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 ⌀ |
|---|---|---|---|---|---|---|---|---|
next.js | https://github.com/vercel/next.js | 61bfaa507ca4a0249c013b2bfa941bc7508eae0f | Sam Ko | 2024-12-17 06:32:43 | chore: add eslint check for mdx (#74009) | ## Why?
MDX changes are not getting properly linted, causing upstream issues.
When trying to push this incorrect change:
```
<Image
alt="Route segments for dynamic MDX components"
srcLight="/docs/light/mdx-files.png"
srcDark="/docs/dark/mdx-files.png"
width="1600"
height="849"
>
```
![CleanShot 2024-12-16 at 16 14 ... | chore: add eslint check for mdx (#74009)
## Why?
MDX changes are not getting properly linted, causing upstream issues.
When trying to push this incorrect change:
```
<Image
alt="Route segments for dynamic MDX components"
srcLight="/docs/light/mdx-files.png"
srcDark="/docs/dark/mdx-files.png"
width="1600"
... | diff --git a/.eslintrc.json b/.eslintrc.json
index 821101586227a..e032cc9590a0b 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -225,6 +225,15 @@
],
"@typescript-eslint/no-import-type-side-effects": "error"
}
+ },
+ {
+ "files": ["*.mdx"],
+ "extends": ["plugin:mdx/recommend... |
tracing | https://github.com/tokio-rs/tracing | bcb7326e59c3efb91af1624df32ed21fca9edc90 | Eliza Weisman | 2020-04-08 03:37:05 | chore: remove outdated example (#671) | This example is outdated and should have been removed when `tracing-fmt`
was merged into `tracing-subscriber`. There is another example in the
`examples` crate, [`fmt-custom-fields`][1], which demonstrates the same
usage, but uses the current APIs. Therefore, we can just delete the old
example.
[1]: https://github.com... | chore: remove outdated example (#671)
This example is outdated and should have been removed when `tracing-fmt`
was merged into `tracing-subscriber`. There is another example in the
`examples` crate, [`fmt-custom-fields`][1], which demonstrates the same
usage, but uses the current APIs. Therefore, we can just delete th... | diff --git a/tracing-fmt/examples/custom_visitor.rs b/tracing-fmt/examples/custom_visitor.rs
deleted file mode 100644
index 2327adf56c..0000000000
--- a/tracing-fmt/examples/custom_visitor.rs
+++ /dev/null
@@ -1,70 +0,0 @@
-#![deny(rust_2018_idioms)]
-use tracing::{debug, error, info, span, trace, warn, Level};
-
-#[tr... |
angular | https://github.com/angular/angular | 61e9bb5715da42b72edc5b2484934db9741dec00 | Joe Martin (Crowdstaffing) | 2021-09-15 04:21:30 | docs: update link (#43451) | Update link per review.
PR Close #43451 | docs: update link (#43451)
Update link per review.
PR Close #43451 | diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md
index 881786da02de0..645c4795f0793 100644
--- a/aio/content/guide/deprecations.md
+++ b/aio/content/guide/deprecations.md
@@ -170,7 +170,7 @@ For more information, see [/deep/, >>>, and ::ng-deep](guide/component-styles#de
{@a template-... |
databend | https://github.com/databendlabs/databend | 369a635a7111d7a9e2bf109a600964a313f0d8b3 | zhya | 2025-03-03 09:53:16 | fix: explain update sql panic (#17474) | * fix explain update panic
* add test
* fix
* fix
* make lint
* fix
* fix
* fix
* fix
* fix
* fix
* fix test
* fix test
* fix test
* fix
* fix
* add test
* fix
* fix
* fix test
* fix test
* fix
* fix test | fix: explain update sql panic (#17474)
* fix explain update panic
* add test
* fix
* fix
* make lint
* fix
* fix
* fix
* fix
* fix
* fix
* fix test
* fix test
* fix test
* fix
* fix
* add test
* fix
* fix
* fix test
* fix test
* fix
* fix test | diff --git a/src/query/service/src/interpreters/interpreter_explain.rs b/src/query/service/src/interpreters/interpreter_explain.rs
index bed6f167d7dcd..247152ca244da 100644
--- a/src/query/service/src/interpreters/interpreter_explain.rs
+++ b/src/query/service/src/interpreters/interpreter_explain.rs
@@ -33,6 +33,7 @@ u... |
angular | https://github.com/angular/angular | cb6d73a84ef060a013d022b7696c68d343f62103 | Andrew Scott | 2023-01-06 04:20:53 | fix(router): page refresh should not destroy history state (#48540) | The router's `initialNavigation` causes an imperative navigation using
the `navigateByUrl` method. This, however, results in the history state
being removed on a page refresh. This change calls `scheduleNavigation`
directly from `initialNavigation` to ensure the history state is correctly
retained.
PR Close #48540 | fix(router): page refresh should not destroy history state (#48540)
The router's `initialNavigation` causes an imperative navigation using
the `navigateByUrl` method. This, however, results in the history state
being removed on a page refresh. This change calls `scheduleNavigation`
directly from `initialNavigation` to... | diff --git a/packages/router/src/events.ts b/packages/router/src/events.ts
index 3aa5c5966fe03..4f4062073b9e2 100644
--- a/packages/router/src/events.ts
+++ b/packages/router/src/events.ts
@@ -19,6 +19,7 @@ import {ActivatedRouteSnapshot, RouterStateSnapshot} from './router_state';
* @publicApi
*/
export type Navi... |
git-branchless | https://github.com/arxanas/git-branchless | 16aab34ecca9105427ecce390633660dcb442d95 | dependabot[bot] | 2025-01-21 02:10:35 | build: bump indexmap from 2.7.0 to 2.7.1 | Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.7.0 to 2.7.1.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.7.0...2.7.1)
--- | build: bump indexmap from 2.7.0 to 2.7.1
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.7.0 to 2.7.1.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.7.0...2.7.1)
---
updated-dependencies:
- dependency-name:... | diff --git a/Cargo.lock b/Cargo.lock
index 016f7811e..c309dc665 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1729,7 +1729,7 @@ dependencies = [
"git-branchless-opts",
"git-branchless-revset",
"git-branchless-test",
- "indexmap 2.7.0",
+ "indexmap 2.7.1",
"insta",
"itertools 0.14.0",
"lazy_static",
@@ -1758,... |
angular | https://github.com/angular/angular | 631da1dbb0ea7d429fc2662b1fe5a98f80d31669 | Joey Perrott | 2023-12-05 11:17:10 | build: set up markdown pipeline for the tools section (#53290) | Set up the markdown pipeline to include the required source files.
PR Close #53290 | build: set up markdown pipeline for the tools section (#53290)
Set up the markdown pipeline to include the required source files.
PR Close #53290 | diff --git a/adev/src/content/examples/angular-linker-plugin/BUILD.bazel b/adev/src/content/examples/angular-linker-plugin/BUILD.bazel
new file mode 100644
index 00000000000000..af49d1ebbf8f2a
--- /dev/null
+++ b/adev/src/content/examples/angular-linker-plugin/BUILD.bazel
@@ -0,0 +1 @@
+exports_files(glob(["*"]))
diff ... |
dragonfly | https://github.com/dragonflydb/dragonfly | f20512e8b116e3958d04a8576279d23978af1ee2 | Kostas Kyrimis | 2024-05-01 23:52:44 | chore(acl): add vlog and check on deluser flow (#2995) | * add vlog before and after we evict connections on deluser flow
* replace dcheck with check | chore(acl): add vlog and check on deluser flow (#2995)
* add vlog before and after we evict connections on deluser flow
* replace dcheck with check | diff --git a/src/server/acl/acl_family.cc b/src/server/acl/acl_family.cc
index 3c4b5fe03bb5..0228d5c58f00 100644
--- a/src/server/acl/acl_family.cc
+++ b/src/server/acl/acl_family.cc
@@ -126,7 +126,7 @@ void AclFamily::SetUser(CmdArgList args, ConnectionContext* cntx) {
void AclFamily::EvictOpenConnectionsOnAllProacto... |
aliyundrive-webdav | https://github.com/messense/aliyundrive-webdav | 798ff72c75e34532ba6889c6b9b8fdaaa5a12c3a | dependabot[bot] | 2023-08-01 22:03:35 | build(deps): bump anyhow from 1.0.71 to 1.0.72 | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.71 to 1.0.72.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.71...1.0.72)
--- | build(deps): bump anyhow from 1.0.71 to 1.0.72
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.71 to 1.0.72.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.71...1.0.72)
---
updated-dependencies:
- dependency-name: anyhow
dependency-... | diff --git a/Cargo.lock b/Cargo.lock
index d7f0ee923f..f875d03ae2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -130,9 +130,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.71"
+version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c7d0618f0e0b7e8ff1142742... |
zulip | https://github.com/zulip/zulip | 687d0cbf9e83c73236e6b83386ad647eef99637a | Tim Abbott | 2016-12-31 06:46:29 | docs: Add support for including markdown files in others. | This uses a third-party dependency, python-markdown-include.
The example use for settings is intended primarily as a demonstration. | docs: Add support for including markdown files in others.
This uses a third-party dependency, python-markdown-include.
The example use for settings is intended primarily as a demonstration. | diff --git a/requirements/common.txt b/requirements/common.txt
index 87e08a450a6ff..1261e4c812894 100644
--- a/requirements/common.txt
+++ b/requirements/common.txt
@@ -73,6 +73,9 @@ jwt==0.3.2
# Needed for USING_MANDRILL option for outgoing email
mandrill==1.0.57
+# Needed for including other markdown files for us... |
react-native-vision-camera | https://github.com/mrousavy/react-native-vision-camera | 0a74a84f3dd52c3aeae06002c9c4dcb8f620c1af | Marc Rousavy | 2024-06-13 17:24:35 | feat: Upgrade to react-native 0.74 (#2985) | * feat: New Example app
* Update Podfile.lock
* fix TS
* fix: Fix TS error
* Update .gitignore
* Opt in for old API
* fix Kotlin inits
* fix: Update Gems
* Remove activesupport gem
* Ruby 2.7.0
* Remove vendor
* Remove lib
* Ruby 2.7.2
* iOS CI: Remove Pod cache | feat: Upgrade to react-native 0.74 (#2985)
* feat: New Example app
* Update Podfile.lock
* fix TS
* fix: Fix TS error
* Update .gitignore
* Opt in for old API
* fix Kotlin inits
* fix: Update Gems
* Remove activesupport gem
* Ruby 2.7.0
* Remove vendor
* Remove lib
* Ruby 2.7.2
* iOS CI: Remove Pod cache | diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml
index 127fa916c8..fd4a23e965 100644
--- a/.github/workflows/build-ios.yml
+++ b/.github/workflows/build-ios.yml
@@ -47,17 +47,10 @@ jobs:
- name: Setup Ruby (bundle)
uses: ruby/setup-ruby@v1
with:
- ruby-ver... |
NETworkManager | https://github.com/BornToBeRoot/NETworkManager | 5922a88ca23aa0d752b162bb0781a39f3618db0f | dependabot[bot] | 2023-03-30 13:31:10 | Build(deps): Bump AWSSDK.EC2 from 3.7.128.4 to 3.7.128.5 in /Source (#2117) | Bumps [AWSSDK.EC2](https://github.com/aws/aws-sdk-net) from 3.7.128.4 to 3.7.128.5.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Commits](https://github.com/aws/aws-sdk-net/commits)
--- | Build(deps): Bump AWSSDK.EC2 from 3.7.128.4 to 3.7.128.5 in /Source (#2117)
Bumps [AWSSDK.EC2](https://github.com/aws/aws-sdk-net) from 3.7.128.4 to 3.7.128.5.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Commits](https://github.com/aws/aws-sdk-net/commits)
---
updated-dependencies:
- dependency-... | diff --git a/Source/NETworkManager/NETworkManager.csproj b/Source/NETworkManager/NETworkManager.csproj
index bdf6754468..628df15482 100644
--- a/Source/NETworkManager/NETworkManager.csproj
+++ b/Source/NETworkManager/NETworkManager.csproj
@@ -58,7 +58,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Airs... |
google-api-nodejs-client | https://github.com/googleapis/google-api-nodejs-client | 8f35f5c4a625a171b807626ca89c845f78c69c6e | Yoshi Automation | 2023-05-02 08:24:05 | fix(appengine): update the API | #### appengine:v1alpha
The following keys were changed:
- schemas.Location.description
#### appengine:v1beta
The following keys were changed:
- schemas.Location.description
#### appengine:v1
The following keys were changed:
- schemas.Location.description | fix(appengine): update the API
#### appengine:v1alpha
The following keys were changed:
- schemas.Location.description
#### appengine:v1beta
The following keys were changed:
- schemas.Location.description
#### appengine:v1
The following keys were changed:
- schemas.Location.description | diff --git a/discovery/appengine-v1.json b/discovery/appengine-v1.json
index 448819c5e7..4053b414f9 100644
--- a/discovery/appengine-v1.json
+++ b/discovery/appengine-v1.json
@@ -1687,7 +1687,7 @@
}
}
},
- "revision": "20230403",
+ "revision": "20230424",
"rootUrl": "https://appengine.googleapis.com... |
appsmith | https://github.com/appsmithorg/appsmith | 764d8f3cb503b38f0e21a7f709d89da0bce80680 | Pawan Kumar | 2024-10-30 16:43:00 | chore: fix prop name in options control (#37130) | /ok-to-test tags="@tag.Widget"
The options control was using `options` as the property name for the
options array even when thee prop name was not `options`. This was
causing issues when the property name was different.
<!-- This is an auto-generated comment: Cypress test results -->
> [!TIP]
> 🟢 🟢 🟢 All cypress ... | chore: fix prop name in options control (#37130)
/ok-to-test tags="@tag.Widget"
The options control was using `options` as the property name for the
options array even when thee prop name was not `options`. This was
causing issues when the property name was different.
<!-- This is an auto-generated comment: Cypress ... | diff --git a/app/client/src/components/propertyControls/OptionControl.tsx b/app/client/src/components/propertyControls/OptionControl.tsx
index 8a9ceebdf137..c4ab3c911c5b 100644
--- a/app/client/src/components/propertyControls/OptionControl.tsx
+++ b/app/client/src/components/propertyControls/OptionControl.tsx
@@ -20,7 ... |
mapperly | https://github.com/riok/mapperly | 49923eefa959be9087af0d36bfe3136a48d28965 | dependabot[bot] | 2023-08-15 20:41:49 | chore(deps): Bump Verify.XUnit from 20.6.0 to 20.8.0 (#649) | Bumps [Verify.XUnit](https://github.com/VerifyTests/Verify) from 20.6.0 to 20.8.0.
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](https://github.com/VerifyTests/Verify/compare/20.6.0...20.8.0)
--- | chore(deps): Bump Verify.XUnit from 20.6.0 to 20.8.0 (#649)
Bumps [Verify.XUnit](https://github.com/VerifyTests/Verify) from 20.6.0 to 20.8.0.
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](https://github.com/VerifyTests/Verify/compare/20.6.0...20.8.0)
---
updated-dependencies:
- depend... | diff --git a/test/Directory.Build.props b/test/Directory.Build.props
index 830f53ce6e..a8dee72999 100644
--- a/test/Directory.Build.props
+++ b/test/Directory.Build.props
@@ -24,7 +24,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Meziantou.Xunit.ParallelTestFram... |
bytebase | https://github.com/bytebase/bytebase | 404836e01598cc0bfd07fc05fc7b8504a3157110 | Danny Xu | 2023-11-17 07:27:37 | chore: use statement sheet from change history (#9386) | * chore: use statement sheet
* chore: update | chore: use statement sheet from change history (#9386)
* chore: use statement sheet
* chore: update | diff --git a/frontend/src/components/Changelist/ChangelistDetail/AddChangePanel/form/ChangeHistoryForm.vue b/frontend/src/components/Changelist/ChangelistDetail/AddChangePanel/form/ChangeHistoryForm.vue
index d93a239e8cf095..3897830a6f2e84 100644
--- a/frontend/src/components/Changelist/ChangelistDetail/AddChangePanel/... |
deno | https://github.com/denoland/deno | d5c00ef50e6519fccde54a577e038f0ebb1282e9 | Yusuke Tanaka | 2024-09-18 10:05:48 | feat(cli): evaluate code snippets in JSDoc and markdown (#25220) | This commit lets `deno test --doc` command actually evaluate code snippets in
JSDoc and markdown files.
## How it works
1. Extract code snippets from JSDoc or code fences
2. Convert them into pseudo files by wrapping them in `Deno.test(...)`
3. Register the pseudo files as in-memory files
4. Run type-check and evalua... | feat(cli): evaluate code snippets in JSDoc and markdown (#25220)
This commit lets `deno test --doc` command actually evaluate code snippets in
JSDoc and markdown files.
## How it works
1. Extract code snippets from JSDoc or code fences
2. Convert them into pseudo files by wrapping them in `Deno.test(...)`
3. Registe... | diff --git a/cli/args/flags.rs b/cli/args/flags.rs
index f832c2a623294d..92336a0a16fdf9 100644
--- a/cli/args/flags.rs
+++ b/cli/args/flags.rs
@@ -109,6 +109,8 @@ pub struct CacheFlags {
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct CheckFlags {
pub files: Vec<String>,
+ pub doc: bool,
+ pub doc_only: bool,
... |
cloud-hypervisor | https://github.com/cloud-hypervisor/cloud-hypervisor | c5e5cd22db6c4148f3665e9a54c3e88fa27ea236 | dependabot[bot] | 2024-08-30 05:47:48 | build: Bump proc-macro2 from 1.0.85 to 1.0.86 | 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: Bump proc-macro2 from 1.0.85 to 1.0.86
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:
- dependency-name: p... | diff --git a/Cargo.lock b/Cargo.lock
index 0eb1df9a67..bcd7141872 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1711,9 +1711,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.85"
+version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22244ce15aa966053a... |
ant-design | https://github.com/ant-design/ant-design | 8f064303363591a7766347efb03316127a83a416 | afc163 | 2022-04-21 19:39:59 | fix: DropDownProps => DropdownProps (#35161) | * fix: DropDown => Dropdown
* chore: leave DropDownProps for compatibility | fix: DropDownProps => DropdownProps (#35161)
* fix: DropDown => Dropdown
* chore: leave DropDownProps for compatibility | diff --git a/components/breadcrumb/BreadcrumbItem.tsx b/components/breadcrumb/BreadcrumbItem.tsx
index 14a3838705cc..9977d8682e09 100644
--- a/components/breadcrumb/BreadcrumbItem.tsx
+++ b/components/breadcrumb/BreadcrumbItem.tsx
@@ -1,15 +1,15 @@
import * as React from 'react';
import DownOutlined from '@ant-design... |
influxdb | https://github.com/influxdata/influxdb | f81885c17273c5657b8e8f503c5b7df37ff1dc94 | Marco Neumann | 2021-08-20 13:25:49 | fix: limit kafka consumer queue to 10MB | I think that while this value limits the maximum memory consumption, it
is too optimistic. | fix: limit kafka consumer queue to 10MB
I think that while this value limits the maximum memory consumption, it
is too optimistic. | diff --git a/write_buffer/src/kafka.rs b/write_buffer/src/kafka.rs
index 32b5331612c..feff39ce6a9 100644
--- a/write_buffer/src/kafka.rs
+++ b/write_buffer/src/kafka.rs
@@ -255,7 +255,7 @@ impl KafkaBufferConsumer {
cfg.set("session.timeout.ms", "6000");
cfg.set("enable.auto.commit", "false");
... |
greptimedb | https://github.com/GreptimeTeam/greptimedb | 05f21679d6060987642a35d40b53624d7da3f722 | Weny Xu | 2025-01-23 14:14:17 | feat: replace `DensePrimaryKeyCodec` with `Arc<dyn PrimaryKeyCodec>` (#5408) | * feat: use `PrimaryKeyCodec` trait object
* feat: introduce `RewritePrimaryKey`
* chore: apply suggestions from CR
* fix: fix clippy
* chore: add comments | feat: replace `DensePrimaryKeyCodec` with `Arc<dyn PrimaryKeyCodec>` (#5408)
* feat: use `PrimaryKeyCodec` trait object
* feat: introduce `RewritePrimaryKey`
* chore: apply suggestions from CR
* fix: fix clippy
* chore: add comments | diff --git a/src/mito2/src/memtable/bulk/context.rs b/src/mito2/src/memtable/bulk/context.rs
index a3c019ebec40..0380afd7e086 100644
--- a/src/mito2/src/memtable/bulk/context.rs
+++ b/src/mito2/src/memtable/bulk/context.rs
@@ -22,7 +22,7 @@ use store_api::metadata::RegionMetadataRef;
use store_api::storage::ColumnId;
... |
amis | https://github.com/baidu/amis | fe4f23da6f41d8b7dc4048449ffe25b0bf970fb8 | 吴多益 | 2021-06-29 11:33:44 | fix: 修复 jssdk 的 alert、toast 不支持 locale 设置问题 (#2170) | * 更新 snapshot
* feat: datetime 组件时间支持可点选 (#2100)
* 文档和一些小修改 (#2107)
* jssdk 支持 hash路由改造
* 更新文档
* default value 和 value 逻辑优化
* 优化 value 的处理逻辑
* 同步值应该固定某一种模式
* name 干脆支持 filter 好了
* 更新的时候获取数据不一致
* 修复 qrcode 获取值方式
* columns 有可能不是数组
* fix: 修复 jssdk 的 alert、toast 不支持 locale 设置问题 | fix: 修复 jssdk 的 alert、toast 不支持 locale 设置问题 (#2170)
* 更新 snapshot
* feat: datetime 组件时间支持可点选 (#2100)
* 文档和一些小修改 (#2107)
* jssdk 支持 hash路由改造
* 更新文档
* default value 和 value 逻辑优化
* 优化 value 的处理逻辑
* 同步值应该固定某一种模式
* name 干脆支持 filter 好了
* 更新的时候获取数据不一致
* 修复 qrcode 获取值方式
* columns 有可能不是数组
* fix: 修复 jssdk 的 alert、t... | diff --git a/examples/embed.tsx b/examples/embed.tsx
index 882adff9080..55157bafe9b 100644
--- a/examples/embed.tsx
+++ b/examples/embed.tsx
@@ -323,9 +323,11 @@ export function embed(
position={(env && env.toastPosition) || 'top-right'}
closeButton={false}
timeout={5000}
+ loc... |
appsmith | https://github.com/appsmithorg/appsmith | 8d32ee8f229a7f21e4054e3c8f94cda9f8de5194 | sneha122 | 2024-11-28 13:40:32 | chore: Google sheet shared drive support added behind a flag (#37776) | ## Description
This PR hides shared drive support for Google Sheets Integration behind
a feature flag as we need to do thorough testing for it.
The feature flag implementation done in this PR involves passing feature
flags from server to google sheets plugin module. This temporary feature
flagging solution tech debt c... | chore: Google sheet shared drive support added behind a flag (#37776)
## Description
This PR hides shared drive support for Google Sheets Integration behind
a feature flag as we need to do thorough testing for it.
The feature flag implementation done in this PR involves passing feature
flags from server to google she... | diff --git a/app/server/appsmith-interfaces/src/main/java/com/appsmith/external/enums/FeatureFlagEnum.java b/app/server/appsmith-interfaces/src/main/java/com/appsmith/external/enums/FeatureFlagEnum.java
index e3e96745784a..9849422cd531 100644
--- a/app/server/appsmith-interfaces/src/main/java/com/appsmith/external/enum... |
react-bootstrap | https://github.com/react-bootstrap/react-bootstrap | 9004b007430f924cb876da4b932ce273d4688c22 | bpas247 | 2019-08-26 02:59:10 | chore(image): revert changes to classnames implementation | There's really no point in memoizing this, since it's not an
expensive computation. | chore(image): revert changes to classnames implementation
There's really no point in memoizing this, since it's not an
expensive computation. | diff --git a/src/Image.js b/src/Image.js
index 3751f42235..ce9b142ce7 100644
--- a/src/Image.js
+++ b/src/Image.js
@@ -1,5 +1,5 @@
import classNames from 'classnames';
-import React, { useMemo } from 'react';
+import React from 'react';
import PropTypes from 'prop-types';
import { useBootstrapPrefix } from './Them... |
deno | https://github.com/denoland/deno | f150a9c2d92f99e80bd083ff05ea2b8941665177 | Bartek Iwańczuk | 2024-08-07 17:29:12 | feat(upgrade): refresh output (#24911) | This commit updates the output of "deno upgrade" subcommand. | feat(upgrade): refresh output (#24911)
This commit updates the output of "deno upgrade" subcommand. | diff --git a/cli/tools/upgrade.rs b/cli/tools/upgrade.rs
index 1b9cf5f28916e5..3fad036ef4e0f5 100644
--- a/cli/tools/upgrade.rs
+++ b/cli/tools/upgrade.rs
@@ -238,14 +238,18 @@ fn get_minor_version(version: &str) -> &str {
fn print_release_notes(current_version: &str, new_version: &str) {
if get_minor_version(curre... |
angular | https://github.com/angular/angular | 811cacc80c01ab8af875f14a9e98ea3b7a5a2072 | Keen Yee Liau | 2021-01-09 03:15:47 | fix(language-service): reinstate overridden compiler option after change (#40364) | Currently the language service has to force `compileNonExportedClasses` to
`true` to handle inline NgModules in tests, regardless of the value in user's
tsconfig.json.
However, the override is not reinstated after the compiler option changes
(triggered by a change in tsconfig.json).
This commit fixes the bug.
PR Clos... | fix(language-service): reinstate overridden compiler option after change (#40364)
Currently the language service has to force `compileNonExportedClasses` to
`true` to handle inline NgModules in tests, regardless of the value in user's
tsconfig.json.
However, the override is not reinstated after the compiler option ch... | diff --git a/packages/language-service/ivy/language_service.ts b/packages/language-service/ivy/language_service.ts
index d6945cc75b391..82e3b75d9ff83 100644
--- a/packages/language-service/ivy/language_service.ts
+++ b/packages/language-service/ivy/language_service.ts
@@ -32,18 +32,6 @@ export class LanguageService {
... |
metersphere | https://github.com/metersphere/metersphere | a2254a9c44d4e72f2327f534ad88e8257d693070 | wxg0103 | 2024-03-06 17:02:45 | refactor(系统设置): 无编辑用户组权限的不显示恢复默认区域 | --bug=1035445 --user=王孝刚 【系统设置】系统-无系统成员用户组编辑权限-用户查看系统-用户组显示恢复默认操作 | refactor(系统设置): 无编辑用户组权限的不显示恢复默认区域
--bug=1035445 --user=王孝刚 【系统设置】系统-无系统成员用户组编辑权限-用户查看系统-用户组显示恢复默认操作
https://www.tapd.cn/55049933/s/1470689 | diff --git a/frontend/src/components/business/ms-user-group-comp/authTable.vue b/frontend/src/components/business/ms-user-group-comp/authTable.vue
index 176700529cc6..01266642c5c7 100644
--- a/frontend/src/components/business/ms-user-group-comp/authTable.vue
+++ b/frontend/src/components/business/ms-user-group-comp/aut... |
mbedtls | https://github.com/Mbed-TLS/mbedtls | 40323c5d51337c5b4f61d9dd99fa86e64d608e0b | Valerio Setti | 2022-11-22 23:22:17 | test: psa_pake: improved ecjpake_do_round() test function | Now it's possible to inject an error in every single step of the
key exchange process. | test: psa_pake: improved ecjpake_do_round() test function
Now it's possible to inject an error in every single step of the
key exchange process.
Signed-off-by: Valerio Setti <vsetti@baylibre.com> | diff --git a/tests/suites/test_suite_psa_crypto_pake.data b/tests/suites/test_suite_psa_crypto_pake.data
index 3a477cd39b14..88a634ff26fa 100644
--- a/tests/suites/test_suite_psa_crypto_pake.data
+++ b/tests/suites/test_suite_psa_crypto_pake.data
@@ -101,61 +101,105 @@ PSA PAKE: valid output operation after a failure
... |
sentry | https://github.com/getsentry/sentry | 8a8aa5de53d2bf00e6a681167146c5d32693fd4b | Matt Duncan | 2025-01-06 22:43:18 | fix(issues): Remove duplicate span in sdk_crash_monitoring (#82910) | This op is already being auto-instrumented in run_post_process_job, the
duplicate span here with the same name is not helpful when looking at
aggregates.
This renames the op and adds another around config building - in the
future I suspect we can get a very easy win by not rebuilding config for
every single event - th... | fix(issues): Remove duplicate span in sdk_crash_monitoring (#82910)
This op is already being auto-instrumented in run_post_process_job, the
duplicate span here with the same name is not helpful when looking at
aggregates.
This renames the op and adds another around config building - in the
future I suspect we can get... | diff --git a/src/sentry/tasks/post_process.py b/src/sentry/tasks/post_process.py
index 6f080459584ca2..f246045a229d04 100644
--- a/src/sentry/tasks/post_process.py
+++ b/src/sentry/tasks/post_process.py
@@ -1290,15 +1290,13 @@ def sdk_crash_monitoring(job: PostProcessJob):
if not features.has("organizations:sdk-cr... |
zulip | https://github.com/zulip/zulip | a7fd994cbd00cdc905801c6394e198f81a4a4c32 | Lauryn Menard | 2023-01-10 22:20:00 | docs: Link to management commands documentation in user facing docs. | Adds links to the documentation about management commands in the
API documentation for creating users, as well as the `/devtools`
documentation, the GDPR compliance article and the incoming
webhooks tutorial. | docs: Link to management commands documentation in user facing docs.
Adds links to the documentation about management commands in the
API documentation for creating users, as well as the `/devtools`
documentation, the GDPR compliance article and the incoming
webhooks tutorial. | diff --git a/templates/zerver/api/incoming-webhooks-walkthrough.md b/templates/zerver/api/incoming-webhooks-walkthrough.md
index 6a3719017835d..353b2fea581dc 100644
--- a/templates/zerver/api/incoming-webhooks-walkthrough.md
+++ b/templates/zerver/api/incoming-webhooks-walkthrough.md
@@ -280,6 +280,11 @@ The format is ... |
olive | https://github.com/olive-editor/olive | b04d16c95ba62dca921e8100ec41e4c92812c460 | Simran Spiller | 2023-09-11 15:41:33 | CI: Downgrade checkout action to v3 for Linux container | actions/checkout@v4 uses Node.js 20, requiring GLIBC 2.28, GLIBCXX 3.4.21 and CXXABI 1.3.9 which CentOS 7 doesn't have | CI: Downgrade checkout action to v3 for Linux container
actions/checkout@v4 uses Node.js 20, requiring GLIBC 2.28, GLIBCXX 3.4.21 and CXXABI 1.3.9 which CentOS 7 doesn't have | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 49faec1f4d..7933a79f4e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,10 +53,9 @@ jobs:
steps:
- name: Checkout Source Code
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
wit... |
angular | https://github.com/angular/angular | f92d644c955b186387da069200758a6a8bf8a541 | Marc Laval | 2017-03-16 21:43:07 | ci: disable Android 4.1, 4.2 and 4.3 in SauceLabs (#14461) | These browsers are not supported anymore: https://wiki.saucelabs.com/pages/viewpage.action?pageId=67012495
Tried to switch them to BrowserStack, but the emulators are too slow to run the full campaign (time out in tests, and disconnect eventually). | ci: disable Android 4.1, 4.2 and 4.3 in SauceLabs (#14461)
These browsers are not supported anymore: https://wiki.saucelabs.com/pages/viewpage.action?pageId=67012495
Tried to switch them to BrowserStack, but the emulators are too slow to run the full campaign (time out in tests, and disconnect eventually). | diff --git a/browser-providers.conf.js b/browser-providers.conf.js
index 6dfff9831f7783..05e813ed26c6a7 100644
--- a/browser-providers.conf.js
+++ b/browser-providers.conf.js
@@ -24,9 +24,6 @@ var CIconfiguration = {
'IE10': {unitTest: {target: 'SL', required: true}, e2e: {target: null, required: true}},
'IE11': ... |
superset | https://github.com/apache/superset | bd2c087f78941ed443834e2d191b34f0160874a7 | Ville Brofeldt | 2021-05-27 10:23:52 | fix(native-filters): remove indicators outside scope (#14838) | * fix(native-filters): remove indicators outside scope
* lint | fix(native-filters): remove indicators outside scope (#14838)
* fix(native-filters): remove indicators outside scope
* lint | diff --git a/superset-frontend/src/dashboard/components/FiltersBadge/selectors.ts b/superset-frontend/src/dashboard/components/FiltersBadge/selectors.ts
index 7560f858f58a2..e20cecc0de58b 100644
--- a/superset-frontend/src/dashboard/components/FiltersBadge/selectors.ts
+++ b/superset-frontend/src/dashboard/components/F... |
KaTeX | https://github.com/KaTeX/KaTeX | 0854e68740810e3fb2a582a0fb835ba48042433b | KaTeX bot | 2022-06-06 21:43:28 | chore(release): 0.16.0 [ci skip] | # [0.16.0](https://github.com/KaTeX/KaTeX/compare/v0.15.6...v0.16.0) (2022-06-06)
### Bug Fixes
* **copy-tex:** Use JS (instead of CSS) to select full equation, solving display glitches ([#3586](https://github.com/KaTeX/KaTeX/issues/3586)) ([8c2d852](https://github.com/KaTeX/KaTeX/commit/8c2d852c4af213ba4e2f4a3b87549... | chore(release): 0.16.0 [ci skip]
# [0.16.0](https://github.com/KaTeX/KaTeX/compare/v0.15.6...v0.16.0) (2022-06-06)
### Bug Fixes
* **copy-tex:** Use JS (instead of CSS) to select full equation, solving display glitches ([#3586](https://github.com/KaTeX/KaTeX/issues/3586)) ([8c2d852](https://github.com/KaTeX/KaTeX/co... | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b5c480c24..9abd6394ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file. This CHANGELOG roughly follows the guidelines from [www.keepachangelog.com](https://keepachangelog.com/en... |
fuels-rs | https://github.com/FuelLabs/fuels-rs | a6f623115666447ccfd1753b9a914e269c22b900 | Halil Beglerović | 2022-06-21 00:40:50 | feat: return error on empty function or argument name (#404) | * feat: return error on empty function or argument name
* change where the error is returned
* add result to test
* add changes proposed by Ahmed
* update error assertion | feat: return error on empty function or argument name (#404)
* feat: return error on empty function or argument name
* change where the error is returned
* add result to test
* add changes proposed by Ahmed
* update error assertion
Co-authored-by: John Adler <adlerjohn@users.noreply.github.com> | diff --git a/packages/fuels-core/src/code_gen/abigen.rs b/packages/fuels-core/src/code_gen/abigen.rs
index 245576765f..a949dd0010 100644
--- a/packages/fuels-core/src/code_gen/abigen.rs
+++ b/packages/fuels-core/src/code_gen/abigen.rs
@@ -352,7 +352,7 @@ mod tests {
use super::*;
#[test]
- fn generates_b... |
angular | https://github.com/angular/angular | 7c8159b3e21c1e761b1b84242ce4c43cae917e9b | Greg Magolan | 2018-06-15 02:44:59 | test(bazel): fix flakey bazel integration e2e test (#24522) | PR Close #24522 | test(bazel): fix flakey bazel integration e2e test (#24522)
PR Close #24522 | diff --git a/integration/bazel/test/e2e/app.spec.ts b/integration/bazel/test/e2e/app.spec.ts
index 79f46226d5260..69e93ccd8de47 100644
--- a/integration/bazel/test/e2e/app.spec.ts
+++ b/integration/bazel/test/e2e/app.spec.ts
@@ -1,5 +1,7 @@
import {browser, by, element, ExpectedConditions} from 'protractor';
+jasmin... |
apitable | https://github.com/apitable/apitable | 58f0a39596a791f8cd18f532401b65b98965d5f0 | Zoe | 2023-02-28 17:08:24 | fix: space manual view save not work on embed link (#3581) | this is a bug fix for #3009 | fix: space manual view save not work on embed link (#3581)
this is a bug fix for #3009 | diff --git a/backend-server/application/src/main/java/com/apitable/internal/controller/InternalSpaceController.java b/backend-server/application/src/main/java/com/apitable/internal/controller/InternalSpaceController.java
index c0ad5e301d..efcba9f685 100644
--- a/backend-server/application/src/main/java/com/apitable/int... |
backstage | https://github.com/backstage/backstage | 0c7936af831d45f220a061774d7f3416f81b7a0f | dependabot[bot] | 2022-02-07 15:16:30 | chore(deps-dev): bump husky from 6.0.0 to 7.0.4 | Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v6.0.0...v7.0.4)
--- | chore(deps-dev): bump husky from 6.0.0 to 7.0.4
Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v6.0.0...v7.0.4)
---
updated-dependencies:
- dependency-name: husky
dependency-typ... | diff --git a/package.json b/package.json
index 5c60cc41c6cd7..54841128a929c 100644
--- a/package.json
+++ b/package.json
@@ -68,7 +68,7 @@
"concurrently": "^7.0.0",
"eslint-plugin-notice": "^0.9.10",
"fs-extra": "9.1.0",
- "husky": "^6.0.0",
+ "husky": "^7.0.4",
"lerna": "^4.0.0",
"lint-s... |
neon | https://github.com/neondatabase/neon | 5af9660b9e4ad804433335662a3c1bf79cfeb637 | Alexander Bayandin | 2024-06-26 21:07:04 | CI(build-tools): don't install Postgres 14 (#6540) | ## Problem
We install Postgres 14 in `build-tools` image, but we don't need
it. We use Postgres binaries, which we build ourselves.
## Summary of changes
- Remove Postgresql 14 installation from `build-tools` image | CI(build-tools): don't install Postgres 14 (#6540)
## Problem
We install Postgres 14 in `build-tools` image, but we don't need
it. We use Postgres binaries, which we build ourselves.
## Summary of changes
- Remove Postgresql 14 installation from `build-tools` image | diff --git a/Dockerfile.build-tools b/Dockerfile.build-tools
index 5dd2c13c0e2b..a1483e550ec4 100644
--- a/Dockerfile.build-tools
+++ b/Dockerfile.build-tools
@@ -73,13 +73,6 @@ RUN curl -fsSL 'https://apt.llvm.org/llvm-snapshot.gpg.key' | apt-key add - \
&& bash -c 'for f in /usr/bin/clang*-${LLVM_VERSION} /usr/b... |
gitoxide | https://github.com/GitoxideLabs/gitoxide | d1f9c63f8a79dcb00766d94edda80ed9add724ea | Sebastian Thiel | 2023-08-02 19:27:10 | feat: add `fetch::Arguments::add_feature()` for unconditional additions of arguments that are supposed to be features. | This differentiation is important to support V1 and V2 correctly, which have a different notion of features with V1
special-casing them, and V2 just sees everything as arguments. | feat: add `fetch::Arguments::add_feature()` for unconditional additions of arguments that are supposed to be features.
This differentiation is important to support V1 and V2 correctly, which have a different notion of features with V1
special-casing them, and V2 just sees everything as arguments. | diff --git a/gix-protocol/src/fetch/arguments/blocking_io.rs b/gix-protocol/src/fetch/arguments/blocking_io.rs
index 571792148f1..c946d46e144 100644
--- a/gix-protocol/src/fetch/arguments/blocking_io.rs
+++ b/gix-protocol/src/fetch/arguments/blocking_io.rs
@@ -45,9 +45,7 @@ impl Arguments {
}
... |
sentry | https://github.com/getsentry/sentry | ecc36c67e00ccf0f35e494fd5de35f92ae5d8105 | Alex Zaslavsky | 2023-07-18 03:38:22 | test(backup): Add final model tests (#52924) | This change adds all of the remaining model tests, save those added in | test(backup): Add final model tests (#52924)
This change adds all of the remaining model tests, save those added in
PR #52778.
Issue: getsentry/team-ospo#156 | diff --git a/tests/sentry/backup/test_models.py b/tests/sentry/backup/test_models.py
index 18f2fa21a1f13e..3cf636332db5a5 100644
--- a/tests/sentry/backup/test_models.py
+++ b/tests/sentry/backup/test_models.py
@@ -1,13 +1,15 @@
from __future__ import annotations
import tempfile
-from datetime import datetime
+from... |
sentry | https://github.com/getsentry/sentry | 83a20a816de5d3a6dd26aacae5a0c9f80a74b55f | Richard Roggenkemper | 2022-10-25 03:13:24 | feat(growth): more icons for sandbox (#39684) | this pr exports more icons for use in modals in the sandbox | feat(growth): more icons for sandbox (#39684)
this pr exports more icons for use in modals in the sandbox | diff --git a/static/app/bootstrap/exportGlobals.tsx b/static/app/bootstrap/exportGlobals.tsx
index bd90e57cd6b36b..364ca99d0f7786 100644
--- a/static/app/bootstrap/exportGlobals.tsx
+++ b/static/app/bootstrap/exportGlobals.tsx
@@ -47,6 +47,8 @@ const SentryApp = {
getModalPortal: require('sentry/utils/getModalPortal... |
starship | https://github.com/starship/starship | a62012e3280238b4c794bbe484b296af3b8fb53a | JKatzwinkel | 2024-07-30 01:49:56 | fix(package): support alternative gradle module version syntax (#6080) | feat(package): support alternative gradle module version syntax (#6079) | fix(package): support alternative gradle module version syntax (#6080)
feat(package): support alternative gradle module version syntax (#6079) | diff --git a/src/modules/package.rs b/src/modules/package.rs
index f61461365a01..edc9fbe7bb63 100644
--- a/src/modules/package.rs
+++ b/src/modules/package.rs
@@ -110,7 +110,7 @@ fn get_gradle_version(context: &Context, config: &PackageConfig) -> Option<Strin
format_version(&caps["version"], config.version... |
talos | https://github.com/siderolabs/talos | 0b8778d772e946e341ac071170f3153ebb254a00 | Andrew Rynhard | 2019-07-25 11:11:43 | feat: enable missing KSPP sysctls | These were disabled in previous versions of Talos since BPF was
completely disabled. With this change, we now implement all recommended
sysctls. | feat: enable missing KSPP sysctls
These were disabled in previous versions of Talos since BPF was
completely disabled. With this change, we now implement all recommended
sysctls.
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com> | diff --git a/internal/pkg/rootfs/rootfs.go b/internal/pkg/rootfs/rootfs.go
index 99001ec6852..0d276d8df14 100644
--- a/internal/pkg/rootfs/rootfs.go
+++ b/internal/pkg/rootfs/rootfs.go
@@ -149,8 +149,6 @@ func generatePKI(data *userdata.UserData) (err error) {
return nil
}
-// We can ignore setting kernel.kexec_lo... |
kratos | https://github.com/ory/kratos | c9490c8927209b686aafe54b8a16207a8ef47ebe | Fabian Meyer | 2022-01-04 16:32:22 | fix: send 404 instead of null response for unknown verification flows (#2102) | Fixes the verification handler to write the error, instead of nil object, when the flow does not exist. Adds tests for every handler to check proper behavior in that regard. | fix: send 404 instead of null response for unknown verification flows (#2102)
Fixes the verification handler to write the error, instead of nil object, when the flow does not exist. Adds tests for every handler to check proper behavior in that regard.
Closes #2099 | diff --git a/selfservice/flow/login/handler_test.go b/selfservice/flow/login/handler_test.go
index 02de9b64c17b..d19c7844b22d 100644
--- a/selfservice/flow/login/handler_test.go
+++ b/selfservice/flow/login/handler_test.go
@@ -557,4 +557,12 @@ func TestGetFlow(t *testing.T) {
require.NoError(t, err)
assert.Equal(... |
talos | https://github.com/siderolabs/talos | ce795f1cea9d78c26edbcd4a40bb5d3637fde629 | Andrey Smirnov | 2021-03-22 14:41:06 | fix: command `etcd remove-member` shouldn't remove etcd data directory | There are two APIs and `talosctl` commands:
* `etcd leave` removes the member from the cluster and removes etcd
data directory for the called node
* `etcd remove-member <node>` removes some other node from the etcd
cluster, but it doesn't affect called node state
This fixes confusing naming of the methods vs. what th... | fix: command `etcd remove-member` shouldn't remove etcd data directory
There are two APIs and `talosctl` commands:
* `etcd leave` removes the member from the cluster and removes etcd
data directory for the called node
* `etcd remove-member <node>` removes some other node from the etcd
cluster, but it doesn't affect c... | diff --git a/internal/pkg/etcd/etcd.go b/internal/pkg/etcd/etcd.go
index 36dde628f33..df3b02ec34c 100644
--- a/internal/pkg/etcd/etcd.go
+++ b/internal/pkg/etcd/etcd.go
@@ -151,14 +151,27 @@ func validateMemberHealth(ctx context.Context, memberURIs []string) (err error)
return c.ValidateQuorum(ctx)
}
-// LeaveClus... |
tabby | https://github.com/TabbyML/tabby | 732d83feefbec8432021071f84183b433c727f93 | Zhiming Ma | 2023-08-17 19:58:41 | feat(agent): monitor completion response time. (#359) | * feat(agent): monitor completion response time.
* fix(agent): improve help message for running large model on cpu.
* fix: notification spacing. | feat(agent): monitor completion response time. (#359)
* feat(agent): monitor completion response time.
* fix(agent): improve help message for running large model on cpu.
* fix: notification spacing. | diff --git a/clients/tabby-agent/openapi/tabby.json b/clients/tabby-agent/openapi/tabby.json
index a1a83d433d00..86fbb29c2953 100644
--- a/clients/tabby-agent/openapi/tabby.json
+++ b/clients/tabby-agent/openapi/tabby.json
@@ -37,17 +37,9 @@
"responses": {
"200": {
"description": "Succe... |
docusaurus | https://github.com/facebook/docusaurus | 2bc54a80fcf82d89891255397ccd71c3bf5a03fe | Fanny | 2020-04-21 17:24:12 | feat(v2): bootstrap layout footer (#2635) | * feat(v2): add minor adjustements and footer component
* fix(v2): margin and spacing of footer
* fix(v2): spacings
* fix(v2): remove unrelated links of the bootstrap template
* fix(v2): remove unrelated links of the bootstrap template | feat(v2): bootstrap layout footer (#2635)
* feat(v2): add minor adjustements and footer component
* fix(v2): margin and spacing of footer
* fix(v2): spacings
* fix(v2): remove unrelated links of the bootstrap template
* fix(v2): remove unrelated links of the bootstrap template | diff --git a/packages/docusaurus-theme-bootstrap/src/theme/BlogListPage/index.js b/packages/docusaurus-theme-bootstrap/src/theme/BlogListPage/index.js
index 04490b8bf393..71c72864047b 100644
--- a/packages/docusaurus-theme-bootstrap/src/theme/BlogListPage/index.js
+++ b/packages/docusaurus-theme-bootstrap/src/theme/Blo... |
superset | https://github.com/apache/superset | 6d5771af346e1ae821b1ac0598751508265481a6 | Geido | 2022-04-07 19:47:50 | chore: Remove FilterBox.less (#19462) | * Remove FilterBox less
* Fix test
* Add theme top level
* Use styledMount | chore: Remove FilterBox.less (#19462)
* Remove FilterBox less
* Fix test
* Add theme top level
* Use styledMount | diff --git a/superset-frontend/src/visualizations/FilterBox/FilterBox.jsx b/superset-frontend/src/visualizations/FilterBox/FilterBox.jsx
index 8f5796644f1af..d734cf943dc67 100644
--- a/superset-frontend/src/visualizations/FilterBox/FilterBox.jsx
+++ b/superset-frontend/src/visualizations/FilterBox/FilterBox.jsx
@@ -22,... |
tachyon | https://github.com/kroma-network/tachyon | 02521d349dc994a50891526c1df16fafc05cdc1a | Ryan Kim | 2023-11-01 13:19:23 | fix(math): fix computing degree and size | - n = DegreeToSize(d) = d + 1
- d = SizeToDegree(n) = n - 1 | fix(math): fix computing degree and size
- n = DegreeToSize(d) = d + 1
- d = SizeToDegree(n) = n - 1 | diff --git a/tachyon/math/polynomials/univariate/mixed_radix_evaluation_domain.h b/tachyon/math/polynomials/univariate/mixed_radix_evaluation_domain.h
index 7807705a7..cd1bdc780 100644
--- a/tachyon/math/polynomials/univariate/mixed_radix_evaluation_domain.h
+++ b/tachyon/math/polynomials/univariate/mixed_radix_evaluat... |
verdaccio | https://github.com/verdaccio/verdaccio | b7b817533bbe22b6e1091a4718edc46d1f13378d | Juan Picado @jotadeveloper | 2019-01-13 17:26:50 | chore: add new detail page under development | update react@16.7.0
update react-dom@16.7.0 | chore: add new detail page under development
update react@16.7.0
update react-dom@16.7.0 | diff --git a/package.json b/package.json
index b480472f50a1..6ae43b0c6fff 100644
--- a/package.json
+++ b/package.json
@@ -130,9 +130,9 @@
"prettier": "1.14.3",
"prop-types": "15.6.2",
"puppeteer": "1.8.0",
- "react": "16.4.2",
+ "react": "16.7.0",
"react-autosuggest": "9.4.2",
- "react-dom... |
ant-design | https://github.com/ant-design/ant-design | 369cb69e7faab2857c138afb40b064c198943d83 | zombieJ | 2019-04-08 17:54:49 | feat: TreeSelect support `showSearch` in multiple mode (#15933) | * update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch | feat: TreeSelect support `showSearch` in multiple mode (#15933)
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch | diff --git a/components/tree-select/__tests__/index.test.js b/components/tree-select/__tests__/index.test.js
index ca6174a1e32f..5dcf8ef9f2a8 100644
--- a/components/tree-select/__tests__/index.test.js
+++ b/components/tree-select/__tests__/index.test.js
@@ -1,6 +1,18 @@
+import React from 'react';
+import { mount } fr... |
MaaAssistantArknights | https://github.com/MaaAssistantArknights/MaaAssistantArknights | ffab1a3c2ccb197c1071ed0479da5c67fd4be568 | zzyyyl | 2023-10-17 21:09:11 | chore: 优化 changelog_generator | - 增加 co-author 处理
- 忽略不带信息的 merge commit | chore: 优化 changelog_generator
- 增加 co-author 处理
- 忽略不带信息的 merge commit | diff --git a/tools/ChangelogGenerator/changelog_generator.py b/tools/ChangelogGenerator/changelog_generator.py
index a2f15bdd87b..761432e4e1d 100644
--- a/tools/ChangelogGenerator/changelog_generator.py
+++ b/tools/ChangelogGenerator/changelog_generator.py
@@ -43,7 +43,7 @@ def individual_commits(commits: dict, indent:... |
components | https://github.com/angular/components | ee4e3a346a8bcfd2a423d90a426be96ad33de79b | Kristiyan Kostadinov | 2024-11-04 18:42:36 | fix: remove ComponentFactoryResolver usage from scenes | `ComponentFactoryResolver` isn't necessary anymore so it can be removed. | fix: remove ComponentFactoryResolver usage from scenes
`ComponentFactoryResolver` isn't necessary anymore so it can be removed. | diff --git a/material.angular.io/scenes/src/app/scene-viewer/scene-viewer.ts b/material.angular.io/scenes/src/app/scene-viewer/scene-viewer.ts
index 1a591cfc1956..0044f3a0f20d 100644
--- a/material.angular.io/scenes/src/app/scene-viewer/scene-viewer.ts
+++ b/material.angular.io/scenes/src/app/scene-viewer/scene-viewer.... |
argo-workflows | https://github.com/argoproj/argo-workflows | 9004f5e263a4ead8a5be4a4a09db03064eb1d453 | dependabot[bot] | 2022-09-03 15:17:32 | chore(deps): bump google.golang.org/api from 0.93.0 to 0.94.0 (#9505) | Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.93.0 to 0.94.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-... | chore(deps): bump google.golang.org/api from 0.93.0 to 0.94.0 (#9505)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.93.0 to 0.94.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/... | diff --git a/go.mod b/go.mod
index 4a3f3dbaeae4..ec0471290df3 100644
--- a/go.mod
+++ b/go.mod
@@ -56,7 +56,7 @@ require (
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
- google.golang.org/api v0.93.... |
turborepo | https://github.com/vercel/turborepo | 6f48f2a9bc70891f69cf957351b524f9938a5a85 | Mitch (a.k.a Voz) | 2024-03-01 23:31:08 | fix: login success page redirect (#7558) | ### Description
Success page url was wrong and re-prompting with the same authorize page, even though it did nothing.
String formatting is hard sometimes.
### Testing Instructions
1. `turbo logout` -> ensure you have no tokens that'll prompt the "Existing token found!" check
2. `turbo login` -> get the login page
3. ... | fix: login success page redirect (#7558)
### Description
Success page url was wrong and re-prompting with the same authorize page, even though it did nothing.
String formatting is hard sometimes.
### Testing Instructions
1. `turbo logout` -> ensure you have no tokens that'll prompt the "Existing token found!" check
... | diff --git a/crates/turborepo-auth/src/auth/login.rs b/crates/turborepo-auth/src/auth/login.rs
index 9622b2583ad2f..fed11be09c69b 100644
--- a/crates/turborepo-auth/src/auth/login.rs
+++ b/crates/turborepo-auth/src/auth/login.rs
@@ -79,7 +79,15 @@ pub async fn login<T: Client + TokenClient + CacheClient>(
let re... |
jitsi-videobridge | https://github.com/jitsi/jitsi-videobridge | 1f31450cf99e585ed98c1e36d26e5a7e68a48fe7 | paweldomas | 2016-12-06 01:03:04 | feat: log SCTP events on INFO | This change is to be reverted once we learn why SCTP connections
are dropped. | feat: log SCTP events on INFO
This change is to be reverted once we learn why SCTP connections
are dropped. | diff --git a/src/main/java/org/jitsi/videobridge/SctpConnection.java b/src/main/java/org/jitsi/videobridge/SctpConnection.java
index bdd1485131..0838e60de5 100644
--- a/src/main/java/org/jitsi/videobridge/SctpConnection.java
+++ b/src/main/java/org/jitsi/videobridge/SctpConnection.java
@@ -722,10 +722,20 @@ public void... |
pytorch-lightning | https://github.com/Lightning-AI/pytorch-lightning | 42dc5d2af1ef00fe9725f27033549652a2ab4faa | Kaushik B | 2021-02-13 13:06:22 | Fix: Repeated .fit() calls ignore max_steps iteration bound (#5936) | * fix repeated fit calls ignoring max_steps
* fix fast dev progress bar | Fix: Repeated .fit() calls ignore max_steps iteration bound (#5936)
* fix repeated fit calls ignoring max_steps
* fix fast dev progress bar | diff --git a/pytorch_lightning/trainer/training_loop.py b/pytorch_lightning/trainer/training_loop.py
index 03a72eb71ab84..f727a15310a84 100644
--- a/pytorch_lightning/trainer/training_loop.py
+++ b/pytorch_lightning/trainer/training_loop.py
@@ -75,7 +75,7 @@ def on_trainer_init(
# If neither max_epochs or ma... |
quivr | https://github.com/QuivrHQ/quivr | b5c01efb780b122dc4cf2f25bb2bd279c6058259 | Stan Girard | 2023-10-07 00:02:23 | fix(question): fixed with user_settings (#1349) | # Description
Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.
## Checklist before requesting a review
Please delete options that are not relevant.
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my... | fix(question): fixed with user_settings (#1349)
# Description
Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.
## Checklist before requesting a review
Please delete options that are not relevant.
- [ ] My code follows the style guidelines of this p... | diff --git a/backend/routes/chat_routes.py b/backend/routes/chat_routes.py
index 7430422ec7d6..4f2970a5a960 100644
--- a/backend/routes/chat_routes.py
+++ b/backend/routes/chat_routes.py
@@ -209,7 +209,7 @@ async def create_question_handler(
openai_api_key=current_user.openai_api_key,
)
userSettings ... |
auto-dev | https://github.com/unit-mesh/auto-dev | 428f9408abe5975f870210c7f10bfe4a570ce696 | Phodal Huang | 2025-02-16 21:34:12 | refactor(parser): optimize code fence parsing logic | - Replace `IntRange.length` with a local extension function for better clarity and maintainability.
- Remove redundant imports and optimize language resolution in code parsing.
- Simplify language finding logic in `FileEditorPreviewSketch`. | refactor(parser): optimize code fence parsing logic
- Replace `IntRange.length` with a local extension function for better clarity and maintainability.
- Remove redundant imports and optimize language resolution in code parsing.
- Simplify language finding logic in `FileEditorPreviewSketch`. | diff --git a/core/src/main/kotlin/cc/unitmesh/devti/sketch/ui/FileEditorPreviewSketch.kt b/core/src/main/kotlin/cc/unitmesh/devti/sketch/ui/FileEditorPreviewSketch.kt
index 32542f603..5474777e5 100644
--- a/core/src/main/kotlin/cc/unitmesh/devti/sketch/ui/FileEditorPreviewSketch.kt
+++ b/core/src/main/kotlin/cc/unitmes... |
angular | https://github.com/angular/angular | 737f71e3aa763980e4bdc6f0d3f13e2c712b12d9 | Doug Parker | 2021-10-19 22:36:55 | refactor(compiler-cli): throw an error when compiling with View Engine. (#43862) | The View Engine compiler now throws when constructed and will be removed shortly. Direct users should switch to `NgtscProgram` to build with [Ivy](https://angular.io/guide/ivy). The View Engine compiler is being removed, so this makes it throw an error to ensure no one accidentally depends on code being removed.
PR Cl... | refactor(compiler-cli): throw an error when compiling with View Engine. (#43862)
The View Engine compiler now throws when constructed and will be removed shortly. Direct users should switch to `NgtscProgram` to build with [Ivy](https://angular.io/guide/ivy). The View Engine compiler is being removed, so this makes it ... | diff --git a/packages/compiler-cli/src/transformers/program.ts b/packages/compiler-cli/src/transformers/program.ts
index 6e17ff476f0fdb..73d78fd820dfb8 100644
--- a/packages/compiler-cli/src/transformers/program.ts
+++ b/packages/compiler-cli/src/transformers/program.ts
@@ -38,6 +38,12 @@ import {createMessageDiagnosti... |
MinerU | https://github.com/opendatalab/MinerU | b7e9d454e9e9f818883e249a8d50200675bf9752 | myhloli | 2024-10-30 15:51:38 | fix(ocr): improve image and table content extraction | - Update image content extraction to iterate through all spans in a block
- Add support for extracting table content from spans within a block
- Handle multiple content types within table spans (latex, html, image)
- Refactor code to be more modular and easier to maintain | fix(ocr): improve image and table content extraction
- Update image content extraction to iterate through all spans in a block
- Add support for extracting table content from spans within a block
- Handle multiple content types within table spans (latex, html, image)
- Refactor code to be more modular and easier to ma... | diff --git a/magic_pdf/dict2md/ocr_mkcontent.py b/magic_pdf/dict2md/ocr_mkcontent.py
index 91f8faf4..5c189a18 100644
--- a/magic_pdf/dict2md/ocr_mkcontent.py
+++ b/magic_pdf/dict2md/ocr_mkcontent.py
@@ -183,9 +183,10 @@ def para_to_standard_format_v2(para_block, img_buket_path, page_idx, drop_reason
para_conte... |
sentry | https://github.com/getsentry/sentry | e9071c235eb171e65857bf759c0d76574451d36b | Raj Joshi | 2024-05-09 09:08:35 | chore(api-idorslug): Updating More Comments to Reflect Support for organization_id_or_slug (#70569) | Some more comment changes en-masse. Should be the last of them. | chore(api-idorslug): Updating More Comments to Reflect Support for organization_id_or_slug (#70569)
Some more comment changes en-masse. Should be the last of them. | diff --git a/src/sentry/api/endpoints/artifact_bundles.py b/src/sentry/api/endpoints/artifact_bundles.py
index 0978afd672334f..702aad5dc1133f 100644
--- a/src/sentry/api/endpoints/artifact_bundles.py
+++ b/src/sentry/api/endpoints/artifact_bundles.py
@@ -67,7 +67,7 @@ def get(self, request: Request, project) -> Respons... |
immich | https://github.com/immich-app/immich | 6f37ab6a9ebae4da191b853109f89df2317d1118 | Alex | 2024-09-04 02:34:35 | fix(server): empty trash for archived assets (#12281) | * fix(server): empty trash for archived assets
* use withArchived
* add e2e test | fix(server): empty trash for archived assets (#12281)
* fix(server): empty trash for archived assets
* use withArchived
* add e2e test | diff --git a/e2e/src/api/specs/trash.e2e-spec.ts b/e2e/src/api/specs/trash.e2e-spec.ts
index 3049ff151165b..0c28a72825beb 100644
--- a/e2e/src/api/specs/trash.e2e-spec.ts
+++ b/e2e/src/api/specs/trash.e2e-spec.ts
@@ -42,6 +42,23 @@ describe('/trash', () => {
const after = await getAssetStatistics({ isTrashed: tr... |
nocodb | https://github.com/nocodb/nocodb | 6c4d0482e340c0baa94418719d7724ebc96add0f | Anbarasu | 2024-05-14 12:32:10 | fix: user management followup (#8458) | * fix(nocodb): image upload
* fix(nc-gui): invite workspace error
* feat: bug fixes(wip)
* fix(nocodb): incorrect members list
* fix(nc-gui): update row size
* fix(nc-gui): some more changes
* fix(nc-gui): show image
* chore: cleanup | fix: user management followup (#8458)
* fix(nocodb): image upload
* fix(nc-gui): invite workspace error
* feat: bug fixes(wip)
* fix(nocodb): incorrect members list
* fix(nc-gui): update row size
* fix(nc-gui): some more changes
* fix(nc-gui): show image
* chore: cleanup | diff --git a/packages/nc-gui/components/dlg/InviteDlg.vue b/packages/nc-gui/components/dlg/InviteDlg.vue
index 56f7ada6f1f2..5ba335e95ff9 100644
--- a/packages/nc-gui/components/dlg/InviteDlg.vue
+++ b/packages/nc-gui/components/dlg/InviteDlg.vue
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { ProjectRoles, type Ro... |
ccxt | https://github.com/ccxt/ccxt | 6810e85601c3e8006989c12dd79c9f8e3a79686e | Dan | 2023-12-15 11:04:18 | test(okcoin): static request, spot market orders | Added some market order tests for createOrder | test(okcoin): static request, spot market orders
Added some market order tests for createOrder | diff --git a/ts/src/test/static/request/okcoin.json b/ts/src/test/static/request/okcoin.json
index c5acc82d5d6d8..fa603cdaa32e8 100644
--- a/ts/src/test/static/request/okcoin.json
+++ b/ts/src/test/static/request/okcoin.json
@@ -43,7 +43,7 @@
],
"createOrder": [
{
- "descri... |
grafana | https://github.com/grafana/grafana | 4fef6ff30d683073f0f2e4c10ac039970197446d | ismail simsek | 2024-05-15 16:12:09 | Chore: Use TemplateSrv from @grafana/runtime in influxdb datasource (#87813) | use templatesrv from @grafana/runtime | Chore: Use TemplateSrv from @grafana/runtime in influxdb datasource (#87813)
use templatesrv from @grafana/runtime | diff --git a/public/app/plugins/datasource/influxdb/__mocks__/datasource.ts b/public/app/plugins/datasource/influxdb/__mocks__/datasource.ts
index 6630252bd64d0..4024021c2f3bb 100644
--- a/public/app/plugins/datasource/influxdb/__mocks__/datasource.ts
+++ b/public/app/plugins/datasource/influxdb/__mocks__/datasource.ts... |
angular | https://github.com/angular/angular | 7dbd47fb3015117c420f984181bfcb48e533525a | Kristiyan Kostadinov | 2023-10-10 23:49:41 | fix(compiler): allow newlines in track and let expressions (#52137) | Fixes that the template parser didn't allow for newlines in the `track` and `let` expressions of `@for` blocks. | fix(compiler): allow newlines in track and let expressions (#52137)
Fixes that the template parser didn't allow for newlines in the `track` and `let` expressions of `@for` blocks.
Fixes #52132.
PR Close #52137 | diff --git a/packages/compiler/src/render3/r3_control_flow.ts b/packages/compiler/src/render3/r3_control_flow.ts
index 1e01ab5b4dea97..199fa3e329220c 100644
--- a/packages/compiler/src/render3/r3_control_flow.ts
+++ b/packages/compiler/src/render3/r3_control_flow.ts
@@ -17,7 +17,7 @@ import * as t from './r3_ast';
con... |
MahApps.Metro | https://github.com/MahApps/MahApps.Metro | 82f6af2867d8a11267cfa3377c68cb55df99b9f2 | punker76 | 2022-06-23 13:29:39 | feat: use ClearControlCommand for PasswordBox | Use ClearControlCommand for PasswordBox instead the TextBoxHelper.IsClearTextButtonBehaviorEnabled attached property. | feat: use ClearControlCommand for PasswordBox
Use ClearControlCommand for PasswordBox instead the TextBoxHelper.IsClearTextButtonBehaviorEnabled attached property.
BREAKING CHANGE: remove MahApps.Styles.PasswordBox.Button and rename MahApps.Styles.PasswordBox.Button.Revealed style
Remove the obsolete MahApps.Styles.... | diff --git a/src/MahApps.Metro.Samples/MahApps.Metro.Demo/ExampleViews/TextExamples.xaml b/src/MahApps.Metro.Samples/MahApps.Metro.Demo/ExampleViews/TextExamples.xaml
index b031303944..e303116a9d 100644
--- a/src/MahApps.Metro.Samples/MahApps.Metro.Demo/ExampleViews/TextExamples.xaml
+++ b/src/MahApps.Metro.Samples/Mah... |
azerothcore-wotlk | https://github.com/azerothcore/azerothcore-wotlk | a1e9dfce41dbe75586ed9bf4a233e9122085893d | Kitzunu | 2024-07-31 02:23:11 | fix(Core/World): Crash on SendWorldText(Optional) (#19531) | * fix(Core/World): Crash on SendWorldText(Optional)
* WorldText should be sent to all sessions
* now it works | fix(Core/World): Crash on SendWorldText(Optional) (#19531)
* fix(Core/World): Crash on SendWorldText(Optional)
* WorldText should be sent to all sessions
* now it works | diff --git a/src/server/game/Chat/Chat.cpp b/src/server/game/Chat/Chat.cpp
index 1cc245c3e6657d..9cd64c8a17fbf6 100644
--- a/src/server/game/Chat/Chat.cpp
+++ b/src/server/game/Chat/Chat.cpp
@@ -102,50 +102,36 @@ bool ChatHandler::HasLowerSecurityAccount(WorldSession* target, uint32 target_ac
void ChatHandler::SendWor... |
appsmith | https://github.com/appsmithorg/appsmith | 0845f783d0302d7d303527f88a5e7fe364def82d | Shrikant Sharat Kandula | 2023-02-02 12:21:39 | chore: Fix Installation complete event not being sent (#20301) | The problem was that the Mono returned by `analyticsService.sendEvent`
was returned inside a `.map` call, which, (almost) always results in a
bug.
This PR fixes that. | chore: Fix Installation complete event not being sent (#20301)
The problem was that the Mono returned by `analyticsService.sendEvent`
was returned inside a `.map` call, which, (almost) always results in a
bug.
This PR fixes that. | diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/ExchangeUtils.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/ExchangeUtils.java
index c0f6771c6a7a..3d8be5751710 100644
--- a/app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/ExchangeUtils.... |
self-hosted | https://github.com/getsentry/self-hosted | f2e2dc2bb3c0c2505d0a6044989bdd29c7905fef | jnm | 2021-09-28 17:13:36 | docs: simplify Linux `sudo` instructions in README (#1096) | Describe an easier way to pass the `SENTRY_IMAGE` environment variable to `install.sh` when using `sudo` that doesn't require modifying the `sudo` configuration | docs: simplify Linux `sudo` instructions in README (#1096)
Describe an easier way to pass the `SENTRY_IMAGE` environment variable to `install.sh` when using `sudo` that doesn't require modifying the `sudo` configuration | diff --git a/README.md b/README.md
index 6c4874d19e..5c93853f16 100644
--- a/README.md
+++ b/README.md
@@ -38,23 +38,10 @@ Note that this may not work for all commit SHAs as this repository evolves with
### Using Linux
-If you are using Linux and you need to use `sudo` when running `./install.sh`, modifying the ve... |
coredns | https://github.com/coredns/coredns | 09046304a9c23287b94c083cc9e9dfa02999dee5 | dependabot[bot] | 2021-12-21 02:33:42 | build(deps): bump k8s.io/klog/v2 from 2.30.0 to 2.40.1 (#5052) | Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.30.0 to 2.40.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.30.0...v2.40.1)
--- | build(deps): bump k8s.io/klog/v2 from 2.30.0 to 2.40.1 (#5052)
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.30.0 to 2.40.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernete... | diff --git a/go.mod b/go.mod
index 4ab590676c0..37a4d3afc53 100644
--- a/go.mod
+++ b/go.mod
@@ -38,5 +38,5 @@ require (
k8s.io/api v0.23.1
k8s.io/apimachinery v0.23.1
k8s.io/client-go v0.23.0
- k8s.io/klog/v2 v2.30.0
+ k8s.io/klog/v2 v2.40.1
)
diff --git a/go.sum b/go.sum
index 0e18134d56f..b920555603a 100644
-... |
immich | https://github.com/immich-app/immich | 147747de32a7362db842d95433a4ab1688eece92 | kurama | 2024-09-23 13:10:23 | docs: add section for Traefik Reverse Proxy (#12813) | * added a section for the Traefik Proxy
* minimized the configs
* replaced config with a comment.
* Update docs/docs/administration/reverse-proxy.md
changed timeout values | docs: add section for Traefik Reverse Proxy (#12813)
* added a section for the Traefik Proxy
* minimized the configs
* replaced config with a comment.
* Update docs/docs/administration/reverse-proxy.md
changed timeout values
Co-authored-by: dvbthien <89862334+dvbthien@users.noreply.github.com>
* changed timeouts... | diff --git a/docs/docs/administration/reverse-proxy.md b/docs/docs/administration/reverse-proxy.md
index 1d2488f1192d8..c40fecbdc4c23 100644
--- a/docs/docs/administration/reverse-proxy.md
+++ b/docs/docs/administration/reverse-proxy.md
@@ -64,3 +64,43 @@ Below is an example config for Apache2 site configuration.
P... |
blockly | https://github.com/google/blockly | e9996bddef736421d51614b8426f664878ba51d0 | dependabot[bot] | 2022-06-21 19:32:08 | chore(deps): bump eslint from 8.17.0 to 8.18.0 (#6229) | Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.17.0...v8.18.0)
--- | chore(deps): bump eslint from 8.17.0 to 8.18.0 (#6229)
Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.17.0... | diff --git a/package-lock.json b/package-lock.json
index c4ec7cebe17..8e096046993 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3871,9 +3871,9 @@
}
},
"node_modules/eslint": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz",
- "in... |
eslint | https://github.com/eslint/eslint | ce3e62a86ef356bde4cc91e6badd5244dfaebe09 | 薛定谔的猫 | 2018-05-28 21:22:35 | Docs: remove test coverage badge (#10407) | Temporaryly removed the badge, since it has being disabled for a long time.
sorry for not following the template. :( | Docs: remove test coverage badge (#10407)
Temporaryly removed the badge, since it has being disabled for a long time.
sorry for not following the template. :( | diff --git a/README.md b/README.md
index cb8c0277d8e0..95c272094c76 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Build status][appveyor-image]][appveyor-url]
-[![Test coverage][coveralls-image]][coveralls-url]
[![Downloads... |
Android-Password-Store | https://github.com/android-password-store/Android-Password-Store | b708aca9e51692a2454a97a104fab71299f7a8fa | renovate[bot] | 2023-08-24 10:20:11 | chore(deps): update kotlin and compose (#2657) | * chore(deps): update kotlin and compose
* fix(deps): use prerelease Compose Compiler
--------- | chore(deps): update kotlin and compose (#2657)
* chore(deps): update kotlin and compose
* fix(deps): use prerelease Compose Compiler
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 825296122f..a962a0f7e2 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -4,11 +4,11 @@ androidxActivity = "1.8.0-alpha07"
bouncycastle = "1.76"
moshi = "1.15.0"
# @keep used for kotlinCompilerExtensionVersion
-composeCo... |
RSSHub | https://github.com/DIYgod/RSSHub | f892480be7f3795fae6ec2c8b60fd598670986f3 | SettingDust | 2024-02-03 08:05:11 | fix(modrinth): using path param instead of query string since the que… (#14367) | * fix(modrinth): using path param instead of query string since the query won't affect cached result
* fix(modrinth): use `URLSearchParams` instead of querystring
* docs(modrinth): typo
* fix(modrinth): avoid empty array query when no value
--------- | fix(modrinth): using path param instead of query string since the que… (#14367)
* fix(modrinth): using path param instead of query string since the query won't affect cached result
* fix(modrinth): use `URLSearchParams` instead of querystring
* docs(modrinth): typo
* fix(modrinth): avoid empty array query when no v... | diff --git a/lib/v2/modrinth/maintainer.js b/lib/v2/modrinth/maintainer.js
index 56b5f95fc8a684..c0bf2494494afb 100644
--- a/lib/v2/modrinth/maintainer.js
+++ b/lib/v2/modrinth/maintainer.js
@@ -1,3 +1,3 @@
module.exports = {
- '/project/:id/versions': ['SettingDust'],
+ '/project/:id/versions/:routeParams?': ['... |
databend | https://github.com/databendlabs/databend | 4bf53b947bdc1c0ff289a186627135ff0a092da5 | 张炎泼 | 2023-02-25 19:53:34 | refactor(meta): upgrade openraft to 0.7.4 | openraft released 0.7.4; Nothing really changed since 0.7.4-alpha.3 | refactor(meta): upgrade openraft to 0.7.4
openraft released 0.7.4; Nothing really changed since 0.7.4-alpha.3 | diff --git a/Cargo.lock b/Cargo.lock
index 0cd6291a6f46d..e6a4728f0e5bb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5550,8 +5550,8 @@ dependencies = [
[[package]]
name = "openraft"
-version = "0.7.3"
-source = "git+https://github.com/drmingdrmer/openraft?tag=v0.7.4-alpha.3#c6fe29d4a53b47f6c43d83a24e1610788a4c0166"... |
materialize | https://github.com/MaterializeInc/materialize | 74ec54045ba91040d49ce3663ce3e100535ad30e | dependabot[bot] | 2022-08-28 21:07:55 | build(deps): bump sysctl from 0.4.4 to 0.4.6 | Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.4.4 to 0.4.6.
- [Release notes](https://github.com/johalun/sysctl-rs/releases)
- [Changelog](https://github.com/johalun/sysctl-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johalun/sysctl-rs/commits/v0.4.6)
--- | build(deps): bump sysctl from 0.4.4 to 0.4.6
Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.4.4 to 0.4.6.
- [Release notes](https://github.com/johalun/sysctl-rs/releases)
- [Changelog](https://github.com/johalun/sysctl-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johalun/sysctl-rs/commits/v... | diff --git a/Cargo.lock b/Cargo.lock
index 73b7b00eb7fb8..abca4de16d078 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5956,9 +5956,9 @@ dependencies = [
[[package]]
name = "sysctl"
-version = "0.4.4"
+version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1123645dfaf2b5eac6b... |
gatsby | https://github.com/gatsbyjs/gatsby | c6520c28bf432419397f54aecbec67dc0fb59d50 | Erin | 2019-11-01 05:01:19 | Docs: Added Info on Global Styles (#18293) | * added info about global styles
* edits based on suggestions/feedback
* PR feedback | Docs: Added Info on Global Styles (#18293)
* added info about global styles
* edits based on suggestions/feedback
* PR feedback | diff --git a/docs/docs/styled-components.md b/docs/docs/styled-components.md
index 2da273e6e49e2..79def1db1f60a 100644
--- a/docs/docs/styled-components.md
+++ b/docs/docs/styled-components.md
@@ -112,6 +112,28 @@ export default () => (
)
```
+## Creating Global Styles
+
+Styled-components are primarily used for a ... |
bytebase | https://github.com/bytebase/bytebase | 851e2f874999888378852319a9a01843ff4c777e | Liu Ji | 2023-10-10 07:45:12 | feat(sql-editor): cancel query (#8617) | * feat: cancel query
* chore: wrong field | feat(sql-editor): cancel query (#8617)
* feat: cancel query
* chore: wrong field | diff --git a/frontend/src/composables/useExecuteSQL.ts b/frontend/src/composables/useExecuteSQL.ts
index d13835ae7e9da5..819ef737b8bcf9 100644
--- a/frontend/src/composables/useExecuteSQL.ts
+++ b/frontend/src/composables/useExecuteSQL.ts
@@ -173,16 +173,38 @@ const useExecuteSQL = () => {
});
};
+ con... |
core | https://github.com/stenciljs/core | 13fac0399fd08672832adb52ee3caed57aef2f2f | Tanner Reits | 2023-07-15 00:30:42 | fix(compiler): only create one class member when transforming `@Element()` decorators (#4547) | * only create one class member for an `@Element()`
* add some regression tests | fix(compiler): only create one class member when transforming `@Element()` decorators (#4547)
* only create one class member for an `@Element()`
* add some regression tests | diff --git a/src/compiler/transformers/component-lazy/lazy-element-getter.ts b/src/compiler/transformers/component-lazy/lazy-element-getter.ts
index 27c490b67b7..0e4b1158e6b 100644
--- a/src/compiler/transformers/component-lazy/lazy-element-getter.ts
+++ b/src/compiler/transformers/component-lazy/lazy-element-getter.ts... |
tabby | https://github.com/TabbyML/tabby | 28cd13797f3fc161d3f3fe25132b5d53030155dd | Wei Zhang | 2025-01-20 21:13:22 | feat(graphQL): add is_sso_user and forbid update name, password for s… (#3733) | * feat(graphQL): add is_sso_user and forbid update name, password for sso users | feat(graphQL): add is_sso_user and forbid update name, password for s… (#3733)
* feat(graphQL): add is_sso_user and forbid update name, password for sso users
Signed-off-by: Wei Zhang <kweizh@tabbyml.com>
* chore: users should return is_sso_user
Signed-off-by: Wei Zhang <kweizh@tabbyml.com>
* [autofix.ci] apply au... | diff --git a/ee/tabby-db/src/users.rs b/ee/tabby-db/src/users.rs
index 347415e04735..b5c7409fcb3a 100644
--- a/ee/tabby-db/src/users.rs
+++ b/ee/tabby-db/src/users.rs
@@ -16,6 +16,9 @@ pub struct UserDAO {
pub id: i64,
pub email: String,
pub name: Option<String>,
+
+ // when the user is created with p... |
sqlc | https://github.com/sqlc-dev/sqlc | b9c3af439a03ee48a2313fbbc12b40d7c0198421 | dependabot[bot] | 2023-07-25 20:50:46 | build(deps): bump sphinxcontrib-htmlhelp from 2.0.0 to 2.0.1 in /docs (#2518) | Bumps [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) from 2.0.0 to 2.0.1.
- [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.0...2.0.1)
--- | build(deps): bump sphinxcontrib-htmlhelp from 2.0.0 to 2.0.1 in /docs (#2518)
Bumps [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) from 2.0.0 to 2.0.1.
- [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphin... | diff --git a/docs/requirements.txt b/docs/requirements.txt
index ef645a22bb..16ec60a678 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -21,7 +21,7 @@ sphinx-rtd-theme==1.2.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-serializinghtml==1.1.5
-sphinxcontrib-htmlhelp==2.... |
amplication | https://github.com/amplication/amplication | 8deb711e5a8664d7208314111d877259b78bb7e1 | Daniele Iasella | 2022-12-08 18:40:42 | chore(ci): fix ci auto-deploy on next environment (#4589) | * chore(ci): fix and improve visibility of ci cd pipeline
* fix: workflow input usage - https://github.blog/changelog/2022-06-10-github-actions-inputs-unified-across-manual-and-reusable-workflows | chore(ci): fix ci auto-deploy on next environment (#4589)
* chore(ci): fix and improve visibility of ci cd pipeline
* fix: workflow input usage - https://github.blog/changelog/2022-06-10-github-actions-inputs-unified-across-manual-and-reusable-workflows | diff --git a/.github/workflows/ci-nx.yml b/.github/workflows/ci-nx.yml
index 980131e3bf..2debdfecce 100644
--- a/.github/workflows/ci-nx.yml
+++ b/.github/workflows/ci-nx.yml
@@ -160,3 +160,12 @@ jobs:
# https://www.npmjs.com/package/@nx-tools/nx-docker
INPUT_TAGS: ${{ steps.meta.outputs.tags }}
... |
angular | https://github.com/angular/angular | 3ab923328c3301be57684c3d7d84f42083ea5ad5 | Andrew Scott | 2023-09-26 23:29:20 | refactor(router): Remove code duplication in matching logic (#51731) | This commit re-uses the match function rather than duplicating the matching and error handling
PR Close #51731 | refactor(router): Remove code duplication in matching logic (#51731)
This commit re-uses the match function rather than duplicating the matching and error handling
PR Close #51731 | diff --git a/packages/router/src/recognize.ts b/packages/router/src/recognize.ts
index f12f7998843a0f..d974691df6dac8 100644
--- a/packages/router/src/recognize.ts
+++ b/packages/router/src/recognize.ts
@@ -64,49 +64,38 @@ export class Recognizer {
recognize(): Observable<{state: RouterStateSnapshot, tree: UrlTree}>... |
components | https://github.com/angular/components | 8872c1642c2f5c7b94f1794ceb457e2bb85f532e | Kristiyan Kostadinov | 2023-06-14 18:02:24 | refactor(material/autocomplete): switch to tokens API (#27288) | Reworks the autocomplete to use the new tokens API. | refactor(material/autocomplete): switch to tokens API (#27288)
Reworks the autocomplete to use the new tokens API. | diff --git a/src/material/autocomplete/BUILD.bazel b/src/material/autocomplete/BUILD.bazel
index 6c6607f3c27a..7af110535912 100644
--- a/src/material/autocomplete/BUILD.bazel
+++ b/src/material/autocomplete/BUILD.bazel
@@ -38,6 +38,7 @@ sass_binary(
deps = [
"//:mdc_sass_lib",
"//src/cdk:sass_lib... |
influxdb | https://github.com/influxdata/influxdb | 231e0f48ab82e0705cc97db3a2c4e445643f8c55 | Marco Neumann | 2023-05-03 18:16:51 | test: add test for InfluxQL md queries w/ `FROM ""` (#7728) | See https://github.com/influxdata/idpe/issues/17559 . | test: add test for InfluxQL md queries w/ `FROM ""` (#7728)
See https://github.com/influxdata/idpe/issues/17559 .
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | diff --git a/influxdb_iox/tests/query_tests2/cases/in/influxql_metadata.influxql b/influxdb_iox/tests/query_tests2/cases/in/influxql_metadata.influxql
index c8a44f80330..0cdf0f0048e 100644
--- a/influxdb_iox/tests/query_tests2/cases/in/influxql_metadata.influxql
+++ b/influxdb_iox/tests/query_tests2/cases/in/influxql_m... |
cilium | https://github.com/cilium/cilium | 9606ff5a7552cbb8c4160ef3ff19111e05930b8f | Tam Mach | 2020-08-04 21:05:53 | docs(e2e): Update kube version in e2e docs | This PR is to update the default version to 1.19 if K8S_VERSION in not
passed, as well as to remove old versions that cilium is no longer
supported. | docs(e2e): Update kube version in e2e docs
This PR is to update the default version to 1.19 if K8S_VERSION in not
passed, as well as to remove old versions that cilium is no longer
supported.
Signed-off-by: Tam Mach <sayboras@yahoo.com> | diff --git a/Documentation/contributing/testing/e2e.rst b/Documentation/contributing/testing/e2e.rst
index 06266794a06ea..587ca53f2221e 100644
--- a/Documentation/contributing/testing/e2e.rst
+++ b/Documentation/contributing/testing/e2e.rst
@@ -122,10 +122,6 @@ contain any characters after it.
The Kubernetes tests s... |
leetcode | https://github.com/doocs/leetcode | 90f4977e717f65b8da60fe5723b8ea4f86231b08 | yanglbme | 2023-05-19 15:29:23 | feat: add solutions to lc problem: No.1375 | No.1375.Number of Times Binary String Is Prefix-Aligned | feat: add solutions to lc problem: No.1375
No.1375.Number of Times Binary String Is Prefix-Aligned | diff --git a/solution/1300-1399/1375.Number of Times Binary String Is Prefix-Aligned/README.md b/solution/1300-1399/1375.Number of Times Binary String Is Prefix-Aligned/README.md
index 0cd0d7bf1341d..a951721a0a124 100644
--- a/solution/1300-1399/1375.Number of Times Binary String Is Prefix-Aligned/README.md
+++ b/solu... |
aws-cdk | https://github.com/aws/aws-cdk | b3145fa0c97174d502fdea66b587e8dd9f234f02 | dependabot-preview[bot] | 2020-03-07 08:52:15 | chore(deps-dev): bump @types/jest from 25.1.3 to 25.1.4 (#6614) | Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.3 to 25.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) | chore(deps-dev): bump @types/jest from 25.1.3 to 25.1.4 (#6614)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.3 to 25.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyp... | diff --git a/packages/@aws-cdk/assert/package.json b/packages/@aws-cdk/assert/package.json
index 5631aa386ec2d..b36243c58f53a 100644
--- a/packages/@aws-cdk/assert/package.json
+++ b/packages/@aws-cdk/assert/package.json
@@ -29,7 +29,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
- "@types/jest": "^2... |
ruffle | https://github.com/ruffle-rs/ruffle | f455037d34523c652618a436f6e5a56cddfe174f | dependabot[bot] | 2024-06-24 18:42:48 | build(deps): bump the npm-minor group in /web with 7 updates | Bumps the npm-minor group in /web with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `36.0.0` | `36.0.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` |
| [tsx](https://github.com/privatenum... | build(deps): bump the npm-minor group in /web with 7 updates
Bumps the npm-minor group in /web with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `36.0.0` | `36.0.1` |
| [typescript](https://github.com/Microsoft/TypeScrip... | diff --git a/web/package-lock.json b/web/package-lock.json
index eccd71966c284..15a75af69fd2f 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -29,17 +29,17 @@
"mocha": "^10.4.0",
"prettier": "^3.3.2",
"stylelint": "^16.6.1",
- "stylelin... |
RSSHub | https://github.com/DIYgod/RSSHub | 98273972540c42becf9b3581ac7aa8a73ce2e76d | dependabot[bot] | 2023-11-09 04:50:33 | chore(deps-dev): bump @types/git-rev-sync from 2.0.1 to 2.0.2 (#13735) | * chore(deps-dev): bump @types/git-rev-sync from 2.0.1 to 2.0.2
Bumps [@types/git-rev-sync](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/git-rev-sync) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped... | chore(deps-dev): bump @types/git-rev-sync from 2.0.1 to 2.0.2 (#13735)
* chore(deps-dev): bump @types/git-rev-sync from 2.0.1 to 2.0.2
Bumps [@types/git-rev-sync](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/git-rev-sync) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/DefinitelyTyped/... | diff --git a/package.json b/package.json
index a84821013d8f29..ef09af5a3f0497 100644
--- a/package.json
+++ b/package.json
@@ -156,7 +156,7 @@
"@types/eslint-config-prettier": "6.11.2",
"@types/etag": "1.8.2",
"@types/fs-extra": "11.0.4",
- "@types/git-rev-sync": "2.0.1",
+ "@types/git-rev-sync": "... |
DPlayer | https://github.com/DIYgod/DPlayer | 75e399a9fb5fc98ad9ea7d31178ed5ca1cc820aa | dependabot-preview[bot] | 2020-11-09 15:30:13 | chore(deps-dev): bump mini-css-extract-plugin from 1.2.1 to 1.3.0 | Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://g... | chore(deps-dev): bump mini-css-extract-plugin from 1.2.1 to 1.3.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini... | diff --git a/package.json b/package.json
index 83358af29..675a76ff1 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"exports-loader": "^1.0.0",
"file-loader": "^6.0.0",
"git-revision-webpack-plugin": "^3.0.3",
- "mini-css-extract-plugin": "1.2.1",
+ "mini-css-extr... |
nest | https://github.com/nestjs/nest | 9972ac6f27fb3ff10c39c979178ffc8010ef2ea1 | dependabot[bot] | 2024-07-17 05:37:15 | chore(deps-dev): bump @grpc/grpc-js from 1.10.11 to 1.11.1 | Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.11 to 1.11.1.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.11...@grpc/grpc-js@1.11.1)
--- | chore(deps-dev): bump @grpc/grpc-js from 1.10.11 to 1.11.1
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.11 to 1.11.1.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.11...@grpc/grpc-js@1.11.1)
---
updated-depe... | diff --git a/package-lock.json b/package-lock.json
index 7382d7f3e85..29719b45ad7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -40,7 +40,7 @@
"@fastify/multipart": "8.3.0",
"@fastify/static": "7.0.4",
"@fastify/view": "9.1.0",
- "@grpc/grpc-js": "1.10.11",
+ "@grpc/... |
resty | https://github.com/go-resty/resty | 8b24a96079f4a70d14410e10e751efda8497520d | Jeevanandam M. | 2024-11-24 08:57:39 | feat!: enhance and add feature into digest auth flow #914 (#921) | - redesign the digest auth internals, cleanup, and improvements
- add 'auth-int' QOP support
- add and update digest hash functions
- remove the 'Request.SetDigestAuth' method, keep the option only at the client level | feat!: enhance and add feature into digest auth flow #914 (#921)
- redesign the digest auth internals, cleanup, and improvements
- add 'auth-int' QOP support
- add and update digest hash functions
- remove the 'Request.SetDigestAuth' method, keep the option only at the client level | diff --git a/client.go b/client.go
index c4db7656..f6f25243 100644
--- a/client.go
+++ b/client.go
@@ -575,8 +575,9 @@ func (c *Client) SetAuthScheme(scheme string) *Client {
return c
}
-// SetDigestAuth method sets the Digest Access auth scheme for the client. If a server responds with 401 and sends
-// a Digest ... |
revanced-patches | https://github.com/ReVanced/revanced-patches | ed24a201a9fbe08dd6694582d0ab08ced8ad026a | oSumAtrIX | 2023-08-27 08:07:21 | fix: Revert previous release | The previous release depends on a version of ReVanced Patcher which prevents usage of resource patches on lower Android versions. To solve this issue temporarily, until a fix is present, the previous release is reverted. | fix: Revert previous release
The previous release depends on a version of ReVanced Patcher which prevents usage of resource patches on lower Android versions. To solve this issue temporarily, until a fix is present, the previous release is reverted. | diff --git a/build.gradle.kts b/build.gradle.kts
index 88bcaec7bd..8a3149d6c5 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -4,15 +4,17 @@ plugins {
group = "app.revanced"
+val githubUsername: String = project.findProperty("gpr.user") as? String ?: System.getenv("GITHUB_ACTOR")
+val githubPassword: Strin... |
shields | https://github.com/badges/shields | 6ef8d3869a67566e6c0d32d1a900aa3f90b52b3c | dependabot[bot] | 2023-08-11 20:02:28 | chore(deps-dev): bump eslint-plugin-jsdoc from 46.4.5 to 46.4.6 (#9457) | Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.4.5 to 46.4.6.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v46.... | chore(deps-dev): bump eslint-plugin-jsdoc from 46.4.5 to 46.4.6 (#9457)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.4.5 to 46.4.6.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.release... | diff --git a/package-lock.json b/package-lock.json
index 5078691f2ec39..b7111cc4adfd5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -83,7 +83,7 @@
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-icedfrisby": "^0.1.0",
"eslint-plugin-import": "^2.28.0",
- "eslint-plugin-j... |
node | https://github.com/nodejs/node | 78913393fa67fdae7a3a87ccf82093b814edcaf8 | Sam Roberts | 2019-03-10 05:19:01 | test: rewrite ocsp test to run in parallel | Run tests in parallel and use common.mustCall() and mustNotCall()
instead of process.exit() to ensure test assertions are run. | test: rewrite ocsp test to run in parallel
Run tests in parallel and use common.mustCall() and mustNotCall()
instead of process.exit() to ensure test assertions are run.
PR-URL: https://github.com/nodejs/node/pull/26460
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Revi... | diff --git a/test/parallel/test-tls-ocsp-callback.js b/test/parallel/test-tls-ocsp-callback.js
index 2670fefd3dcf72..d374ebdf63fb2c 100644
--- a/test/parallel/test-tls-ocsp-callback.js
+++ b/test/parallel/test-tls-ocsp-callback.js
@@ -36,21 +36,20 @@ const assert = require('assert');
const SSL_OP_NO_TICKET = require('... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.