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
flipperzero-firmware
https://github.com/flipperdevices/flipperzero-firmware
f16cdd1477451f4d8af6f2864f49003a6516f70e
Matvey Gerasimov
2022-10-06 16:48:40
fix: typo badusb demo windows (#1824)
Fix a typo in the badusb demo script for Windows.
fix: typo badusb demo windows (#1824) Fix a typo in the badusb demo script for Windows. Co-authored-by: あく <alleteam@gmail.com>
diff --git a/assets/resources/badusb/demo_windows.txt b/assets/resources/badusb/demo_windows.txt index df43535105a..f304f5e8d57 100644 --- a/assets/resources/badusb/demo_windows.txt +++ b/assets/resources/badusb/demo_windows.txt @@ -78,7 +78,7 @@ ENTER STRING Flipper Zero BadUSB feature is compatible with USB Rubber...
nocobase
https://github.com/nocobase/nocobase
73d4b15040faf0b7f16f8d859964b55e1de7db3f
Neal
2022-07-25 06:54:34
feat: add editor hot key Ctrl+Shift+U (#675)
* feat: menu tooltip add subtitle * feat: add editor hot key ctrl+shift+E * feat: add editor hot key ctrl+shift+E * feat: add editor hot key ctrl+shift+E * feat: add editor hot key ctrl+shift+E * feat: add editor hot key Ctrl+E+D * feat: add editor hot key Ctrl+Shift+U
feat: add editor hot key Ctrl+Shift+U (#675) * feat: menu tooltip add subtitle * feat: add editor hot key ctrl+shift+E * feat: add editor hot key ctrl+shift+E * feat: add editor hot key ctrl+shift+E * feat: add editor hot key ctrl+shift+E * feat: add editor hot key Ctrl+E+D * feat: add editor hot key Ctrl+Shift+...
diff --git a/packages/core/client/package.json b/packages/core/client/package.json index a69b9d6862023..3ee85dc30a186 100644 --- a/packages/core/client/package.json +++ b/packages/core/client/package.json @@ -35,6 +35,7 @@ "react-contenteditable": "^3.3.6", "react-drag-listview": "^0.1.9", "react-helmet"...
azerothcore-wotlk
https://github.com/azerothcore/azerothcore-wotlk
a8cd4c91a02bbe3b0583a397467d04c444df6cd0
AzerothCoreBot
2022-12-25 18:49:34
chore(DB): import pending files
Referenced commit(s): bf6e1ac43ae6cb69fe548ef3683b8499b9a73d79
chore(DB): import pending files Referenced commit(s): bf6e1ac43ae6cb69fe548ef3683b8499b9a73d79
diff --git a/data/sql/updates/pending_db_world/rev_1671267139648095100.sql b/data/sql/updates/db_world/2022_12_25_01.sql similarity index 81% rename from data/sql/updates/pending_db_world/rev_1671267139648095100.sql rename to data/sql/updates/db_world/2022_12_25_01.sql index 36b7b3dd6cbe7e..7548ffc5276eff 100644 --- a/...
quivr
https://github.com/QuivrHQ/quivr
8ad0cd9d7e17e4d94105626940cc65bbafce5f58
Antoine Dewez
2024-03-07 01:23:51
feat(frontend): 404 redirection (#2309)
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my...
feat(frontend): 404 redirection (#2309) # Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project -...
diff --git a/frontend/app/not-found.tsx b/frontend/app/not-found.tsx new file mode 100644 index 000000000000..0741a5f807c4 --- /dev/null +++ b/frontend/app/not-found.tsx @@ -0,0 +1,14 @@ +import Link from "next/link"; + +const NotFound = (): JSX.Element => { + return ( + <div> + <h1>Not found – 404!</h1> + ...
angular
https://github.com/angular/angular
59837f474992d0b891a36baaa3abd5a1919f993f
Andrew Kushnir
2023-05-09 03:02:43
refactor(platform-server): import `xhr2` dynamically in the ServerXhr class (#50095)
This commit updates the `@angular/common/http` and `@angular/platform-server` packages to allow dynamic import of the `xhr2` dependency. The `xhr2` dependency has side-effects that rely on a global scope and as a result in some environments those side-effectful calls fail. With the changes from this PR, the import is d...
refactor(platform-server): import `xhr2` dynamically in the ServerXhr class (#50095) This commit updates the `@angular/common/http` and `@angular/platform-server` packages to allow dynamic import of the `xhr2` dependency. The `xhr2` dependency has side-effects that rely on a global scope and as a result in some enviro...
diff --git a/integration/platform-server/angular.json b/integration/platform-server/angular.json index f0baa9ddd30535..0b93cdb4c9c132 100644 --- a/integration/platform-server/angular.json +++ b/integration/platform-server/angular.json @@ -116,6 +116,7 @@ "outputHashing": "media" }, ...
renovate
https://github.com/renovatebot/renovate
5d647da0a3d510d7598eeff29b214601c18f0d02
Rhys Arkins
2021-05-21 02:32:46
fix: @types/node presets in config:base (#10085)
No longer disable @types/node major updates, instead use node versioning.
fix: @types/node presets in config:base (#10085) No longer disable @types/node major updates, instead use node versioning.
diff --git a/lib/config/presets/internal/config.ts b/lib/config/presets/internal/config.ts index 973954bb621bb6..d3f829422fa237 100644 --- a/lib/config/presets/internal/config.ts +++ b/lib/config/presets/internal/config.ts @@ -17,7 +17,6 @@ export const presets: Record<string, Preset> = { ':prConcurrentLimit20',...
plane
https://github.com/makeplane/plane
4c53157b0e6d24ec1193e57565a73904b9cc9aa4
Lakhan Baheti
2023-12-07 19:59:35
fix: custom analytic grouped bar tooltip value as ID (#3003)
* fix: tooltip value is coming as ID * fix lint named module
fix: custom analytic grouped bar tooltip value as ID (#3003) * fix: tooltip value is coming as ID * fix lint named module
diff --git a/web/components/analytics/custom-analytics/graph/custom-tooltip.tsx b/web/components/analytics/custom-analytics/graph/custom-tooltip.tsx index 3544ae46d3b..4a30a017012 100644 --- a/web/components/analytics/custom-analytics/graph/custom-tooltip.tsx +++ b/web/components/analytics/custom-analytics/graph/custom...
swagger-ui
https://github.com/swagger-api/swagger-ui
f58f61588044c21d889eb516877ca9c40dc73f2b
dependabot[bot]
2023-05-04 23:00:09
chore(deps-dev): bump start-server-and-test from 1.15.4 to 2.0.0 (#8597)
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.15.4 to 2.0.0. - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.15.4...v2.0.0) ---
chore(deps-dev): bump start-server-and-test from 1.15.4 to 2.0.0 (#8597) Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.15.4 to 2.0.0. - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](https://github.com/bahmutov/start-server-and-test/com...
diff --git a/package-lock.json b/package-lock.json index 13a41768b60..2e97f05fbce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -123,7 +123,7 @@ "sass-loader": "^12.6.0", "sinon": "=15.0.1", "source-map-support": "^0.5.21", - "start-server-and-test": "^1.14.0", + "st...
solana
https://github.com/solana-labs/solana
9b157499ef221b1efec46a2cf28dfb8ef0053a82
dependabot[bot]
2022-08-23 14:19:27
chore: bump eslint-plugin-mocha from 10.0.4 to 10.1.0 in /web3.js (#27332)
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.0.4 to 10.1.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/...
chore: bump eslint-plugin-mocha from 10.0.4 to 10.1.0 in /web3.js (#27332) Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.0.4 to 10.1.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/mast...
diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 12480963ed011e..b57e1a2ae44610 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -8531,13 +8531,13 @@ "dev": true }, "node_modules/eslint-plugin-mocha": { - "version": "10.0.4", - "resolved": "htt...
google-api-nodejs-client
https://github.com/googleapis/google-api-nodejs-client
b7a0e5a26eabdd757468ae12c6b1ba444f3a10dd
Yoshi Automation
2023-08-18 01:43:42
fix(eventarc): update the API
#### eventarc:v1 The following keys were changed: - schemas.Destination.properties.cloudFunction.description
fix(eventarc): update the API #### eventarc:v1 The following keys were changed: - schemas.Destination.properties.cloudFunction.description
diff --git a/discovery/eventarc-v1.json b/discovery/eventarc-v1.json index 35fc6dcb6d..65b86910d8 100644 --- a/discovery/eventarc-v1.json +++ b/discovery/eventarc-v1.json @@ -1197,7 +1197,7 @@ } } }, - "revision": "20230804", + "revision": "20230811", "rootUrl": "https://eventarc.googleapis.com/", ...
databend
https://github.com/databendlabs/databend
17c341105e8549eaeec61b60cdd2dd0c57657f0e
xudong.w
2024-06-11 16:56:28
fix: lazy materialization does not support set operation (#15754)
* fix: lazy materialization does not support set operation * add tests
fix: lazy materialization does not support set operation (#15754) * fix: lazy materialization does not support set operation * add tests
diff --git a/src/query/sql/src/executor/physical_plans/physical_table_scan.rs b/src/query/sql/src/executor/physical_plans/physical_table_scan.rs index 65036e176c1d1..ad9305b4da76b 100644 --- a/src/query/sql/src/executor/physical_plans/physical_table_scan.rs +++ b/src/query/sql/src/executor/physical_plans/physical_table...
envoy
https://github.com/envoyproxy/envoy
4c9a177cb0f407e49a1a540dbea8b422f959ec1d
Matt Klein
2020-08-05 03:39:52
test: fix Response204WithBody flake (#12473)
Fixes https://github.com/envoyproxy/envoy/issues/12459
test: fix Response204WithBody flake (#12473) Fixes https://github.com/envoyproxy/envoy/issues/12459 Signed-off-by: Matt Klein <mklein@lyft.com>
diff --git a/test/integration/integration_test.cc b/test/integration/integration_test.cc index 081bcd2681ba..9efe9bab87b8 100644 --- a/test/integration/integration_test.cc +++ b/test/integration/integration_test.cc @@ -1428,10 +1428,11 @@ TEST_P(IntegrationTest, Response204WithBody) { auto response = codec_client_...
leetcode
https://github.com/doocs/leetcode
bda8809385e363a2b2807750f2d8d6ac36e85911
Aldrin Marz7!
2022-03-18 07:09:11
feat: add solutions to lc problem: No.0076 (#758)
No.0076.Minimum Window Substring
feat: add solutions to lc problem: No.0076 (#758) No.0076.Minimum Window Substring
diff --git a/solution/0000-0099/0076.Minimum Window Substring/README.md b/solution/0000-0099/0076.Minimum Window Substring/README.md index 901840fd21c80..812180ce6bcbe 100644 --- a/solution/0000-0099/0076.Minimum Window Substring/README.md +++ b/solution/0000-0099/0076.Minimum Window Substring/README.md @@ -74,7 +74,...
coder
https://github.com/coder/coder
a7fe35af2523809178aea0c8d55482207c341a04
Ethan
2025-01-13 15:21:55
fix: use `netstat` over `ss` when testing unix socket (#16103)
Closes https://github.com/coder/internal/issues/274. `TestSSH/RemoteForwardUnixSocket` previously used `ss` for confirming if a socket was listening. `ss` isn't available on macOS, causing the test to flake. The test previously passed on macOS as a 2 could always be read on the SSH connection, presumably reading it a...
fix: use `netstat` over `ss` when testing unix socket (#16103) Closes https://github.com/coder/internal/issues/274. `TestSSH/RemoteForwardUnixSocket` previously used `ss` for confirming if a socket was listening. `ss` isn't available on macOS, causing the test to flake. The test previously passed on macOS as a 2 cou...
diff --git a/cli/ssh_test.go b/cli/ssh_test.go index 4fd52971df1cf..8006297f0c3e1 100644 --- a/cli/ssh_test.go +++ b/cli/ssh_test.go @@ -1146,9 +1146,8 @@ func TestSSH(t *testing.T) { // started and accepting input on stdin. _ = pty.Peek(ctx, 1) - // Download the test page - pty.WriteLine(fmt.Sprintf("ss -xl ...
napi-rs
https://github.com/napi-rs/napi-rs
7dced934a71797bd9159c3c91f8a3964cb4abd27
LongYinan
2023-11-20 13:52:21
fix(napi): cargo doc build
- Close https://github.com/napi-rs/napi-rs/issues/1800
fix(napi): cargo doc build - Close https://github.com/napi-rs/napi-rs/issues/1800
diff --git a/crates/napi/src/bindgen_runtime/js_values/arraybuffer.rs b/crates/napi/src/bindgen_runtime/js_values/arraybuffer.rs index 01ee9c764e..4bbacc1261 100644 --- a/crates/napi/src/bindgen_runtime/js_values/arraybuffer.rs +++ b/crates/napi/src/bindgen_runtime/js_values/arraybuffer.rs @@ -7,7 +7,7 @@ use std::sync...
MaaAssistantArknights
https://github.com/MaaAssistantArknights/MaaAssistantArknights
da78caa4f2097b84fa51652ea5630205667cfa9f
Constrat
2024-05-05 19:55:08
chore: Auto Update Game Resources - 2024-05-05
[skip changelog]
chore: Auto Update Game Resources - 2024-05-05 [skip changelog]
diff --git a/resource/global/YoStarEN/resource/version.json b/resource/global/YoStarEN/resource/version.json index f3066246798..b53ba22ab09 100644 --- a/resource/global/YoStarEN/resource/version.json +++ b/resource/global/YoStarEN/resource/version.json @@ -7,5 +7,5 @@ "pool": "By My Will", "time": 171...
G2
https://github.com/antvis/G2
d5588a0ed9782bb9bfb0a145fc3bc080fdcb6f66
Aarebecca
2021-09-14 08:00:24
refactor(facet): 添加了spacing属性,支持配置分面图之间的间距 (#3614)
* docs(column): 修正了字体颜色 strooke -> fill * refactor(facet): 添加了spacing参数,支持配置分面图之间的间距 * refactor(facet): 完善了方法注释,规范了方法命名和文档描述; * docs(facet): 更新了facet文档描述 * refactor(facet): 补充了单测 * refactor(facet): 完善了注释
refactor(facet): 添加了spacing属性,支持配置分面图之间的间距 (#3614) * docs(column): 修正了字体颜色 strooke -> fill * refactor(facet): 添加了spacing参数,支持配置分面图之间的间距 * refactor(facet): 完善了方法注释,规范了方法命名和文档描述; * docs(facet): 更新了facet文档描述 * refactor(facet): 补充了单测 * refactor(facet): 完善了注释 Co-authored-by: yangtao.yangtao <yangtao.yangtao@alibaba-i...
diff --git a/docs/common/facet-cfg.md b/docs/common/facet-cfg.md index 9d5fbdfcb2..74a49d3542 100644 --- a/docs/common/facet-cfg.md +++ b/docs/common/facet-cfg.md @@ -1,3 +1,12 @@ +#### FacetCfg.spacing + +<description> _[number | string, number | string]_ **optional**</description> + +分面子图之间的横向、纵向间隔大小,百分比形式表示占 view 宽高...
databend
https://github.com/databendlabs/databend
8ad91d99eddce33a55f392b7360a65ccb1dabd5d
Jk Xu
2023-06-20 07:02:41
chore: improve left join (#11793)
* improve left join * refine
chore: improve left join (#11793) * improve left join * refine
diff --git a/src/query/service/src/pipelines/processors/transforms/hash_join/probe_join/left_join.rs b/src/query/service/src/pipelines/processors/transforms/hash_join/probe_join/left_join.rs index 2a11c2a2ac2ce..2358618558419 100644 --- a/src/query/service/src/pipelines/processors/transforms/hash_join/probe_join/left_j...
metersphere
https://github.com/metersphere/metersphere
f2908ac330f7f4bf66593de4b890a09d5f1f601d
song.tianyang
2020-12-29 15:11:35
feat: 接口定义页面增加"选择所有数据"操作
接口定义页增加"选择所有数据"功能,用于批量修改、批量删除
feat: 接口定义页面增加"选择所有数据"操作 接口定义页增加"选择所有数据"功能,用于批量修改、批量删除
diff --git a/backend/src/main/java/io/metersphere/api/controller/ApiDefinitionController.java b/backend/src/main/java/io/metersphere/api/controller/ApiDefinitionController.java index 6be94e45a04b..83f0d324cc9a 100644 --- a/backend/src/main/java/io/metersphere/api/controller/ApiDefinitionController.java +++ b/backend/sr...
wepy
https://github.com/Tencent/wepy
7dd1feb1f41707902a017404033383387945d3e7
dependabot[bot]
2022-05-20 08:30:53
chore(deps): bump glob-parent from 5.1.1 to 5.1.2 in /packages/core
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2) ---
chore(deps): bump glob-parent from 5.1.1 to 5.1.2 in /packages/core Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.co...
diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index 087db6dc..43bea02b 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -370,9 +370,9 @@ } }, "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-...
transmission
https://github.com/transmission/transmission
f79a75cb2114150b1fd9d7c80bdc02c5a512c808
Charles Kerr
2022-04-07 03:09:39
test: fuzz test tr_variantFromBuf() (#2892)
* test: fuzz test tr_torrent_metainfo.parseBenc() * fix: better error-checking in benc string parsing * fix: return benc failure if the parse stack is unbalanced * fix: stack range error when logging json parse errors * test: fuzz test tr_variantFromBuf()
test: fuzz test tr_variantFromBuf() (#2892) * test: fuzz test tr_torrent_metainfo.parseBenc() * fix: better error-checking in benc string parsing * fix: return benc failure if the parse stack is unbalanced * fix: stack range error when logging json parse errors * test: fuzz test tr_variantFromBuf()
diff --git a/libtransmission/benc.h b/libtransmission/benc.h index 8c71ef2e5e5..f3603670c44 100644 --- a/libtransmission/benc.h +++ b/libtransmission/benc.h @@ -167,6 +167,11 @@ struct ParserStack depth = 0; } + [[nodiscard]] constexpr auto empty() const noexcept + { + return depth == 0; + ...
dex
https://github.com/dexidp/dex
76312a56ac07254722ade2f6bc712f26f8de0ada
dependabot[bot]
2024-02-05 16:50:02
build(deps): bump sigstore/cosign-installer from 3.2.0 to 3.4.0
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.2.0 to 3.4.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/1fc5bd396d372bee37d608f955b336615edf79c8...e1523de7571e31dbe865fd2e80c5c7c23ae71e...
build(deps): bump sigstore/cosign-installer from 3.2.0 to 3.4.0 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.2.0 to 3.4.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/1fc5bd396d372bee...
diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 5ddee7c2e1..35676e33d7 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -63,7 +63,7 @@ jobs: uses: anchore/sbom-action/download-syft@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8 ...
sentry
https://github.com/getsentry/sentry
8dfd3bd7fea76dc862b02ef44e73b30fc0e753fd
Nate Moore
2024-11-05 22:13:09
fix(alert): display custom time in date dropdown (#80227)
Fixes a few tiny issues with the anomaly detection alert UX. - Date range dropdown now displays "Custom time" when an incident is selected, since the window uses a custom range - Feedback banner padding and button styles have been normalized. Closes [ALRT-367](https://getsentry.atlassian.net/browse/ALRT-367). ### ...
fix(alert): display custom time in date dropdown (#80227) Fixes a few tiny issues with the anomaly detection alert UX. - Date range dropdown now displays "Custom time" when an incident is selected, since the window uses a custom range - Feedback banner padding and button styles have been normalized. Closes [ALRT-3...
diff --git a/static/app/views/alerts/rules/metric/details/anomalyDetectionFeedbackBanner.tsx b/static/app/views/alerts/rules/metric/details/anomalyDetectionFeedbackBanner.tsx index 2eccf94e332665..559b92ac7bd95c 100644 --- a/static/app/views/alerts/rules/metric/details/anomalyDetectionFeedbackBanner.tsx +++ b/static/ap...
rook
https://github.com/rook/rook
319376bae59e350524e3d412d3c2ce095ab5d84b
subhamkrai
2023-12-13 14:54:08
ci: remove unwanted inputs from composite action
we are passing inputs to composite action, like `github_token` which is not being used anymore. Its' better to clean those lines.
ci: remove unwanted inputs from composite action we are passing inputs to composite action, like `github_token` which is not being used anymore. Its' better to clean those lines. Signed-off-by: subhamkrai <srai@redhat.com>
diff --git a/.github/workflows/canary-integration-test.yml b/.github/workflows/canary-integration-test.yml index 8f53694de7db..c389e8a7cacb 100644 --- a/.github/workflows/canary-integration-test.yml +++ b/.github/workflows/canary-integration-test.yml @@ -41,8 +41,6 @@ jobs: - name: setup cluster resources ...
AFFiNE
https://github.com/toeverything/AFFiNE
6202ba5ada12705756568e4bbe2521a2f2a2033d
EYHN
2024-04-29 14:21:31
refactor(core): remove jump once (#6733)
Previously, we marked `jumpOnce: true` on `doc.meta` to open a specific doc after creating a new workspace. This pr removes `jumpOnce` and directly jumps to the specific doc URL. This PR also fixes an error when opening the all-page page, because the all-page page scans the jumpOnce attribute of all docs, and the code...
refactor(core): remove jump once (#6733) Previously, we marked `jumpOnce: true` on `doc.meta` to open a specific doc after creating a new workspace. This pr removes `jumpOnce` and directly jumps to the specific doc URL. This PR also fixes an error when opening the all-page page, because the all-page page scans the ju...
diff --git a/packages/frontend/core/src/bootstrap/first-app-data.ts b/packages/frontend/core/src/bootstrap/first-app-data.ts index 90f4a6beadd9a..34d01088db89e 100644 --- a/packages/frontend/core/src/bootstrap/first-app-data.ts +++ b/packages/frontend/core/src/bootstrap/first-app-data.ts @@ -24,31 +24,18 @@ export asyn...
medusa
https://github.com/medusajs/medusa
8d0a45ec145c4687a2de97125c821955e9e0e269
Shahed Nasser
2023-10-18 22:11:53
chore: added TSDocs to product module service interface (#5341)
* added tsdocs for product module service * general fixes * added generate github action * fix typedoc configurations * update comments * change configurations * address PR feedback
chore: added TSDocs to product module service interface (#5341) * added tsdocs for product module service * general fixes * added generate github action * fix typedoc configurations * update comments * change configurations * address PR feedback
diff --git a/.github/workflows/generate-references.yml b/.github/workflows/generate-references.yml index bd0b6e5859f6b..8675faca3fe34 100644 --- a/.github/workflows/generate-references.yml +++ b/.github/workflows/generate-references.yml @@ -237,4 +237,49 @@ jobs: labels: "type: chore" add-paths: w...
falco
https://github.com/falcosecurity/falco
d07472899427acbb40aa383af75b05825551bada
Samuel Gaist
2023-11-03 13:39:08
feat(userspace/falco): add configuration support for IPV6 webserver listen address
The IPV6 capabilities is provided through cpp-httplib.
feat(userspace/falco): add configuration support for IPV6 webserver listen address The IPV6 capabilities is provided through cpp-httplib. Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
diff --git a/falco.yaml b/falco.yaml index b3f11328595..657395995ad 100644 --- a/falco.yaml +++ b/falco.yaml @@ -492,7 +492,7 @@ webserver: # the appropriate number of threads based on the number of online cores in the system. threadiness: 0 listen_port: 8765 - # IPV4 only is supported + # Can be an IPV4 or ...
influxdb
https://github.com/influxdata/influxdb
454003841aabeb74396d73541378bfa59c75b5db
Nathaniel Cook
2019-08-31 00:32:30
build(flux): upgrade to Flux v0.42.0
Skips a test that requires special dependencies to pass.
build(flux): upgrade to Flux v0.42.0 Skips a test that requires special dependencies to pass.
diff --git a/go.mod b/go.mod index ea705dab7aa..8c352f7bb9c 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect github.com/hashicorp/raft v1.0.0 // indirect github.com/hashicorp/vault/api v1.0.2 - github.com/influxdata/flux v0...
authelia
https://github.com/authelia/authelia
9e05066097e1b821649dad925ab4770f56d2fb43
James Elliott
2022-04-03 17:28:27
refactor(handlers): ppolicy (#3103)
Add tests and makes the password policy a provider so the configuration can be loaded to memory on startup.
refactor(handlers): ppolicy (#3103) Add tests and makes the password policy a provider so the configuration can be loaded to memory on startup.
diff --git a/api/openapi.yml b/api/openapi.yml index 35136362d7585..10ec36b9dbe76 100644 --- a/api/openapi.yml +++ b/api/openapi.yml @@ -44,6 +44,20 @@ paths: description: Forbidden security: - authelia_auth: [] + /api/configuration/password-policy: + get: + tags: + - State + ...
components
https://github.com/angular/components
2615b5f128aef9ea6e4f662b7f0d164b04f8165b
swseverance
2022-08-16 01:04:06
fix(expansion): fix expansion `.mat-expansion-panel-header` styles (#20019)
* Add margin to `.mat-content` element to account for consumer using `mat-expansion-panel` components with the toggle hidden alongside `mat-expansion-panel` components where the toggle is visible * Adjust sizing of `.mat-expansion-panel-header-title` and `.mat-expansion-panel-header-description` elements so that the wi...
fix(expansion): fix expansion `.mat-expansion-panel-header` styles (#20019) * Add margin to `.mat-content` element to account for consumer using `mat-expansion-panel` components with the toggle hidden alongside `mat-expansion-panel` components where the toggle is visible * Adjust sizing of `.mat-expansion-panel-he...
diff --git a/src/components-examples/material/expansion/expansion-expand-collapse-all/expansion-expand-collapse-all-example.css b/src/components-examples/material/expansion/expansion-expand-collapse-all/expansion-expand-collapse-all-example.css index 7628b04917c6..a6973afc61b1 100644 --- a/src/components-examples/mater...
youki
https://github.com/youki-dev/youki
31dda363b197ffa19ed450fc132b53658f0fc4e6
dependabot[bot]
2022-08-04 06:20:26
chore(deps): bump rustversion from 1.0.8 to 1.0.9
Bumps [rustversion](https://github.com/dtolnay/rustversion) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](https://github.com/dtolnay/rustversion/compare/1.0.8...1.0.9) ---
chore(deps): bump rustversion from 1.0.8 to 1.0.9 Bumps [rustversion](https://github.com/dtolnay/rustversion) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](https://github.com/dtolnay/rustversion/compare/1.0.8...1.0.9) --- updated-dependencies: - dependency-name: r...
diff --git a/Cargo.lock b/Cargo.lock index 2f5c8f2d6..33701efa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1902,9 +1902,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24c8ad4f0c00e1eb5bc761...
OpenHands
https://github.com/All-Hands-AI/OpenHands
ac27ded81f581a63cabfcae62250841193c10370
Xingyao Wang
2024-07-19 19:21:06
Fix: handle the case where env var is empty (#3016)
* handle the case where env var is empty * fix logging * include obs content in logging * change to add_env_vars
Fix: handle the case where env var is empty (#3016) * handle the case where env var is empty * fix logging * include obs content in logging * change to add_env_vars
diff --git a/opendevin/runtime/runtime.py b/opendevin/runtime/runtime.py index e3bd0d41a71e..77638b7bf56e 100644 --- a/opendevin/runtime/runtime.py +++ b/opendevin/runtime/runtime.py @@ -75,10 +75,10 @@ async def ainit(self, env_vars: dict[str, str] | None = None) -> None: This method should be called after th...
kopia
https://github.com/kopia/kopia
ab8680c9975e18066b6ad38038881ee2e599c18b
Julio Lopez
2023-12-18 11:51:28
refactor(general): minor cleanups related to index managers (#3518)
Rename faketime.AutoAdvance parameter to start for clarity Clarify faketime.ClockTimeWithOffset.Advance documentation Refactor `faketime.TimeAdvance`: Add `faketime.NewAutoAdvance` to create auto-advancing `TimeAdvance` clocks. Refactor faketime.NewTimeAdvance to return non-auto-advancing clocks, which can still be ...
refactor(general): minor cleanups related to index managers (#3518) Rename faketime.AutoAdvance parameter to start for clarity Clarify faketime.ClockTimeWithOffset.Advance documentation Refactor `faketime.TimeAdvance`: Add `faketime.NewAutoAdvance` to create auto-advancing `TimeAdvance` clocks. Refactor faketim...
diff --git a/internal/epoch/epoch_advance_test.go b/internal/epoch/epoch_advance_test.go index 1f113540db9..bf92f78bcef 100644 --- a/internal/epoch/epoch_advance_test.go +++ b/internal/epoch/epoch_advance_test.go @@ -9,9 +9,8 @@ import ( "github.com/kopia/kopia/repo/blob" ) -var def = DefaultParameters() - func T...
linkerd2
https://github.com/linkerd/linkerd2
ca3fae512f69a7a893bf28265f352c3ad0b30c79
dependabot[bot]
2023-05-05 05:46:11
build(deps): bump github.com/prometheus/client_model from 0.3.0 to 0.4.0 (#10850)
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/prometheus/client_model/releases) - [Commits](https://github.com/prometheus/client_model/compare/v0.3.0...v0.4.0) ---
build(deps): bump github.com/prometheus/client_model from 0.3.0 to 0.4.0 (#10850) Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/prometheus/client_model/releases) - [Commits](https://github.com/prometheus/client_model/com...
diff --git a/go.mod b/go.mod index 632cd554dc69d..f6782d0c250b3 100644 --- a/go.mod +++ b/go.mod @@ -54,7 +54,7 @@ require ( require ( github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 - github.com/prometheus/client_model v0.3.0 + github.com/prometheus/client_model v0.4.0 gopkg.in/yaml.v2 v...
seaweedfs
https://github.com/seaweedfs/seaweedfs
793f527feb2f9038adba628e89f232c81e4490a8
dependabot[bot]
2025-01-28 00:49:11
chore(deps): bump go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2 (#6479)
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.17.1 to 1.17.2. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.17.1...v1.17.2) ---
chore(deps): bump go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2 (#6479) Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.17.1 to 1.17.2. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.17....
diff --git a/go.mod b/go.mod index 40ce312d692..1a2cc42ee98 100644 --- a/go.mod +++ b/go.mod @@ -97,7 +97,7 @@ require ( github.com/xdg-go/stringprep v1.0.4 // indirect github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect go.etcd.io/etcd/client/v3 v3.5.17 - go.mongodb.org/mongo-driver v1.17.1 +...
leetcode
https://github.com/doocs/leetcode
67fd98d250958587d76a95a222e8b933481ee904
yanglbme
2022-04-19 12:11:06
feat: add solutions to lc problem: No.0821
No.0821.Shortest Distance to a Character
feat: add solutions to lc problem: No.0821 No.0821.Shortest Distance to a Character
diff --git a/solution/0800-0899/0821.Shortest Distance to a Character/README.md b/solution/0800-0899/0821.Shortest Distance to a Character/README.md index 48d819ebc425a..697fd7d342502 100644 --- a/solution/0800-0899/0821.Shortest Distance to a Character/README.md +++ b/solution/0800-0899/0821.Shortest Distance to a Ch...
terragrunt
https://github.com/gruntwork-io/terragrunt
db91bd8bf9349b7475b6d7cb8de963a2d5c526a8
Yousif Akbar
2024-06-20 23:22:46
fix: Adjusting language for `--terragrunt-non-interactive` in the docs so that it's clearer what it does for users (#3216)
* fix: Adjusting language for `--terragrunt-non-interactive` in the docs so that it's clearer what it does for users * fix: Even more clarity
fix: Adjusting language for `--terragrunt-non-interactive` in the docs so that it's clearer what it does for users (#3216) * fix: Adjusting language for `--terragrunt-non-interactive` in the docs so that it's clearer what it does for users * fix: Even more clarity
diff --git a/docs/_docs/04_reference/cli-options.md b/docs/_docs/04_reference/cli-options.md index 5fa4030301..9f0c7fef86 100644 --- a/docs/_docs/04_reference/cli-options.md +++ b/docs/_docs/04_reference/cli-options.md @@ -814,7 +814,7 @@ When passed in, don't automatically retry commands which fail with transient err ...
superset
https://github.com/apache/superset
c0920f63971e80a9f2b1cfba976d615bb9588b70
Robert Harris
2021-11-26 09:15:31
feat: add sankey chart with loops (#77)
* feat(chart): add basic working look sankey chart * fix(doc): update readme and remove dead code * fix(clean): clean up both style and code * fix(reorg): reogranize for clarity * fix(path): remove dev path to chart * fix(lint): remove lint * fix(pr): fixes for PR * fix(path): fix dev path * fix(lint): remove u...
feat: add sankey chart with loops (#77) * feat(chart): add basic working look sankey chart * fix(doc): update readme and remove dead code * fix(clean): clean up both style and code * fix(reorg): reogranize for clarity * fix(path): remove dev path to chart * fix(lint): remove lint * fix(pr): fixes for PR * fix(p...
diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/packages/superset-ui-legacy-plugin-chart-sankey-loop/README.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/packages/superset-ui-legacy-plugin-chart-sankey-loop/README.md new file mode 10064...
sentry
https://github.com/getsentry/sentry
8fbd6b48f83f3e5fd54afebc8302055191630a4c
Anton Ovchinnikov
2018-12-03 20:57:11
fix(gcs): Retry on GCS deletes and additional exceptions (#10885)
* fix: Retry on GCS deletes * fix(gcs): Catch GoogleAuthError * fix: List GCS auth exceptions explicitly
fix(gcs): Retry on GCS deletes and additional exceptions (#10885) * fix: Retry on GCS deletes * fix(gcs): Catch GoogleAuthError * fix: List GCS auth exceptions explicitly
diff --git a/src/sentry/filestore/gcs.py b/src/sentry/filestore/gcs.py index b2d95ff2dec0ed..7dff55e1b76081 100644 --- a/src/sentry/filestore/gcs.py +++ b/src/sentry/filestore/gcs.py @@ -16,7 +16,7 @@ from google.cloud.storage.blob import Blob from google.cloud.storage.bucket import Bucket from google.cloud.exceptio...
firecracker
https://github.com/firecracker-microvm/firecracker
4e677f7d2b760e5b5f46ab120e31ffc8e76612ab
dependabot[bot]
2023-05-25 21:21:13
chore(deps): Bump cargo_toml from 0.13.0 to 0.15.2
Bumps [cargo_toml](https://gitlab.com/crates.rs/cargo_toml) from 0.13.0 to 0.15.2. - [Commits](https://gitlab.com/crates.rs/cargo_toml/commits/v0.15.2) ---
chore(deps): Bump cargo_toml from 0.13.0 to 0.15.2 Bumps [cargo_toml](https://gitlab.com/crates.rs/cargo_toml) from 0.13.0 to 0.15.2. - [Commits](https://gitlab.com/crates.rs/cargo_toml/commits/v0.15.2) --- updated-dependencies: - dependency-name: cargo_toml dependency-type: direct:production update-type: version...
diff --git a/Cargo.lock b/Cargo.lock index a1c430d7bd1..6d82cd349f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,9 +209,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "cargo_toml" -version = "0.13.3" +version = "0.15.2" source = "registry+https://github.co...
grafana
https://github.com/grafana/grafana
b40587416623c977c8578d44450677a820c38501
Christopher Moyer
2023-02-09 01:16:13
docs: fixes video link in what's new 9.4 (#63145)
fixes video link
docs: fixes video link in what's new 9.4 (#63145) fixes video link
diff --git a/docs/sources/whatsnew/whats-new-in-v9-4.md b/docs/sources/whatsnew/whats-new-in-v9-4.md index a409f6aa0fb81..e8afcdde1a8fa 100644 --- a/docs/sources/whatsnew/whats-new-in-v9-4.md +++ b/docs/sources/whatsnew/whats-new-in-v9-4.md @@ -56,7 +56,7 @@ We’ve rethought the panel information architecture, added add...
openobserve
https://github.com/openobserve/openobserve
c4ca98af073bbbd292af66530e8beddef099ed62
Abhay Padamani
2025-01-28 18:54:43
fix: import dashboard issue with old versions (#5835)
- Dashboard is not being validated for old versions <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved error handling and validation for the dashboard import process. - Enhanced JSON parsing logic to handle empty strings and invalid JSON more...
fix: import dashboard issue with old versions (#5835) - Dashboard is not being validated for old versions <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved error handling and validation for the dashboard import process. - Enhanced JSON pars...
diff --git a/web/src/views/Dashboards/ImportDashboard.vue b/web/src/views/Dashboards/ImportDashboard.vue index 45b2d837335..59026db4927 100644 --- a/web/src/views/Dashboards/ImportDashboard.vue +++ b/web/src/views/Dashboards/ImportDashboard.vue @@ -422,42 +422,39 @@ export default defineComponent({ }); watc...
google-api-nodejs-client
https://github.com/googleapis/google-api-nodejs-client
ae694165d2eabf95df862b3f8dd6c6f6e69d92ee
Yoshi Automation
2023-02-10 04:33:17
fix(pubsub): update the API
#### pubsub:v1beta2 The following keys were changed: - schemas.Binding.properties.members.description #### pubsub:v1 The following keys were changed: - resources.projects.resources.schemas.methods.deleteRevision.parameters.name.description - schemas.Binding.properties.members.description
fix(pubsub): update the API #### pubsub:v1beta2 The following keys were changed: - schemas.Binding.properties.members.description #### pubsub:v1 The following keys were changed: - resources.projects.resources.schemas.methods.deleteRevision.parameters.name.description - schemas.Binding.properties.members.description
diff --git a/discovery/pubsub-v1.json b/discovery/pubsub-v1.json index ce09f84cfc..6978fc7528 100644 --- a/discovery/pubsub-v1.json +++ b/discovery/pubsub-v1.json @@ -210,7 +210,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the ...
ragflow
https://github.com/infiniflow/ragflow
afaa7144a5e2eab465fa1ae97c51b2c1e3246a1d
Kevin Hu
2025-02-27 08:09:34
Fix: issue of no id for /datasets/<dataset_id>/documents (#5420)
### What problem does this PR solve? #5401 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
Fix: issue of no id for /datasets/<dataset_id>/documents (#5420) ### What problem does this PR solve? #5401 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
diff --git a/api/apps/sdk/doc.py b/api/apps/sdk/doc.py index 05cb204c6d6..3d0413544d5 100644 --- a/api/apps/sdk/doc.py +++ b/api/apps/sdk/doc.py @@ -477,10 +477,12 @@ def list_docs(dataset_id, tenant_id): return get_error_data_result(message=f"You don't own the dataset {dataset_id}. ") id = request.args.g...
puter
https://github.com/HeyPuter/puter
49b257ecffbb1e12090b86a67528a5ad09da69db
KernelDeimos
2024-05-17 03:28:44
fix(security): Move token for socket.io to request body
Currently this commit breaks websocket events and needs to be updated.
fix(security): Move token for socket.io to request body Currently this commit breaks websocket events and needs to be updated.
diff --git a/packages/backend/src/helpers.js b/packages/backend/src/helpers.js index 06cabf757d..d102309e0a 100644 --- a/packages/backend/src/helpers.js +++ b/packages/backend/src/helpers.js @@ -1146,8 +1146,8 @@ async function jwt_auth(req){ else if(req.query && req.query.auth_token) token = req.query.au...
node
https://github.com/nodejs/node
8bc39e7286526dfc1b7edf5861f9c4c6f6146721
Sam Roberts
2019-02-07 04:47:45
test: do not assume server gets secure connection
Test assumed that server got the the connection before the client destroys it, but that is not guaranteed. Also, the test was closing the TCP connection 3 times, effectively: 1. on the server side, right after TLS connection occurs (if it does) 2. on the client side, internal to tls, when the cert is rejected 3. again...
test: do not assume server gets secure connection Test assumed that server got the the connection before the client destroys it, but that is not guaranteed. Also, the test was closing the TCP connection 3 times, effectively: 1. on the server side, right after TLS connection occurs (if it does) 2. on the client side, ...
diff --git a/test/parallel/test-tls-friendly-error-message.js b/test/parallel/test-tls-friendly-error-message.js index b52918be27ac9b..4ae9d3f3f956d4 100644 --- a/test/parallel/test-tls-friendly-error-message.js +++ b/test/parallel/test-tls-friendly-error-message.js @@ -31,14 +31,15 @@ const tls = require('tls'); cons...
langflow
https://github.com/langflow-ai/langflow
d49a1b24b5d69196c40c6fb741a617e60e2bd8d9
Mike Fortman
2024-12-01 00:01:43
refactor: Feature flag custom chat icons and custom banner spacing changes to stay in sync with DataStax Langflow (#4845)
fix chat icons and custom banner spacing
refactor: Feature flag custom chat icons and custom banner spacing changes to stay in sync with DataStax Langflow (#4845) fix chat icons and custom banner spacing
diff --git a/src/frontend/src/components/common/pageLayout/index.tsx b/src/frontend/src/components/common/pageLayout/index.tsx index ca6f3c3b1781..2e78afbf2dcb 100644 --- a/src/frontend/src/components/common/pageLayout/index.tsx +++ b/src/frontend/src/components/common/pageLayout/index.tsx @@ -24,9 +24,9 @@ export defa...
loki
https://github.com/grafana/loki
364226108a4327d47d4b2a05a62c6a21c8e55f1a
Ashwanth
2023-08-28 15:33:02
chore: fix flaky querytee proxy test (#10367)
**What this PR does / why we need it**: `Test_ProxyEndpoint_SummaryMetrics` does not wait for `compareResponses` call to finish which causes the test to fail as the expected metric response does not match this pr updates the test to wait for `responses_compared_total` to be set to 1 before asserting `missingMetrics` ...
chore: fix flaky querytee proxy test (#10367) **What this PR does / why we need it**: `Test_ProxyEndpoint_SummaryMetrics` does not wait for `compareResponses` call to finish which causes the test to fail as the expected metric response does not match this pr updates the test to wait for `responses_compared_total` to ...
diff --git a/tools/querytee/proxy_endpoint.go b/tools/querytee/proxy_endpoint.go index 246b6fb7fd374..c00a5309847e9 100644 --- a/tools/querytee/proxy_endpoint.go +++ b/tools/querytee/proxy_endpoint.go @@ -189,10 +189,10 @@ func (p *ProxyEndpoint) executeBackendRequests(r *http.Request, resCh chan *back result = co...
fluentui
https://github.com/microsoft/fluentui
65768ac4e7c6d8bc233535ab8726d3c8f3f224bc
chajun
2022-11-08 22:31:32
chore: toolbar a11y improvements (#25562)
* feat: create vertical example * chore: add navigation arrows for vertical scenario * chore: add labels for all toolbar stories * chore: update tooltip example * chore: update radio example * chore: update toolbar stories examples * chore: add changes * chore: use both in toolbar arrow key nav * chore: update ...
chore: toolbar a11y improvements (#25562) * feat: create vertical example * chore: add navigation arrows for vertical scenario * chore: add labels for all toolbar stories * chore: update tooltip example * chore: update radio example * chore: update toolbar stories examples * chore: add changes * chore: use both...
diff --git a/change/@fluentui-react-toolbar-ae0fefac-6a13-44eb-998c-cd16e5537a8d.json b/change/@fluentui-react-toolbar-ae0fefac-6a13-44eb-998c-cd16e5537a8d.json new file mode 100644 index 00000000000000..591b640b174b91 --- /dev/null +++ b/change/@fluentui-react-toolbar-ae0fefac-6a13-44eb-998c-cd16e5537a8d.json @@ -0,0 ...
dex
https://github.com/dexidp/dex
221ff841bc1113b51af1e7c4ed410a76d31f73a7
dependabot[bot]
2022-09-01 17:22:27
build(deps): bump github.com/coreos/go-oidc/v3 from 3.2.0 to 3.3.0 (#2646)
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/coreos/go-oidc/releases) - [Commits](https://github.com/coreos/go-oidc/compare/v3.2.0...v3.3.0) ---
build(deps): bump github.com/coreos/go-oidc/v3 from 3.2.0 to 3.3.0 (#2646) Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/coreos/go-oidc/releases) - [Commits](https://github.com/coreos/go-oidc/compare/v3.2.0...v3.3.0) --- updated-depen...
diff --git a/go.mod b/go.mod index 0c0c4e522a..b58663774b 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/Masterminds/semver v1.5.0 github.com/Masterminds/sprig/v3 v3.2.2 github.com/beevik/etree v1.1.0 - github.com/coreos/go-oidc/v3 v3.2.0 + github.com/coreos/go-oidc/v3 v3.3.0 github.com/d...
bytebase
https://github.com/bytebase/bytebase
d76ca7a20f69375b629874adc1680d0b502ddf1c
Liu Ji
2023-05-12 13:57:54
refactor(frontend): ship project webhook to v1 API (#6040)
* refactor: ship project webhook to v1 API * fix: lint
refactor(frontend): ship project webhook to v1 API (#6040) * refactor: ship project webhook to v1 API * fix: lint
diff --git a/frontend/src/components/ProjectWebhookCard.vue b/frontend/src/components/ProjectWebhookCard.vue index 46564cc34a4195..c4913849f93c38 100644 --- a/frontend/src/components/ProjectWebhookCard.vue +++ b/frontend/src/components/ProjectWebhookCard.vue @@ -6,30 +6,28 @@ <div class="flex flex-row space-x-2 ...
metersphere
https://github.com/metersphere/metersphere
7f8733e0ca0c48fa6342432d6e4332e7d56351cb
CaptainB
2021-11-20 13:45:04
fix(系统设置): 修复编辑用户组不能显示工作空间名称的问题
--bug=1007861 --user=刘瑞斌 【系统设置】编辑用户组,所属工作空间显示了ID https://www.tapd.cn/55049933/s/1071017
fix(系统设置): 修复编辑用户组不能显示工作空间名称的问题 --bug=1007861 --user=刘瑞斌 【系统设置】编辑用户组,所属工作空间显示了ID https://www.tapd.cn/55049933/s/1071017
diff --git a/frontend/src/business/components/settings/system/group/EditUserGroup.vue b/frontend/src/business/components/settings/system/group/EditUserGroup.vue index 3d048e857757..de8598c5a71d 100644 --- a/frontend/src/business/components/settings/system/group/EditUserGroup.vue +++ b/frontend/src/business/components/s...
ockam
https://github.com/build-trust/ockam
82e665c68e8cb1da8f1cb68639e24e3dfe3ae92d
dependabot[bot]
2023-12-30 05:59:21
build: bump dialyxir in /implementations/elixir/ockam/ockam_cloud_node
Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/jeremyjh/dialyxir/releases) - [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeremyjh/dialyxir/compare/1.4.2...1.4.3) ---
build: bump dialyxir in /implementations/elixir/ockam/ockam_cloud_node Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/jeremyjh/dialyxir/releases) - [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md) - [Commits](https://github.com...
diff --git a/implementations/elixir/ockam/ockam_cloud_node/mix.lock b/implementations/elixir/ockam/ockam_cloud_node/mix.lock index 2575609d6ff..a3c7b957427 100644 --- a/implementations/elixir/ockam/ockam_cloud_node/mix.lock +++ b/implementations/elixir/ockam/ockam_cloud_node/mix.lock @@ -11,7 +11,7 @@ "crc32cer": {:...
git-branchless
https://github.com/arxanas/git-branchless
c6292d28cbca375785720e46c86270fbbbccf7ff
Waleed Khan
2023-01-14 04:14:52
fix(rewrite): delete branch configuration along with branches
Branches can have additional configuration, such as the associated remote or upstream branch, which are stored via `git-config` in a configuration file. Previously, we only deleted the reference for the branch, without touching this configuration (if it existed). This means that if you create a new branch with the same...
fix(rewrite): delete branch configuration along with branches Branches can have additional configuration, such as the associated remote or upstream branch, which are stored via `git-config` in a configuration file. Previously, we only deleted the reference for the branch, without touching this configuration (if it exi...
diff --git a/git-branchless-lib/src/core/rewrite/execute.rs b/git-branchless-lib/src/core/rewrite/execute.rs index 95904ebac..b2a15ec42 100644 --- a/git-branchless-lib/src/core/rewrite/execute.rs +++ b/git-branchless-lib/src/core/rewrite/execute.rs @@ -14,7 +14,8 @@ use crate::core::eventlog::{EventLogDb, EventTransact...
BootstrapBlazor
https://github.com/dotnetcore/BootstrapBlazor
bb50e0b0382f9d5ef34fa8f152dffd5de6cb720b
Argo Zhang
2024-07-06 18:54:16
feat(MultiFilter): keep selected item when AlwaysTriggerGetItems is true (#3800)
* fix: 修复逻辑判断错误 * feat: 增加保持选项功能 * chore: bump version 8.7.1-beta08 * test: 更新单元测试
feat(MultiFilter): keep selected item when AlwaysTriggerGetItems is true (#3800) * fix: 修复逻辑判断错误 * feat: 增加保持选项功能 * chore: bump version 8.7.1-beta08 * test: 更新单元测试
diff --git a/src/BootstrapBlazor/BootstrapBlazor.csproj b/src/BootstrapBlazor/BootstrapBlazor.csproj index a50fc84996a..47791ceb0cd 100644 --- a/src/BootstrapBlazor/BootstrapBlazor.csproj +++ b/src/BootstrapBlazor/BootstrapBlazor.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Razor"> <PropertyGroup> - ...
generator-jhipster
https://github.com/jhipster/generator-jhipster
60515ead376dc87aecac1e0223c8e0e80a98d30f
dependabot[bot]
2023-10-04 07:50:38
build(deps-dev): bump vite in /generators/vue/resources
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.4.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.4.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.4.10/packages/vite) ---
build(deps-dev): bump vite in /generators/vue/resources Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.4.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.4.10/packages/vite/CHANGELOG.md) - [Commits](https://github....
diff --git a/generators/vue/resources/package.json b/generators/vue/resources/package.json index 391dfe9b3728..e207648c7b41 100644 --- a/generators/vue/resources/package.json +++ b/generators/vue/resources/package.json @@ -55,7 +55,7 @@ "terser-webpack-plugin": "5.3.9", "ts-loader": "9.4.4", "typescript"...
cheerio
https://github.com/cheeriojs/cheerio
e005b65df1eac7f03c619092e4bc327422e2aeef
dependabot[bot]
2021-12-16 08:33:01
build(deps-dev): bump eslint-plugin-jsdoc from 37.2.1 to 37.2.2 (#2259)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 37.2.1 to 37.2.2. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v37.2.1...v37.2.2) ---
build(deps-dev): bump eslint-plugin-jsdoc from 37.2.1 to 37.2.2 (#2259) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 37.2.1 to 37.2.2. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v37.2.1...v3...
diff --git a/package-lock.json b/package-lock.json index a190add0c6..c9aeee2a67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint": "^8.4.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jest": "^25.3.0", - "eslint-plugin-jsdoc": "^37.2.1", + ...
pnpm
https://github.com/pnpm/pnpm
246fa2ac9861b0e5d3f572316595ed5531f48e9b
Akshay Kadam
2018-02-25 17:18:15
docs(readme): doesn't work with x (#1059)
* docs(readme): doesn't work with x * docs(readme): add new config --shamefully-flatten * docs
docs(readme): doesn't work with x (#1059) * docs(readme): doesn't work with x * docs(readme): add new config --shamefully-flatten * docs
diff --git a/README.md b/README.md index 2e14ab7443e..410da10b40b 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,52 @@ For more details about why this decision was made, see: https://github.com/nodej `pnpm` stands for `performant npm`. [Rico Sta. Cruz](https://github.com/rstacruz/) came up with the name. +#...
VRTK
https://github.com/ExtendRealityLtd/VRTK
c016d786cc5c19c78f03483fc98dcdc11560f6a1
Harvey Ball
2019-01-31 00:40:30
chore(structure): replace submodule with newly named repo
The VRTK.Unity.Core submodule has been renamed to Zinnia and this new submodule has been included. Along with the rename, all of the prefabs from Zinnia have been removed as they are to be added to this VRTK repo. But before that it means all of the existing examples have also been removed as they will be newly create...
chore(structure): replace submodule with newly named repo The VRTK.Unity.Core submodule has been renamed to Zinnia and this new submodule has been included. Along with the rename, all of the prefabs from Zinnia have been removed as they are to be added to this VRTK repo. But before that it means all of the existing e...
diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index c15ef6a1b..268a5b7bc 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -1,16 +1,16 @@ # Code of Conduct -Contact: hello@vrtk.io +Contact: hello@extendreality.io ## Why have a Code of Conduct? As contributors an...
sqlc
https://github.com/sqlc-dev/sqlc
c0b6e9c3777e13c3272ef50d60bccd0e21efbc6b
dependabot[bot]
2021-05-09 01:31:57
build(deps): bump golang from 1.16.3 to 1.16.4 (#1008)
Bumps golang from 1.16.3 to 1.16.4.
build(deps): bump golang from 1.16.3 to 1.16.4 (#1008) Bumps golang from 1.16.3 to 1.16.4. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/Dockerfile b/Dockerfile index 4a4d7732b3..b457a6e2b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # STEP 1: Build sqlc -FROM golang:1.16.3 AS builder +FROM golang:1.16.4 AS builder COPY . /workspace WORKDIR /workspace
servo
https://github.com/servo/servo
fa764fc8e98835968925b4df3d8f9c9bf1d49ba9
Emilio Cobos Álvarez
2018-11-11 01:40:19
style: Implement overflow-wrap: anywhere.
Per https://github.com/w3c/csswg-drafts/issues/2682 Differential Revision: https://phabricator.services.mozilla.com/D11328
style: Implement overflow-wrap: anywhere. Per https://github.com/w3c/csswg-drafts/issues/2682 Differential Revision: https://phabricator.services.mozilla.com/D11328
diff --git a/components/style/cbindgen.toml b/components/style/cbindgen.toml index 50252690054a6..06c1730622a20 100644 --- a/components/style/cbindgen.toml +++ b/components/style/cbindgen.toml @@ -49,6 +49,7 @@ include = [ "FontDisplay", "FontFaceSourceListComponent", "FontLanguageOverride", + "OverflowWrap",...
runc
https://github.com/opencontainers/runc
6eba68deae697e079f70998fc0cee210611099d4
dependabot[bot]
2021-10-07 09:51:41
build(deps): bump github.com/opencontainers/selinux from 1.8.5 to 1.9.1
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.8.5 to 1.9.1. - [Release notes](https://github.com/opencontainers/selinux/releases) - [Commits](https://github.com/opencontainers/selinux/compare/v1.8.5...v1.9.1) ---
build(deps): bump github.com/opencontainers/selinux from 1.8.5 to 1.9.1 Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.8.5 to 1.9.1. - [Release notes](https://github.com/opencontainers/selinux/releases) - [Commits](https://github.com/opencontainers/selinux/compare/v1.8.5......
diff --git a/go.mod b/go.mod index c4fb121ed5e..9442f1dd211 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/moby/sys/mountinfo v0.4.1 github.com/mrunalp/fileutils v0.5.0 github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 - github.com/opencontainers/selinux v1.8.5 +...
label-studio
https://github.com/HumanSignal/label-studio
1373c339a6204c9502533e2b37029ab8181abdfb
Hakan Erol
2022-12-14 00:52:41
feat: DEV-3259: Annotation updated by (#3427)
* feat: DEV-3259: Support updated_by for Annotations * added tests for annotation updated_by * update updated_by field when updating annotation * fix migrations conflict * add async migration for updated_by * move migration code to migration file, use migration status * add migration command for annotation_fill_u...
feat: DEV-3259: Annotation updated by (#3427) * feat: DEV-3259: Support updated_by for Annotations * added tests for annotation updated_by * update updated_by field when updating annotation * fix migrations conflict * add async migration for updated_by * move migration code to migration file, use migration status...
diff --git a/label_studio/core/argparser.py b/label_studio/core/argparser.py index 5fb9cc62600b..8553a7b2d60f 100644 --- a/label_studio/core/argparser.py +++ b/label_studio/core/argparser.py @@ -146,6 +146,10 @@ def project_name(raw_name): default=default_params ) + annotation_fill_updated_by = subpa...
material-components-web
https://github.com/material-components/material-components-web
3444d8358f101268628d0020b571a073e264e843
Andrew C. Dvorak
2018-06-14 05:48:57
chore(infrastructure): Faster, more reliable asset file uploads to GCS (#2932)
### How to test ```bash export CBT_USERNAME='...' export CBT_AUTHKEY='...' export MDC_GCLOUD_SERVICE_ACCOUNT_KEY_FILE_PATH='...' npm run screenshot:test ``` ### What it does - Uses the `gsutil` CLI command to upload asset files instead of the Node API (`@google-cloud/storage`) - Speeds up asset file uploads from ~2...
chore(infrastructure): Faster, more reliable asset file uploads to GCS (#2932) ### How to test ```bash export CBT_USERNAME='...' export CBT_AUTHKEY='...' export MDC_GCLOUD_SERVICE_ACCOUNT_KEY_FILE_PATH='...' npm run screenshot:test ``` ### What it does - Uses the `gsutil` CLI command to upload asset files instead ...
diff --git a/test/screenshot/lib/controller.js b/test/screenshot/lib/controller.js index ac61c342593..f375af27c3c 100644 --- a/test/screenshot/lib/controller.js +++ b/test/screenshot/lib/controller.js @@ -106,83 +106,47 @@ class Controller { */ async uploadAllAssets() { /** @type {!Array<!UploadableTestCase...
G2
https://github.com/antvis/G2
02e9c659c65803b3bedebb6900b2e1bced7ce9a4
kakacookie
2023-01-17 12:05:34
feat: multiple mask actions (#4589)
* feat: add multiple mask actions(rect, dim-rect, circle, path, smooth-path) * create MultipleMaskBase base on Action * create multiple mask actions base on MultipleMaskBase * encapsulation original mask actions functions to reuse * add functions to get masked elements in multiple mode * register brush-x-multi int...
feat: multiple mask actions (#4589) * feat: add multiple mask actions(rect, dim-rect, circle, path, smooth-path) * create MultipleMaskBase base on Action * create multiple mask actions base on MultipleMaskBase * encapsulation original mask actions functions to reuse * add functions to get masked elements in multip...
diff --git a/docs/api/general/interaction.zh.md b/docs/api/general/interaction.zh.md index a9344a7614..e6151c0591 100644 --- a/docs/api/general/interaction.zh.md +++ b/docs/api/general/interaction.zh.md @@ -1027,6 +1027,39 @@ registerInteraction('element-brush', { - hide() 隐藏遮罩层 - end() 结束框选 +#### rect-multi-mask +...
generator-jhipster
https://github.com/jhipster/generator-jhipster
429969ff85a6f849b6b5537e5bf30ec05b646a3b
dependabot[bot]
2024-02-16 09:48:58
build(deps-dev): bump webpack in /generators/angular/resources
Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.90.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.90.1...v5.90.2) ---
build(deps-dev): bump webpack in /generators/angular/resources Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.90.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.90.1...v5.90.2) --- updated-dependencies: - dependency-name...
diff --git a/generators/angular/resources/package.json b/generators/angular/resources/package.json index 75ff5f47ca37..8c873edd64de 100644 --- a/generators/angular/resources/package.json +++ b/generators/angular/resources/package.json @@ -44,7 +44,7 @@ "rimraf": "5.0.5", "ts-jest": "29.1.2", "typescript"...
discord.js
https://github.com/discordjs/discord.js
3ea9ac57ddb6fa48ba26c5e181488bfcdef6b48a
Sugden
2020-01-25 19:38:25
fix(ClientUser): verified and enabled properties resetting (#3733)
* fix(ClientUser) verified and enabled properties resetting * set this.mfaEnabled to null if it is undefined * add missing curly brackets * fix typo
fix(ClientUser): verified and enabled properties resetting (#3733) * fix(ClientUser) verified and enabled properties resetting * set this.mfaEnabled to null if it is undefined * add missing curly brackets * fix typo
diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index 3f2883efcd59..a9512a646b53 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -16,17 +16,23 @@ class ClientUser extends Structures.get('User') { _patch(data) { super._patch(data); - /** - * Wheth...
components
https://github.com/angular/components
9e1ee2f5be93aedc4ac4525f011a422a4ec7d325
Kristiyan Kostadinov
2025-01-31 22:17:46
test(material/chips): remove unnecessary animations test
Removes a test checking the chips with the animations module. I believe this is something we inherited from the legacy chips, but it's not really relevant anymore.
test(material/chips): remove unnecessary animations test Removes a test checking the chips with the animations module. I believe this is something we inherited from the legacy chips, but it's not really relevant anymore.
diff --git a/src/material/chips/chip-grid.spec.ts b/src/material/chips/chip-grid.spec.ts index a4a67b84961b..6865f4e49565 100644 --- a/src/material/chips/chip-grid.spec.ts +++ b/src/material/chips/chip-grid.spec.ts @@ -1,4 +1,3 @@ -import {animate, style, transition, trigger} from '@angular/animations'; import {Direct...
azerothcore-wotlk
https://github.com/azerothcore/azerothcore-wotlk
91baa86c132e2e433a08fd034256ff9a49121990
AzerothCoreBot
2023-03-02 04:51:04
chore(DB): import pending files
Referenced commit(s): 0b7fc7cca0c06de4a38adec0d6c92c4975e1ab72
chore(DB): import pending files Referenced commit(s): 0b7fc7cca0c06de4a38adec0d6c92c4975e1ab72
diff --git a/data/sql/updates/pending_db_world/rev_1676493665842878700.sql b/data/sql/updates/db_world/2023_03_01_02.sql similarity index 99% rename from data/sql/updates/pending_db_world/rev_1676493665842878700.sql rename to data/sql/updates/db_world/2023_03_01_02.sql index 873a56f3b31938..4259d186109779 100644 --- a/...
superset
https://github.com/apache/superset
ad1338fb47eb977c6802e7f5c4530cee0befc74b
Jinghuayao
2022-04-28 22:11:22
test(native filter): refactor and add new test (#19821)
* refactor and add new test * fix lint * fix fail test * fix front end error * fix frontend error * fix fail test for front end check * add native filter helper * more changes * seperated test for different state * seperated tests by initail state * fix failure * one more fix * enable test
test(native filter): refactor and add new test (#19821) * refactor and add new test * fix lint * fix fail test * fix front end error * fix frontend error * fix fail test for front end check * add native filter helper * more changes * seperated test for different state * seperated tests by initail state * fix...
diff --git a/superset-frontend/cypress-base/cypress/integration/dashboard/dashboard.helper.ts b/superset-frontend/cypress-base/cypress/integration/dashboard/dashboard.helper.ts index 9822f7035952d..8d29d20d091dc 100644 --- a/superset-frontend/cypress-base/cypress/integration/dashboard/dashboard.helper.ts +++ b/superset...
unleash
https://github.com/Unleash/unleash
0ba37e8622ac99315fcbab7e537910b8752c112c
Nuno Góis
2024-01-15 18:43:29
feat: list all root roles in SSO config (#5887)
Lists all root roles in SSO config, including custom root roles. ![image](https://github.com/Unleash/unleash/assets/14320932/30114169-4184-4a22-9671-c7041b750d1c)
feat: list all root roles in SSO config (#5887) Lists all root roles in SSO config, including custom root roles. ![image](https://github.com/Unleash/unleash/assets/14320932/30114169-4184-4a22-9671-c7041b750d1c)
diff --git a/frontend/src/component/admin/auth/AutoCreateForm/AutoCreateForm.tsx b/frontend/src/component/admin/auth/AutoCreateForm/AutoCreateForm.tsx index 03bbbb14e6fc..73ff46fa9d29 100644 --- a/frontend/src/component/admin/auth/AutoCreateForm/AutoCreateForm.tsx +++ b/frontend/src/component/admin/auth/AutoCreateForm/...
Atmosphere
https://github.com/Atmosphere-NX/Atmosphere
a1af1af74d465440b01744ccb054edaaaca0c192
Michael Scire
2021-09-07 04:56:50
docs: mention custom splash script in changelog
Also, bring commit count for the fusee_cpp PR to a nice point before merging.
docs: mention custom splash script in changelog Also, bring commit count for the fusee_cpp PR to a nice point before merging.
diff --git a/docs/changelog.md b/docs/changelog.md index c3dca66f79..7976988818 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,9 @@ + If you use another bootloader (like hekate), you may need to update your configuration to use the new layout. + **Please Note**: BCT.ini no longer exists, nogc...
blender
https://github.com/blender/blender
df0c2693b6b92a32d288316e63dd30da3c396779
Falk David
2023-03-13 15:12:51
Refactor: Rename grease pencil files to legacy
This renames the `BKE_gpencil_*` as well as the `DNA_gpencil_types.h` files to indicate that it's the legacy grease pencil. Pull Request: https://projects.blender.org/blender/blender/pulls/105597
Refactor: Rename grease pencil files to legacy This renames the `BKE_gpencil_*` as well as the `DNA_gpencil_types.h` files to indicate that it's the legacy grease pencil. Pull Request: https://projects.blender.org/blender/blender/pulls/105597
diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt index 2ffd223653a0..9a166bb572eb 100644 --- a/source/blender/CMakeLists.txt +++ b/source/blender/CMakeLists.txt @@ -30,7 +30,7 @@ set(SRC_DNA_INC ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_freestyle_types.h ${CMAKE_CURRENT_SOURCE_DIR}/makesd...
gopsutil
https://github.com/shirou/gopsutil
56ff96d48071e4c8bcce6884e87ff384e04e8c70
dependabot[bot]
2024-05-06 06:56:05
chore(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0. - [Commits](https://github.com/golang/sys/compare/v0.19.0...v0.20.0) ---
chore(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0. - [Commits](https://github.com/golang/sys/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type:...
diff --git a/go.mod b/go.mod index 5aea68652..aa8157a53 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/stretchr/testify v1.9.0 github.com/tklauser/go-sysconf v0.3.12 github.com/yusufpapurcu/wmi v1.2.4 - golang.org/x/sys v0.19.0 + golang.org/x/sys v0.20.0 ) retract v3.22.11 diff --git ...
argo-cd
https://github.com/argoproj/argo-cd
a6039e1be9c98a80af9b43d976987d73d5d4489c
Saumeya Katyal
2021-10-01 21:53:49
fix: add url check and wrapping for commit msg field (#7218)
* fix: add url check and wrapping for commit msg field
fix: add url check and wrapping for commit msg field (#7218) * fix: add url check and wrapping for commit msg field Signed-off-by: saumeya <saumeyakatyal@gmail.com> * move url regex to util lint check Signed-off-by: saumeya <saumeyakatyal@gmail.com>
diff --git a/ui/src/app/applications/components/application-details/application-details.tsx b/ui/src/app/applications/components/application-details/application-details.tsx index 5a1ae14f37fa1..3b64698501b28 100644 --- a/ui/src/app/applications/components/application-details/application-details.tsx +++ b/ui/src/app/app...
RSSHub
https://github.com/DIYgod/RSSHub
8d2d835cd1f0e66ed8c4bc3ebbd4c1973292534e
yuxinliu-alex
2022-04-19 00:07:57
fix(route): 新华社新闻_新华网获取Pubdate字段 (#9570)
* 新华网修复部分文章无法获取pubDate问题 * fix(route): 新华社新闻_新华网获取Pubdate字段
fix(route): 新华社新闻_新华网获取Pubdate字段 (#9570) * 新华网修复部分文章无法获取pubDate问题 * fix(route): 新华社新闻_新华网获取Pubdate字段 Co-authored-by: alex <yuxin2@mgtv.com> Co-authored-by: Alex Liu <yuxinliu.alex@gmail.com>
diff --git a/lib/v2/news/whxw.js b/lib/v2/news/whxw.js index ad5641562dcef3..9d667af21eb4ce 100644 --- a/lib/v2/news/whxw.js +++ b/lib/v2/news/whxw.js @@ -36,7 +36,7 @@ module.exports = async (ctx) => { if (item.status !== 404) { const content = cheerio.load(detailResponse.data);...
feather
https://github.com/feathericons/feather
fb0ae8054e790a21b103b64f735e8fcc6db7e436
dependabot[bot]
2018-04-17 10:55:12
build: bump html-minifier from 3.5.8 to 3.5.15
Bumps [html-minifier](https://github.com/kangax/html-minifier) from 3.5.8 to 3.5.15. - [Release notes](https://github.com/kangax/html-minifier/releases) - [Commits](https://github.com/kangax/html-minifier/compare/v3.5.8...v3.5.15)
build: bump html-minifier from 3.5.8 to 3.5.15 Bumps [html-minifier](https://github.com/kangax/html-minifier) from 3.5.8 to 3.5.15. - [Release notes](https://github.com/kangax/html-minifier/releases) - [Commits](https://github.com/kangax/html-minifier/compare/v3.5.8...v3.5.15) Signed-off-by: dependabot[bot] <support@...
diff --git a/package-lock.json b/package-lock.json index 342a87a4..14f35cfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1715,9 +1715,9 @@ "integrity": "sha1-+zgB1FNGdknvNgPH1hoCvRKb3m0=" }, "clean-css": { - "version": "4.1.9", - "resolved": "https://registry.npmjs.org/clean-css...
angular
https://github.com/angular/angular
fba276d3d1c21b4c252335f5361b9d15cf534f0a
Alex Rickabaugh
2018-08-09 22:28:13
fix(ivy): use a single constant pool per source file (#25392)
Previously, ngtsc used a new ConstantPool for each decorator compilation. This could result in collisions between constants in the top-level scope. Now, ngtsc uses a single ConstantPool for each source file being compiled, and merges the constant statements into the file after the import section. PR Close #25392
fix(ivy): use a single constant pool per source file (#25392) Previously, ngtsc used a new ConstantPool for each decorator compilation. This could result in collisions between constants in the top-level scope. Now, ngtsc uses a single ConstantPool for each source file being compiled, and merges the constant statement...
diff --git a/packages/compiler-cli/src/ngcc/src/analyzer.ts b/packages/compiler-cli/src/ngcc/src/analyzer.ts index 4dca46ae6723c..ed7b678efba01 100644 --- a/packages/compiler-cli/src/ngcc/src/analyzer.ts +++ b/packages/compiler-cli/src/ngcc/src/analyzer.ts @@ -5,11 +5,14 @@ * Use of this source code is governed by an...
polybar
https://github.com/polybar/polybar
adf18108c33fc38f392490dca85d8dbd02c23333
Michael Carlberg
2016-10-19 05:51:26
build: Use -O1 for release builds
Optimize less to not break the code. Still some undefined behaviour that are messing with builds using -O3
build: Use -O1 for release builds Optimize less to not break the code. Still some undefined behaviour that are messing with builds using -O3
diff --git a/CMakeLists.txt b/CMakeLists.txt index a67fb858b..3e7d4ee12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake/modules) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wall -Wno-unused-parameter -Wno-unused-local-typ...
Android-DataBackup
https://github.com/XayahSuSuSu/Android-DataBackup
16f06127a67f9bf8dad0b08e96152a4253dc5f1e
Xayah
2024-06-09 09:18:52
fix: [Bin] Transaction failure
* For some reason, gawk will cause a transaction failure in root shell. * Failure calling service settings: Failed transaction (2147483646)
fix: [Bin] Transaction failure * For some reason, gawk will cause a transaction failure in root shell. * Failure calling service settings: Failed transaction (2147483646) Change-Id: I9b8a6afc6bb8137b1d1569ac22f53ad8a1dd4b9f
diff --git a/build/build_bin.sh b/build/build_bin.sh index 38f4624e24..f6f7c94f83 100644 --- a/build/build_bin.sh +++ b/build/build_bin.sh @@ -13,7 +13,7 @@ ZSTD_DEV=false NDK_VERSION=r25c -BIN_VERSION=1.8 +BIN_VERSION=1.9 ZLIB_VERSION=1.3.1 # https://github.com/madler/zlib/releases XZ_VERSION=5.6.2 ...
lnd
https://github.com/lightningnetwork/lnd
dd3f48eda5e046de82ed5c17c304a8cf609b2f16
Philipp Gille
2019-03-24 16:07:57
docs: update contribution checklist
- Update Go version 1.11 to 1.12 - Fix broken link in GitHub PR template - Fix inconsistent number of spaces after checkbox - Add proper link to "Ideal Git Commit structure"
docs: update contribution checklist - Update Go version 1.11 to 1.12 - Fix broken link in GitHub PR template - Fix inconsistent number of spaces after checkbox - Add proper link to "Ideal Git Commit structure"
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 90f47ff813..548e5f4e86 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,24 +2,23 @@ - [ ] If this is your first time contributing, we recommend you read the [Code Contribution Guideline...
html5-boilerplate
https://github.com/h5bp/html5-boilerplate
9f68e84c760a752bb087d7cecd9e1da80f219bb8
dependabot[bot]
2023-01-01 20:31:55
chore(deps-dev): bump mocha from 10.1.0 to 10.2.0
Bumps [mocha](https://github.com/mochajs/mocha) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.1.0...v10.2.0) ---
chore(deps-dev): bump mocha from 10.1.0 to 10.2.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.1.0...v...
diff --git a/package-lock.json b/package-lock.json index f84a63d5ff..4f48deaffd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "gulp-rename": "^2.0.0", "gulp-replace": "^1.1.4", "main.css": "3.0.0", - "mocha": "^10.1.0", + "mocha": "^10.2.0", "...
angular
https://github.com/angular/angular
5a582a8afdd8c8e1567abef72623871164f9ca42
Matias Niemelä
2019-01-17 23:28:50
fix(ivy): ensure element removal triggers host removal animations (#28162)
Prior to this fix Ivy would not execute any animation triggers that exist as host bindings on an element if it is removed by the parent template. PR Close #28162
fix(ivy): ensure element removal triggers host removal animations (#28162) Prior to this fix Ivy would not execute any animation triggers that exist as host bindings on an element if it is removed by the parent template. PR Close #28162
diff --git a/packages/animations/browser/src/render/animation_engine_next.ts b/packages/animations/browser/src/render/animation_engine_next.ts index 753d8b52aef496..fe458b7611772b 100644 --- a/packages/animations/browser/src/render/animation_engine_next.ts +++ b/packages/animations/browser/src/render/animation_engine_n...
boardgame.io
https://github.com/boardgameio/boardgame.io
e9c9464550eaa289fe19f18aec8839cc4163696a
dependabot[bot]
2023-02-04 16:09:19
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#1130)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) ---
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#1130) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4....
diff --git a/package-lock.json b/package-lock.json index ee8753850..f830bc879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12124,9 +12124,9 @@ } }, "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semanti...
shuttle
https://github.com/shuttle-hq/shuttle
b3ac098a47c53beba805695cd1f73e73379b3e4b
jonaro00
2024-10-22 17:49:15
feat: dump db endpoint, fixes, Rust 1.82 (#1907)
* fix: beta mentions * feat: dump endpoint and command * feat: uppercase project ulids from cli * feat(common): AccountTier::Employee * comment * chore: cargo update * fix * fix: 50MB tonic message size for provisioner * chore: Rust 1.82 * fix: types * feat: less bloat in dump * ci: fix version * fix: don't...
feat: dump db endpoint, fixes, Rust 1.82 (#1907) * fix: beta mentions * feat: dump endpoint and command * feat: uppercase project ulids from cli * feat(common): AccountTier::Employee * comment * chore: cargo update * fix * fix: 50MB tonic message size for provisioner * chore: Rust 1.82 * fix: types * feat: l...
diff --git a/.circleci/config.yml b/.circleci/config.yml index 5391bacf3..6994ef45c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,7 +111,7 @@ commands: environment: ARCH: "linux-x86_64" PROTOC_VERSION: "22.2" - PROTOGEN_VERSION: "v0.2.0" + ...
RSSHub
https://github.com/DIYgod/RSSHub
bdb48941f52ac9da5ff35746c1d830c02c71c50a
dependabot[bot]
2024-10-28 18:38:49
chore(deps): bump tldts from 6.1.55 to 6.1.56 (#17342)
* chore(deps): bump tldts from 6.1.55 to 6.1.56 Bumps [tldts](https://github.com/remusao/tldts) from 6.1.55 to 6.1.56. - [Release notes](https://github.com/remusao/tldts/releases) - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md) - [Commits](https://github.com/remusao/tldts/compare/v6.1.55...v6....
chore(deps): bump tldts from 6.1.55 to 6.1.56 (#17342) * chore(deps): bump tldts from 6.1.55 to 6.1.56 Bumps [tldts](https://github.com/remusao/tldts) from 6.1.55 to 6.1.56. - [Release notes](https://github.com/remusao/tldts/releases) - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md) - [Commits...
diff --git a/package.json b/package.json index 47d41cc2694d5c..ca33db878b1229 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "telegram": "2.26.2", "tiny-async-pool": "2.1.0", "title": "3.5.3", - "tldts": "6.1.55", + "tldts": "6.1.56", "tosource": "2.0....
hanko
https://github.com/teamhanko/hanko
be5ec6b21a7b89bb3a600a0217dc6bfde1afc33b
dependabot[bot]
2022-10-12 14:25:40
chore(deps-dev): bump ts-loader from 9.3.1 to 9.4.1 in /frontend-sdk
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.3.1 to 9.4.1. - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.3.1...9.4.1) ---
chore(deps-dev): bump ts-loader from 9.3.1 to 9.4.1 in /frontend-sdk Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.3.1 to 9.4.1. - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://gith...
diff --git a/frontend-sdk/package-lock.json b/frontend-sdk/package-lock.json index f8e94790b..db75bcda6 100644 --- a/frontend-sdk/package-lock.json +++ b/frontend-sdk/package-lock.json @@ -24,7 +24,7 @@ "js-cookie": "^3.0.1", "microbundle": "^0.15.1", "ts-jest": "^28.0.8", - "ts-loader...
rolldown
https://github.com/rolldown/rolldown
aa629285544fe03856d2de13eecd47029f69a27b
dalaoshu
2024-12-30 11:58:25
chore(justfile): fix test-update (#3262)
### Description Seems this PR breaks `just test-node rolldown --update` @underfin cc _Originally posted by @hyf0 in
chore(justfile): fix test-update (#3262) ### Description Seems this PR breaks `just test-node rolldown --update` @underfin cc _Originally posted by @hyf0 in https://github.com/rolldown/rolldown/issues/3178#issuecomment-2562646748_ I don't know why it needs to be split. Perhaps we can control whether t...
diff --git a/justfile b/justfile index fd8b17783f31..4afe8f53b48a 100644 --- a/justfile +++ b/justfile @@ -68,7 +68,7 @@ test: test-rust test-node # run all tests and update snapshot test-update: just test-rust - just test-node all -u + just test-node all --update test-rust: cargo test --workspace ...
influxdb
https://github.com/influxdata/influxdb
3ae44a03750670e73bae416aa68f6f1e385efd48
Andrew Lamb
2021-05-28 01:22:09
refactor: Chunks can have at most one object store path (#1574)
* refactor: Chunk can have at most one path * fix: update tests
refactor: Chunks can have at most one object store path (#1574) * refactor: Chunk can have at most one path * fix: update tests
diff --git a/server/src/db.rs b/server/src/db.rs index 738901710b1..96708553e93 100644 --- a/server/src/db.rs +++ b/server/src/db.rs @@ -1849,15 +1849,14 @@ mod tests { // Verify data written to the parquet file in object store // // First, there must be one path of object store in the catalo...
talos
https://github.com/siderolabs/talos
f57d05e02a0c4dc9e64c8bccab604c5f9583692f
Frederik Schwan
2020-04-30 06:53:37
fix: ipv6 static default gateway not set if gateway is a LL unicast address
The source address is set by default, which leads to RNETLINK errors, when the Global Unicast Address is passed as a Source to a LL Unicast Gateway. Errors of RTNETLINK are now logged.
fix: ipv6 static default gateway not set if gateway is a LL unicast address The source address is set by default, which leads to RNETLINK errors, when the Global Unicast Address is passed as a Source to a LL Unicast Gateway. Errors of RTNETLINK are now logged. Signed-off-by: Frederik Schwan <frederik.schwan@linux.com...
diff --git a/internal/app/networkd/pkg/nic/nic.go b/internal/app/networkd/pkg/nic/nic.go index 37cb12095e5..0dc939b20c5 100644 --- a/internal/app/networkd/pkg/nic/nic.go +++ b/internal/app/networkd/pkg/nic/nic.go @@ -367,9 +367,15 @@ func (n *NetworkInterface) configureInterface(method address.Addressing, link *n g...
vector
https://github.com/vectordotdev/vector
86546cb30010d4b2370d6129d2a4c16cac2285f3
Brian L. Troutwine
2021-07-22 02:00:12
chore: Adjust blackhole sink to use ByteSizeOf trait (#8409)
* Adjust blackhole sink to use ByteSizeOf trait This commit adjusts the blackhole sink in two important ways. First, it processes incoming events in a chunk using the `StreamExt::chunk` method, reducing per-event overhead in this sink to 128th of previous, considering the chunk size. This does imply that blackhole sin...
chore: Adjust blackhole sink to use ByteSizeOf trait (#8409) * Adjust blackhole sink to use ByteSizeOf trait This commit adjusts the blackhole sink in two important ways. First, it processes incoming events in a chunk using the `StreamExt::chunk` method, reducing per-event overhead in this sink to 128th of previous, ...
diff --git a/src/sinks/blackhole.rs b/src/sinks/blackhole.rs index 8668b6a4e47dd..a76176134f87a 100644 --- a/src/sinks/blackhole.rs +++ b/src/sinks/blackhole.rs @@ -2,7 +2,6 @@ use crate::{ buffers::Acker, config::{DataType, GenerateConfig, SinkConfig, SinkContext, SinkDescription}, emit, - event::Eve...
node
https://github.com/nodejs/node
086c7b41b2c6581baa3de5f9c5d57ce1dfda4734
Matteo Collina
2019-12-12 06:04:15
build: add flag to enable pointer compression
The --experimental-enable-pointer-compression is experimental as it breaks ABI compatibility.
build: add flag to enable pointer compression The --experimental-enable-pointer-compression is experimental as it breaks ABI compatibility. PR-URL: https://github.com/nodejs/node/pull/30463 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rod Vagg <ro...
diff --git a/common.gypi b/common.gypi index 54a8d930c4c062..c51912ddbaed27 100644 --- a/common.gypi +++ b/common.gypi @@ -73,9 +73,6 @@ # TODO(refack): make v8-perfetto happen 'v8_use_perfetto': 0, - 'v8_enable_pointer_compression': 0, - 'v8_enable_31bit_smis_on_64bit_arch': 0, - ##### end V8 de...
medusa
https://github.com/medusajs/medusa
b5748ab59eac1b5adac32779fd0b88d56b1628af
Adrien de Peretti
2023-12-13 20:39:48
chore(medusa): Prefer logger instead of console.log (#5846)
* chore(medusa): Prefer logger instead of console.log * Create nasty-comics-leave.md * fix imports
chore(medusa): Prefer logger instead of console.log (#5846) * chore(medusa): Prefer logger instead of console.log * Create nasty-comics-leave.md * fix imports
diff --git a/.changeset/nasty-comics-leave.md b/.changeset/nasty-comics-leave.md new file mode 100644 index 0000000000000..d3ce3ed04c6a2 --- /dev/null +++ b/.changeset/nasty-comics-leave.md @@ -0,0 +1,5 @@ +--- +"@medusajs/medusa": patch +--- + +chore(medusa): Prefer logger instead of console.log diff --git a/packages/...
LinuxGSM
https://github.com/GameServerManagers/LinuxGSM
54bf33264da3fcc55f9682a4ef23848fbee8705e
Marcin Jakubowski
2021-12-21 02:37:23
feat(newserver): DayZ (#3557)
* feat(dayzserver): add base dayz support * feat(dayzserver): add game info support * fix(dayzserver): fix dayz mods if run in debug * feat(dayzserver): add install game config * fix(dayzserver): fix shortname in install_config * feat(dayzserver): download config from remote * fix(dayzserver): fix default server...
feat(newserver): DayZ (#3557) * feat(dayzserver): add base dayz support * feat(dayzserver): add game info support * fix(dayzserver): fix dayz mods if run in debug * feat(dayzserver): add install game config * fix(dayzserver): fix shortname in install_config * feat(dayzserver): download config from remote * fix(...
diff --git a/lgsm/config-default/config-lgsm/dayzserver/_default.cfg b/lgsm/config-default/config-lgsm/dayzserver/_default.cfg new file mode 100644 index 0000000000..45042cf07d --- /dev/null +++ b/lgsm/config-default/config-lgsm/dayzserver/_default.cfg @@ -0,0 +1,202 @@ +################################## +######## Def...
verso
https://github.com/versotile-org/verso
d3420937f8ff08f1b36eab5be49dfc4c3840f2cb
DK Liao
2024-12-16 14:57:36
chore: Update servo a37a9f6 (#259)
* Update servo to a37a9f6 * fix cargo config
chore: Update servo a37a9f6 (#259) * Update servo to a37a9f6 * fix cargo config
diff --git a/.cargo/config.toml b/.cargo/config.toml index 197f3470..41d3f865 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [env] -RUSTC_BOOTSTRAP = "crown,script,style_tests" +RUSTC_BOOTSTRAP = "crown,script,style_tests,mozjs" diff --git a/Cargo.lock b/Cargo.lock index 396af9b4..0bcef6aa 10...
posthog
https://github.com/PostHog/posthog
d935a847bc8288263918289e7307f1900d5f4264
Karl-Aksel Puulmann
2022-11-28 16:18:14
fix: enable optimize_move_to_prewhere on ch >= 22.8 (#12975)
We've previously tested that all tests pass with this setting in
fix: enable optimize_move_to_prewhere on ch >= 22.8 (#12975) We've previously tested that all tests pass with this setting in https://github.com/PostHog/posthog/pull/12966, extracting this code from the other PR for earlier mergeability
diff --git a/ee/clickhouse/views/test/__snapshots__/test_clickhouse_stickiness.ambr b/ee/clickhouse/views/test/__snapshots__/test_clickhouse_stickiness.ambr index c9361732aeef7..c76ca3e16267e 100644 --- a/ee/clickhouse/views/test/__snapshots__/test_clickhouse_stickiness.ambr +++ b/ee/clickhouse/views/test/__snapshots__...
rspack
https://github.com/web-infra-dev/rspack
65224fb5fec2981134f424c439c5d67e54bafcf1
neverland
2024-05-07 17:35:02
fix: remove --force flag to fix prebundle (#6465)
* fix: remove --force flag to fix prebundle * chore: fix api.md
fix: remove --force flag to fix prebundle (#6465) * fix: remove --force flag to fix prebundle * chore: fix api.md
diff --git a/package.json b/package.json index 8547ac5559cc..622ea0e9ebe5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "x": "zx x.mjs", "dev": "pnpm --filter @rspack/cli run dev", "clean": "pnpm --filter @rspack/cli run clean", - "build:js": "pnpm --filter \"@rspack/core\" build:force ...
angular
https://github.com/angular/angular
f12ba1c6dd784cbe7eb771560dabeab476a2f870
Matthieu Riegler
2023-02-18 00:38:33
refactor: remove unnecessary file (#49042)
view had a single export from a file located in the same package, no need to keep it. PR Close #49042
refactor: remove unnecessary file (#49042) view had a single export from a file located in the same package, no need to keep it. PR Close #49042
diff --git a/packages/core/src/di/provider_collection.ts b/packages/core/src/di/provider_collection.ts index c4abfdcf403ad..252746438f12e 100644 --- a/packages/core/src/di/provider_collection.ts +++ b/packages/core/src/di/provider_collection.ts @@ -13,9 +13,9 @@ import {getFactoryDef} from '../render3/definition_factor...
node
https://github.com/nodejs/node
aca3a103a60ec31a30d1605dcf1fe214b8630619
Cheng Shao
2023-06-01 23:41:26
build: set v8_enable_webassembly=false when lite mode is enabled
We should set v8_enable_webassembly=false when lite mode is enabled, since v8_enable_lite_mode implies v8_jitless, and wasm currently doesn't work with jitless. This is automatically handled in gn, but seems to be not the case in gyp. Enabling lite mode without setting v8_enable_webassembly=false leads to "Warning: dis...
build: set v8_enable_webassembly=false when lite mode is enabled We should set v8_enable_webassembly=false when lite mode is enabled, since v8_enable_lite_mode implies v8_jitless, and wasm currently doesn't work with jitless. This is automatically handled in gn, but seems to be not the case in gyp. Enabling lite mode ...
diff --git a/configure.py b/configure.py index 83a6faead7613d..fef5b87d74da2e 100755 --- a/configure.py +++ b/configure.py @@ -1471,7 +1471,7 @@ def configure_library(lib, output, pkgname=None): def configure_v8(o): - o['variables']['v8_enable_webassembly'] = 1 + o['variables']['v8_enable_webassembly'] = 0 if op...
prisma
https://github.com/prisma/prisma
acd77282495f8dbbc2e850f0613c741901574f04
pierre
2022-08-25 21:11:34
fix(client): high-resolution time for engine spans (#14991)
* fix(client): high-resolution time for engine spans * test: throw error if span time is 0 * package: bump-engines 4.3.0-28.4c3d4275ef72f6dc9eeaba7f9215da9e20c432d9 * package: bump @prisma/prisma-fmt-wasm
fix(client): high-resolution time for engine spans (#14991) * fix(client): high-resolution time for engine spans * test: throw error if span time is 0 * package: bump-engines 4.3.0-28.4c3d4275ef72f6dc9eeaba7f9215da9e20c432d9 * package: bump @prisma/prisma-fmt-wasm Co-authored-by: daniel starns <danielstarns@hotmai...
diff --git a/packages/client/tests/functional/tracing/tests.ts b/packages/client/tests/functional/tracing/tests.ts index 8615fb53be2e..8dccfe8afa4d 100644 --- a/packages/client/tests/functional/tracing/tests.ts +++ b/packages/client/tests/functional/tracing/tests.ts @@ -13,7 +13,6 @@ import { SemanticResourceAttributes...