Repository Name stringlengths 1 28 | Git URL stringlengths 26 64 | SHA stringlengths 40 40 | Author stringlengths 2 37 | Commit Date stringdate 2016-01-02 05:39:51 2025-03-25 12:39:56 | Description stringlengths 13 160 | Body stringlengths 8 30.2k | Full Commit Message stringlengths 36 42.6k | Git Diff stringlengths 22 22.6M ⌀ |
|---|---|---|---|---|---|---|---|---|
cloud-hypervisor | https://github.com/cloud-hypervisor/cloud-hypervisor | 0eba2d1b817fd6fb0c2691b1ee3f950b66ce76a2 | dependabot[bot] | 2024-01-04 05:24:23 | build: Bump micro_http from `a4d632f` to `e75dfa1` | Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `a4d632f` to `e75dfa1`.
- [Commits](https://github.com/firecracker-microvm/micro-http/compare/a4d632f2c5ea45712c0d2002dc909a63879e85c3...e75dfa1eeea23b69caa7407bc2c3a76d7b7262fb)
--- | build: Bump micro_http from `a4d632f` to `e75dfa1`
Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `a4d632f` to `e75dfa1`.
- [Commits](https://github.com/firecracker-microvm/micro-http/compare/a4d632f2c5ea45712c0d2002dc909a63879e85c3...e75dfa1eeea23b69caa7407bc2c3a76d7b7262fb)
---
updated-d... | diff --git a/Cargo.lock b/Cargo.lock
index acd64a2173..42829099de 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -92,7 +92,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
name = "api_client"
version = "0.1.0"
dependencies = [
- "vmm-sys-util",
+ "vmm-sys-util 0.11.1",
]
[[package]... |
revanced-patches | https://github.com/ReVanced/revanced-patches | 184b403df3d5285aabbe8481fbc52ea32d6e94cb | semantic-release-bot | 2023-01-28 21:53:20 | chore(release): 2.157.1-dev.2 [skip ci] | ## [2.157.1-dev.2](https://github.com/revanced/revanced-patches/compare/v2.157.1-dev.1...v2.157.1-dev.2) (2023-01-28)
### Bug Fixes
* **youtube:** resolve duplicate preference keys ([#1550](https://github.com/revanced/revanced-patches/issues/1550)) ([aafdb89](https://github.com/revanced/revanced-patches/commit/aafdb8... | chore(release): 2.157.1-dev.2 [skip ci]
## [2.157.1-dev.2](https://github.com/revanced/revanced-patches/compare/v2.157.1-dev.1...v2.157.1-dev.2) (2023-01-28)
### Bug Fixes
* **youtube:** resolve duplicate preference keys ([#1550](https://github.com/revanced/revanced-patches/issues/1550)) ([aafdb89](https://github.co... | diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1ca8c2de5..becd387e8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.157.1-dev.2](https://github.com/revanced/revanced-patches/compare/v2.157.1-dev.1...v2.157.1-dev.2) (2023-01-28)
+
+
+### Bug Fixes
+
+* **youtube:** resolve duplicate preference key... |
node | https://github.com/nodejs/node | b9a460e6ebff2f255495396884cb1d1d49838f4f | Michael Dawson | 2022-02-18 01:49:39 | build: allow manual run of feature request action | add "workflow_dispatch:" so that action can be run
manuallyl for debugging. | build: allow manual run of feature request action
add "workflow_dispatch:" so that action can be run
manuallyl for debugging.
Signed-off-by: Michael Dawson <mdawson@devrus.com>
PR-URL: https://github.com/nodejs/node/pull/42037
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com> | diff --git a/.github/workflows/close-stale-feature-requests.yml b/.github/workflows/close-stale-feature-requests.yml
index 898dcbdecbb4b0..3e9147fbdd371a 100644
--- a/.github/workflows/close-stale-feature-requests.yml
+++ b/.github/workflows/close-stale-feature-requests.yml
@@ -1,5 +1,6 @@
name: Close stale feature re... |
vault | https://github.com/hashicorp/vault | 357f5f7a0c6e0669b411b4aaa641aea41481218a | Brian Shumate | 2019-12-03 00:25:59 | Docs: Update Telemetry (#7959) | - Add wal_loadWAL metric
- Create section for Merkle Tree and WAL metrics
- Remove trailing spaces | Docs: Update Telemetry (#7959)
- Add wal_loadWAL metric
- Create section for Merkle Tree and WAL metrics
- Remove trailing spaces | diff --git a/website/source/docs/internals/telemetry.html.md b/website/source/docs/internals/telemetry.html.md
index 6fdc642babd1..424396b27d12 100644
--- a/website/source/docs/internals/telemetry.html.md
+++ b/website/source/docs/internals/telemetry.html.md
@@ -128,13 +128,11 @@ These metrics relate to policies and to... |
unleash | https://github.com/Unleash/unleash | f8e34564aa9e2348878262296da00bfbeda36a39 | Nuno Góis | 2023-01-27 20:32:39 | fix: delete variant button tooltip (#3014) | Small fix on the tooltip for the "delete variant" button in the new
environment variants form.
 | fix: delete variant button tooltip (#3014)
Small fix on the tooltip for the "delete variant" button in the new
environment variants form.
 | diff --git a/frontend/src/component/feature/FeatureView/FeatureVariants/FeatureEnvironmentVariants/EnvironmentVariantsModal/VariantForm/VariantForm.tsx b/frontend/src/component/feature/FeatureView/FeatureVariants/FeatureEnvironmentVariants/EnvironmentVariantsModal/VariantForm/VariantForm.tsx
index 6caf70b213bb..b8a0577... |
rspack | https://github.com/web-infra-dev/rspack | b89df1d8c8c9c6cb5c60acf89bb8e6d54a1568c6 | neverland | 2024-11-04 13:53:55 | perf(cli): enable Node.js compile cache (#8331) | * perf(cli): enable Node.js compile cache
* fix: no need for NODE_DISABLE_COMPILE_CACHE | perf(cli): enable Node.js compile cache (#8331)
* perf(cli): enable Node.js compile cache
* fix: no need for NODE_DISABLE_COMPILE_CACHE | diff --git a/packages/rspack-cli/bin/rspack.js b/packages/rspack-cli/bin/rspack.js
index 1b1c557b82ac..1510c6b18dc5 100755
--- a/packages/rspack-cli/bin/rspack.js
+++ b/packages/rspack-cli/bin/rspack.js
@@ -1,4 +1,17 @@
#!/usr/bin/env node
+const nodeModule = require("node:module");
+
+// enable on-disk code caching o... |
redwood | https://github.com/redwoodjs/redwood | fb306fab56e0ab86717e9f5823c5874fe0b39883 | Dominic Saadi | 2023-05-09 05:46:14 | chore(docs): backport recent fixes to v5 (#8263) | * backport #8252
* backport #8243 | chore(docs): backport recent fixes to v5 (#8263)
* backport #8252
* backport #8243 | diff --git a/docs/versioned_docs/version-5.0/how-to/build-dashboards-fast-with-tremor.md b/docs/versioned_docs/version-5.0/how-to/build-dashboards-fast-with-tremor.md
index c772a6a32723..36a149b5de4b 100644
--- a/docs/versioned_docs/version-5.0/how-to/build-dashboards-fast-with-tremor.md
+++ b/docs/versioned_docs/versi... |
zitadel | https://github.com/zitadel/zitadel | c37d55b069f268a87c4ec2c2287345ab2c261324 | Silvan | 2020-09-11 18:21:50 | fix: User grant id key (#731) | * fix: log id and error message
* fix: user grant by id correct search field | fix: User grant id key (#731)
* fix: log id and error message
* fix: user grant by id correct search field | diff --git a/internal/token/repository/view/token.go b/internal/token/repository/view/token.go
index 5a90ad9e1fc..24ae43d8a64 100644
--- a/internal/token/repository/view/token.go
+++ b/internal/token/repository/view/token.go
@@ -1,16 +1,15 @@
package view
import (
- global_model "github.com/caos/zitadel/internal/mo... |
components | https://github.com/angular/components | 46a4db2d4fb6b23278901e6dcbd7d94a4b8b7374 | Miles Malerba | 2022-12-14 02:52:41 | fix(material/form-field): allow getting harness by validity (#26232) | * fix(material/form-field): allow getting harness by validity
* fixup! fix(material/form-field): allow getting harness by validity | fix(material/form-field): allow getting harness by validity (#26232)
* fix(material/form-field): allow getting harness by validity
* fixup! fix(material/form-field): allow getting harness by validity | diff --git a/src/material/form-field/testing/form-field-harness-filters.ts b/src/material/form-field/testing/form-field-harness-filters.ts
index 64809f875db5..ead796b38adf 100644
--- a/src/material/form-field/testing/form-field-harness-filters.ts
+++ b/src/material/form-field/testing/form-field-harness-filters.ts
@@ -1... |
Files | https://github.com/JohnSundell/Files | 886e170593a8ed9c9fd9b17b87885eb906e960a2 | Marco Gavelli | 2022-11-27 21:13:11 | Fix: Fixed issue where tags loaded slowly (#10577) | * Geee
* Downgrade to version 4
* Remove upgrade from connection string
* Recreate DB if version > 4 | Fix: Fixed issue where tags loaded slowly (#10577)
* Geee
* Downgrade to version 4
* Remove upgrade from connection string
* Recreate DB if version > 4 | ⚠️ HTTP 404: Not Found |
deno | https://github.com/denoland/deno | 8f854782b13658f169920a1a7a21b8e6b64a0c00 | Bartek Iwańczuk | 2023-08-10 09:31:35 | fix(ext/timers): some timers are not resolved (#20055) | Fixes https://github.com/denoland/deno/issues/19866 | fix(ext/timers): some timers are not resolved (#20055)
Fixes https://github.com/denoland/deno/issues/19866 | diff --git a/cli/tests/unit/timers_test.ts b/cli/tests/unit/timers_test.ts
index c50cb779c646ff..5c076ad0903351 100644
--- a/cli/tests/unit/timers_test.ts
+++ b/cli/tests/unit/timers_test.ts
@@ -727,3 +727,32 @@ Deno.test({
assertEquals(output, "");
},
});
+
+// Regression test for https://github.com/denoland/... |
zinit | https://github.com/zdharma-continuum/zinit | 64fa4aef3ae517afe5444b24df9603e9d1a77a55 | vladislav doster | 2022-11-21 04:38:42 | fix: remove broken gh-r zunit test for "warp" (#430) | * remove broken gh-r zunit test for "warp"
* set LC_CTYPE & LANG env variables for macOS | fix: remove broken gh-r zunit test for "warp" (#430)
* remove broken gh-r zunit test for "warp"
* set LC_CTYPE & LANG env variables for macOS
Signed-off-by: Vladislav Doster <mvdoster@gmail.com> | diff --git a/tests/gh-r.zunit b/tests/gh-r.zunit
index 0e6b3f6f3..a32168565 100755
--- a/tests/gh-r.zunit
+++ b/tests/gh-r.zunit
@@ -645,12 +645,6 @@ $kopia --version; assert $state equals 0
local volta="$ZBIN/volta"; assert "$volta" is_executable
run $volta --version; assert $state equals 0
}
-@test 'warp' { # ... |
rspack | https://github.com/web-infra-dev/rspack | 061cd7879d030a40195dc36278ff45d4db1daaf2 | CPunisher | 2024-07-02 11:33:56 | fix: align source name conflict handling (#6993) | * Remove useless mediate var
* Fix source name conflict detection
* Add testcase
* Fix clippy
* Fix typo
* Sort module_to_source_name before handling conflict
* Update and align testcase with mini-css-extract-plugin
* fix: directly collect HashMap
--------- | fix: align source name conflict handling (#6993)
* Remove useless mediate var
* Fix source name conflict detection
* Add testcase
* Fix clippy
* Fix typo
* Sort module_to_source_name before handling conflict
* Update and align testcase with mini-css-extract-plugin
* fix: directly collect HashMap
---------
Co... | diff --git a/Cargo.lock b/Cargo.lock
index ee22a1669730..c7a1195a9d60 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3480,6 +3480,7 @@ dependencies = [
"dashmap",
"derivative",
"futures",
+ "itertools 0.12.1",
"once_cell",
"pathdiff",
"rayon",
diff --git a/crates/rspack_plugin_devtool/Cargo.toml b/crates/rspa... |
skaffold | https://github.com/GoogleContainerTools/skaffold | 71dd5be381080641112b69285a9d959b0ad99627 | ericzzzzzzz | 2023-06-23 03:29:15 | fix: Clean up dev images except the last (#8897) | * fix: clean-up-images-in-devloop
* fix: wrap cleaning up logic
* chore: log
* chore: move query artifact back to the main goroutine
* chore: add test
* chore: increase timeout
* chore: delegate clean up job to localpruner to avoid warning logs when cache disabled | fix: Clean up dev images except the last (#8897)
* fix: clean-up-images-in-devloop
* fix: wrap cleaning up logic
* chore: log
* chore: move query artifact back to the main goroutine
* chore: add test
* chore: increase timeout
* chore: delegate clean up job to localpruner to avoid warning logs when cache disabled | diff --git a/integration/dev_test.go b/integration/dev_test.go
index a9ed6d72161..df7b1e177ea 100644
--- a/integration/dev_test.go
+++ b/integration/dev_test.go
@@ -368,6 +368,50 @@ func TestDevPortForward(t *testing.T) {
}
}
+func TestDevDeletePreviousBuiltImages(t *testing.T) {
+ tests := []struct {
+ name stri... |
influxdb | https://github.com/influxdata/influxdb | efbc4ae7c18cc10f2bae7e1cef6a05b0b6720bf9 | Jonathan A. Sternberg | 2020-06-02 04:27:50 | feat(storage/flux): implement create empty for the window table reader (#18288) | This implements create empty for the window table reader and allows this
table read function to be used when it is specified. It will pass down
the create empty flag from the original window call into the storage
read function.
This also fixes the window table reader so it properly creates
individual tables for each w... | feat(storage/flux): implement create empty for the window table reader (#18288)
This implements create empty for the window table reader and allows this
table read function to be used when it is specified. It will pass down
the create empty flag from the original window call into the storage
read function.
This also ... | diff --git a/query/stdlib/influxdata/influxdb/operators.go b/query/stdlib/influxdata/influxdb/operators.go
index 102155a511b..e18577287ed 100644
--- a/query/stdlib/influxdata/influxdb/operators.go
+++ b/query/stdlib/influxdata/influxdb/operators.go
@@ -111,6 +111,7 @@ type ReadWindowAggregatePhysSpec struct {
Windo... |
tabby | https://github.com/TabbyML/tabby | 19bade6e45fc6c240659bc0d2a4fb0854cc7ce9f | Meng Zhang | 2024-10-24 08:27:04 | chore(ui): tune thread-feeds component (#3308) | * chore(ui): enhance thread-feeds component with dynamic class names and add margin to ThreadFeeds in MainPanel
* refactor(ui): replace IconMessagesSquare with IconFiles in thread-feeds component
* [autofix.ci] apply automated fixes
--------- | chore(ui): tune thread-feeds component (#3308)
* chore(ui): enhance thread-feeds component with dynamic class names and add margin to ThreadFeeds in MainPanel
* refactor(ui): replace IconMessagesSquare with IconFiles in thread-feeds component
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-c... | diff --git a/ee/tabby-ui/app/(home)/components/thread-feeds.tsx b/ee/tabby-ui/app/(home)/components/thread-feeds.tsx
index 7a8efa5b6208..6f90375cf8cd 100644
--- a/ee/tabby-ui/app/(home)/components/thread-feeds.tsx
+++ b/ee/tabby-ui/app/(home)/components/thread-feeds.tsx
@@ -10,8 +10,8 @@ import { graphql } from '@/lib/... |
RSSHub | https://github.com/DIYgod/RSSHub | c2a886f91d1c38ca5c69cc08b229828e74c36d3c | Ethan Shen | 2022-02-02 01:07:46 | feat(route): add Whoscall (#8478) | * feat(route): add Whoscall
* fix: add docs | feat(route): add Whoscall (#8478)
* feat(route): add Whoscall
* fix: add docs | diff --git a/docs/blog.md b/docs/blog.md
index 4b0901963e6f68..631ddf2d73bdc6 100644
--- a/docs/blog.md
+++ b/docs/blog.md
@@ -90,6 +90,33 @@ pageClass: routes
<Route author="CitrusIce" example="/phrack" path="/phrack" />
+## Whoscall
+
+### 最新文章
+
+<Route author="nczitzk" example="/whoscall" path="/whoscall"/>
+
... |
tilt | https://github.com/tilt-dev/tilt | f5b6d303e01c4e980f1b174a460f006b912afa4e | dependabot[bot] | 2022-12-08 06:43:11 | build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /web (#5985) | Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)
--- | build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /web (#5985)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-ur... | diff --git a/web/yarn.lock b/web/yarn.lock
index 4e903f0261..6432a0d6fe 100644
--- a/web/yarn.lock
+++ b/web/yarn.lock
@@ -6034,9 +6034,9 @@ decimal.js@^10.2.1, decimal.js@^10.3.1:
integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==
decode-uri-component@^0.2.0... |
angular | https://github.com/angular/angular | 182e2c7449a347b50142d1d462578abb59a42e51 | Alex Rickabaugh | 2019-04-19 23:45:25 | feat(ivy): add backwards compatibility config to template type-checking (#29698) | View Engine's implementation of naive template type-checking is less
advanced than the current Ivy implementation. As a result, Ivy catches lots
of typing bugs which VE does not. As a result, it's necessary to tone down
the Ivy template type-checker in the default case.
This commit introduces a mechanism for doing tha... | feat(ivy): add backwards compatibility config to template type-checking (#29698)
View Engine's implementation of naive template type-checking is less
advanced than the current Ivy implementation. As a result, Ivy catches lots
of typing bugs which VE does not. As a result, it's necessary to tone down
the Ivy template t... | diff --git a/packages/compiler-cli/src/ngtsc/program.ts b/packages/compiler-cli/src/ngtsc/program.ts
index 3ce128cf5e8e6..52e2490b8cfe7 100644
--- a/packages/compiler-cli/src/ngtsc/program.ts
+++ b/packages/compiler-cli/src/ngtsc/program.ts
@@ -31,7 +31,7 @@ import {FactoryGenerator, FactoryInfo, GeneratedShimsHostWrap... |
ant-design | https://github.com/ant-design/ant-design | 39e37bf1b41102354e23ebeb072748429aef1f5e | 偏右 | 2020-10-30 12:57:37 | fix: Input[allowClear] className (#27462) | * fix: Input[allowClear] className missing | fix: Input[allowClear] className (#27462)
* fix: Input[allowClear] className missing
close #27444
* fix snapshot | diff --git a/components/form/__tests__/__snapshots__/demo.test.js.snap b/components/form/__tests__/__snapshots__/demo.test.js.snap
index a6ec07b9f409..e2570853b0b1 100644
--- a/components/form/__tests__/__snapshots__/demo.test.js.snap
+++ b/components/form/__tests__/__snapshots__/demo.test.js.snap
@@ -7623,7 +7623,7 @@... |
tabby | https://github.com/TabbyML/tabby | 3f1fefbfa1a3436d0a973810b8e96b2645a418c1 | Meng Zhang | 2023-12-26 13:08:53 | feat(core): add TABBY_MODEL_CACHE_ROOT to allow individually set tabb… (#1121) | * feat(core): add TABBY_MODEL_CACHE_ROOT to allow individually set tabby model cache dir
* docs: update changelog
* [autofix.ci] apply automated fixes
--------- | feat(core): add TABBY_MODEL_CACHE_ROOT to allow individually set tabb… (#1121)
* feat(core): add TABBY_MODEL_CACHE_ROOT to allow individually set tabby model cache dir
* docs: update changelog
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.gi... | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44792bca161c..c4999ea24006 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* Add windows cpu binary distribution.
* Add linux rocm (AMD GPU) binary distribution.
* Fix cached permanent redirection on certain browsers(e.g chrome) when `--webserver` is not en... |
angular | https://github.com/angular/angular | 9e10af45c5da64ed1f40e8e346c85c03c4f38274 | nikvarma | 2024-01-25 01:53:51 | docs: typo Chat to chart fix (#53892) | PR Close #53892 | docs: typo Chat to chart fix (#53892)
PR Close #53892 | diff --git a/adev/src/content/tools/devtools.md b/adev/src/content/tools/devtools.md
index 3a4b9c061107f7..77e7bad221c5bf 100644
--- a/adev/src/content/tools/devtools.md
+++ b/adev/src/content/tools/devtools.md
@@ -129,7 +129,7 @@ When you select a bar, DevTools displays useful information about it including:
### Un... |
clair | https://github.com/quay/clair | d565775c190a4262ce049cb06a9c1842c42e00b8 | crozzy | 2023-02-23 20:18:52 | chore: Add back GIT_HASH as needed for image name | We need the short git hash for the image name. | chore: Add back GIT_HASH as needed for image name
We need the short git hash for the image name.
Signed-off-by: crozzy <joseph.crosland@gmail.com> | diff --git a/contrib/openshift/build_and_deploy.sh b/contrib/openshift/build_and_deploy.sh
index f0fab89478..af4470b34c 100755
--- a/contrib/openshift/build_and_deploy.sh
+++ b/contrib/openshift/build_and_deploy.sh
@@ -3,6 +3,7 @@
set -exv
REPOSITORY="quay.io/app-sre"
IMAGE="${REPOSITORY}/clair"
+GIT_HASH=`git rev-p... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 14