Repository Name
stringlengths
1
28
Git URL
stringlengths
26
64
SHA
stringlengths
40
40
Author
stringlengths
2
37
Commit Date
stringdate
2016-01-02 05:39:51
2025-03-25 12:39:56
Description
stringlengths
13
160
Body
stringlengths
8
30.2k
Full Commit Message
stringlengths
36
42.6k
Git Diff
stringlengths
22
22.6M
cloud-hypervisor
https://github.com/cloud-hypervisor/cloud-hypervisor
0eba2d1b817fd6fb0c2691b1ee3f950b66ce76a2
dependabot[bot]
2024-01-04 05:24:23
build: Bump micro_http from `a4d632f` to `e75dfa1`
Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `a4d632f` to `e75dfa1`. - [Commits](https://github.com/firecracker-microvm/micro-http/compare/a4d632f2c5ea45712c0d2002dc909a63879e85c3...e75dfa1eeea23b69caa7407bc2c3a76d7b7262fb) ---
build: Bump micro_http from `a4d632f` to `e75dfa1` Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `a4d632f` to `e75dfa1`. - [Commits](https://github.com/firecracker-microvm/micro-http/compare/a4d632f2c5ea45712c0d2002dc909a63879e85c3...e75dfa1eeea23b69caa7407bc2c3a76d7b7262fb) --- updated-d...
diff --git a/Cargo.lock b/Cargo.lock index acd64a2173..42829099de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,7 +92,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" name = "api_client" version = "0.1.0" dependencies = [ - "vmm-sys-util", + "vmm-sys-util 0.11.1", ] [[package]...
revanced-patches
https://github.com/ReVanced/revanced-patches
184b403df3d5285aabbe8481fbc52ea32d6e94cb
semantic-release-bot
2023-01-28 21:53:20
chore(release): 2.157.1-dev.2 [skip ci]
## [2.157.1-dev.2](https://github.com/revanced/revanced-patches/compare/v2.157.1-dev.1...v2.157.1-dev.2) (2023-01-28) ### Bug Fixes * **youtube:** resolve duplicate preference keys ([#1550](https://github.com/revanced/revanced-patches/issues/1550)) ([aafdb89](https://github.com/revanced/revanced-patches/commit/aafdb8...
chore(release): 2.157.1-dev.2 [skip ci] ## [2.157.1-dev.2](https://github.com/revanced/revanced-patches/compare/v2.157.1-dev.1...v2.157.1-dev.2) (2023-01-28) ### Bug Fixes * **youtube:** resolve duplicate preference keys ([#1550](https://github.com/revanced/revanced-patches/issues/1550)) ([aafdb89](https://github.co...
diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ca8c2de5..becd387e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.157.1-dev.2](https://github.com/revanced/revanced-patches/compare/v2.157.1-dev.1...v2.157.1-dev.2) (2023-01-28) + + +### Bug Fixes + +* **youtube:** resolve duplicate preference key...
node
https://github.com/nodejs/node
b9a460e6ebff2f255495396884cb1d1d49838f4f
Michael Dawson
2022-02-18 01:49:39
build: allow manual run of feature request action
add "workflow_dispatch:" so that action can be run manuallyl for debugging.
build: allow manual run of feature request action add "workflow_dispatch:" so that action can be run manuallyl for debugging. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/42037 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
diff --git a/.github/workflows/close-stale-feature-requests.yml b/.github/workflows/close-stale-feature-requests.yml index 898dcbdecbb4b0..3e9147fbdd371a 100644 --- a/.github/workflows/close-stale-feature-requests.yml +++ b/.github/workflows/close-stale-feature-requests.yml @@ -1,5 +1,6 @@ name: Close stale feature re...
vault
https://github.com/hashicorp/vault
357f5f7a0c6e0669b411b4aaa641aea41481218a
Brian Shumate
2019-12-03 00:25:59
Docs: Update Telemetry (#7959)
- Add wal_loadWAL metric - Create section for Merkle Tree and WAL metrics - Remove trailing spaces
Docs: Update Telemetry (#7959) - Add wal_loadWAL metric - Create section for Merkle Tree and WAL metrics - Remove trailing spaces
diff --git a/website/source/docs/internals/telemetry.html.md b/website/source/docs/internals/telemetry.html.md index 6fdc642babd1..424396b27d12 100644 --- a/website/source/docs/internals/telemetry.html.md +++ b/website/source/docs/internals/telemetry.html.md @@ -128,13 +128,11 @@ These metrics relate to policies and to...
unleash
https://github.com/Unleash/unleash
f8e34564aa9e2348878262296da00bfbeda36a39
Nuno Góis
2023-01-27 20:32:39
fix: delete variant button tooltip (#3014)
Small fix on the tooltip for the "delete variant" button in the new environment variants form. ![image](https://user-images.githubusercontent.com/14320932/215116642-0e78a2a7-71d6-4fa1-9138-6133d71ef091.png)
fix: delete variant button tooltip (#3014) Small fix on the tooltip for the "delete variant" button in the new environment variants form. ![image](https://user-images.githubusercontent.com/14320932/215116642-0e78a2a7-71d6-4fa1-9138-6133d71ef091.png)
diff --git a/frontend/src/component/feature/FeatureView/FeatureVariants/FeatureEnvironmentVariants/EnvironmentVariantsModal/VariantForm/VariantForm.tsx b/frontend/src/component/feature/FeatureView/FeatureVariants/FeatureEnvironmentVariants/EnvironmentVariantsModal/VariantForm/VariantForm.tsx index 6caf70b213bb..b8a0577...
rspack
https://github.com/web-infra-dev/rspack
b89df1d8c8c9c6cb5c60acf89bb8e6d54a1568c6
neverland
2024-11-04 13:53:55
perf(cli): enable Node.js compile cache (#8331)
* perf(cli): enable Node.js compile cache * fix: no need for NODE_DISABLE_COMPILE_CACHE
perf(cli): enable Node.js compile cache (#8331) * perf(cli): enable Node.js compile cache * fix: no need for NODE_DISABLE_COMPILE_CACHE
diff --git a/packages/rspack-cli/bin/rspack.js b/packages/rspack-cli/bin/rspack.js index 1b1c557b82ac..1510c6b18dc5 100755 --- a/packages/rspack-cli/bin/rspack.js +++ b/packages/rspack-cli/bin/rspack.js @@ -1,4 +1,17 @@ #!/usr/bin/env node +const nodeModule = require("node:module"); + +// enable on-disk code caching o...
redwood
https://github.com/redwoodjs/redwood
fb306fab56e0ab86717e9f5823c5874fe0b39883
Dominic Saadi
2023-05-09 05:46:14
chore(docs): backport recent fixes to v5 (#8263)
* backport #8252 * backport #8243
chore(docs): backport recent fixes to v5 (#8263) * backport #8252 * backport #8243
diff --git a/docs/versioned_docs/version-5.0/how-to/build-dashboards-fast-with-tremor.md b/docs/versioned_docs/version-5.0/how-to/build-dashboards-fast-with-tremor.md index c772a6a32723..36a149b5de4b 100644 --- a/docs/versioned_docs/version-5.0/how-to/build-dashboards-fast-with-tremor.md +++ b/docs/versioned_docs/versi...
zitadel
https://github.com/zitadel/zitadel
c37d55b069f268a87c4ec2c2287345ab2c261324
Silvan
2020-09-11 18:21:50
fix: User grant id key (#731)
* fix: log id and error message * fix: user grant by id correct search field
fix: User grant id key (#731) * fix: log id and error message * fix: user grant by id correct search field
diff --git a/internal/token/repository/view/token.go b/internal/token/repository/view/token.go index 5a90ad9e1fc..24ae43d8a64 100644 --- a/internal/token/repository/view/token.go +++ b/internal/token/repository/view/token.go @@ -1,16 +1,15 @@ package view import ( - global_model "github.com/caos/zitadel/internal/mo...
components
https://github.com/angular/components
46a4db2d4fb6b23278901e6dcbd7d94a4b8b7374
Miles Malerba
2022-12-14 02:52:41
fix(material/form-field): allow getting harness by validity (#26232)
* fix(material/form-field): allow getting harness by validity * fixup! fix(material/form-field): allow getting harness by validity
fix(material/form-field): allow getting harness by validity (#26232) * fix(material/form-field): allow getting harness by validity * fixup! fix(material/form-field): allow getting harness by validity
diff --git a/src/material/form-field/testing/form-field-harness-filters.ts b/src/material/form-field/testing/form-field-harness-filters.ts index 64809f875db5..ead796b38adf 100644 --- a/src/material/form-field/testing/form-field-harness-filters.ts +++ b/src/material/form-field/testing/form-field-harness-filters.ts @@ -1...
Files
https://github.com/JohnSundell/Files
886e170593a8ed9c9fd9b17b87885eb906e960a2
Marco Gavelli
2022-11-27 21:13:11
Fix: Fixed issue where tags loaded slowly (#10577)
* Geee * Downgrade to version 4 * Remove upgrade from connection string * Recreate DB if version > 4
Fix: Fixed issue where tags loaded slowly (#10577) * Geee * Downgrade to version 4 * Remove upgrade from connection string * Recreate DB if version > 4
⚠️ HTTP 404: Not Found
deno
https://github.com/denoland/deno
8f854782b13658f169920a1a7a21b8e6b64a0c00
Bartek Iwańczuk
2023-08-10 09:31:35
fix(ext/timers): some timers are not resolved (#20055)
Fixes https://github.com/denoland/deno/issues/19866
fix(ext/timers): some timers are not resolved (#20055) Fixes https://github.com/denoland/deno/issues/19866
diff --git a/cli/tests/unit/timers_test.ts b/cli/tests/unit/timers_test.ts index c50cb779c646ff..5c076ad0903351 100644 --- a/cli/tests/unit/timers_test.ts +++ b/cli/tests/unit/timers_test.ts @@ -727,3 +727,32 @@ Deno.test({ assertEquals(output, ""); }, }); + +// Regression test for https://github.com/denoland/...
zinit
https://github.com/zdharma-continuum/zinit
64fa4aef3ae517afe5444b24df9603e9d1a77a55
vladislav doster
2022-11-21 04:38:42
fix: remove broken gh-r zunit test for "warp" (#430)
* remove broken gh-r zunit test for "warp" * set LC_CTYPE & LANG env variables for macOS
fix: remove broken gh-r zunit test for "warp" (#430) * remove broken gh-r zunit test for "warp" * set LC_CTYPE & LANG env variables for macOS Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
diff --git a/tests/gh-r.zunit b/tests/gh-r.zunit index 0e6b3f6f3..a32168565 100755 --- a/tests/gh-r.zunit +++ b/tests/gh-r.zunit @@ -645,12 +645,6 @@ $kopia --version; assert $state equals 0 local volta="$ZBIN/volta"; assert "$volta" is_executable run $volta --version; assert $state equals 0 } -@test 'warp' { # ...
rspack
https://github.com/web-infra-dev/rspack
061cd7879d030a40195dc36278ff45d4db1daaf2
CPunisher
2024-07-02 11:33:56
fix: align source name conflict handling (#6993)
* Remove useless mediate var * Fix source name conflict detection * Add testcase * Fix clippy * Fix typo * Sort module_to_source_name before handling conflict * Update and align testcase with mini-css-extract-plugin * fix: directly collect HashMap ---------
fix: align source name conflict handling (#6993) * Remove useless mediate var * Fix source name conflict detection * Add testcase * Fix clippy * Fix typo * Sort module_to_source_name before handling conflict * Update and align testcase with mini-css-extract-plugin * fix: directly collect HashMap --------- Co...
diff --git a/Cargo.lock b/Cargo.lock index ee22a1669730..c7a1195a9d60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3480,6 +3480,7 @@ dependencies = [ "dashmap", "derivative", "futures", + "itertools 0.12.1", "once_cell", "pathdiff", "rayon", diff --git a/crates/rspack_plugin_devtool/Cargo.toml b/crates/rspa...
skaffold
https://github.com/GoogleContainerTools/skaffold
71dd5be381080641112b69285a9d959b0ad99627
ericzzzzzzz
2023-06-23 03:29:15
fix: Clean up dev images except the last (#8897)
* fix: clean-up-images-in-devloop * fix: wrap cleaning up logic * chore: log * chore: move query artifact back to the main goroutine * chore: add test * chore: increase timeout * chore: delegate clean up job to localpruner to avoid warning logs when cache disabled
fix: Clean up dev images except the last (#8897) * fix: clean-up-images-in-devloop * fix: wrap cleaning up logic * chore: log * chore: move query artifact back to the main goroutine * chore: add test * chore: increase timeout * chore: delegate clean up job to localpruner to avoid warning logs when cache disabled
diff --git a/integration/dev_test.go b/integration/dev_test.go index a9ed6d72161..df7b1e177ea 100644 --- a/integration/dev_test.go +++ b/integration/dev_test.go @@ -368,6 +368,50 @@ func TestDevPortForward(t *testing.T) { } } +func TestDevDeletePreviousBuiltImages(t *testing.T) { + tests := []struct { + name stri...
influxdb
https://github.com/influxdata/influxdb
efbc4ae7c18cc10f2bae7e1cef6a05b0b6720bf9
Jonathan A. Sternberg
2020-06-02 04:27:50
feat(storage/flux): implement create empty for the window table reader (#18288)
This implements create empty for the window table reader and allows this table read function to be used when it is specified. It will pass down the create empty flag from the original window call into the storage read function. This also fixes the window table reader so it properly creates individual tables for each w...
feat(storage/flux): implement create empty for the window table reader (#18288) This implements create empty for the window table reader and allows this table read function to be used when it is specified. It will pass down the create empty flag from the original window call into the storage read function. This also ...
diff --git a/query/stdlib/influxdata/influxdb/operators.go b/query/stdlib/influxdata/influxdb/operators.go index 102155a511b..e18577287ed 100644 --- a/query/stdlib/influxdata/influxdb/operators.go +++ b/query/stdlib/influxdata/influxdb/operators.go @@ -111,6 +111,7 @@ type ReadWindowAggregatePhysSpec struct { Windo...
tabby
https://github.com/TabbyML/tabby
19bade6e45fc6c240659bc0d2a4fb0854cc7ce9f
Meng Zhang
2024-10-24 08:27:04
chore(ui): tune thread-feeds component (#3308)
* chore(ui): enhance thread-feeds component with dynamic class names and add margin to ThreadFeeds in MainPanel * refactor(ui): replace IconMessagesSquare with IconFiles in thread-feeds component * [autofix.ci] apply automated fixes ---------
chore(ui): tune thread-feeds component (#3308) * chore(ui): enhance thread-feeds component with dynamic class names and add margin to ThreadFeeds in MainPanel * refactor(ui): replace IconMessagesSquare with IconFiles in thread-feeds component * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-c...
diff --git a/ee/tabby-ui/app/(home)/components/thread-feeds.tsx b/ee/tabby-ui/app/(home)/components/thread-feeds.tsx index 7a8efa5b6208..6f90375cf8cd 100644 --- a/ee/tabby-ui/app/(home)/components/thread-feeds.tsx +++ b/ee/tabby-ui/app/(home)/components/thread-feeds.tsx @@ -10,8 +10,8 @@ import { graphql } from '@/lib/...
RSSHub
https://github.com/DIYgod/RSSHub
c2a886f91d1c38ca5c69cc08b229828e74c36d3c
Ethan Shen
2022-02-02 01:07:46
feat(route): add Whoscall (#8478)
* feat(route): add Whoscall * fix: add docs
feat(route): add Whoscall (#8478) * feat(route): add Whoscall * fix: add docs
diff --git a/docs/blog.md b/docs/blog.md index 4b0901963e6f68..631ddf2d73bdc6 100644 --- a/docs/blog.md +++ b/docs/blog.md @@ -90,6 +90,33 @@ pageClass: routes <Route author="CitrusIce" example="/phrack" path="/phrack" /> +## Whoscall + +### 最新文章 + +<Route author="nczitzk" example="/whoscall" path="/whoscall"/> + ...
tilt
https://github.com/tilt-dev/tilt
f5b6d303e01c4e980f1b174a460f006b912afa4e
dependabot[bot]
2022-12-08 06:43:11
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /web (#5985)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) ---
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /web (#5985) Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-ur...
diff --git a/web/yarn.lock b/web/yarn.lock index 4e903f0261..6432a0d6fe 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -6034,9 +6034,9 @@ decimal.js@^10.2.1, decimal.js@^10.3.1: integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ== decode-uri-component@^0.2.0...
angular
https://github.com/angular/angular
182e2c7449a347b50142d1d462578abb59a42e51
Alex Rickabaugh
2019-04-19 23:45:25
feat(ivy): add backwards compatibility config to template type-checking (#29698)
View Engine's implementation of naive template type-checking is less advanced than the current Ivy implementation. As a result, Ivy catches lots of typing bugs which VE does not. As a result, it's necessary to tone down the Ivy template type-checker in the default case. This commit introduces a mechanism for doing tha...
feat(ivy): add backwards compatibility config to template type-checking (#29698) View Engine's implementation of naive template type-checking is less advanced than the current Ivy implementation. As a result, Ivy catches lots of typing bugs which VE does not. As a result, it's necessary to tone down the Ivy template t...
diff --git a/packages/compiler-cli/src/ngtsc/program.ts b/packages/compiler-cli/src/ngtsc/program.ts index 3ce128cf5e8e6..52e2490b8cfe7 100644 --- a/packages/compiler-cli/src/ngtsc/program.ts +++ b/packages/compiler-cli/src/ngtsc/program.ts @@ -31,7 +31,7 @@ import {FactoryGenerator, FactoryInfo, GeneratedShimsHostWrap...
ant-design
https://github.com/ant-design/ant-design
39e37bf1b41102354e23ebeb072748429aef1f5e
偏右
2020-10-30 12:57:37
fix: Input[allowClear] className (#27462)
* fix: Input[allowClear] className missing
fix: Input[allowClear] className (#27462) * fix: Input[allowClear] className missing close #27444 * fix snapshot
diff --git a/components/form/__tests__/__snapshots__/demo.test.js.snap b/components/form/__tests__/__snapshots__/demo.test.js.snap index a6ec07b9f409..e2570853b0b1 100644 --- a/components/form/__tests__/__snapshots__/demo.test.js.snap +++ b/components/form/__tests__/__snapshots__/demo.test.js.snap @@ -7623,7 +7623,7 @@...
tabby
https://github.com/TabbyML/tabby
3f1fefbfa1a3436d0a973810b8e96b2645a418c1
Meng Zhang
2023-12-26 13:08:53
feat(core): add TABBY_MODEL_CACHE_ROOT to allow individually set tabb… (#1121)
* feat(core): add TABBY_MODEL_CACHE_ROOT to allow individually set tabby model cache dir * docs: update changelog * [autofix.ci] apply automated fixes ---------
feat(core): add TABBY_MODEL_CACHE_ROOT to allow individually set tabb… (#1121) * feat(core): add TABBY_MODEL_CACHE_ROOT to allow individually set tabby model cache dir * docs: update changelog * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.gi...
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44792bca161c..c4999ea24006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Add windows cpu binary distribution. * Add linux rocm (AMD GPU) binary distribution. * Fix cached permanent redirection on certain browsers(e.g chrome) when `--webserver` is not en...
angular
https://github.com/angular/angular
9e10af45c5da64ed1f40e8e346c85c03c4f38274
nikvarma
2024-01-25 01:53:51
docs: typo Chat to chart fix (#53892)
PR Close #53892
docs: typo Chat to chart fix (#53892) PR Close #53892
diff --git a/adev/src/content/tools/devtools.md b/adev/src/content/tools/devtools.md index 3a4b9c061107f7..77e7bad221c5bf 100644 --- a/adev/src/content/tools/devtools.md +++ b/adev/src/content/tools/devtools.md @@ -129,7 +129,7 @@ When you select a bar, DevTools displays useful information about it including: ### Un...
clair
https://github.com/quay/clair
d565775c190a4262ce049cb06a9c1842c42e00b8
crozzy
2023-02-23 20:18:52
chore: Add back GIT_HASH as needed for image name
We need the short git hash for the image name.
chore: Add back GIT_HASH as needed for image name We need the short git hash for the image name. Signed-off-by: crozzy <joseph.crosland@gmail.com>
diff --git a/contrib/openshift/build_and_deploy.sh b/contrib/openshift/build_and_deploy.sh index f0fab89478..af4470b34c 100755 --- a/contrib/openshift/build_and_deploy.sh +++ b/contrib/openshift/build_and_deploy.sh @@ -3,6 +3,7 @@ set -exv REPOSITORY="quay.io/app-sre" IMAGE="${REPOSITORY}/clair" +GIT_HASH=`git rev-p...
pure
https://github.com/pure-css/pure
2474bef69847794ea8f028a0bd421c42e46ce77a
dependabot[bot]
2025-01-14 22:37:12
chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 (#1378)
Bumps [eslint](https://github.com/eslint/eslint) from 9.17.0 to 9.18.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.17.0...v9.18.0) ---
chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 (#1378) Bumps [eslint](https://github.com/eslint/eslint) from 9.17.0 to 9.18.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9....
diff --git a/package-lock.json b/package-lock.json index a702b6b70..fd9f461a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -420,9 +420,9 @@ } }, "node_modules/@eslint/core": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.1.tgz", - "...
ort
https://github.com/oss-review-toolkit/ort
b1dfed03ce65d8ab2accf093763b4aedb53fe2ed
Frank Viernau
2024-01-09 13:04:04
refactor(freemarker): Stop using `resolutionProvider`
Prepare for the removal of `ReporterInput.resolutionProvider`. The change is non-functional because the reporter command ensures that all relevant resolutions are contained in the `OrtResult`.
refactor(freemarker): Stop using `resolutionProvider` Prepare for the removal of `ReporterInput.resolutionProvider`. The change is non-functional because the reporter command ensures that all relevant resolutions are contained in the `OrtResult`. Signed-off-by: Frank Viernau <frank_viernau@epam.com>
diff --git a/model/src/main/kotlin/OrtResult.kt b/model/src/main/kotlin/OrtResult.kt index 49a18232c3d70..bf72e4c08c5f3 100644 --- a/model/src/main/kotlin/OrtResult.kt +++ b/model/src/main/kotlin/OrtResult.kt @@ -387,6 +387,18 @@ data class OrtResult( @JsonIgnore fun getResolutions(): Resolutions = resolvedCo...
node
https://github.com/nodejs/node
cda60c56723e97ae88eceeec6974ddc6ab619d31
Richard Lau
2021-03-22 15:56:12
test: remove references to unsupported AIX versions
The `filehandle.utimes()` and `fs.futimes()` APIs work on all versions of AIX that are supported by this version of Node.js.
test: remove references to unsupported AIX versions The `filehandle.utimes()` and `fs.futimes()` APIs work on all versions of AIX that are supported by this version of Node.js. PR-URL: https://github.com/nodejs/node/pull/37826 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.c...
diff --git a/doc/api/fs.md b/doc/api/fs.md index 899929a01db695..e11c057802e763 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -420,9 +420,6 @@ added: v10.0.0 Change the file system timestamps of the object referenced by the {FileHandle} then resolves the promise with no arguments upon success. -This function do...
thanos
https://github.com/thanos-io/thanos
8fa5ff96597b646e4d78320c1a097f9095535782
Giedrius Statkevičius
2024-02-18 15:45:51
docs: fix link (#7129)
The link has moved to another since Cisco bought Banzai Cloud.
docs: fix link (#7129) The link has moved to another since Cisco bought Banzai Cloud. Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com> Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
diff --git a/docs/getting-started.md b/docs/getting-started.md index da6b414472..4ba84b8ad5 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -137,7 +137,7 @@ See up to date [jsonnet mixins](https://github.com/thanos-io/thanos/tree/main/mi * [Adopting Thanos at LastPass](https://krisztianfekete.o...
aws-cdk
https://github.com/aws/aws-cdk
d013677cc181284b6f7444950784b758cb0c7100
Kaizen Conroy
2023-10-16 23:24:27
revert: "fix(s3): grantRead does not allow s3:HeadObject (#27416)" (#27556)
This reverts commit beac6753021138ee56abdbf02eef0318f7098dde. Comments on #27416 demonstrate that the PR was created due to misunderstanding of an error message. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
revert: "fix(s3): grantRead does not allow s3:HeadObject (#27416)" (#27556) This reverts commit beac6753021138ee56abdbf02eef0318f7098dde. Comments on #27416 demonstrate that the PR was created due to misunderstanding of an error message. ---- *By submitting this pull request, I confirm that my contribution is made ...
diff --git a/packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.asset-build-spec.js.snapshot/CodeBuildAssetBuildSpecStack.template.json b/packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.asset-build-spec.js.snapshot/CodeBuildAssetBuildSpecStack.template.json index ecc682e19a3...
zitadel
https://github.com/zitadel/zitadel
637caba8a04b2cc2e880fc0c5099cc2e3d637e5a
Livio Spring
2023-08-25 19:32:25
chore(workflow): exclude console dist folder from cache (#6414)
* empty line for test * chore: exclude console dist folder from cache (cherry picked from commit f03a9d03b640c6ede89348922e136c210939288d)
chore(workflow): exclude console dist folder from cache (#6414) * empty line for test * chore: exclude console dist folder from cache (cherry picked from commit f03a9d03b640c6ede89348922e136c210939288d)
diff --git a/.github/workflows/console.yml b/.github/workflows/console.yml index 1c19982ac66..bc4c5f08981 100644 --- a/.github/workflows/console.yml +++ b/.github/workflows/console.yml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 1 id: cache with: - key: console-${{ hashFiles('co...
kubo
https://github.com/ipfs/kubo
52c177ced94a1dca6f2a440ba9f25a184ff75ddb
Adin Schmahmann
2021-11-30 00:28:05
feat: go-libp2p 0.16, UnixFS autosharding and go-datastore with contexts (#8563)
* plumb through go-datastore context changes * update go-libp2p to v0.16.0 * use LIBP2P_TCP_REUSEPORT instead of IPFS_REUSEPORT * use relay config * making deprecation notice match the go-ipfs-config key * docs(config): circuit relay v2 * docs(config): fix links and headers * feat(config): Internal.Libp2pForceReachabi...
feat: go-libp2p 0.16, UnixFS autosharding and go-datastore with contexts (#8563) * plumb through go-datastore context changes * update go-libp2p to v0.16.0 * use LIBP2P_TCP_REUSEPORT instead of IPFS_REUSEPORT * use relay config * making deprecation notice match the go-ipfs-config key * docs(config): circuit relay v2 ...
diff --git a/.circleci/main.yml b/.circleci/main.yml index 410d13f808c..061bffac86e 100644 --- a/.circleci/main.yml +++ b/.circleci/main.yml @@ -56,7 +56,7 @@ executors: environment: <<: *default_environment NO_SANDBOX: true - IPFS_REUSEPORT: false + LIBP2P_TCP_REUSEPORT: false LIBP2...
sentry
https://github.com/getsentry/sentry
1b323eadff356c60ca3574e2b22beea3a9fef3b6
Billy Vong
2018-12-04 05:49:25
feat(events-stream): Change loading/error UI (APP-744) (#10869)
* move Events Header + search into container so that it appears while loading * change how events loads/errors (always displays chart + table, show error message above chart * add toast when loading chart data fails
feat(events-stream): Change loading/error UI (APP-744) (#10869) * move Events Header + search into container so that it appears while loading * change how events loads/errors (always displays chart + table, show error message above chart * add toast when loading chart data fails
diff --git a/src/sentry/static/sentry/app/views/organizationEvents/events.jsx b/src/sentry/static/sentry/app/views/organizationEvents/events.jsx index ee86043c0efdc7..dcf25d98d40534 100644 --- a/src/sentry/static/sentry/app/views/organizationEvents/events.jsx +++ b/src/sentry/static/sentry/app/views/organizationEvents/...
hanko
https://github.com/teamhanko/hanko
5aa9e0c01058af44cf14ec6a6d65bb037b408f54
dependabot[bot]
2023-03-03 16:10:51
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.51.0 to 5.54.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packa...
chore(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.51.0 to 5.54.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github...
diff --git a/frontend/frontend-sdk/package-lock.json b/frontend/frontend-sdk/package-lock.json index bcac7f398..d8f936a0a 100644 --- a/frontend/frontend-sdk/package-lock.json +++ b/frontend/frontend-sdk/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@github/webauthn-json": "^2.1.1", ...
generator-jhipster
https://github.com/jhipster/generator-jhipster
ddbe2478820c11c2a02e14524537157aabc2d8cd
dependabot[bot]
2024-01-02 04:58:48
build(deps-dev): bump @types/node from 18.19.3 to 18.19.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.3 to 18.19.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) ---
build(deps-dev): bump @types/node from 18.19.3 to 18.19.4 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.3 to 18.19.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/c...
diff --git a/package-lock.json b/package-lock.json index 175d11b7e675..9033531d5e73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "@types/glob": "npm:noist@1.0.0", "@types/minimatch": "npm:noist@1.0.0", "@types/mocha": "10.0.6", - "@types/node": "18.19.3", + ...
findroid
https://github.com/jarnedemeulemeester/findroid
d86b162d4b2408f39faafff9efdae6a3d964340a
mustafadakhel
2023-07-29 19:17:36
feat: add double tap ripple animation (#401)
* Add double tap seeking animation * Remove unnecessary formatting changes * Order imports correctly * Remove needless blank line * feat: add ripple for playback (play / pause) * refactor: clean up ---------
feat: add double tap ripple animation (#401) * Add double tap seeking animation * Remove unnecessary formatting changes * Order imports correctly * Remove needless blank line * feat: add ripple for playback (play / pause) * refactor: clean up --------- Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@g...
diff --git a/app/phone/src/main/java/dev/jdtech/jellyfin/utils/PlayerGestureHelper.kt b/app/phone/src/main/java/dev/jdtech/jellyfin/utils/PlayerGestureHelper.kt index 30bd3f6f7a..05981bc7d6 100644 --- a/app/phone/src/main/java/dev/jdtech/jellyfin/utils/PlayerGestureHelper.kt +++ b/app/phone/src/main/java/dev/jdtech/jel...
node
https://github.com/nodejs/node
1e8625c622d4f3463fa0138e9912615b162ec296
Robert Nagy
2020-03-01 23:08:49
test: fix flaky test-gc-net-timeout
If the timeout is called in the time between 'end' and 'close' that would cause a EPIPE error. Essentially making the test flaky.
test: fix flaky test-gc-net-timeout If the timeout is called in the time between 'end' and 'close' that would cause a EPIPE error. Essentially making the test flaky. PR-URL: https://github.com/nodejs/node/pull/31918 Reviewed-By: Anna Henningsen <anna@addaleax.net>
diff --git a/test/parallel/test-gc-net-timeout.js b/test/parallel/test-gc-net-timeout.js index 51d9b8ca09bbbc..9ba6d2bc1744f9 100644 --- a/test/parallel/test-gc-net-timeout.js +++ b/test/parallel/test-gc-net-timeout.js @@ -12,6 +12,9 @@ function serverHandler(sock) { sock.on('close', function() { clearTimeout(t...
super-linter
https://github.com/super-linter/super-linter
945b682d09b2a4a3ccf1ec276f4738b90d7ab248
Marco Ferrari
2025-03-22 17:11:59
chore: cache multi-stage build (#6678)
Cache all the stages of the multi-stage build
chore: cache multi-stage build (#6678) Cache all the stages of the multi-stage build
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 69c2d52db5c..ab4e8902704 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -9,8 +9,69 @@ on: permissions: {} jobs: + build-stages: + name: Build and cache container image stages + runs-on: ubuntu-latest + concurre...
aws-cdk
https://github.com/aws/aws-cdk
f4af33018e374ea97346e8ec70776feb46f6ab7b
Andrew Hammond
2024-04-18 04:48:42
feat(elasticloadbalancingv2): add removeSuffix param for ExternalApplicationListener.addAction() (#29746)
### Issue # (if applicable)
feat(elasticloadbalancingv2): add removeSuffix param for ExternalApplicationListener.addAction() (#29746) ### Issue # (if applicable) Closes #29496 ### Reason for this change See https://github.com/aws/aws-cdk/pull/29513 (props based solution instead of feature-flag) ### Description of changes Adds a `removeSuffi...
diff --git a/packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md b/packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md index 34978410e072b..b79f330a17acb 100644 --- a/packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md +++ b/packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md @@ -765,3 +765,16 @...
ragflow
https://github.com/infiniflow/ragflow
568322aeaf75c18090a1ffa9aabdb0c60ec48be2
Kung Quang
2024-11-19 12:06:10
fix(rag): fix error in viewing document chunk and cannot start task_executor server (#3481)
### What problem does this PR solve? 1. Fix error in viewing document chunk  <img width="1677" alt="Pasted Graphic" src="https://github.com/user-attachments/assets/acd84cde-f38c-4190-b135-5e5139ae2613"> Viewing document chunk details in a BeartypeCallHintParamViolation error. Traceback (most recent call last): File...
fix(rag): fix error in viewing document chunk and cannot start task_executor server (#3481) ### What problem does this PR solve? 1. Fix error in viewing document chunk  <img width="1677" alt="Pasted Graphic" src="https://github.com/user-attachments/assets/acd84cde-f38c-4190-b135-5e5139ae2613"> Viewing document chun...
diff --git a/rag/nlp/search.py b/rag/nlp/search.py index 92c6ccf27a4..e7b70090309 100644 --- a/rag/nlp/search.py +++ b/rag/nlp/search.py @@ -61,7 +61,7 @@ def get_filters(self, req): condition[key] = req[key] return condition - def search(self, req, idx_names: list[str], kb_ids: list[str]...
argo-cd
https://github.com/argoproj/argo-cd
48bdf949a5aaa665887eba1a9b67475970ed04e6
Ishita Sequeira
2024-06-12 13:27:25
feat(appset): appset git generator verifies GPG signatures (#18545)
* feat(appset): appset git generator verifies GPG signatures
feat(appset): appset git generator verifies GPG signatures (#18545) * feat(appset): appset git generator verifies GPG signatures Signed-off-by: ishitasequeira <ishiseq29@gmail.com> * fix unit tests Signed-off-by: ishitasequeira <ishiseq29@gmail.com> * fix generated code Signed-off-by: ishitasequeira <ishiseq29@gm...
diff --git a/applicationset/controllers/applicationset_controller.go b/applicationset/controllers/applicationset_controller.go index a371e759b9284..111c63459979a 100644 --- a/applicationset/controllers/applicationset_controller.go +++ b/applicationset/controllers/applicationset_controller.go @@ -514,7 +514,7 @@ func (r...
aws-cdk
https://github.com/aws/aws-cdk
bc4427cc874e7eea7cfba5f88d536a805d771bc6
Cory Hall
2022-09-09 05:55:32
fix(lambda-python): bundling artifacts are written to the entry path (#21967)
When performing function bundling sometimes the bundling steps will write files. Currently all these commands are run from the `entry` which is the actually source code location. This leads to contaminating the source code with bundling artifacts. This PR re-orders the bundling steps to first move the `entry` to the `...
fix(lambda-python): bundling artifacts are written to the entry path (#21967) When performing function bundling sometimes the bundling steps will write files. Currently all these commands are run from the `entry` which is the actually source code location. This leads to contaminating the source code with bundling arti...
diff --git a/packages/@aws-cdk/aws-lambda-python/lib/bundling.ts b/packages/@aws-cdk/aws-lambda-python/lib/bundling.ts index 27c8d24f83558..4790b8f08e0eb 100644 --- a/packages/@aws-cdk/aws-lambda-python/lib/bundling.ts +++ b/packages/@aws-cdk/aws-lambda-python/lib/bundling.ts @@ -91,11 +91,12 @@ export class Bundling i...
google-api-nodejs-client
https://github.com/googleapis/google-api-nodejs-client
e6ba462408d14ae49da8348557c8a5161f7de78f
Yoshi Automation
2024-01-03 06:09:44
fix(calendar): update the API
#### calendar:v3 The following keys were changed: - resources.events.methods.list.parameters.eventTypes.description - resources.events.methods.watch.parameters.eventTypes.description - schemas.Event.properties.eventType.description - schemas.Event.properties.focusTimeProperties.description - schemas.Event.properties.o...
fix(calendar): update the API #### calendar:v3 The following keys were changed: - resources.events.methods.list.parameters.eventTypes.description - resources.events.methods.watch.parameters.eventTypes.description - schemas.Event.properties.eventType.description - schemas.Event.properties.focusTimeProperties.descripti...
diff --git a/discovery/calendar-v3.json b/discovery/calendar-v3.json index 8a4db5e299..2393bde0e8 100644 --- a/discovery/calendar-v3.json +++ b/discovery/calendar-v3.json @@ -1088,7 +1088,7 @@ "type": "string" }, "eventTypes": { - "description": "Event types to retu...
cppfront
https://github.com/hsutter/cppfront
d7857bbda7cc6ec69ea2c4a1bfd6046330faf1ce
Johel Ernesto Guerrero Peña
2023-08-10 10:31:41
fix(cpp1): support assignment from expression list (#487)
* fix(cpp1): support assignment from expression list * Update cppfront.cpp Added size check so we don't add `{` `}` around single-element lists
fix(cpp1): support assignment from expression list (#487) * fix(cpp1): support assignment from expression list * Update cppfront.cpp Added size check so we don't add `{` `}` around single-element lists Signed-off-by: Herb Sutter <herb.sutter@gmail.com> * Update cppfront.cpp `std::ssize` for consistency, and `!= 1...
diff --git a/regression-tests/pure2-bugfix-for-assign-expression-list.cpp2 b/regression-tests/pure2-bugfix-for-assign-expression-list.cpp2 new file mode 100644 index 0000000000..7d6b639a8b --- /dev/null +++ b/regression-tests/pure2-bugfix-for-assign-expression-list.cpp2 @@ -0,0 +1,10 @@ +main: () = { + vec: type == st...
bit
https://github.com/teambit/bit
a6f109984bcaa4231d508db98e4c57cf8d6be034
David First
2023-01-18 01:43:39
fix(lane-create): use the version from .bitmap when creating a lane from lane (#6929)
Currently it's using the version from the lane, which can be ahead of the .bitmap and result in unexpected history on the new lane.
fix(lane-create): use the version from .bitmap when creating a lane from lane (#6929) Currently it's using the version from the lane, which can be ahead of the .bitmap and result in unexpected history on the new lane.
diff --git a/e2e/harmony/lanes/lane-from-lane.e2e.ts b/e2e/harmony/lanes/lane-from-lane.e2e.ts new file mode 100644 index 000000000000..25bff2351381 --- /dev/null +++ b/e2e/harmony/lanes/lane-from-lane.e2e.ts @@ -0,0 +1,149 @@ +import chai, { expect } from 'chai'; +import Helper from '../../../src/e2e-helper/e2e-helper...
vuls
https://github.com/future-architect/vuls
1100c133ba5d1870d54a3de792717789da9de2ba
Kota Kanbe
2021-01-21 02:52:25
feat(config): Default values for WordPress scanning to be set in config.toml (#1140)
* chore: update go mod * fix(wordpress): set default if defined in config.toml
feat(config): Default values for WordPress scanning to be set in config.toml (#1140) * chore: update go mod * fix(wordpress): set default if defined in config.toml
diff --git a/config/tomlloader.go b/config/tomlloader.go index c38a983e4c..44b7f62d86 100644 --- a/config/tomlloader.go +++ b/config/tomlloader.go @@ -201,11 +201,12 @@ func setDefaultIfEmpty(server *ServerInfo, d ServerInfo) error { server.Memo = Conf.Default.Memo } - // TODO set default WordPress if server.W...
ttyd
https://github.com/tsl0922/ttyd
162e3bf168b8ae3762a449114c56f2b337417872
dependabot-preview[bot]
2021-01-09 00:56:39
build(deps-dev): bump husky from 4.3.6 to 4.3.7 in /html (#576)
Bumps [husky](https://github.com/typicode/husky) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.6...v4.3.7)
build(deps-dev): bump husky from 4.3.6 to 4.3.7 in /html (#576) Bumps [husky](https://github.com/typicode/husky) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.6...v4.3.7) Signed-off-by: dependabot-preview[bot] <support@dep...
diff --git a/html/package.json b/html/package.json index 8dc3b431..dfc8eb32 100644 --- a/html/package.json +++ b/html/package.json @@ -42,7 +42,7 @@ "gulp-inline-source": "^4.0.0", "gulp-rename": "^2.0.0", "html-webpack-plugin": "^4.5.1", - "husky": "^4.3.6", + "husky": "^4.3.7", "lint-staged"...
syncthing
https://github.com/syncthing/syncthing
d5141c6d5188608a4bfa37a1b0996e9e326ada00
dependabot[bot]
2021-04-30 01:27:22
build: Bump github.com/prometheus/client_golang from 1.8.0 to 1.10.0 (#7612)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_gola...
build: Bump github.com/prometheus/client_golang from 1.8.0 to 1.10.0 (#7612) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/b...
diff --git a/go.mod b/go.mod index 2925423e698..9f885c28d5c 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,6 @@ require ( github.com/gobwas/glob v0.2.3 github.com/gogo/protobuf v1.3.1 github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e - github.com/golang/protobuf v1.4.3 github.com/greatroar/blobloom...
open-im-server
https://github.com/openimsdk/open-im-server
1eef4013e2f7561f2a8bd63816e4257638370deb
OpenIM-Gordon
2024-05-27 09:26:46
fix: main bug fix notification unread (#2266)
* fix: notification has counted unread counts bug fix. * fix: notification has counted unread counts bug fix.
fix: main bug fix notification unread (#2266) * fix: notification has counted unread counts bug fix. * fix: notification has counted unread counts bug fix.
diff --git a/internal/msgtransfer/online_history_msg_handler.go b/internal/msgtransfer/online_history_msg_handler.go index df2660804d..551e3fe911 100644 --- a/internal/msgtransfer/online_history_msg_handler.go +++ b/internal/msgtransfer/online_history_msg_handler.go @@ -176,20 +176,15 @@ func (och *OnlineHistoryRedisCo...
verdaccio
https://github.com/verdaccio/verdaccio
69f2e66b924fd6d112532cb1b8fc9c54ad4e40c1
Marc Bernard
2025-01-28 04:18:30
fix(ui): sort versions (#5049)
* fix(ui): sort versions * Add test
fix(ui): sort versions (#5049) * fix(ui): sort versions * Add test
diff --git a/.changeset/bright-bobcats-ring.md b/.changeset/bright-bobcats-ring.md new file mode 100644 index 000000000000..7f86afa55cb4 --- /dev/null +++ b/.changeset/bright-bobcats-ring.md @@ -0,0 +1,5 @@ +--- +'@verdaccio/ui-components': patch +--- + +fix(ui): sort versions diff --git a/packages/ui-components/src/co...
rspack
https://github.com/web-infra-dev/rspack
065ffbf2e8833c451811eaae5d7518f39f8d5cb0
IWANABETHATGUY
2024-01-09 09:14:14
fix: new tree shaking with hmr (#5053)
* chore: 🤖 fix new tree shaking with hmr * chore: 🤖 recover * chore: 🤖 recover * chore: 🤖 clean * chore: 🤖 add some comments
fix: new tree shaking with hmr (#5053) * chore: 🤖 fix new tree shaking with hmr * chore: 🤖 recover * chore: 🤖 recover * chore: 🤖 clean * chore: 🤖 add some comments
diff --git a/crates/rspack_core/src/compiler/compilation.rs b/crates/rspack_core/src/compiler/compilation.rs index 6fdcdf1421c8..49b9fa896daf 100644 --- a/crates/rspack_core/src/compiler/compilation.rs +++ b/crates/rspack_core/src/compiler/compilation.rs @@ -1048,7 +1048,13 @@ impl Compilation { }) }; -...
angular
https://github.com/angular/angular
894c1c5f100a62866cc7ed3e23d025c8e505c60d
Joey Perrott
2024-04-03 02:12:04
refactor: apply prettier formatting to integration (#54653)
Apply prettier formatting to integration directories PR Close #54653
refactor: apply prettier formatting to integration (#54653) Apply prettier formatting to integration directories PR Close #54653
diff --git a/.ng-dev/format.mts b/.ng-dev/format.mts index febcd823f2dd2..a4e9755837dab 100644 --- a/.ng-dev/format.mts +++ b/.ng-dev/format.mts @@ -9,6 +9,7 @@ export const format: FormatConfig = { '**/*.{yaml,yml}', 'adev/**/*.{js,ts}', 'devtools/**/*.{js,ts}', + 'integration/**/*.{js,ts}', ...
angular
https://github.com/angular/angular
b9a997c467c54b8f99bad7ada24bd40dbca59e23
Tom Wilkinson
2024-05-02 00:25:31
refactor(core): Remove STOP_PROPAGATION define. (#55582)
This define has been removed at head, and now legacy stop propagation behavior can be opted into at the LegacyDispatcher level, if necessary. PR Close #55582
refactor(core): Remove STOP_PROPAGATION define. (#55582) This define has been removed at head, and now legacy stop propagation behavior can be opted into at the LegacyDispatcher level, if necessary. PR Close #55582
diff --git a/goldens/public-api/core/primitives/event-dispatch/index.md b/goldens/public-api/core/primitives/event-dispatch/index.md index 8cb03c021279c..f92bd2e664782 100644 --- a/goldens/public-api/core/primitives/event-dispatch/index.md +++ b/goldens/public-api/core/primitives/event-dispatch/index.md @@ -46,8 +46,6 ...
terraform-provider-aws
https://github.com/hashicorp/terraform-provider-aws
753a12c7ae12f714b9be64858325d7d0d9ada7b4
dependabot[bot]
2022-09-28 03:43:58
build(deps): bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds
Bumps [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2) from 1.12.15 to 1.12.17. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/creden...
build(deps): bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds Bumps [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2) from 1.12.15 to 1.12.17. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md...
diff --git a/go.mod b/go.mod index 133d0e7459f..0351ad3f60f 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 github.com/aws/aws-sdk-go v1.44.104 github.com/aws/aws-sdk-go-v2 v1.16.16 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12....
DPlayer
https://github.com/DIYgod/DPlayer
eb266daa9872094b135f2a81dfa9b156f6971bbf
dependabot-preview[bot]
2020-08-10 21:23:18
chore(deps-dev): bump mini-css-extract-plugin from 0.9.0 to 0.10.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://...
chore(deps-dev): bump mini-css-extract-plugin from 0.9.0 to 0.10.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mi...
diff --git a/package.json b/package.json index 9688e0657..e76ccd173 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "exports-loader": "^1.0.0", "file-loader": "^6.0.0", "git-revision-webpack-plugin": "^3.0.3", - "mini-css-extract-plugin": "0.9.0", + "mini-css-extr...
ruffle
https://github.com/ruffle-rs/ruffle
663182cd49b4b6ba050a8da5923a5cc6ff9ad13a
dependabot[bot]
2022-11-02 12:46:05
build(deps-dev): bump @wdio/static-server-service in /web
Bumps [@wdio/static-server-service](https://github.com/webdriverio/webdriverio) from 7.25.1 to 7.25.4. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/v7.25.4/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/compare...
build(deps-dev): bump @wdio/static-server-service in /web Bumps [@wdio/static-server-service](https://github.com/webdriverio/webdriverio) from 7.25.1 to 7.25.4. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/v7.25.4/CHANGELOG.md) - [...
diff --git a/web/package-lock.json b/web/package-lock.json index c2051300d6f78..2f20a51ef24e5 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -18,7 +18,7 @@ "@wdio/local-runner": "^7.24.0", "@wdio/mocha-framework": "^7.20.7", "@wdio/spec-reporter": "^...
superset
https://github.com/apache/superset
fadf0d61a2d5fed99b6ef3290392c9f2fc39059a
dependabot-preview[bot]
2021-11-26 09:16:20
build(deps): bump @airbnb/nimbus from 3.1.3 to 3.1.4 (#523)
Bumps [@airbnb/nimbus](https://github.com/airbnb/nimbus) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/airbnb/nimbus/releases) - [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/nimbus/compare/@airbnb/nimbus@3.1.3...@airbnb/nimbus@3.1.4)
build(deps): bump @airbnb/nimbus from 3.1.3 to 3.1.4 (#523) Bumps [@airbnb/nimbus](https://github.com/airbnb/nimbus) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/airbnb/nimbus/releases) - [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/nimbus/co...
diff --git a/superset-frontend/temporary_superset_ui/superset-ui/yarn.lock b/superset-frontend/temporary_superset_ui/superset-ui/yarn.lock index e5bb7e42c8529..12c50f63d76d8 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/yarn.lock +++ b/superset-frontend/temporary_superset_ui/superset-ui/yarn.lock @@ ...
rook
https://github.com/rook/rook
ecdcc16104fadc05432403afc2540998e83fe537
subhamkrai
2022-10-17 19:59:31
ci: daily job is failing due to k8s communication
installing minikube and kubectl to see if that works.
ci: daily job is failing due to k8s communication installing minikube and kubectl to see if that works. Signed-off-by: subhamkrai <srai@redhat.com>
diff --git a/.github/workflows/daily-nightly-jobs.yml b/.github/workflows/daily-nightly-jobs.yml index 22b83995fe72..ac444eeb4cdf 100644 --- a/.github/workflows/daily-nightly-jobs.yml +++ b/.github/workflows/daily-nightly-jobs.yml @@ -26,20 +26,14 @@ jobs: with: go-version: 1.18 - - name: tea...
zulip
https://github.com/zulip/zulip
7910b9e739c19594d73ffeb54cf8631a6d757d5d
Tim Abbott
2019-02-21 06:07:11
docs: Recommend yarn install over yarn upgrade.
For most updates to our dependencies, we want the more conservative yarn install.
docs: Recommend yarn install over yarn upgrade. For most updates to our dependencies, we want the more conservative yarn install.
diff --git a/docs/subsystems/dependencies.md b/docs/subsystems/dependencies.md index c1c4816948ce7..d315c6c6e837f 100644 --- a/docs/subsystems/dependencies.md +++ b/docs/subsystems/dependencies.md @@ -251,7 +251,7 @@ reasoning here. repository. We use the standard `package.json` file to declare our direct depend...
sentry-dart
https://github.com/getsentry/sentry-dart
7370cb88ba60479bcebae64e056811be2bbff29e
Jonas Uekötter
2021-04-26 18:14:31
Fix: Improve Sentry Integration tests (#421)
* Fix: Improve Tests * Remove unused method * Further improve tests * Use Test Fixtures * Further improve tests * Improve setting of automatic breadcrumbs * Revert "Improve setting of automatic breadcrumbs" This reverts commit df2a62a46a4fd58988775b14625ad5eb2d742912. * Remove not needed late keywords
Fix: Improve Sentry Integration tests (#421) * Fix: Improve Tests * Remove unused method * Further improve tests * Use Test Fixtures * Further improve tests * Improve setting of automatic breadcrumbs * Revert "Improve setting of automatic breadcrumbs" This reverts commit df2a62a46a4fd58988775b14625ad5eb2d742912...
diff --git a/flutter/test/load_android_image_list_test.dart b/flutter/test/load_android_image_list_test.dart index 36cf5c8292..9fa7f69b2d 100644 --- a/flutter/test/load_android_image_list_test.dart +++ b/flutter/test/load_android_image_list_test.dart @@ -7,11 +7,8 @@ import 'package:sentry_flutter/src/sentry_flutter_op...
noodle
https://github.com/noodle-run/noodle
aca5ec3cdd1614ae64c7de024a965b19e8109017
Ahmed Elsakaan
2022-12-17 00:33:14
feat(ui): splits modal into molecule & brings back 100% coverage
This commit brings the following changes: - Let's the auth page handle errors and show an authentication denied modal - Makes the modal a reusable component. - Adds tests to ui library to gain back 100% test coverage.
feat(ui): splits modal into molecule & brings back 100% coverage This commit brings the following changes: - Let's the auth page handle errors and show an authentication denied modal - Makes the modal a reusable component. - Adds tests to ui library to gain back 100% test coverage.
diff --git a/apps/client/pages/signin.tsx b/apps/client/pages/signin.tsx index 532f2862..57d9d447 100644 --- a/apps/client/pages/signin.tsx +++ b/apps/client/pages/signin.tsx @@ -3,14 +3,25 @@ import { Auth } from '@noodle/ui'; import { GetServerSideProps, NextPage } from 'next'; import { unstable_getServerSession } ...
MaxKB
https://github.com/1Panel-dev/MaxKB
666d58659ee93afbe7c1a00e14fdc8340340a8e4
CaptainB
2025-02-25 13:29:52
fix: Fix user cannot export public function lib
--bug=1052408 --user=刘瑞斌 【函数库】导出非当前用户创建的函数,报错 https://www.tapd.cn/57709429/s/1658696
fix: Fix user cannot export public function lib --bug=1052408 --user=刘瑞斌 【函数库】导出非当前用户创建的函数,报错 https://www.tapd.cn/57709429/s/1658696
diff --git a/apps/function_lib/serializers/function_lib_serializer.py b/apps/function_lib/serializers/function_lib_serializer.py index 7067e699440..6bae40aea6a 100644 --- a/apps/function_lib/serializers/function_lib_serializer.py +++ b/apps/function_lib/serializers/function_lib_serializer.py @@ -211,7 +211,7 @@ class O...
prometheus
https://github.com/prometheus/prometheus
2ea7caa1f5221d55cdc04cbf5331030323420b4e
dependabot[bot]
2025-03-07 20:32:12
chore(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 in /web/ui/react-app
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.5 to 29.2.6. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.2.5...v29.2.6) ---
chore(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 in /web/ui/react-app Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.5 to 29.2.6. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github...
diff --git a/web/ui/react-app/package-lock.json b/web/ui/react-app/package-lock.json index 33d00f8602e..1198374ba97 100644 --- a/web/ui/react-app/package-lock.json +++ b/web/ui/react-app/package-lock.json @@ -73,7 +73,7 @@ "prettier": "^3.5.2", "react-scripts": "^5.0.1", "sinon": "^19.0.2", -...
sarama
https://github.com/IBM/sarama
9298f406d15519a3e67627427a5970570a8f927c
Dominic Evans
2022-02-14 04:14:09
chore: restrict to 1 parallel test at once (#2146)
Seeing some memory issues on the GitHub actions workers so disabling parallel until we can learn more
chore: restrict to 1 parallel test at once (#2146) Seeing some memory issues on the GitHub actions workers so disabling parallel until we can learn more
diff --git a/Makefile b/Makefile index d665cb582..e5ba4f613 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ default: fmt get update test lint GO := go GOBUILD := CGO_ENABLED=0 $(GO) build $(BUILD_FLAG) -GOTEST := $(GO) test -gcflags='-l' -p 1 -race -timeout 10m -coverprofile=profile.out -covermode=ato...
beats
https://github.com/elastic/beats
fe092972a481354a7c84c553ddad07f2ea5bbf34
apmmachine
2024-03-19 03:32:38
chore: Update snapshot.yml (#38372)
Made with ❤️️ by updatecli
chore: Update snapshot.yml (#38372) Made with ❤️️ by updatecli Co-authored-by: apmmachine <apmmachine@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
diff --git a/testing/environments/snapshot.yml b/testing/environments/snapshot.yml index 693e6d2f7486..5cae69cbdbe3 100644 --- a/testing/environments/snapshot.yml +++ b/testing/environments/snapshot.yml @@ -3,7 +3,7 @@ version: '2.3' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearc...
primeng
https://github.com/primefaces/primeng
954e8c1351c57f26c7eef8928601507809fc58cc
Mike Ambrozaitis
2024-11-18 19:32:27
fix(docs): typo in theming#component (#16643)
Changes "our" to "your" in the sentence "Overriding components tokens is not the recommended approach if you are building our own style, building your own preset should be preferred instead."
fix(docs): typo in theming#component (#16643) Changes "our" to "your" in the sentence "Overriding components tokens is not the recommended approach if you are building our own style, building your own preset should be preferred instead."
diff --git a/apps/showcase/doc/theming/componentdoc.ts b/apps/showcase/doc/theming/componentdoc.ts index 60bc1f88b28..314bf002686 100644 --- a/apps/showcase/doc/theming/componentdoc.ts +++ b/apps/showcase/doc/theming/componentdoc.ts @@ -5,12 +5,14 @@ import { Component } from '@angular/core'; template: ` ...
components
https://github.com/angular/components
140c95c2e891c1fb5cc6bb49e08a95ada2c0406c
Paul Gschwendtner
2017-02-11 04:47:56
build: increase minimum angular version (#3017)
* Currently Angular Material supports Angular v2.2.0, but some components already use methods that are only available in `v2.3.0`. This means that Material isn't really compatible with v2.2.0 anymore. * Since Angular `v.2.3.0` includes a lot of good fixes (like proper metadata inheritance) we should upgrade to `v2.3.0...
build: increase minimum angular version (#3017) * Currently Angular Material supports Angular v2.2.0, but some components already use methods that are only available in `v2.3.0`. This means that Material isn't really compatible with v2.2.0 anymore. * Since Angular `v.2.3.0` includes a lot of good fixes (like proper...
diff --git a/package.json b/package.json index 4b60ac2ebd61..e353ae4d65e5 100644 --- a/package.json +++ b/package.json @@ -25,22 +25,22 @@ "node": ">= 5.4.1 < 7" }, "dependencies": { - "@angular/common": "^2.2.0", - "@angular/compiler": "^2.2.0", - "@angular/core": "^2.2.0", - "@angular/forms": "...
ockam
https://github.com/build-trust/ockam
23291cfb76f046f7a212db438a8c7efee4e9ddaa
Daniil Fedotov
2022-10-27 20:54:53
fix(elixir): take service worker id from address if address is configured
This should make it possible to create multiple services of the same type with different addresses.
fix(elixir): take service worker id from address if address is configured This should make it possible to create multiple services of the same type with different addresses.
diff --git a/implementations/elixir/ockam/ockam_services/lib/services/provider.ex b/implementations/elixir/ockam/ockam_services/lib/services/provider.ex index 12efb9b338c..0e08e2c504c 100644 --- a/implementations/elixir/ockam/ockam_services/lib/services/provider.ex +++ b/implementations/elixir/ockam/ockam_services/lib/...
atuin
https://github.com/atuinsh/atuin
a52568be795b891c96438ec116ce0b29723655e7
Patrick Jackson
2023-12-05 23:26:47
fix: reenable enter_accept for bash (#1408)
* fix: reenable enter_accept for bash * fix: Fix the shellcheck warnings
fix: reenable enter_accept for bash (#1408) * fix: reenable enter_accept for bash * fix: Fix the shellcheck warnings
diff --git a/atuin/src/command/client/search/interactive.rs b/atuin/src/command/client/search/interactive.rs index 167eb23af15..3373d51bcf8 100644 --- a/atuin/src/command/client/search/interactive.rs +++ b/atuin/src/command/client/search/interactive.rs @@ -705,7 +705,7 @@ pub async fn history( if index < results...
AutoGPT
https://github.com/Significant-Gravitas/AutoGPT
3b53c6953af97ff09af24e0cd09ed1e5184835ba
Reinier van der Leer
2025-03-05 21:44:59
feat(platform): Agent Run "Stop" + "Delete" functionality (#9547)
- Resolves #9542 ### Changes 🏗️ - feat(platform): Add "Delete run" button on `/library/agents/[id]` w/ confirm dialog - Add `AgentGraphExecution.isDeleted` column for soft delete - Add `DELETE /api/executions/{graph_exec_id}` endpoint - feat(frontend): Add "Stop run" button on `/library/agents/[id]` Technical impro...
feat(platform): Agent Run "Stop" + "Delete" functionality (#9547) - Resolves #9542 ### Changes 🏗️ - feat(platform): Add "Delete run" button on `/library/agents/[id]` w/ confirm dialog - Add `AgentGraphExecution.isDeleted` column for soft delete - Add `DELETE /api/executions/{graph_exec_id}` endpoint - feat(fron...
diff --git a/autogpt_platform/backend/backend/data/execution.py b/autogpt_platform/backend/backend/data/execution.py index ca6926ee1c97..aef43bc9aebf 100644 --- a/autogpt_platform/backend/backend/data/execution.py +++ b/autogpt_platform/backend/backend/data/execution.py @@ -1,11 +1,10 @@ from collections import defaul...
gatsby
https://github.com/gatsbyjs/gatsby
2f67bceeaffc86f2f162c8bd15bab0e65a537071
Paweł Jędrzejczyk
2020-01-10 00:13:46
feat(gatsby-source-wordpress): add normalizers option to modif… (#18079)
* add new `normalizers` option to enable adding/removing normalizers * update README with new `normalizers` option
feat(gatsby-source-wordpress): add normalizers option to modif… (#18079) * add new `normalizers` option to enable adding/removing normalizers * update README with new `normalizers` option Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
diff --git a/packages/gatsby-source-wordpress/README.md b/packages/gatsby-source-wordpress/README.md index 83e71ea679554..b35a144c5ff9a 100644 --- a/packages/gatsby-source-wordpress/README.md +++ b/packages/gatsby-source-wordpress/README.md @@ -144,6 +144,25 @@ module.exports = { normalizer: function({ entitie...
bit
https://github.com/teambit/bit
7f68e6ed01d907080d9d944fa4ba28581fb4c2d3
David First
2022-02-02 20:45:17
feat: improve "pattern" to accept multiple patterns and negate syntax (#5346)
- introduce `idsByPattern` API for the workspace that returns all matching component ids according to the pattern. A pattern may consist multiple patterns separated by a comma. Also, a pattern can exclude ids by the `!` syntax. - introduce `bit pattern <pattern>` command to list the ids matching the pattern.
feat: improve "pattern" to accept multiple patterns and negate syntax (#5346) - introduce `idsByPattern` API for the workspace that returns all matching component ids according to the pattern. A pattern may consist multiple patterns separated by a comma. Also, a pattern can exclude ids by the `!` syntax. - introduce `...
diff --git a/scopes/harmony/aspect/aspect.main.runtime.ts b/scopes/harmony/aspect/aspect.main.runtime.ts index d71e2741446c..06bd821ab591 100644 --- a/scopes/harmony/aspect/aspect.main.runtime.ts +++ b/scopes/harmony/aspect/aspect.main.runtime.ts @@ -32,8 +32,7 @@ export class AspectMain { async listAspectsOfCompone...
angular
https://github.com/angular/angular
6e8bc310f0899c46d8a065ac2743c85272d2b24d
Eli Sadoff
2018-01-30 01:04:46
docs: change ”it's" to "its" as needed in several docs. (#21867)
Most of them are in content but one is in common and needs special approval. PR Close #21867
docs: change ”it's" to "its" as needed in several docs. (#21867) Most of them are in content but one is in common and needs special approval. PR Close #21867
diff --git a/aio/content/guide/ngmodule-faq.md b/aio/content/guide/ngmodule-faq.md index 651b8875fa965..8c8ea9e806ca5 100644 --- a/aio/content/guide/ngmodule-faq.md +++ b/aio/content/guide/ngmodule-faq.md @@ -165,7 +165,7 @@ Such [entry components](guide/ngmodule-faq#q-entry-component-defined) can never While there's ...
OpenTTD
https://github.com/OpenTTD/OpenTTD
e760c9fbec7ab4f0637662bd299369de6dee3db2
Didac Perez Parera
2021-04-02 13:45:26
Fix: adjust object and rail station selection window padding to be consistent (#8929)
consistent
Fix: adjust object and rail station selection window padding to be consistent (#8929) consistent
diff --git a/src/object_gui.cpp b/src/object_gui.cpp index 69857895e71ef..05e9b0092d242 100644 --- a/src/object_gui.cpp +++ b/src/object_gui.cpp @@ -660,24 +660,24 @@ static const NWidgetPart _nested_build_object_widgets[] = { NWidget(WWT_DEFSIZEBOX, COLOUR_DARK_GREEN), EndContainer(), NWidget(WWT_PANEL, COLOUR_...
iroh
https://github.com/n0-computer/iroh
38bdaef1bc7053bfdafee5a48b99f3b56acb50b5
Floris Bruynooghe
2024-05-06 18:35:58
refactor(iroh-net)!: Make the interfaces module private (#2266)
## Description This is leaking 3rd party types into our public interface, since this really only exists for our own use it probably shouldn't be public to start with. So make it private. As a result cleans up some dead code. ## Breaking Changes The `iroh_net::net::interfaces` module has been made private. ## Not...
refactor(iroh-net)!: Make the interfaces module private (#2266) ## Description This is leaking 3rd party types into our public interface, since this really only exists for our own use it probably shouldn't be public to start with. So make it private. As a result cleans up some dead code. ## Breaking Changes The `...
diff --git a/iroh-net/src/net.rs b/iroh-net/src/net.rs index 87747a695e..ce4578ec8d 100644 --- a/iroh-net/src/net.rs +++ b/iroh-net/src/net.rs @@ -1,6 +1,6 @@ //! Networking related utilities -pub mod interfaces; +pub(crate) mod interfaces; pub mod ip; mod ip_family; pub mod netmon; diff --git a/iroh-net/src/net/...
metamask-extension
https://github.com/MetaMask/metamask-extension
ccc5aad513bbe0f32f56fa7331613c7a33852d54
Charly Chevalier
2024-10-16 22:46:34
chore: update @metamask/bitcoin-wallet-snap to 0.7.0 (#27730)
## **Description** Bump the BTC Snap to version 0.7.0. - This new release uses a new node provider (QuickNode) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/26701?quickstart=1) ## **Related issues** N/A ## **Manual testing steps** ...
chore: update @metamask/bitcoin-wallet-snap to 0.7.0 (#27730) ## **Description** Bump the BTC Snap to version 0.7.0. - This new release uses a new node provider (QuickNode) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/26701?quickstar...
diff --git a/package.json b/package.json index 9a77bb273995..fe2f43f63c9a 100644 --- a/package.json +++ b/package.json @@ -303,7 +303,7 @@ "@metamask/approval-controller": "^7.0.0", "@metamask/assets-controllers": "patch:@metamask/assets-controllers@npm%3A38.3.0#~/.yarn/patches/@metamask-assets-controllers-np...
fuels-ts
https://github.com/FuelLabs/fuels-ts
e87b51bb0c7fdd2d30cd165fd2e226de93aae992
Dhaiwat
2024-08-29 15:23:53
feat: add missing connectors to `create fuels` template (#3013)
* feat: add missing connectors to `create fuels` template * sync deps * Update pnpm-lock.yaml
feat: add missing connectors to `create fuels` template (#3013) * feat: add missing connectors to `create fuels` template * sync deps * Update pnpm-lock.yaml
diff --git a/.changeset/new-rivers-rescue.md b/.changeset/new-rivers-rescue.md new file mode 100644 index 00000000000..06a03163274 --- /dev/null +++ b/.changeset/new-rivers-rescue.md @@ -0,0 +1,5 @@ +--- +"create-fuels": patch +--- + +feat: add missing connectors to `create fuels` template diff --git a/pnpm-lock.yaml b...
core
https://github.com/vuejs/core
5849f42ae141a7524cc125247bd0c7be05ccb7c6
dependabot-preview[bot]
2019-09-17 12:52:08
build(deps-dev): bump rollup from 1.21.3 to 1.21.4
Bumps [rollup](https://github.com/rollup/rollup) from 1.21.3 to 1.21.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v1.21.3...v1.21.4)
build(deps-dev): bump rollup from 1.21.3 to 1.21.4 Bumps [rollup](https://github.com/rollup/rollup) from 1.21.3 to 1.21.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v1.21.3.....
diff --git a/yarn.lock b/yarn.lock index 4964a8fcf8b..94f38888f4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6185,9 +6185,9 @@ rollup-pluginutils@2.8.1, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1: estree-walker "^0.6.1" rollup@^1.19.4: - version "1.21.3" - resolved "https://registry.yarnpkg.com/roll...
react-native-firebase
https://github.com/invertase/react-native-firebase
48c7842124f901aeda991da3122016fd3fb42e03
Konstantin
2022-02-14 01:14:50
feat(auth, android): implement disable app verification feature on android (#6069)
* feat(auth, android): add android for disable app verification feature * chore(auth, lint): fixup unused import
feat(auth, android): implement disable app verification feature on android (#6069) * feat(auth, android): add android for disable app verification feature * chore(auth, lint): fixup unused import Co-authored-by: Mike Hardy <github@mikehardy.net>
diff --git a/packages/auth/android/src/main/java/io/invertase/firebase/auth/ReactNativeFirebaseAuthModule.java b/packages/auth/android/src/main/java/io/invertase/firebase/auth/ReactNativeFirebaseAuthModule.java index d9e75fdf7a..c88af12ed2 100644 --- a/packages/auth/android/src/main/java/io/invertase/firebase/auth/Reac...
next.js
https://github.com/vercel/next.js
5dffc45ab4364ec9a61b4f6acc8fe787e43108b7
Donny/강동윤
2025-03-17 15:22:51
build: Update `swc_core` to `v16.6.0` (#77155)
### What? Applies https://github.com/swc-project/swc/pull/10196 ### Why?
build: Update `swc_core` to `v16.6.0` (#77155) ### What? Applies https://github.com/swc-project/swc/pull/10196 ### Why? https://github.com/swc-project/swc/pull/10196 makes minification 3%~4% faster
diff --git a/Cargo.lock b/Cargo.lock index eaaa31932ba61..c535e0c349148 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2962,7 +2962,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.8", + "socket2 0.4.9", "tokio", "tower-service", "tracing", @@ -6909,9 +6909,9 @@ checksum = "7da8b57...
sentry
https://github.com/getsentry/sentry
c54350d6d7935a3591f3b9a3dc2b63bba83464da
Michelle Zhang
2024-02-23 23:55:15
feat(feedback): add crash report callout (#65712)
Adds this blue alert callout for all FE/web BE instructions on this sidebar. <img width="462" alt="SCR-20240223-jgxh" src="https://github.com/getsentry/sentry/assets/56095982/2a0a1165-73d8-4e7a-b2df-b0720c99e976">
feat(feedback): add crash report callout (#65712) Adds this blue alert callout for all FE/web BE instructions on this sidebar. <img width="462" alt="SCR-20240223-jgxh" src="https://github.com/getsentry/sentry/assets/56095982/2a0a1165-73d8-4e7a-b2df-b0720c99e976">
diff --git a/static/app/components/replaysOnboarding/utils.tsx b/static/app/components/replaysOnboarding/utils.tsx index 6f20cc910ce4f4..9107e34eecca20 100644 --- a/static/app/components/replaysOnboarding/utils.tsx +++ b/static/app/components/replaysOnboarding/utils.tsx @@ -46,3 +46,14 @@ export const tracePropagationM...
kopia
https://github.com/kopia/kopia
bb979d089cd6c7b40e86a4c41e9918821f476acb
Jarek Kowalski
2022-02-02 12:33:56
fix(providers): fixed rclone connection in KopiaUI (#1712) (#1713)
v0.10.3 introduced a regression where RClone connections did not work in KopiaUI but were ok in the CLI. The root cause was #1691 which caused storage context to be closed after opening the repository. Added test that verifies that storage does not rely on the context remaining open.
fix(providers): fixed rclone connection in KopiaUI (#1712) (#1713) v0.10.3 introduced a regression where RClone connections did not work in KopiaUI but were ok in the CLI. The root cause was #1691 which caused storage context to be closed after opening the repository. Added test that verifies that storage does not r...
diff --git a/repo/blob/azure/azure_storage_test.go b/repo/blob/azure/azure_storage_test.go index 63547d1095a..4d7f932ffb5 100644 --- a/repo/blob/azure/azure_storage_test.go +++ b/repo/blob/azure/azure_storage_test.go @@ -110,12 +110,16 @@ func TestAzureStorage(t *testing.T) { ctx := testlogging.Context(t) - st, e...
components
https://github.com/angular/components
f6d0c017bd587dad1c0fd14828959313d921c1ee
Kristiyan Kostadinov
2018-03-15 22:09:17
chore: add bottom sheet examples (#385)
Adds the bottom sheet examples to the navigation and includes the bottom sheet module.
chore: add bottom sheet examples (#385) Adds the bottom sheet examples to the navigation and includes the bottom sheet module.
diff --git a/material.angular.io/src/app/shared/documentation-items/documentation-items.ts b/material.angular.io/src/app/shared/documentation-items/documentation-items.ts index aa8e9eb044a2..c30bb88cc22f 100644 --- a/material.angular.io/src/app/shared/documentation-items/documentation-items.ts +++ b/material.angular.io...
vector
https://github.com/vectordotdev/vector
1220402b6e14977886ea85071ea01eb6c1130fc2
Luc Perkins
2021-03-11 10:06:06
fix(remap): Change description of error code 103 (#6705)
* Update error 103 description
fix(remap): Change description of error code 103 (#6705) * Update error 103 description Signed-off-by: Luc Perkins <luc.perkins@datadoghq.com> * Small rewording Signed-off-by: Luc Perkins <luc.perkins@datadoghq.com> * cargo fmt Signed-off-by: Luc Perkins <luc@timber.io> Co-authored-by: Luc Perkins <luc.perkins@d...
diff --git a/docs/reference/remap.cue b/docs/reference/remap.cue index c1ad649d1aad4..2518f6de5cbd2 100644 --- a/docs/reference/remap.cue +++ b/docs/reference/remap.cue @@ -219,7 +219,7 @@ remap: #Remap & { structured = parse_key_value(.message) """ raises: compiletime: """ - error[E103]: unhandled fal...
swagger-ui
https://github.com/swagger-api/swagger-ui
0a807d6237f59880d34131f66cd4fc542fdaca09
Tim Lai
2020-10-22 04:16:31
fix(auth): support for oauth2 relative url (#6546)
* Handle relative urls for oauth authorization The full URL is computed based on the current selected server if a relative URL is used as authorizationUrl or tokenUrl
fix(auth): support for oauth2 relative url (#6546) * Handle relative urls for oauth authorization The full URL is computed based on the current selected server if a relative URL is used as authorizationUrl or tokenUrl Co-authored-by: Eliot Berriot <contact@eliotberriot.com>
diff --git a/src/core/components/auth/oauth2.jsx b/src/core/components/auth/oauth2.jsx index 5daa2143a4a..aef95ac7662 100644 --- a/src/core/components/auth/oauth2.jsx +++ b/src/core/components/auth/oauth2.jsx @@ -11,6 +11,7 @@ export default class Oauth2 extends React.Component { authSelectors: PropTypes.object.is...
cilium
https://github.com/cilium/cilium
5ab773084f20e150a19c43dbc87e417a856eac71
Joe Stringer
2018-01-25 06:44:29
test: Build ginkgo as part of 'make tests'
Build the ginkgo tests as part of the regular make command, it doesn't take long and ensures that we don't end up inadvertently breaking ginkgo tests when refactoring common code.
test: Build ginkgo as part of 'make tests' Build the ginkgo tests as part of the regular make command, it doesn't take long and ensures that we don't end up inadvertently breaking ginkgo tests when refactoring common code. Signed-off-by: Joe Stringer <joe@covalent.io>
diff --git a/Makefile b/Makefile index c49c84316899d..a96d514c3ec47 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ clean-ginkgo-tests: tests-common: force go vet $(GOFILES) + make -C test/ build tests-envoy: @ $(MAKE) -C envoy tests diff --git a/test/Makefile b/test/Makefile index 860e731bef159..a05ae...
greptimedb
https://github.com/GreptimeTeam/greptimedb
4dec06ec8600574112a322dbae0c3851b7fbb75e
Lei, HUANG
2023-07-04 14:34:27
chore: bump version 0.3.2 (#1876)
bump version 0.3.2
chore: bump version 0.3.2 (#1876) bump version 0.3.2
diff --git a/Cargo.toml b/Cargo.toml index 0b09ee555e5b..1231c930db6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ members = [ ] [workspace.package] -version = "0.4.0" +version = "0.3.2" edition = "2021" license = "Apache-2.0"
MinerU
https://github.com/opendatalab/MinerU
f209ddea62b51e73b4b94b68332e3ab6becc7c0d
myhloli
2025-01-16 12:37:40
fix(magic_pdf): correct end page index and improve error handling
- Adjust end_page_id calculation to prevent IndexError when accessing pages - Enhance error handling in LLM post-processing by specifically catching JSONDecodeError
fix(magic_pdf): correct end page index and improve error handling - Adjust end_page_id calculation to prevent IndexError when accessing pages - Enhance error handling in LLM post-processing by specifically catching JSONDecodeError
diff --git a/magic_pdf/model/doc_analyze_by_custom_model.py b/magic_pdf/model/doc_analyze_by_custom_model.py index 3a916146..65851b67 100644 --- a/magic_pdf/model/doc_analyze_by_custom_model.py +++ b/magic_pdf/model/doc_analyze_by_custom_model.py @@ -158,7 +158,7 @@ def doc_analyze( table_enable=None, ) -> Infere...
components
https://github.com/angular/components
36db1c03893d6a8445eb56b7f8c7d56450b8df98
Kristiyan Kostadinov
2019-01-03 05:34:11
fix(moment-adapter): incorrectly deserializing moment dates and not setting locale on deserialized values (#14685)
Fixes a couple of issues I noticed while doing the Luxon adapter: * If a `Moment` instance was passed in to `deserialize`, we were returning a new `Moment` instance set to the current date/time, rather than the ones from the passed-in object. * In some cases the object returned by `deserialize` didn't have its locale s...
fix(moment-adapter): incorrectly deserializing moment dates and not setting locale on deserialized values (#14685) Fixes a couple of issues I noticed while doing the Luxon adapter: * If a `Moment` instance was passed in to `deserialize`, we were returning a new `Moment` instance set to the current date/time, rather th...
diff --git a/src/material-moment-adapter/adapter/moment-date-adapter.spec.ts b/src/material-moment-adapter/adapter/moment-date-adapter.spec.ts index 41b5860e9383..10548e902f5d 100644 --- a/src/material-moment-adapter/adapter/moment-date-adapter.spec.ts +++ b/src/material-moment-adapter/adapter/moment-date-adapter.spec....
appsmith
https://github.com/appsmithorg/appsmith
cc620b3ab33ab806ef82ee6288b1034be7f82beb
Aman Agarwal
2024-01-29 19:51:01
feat: removing delete multiple apps feature (#30661)
## Description Removing the bulk delete applications feature as it not generally used by many users and this was creating some UI conflicts rather than giving us some valuable output. Please follow this thread for more context :
feat: removing delete multiple apps feature (#30661) ## Description Removing the bulk delete applications feature as it not generally used by many users and this was creating some UI conflicts rather than giving us some valuable output. Please follow this thread for more context : https://theappsmith.slack.com/archiv...
diff --git a/app/client/cypress/e2e/Regression/ClientSide/Workspace/DeleteMultipleApplications.ts b/app/client/cypress/e2e/Regression/ClientSide/Workspace/DeleteMultipleApplications.ts deleted file mode 100644 index d745604457d9..000000000000 --- a/app/client/cypress/e2e/Regression/ClientSide/Workspace/DeleteMultipleAp...
metersphere
https://github.com/metersphere/metersphere
fdd9c084773de71b0d8719c1b125522826e57299
CaptainB
2022-03-31 15:32:40
fix(测试计划): 修复测试阶段维护的数据
--bug=1011785 --user=刘瑞斌 [模板管理]github#12083测试阶段维护的数据,在V1.19.0版本之后就没法使用,有问题 https://www.tapd.cn/55049933/s/1128355
fix(测试计划): 修复测试阶段维护的数据 --bug=1011785 --user=刘瑞斌 [模板管理]github#12083测试阶段维护的数据,在V1.19.0版本之后就没法使用,有问题 https://www.tapd.cn/55049933/s/1128355 Closes #12083
diff --git a/frontend/src/network/test-plan.js b/frontend/src/network/test-plan.js index 12acfa8ece7c..ca029d04f703 100644 --- a/frontend/src/network/test-plan.js +++ b/frontend/src/network/test-plan.js @@ -2,7 +2,7 @@ import {post, get} from "@/common/js/ajax"; import {success} from "@/common/js/message"; import i18...
concourse
https://github.com/concourse/concourse
fd41dccb86f11da555a051ae7ac151fcb06b866b
dependabot[bot]
2021-10-04 07:03:17
build(deps): bump go.opentelemetry.io/otel from 1.0.0 to 1.0.1
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/...
build(deps): bump go.opentelemetry.io/otel from 1.0.0 to 1.0.1 Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/m...
diff --git a/go.mod b/go.mod index 97ed3f0c23f..795459c83fe 100644 --- a/go.mod +++ b/go.mod @@ -82,13 +82,13 @@ require ( github.com/vito/go-sse v0.0.0-20160212001227-fd69d275caac github.com/vito/houdini v1.1.1 github.com/vito/twentythousandtonnesofcrudeoil v0.0.0-20180305154709-3b21ad808fcb - go.opentelemetry.i...
agno
https://github.com/agno-agi/agno
51a0d3ea5b3a6fc6f7fe5b1e5ea1570519e0830d
Manthan Gupta
2025-01-08 15:08:46
Feat: Add upload support for files on playground (#1564)
## Description This PR adds support for uploading files (PDF, Docx, CSV, Text) on Playground ## Type of change Please check the options that are relevant: - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature th...
Feat: Add upload support for files on playground (#1564) ## Description This PR adds support for uploading files (PDF, Docx, CSV, Text) on Playground ## Type of change Please check the options that are relevant: - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which ad...
diff --git a/cookbook/playground/upload_files.py b/cookbook/playground/upload_files.py new file mode 100644 index 0000000000..be1247fc43 --- /dev/null +++ b/cookbook/playground/upload_files.py @@ -0,0 +1,30 @@ +from phi.agent import Agent +from phi.knowledge.docx import DocxKnowledgeBase +from phi.knowledge.json import...
quivr
https://github.com/QuivrHQ/quivr
ed61880a38c39c16e75b585cb51a054baa2ac440
Ikko Eltociear Ashimine
2023-06-29 20:18:29
refactor: fix typo in useChats.ts (#393)
occured -> occurred
refactor: fix typo in useChats.ts (#393) occured -> occurred
diff --git a/frontend/lib/context/ChatsProvider/hooks/useChats.ts b/frontend/lib/context/ChatsProvider/hooks/useChats.ts index f76ba807a705..a137a3a87aaf 100644 --- a/frontend/lib/context/ChatsProvider/hooks/useChats.ts +++ b/frontend/lib/context/ChatsProvider/hooks/useChats.ts @@ -28,7 +28,7 @@ export default function...
components
https://github.com/angular/components
8dc367cf09541589833288da52cd5645f1cf6c08
Kristiyan Kostadinov
2018-11-15 03:29:27
fix(form-field): users being able to select the hidden placeholder of disabled input (#13480)
Prevents the users from being able to select the hidden placeholder text by double-clicking on a disabled input.
fix(form-field): users being able to select the hidden placeholder of disabled input (#13480) Prevents the users from being able to select the hidden placeholder text by double-clicking on a disabled input. Fixes #13479.
diff --git a/src/lib/form-field/form-field-input.scss b/src/lib/form-field/form-field-input.scss index 03060889ef4b..9e18e6237d65 100644 --- a/src/lib/form-field/form-field-input.scss +++ b/src/lib/form-field/form-field-input.scss @@ -85,6 +85,10 @@ } @include input-placeholder { + // Prevent users from bein...
sentry
https://github.com/getsentry/sentry
d143f8c04006e6667b4cb9f032644c50406f3fc9
Abdkhan14
2022-12-09 21:10:04
feat(discover-quick-context): Increased size of trigger icon. (#42210)
1. From 'xs' to 'sm'
feat(discover-quick-context): Increased size of trigger icon. (#42210) 1. From 'xs' to 'sm' Co-authored-by: Abdullah Khan <abdullahkhan@P40P69L0VQ.local>
diff --git a/static/app/views/eventsV2/table/quickContext/actionDropdown.tsx b/static/app/views/eventsV2/table/quickContext/actionDropdown.tsx index 568ab5be61f976..90dfa8c4ee1d5e 100644 --- a/static/app/views/eventsV2/table/quickContext/actionDropdown.tsx +++ b/static/app/views/eventsV2/table/quickContext/actionDropdo...
check-if-email-exists
https://github.com/reacherhq/check-if-email-exists
5fd5e80e8daee7b6c117324d62d26a32ad413a02
dependabot[bot]
2022-08-15 14:38:12
chore: Bump clap from 3.2.16 to 3.2.17 (#1139)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.17. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.17/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17) ---
chore: Bump clap from 3.2.16 to 3.2.17 (#1139) Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.17. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.17/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17)...
diff --git a/Cargo.lock b/Cargo.lock index 730b14710..1cb4083d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -499,9 +499,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.16" +version = "3.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3dbbb6653e7c55cc8595ad3e1f7b...
scylladb
https://github.com/scylladb/scylladb
1399dc0ff2212fc5cce8213bd7e5561028628f17
Asias He
2024-01-18 06:19:06
test: Add test_tablet_missing_data_repair
The test verifies repair brings the missing rows to the owner. - Shutdown part of the nodes in the cluster - Insert data - Start all nodees - Run repair - Shutdown part of the nodes - Check all data is present
test: Add test_tablet_missing_data_repair The test verifies repair brings the missing rows to the owner. - Shutdown part of the nodes in the cluster - Insert data - Start all nodees - Run repair - Shutdown part of the nodes - Check all data is present
diff --git a/test/topology_experimental_raft/test_tablets.py b/test/topology_experimental_raft/test_tablets.py index ae9bb244ecf9..52597734551e 100644 --- a/test/topology_experimental_raft/test_tablets.py +++ b/test/topology_experimental_raft/test_tablets.py @@ -408,3 +408,51 @@ async def check(): await check() ...
zulip
https://github.com/zulip/zulip
068dd6bdae1a857fb0e6cbe9f8f1d7a78f5f7fcd
Mateusz Mandera
2021-10-20 05:30:10
docs: Tweak Keycloak SAML instructions.
Keycloak docs say:
docs: Tweak Keycloak SAML instructions. Keycloak docs say: https://www.keycloak.org/getting-started/getting-started-docker ``` By default there is a single realm in Keycloak called master. This is dedicated to manage Keycloak and should not be used for your own applications. ``` Thus we should change what we assume ...
diff --git a/templates/zerver/help/saml-authentication.md b/templates/zerver/help/saml-authentication.md index cec0d3daa1c81..43e0a184eb074 100644 --- a/templates/zerver/help/saml-authentication.md +++ b/templates/zerver/help/saml-authentication.md @@ -117,8 +117,7 @@ how to configure these SAML providers to work with ...
leetcode
https://github.com/doocs/leetcode
ca31a03f830e6f9290a7baf1e0e9610c7e63aca4
yanglbme
2023-05-27 06:19:00
feat: add solutions to lc problems: No.1119,1132
* No.1119. Remove Vowels from a String * No.1132. Reported Posts II
feat: add solutions to lc problems: No.1119,1132 * No.1119. Remove Vowels from a String * No.1132. Reported Posts II
diff --git a/solution/1100-1199/1119.Remove Vowels from a String/Solution.ts b/solution/1100-1199/1119.Remove Vowels from a String/Solution.ts new file mode 100644 index 0000000000000..3cfd5880dd116 --- /dev/null +++ b/solution/1100-1199/1119.Remove Vowels from a String/Solution.ts @@ -0,0 +1,3 @@ +function removeVowe...
ockam
https://github.com/build-trust/ockam
caf97d039083ca161cb94be25405ab6b08d072ec
dependabot[bot]
2024-03-20 15:59:28
build: bump trybuild from 1.0.89 to 1.0.90
Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.89...1.0.90) ---
build: bump trybuild from 1.0.89 to 1.0.90 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.89...1.0.90) --- updated-dependencies: - dependency-name: trybuild depen...
diff --git a/Cargo.lock b/Cargo.lock index 440d3b0475c..f8f443a1584 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1002,15 +1002,6 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" -[[package]] -name = "b...
docfx
https://github.com/dotnet/docfx
4b61c9e35b256092f4403fa7838e5c2c2dc5ffcf
dependabot[bot]
2024-08-01 13:48:08
build(deps): bump HtmlAgilityPack from 1.11.61 to 1.11.62 (#10139)
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.61 to 1.11.62. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.61...v1.11.62) ---
build(deps): bump HtmlAgilityPack from 1.11.61 to 1.11.62 (#10139) Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.61 to 1.11.62. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.6...
diff --git a/Directory.Packages.props b/Directory.Packages.props index c280d36c81c..19c267651c6 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,7 +4,7 @@ <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> </PropertyGroup> <ItemGroup> - <PackageVersion Include=...