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 ⌀ |
|---|---|---|---|---|---|---|---|---|
talos | https://github.com/siderolabs/talos | f23c9111d15b0ac9914e67e1b8a189d71a1f9fad | Andrey Smirnov | 2020-07-21 22:14:43 | feat: upgrade etcd to 3.3.22 version | Latest version in 3.3 branch is 3.3.23, but it's broken, so we use previous
stable version.
Switch to official etcd gcr.io registry, early support for arm64.
Move `etcd` service to run in system containerd. | feat: upgrade etcd to 3.3.22 version
Latest version in 3.3 branch is 3.3.23, but it's broken, so we use previous
stable version.
Switch to official etcd gcr.io registry, early support for arm64.
Move `etcd` service to run in system containerd.
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com> | diff --git a/docs/website/content/v0.6/en/guides/local/registry-cache.md b/docs/website/content/v0.6/en/guides/local/registry-cache.md
index 41711e06c9..a89338c8e9 100644
--- a/docs/website/content/v0.6/en/guides/local/registry-cache.md
+++ b/docs/website/content/v0.6/en/guides/local/registry-cache.md
@@ -18,7 +18,7 @@... |
atlantis | https://github.com/runatlantis/atlantis | 898118501c55167017bfb17618bad81ac746fccc | Frank | 2022-03-07 21:54:26 | fix(gitlab): change `pending` to `running` state (#1971) | * fix(gitlab-client): change pending to running state
* change default state | fix(gitlab): change `pending` to `running` state (#1971)
* fix(gitlab-client): change pending to running state
* change default state | diff --git a/server/events/vcs/gitlab_client.go b/server/events/vcs/gitlab_client.go
index 623ba8cd52..d202141fdf 100644
--- a/server/events/vcs/gitlab_client.go
+++ b/server/events/vcs/gitlab_client.go
@@ -232,10 +232,10 @@ func (g *GitlabClient) PullIsMergeable(repo models.Repo, pull models.PullRequest
// UpdateSt... |
homepage | https://github.com/gethomepage/homepage | 40522fbb96ef905be4a2e05300360484b7fa833f | Denis Papec | 2023-10-06 03:44:25 | Fix: Quicklaunch shows also services without a url (#2136) | * Fix: Quicklaunch show only services with a link | Fix: Quicklaunch shows also services without a url (#2136)
* Fix: Quicklaunch show only services with a link
Signed-off-by: Denis Papec <denis.papec@gmail.com>
* Revert "Fix: Quicklaunch show only services with a link"
This reverts commit 30ee825611f08351112e4c5e5ec7debfc1923fcc.
* Filter only bookmarks and servic... | diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index 9367e8b4d88..201f472cbb8 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -183,7 +183,7 @@ function Home({ initialSettings }) {
const { data: bookmarks } = useSWR("/api/bookmarks");
const { data: widgets } = useSWR("/api/widgets");
- con... |
neon | https://github.com/neondatabase/neon | c1390bfc3bbd3a7f00df334a39220ca312fc888e | Joonas Koivunen | 2024-05-17 15:55:01 | chore: update defaults for timeline_detach_ancestor (#7779) | by having 100 copy operations in flight twe climb up to 2500 requests
per min or 41/s. This is still probably less than is allowed, but fast
enough for our purposes. | chore: update defaults for timeline_detach_ancestor (#7779)
by having 100 copy operations in flight twe climb up to 2500 requests
per min or 41/s. This is still probably less than is allowed, but fast
enough for our purposes. | diff --git a/pageserver/src/tenant/timeline/detach_ancestor.rs b/pageserver/src/tenant/timeline/detach_ancestor.rs
index 7f59758c8704..4d8e5701819d 100644
--- a/pageserver/src/tenant/timeline/detach_ancestor.rs
+++ b/pageserver/src/tenant/timeline/detach_ancestor.rs
@@ -56,7 +56,7 @@ impl Default for Options {
fn ... |
generator-jhipster | https://github.com/jhipster/generator-jhipster | a3e24f0e361ec6f1b18399c1e628901ce8ccfd21 | dependabot[bot] | 2024-10-12 17:20:03 | build(deps): bump p-transform from 4.1.5 to 4.1.6 (#27558) | Bumps [p-transform](https://github.com/mshima/p-transform) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/mshima/p-transform/releases)
- [Commits](https://github.com/mshima/p-transform/compare/v4.1.5...v4.1.6)
--- | build(deps): bump p-transform from 4.1.5 to 4.1.6 (#27558)
Bumps [p-transform](https://github.com/mshima/p-transform) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/mshima/p-transform/releases)
- [Commits](https://github.com/mshima/p-transform/compare/v4.1.5...v4.1.6)
---
updated-dependencies:
- dependency... | diff --git a/package-lock.json b/package-lock.json
index 77e85fae93d4..8f191589e242 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -44,7 +44,7 @@
"minimatch": "9.0.5",
"normalize-path": "3.0.0",
"os-locale": "6.0.2",
- "p-transform": "4.1.5",
+ "p-transform": "4.1.6",... |
angular | https://github.com/angular/angular | bc8eb8508beee6575357ea5da30f2ae3567f40a0 | George Kalpakas | 2019-08-06 01:26:43 | refactor(docs-infra): minor refactorings and code simplification in `NgPackagesInstaller` (#31985) | PR Close #31985 | refactor(docs-infra): minor refactorings and code simplification in `NgPackagesInstaller` (#31985)
PR Close #31985 | diff --git a/aio/tools/ng-packages-installer/index.js b/aio/tools/ng-packages-installer/index.js
index 7a913ba4d9df7..a9952eba79a24 100644
--- a/aio/tools/ng-packages-installer/index.js
+++ b/aio/tools/ng-packages-installer/index.js
@@ -29,12 +29,10 @@ class NgPackagesInstaller {
* Create a new installer for a proj... |
coder | https://github.com/coder/coder | e938e8577f7d43f2827ef5b1c04eb3a5cff60a8e | Joe Previte | 2022-08-19 21:11:17 | fix: add missing && \ in Dockerfile (#3594) | * fix: add missing && \ in Dockerfile
* fixup: add goboring after PATH goboring | fix: add missing && \ in Dockerfile (#3594)
* fix: add missing && \ in Dockerfile
* fixup: add goboring after PATH goboring | diff --git a/dogfood/Dockerfile b/dogfood/Dockerfile
index 02f94a8f826d2..ad03b25111fe1 100644
--- a/dogfood/Dockerfile
+++ b/dogfood/Dockerfile
@@ -66,7 +66,7 @@ RUN mkdir --parents "$GOPATH" && \
go install github.com/dvyukov/go-fuzz/go-fuzz-build@latest && \
# go-releaser for building 'fat binaries' that w... |
servo | https://github.com/servo/servo | 6c16c019fc7b3f2329d572f3ff83a345e595c706 | Emilio Cobos Álvarez | 2023-05-31 04:20:34 | style: Implement <meta name=color-scheme> | There are still tests failing because | style: Implement <meta name=color-scheme>
There are still tests failing because
https://bugzilla.mozilla.org/show_bug.cgi?id=1736034 hasn't been synced
yet.
Once that lands, they will still fail because we don't change
Canvas/CanvasText based on color-scheme, but that I'm attaching
patches for after this one.
Differ... | diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs
index 44d290bcb0e6c..2fd586864ae1b 100644
--- a/components/style/values/specified/color.rs
+++ b/components/style/values/specified/color.rs
@@ -958,6 +958,11 @@ impl ColorScheme {
bits: ColorSchemeFlags::em... |
sqldelight | https://github.com/sqldelight/sqldelight | 1274a9965d61b2d146c87a5f1c4830d2b45ab668 | Vitor Hugo Schwaab | 2022-11-05 18:17:49 | chore: enable GitHub SQL highlight for .sq files (#3622) | As seen in https://github.com/github/linguist/blob/master/docs/overrides.md | chore: enable GitHub SQL highlight for .sq files (#3622)
As seen in https://github.com/github/linguist/blob/master/docs/overrides.md | diff --git a/.gitattributes b/.gitattributes
index cb1a8642320..cf231358974 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -17,3 +17,7 @@
*.woff2 binary
*.ico binary
*.a binary
+
+# GitHub syntax highligthing
+*.sq linguist-language=SQL
+*.sqm linguist-languag... |
gatsby | https://github.com/gatsbyjs/gatsby | 9b427936752ec0b107b36331f444366987355fbb | Vladimir Razuvaev | 2021-07-29 18:51:49 | fix(gatsby): correct results for multiple range filters with indexes (#32406) | * fix(gatsby): correct results when using multiple range filters with indexes
* fix tests
* fix handling of skip/limit with indexes
* fix incorrect limit | fix(gatsby): correct results for multiple range filters with indexes (#32406)
* fix(gatsby): correct results when using multiple range filters with indexes
* fix tests
* fix handling of skip/limit with indexes
* fix incorrect limit | diff --git a/packages/gatsby/src/datastore/lmdb/query/__tests__/filter-using-index.ts b/packages/gatsby/src/datastore/lmdb/query/__tests__/filter-using-index.ts
index 15e035e23861d..8331462faacbc 100644
--- a/packages/gatsby/src/datastore/lmdb/query/__tests__/filter-using-index.ts
+++ b/packages/gatsby/src/datastore/lm... |
halo | https://github.com/halo-dev/halo | 7ca5270238353eea7e107ba6a13bd2b61254a067 | guqing | 2023-03-21 09:24:28 | feat: support the expansion of other authentication methods (#3520) | #### What type of PR is this?
/kind feature
/milestone 2.4.0
/area core
#### What this PR does / why we need it:
支持扩展其他登录方式:
1. 增加 AdditionalWebFilter 扩展点,插件只需要实现此扩展点完成 Filter 逻辑
2. 增加 DynamicMatcherSecurityWebFilterChain 用于将 `apiFilterChain` 的 `SecurityWebFilterChain` 委托给此类,需要认证的请求都会 DynamicMatcherSecurityWebFilterCh... | feat: support the expansion of other authentication methods (#3520)
#### What type of PR is this?
/kind feature
/milestone 2.4.0
/area core
#### What this PR does / why we need it:
支持扩展其他登录方式:
1. 增加 AdditionalWebFilter 扩展点,插件只需要实现此扩展点完成 Filter 逻辑
2. 增加 DynamicMatcherSecurityWebFilterChain 用于将 `apiFilterChain` 的 `Secu... | diff --git a/build.gradle b/build.gradle
index 76abe9747b..85f477b2b9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -65,6 +65,7 @@ dependencies {
// Spring Security
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.security:spring-security-oauth2... |
node | https://github.com/nodejs/node | ecbae568b7818ef056fc3fe9cc6e5502fb9c9269 | Rich Trott | 2017-11-29 02:47:53 | test: remove common.tmpDirName | `common.tmpDirName` is used in only one test and can be replaced with
`path.basename(common.tmpDir)`. | test: remove common.tmpDirName
`common.tmpDirName` is used in only one test and can be replaced with
`path.basename(common.tmpDir)`.
PR-URL: https://github.com/nodejs/node/pull/17266
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail... | diff --git a/test/common/README.md b/test/common/README.md
index 54604568681612..e6371265d8b971 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -376,11 +376,6 @@ Synchronous version of `spawnPwd`.
The realpath of the 'tmp' directory.
-### tmpDirName
-* return [<String>]
-
-Name of the temp dir... |
angular | https://github.com/angular/angular | 4b3e6b5a00657b47ddc66999412bf352773ab89b | George Kalpakas | 2021-02-19 22:44:59 | refactor(docs-infra): create mixin for styling marketing pages (#40881) | Previously, in order to apply some styles to marketing (i.e. non-docs)
pages, we listed the various `.page-*` classes that corresponded to docs
pages. This meant that adding/removing a marketing page required updates
in several places, which is error-prone.
This commit avoids this by using a Sass mixin for applying st... | refactor(docs-infra): create mixin for styling marketing pages (#40881)
Previously, in order to apply some styles to marketing (i.e. non-docs)
pages, we listed the various `.page-*` classes that corresponded to docs
pages. This meant that adding/removing a marketing page required updates
in several places, which is er... | diff --git a/aio/src/styles/0-base/_typography.scss b/aio/src/styles/0-base/_typography.scss
index 2f0107bb5da5a..da432e6ff5389 100755
--- a/aio/src/styles/0-base/_typography.scss
+++ b/aio/src/styles/0-base/_typography.scss
@@ -34,14 +34,7 @@ h2 {
margin-top: 4rem;
padding-top: 4rem;
- .page-about &,
- .page... |
ockam | https://github.com/build-trust/ockam | 558136639d56aba3797d38f0e88b5c777a3144c1 | dependabot[bot] | 2023-05-17 02:17:37 | build: bump wast from 57.0.0 to 58.0.0 | Bumps [wast](https://github.com/bytecodealliance/wasm-tools) from 57.0.0 to 58.0.0.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wast-57.0.0...wast-58.0.0)
--- | build: bump wast from 57.0.0 to 58.0.0
Bumps [wast](https://github.com/bytecodealliance/wasm-tools) from 57.0.0 to 58.0.0.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wast-57.0.0...wast-58.0.0)
---
updated-dependencies:
... | diff --git a/Cargo.lock b/Cargo.lock
index 4f8d0f51e84..e236ae50ff6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5846,18 +5846,18 @@ checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
[[package]]
name = "wasm-encoder"
-version = "0.26.0"
+version = "0.27.0"
source = "registry+https://git... |
angular | https://github.com/angular/angular | 13cdd1351118e948d1395c1ebe9390599d097b37 | Pete Bacon Darwin | 2018-10-09 02:15:46 | fix(ivy): support late-initialized variables in ngcc/ngtsc (#26236) | In some formats variables are declared as `var` or `let` and only
assigned a value later in the code.
The ngtsc resolver still needs to be able to resolve this value,
so the host now provides a `host.getVariableValue(declaration)`
method that can do this resolution based on the format.
The hosts make some assumptions... | fix(ivy): support late-initialized variables in ngcc/ngtsc (#26236)
In some formats variables are declared as `var` or `let` and only
assigned a value later in the code.
The ngtsc resolver still needs to be able to resolve this value,
so the host now provides a `host.getVariableValue(declaration)`
method that can do ... | diff --git a/packages/compiler-cli/src/ngcc/src/host/fesm2015_host.ts b/packages/compiler-cli/src/ngcc/src/host/fesm2015_host.ts
index f2b2ebccf7d4c..f9ba0cec65e66 100644
--- a/packages/compiler-cli/src/ngcc/src/host/fesm2015_host.ts
+++ b/packages/compiler-cli/src/ngcc/src/host/fesm2015_host.ts
@@ -211,6 +211,89 @@ ex... |
react-native-svg | https://github.com/software-mansion/react-native-svg | b192bb5214cd1933d23366cef6b483cad7a99235 | semantic-release-bot | 2019-10-02 05:54:30 | chore(release): 9.10.2 [skip ci] | ## [9.10.2](https://github.com/react-native-community/react-native-svg/compare/v9.10.1...v9.10.2) (2019-10-02)
### Bug Fixes
* marker viewBox translation ([b111028](https://github.com/react-native-community/react-native-svg/commit/b111028)) | chore(release): 9.10.2 [skip ci]
## [9.10.2](https://github.com/react-native-community/react-native-svg/compare/v9.10.1...v9.10.2) (2019-10-02)
### Bug Fixes
* marker viewBox translation ([b111028](https://github.com/react-native-community/react-native-svg/commit/b111028)) | diff --git a/CHANGELOG.md b/CHANGELOG.md
index acc7827d7..b00a7756f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.10.2](https://github.com/react-native-community/react-native-svg/compare/v9.10.1...v9.10.2) (2019-10-02)
+
+
+### Bug Fixes
+
+* marker viewBox translation ([b111028](https://github.c... |
oxc | https://github.com/oxc-project/oxc | 29edb51c09721088a9878d6c4b2ffd0c2909b0cd | hi-ogawa | 2025-03-11 08:06:43 | fix(transformer): fix module runner transform of export default expression (#9661) | - Closes https://github.com/oxc-project/oxc/issues/9645 | fix(transformer): fix module runner transform of export default expression (#9661)
- Closes https://github.com/oxc-project/oxc/issues/9645 | diff --git a/crates/oxc_transformer/src/plugins/module_runner_transform.rs b/crates/oxc_transformer/src/plugins/module_runner_transform.rs
index 3450c7827c2dd..a1c6b449c28e2 100644
--- a/crates/oxc_transformer/src/plugins/module_runner_transform.rs
+++ b/crates/oxc_transformer/src/plugins/module_runner_transform.rs
@@ ... |
firecracker | https://github.com/firecracker-microvm/firecracker | 4613131c53d4ee618419478d444ea4648d734af3 | Nikita Kalyazin | 2023-01-26 23:15:37 | fix(tests): test_balloon_snapshot: add delay after inflate | Since the configured stats polling interval is 1 second,
it may take up to 1 second for the `available_memory` stat
to get updated.
In some cases, the VM is snapshotted, restored and
the `available_memory` stat is queried before the 1 second
has passed after an inflation had been requested.
To avoid this situation, a 1... | fix(tests): test_balloon_snapshot: add delay after inflate
Since the configured stats polling interval is 1 second,
it may take up to 1 second for the `available_memory` stat
to get updated.
In some cases, the VM is snapshotted, restored and
the `available_memory` stat is queried before the 1 second
has passed after a... | diff --git a/tests/integration_tests/functional/test_balloon.py b/tests/integration_tests/functional/test_balloon.py
index 9d4e6f1c01c..3fe0fb23c4e 100644
--- a/tests/integration_tests/functional/test_balloon.py
+++ b/tests/integration_tests/functional/test_balloon.py
@@ -18,6 +18,7 @@
MB_TO_PAGES = 256
+STATS_POL... |
discord.js | https://github.com/discordjs/discord.js | 75308f266933454301b10ee8e1d940d782fdb637 | Mogyuchi | 2023-06-09 15:29:18 | fix(WebSocketManager): await WebSocket destroy (#9519) | fix(WebSocketManager): await ws destroy | fix(WebSocketManager): await WebSocket destroy (#9519)
fix(WebSocketManager): await ws destroy
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | diff --git a/packages/discord.js/src/client/Client.js b/packages/discord.js/src/client/Client.js
index 907912860f73..07d15c973f6d 100644
--- a/packages/discord.js/src/client/Client.js
+++ b/packages/discord.js/src/client/Client.js
@@ -226,7 +226,7 @@ class Client extends BaseClient {
await this.ws.connect();
... |
aws-cdk | https://github.com/aws/aws-cdk | 71315394394634f92b01ed70aa25b59116ad6ec0 | Grace Luo | 2024-07-24 22:57:31 | chore: add note to bug report template (#30934) | ### Issue # (if applicable)
N/A
### Reason for this change
Remind users to submit security-related issues using the existing mechanism in GitHub.
### Description of changes
Add note to the top of the template
### Description of how you validated changes
Previewed the template in GitHub (can't find a way to actua... | chore: add note to bug report template (#30934)
### Issue # (if applicable)
N/A
### Reason for this change
Remind users to submit security-related issues using the existing mechanism in GitHub.
### Description of changes
Add note to the top of the template
### Description of how you validated changes
Previewed ... | diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index eecd4056ab65c..c3843d23481d8 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -5,6 +5,14 @@ title: "(module name): (short issue description)"
labels: [bug, needs-triage]
as... |
BiliRoaming | https://github.com/yujincheng08/BiliRoaming | 1f2f8bfe6c76498ba0d109ffc12ed9b45987df7f | TinyHai | 2025-01-09 20:25:36 | fix: disable try vip quality for v7.50.0+ (#1609) | - fix #1360 | fix: disable try vip quality for v7.50.0+ (#1609)
- fix #1360 | diff --git a/app/src/main/java/me/iacn/biliroaming/BiliBiliPackage.kt b/app/src/main/java/me/iacn/biliroaming/BiliBiliPackage.kt
index f0611be8a3..cc7570a1d8 100644
--- a/app/src/main/java/me/iacn/biliroaming/BiliBiliPackage.kt
+++ b/app/src/main/java/me/iacn/biliroaming/BiliBiliPackage.kt
@@ -167,6 +167,7 @@ class Bil... |
metersphere | https://github.com/metersphere/metersphere | 400d5b9e985c15e670d7589277f071d2319a303d | fit2-zhao | 2022-12-14 12:24:43 | fix(接口测试): 修复脚本类型切换默认名称未跟随切换问题 | --bug=1020842 --user=赵勇 【接口测试】接口中添加前后置脚本,beanshell语言,取消勾选jsr233选项后,脚本名称没有变 https://www.tapd.cn/55049933/s/1315588 | fix(接口测试): 修复脚本类型切换默认名称未跟随切换问题
--bug=1020842 --user=赵勇 【接口测试】接口中添加前后置脚本,beanshell语言,取消勾选jsr233选项后,脚本名称没有变 https://www.tapd.cn/55049933/s/1315588 | diff --git a/api-test/frontend/src/business/automation/scenario/common/Jsr233ProcessorContent.vue b/api-test/frontend/src/business/automation/scenario/common/Jsr233ProcessorContent.vue
index 59d9f48ecefe..115e63865707 100644
--- a/api-test/frontend/src/business/automation/scenario/common/Jsr233ProcessorContent.vue
+++ ... |
ruffle | https://github.com/ruffle-rs/ruffle | dbac0ca420979260cf01bd9a300e7334caf0f903 | dependabot[bot] | 2022-10-04 14:52:45 | build(deps): bump syn from 1.0.99 to 1.0.101 | Bumps [syn](https://github.com/dtolnay/syn) from 1.0.99 to 1.0.101.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.99...1.0.101)
--- | build(deps): bump syn from 1.0.99 to 1.0.101
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.99 to 1.0.101.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.99...1.0.101)
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:pr... | diff --git a/Cargo.lock b/Cargo.lock
index 234ac7c2f5d72..b1470e3ccc6bc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3662,9 +3662,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "1.0.99"
+version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "58dbef6ec655055e20b... |
tabby | https://github.com/TabbyML/tabby | 5956d15b89e462580a716deb7f70ef5c0facfd24 | Meng Zhang | 2024-07-10 05:20:26 | refactor(scheduler): extract tabby-crawler crate (#2603) | * refactor(scheduler): extract tabby-crawler crate
* fix tests
* [autofix.ci] apply automated fixes
--------- | refactor(scheduler): extract tabby-crawler crate (#2603)
* refactor(scheduler): extract tabby-crawler crate
* fix tests
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> | diff --git a/Cargo.lock b/Cargo.lock
index e565c05b048f..9c5edb44a8e6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5061,6 +5061,24 @@ dependencies = [
"uuid",
]
+[[package]]
+name = "tabby-crawler"
+version = "0.13.0-dev.0"
+dependencies = [
+ "anyhow",
+ "async-stream",
+ "futures",
+ "htmd",
+ "logkit",
+ "reada... |
node | https://github.com/nodejs/node | 682b85036efcaa87c580483f68ba71fbb13af4b9 | Daniel Bevenius | 2018-04-06 06:44:08 | test: fix multiple expectedWarnings bug | Commit 8fb4ea9f75 ("test: add deprecation code to expectWarning") did
not take into account that the same warning could be expected multiple
times. This bug was discovered in | test: fix multiple expectedWarnings bug
Commit 8fb4ea9f75 ("test: add deprecation code to expectWarning") did
not take into account that the same warning could be expected multiple
times. This bug was discovered in
https://github.com/nodejs/node/pull/18138 and this commit adds a fix for
this issue.
PR-URL: https://gi... | diff --git a/test/common/index.js b/test/common/index.js
index 1a444f0dbd1b44..eaae0b53acb17a 100644
--- a/test/common/index.js
+++ b/test/common/index.js
@@ -631,7 +631,7 @@ function expectWarning(name, expected) {
// Remove a warning message after it is seen so that we guarantee that we
// get each message ... |
react-testing-library | https://github.com/testing-library/react-testing-library | 4aa0c56c60ac99f331ac8267428fb92fd89dcd2f | allcontributors[bot] | 2019-07-14 13:36:17 | docs: add LiaoJimmy as a contributor (#405) | * docs: update README.md
* docs: update .all-contributorsrc | docs: add LiaoJimmy as a contributor (#405)
* docs: update README.md
* docs: update .all-contributorsrc | diff --git a/.all-contributorsrc b/.all-contributorsrc
index d588d9c3..de28339c 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -792,6 +792,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "LiaoJimmy",
+ "name": "LiaoJimmy",
+ "avatar_url": "https://avatars... |
openobserve | https://github.com/openobserve/openobserve | 61ce5a0bf5217aaaba7303a158e0dec60b8dc7e5 | Sai Nikhil | 2024-10-31 09:48:05 | fix: issue #4935 (#4940) | This PR fixes
1.#4935
2.This also tries to add wrap the stream name into double quotes so
whenever any field also contain the stream name it ignores that
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Enhanced error handling for search results,... | fix: issue #4935 (#4940)
This PR fixes
1.#4935
2.This also tries to add wrap the stream name into double quotes so
whenever any field also contain the stream name it ignores that
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Enhanced error ... | diff --git a/web/src/composables/useLogs.ts b/web/src/composables/useLogs.ts
index 9a2fa98654c..d01caef8db6 100644
--- a/web/src/composables/useLogs.ts
+++ b/web/src/composables/useLogs.ts
@@ -2368,7 +2368,7 @@ const useLogs = () => {
const dateToBePassed = `${day}-${month}-${year}`;
... |
databend | https://github.com/databendlabs/databend | dc14ea8fe459d84696a7ff100ca8572045241861 | dantengsky | 2024-01-29 12:12:07 | fix: should use `is_nested` while populating in-memory cache (#14503) | * fix: should use `is_nested` during populating in-mem cache
* revert modification of config `databend-query-node-1.toml` | fix: should use `is_nested` while populating in-memory cache (#14503)
* fix: should use `is_nested` during populating in-mem cache
* revert modification of config `databend-query-node-1.toml` | diff --git a/src/query/service/tests/it/storages/fuse/io.rs b/src/query/service/tests/it/storages/fuse/io.rs
index cf7ccb77da541..aa70923b6c5cf 100644
--- a/src/query/service/tests/it/storages/fuse/io.rs
+++ b/src/query/service/tests/it/storages/fuse/io.rs
@@ -12,10 +12,14 @@
// See the License for the specific langu... |
google-api-nodejs-client | https://github.com/googleapis/google-api-nodejs-client | fb7c2ceebc99af5409ffc4788ebce5c0ca593cc1 | Yoshi Automation | 2024-03-14 23:11:12 | fix(walletobjects): update the API | #### walletobjects:v1
The following keys were changed:
- schemas.CallbackOptions.properties.updateRequestUrl.description
- schemas.CallbackOptions.properties.url.description | fix(walletobjects): update the API
#### walletobjects:v1
The following keys were changed:
- schemas.CallbackOptions.properties.updateRequestUrl.description
- schemas.CallbackOptions.properties.url.description | diff --git a/discovery/walletobjects-v1.json b/discovery/walletobjects-v1.json
index eeae691e43..9e6ed5cd53 100644
--- a/discovery/walletobjects-v1.json
+++ b/discovery/walletobjects-v1.json
@@ -2681,7 +2681,7 @@
}
}
},
- "revision": "20240222",
+ "revision": "20240313",
"rootUrl": "https://walletob... |
linkerd2 | https://github.com/linkerd/linkerd2 | e75221b3c01ee04f788261f492cebc34dfcea6d9 | dependabot[bot] | 2024-06-21 18:48:56 | build(deps): bump proc-macro2 from 1.0.85 to 1.0.86 (#12760) | Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.85 to 1.0.86.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.85...1.0.86)
--- | build(deps): bump proc-macro2 from 1.0.85 to 1.0.86 (#12760)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.85 to 1.0.86.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.85...1.0.86)
---
updated-dependencies:
- dep... | diff --git a/Cargo.lock b/Cargo.lock
index 371860215ec02..846a1272a6fbd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1653,9 +1653,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro2"
-version = "1.0.85"
+version = "1.0.86"
source = "registry+https://gi... |
angular | https://github.com/angular/angular | aaaa34021c2d56f798d20e5a1f31b23972055170 | Andrew Kushnir | 2018-10-04 03:59:49 | fix(ivy): sanitize tag name while generating listener function name (#26237) | PR Close #26237 | fix(ivy): sanitize tag name while generating listener function name (#26237)
PR Close #26237 | diff --git a/packages/compiler-cli/test/compliance/r3_view_compiler_listener_spec.ts b/packages/compiler-cli/test/compliance/r3_view_compiler_listener_spec.ts
index 2b4bb092ab489..5248ea4381a50 100644
--- a/packages/compiler-cli/test/compliance/r3_view_compiler_listener_spec.ts
+++ b/packages/compiler-cli/test/complian... |
bitcoin | https://github.com/bitcoin/bitcoin | a56e9f5670136b29e48aabfc7f38569222fe4635 | Oliver Gugger | 2020-10-02 20:45:52 | test: Assert exclusive PSBT funding options | Make sure the options "change_type" and "changeAddress" of the
walletcreatefundedpsbt RPC cannot both be specified a the same time. | test: Assert exclusive PSBT funding options
Make sure the options "change_type" and "changeAddress" of the
walletcreatefundedpsbt RPC cannot both be specified a the same time. | diff --git a/test/functional/rpc_psbt.py b/test/functional/rpc_psbt.py
index c2e7fac7b735c..2453a947cb4ef 100755
--- a/test/functional/rpc_psbt.py
+++ b/test/functional/rpc_psbt.py
@@ -320,6 +320,10 @@ def run_test(self):
psbtx_np2wkh = self.nodes[1].walletcreatefundedpsbt([], [small_output], 0, {"change_type"... |
terraform-provider-aws | https://github.com/hashicorp/terraform-provider-aws | 5f30a7fd0af454653b2d538364afea79f10da74d | dependabot[bot] | 2023-12-22 23:16:30 | build(deps): bump the aws-sdk-go group with 32 updates | Bumps the aws-sdk-go group with 32 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.49.5` | `1.49.8` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.26.1` | `1.26.2` |
| [github.com/aws/aws-sdk-go-v2/feature/... | build(deps): bump the aws-sdk-go group with 32 updates
Bumps the aws-sdk-go group with 32 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.49.5` | `1.49.8` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.26.... | diff --git a/go.mod b/go.mod
index 3291a8c8a45..12eb9ada778 100644
--- a/go.mod
+++ b/go.mod
@@ -5,15 +5,15 @@ go 1.20
require (
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
github.com/YakDriver/regexache v0.23.0
- github.com/aws/aws-sdk-go v1.49.5
+ github.com/aws/aws-sdk-go v1.49.8
github... |
astro | https://github.com/withastro/astro | 78bafc5d661ff7dd071c241cb1303c4d8a774d21 | Erika | 2024-03-08 19:15:43 | fix(tsconfigs): Add `jsx: 'preserve'` to the base template (#10368) | * fix(tsconfigs): Add `jsx: 'preserve'` to the base template
* chore: changeset | fix(tsconfigs): Add `jsx: 'preserve'` to the base template (#10368)
* fix(tsconfigs): Add `jsx: 'preserve'` to the base template
* chore: changeset | diff --git a/.changeset/slimy-avocados-sniff.md b/.changeset/slimy-avocados-sniff.md
new file mode 100644
index 000000000000..3cf85cd928be
--- /dev/null
+++ b/.changeset/slimy-avocados-sniff.md
@@ -0,0 +1,5 @@
+---
+"astro": patch
+---
+
+Updates the base `tsconfig.json` preset with `jsx: 'preserve'` in order to fix er... |
RSSHub | https://github.com/DIYgod/RSSHub | 6bb9c958be5a8ae9968a2cadbf7900730fb6de01 | dependabot[bot] | 2024-03-12 04:13:24 | chore(deps): bump @sentry/node from 7.106.0 to 7.106.1 (#14755) | * chore(deps): bump @sentry/node from 7.106.0 to 7.106.1
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.106.0 to 7.106.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.106.1/CHANGELOG.md)
- [Co... | chore(deps): bump @sentry/node from 7.106.0 to 7.106.1 (#14755)
* chore(deps): bump @sentry/node from 7.106.0 to 7.106.1
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.106.0 to 7.106.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github... | diff --git a/package.json b/package.json
index 0262288623a623..d7b72b2d202eb1 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"@hono/node-server": "1.8.2",
"@notionhq/client": "2.2.14",
"@postlight/parser": "2.2.3",
- "@sentry/node": "7.106.0",
+ "@sentry/node": "7.106.1",
"@ton... |
shields | https://github.com/badges/shields | bdfc758c5a9ab81ecbdbe31bc3cdffd5069a2e70 | dependabot-preview[bot] | 2020-12-11 19:05:03 | Build(deps-dev): bump cypress from 6.0.1 to 6.1.0 (#5937) | Bumps [cypress](https://github.com/cypress-io/cypress) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v6.0.1...v6.1.0) | Build(deps-dev): bump cypress from 6.0.1 to 6.1.0 (#5937)
Bumps [cypress](https://github.com/cypress-io/cypress) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cyp... | diff --git a/package-lock.json b/package-lock.json
index 72de45620db74..b4ac52b3c81c0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6051,9 +6051,9 @@
}
},
"ms": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
- "i... |
vue-cli | https://github.com/vuejs/vue-cli | cd88cfa1e4624065a2d78414ef91aa8ebca04f5c | Evan You | 2018-07-19 02:42:17 | feat(unit-jest): run jest in the same process | This allows vue-cli-service test:unit to be debugged via node inspector. | feat(unit-jest): run jest in the same process
This allows vue-cli-service test:unit to be debugged via node inspector. | diff --git a/packages/@vue/cli-plugin-unit-jest/README.md b/packages/@vue/cli-plugin-unit-jest/README.md
index 08a7e686f3..774c8051e0 100644
--- a/packages/@vue/cli-plugin-unit-jest/README.md
+++ b/packages/@vue/cli-plugin-unit-jest/README.md
@@ -15,6 +15,16 @@
All [Jest command line options](https://facebook.gith... |
jaeger | https://github.com/jaegertracing/jaeger | 2fbc067b2ad9e7375d5161515d53bd6e2567b180 | Mend Renovate | 2024-10-25 01:06:21 | fix(deps): update module github.com/prometheus/common to v0.60.1 (#6119) | This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/common](https://redirect.github.com/prometheus/common)
| `v0.60.0` -> `v0.60.1` |
[: update module github.com/prometheus/common to v0.60.1 (#6119)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/common](https://redirect.github.com/prometheus/common)
| `v0.60.0` -> `v0.60.1` |
[: update the API | #### androidpublisher:v3
The following keys were added:
- resources.edits.resources.bundles.methods.upload.parameters.ackBundleInstallationWarning.deprecated
- schemas.ExternalOfferInitialAcquisitionDetails.description
- schemas.ExternalOfferInitialAcquisitionDetails.id
- schemas.ExternalOfferInitialAcquisitionDetails... | feat(androidpublisher): update the API
#### androidpublisher:v3
The following keys were added:
- resources.edits.resources.bundles.methods.upload.parameters.ackBundleInstallationWarning.deprecated
- schemas.ExternalOfferInitialAcquisitionDetails.description
- schemas.ExternalOfferInitialAcquisitionDetails.id
- schema... | diff --git a/discovery/androidpublisher-v3.json b/discovery/androidpublisher-v3.json
index af53c66747..8dfab712e6 100644
--- a/discovery/androidpublisher-v3.json
+++ b/discovery/androidpublisher-v3.json
@@ -741,7 +741,8 @@
],
"parameters": {
"ackBundleInstallationWarning":... |
scylladb | https://github.com/scylladb/scylladb | 3249516f2e6ff641ff8d9c94e1ee3ed8b4dfca02 | Avi Kivity | 2020-10-19 12:53:31 | test: view_build_test: drop <ranges> | Clang has trouble with some parts of <ranges>. Replace with
boost range adaptors for now. | test: view_build_test: drop <ranges>
Clang has trouble with some parts of <ranges>. Replace with
boost range adaptors for now. | diff --git a/test/boost/view_build_test.cc b/test/boost/view_build_test.cc
index 9064d4f06404..8c1bb937f11c 100644
--- a/test/boost/view_build_test.cc
+++ b/test/boost/view_build_test.cc
@@ -805,7 +805,7 @@ SEASTAR_THREAD_TEST_CASE(test_view_update_generator_buffering) {
const auto partition_size_sets = std::vec... |
NETworkManager | https://github.com/BornToBeRoot/NETworkManager | e7c14c552bca01d5eb98c00fc3f3785f5c45d8fa | dependabot[bot] | 2023-02-01 12:40:42 | Build(deps): Bump AWSSDK.Core from 3.7.103.24 to 3.7.103.25 in /Source (#1878) | Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.103.24 to 3.7.103.25.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Commits](https://github.com/aws/aws-sdk-net/commits)
--- | Build(deps): Bump AWSSDK.Core from 3.7.103.24 to 3.7.103.25 in /Source (#1878)
Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.103.24 to 3.7.103.25.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Commits](https://github.com/aws/aws-sdk-net/commits)
---
updated-dependencies:
- depen... | diff --git a/Source/NETworkManager.Models/NETworkManager.Models.csproj b/Source/NETworkManager.Models/NETworkManager.Models.csproj
index 4f94eb4019..ad0c2c03df 100644
--- a/Source/NETworkManager.Models/NETworkManager.Models.csproj
+++ b/Source/NETworkManager.Models/NETworkManager.Models.csproj
@@ -29,7 +29,7 @@
<Emb... |
systemd | https://github.com/systemd/systemd | 6fd3496cfd0d28808b5489ee87f826c2130f5f0b | Luca Boccassi | 2024-11-25 11:55:55 | test: mask tmpfiles.d file shipped by selinux policy package in containers | This tmpfiles.d wants to write to sysfs, which is read-only in containers,
so systemd-tmpfiles --create fails in TEST-22-TMPFILES when ran in nspawn
if the selinux policy package is instealled. Mask it, as it's not our
config file, we don't need it in the test. | test: mask tmpfiles.d file shipped by selinux policy package in containers
This tmpfiles.d wants to write to sysfs, which is read-only in containers,
so systemd-tmpfiles --create fails in TEST-22-TMPFILES when ran in nspawn
if the selinux policy package is instealled. Mask it, as it's not our
config file, we don't nee... | diff --git a/test/units/TEST-22-TMPFILES.sh b/test/units/TEST-22-TMPFILES.sh
index 9c2a033aa98d1..85109a1ad5d72 100755
--- a/test/units/TEST-22-TMPFILES.sh
+++ b/test/units/TEST-22-TMPFILES.sh
@@ -6,6 +6,14 @@ set -o pipefail
# shellcheck source=test/units/test-control.sh
. "$(dirname "$0")"/test-control.sh
+if sys... |
zellij | https://github.com/zellij-org/zellij | 21f7b5baa56c5903a82eb9c3aee3e95182b57706 | a-kenji | 2022-03-11 02:49:19 | fix(config): allow POSIX style `--config` override (#1205) | Allow multiple `--config` flags, then use the latter.
Also allows similar behaviour for similar flags. | fix(config): allow POSIX style `--config` override (#1205)
Allow multiple `--config` flags, then use the latter.
Also allows similar behaviour for similar flags.
fixes: #310 | diff --git a/zellij-utils/src/cli.rs b/zellij-utils/src/cli.rs
index 03bf8db4d4..dba10a767a 100644
--- a/zellij-utils/src/cli.rs
+++ b/zellij-utils/src/cli.rs
@@ -15,31 +15,31 @@ pub struct CliArgs {
pub max_panes: Option<usize>,
/// Change where zellij looks for layouts and plugins
- #[clap(long, parse(... |
blender | https://github.com/blender/blender | fd74b280d95b9dc43910e0721ddf5653535f3e09 | Hans Goudey | 2023-06-09 01:25:47 | Fix: Amend previous windows build error fix | Thanks to Ray for helping with this! | Fix: Amend previous windows build error fix
Thanks to Ray for helping with this! | diff --git a/source/blender/blenkernel/intern/mesh_remesh_voxel.cc b/source/blender/blenkernel/intern/mesh_remesh_voxel.cc
index 7b58074b8ce3..4e8d13040587 100644
--- a/source/blender/blenkernel/intern/mesh_remesh_voxel.cc
+++ b/source/blender/blenkernel/intern/mesh_remesh_voxel.cc
@@ -446,7 +446,7 @@ void BKE_remesh_r... |
kubo | https://github.com/ipfs/kubo | efa55e02a513ccf24da3ee0144628a6895b66cab | Steven Allen | 2021-03-25 08:59:11 | fix: omit empty pins slice when reporting pin progress | Otherwise, we get messages of the form `{Pins: null, Progress: 100}`.
After this change, we'll get `{Progress: 100}`. | fix: omit empty pins slice when reporting pin progress
Otherwise, we get messages of the form `{Pins: null, Progress: 100}`.
After this change, we'll get `{Progress: 100}`. | diff --git a/core/commands/pin/pin.go b/core/commands/pin/pin.go
index 409b75cc00d..dfeb69a95e4 100644
--- a/core/commands/pin/pin.go
+++ b/core/commands/pin/pin.go
@@ -44,8 +44,8 @@ type PinOutput struct {
}
type AddPinOutput struct {
- Pins []string
- Progress int `json:",omitempty"`
+ Pins []string `json... |
dex | https://github.com/dexidp/dex | e02e0ac3883a078d7e2ddefdaeec00d156255406 | dependabot[bot] | 2023-03-04 04:48:02 | build(deps): bump golang.org/x/net in /examples (#2846) | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220114011407-0dd24b26b47d to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)
--- | build(deps): bump golang.org/x/net in /examples (#2846)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220114011407-0dd24b26b47d to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)
---
updated-dependencies:
- dependency-na... | diff --git a/examples/go.mod b/examples/go.mod
index d8ef943b10..0b6a90da2f 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@@ -15,9 +15,9 @@ require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // ind... |
metamask-extension | https://github.com/MetaMask/metamask-extension | 743f5ec3c05b6287dead68bff903f2a244fd816d | Dan J Miller | 2024-06-14 22:19:48 | fix: Ensure phishing stale list network request is not sent before onboarding and if basic functionality is off (#25306) | <!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->
## **Description**
This fix ensures that network requests for the phishing list are sent in
two cases:
1. before onboarding is c... | fix: Ensure phishing stale list network request is not sent before onboarding and if basic functionality is off (#25306)
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->
## **Des... | diff --git a/app/scripts/metamask-controller.js b/app/scripts/metamask-controller.js
index b3783283474b..cc9e91e9e889 100644
--- a/app/scripts/metamask-controller.js
+++ b/app/scripts/metamask-controller.js
@@ -865,8 +865,6 @@ export default class MetamaskController extends EventEmitter {
stalelistRefreshInterva... |
git-bug | https://github.com/git-bug/git-bug | 2852bb27e509822c26bf92cecf27fd72ef351d6f | dependabot-preview[bot] | 2019-12-27 02:14:38 | build(deps): bump github.com/MichaelMure/go-term-text | Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.1 to 0.2.4.
- [Release notes](https://github.com/MichaelMure/go-term-text/releases)
- [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.1...v0.2.4) | build(deps): bump github.com/MichaelMure/go-term-text
Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.1 to 0.2.4.
- [Release notes](https://github.com/MichaelMure/go-term-text/releases)
- [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.1...v0.2.4)
S... | diff --git a/Gopkg.lock b/Gopkg.lock
index 8e2f5b810..94d250324 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -25,12 +25,12 @@
version = "v0.9.2"
[[projects]]
- digest = "1:b46ef47d5fcc120e6fc1f75e75106f31cbb51fe9981234b5c191d0083d8f9867"
+ digest = "1:364c89f564ef045872f82ff2f156fd3cb09274e4a3bdbf89aef2c2370c955... |
greptimedb | https://github.com/GreptimeTeam/greptimedb | 675767c02314176fbf52c050fa8b240edd5ae592 | WU Jingdi | 2023-12-22 07:39:12 | feat: Support export metric in remote write format (#2928) | * feat: remote write metric task
* chore: pass stanalone task to frontend
* chore: change name to system metric
* fix: add header and rename to export metrics | feat: Support export metric in remote write format (#2928)
* feat: remote write metric task
* chore: pass stanalone task to frontend
* chore: change name to system metric
* fix: add header and rename to export metrics | diff --git a/Cargo.lock b/Cargo.lock
index d3fd84a9493a..c26186b8dfc0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1945,6 +1945,7 @@ dependencies = [
"backtrace",
"common-error",
"console-subscriber",
+ "greptime-proto",
"lazy_static",
"once_cell",
"opentelemetry 0.21.0 (registry+https://github.com/rust-lan... |
httpx | https://github.com/projectdiscovery/httpx | 735677e897905357cdbe96ef00d5e19f9a7c42eb | dependabot[bot] | 2024-03-06 16:50:57 | chore(deps): bump github.com/projectdiscovery/wappalyzergo | Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.109 to 0.0.112.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.109...v0.0.112)
--- | chore(deps): bump github.com/projectdiscovery/wappalyzergo
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.109 to 0.0.112.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzerg... | diff --git a/go.mod b/go.mod
index 15f58588d..1ea4a48f0 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
github.com/projectdiscovery/tlsx v1.1.6
github.com/projectdiscovery/useragent v0.0.38
github.com/projectdiscovery/utils v0.0.82
- github.com/projectdiscovery/wappalyzergo v0.0.109
+ github.com/proj... |
solana-program-library | https://github.com/solana-labs/solana-program-library | 24b805e3813ce27c2aeb6a50af8f0c291ea6a96c | dependabot[bot] | 2023-07-05 01:01:03 | build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.61.0 in /stake-pool/js (#4689) | build(deps-dev): bump @typescript-eslint/eslint-plugin in /stake-pool/js
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.60.1 to 5.61.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changel... | build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.61.0 in /stake-pool/js (#4689)
build(deps-dev): bump @typescript-eslint/eslint-plugin in /stake-pool/js
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.60.1 ... | diff --git a/stake-pool/js/package-lock.json b/stake-pool/js/package-lock.json
index 08f608eeba4..0d66df1e3ca 100644
--- a/stake-pool/js/package-lock.json
+++ b/stake-pool/js/package-lock.json
@@ -1799,17 +1799,17 @@
"dev": true
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "5... |
goreleaser | https://github.com/goreleaser/goreleaser | 0f6d8daa0512c2091b0218070b8c9667f71c3a60 | Garcia, Julio C | 2018-10-27 22:06:58 | fix: improve log output #845 | Removed the "creating" prefixes. | fix: improve log output #845
Removed the "creating" prefixes. | diff --git a/internal/pipe/archive/archive.go b/internal/pipe/archive/archive.go
index 523107d07e2..d5edca1ca39 100644
--- a/internal/pipe/archive/archive.go
+++ b/internal/pipe/archive/archive.go
@@ -29,7 +29,7 @@ const (
type Pipe struct{}
func (Pipe) String() string {
- return "creating archives"
+ return "archi... |
hono | https://github.com/honojs/hono | 3059741b6ec3afe73a88c705f44eadeb71e1546e | EdamAmex | 2024-11-23 15:53:52 | perf(router): sort handlers by score only when necessary (#3697) | * perf(router): sort handlers by score only when necessary
* add tests
* Update node.test.ts | perf(router): sort handlers by score only when necessary (#3697)
* perf(router): sort handlers by score only when necessary
* add tests
* Update node.test.ts | diff --git a/src/router/trie-router/node.test.ts b/src/router/trie-router/node.test.ts
index c4692c156..126417d16 100644
--- a/src/router/trie-router/node.test.ts
+++ b/src/router/trie-router/node.test.ts
@@ -121,6 +121,17 @@ describe('Name path', () => {
expect(resB[0][0]).toEqual('resource')
expect(resB[0][... |
cargo | https://github.com/rust-lang/cargo | 7c7abfe9e25622095b1764c77fec53fdf22cef7c | Ed Page | 2023-05-20 00:41:41 | fix: Pass CI on nightly | It appears rustc is now giving warnings when calling `drop` on `Copy`
types (`drop-copy`) | fix: Pass CI on nightly
It appears rustc is now giving warnings when calling `drop` on `Copy`
types (`drop-copy`) | diff --git a/src/cargo/core/compiler/job_queue/mod.rs b/src/cargo/core/compiler/job_queue/mod.rs
index 0bcaa81a7ac..6e8866b2b06 100644
--- a/src/cargo/core/compiler/job_queue/mod.rs
+++ b/src/cargo/core/compiler/job_queue/mod.rs
@@ -812,7 +812,7 @@ impl<'cfg> DrainState<'cfg> {
);
if !cx.bcx.b... |
grafana | https://github.com/grafana/grafana | 95a9074ad4aa4019ba1f4726151f644eb03ff8be | Kevin Minehart | 2024-01-11 21:23:02 | CI: Make --grafana-repo configurable via GRAFANA_REPO (#80378) | Make --grafana-repo configurable via GRAFANA_REPO | CI: Make --grafana-repo configurable via GRAFANA_REPO (#80378)
Make --grafana-repo configurable via GRAFANA_REPO | diff --git a/.drone.yml b/.drone.yml
index a16b13c01049c..b2380ae67f160 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3756,7 +3756,7 @@ services: []
steps:
- commands:
- 'dagger run --silent /src/grafana-build artifacts -a $${ARTIFACTS} --grafana-ref=$${GRAFANA_REF}
- --enterprise-ref=$${ENTERPRISE_REF} --versio... |
angular | https://github.com/angulardart/angular | dda6847759adaae68a8038ddfa7486837206578d | matanl | 2017-08-05 04:27:32 | fix(Internal): Run the AngularDart transformer on angular_test for own tests. | Use of "$include" forces this transformer to only run when "pub serve[d]"
directly, versus w/o, which always ran, causing hangs. | fix(Internal): Run the AngularDart transformer on angular_test for own tests.
Use of "$include" forces this transformer to only run when "pub serve[d]"
directly, versus w/o, which always ran, causing hangs.
PiperOrigin-RevId: 164284080 | diff --git a/angular_test/pubspec.yaml b/angular_test/pubspec.yaml
index 01b22505a1..99e972101c 100644
--- a/angular_test/pubspec.yaml
+++ b/angular_test/pubspec.yaml
@@ -40,13 +40,14 @@ transformers:
# clients (https://github.com/dart-lang/angular/issues/549). As it was
# only needed for a single class, the code... |
sweetalert2 | https://github.com/sweetalert2/sweetalert2 | 173f594445d5c39b0d0a5433da772ef219650ac7 | Limon Monte | 2020-06-07 03:00:22 | fix: add bottom padding to container for iOS Safari (#1993) | * add bottom padding to container for iOS Safari
* exclude ff, edge, yandex, ucbrowser | fix: add bottom padding to container for iOS Safari (#1993)
* add bottom padding to container for iOS Safari
* exclude ff, edge, yandex, ucbrowser | diff --git a/src/utils/iosFix.js b/src/utils/iosFix.js
index 1e778cd73..73e34096f 100644
--- a/src/utils/iosFix.js
+++ b/src/utils/iosFix.js
@@ -11,6 +11,17 @@ export const iOSfix = () => {
document.body.style.top = `${offset * -1}px`
dom.addClass(document.body, swalClasses.iosfix)
lockBodyScroll()
+ ... |
bootstrap | https://github.com/twbs/bootstrap | 95aec47d21374510ba837d97a7245834190dd7df | ghost_32 | 2021-04-18 03:10:43 | Docs: Tried to fix the issue #33650 (#33664) | Prefixed the `aria-controls` with `list-` to match with `tabpanel`
ids in `Javascript behavior` example in `List Group Component`. | Docs: Tried to fix the issue #33650 (#33664)
Prefixed the `aria-controls` with `list-` to match with `tabpanel`
ids in `Javascript behavior` example in `List Group Component`. | diff --git a/site/content/docs/5.0/components/list-group.md b/site/content/docs/5.0/components/list-group.md
index 6cad46a4de61..a230a3bfe56b 100644
--- a/site/content/docs/5.0/components/list-group.md
+++ b/site/content/docs/5.0/components/list-group.md
@@ -351,10 +351,10 @@ Use the tab JavaScript plugin—include it in... |
smooth-app | https://github.com/openfoodfacts/smooth-app | 246436bef64cb41785663e5e57a2645551e4cc2c | monsieurtanuki | 2022-11-29 15:31:24 | feat: 3380 - product refresh 10 minutes after image upload (#3381) | New file:
* `background_task_refresh_later.dart`: Background task that triggers a product refresh "a bit later".
Impacted files:
* `abstract_background_task.dart`: added method `mayRunNow`, added the new `BackgroundTaskRefreshLater` class, minor refactoring
* `background_task_details.dart`: minor refactoring
* `backgr... | feat: 3380 - product refresh 10 minutes after image upload (#3381)
New file:
* `background_task_refresh_later.dart`: Background task that triggers a product refresh "a bit later".
Impacted files:
* `abstract_background_task.dart`: added method `mayRunNow`, added the new `BackgroundTaskRefreshLater` class, minor refac... | diff --git a/packages/smooth_app/lib/background/abstract_background_task.dart b/packages/smooth_app/lib/background/abstract_background_task.dart
index 7a5243913214..8f886cbafa2e 100644
--- a/packages/smooth_app/lib/background/abstract_background_task.dart
+++ b/packages/smooth_app/lib/background/abstract_background_tas... |
node | https://github.com/nodejs/node | 78b135806f10c39c3bbd00edf206ddc9f505597e | Anna Henningsen | 2017-06-03 03:51:32 | test: check destroy hooks are called before exit | Verify that the destroy callback for a TCP server is called before exit
if it is closed in another destroy callback. | test: check destroy hooks are called before exit
Verify that the destroy callback for a TCP server is called before exit
if it is closed in another destroy callback.
Fixes: https://github.com/nodejs/node/issues/13262
PR-URL: https://github.com/nodejs/node/pull/13369
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
... | diff --git a/test/parallel/test-async-hooks-close-during-destroy.js b/test/parallel/test-async-hooks-close-during-destroy.js
new file mode 100644
index 00000000000000..98e12e77fbcce1
--- /dev/null
+++ b/test/parallel/test-async-hooks-close-during-destroy.js
@@ -0,0 +1,37 @@
+'use strict';
+// Test that async ids that a... |
s2n-tls | https://github.com/aws/s2n-tls | eb168f2025372e6f299486a718f24999a3715705 | Jou Ho | 2024-05-04 00:57:04 | fix: Fix a bug in tls1.3 code path (#4513) | * fix a bug in tls1.3 code path with unit test to verify the change
* modify comment on if block
* fix formatting to clang-format compatible
* reformat if() block to avoid unnecessarry computation
* free memory used for test
* add a check if tls1.3 is supported before running the test
* change s2n_config_is_encry... | fix: Fix a bug in tls1.3 code path (#4513)
* fix a bug in tls1.3 code path with unit test to verify the change
* modify comment on if block
* fix formatting to clang-format compatible
* reformat if() block to avoid unnecessarry computation
* free memory used for test
* add a check if tls1.3 is supported before ru... | diff --git a/tests/unit/s2n_session_ticket_test.c b/tests/unit/s2n_session_ticket_test.c
index 5c9fdb42fb2..e772d6c8968 100644
--- a/tests/unit/s2n_session_ticket_test.c
+++ b/tests/unit/s2n_session_ticket_test.c
@@ -1348,6 +1348,74 @@ int main(int argc, char **argv)
EXPECT_SUCCESS(s2n_config_free(config));
... |
git | https://github.com/git/git | d1c9195116beb18b2e8d9caf37d21289bb5f48b3 | Carlo Marcelo Arenas Belón | 2022-05-13 04:13:07 | ci: avoid brew for installing perforce | Perfoce's cask in brew is meant[1] to be used only by humans, so replace
its use from the CI with a scripted binary download which is less likely
to fail, as it is done in Linux.
Kept the logic together so it will be less likely to break when moved
around as on the fly code changes in this area are settled, at which
p... | ci: avoid brew for installing perforce
Perfoce's cask in brew is meant[1] to be used only by humans, so replace
its use from the CI with a scripted binary download which is less likely
to fail, as it is done in Linux.
Kept the logic together so it will be less likely to break when moved
around as on the fly code chan... | diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh
index fa620f8fcd8404..8e796fa6696c96 100755
--- a/ci/install-dependencies.sh
+++ b/ci/install-dependencies.sh
@@ -37,13 +37,14 @@ macos-latest)
test -z "$BREW_INSTALL_PACKAGES" ||
brew install $BREW_INSTALL_PACKAGES
brew link --force gettext
- b... |
revanced-patches | https://github.com/ReVanced/revanced-patches | e7978f34aa3dcb4badb29366165d07e2316e6dae | semantic-release-bot | 2022-11-23 21:51:42 | chore(release): 2.121.0 [skip ci] | # [2.121.0](https://github.com/revanced/revanced-patches/compare/v2.120.0...v2.121.0) (2022-11-23)
### Features
* **anytracker:** remove `unlock-premium` patch ([#1094](https://github.com/revanced/revanced-patches/issues/1094)) ([c3818be](https://github.com/revanced/revanced-patches/commit/abe3914cd34b1a6a19f85c4e5c9... | chore(release): 2.121.0 [skip ci]
# [2.121.0](https://github.com/revanced/revanced-patches/compare/v2.120.0...v2.121.0) (2022-11-23)
### Features
* **anytracker:** remove `unlock-premium` patch ([#1094](https://github.com/revanced/revanced-patches/issues/1094)) ([c3818be](https://github.com/revanced/revanced-patches... | diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbc4810f7e..1be29e1aed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.121.0](https://github.com/revanced/revanced-patches/compare/v2.120.0...v2.121.0) (2022-11-23)
+
+
+### Features
+
+* **anytracker:** remove `unlock-premium` patch ([#1094](https://gi... |
bytebase | https://github.com/bytebase/bytebase | e7e4d1e87d90224bfc4edcf4fa1add97aed1a7fe | rebelice | 2023-05-31 09:30:53 | chore: impl Query2 for clickhouse (#6357) | * chore: impl Query2 for clickhouse
* chore: go mod tidy
* chore: fix lint | chore: impl Query2 for clickhouse (#6357)
* chore: impl Query2 for clickhouse
* chore: go mod tidy
* chore: fix lint | diff --git a/backend/plugin/db/clickhouse/clickhouse.go b/backend/plugin/db/clickhouse/clickhouse.go
index 6c93a89d0f050c..164335e106d599 100644
--- a/backend/plugin/db/clickhouse/clickhouse.go
+++ b/backend/plugin/db/clickhouse/clickhouse.go
@@ -5,12 +5,19 @@ import (
"context"
"database/sql"
"fmt"
+ "math/big"
... |
azerothcore-wotlk | https://github.com/azerothcore/azerothcore-wotlk | a8b8199acb7f3222ab48c78c5b2e69c5bb777330 | UltraNix | 2023-03-20 19:15:41 | fix(Core/Grids): Creatures should attack when loaded into grid. (#15453) | * fix(Core/Grids): Creatures should attack when loaded into grid. | fix(Core/Grids): Creatures should attack when loaded into grid. (#15453)
* fix(Core/Grids): Creatures should attack when loaded into grid.
Fixes #14645
* Update. | diff --git a/src/server/game/Grids/ObjectGridLoader.cpp b/src/server/game/Grids/ObjectGridLoader.cpp
index 25ff2343be94b1..ac1631caf56e6e 100644
--- a/src/server/game/Grids/ObjectGridLoader.cpp
+++ b/src/server/game/Grids/ObjectGridLoader.cpp
@@ -18,6 +18,7 @@
#include "ObjectGridLoader.h"
#include "CellImpl.h"
#inc... |
leetcode | https://github.com/doocs/leetcode | 1a8fc8bca31394971960ca7f9066340dbe1e655f | yanglbme | 2022-11-20 07:49:59 | feat: add solutions to lc problem: No.0220 | No.0219.Contains Duplicate II | feat: add solutions to lc problem: No.0220
No.0219.Contains Duplicate II | diff --git a/solution/0200-0299/0219.Contains Duplicate II/README.md b/solution/0200-0299/0219.Contains Duplicate II/README.md
index 1e31273d31966..e8fad061947bb 100644
--- a/solution/0200-0299/0219.Contains Duplicate II/README.md
+++ b/solution/0200-0299/0219.Contains Duplicate II/README.md
@@ -44,6 +44,16 @@
<!-... |
seaweedfs | https://github.com/seaweedfs/seaweedfs | 739216189407b15f5a7be5e353a1d0234f674e04 | zouyixiong | 2025-02-18 05:19:11 | fix: The free disk size and percentage are quite different from the output of df -h. (#6550) | * fix: record and delete bucket metrics after inactive
* feat: match available disk size with system cmd `dh -h`
* feat: move temp test to unmaintained/
--------- | fix: The free disk size and percentage are quite different from the output of df -h. (#6550)
* fix: record and delete bucket metrics after inactive
* feat: match available disk size with system cmd `dh -h`
* feat: move temp test to unmaintained/
---------
Co-authored-by: XYZ <XYZ> | diff --git a/unmaintained/disk/disk_status.go b/unmaintained/disk/disk_status.go
new file mode 100644
index 00000000000..e01b16f2253
--- /dev/null
+++ b/unmaintained/disk/disk_status.go
@@ -0,0 +1,57 @@
+//go:build !windows && !openbsd && !netbsd && !plan9 && !solaris
+// +build !windows,!openbsd,!netbsd,!plan9,!solari... |
typeorm | https://github.com/typeorm/typeorm | b93416d7bc25006b34a90c14c497cc7e6e57e28c | Matthias Kunnen | 2022-02-16 09:26:51 | fix: improve DeepPartial type (#8187) | * test: DeepPartial with generics
* fix: resolve DeepPartial generic not matching valid input
* fix: resolve TS errors due to DeepPartial change
* deep partial type simplification | fix: improve DeepPartial type (#8187)
* test: DeepPartial with generics
* fix: resolve DeepPartial generic not matching valid input
* fix: resolve TS errors due to DeepPartial change
* deep partial type simplification
Co-authored-by: Umed Khudoiberdiev <pleerock.me@gmail.com> | diff --git a/src/common/DeepPartial.ts b/src/common/DeepPartial.ts
index 370c1f5f2d..9d78acde51 100644
--- a/src/common/DeepPartial.ts
+++ b/src/common/DeepPartial.ts
@@ -1,9 +1,6 @@
/**
* Same as Partial<T> but goes deeper and makes Partial<T> all its properties and sub-properties.
*/
-export type DeepPartial<T> ... |
kopia | https://github.com/kopia/kopia | c4a3ddc514ee674af23dc43110ae167f2b820734 | Julio Lopez | 2023-09-09 06:06:57 | chore(ci): use 'with.go-version-file' in actions/setup-go (#3282) | This simplifies managing the Go version used in CI, as it will
only require updating the `go.mod` file on a version upgrade. | chore(ci): use 'with.go-version-file' in actions/setup-go (#3282)
This simplifies managing the Go version used in CI, as it will
only require updating the `go.mod` file on a version upgrade. | diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml
index 1e040f37c0d..e74c9a5f04f 100644
--- a/.github/workflows/code-coverage.yml
+++ b/.github/workflows/code-coverage.yml
@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
- go-versio... |
talos | https://github.com/siderolabs/talos | d211bff47d661697926fece893784519dbf4f8f3 | Seán C McCord | 2022-02-08 06:35:18 | feat: enable accept_ra when IPv6 forwarding | Enables `accept_ra = 2` when IPv6 forwarding is enabled.
When IPv6 forwarding is enabled, the default `accept_ra = 1` no longer
functions.
This is intentional by the kernel developers, because routers generally should not
accept router advertisements (they supply their own).
However, in the case of a machine running K... | feat: enable accept_ra when IPv6 forwarding
Enables `accept_ra = 2` when IPv6 forwarding is enabled.
When IPv6 forwarding is enabled, the default `accept_ra = 1` no longer
functions.
This is intentional by the kernel developers, because routers generally should not
accept router advertisements (they supply their own)... | diff --git a/internal/app/machined/pkg/controllers/runtime/kernel_param_defaults.go b/internal/app/machined/pkg/controllers/runtime/kernel_param_defaults.go
index b378a6c8800..8e72e3e3c42 100644
--- a/internal/app/machined/pkg/controllers/runtime/kernel_param_defaults.go
+++ b/internal/app/machined/pkg/controllers/runt... |
dokploy | https://github.com/Dokploy/dokploy | a8fc27e830e4378581f5bd69a3f1040bced2b909 | Mauricio Siu | 2025-03-02 13:24:39 | feat(ai): add configuration files support for AI template generation | - Enhance template generation with configFiles feature
- Update StepTwo and StepThree components to display and edit configuration files
- Modify AI router and schemas to support configuration file mounting
- Refine AI service prompt to provide stricter guidelines for config file usage | feat(ai): add configuration files support for AI template generation
- Enhance template generation with configFiles feature
- Update StepTwo and StepThree components to display and edit configuration files
- Modify AI router and schemas to support configuration file mounting
- Refine AI service prompt to provide stric... | diff --git a/apps/dokploy/components/dashboard/project/ai/step-three.tsx b/apps/dokploy/components/dashboard/project/ai/step-three.tsx
index efd899010..8aa014e30 100644
--- a/apps/dokploy/components/dashboard/project/ai/step-three.tsx
+++ b/apps/dokploy/components/dashboard/project/ai/step-three.tsx
@@ -85,6 +85,22 @@ ... |
lucide | https://github.com/lucide-icons/lucide | e8befb46815db19ba957278a26763792a17fb6db | Locness | 2020-07-05 21:32:33 | docs: Add labels to issue templates (#51) | * Update icon_request.md
* Update bug_report.md
* Use "labels" instead of "label"
* Do it for the other one | docs: Add labels to issue templates (#51)
* Update icon_request.md
* Update bug_report.md
* Use "labels" instead of "label"
* Do it for the other one | diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 555215b1a6d..bc746af0c7e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
+labels: bug
---
<!--... |
risingwave | https://github.com/risingwavelabs/risingwave | e79f79a401e02b983f0101d79f716ad2c3041c28 | Liang | 2022-11-22 10:46:15 | fix(recovery): clear all senders on recovery (#6506) | * fix(recovery): clear all senders on recovery (close #6505)
* replace unwrap with err | fix(recovery): clear all senders on recovery (#6506)
* fix(recovery): clear all senders on recovery (close #6505)
* replace unwrap with err
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | diff --git a/src/stream/src/task/barrier_manager.rs b/src/stream/src/task/barrier_manager.rs
index b08418da4763e..1ad390a0940e2 100644
--- a/src/stream/src/task/barrier_manager.rs
+++ b/src/stream/src/task/barrier_manager.rs
@@ -149,13 +149,16 @@ impl LocalBarrierManager {
};
for actor_id in to_send... |
RSSHub | https://github.com/DIYgod/RSSHub | dd61895ec1ce721af6ff947fd0fd58079fde7e36 | dependabot[bot] | 2025-03-07 21:28:44 | chore(deps): bump @sentry/node from 9.4.0 to 9.5.0 (#18539) | Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 9.4.0 to 9.5.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/... | chore(deps): bump @sentry/node from 9.4.0 to 9.5.0 (#18539)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 9.4.0 to 9.5.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Com... | diff --git a/package.json b/package.json
index 902febd26c5760..c4d02799f51691 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,7 @@
"@postlight/parser": "2.2.3",
"@rss3/sdk": "0.0.25",
"@scalar/hono-api-reference": "0.5.183",
- "@sentry/node": "9.4.0",
+ "@sentry/node":... |
novu | https://github.com/novuhq/novu | 1699b4560d9e888d6d66a54a3e7005beeab2dced | Sokratis Vidros | 2024-05-09 19:45:18 | fix(actions): Pass secret as an input | More info at https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows\#using-inputs-and-secrets-in-a-reusable-workflow | fix(actions): Pass secret as an input
More info at https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows\#using-inputs-and-secrets-in-a-reusable-workflow | diff --git a/.github/actions/slack-notify-on-failure/action.yml b/.github/actions/slack-notify-on-failure/action.yml
index 3ff8f141d2d..76254d6d1d7 100644
--- a/.github/actions/slack-notify-on-failure/action.yml
+++ b/.github/actions/slack-notify-on-failure/action.yml
@@ -1,4 +1,10 @@
name: 'Notify Slack on workflow f... |
components | https://github.com/angular/components | 7c16258cfb18c2d74b692e53e640e56b5d877e75 | Kristiyan Kostadinov | 2021-09-30 23:50:50 | feat(google-maps): switch to non-deprecated typings (#23350) | Moves the `google-maps` package away from the deprecated typings. | feat(google-maps): switch to non-deprecated typings (#23350)
Moves the `google-maps` package away from the deprecated typings.
Fixes #22818. | diff --git a/package.json b/package.json
index 899a2010865d..1b4f13c0cb3d 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
"@angular/core": "13.0.0-next.8",
"@angular/forms": "13.0.0-next.8",
"@angular/platform-browser": "13.0.0-next.8",
- "@types/googlemaps": "^3.43.1",
+ "@types/goo... |
fastify | https://github.com/fastify/fastify | db63ae05ea9e57c9c3b7ce519bb75fda576d9394 | dependabot[bot] | 2022-05-30 19:50:23 | build(deps): bump @fastify/error from 2.0.0 to 3.0.0 (#3947) | Bumps [@fastify/error](https://github.com/fastify/fastify-error) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/fastify/fastify-error/releases)
- [Commits](https://github.com/fastify/fastify-error/compare/v2.0.0...v3.0.0)
--- | build(deps): bump @fastify/error from 2.0.0 to 3.0.0 (#3947)
Bumps [@fastify/error](https://github.com/fastify/fastify-error) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/fastify/fastify-error/releases)
- [Commits](https://github.com/fastify/fastify-error/compare/v2.0.0...v3.0.0)
---
updated-dependencies... | diff --git a/package.json b/package.json
index 09898ec73f..4f0080cc14 100644
--- a/package.json
+++ b/package.json
@@ -176,7 +176,7 @@
},
"dependencies": {
"@fastify/ajv-compiler": "^3.1.0",
- "@fastify/error": "^2.0.0",
+ "@fastify/error": "^3.0.0",
"@fastify/fast-json-stringify-compiler": "^2.0.... |
appsmith | https://github.com/appsmithorg/appsmith | 86260f27e43e9a2a6f46e46d93f6f6c2ba3ffa1e | yatinappsmith | 2022-05-09 12:32:34 | test: Fix fat container rerun (#13260) | * rerunning all tests in fat container | test: Fix fat container rerun (#13260)
* rerunning all tests in fat container | diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml
index 3bd45b936f65..fd93daa984ee 100644
--- a/.github/workflows/integration-tests-command.yml
+++ b/.github/workflows/integration-tests-command.yml
@@ -676,7 +676,7 @@ jobs:
parallel: true
... |
appium | https://github.com/appium/appium | 2e76ba9607729f59ca967e47c2cba738e90a57b8 | Jonathan Lipps | 2022-12-22 01:27:39 | chore: publish | - appium@2.0.0-beta.48
- @appium/base-driver@9.1.0
- @appium/base-plugin@2.0.1
- @appium/doctor@2.0.1
- @appium/docutils@0.1.1
- @appium/driver-test-support@0.3.1
- @appium/execute-driver-plugin@3.0.1
- @appium/fake-plugin@3.0.1
- @appium/images-plugin@2.0.1
- @appium/opencv@2.0.1
- @appium/plugin-test-support@0.3.1
- ... | chore: publish
- appium@2.0.0-beta.48
- @appium/base-driver@9.1.0
- @appium/base-plugin@2.0.1
- @appium/doctor@2.0.1
- @appium/docutils@0.1.1
- @appium/driver-test-support@0.3.1
- @appium/execute-driver-plugin@3.0.1
- @appium/fake-plugin@3.0.1
- @appium/images-plugin@2.0.1
- @appium/opencv@2.0.1
- @appium/p... | diff --git a/package-lock.json b/package-lock.json
index 4b63f6ad36a..604d1ef8ec8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16504,16 +16504,16 @@
}
},
"packages/appium": {
- "version": "2.0.0-beta.47",
+ "version": "2.0.0-beta.48",
"hasInstallScript": true,
"lic... |
sourcegraph-public-snapshot | https://github.com/sourcegraph/sourcegraph-public-snapshot | 1fd5f6f80f929ae96510e38ce0994fdbc64e3d9a | Idan Varsano | 2023-07-10 19:35:06 | chore: remove unused ListFiles in gitserver client (#54732) | Saw in one of my recent changes that ListFiles wasn't getting used
anymore, so lets get rid of it.
## Test plan
Just removing a method. | chore: remove unused ListFiles in gitserver client (#54732)
Saw in one of my recent changes that ListFiles wasn't getting used
anymore, so lets get rid of it.
## Test plan
Just removing a method. | diff --git a/enterprise/internal/batches/sources/mocks_test.go b/enterprise/internal/batches/sources/mocks_test.go
index f70448ac4f76..f7320ebe5725 100644
--- a/enterprise/internal/batches/sources/mocks_test.go
+++ b/enterprise/internal/batches/sources/mocks_test.go
@@ -10702,9 +10702,6 @@ type MockGitserverClient stru... |
freeCodeCamp | https://github.com/freeCodeCamp/freeCodeCamp | ff1bf54073fc39f21feb0d6c4005379280fa9ba3 | dependabot[bot] | 2020-11-01 11:13:36 | chore(deps-dev): bump @babel/cli from 7.11.6 to 7.12.1 in /api-server | Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.11.6 to 7.12.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-cli) | chore(deps-dev): bump @babel/cli from 7.11.6 to 7.12.1 in /api-server
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.11.6 to 7.12.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https:... | diff --git a/api-server/package-lock.json b/api-server/package-lock.json
index 27d4d96e879a69..9ed5d2cdb4f608 100644
--- a/api-server/package-lock.json
+++ b/api-server/package-lock.json
@@ -5,12 +5,13 @@
"requires": true,
"dependencies": {
"@babel/cli": {
- "version": "7.11.6",
- "resolved": "http... |
blender | https://github.com/blender/blender | 62b39c14a328c55ae6d1f1ecddb24c64921d6b90 | Omar Emara | 2024-04-01 19:31:53 | Fix: Vector Blur node has blocky artifacts | The Vector Blur node has blocky artifacts. That's because one of the
buffers used in the velocity dilation pass was not zero initialized,
while it was written to using atomic max operations, so make sure it is
zero initialized. | Fix: Vector Blur node has blocky artifacts
The Vector Blur node has blocky artifacts. That's because one of the
buffers used in the velocity dilation pass was not zero initialized,
while it was written to using atomic max operations, so make sure it is
zero initialized. | diff --git a/source/blender/nodes/composite/nodes/node_composite_vec_blur.cc b/source/blender/nodes/composite/nodes/node_composite_vec_blur.cc
index 78927f83f2a6..e94acc05b861 100644
--- a/source/blender/nodes/composite/nodes/node_composite_vec_blur.cc
+++ b/source/blender/nodes/composite/nodes/node_composite_vec_blur.... |
angular | https://github.com/angular/angular | 115c2f8d38e2e2ade7e6adf1d1028796bb0e321b | Paul Gschwendtner | 2025-03-22 03:07:56 | build: fix linking of cdk/material in devtools and simplify code (#60516) | This commit fixes the linking of CDK/Material which recently broke
because the CDK/Material package now comes with potential shared FESM
chunks; that our current hard-coded, manual linking process doesn't know
about. This ultimately resulted in duplicate code, breaking
Material/CDK.
This commit fixes that.
In additio... | build: fix linking of cdk/material in devtools and simplify code (#60516)
This commit fixes the linking of CDK/Material which recently broke
because the CDK/Material package now comes with potential shared FESM
chunks; that our current hard-coded, manual linking process doesn't know
about. This ultimately resulted in ... | diff --git a/devtools/packages.bzl b/devtools/packages.bzl
deleted file mode 100644
index f29d6e79bf3903..00000000000000
--- a/devtools/packages.bzl
+++ /dev/null
@@ -1,51 +0,0 @@
-_CDK_ENTRY_POINTS = [
- "scrolling",
- "tree",
- "keycodes",
- "collections",
- "overlay",
- "table",
- "text-field",
... |
dex | https://github.com/dexidp/dex | 53c2dc30b57503de05c9c48f4d566d7e666611c2 | dependabot[bot] | 2021-08-08 00:25:38 | build(deps): bump google.golang.org/grpc from 1.39.0 to 1.39.1 | Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.0 to 1.39.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.39.0...v1.39.1)
--- | build(deps): bump google.golang.org/grpc from 1.39.0 to 1.39.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.0 to 1.39.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.39.0...v1.39.1)
---
updated-dependencies:
- dependenc... | diff --git a/go.mod b/go.mod
index 20091784f2..275e162fa6 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,7 @@ require (
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
google.golang.org/api v0.52.0
- google.golang.org/grpc v1.39.0
+ google.golang.org/grpc ... |
envoy | https://github.com/envoyproxy/envoy | bbdf4463915f701b0c8be8ef6a85e10002b62b31 | dependabot[bot] | 2024-05-10 15:06:38 | build(deps): bump mysql from `e4054c2` to `4a4e5e2` in /examples/mysql (#34073) | Bumps mysql from `e4054c2` to `4a4e5e2`.
--- | build(deps): bump mysql from `e4054c2` to `4a4e5e2` in /examples/mysql (#34073)
Bumps mysql from `e4054c2` to `4a4e5e2`.
---
updated-dependencies:
- dependency-name: mysql
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-author... | diff --git a/examples/mysql/Dockerfile-mysql b/examples/mysql/Dockerfile-mysql
index d7ede3db6595..ec303395908e 100644
--- a/examples/mysql/Dockerfile-mysql
+++ b/examples/mysql/Dockerfile-mysql
@@ -1 +1 @@
-FROM mysql:8.4.0@sha256:e4054c2973be8766370769312786404fbb4557fb591d9ad37beb2d00a2c574a6
+FROM mysql:8.4.0@sha25... |
bootstrap | https://github.com/twbs/bootstrap | 4f1fb5094fd998966997974bc1497072c5324cd3 | dependabot[bot] | 2024-02-23 01:34:59 | Build(deps-dev): Bump hugo-bin from 0.119.0 to 0.120.2 (#39704) | Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.119.0 to 0.120.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.119.0...v0.120.2)
--- | Build(deps-dev): Bump hugo-bin from 0.119.0 to 0.120.2 (#39704)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.119.0 to 0.120.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.119.0...v0.120.2)
---
updated-dependencies:
- ... | diff --git a/package-lock.json b/package-lock.json
index 4e874cbdd403..83b5b8a14293 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -40,7 +40,7 @@
"find-unused-sass-variables": "^5.0.0",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.119.0",
+ "hug... |
foundry | https://github.com/foundry-rs/foundry | 3d393b6f1266c71f3b422a99b1a08852534d4db3 | grandizzy | 2025-02-17 22:11:46 | fix(config): enable optimizer if optimizer runs > 0 in additional profiles (#9901) | * fix(config): enable optimizer if optimizer runs > 0 in additional profiles
* Improved test | fix(config): enable optimizer if optimizer runs > 0 in additional profiles (#9901)
* fix(config): enable optimizer if optimizer runs > 0 in additional profiles
* Improved test | diff --git a/crates/config/src/compilation.rs b/crates/config/src/compilation.rs
index b4f00b91b0d92..8bb48f525bb54 100644
--- a/crates/config/src/compilation.rs
+++ b/crates/config/src/compilation.rs
@@ -40,6 +40,10 @@ impl SettingsOverrides {
if let Some(optimizer_runs) = self.optimizer_runs {
... |
marko | https://github.com/marko-js/marko | b26cffb84f66f839be86a55ffae9c58e8efa21a7 | Ryan Turnquist | 2024-02-02 04:23:33 | feat: tag args (#2100) | * feat: support arguments on custom & dynamic tags
* fix: update tests, make iterop work
* fix: update test
* fix: simplify update top level api
* chore: add tag args assertion tests | feat: tag args (#2100)
* feat: support arguments on custom & dynamic tags
* fix: update tests, make iterop work
* fix: update test
* fix: simplify update top level api
* chore: add tag args assertion tests | diff --git a/.sizes.json b/.sizes.json
index 01f09cd6c1..c532520a92 100644
--- a/.sizes.json
+++ b/.sizes.json
@@ -8,80 +8,80 @@
"name": "*",
"total": {
"min": 12923,
- "gzip": 5520,
- "brotli": 5018
+ "gzip": 5534,
+ "brotli": 5028
}
},
{
"name... |
servo | https://github.com/servo/servo | 169c2682d5407841fcc7b25b656d470d3c59078e | Tiaan Louw | 2023-11-06 14:05:57 | style: Add missing color conversions | The patch adds some of the color conversions away from sRGB.
Differential Revision: https://phabricator.services.mozilla.com/D168895 | style: Add missing color conversions
The patch adds some of the color conversions away from sRGB.
Differential Revision: https://phabricator.services.mozilla.com/D168895 | diff --git a/components/style/color/convert.rs b/components/style/color/convert.rs
index e9735cc3e8d68..0aaf7a83b9c94 100644
--- a/components/style/color/convert.rs
+++ b/components/style/color/convert.rs
@@ -8,6 +8,9 @@
//! unless otherwise specified:
//!
//! https://drafts.csswg.org/csswg-drafts/css-color-4/#color... |
datahub | https://github.com/datahub-project/datahub | 3c32ac7916704ad8602aa768d7b30be8b36bae02 | chen4119 | 2022-05-17 02:21:19 | fix(kafka-setup): Check if keystore/truststore location env variables are set (#4924) | * OIDC discovery URL will not have none as auth method
* Fix code style
* fix compilation error
* add keystore/truststore type env variables
* check keystore/truststore location is set | fix(kafka-setup): Check if keystore/truststore location env variables are set (#4924)
* OIDC discovery URL will not have none as auth method
* Fix code style
* fix compilation error
* add keystore/truststore type env variables
* check keystore/truststore location is set
Co-authored-by: Dexter Lee <dexter@acryl.io... | diff --git a/docker/kafka-setup/kafka-setup.sh b/docker/kafka-setup/kafka-setup.sh
index 4048e0cfdc43ef..a750a96eed8fe6 100755
--- a/docker/kafka-setup/kafka-setup.sh
+++ b/docker/kafka-setup/kafka-setup.sh
@@ -12,13 +12,17 @@ echo "bootstrap.servers=$KAFKA_BOOTSTRAP_SERVER" > $CONNECTION_PROPERTIES_PATH
echo "securit... |
leetcode | https://github.com/doocs/leetcode | a69ee54727eb6074d7f2e561533f99de0f1f3df0 | Libin YANG | 2024-08-17 14:35:28 | feat: add solutions to lc problem: No.1418 (#3428) | No.1418.Display Table of Food Orders in a Restaurant | feat: add solutions to lc problem: No.1418 (#3428)
No.1418.Display Table of Food Orders in a Restaurant | diff --git a/solution/1400-1499/1418.Display Table of Food Orders in a Restaurant/README.md b/solution/1400-1499/1418.Display Table of Food Orders in a Restaurant/README.md
index e35ca074730dc..1a28d2ad9e55e 100644
--- a/solution/1400-1499/1418.Display Table of Food Orders in a Restaurant/README.md
+++ b/solution/1400... |
angular | https://github.com/angular/angular | 03afa3633474eeb23da6ef02fb0bc6945fc5ceea | Sonu Kapoor | 2020-05-15 22:43:19 | refactor(docs-infra): refactors `checkUnbalancedBackTicks` (#37065) | This commit removes the dependency on the `lodash` module and refactors
the `checkUnbalancedBackTicks` method.
PR Close #37065 | refactor(docs-infra): refactors `checkUnbalancedBackTicks` (#37065)
This commit removes the dependency on the `lodash` module and refactors
the `checkUnbalancedBackTicks` method.
PR Close #37065 | diff --git a/aio/tools/transforms/angular-base-package/processors/checkUnbalancedBackTicks.js b/aio/tools/transforms/angular-base-package/processors/checkUnbalancedBackTicks.js
index f79b1ba9617a3..97302ca70ef74 100644
--- a/aio/tools/transforms/angular-base-package/processors/checkUnbalancedBackTicks.js
+++ b/aio/tool... |
electron | https://github.com/electron/electron | c29923ae8af6be73a8481a27b08ade55184cdfaa | John Kleinschmidt | 2021-01-08 01:39:46 | ci: fix broken homebrew cache (#27224) | remove brew cache completely
Revert "remove brew cache completely"
This reverts commit ec4636cc249c2ef762cf7c00955acfa473745aa1.
Revert "ci: fix broken homebrew cache"
This reverts commit ed0415532ba6c69160a4ed48f111487fc22d2240.
this should work | ci: fix broken homebrew cache (#27224)
remove brew cache completely
Revert "remove brew cache completely"
This reverts commit ec4636cc249c2ef762cf7c00955acfa473745aa1.
Revert "ci: fix broken homebrew cache"
This reverts commit ed0415532ba6c69160a4ed48f111487fc22d2240.
this should work | diff --git a/.circleci/config.yml b/.circleci/config.yml
index b5b65d903e30c..e6f4b5986dc06 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -316,15 +316,17 @@ step-setup-goma-for-build: &step-setup-goma-for-build
step-restore-brew-cache: &step-restore-brew-cache
restore_cache:
paths:
- - /... |
k9s | https://github.com/derailed/k9s | 4ef39f512b8f31281b87d0cddd5a855ef4c846dd | dependabot[bot] | 2024-11-28 23:26:40 | chore(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#2975) | Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.7.0...v1.8.0)
--- | chore(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#2975)
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commi... | diff --git a/go.mod b/go.mod
index fc8d80e51e..0ecd9be213 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/derailed/tcell/v2 v2.3.1-rc.3
github.com/derailed/tview v0.8.5
github.com/fatih/color v1.18.0
- github.com/fsnotify/fsnotify v1.7.0
+ github.com/fsnotify/fsnotify v1.8.0
github.com/f... |
core | https://github.com/stenciljs/core | 6233cb5ed8f8767cf69b328adc697b0f70030b6d | Ryan Waskiewicz | 2023-12-18 21:20:28 | fix(mock-doc): add HTMLUListElement (#5169) | add a definition for `HTMLUListElement`. this allows `createElement`
calls to return a mocked version of `HTMLUListElement` that passes
`instanceof` calls.
the `type` and `compact` properties were not implemented, as they are
deprecated in the spec.
prior to this commit, folks attempting to use an `HTMLUListElement` ... | fix(mock-doc): add HTMLUListElement (#5169)
add a definition for `HTMLUListElement`. this allows `createElement`
calls to return a mocked version of `HTMLUListElement` that passes
`instanceof` calls.
the `type` and `compact` properties were not implemented, as they are
deprecated in the spec.
prior to this commit, f... | diff --git a/src/mock-doc/element.ts b/src/mock-doc/element.ts
index 894f322a017..6c9cd5ccaa9 100644
--- a/src/mock-doc/element.ts
+++ b/src/mock-doc/element.ts
@@ -49,6 +49,9 @@ export function createElement(ownerDocument: any, tagName: string): any {
case 'title':
return new MockTitleElement(ownerDocume... |
OI-wiki | https://github.com/OI-wiki/OI-wiki | 1b0942a4966a6c86fa558add9f59e49b8d0072a1 | Hszzzx | 2023-10-16 11:35:42 | fix(lang/python): fix typo (#5192) | fix python.md: typo
swicth -> switch | fix(lang/python): fix typo (#5192)
fix python.md: typo
swicth -> switch | diff --git a/docs/lang/python.md b/docs/lang/python.md
index 13246143d23c6..6a86333646bc2 100644
--- a/docs/lang/python.md
+++ b/docs/lang/python.md
@@ -514,7 +514,7 @@ print(u, v, w)
#### 选择结构
-和 C/C++ 大同小异,一些形式上的差别都在下面的示例中有所展示,此外还需注意条件表达式中不允许使用赋值运算符(Python 3.8 以上可用 [`:=`](https://www.python.org/dev/peps/pep-0572... |
leetcode | https://github.com/doocs/leetcode | ca3e5375ba0d5a8c1bfe2fed20f6f92dc3802ef3 | Libin YANG | 2024-06-28 10:37:31 | feat: add solutions to lc problems: No.0349,2285 (#3171) | * No.0349.Intersection of Two Arrays
* No.2285.Maximum Total Importance of Roads | feat: add solutions to lc problems: No.0349,2285 (#3171)
* No.0349.Intersection of Two Arrays
* No.2285.Maximum Total Importance of Roads | diff --git a/solution/0300-0399/0349.Intersection of Two Arrays/README.md b/solution/0300-0399/0349.Intersection of Two Arrays/README.md
index 7c30b676c89a4..08dd8354d295b 100644
--- a/solution/0300-0399/0349.Intersection of Two Arrays/README.md
+++ b/solution/0300-0399/0349.Intersection of Two Arrays/README.md
@@ -1... |
coder | https://github.com/coder/coder | 6af6e85fe39f0f5b3e4214fd3479fa0482d76b2f | Eric Paulsen | 2023-08-12 02:25:55 | docs: add coder login to CI docs (#9038) | * docs: add coder login to CI docs
* add CODER_URL
* add --url flag to login cmd | docs: add coder login to CI docs (#9038)
* docs: add coder login to CI docs
* add CODER_URL
* add --url flag to login cmd | diff --git a/docs/templates/change-management.md b/docs/templates/change-management.md
index a1add78ec64f8..f2781d9ee0711 100644
--- a/docs/templates/change-management.md
+++ b/docs/templates/change-management.md
@@ -20,6 +20,7 @@ export CODER_TEMPLATE_DIR=.coder/templates/kubernetes
export CODER_TEMPLATE_VERSION=$(gi... |
catppuccin | https://github.com/catppuccin/catppuccin | 8e539f997bb4d710c46b5116c551a9a5a43d94b0 | Hamothy | 2023-01-27 02:52:59 | chore: remove usage of `palettes` | How many staff members does it take to standardise palettes/palette? | chore: remove usage of `palettes`
How many staff members does it take to standardise palettes/palette? | diff --git a/docs/style-guide.md b/docs/style-guide.md
index 113297c74..d9914dd5c 100644
--- a/docs/style-guide.md
+++ b/docs/style-guide.md
@@ -4,7 +4,7 @@
<p align="center">
- A guide on how to properly <i>use</i> the palettes
+ A guide on how to properly <i>use</i> the palette
</p>
|
open-im-server | https://github.com/openimsdk/open-im-server | 375f63a447dcbbdafbeade31b5a53b4b780fd24d | chao | 2024-08-01 12:41:17 | fix: online status renewal (#2468) | * fix: GroupApplicationAcceptedNotification
* fix: GroupApplicationAcceptedNotification
* fix: NotificationUserInfoUpdate
* cicd: robot automated Change
* fix: component
* fix: getConversationInfo
* feat: cron task
* feat: cron task
* feat: cron task
* feat: cron task
* feat: cron task
* fix: minio config ur... | fix: online status renewal (#2468)
* fix: GroupApplicationAcceptedNotification
* fix: GroupApplicationAcceptedNotification
* fix: NotificationUserInfoUpdate
* cicd: robot automated Change
* fix: component
* fix: getConversationInfo
* feat: cron task
* feat: cron task
* feat: cron task
* feat: cron task
* fea... | diff --git a/internal/msggateway/online.go b/internal/msggateway/online.go
index b50608f93c..27b4544aaa 100644
--- a/internal/msggateway/online.go
+++ b/internal/msggateway/online.go
@@ -4,13 +4,16 @@ import (
"context"
"crypto/md5"
"encoding/binary"
+ "fmt"
"github.com/openimsdk/open-im-server/v3/pkg/common/st... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.