Dataset Viewer
Auto-converted to Parquet Duplicate
commit_message
stringlengths
9
1.67k
sha
stringlengths
40
40
type
stringclasses
10 values
annotated_type
stringclasses
10 values
masked_commit_message
stringlengths
3
1.66k
git_diff
stringlengths
162
6.45M
input_prompt
stringclasses
1 value
refactor(topology): coordinator accepts a request transformer instead of a list of operations The request transformer can generate the operations from the current topology. This helps to - ensure that the operations are generated based on the latest topology. When concurrent changes happens, coordinator can detect i...
dec860436916ef216998f80f8b2f9c39d00c064d
refactor
feat
coordinator accepts a request transformer instead of a list of operations The request transformer can generate the operations from the current topology. This helps to - ensure that the operations are generated based on the latest topology. When concurrent changes happens, coordinator can detect it. Previously it was...
diff --git a/topology/src/main/java/io/camunda/zeebe/topology/changes/TopologyChangeCoordinator.java b/topology/src/main/java/io/camunda/zeebe/topology/changes/TopologyChangeCoordinator.java index 8bb5c3d..f8f5e24 100644 --- a/topology/src/main/java/io/camunda/zeebe/topology/changes/TopologyChangeCoordinator.java +++ b...
style(content): remove unused
a50b51999015e210918d9c8e95fd4cac347353be
style
refactor
remove unused
diff --git a/src/content/redux/modules/dictionaries.ts b/src/content/redux/modules/dictionaries.ts index 88f7215..570d397 100644 --- a/src/content/redux/modules/dictionaries.ts +++ b/src/content/redux/modules/dictionaries.ts @@ -3,7 +3,6 @@ import { DictID, appConfigFactory, AppConfig } from '@/app-config' import isEq...
feat: add dirty checker
d1f849e5d0813d27bcc4f99164796622d81d31cd
feat
feat
add dirty checker
diff --git a/packages/compiler/experimental/utils.ts b/packages/compiler/experimental/utils.ts index 2bad74d..56aff7e 100644 --- a/packages/compiler/experimental/utils.ts +++ b/packages/compiler/experimental/utils.ts @@ -30,3 +30,31 @@ export const createEdit = ({ t.objectProperty(t.identifier('b'), block ?? t.nul...
style: dis-`allow()` untriggered lints
816b0d49c45f6669c5aae748396e9551f2e30a96
style
style
dis-`allow()` untriggered lints
diff --git a/src/app/help.rs b/src/app/help.rs index 40c1749..0b22a27 100644 --- a/src/app/help.rs +++ b/src/app/help.rs @@ -916,7 +916,6 @@ impl<'a> Help<'a> { } } -#[cfg_attr(feature = "lints", allow(explicit_counter_loop))] fn wrap_help(help: &mut String, longest_w: usize, avail_chars: usize) { debugln...
fix(alert): disable listeners until ready Closes #5821
584470337a0ee82bfa92e43fac291bb8e5132fa0
fix
fix
disable listeners until ready Closes #5821
diff --git a/ionic/components/action-sheet/action-sheet.ts b/ionic/components/action-sheet/action-sheet.ts index 20e54b7..4bdd447 100644 --- a/ionic/components/action-sheet/action-sheet.ts +++ b/ionic/components/action-sheet/action-sheet.ts @@ -193,6 +193,7 @@ class ActionSheetCmp { private descId: string; privat...
fix: show deprecation warning for 'keyboardHandlingEnabled' prop
146b3625f37ed6788d21ebfc6ac7a5516e102c03
fix
fix
show deprecation warning for 'keyboardHandlingEnabled' prop
diff --git a/packages/stack/src/navigators/createStackNavigator.tsx b/packages/stack/src/navigators/createStackNavigator.tsx index 102bb36..e67c2c6 100644 --- a/packages/stack/src/navigators/createStackNavigator.tsx +++ b/packages/stack/src/navigators/createStackNavigator.tsx @@ -40,14 +40,14 @@ function StackNavigator...
style(config): further beautify the changelog in this repo
fd7446ce2f977da44620dc61a95a7e642f6fd000
style
docs
further beautify the changelog in this repo
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdafc5..edc8c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,979 +2,941 @@ All notable changes to this project will be documented in this file. -## [1.2.0] - 2023-04-28 +## [1.2.0](https://github.com/orhun/git-cliff/compare/v1.1.2..v1.2.0) - 2023-04-28 ### ⛰...
ci: dump benchmark data to gcs bucket
7f4f8597e829e3e67ecf4858c30f6dbddcc4783a
ci
ci
dump benchmark data to gcs bucket
diff --git a/.github/workflows/ibis-docs-lint.yml b/.github/workflows/ibis-docs-lint.yml index 0495861..00c3343 100644 --- a/.github/workflows/ibis-docs-lint.yml +++ b/.github/workflows/ibis-docs-lint.yml @@ -140,15 +140,22 @@ jobs: comment-on-alert: true alert-threshold: "300%" - - name: c...
feat(cross-check): change min checked results for score calculation
fd849bd08363df60dbc8b9b6d55bac4f5ace88f4
feat
docs
change min checked results for score calculation
diff --git a/server/src/services/courseService.ts b/server/src/services/courseService.ts index 89633f4..10bfc55 100644 --- a/server/src/services/courseService.ts +++ b/server/src/services/courseService.ts @@ -580,8 +580,7 @@ export async function getTaskSolutionCheckers(courseTaskId: number, minCheckedCo .createQu...
perf: Do not do verb formatting at runtime Saves 1K.
3258396738a0129375be9f647ce0b32bfc676568
perf
perf
Do not do verb formatting at runtime Saves 1K.
diff --git a/src/parse/errors.rs b/src/parse/errors.rs index e2e5929..7c59523 100644 --- a/src/parse/errors.rs +++ b/src/parse/errors.rs @@ -821,7 +821,7 @@ impl Error { c.warning(max_occurs.to_string()); c.none(" occurrences, but "); c.warning(curr_occurs.to_string()); - c.none(format...
refactor(player): simplify loadFiles code
983fef55ef08ca2ca25349bb2d5bdff10ecf89f4
refactor
refactor
simplify loadFiles code
diff --git a/frontend/app/player/web/network/loadFiles.ts b/frontend/app/player/web/network/loadFiles.ts index ec174fc..d164333 100644 --- a/frontend/app/player/web/network/loadFiles.ts +++ b/frontend/app/player/web/network/loadFiles.ts @@ -1,43 +1,33 @@ import APIClient from 'App/api_client'; -const NO_NTH_FILE = "...
test(sqlalchemy): add test for spurious cross join
8dac3fe5a7a56356ca95547fcf7925bec8d9c1dd
test
test
add test for spurious cross join
diff --git a/ibis/tests/sql/test_sqlalchemy.py b/ibis/tests/sql/test_sqlalchemy.py index 4ad32a6..b2e5d72 100644 --- a/ibis/tests/sql/test_sqlalchemy.py +++ b/ibis/tests/sql/test_sqlalchemy.py @@ -841,3 +841,63 @@ def test_filter_group_by_agg_with_same_name(): ) ex = sa.select([t0]).where(t0.c.bigint_col == 6...
chore: add `consistent-type-imports` rule in eslint Signed-off-by: Pranav C <pranavxc@gmail.com>
89be2f3215015fa5fa3100f7321cf80015b17e79
chore
chore
add `consistent-type-imports` rule in eslint Signed-off-by: Pranav C <pranavxc@gmail.com>
diff --git a/packages/nocodb/.eslintrc.json b/packages/nocodb/.eslintrc.json index 9e36781..144c3a0 100644 --- a/packages/nocodb/.eslintrc.json +++ b/packages/nocodb/.eslintrc.json @@ -57,46 +57,7 @@ "no-useless-catch": "off", "no-empty": "off", "@typescript-eslint/no-empty-function": "off", - "import...
refactor: replace hasattr + getattr with only getattr
4ab765a04599475813ac010dfb21c0f74d14e925
refactor
refactor
replace hasattr + getattr with only getattr
diff --git a/ibis/backends/base/sql/compiler/extract_subqueries.py b/ibis/backends/base/sql/compiler/extract_subqueries.py index b04cfb8..eab8d22 100644 --- a/ibis/backends/base/sql/compiler/extract_subqueries.py +++ b/ibis/backends/base/sql/compiler/extract_subqueries.py @@ -34,11 +34,11 @@ class ExtractSubqueries: ...
build(benchmarks): remove unnecessary spotless definition It receives this already from the parent pom.
7f9721dc9bbf66a3712d59352f64ca089da139f0
build
build
remove unnecessary spotless definition It receives this already from the parent pom.
diff --git a/benchmarks/project/pom.xml b/benchmarks/project/pom.xml index 62030b6..ab87dea 100644 --- a/benchmarks/project/pom.xml +++ b/benchmarks/project/pom.xml @@ -123,11 +123,6 @@ </plugin> <plugin> - <groupId>com.diffplug.spotless</groupId> - <artifactId>spotless-maven-plugin</artif...
docs: replace global CLI installation instructions with `npx` alternative
9bdccc3cdb5bd3fbbb244ddbc824878cd9b43563
docs
docs
replace global CLI installation instructions with `npx` alternative
diff --git a/docs/Cube.js-ClI/Using-the-Cube.js-CLI.md b/docs/Cube.js-ClI/Using-the-Cube.js-CLI.md index c0d00b9..86d4a97 100644 --- a/docs/Cube.js-ClI/Using-the-Cube.js-CLI.md +++ b/docs/Cube.js-ClI/Using-the-Cube.js-CLI.md @@ -8,49 +8,49 @@ menuOrder: 1 The Cube.js command line interface (CLI) is used for various Cu...
fix: set Opensearch version to 2.5.0 We use Opensearch 2.5.0 in our dependencies. This is tied to the Opensearch versions of other component of the platform. This Docker compose file is only used for local testing. Let's make sure we test on the actual version we support.
b7beb4d8cf19bbb7b72997a8276300a786e4fb5e
fix
build
set Opensearch version to 2.5.0 We use Opensearch 2.5.0 in our dependencies. This is tied to the Opensearch versions of other component of the platform. This Docker compose file is only used for local testing. Let's make sure we test on the actual version we support.
diff --git a/exporters/opensearch-exporter/docker-compose.yml b/exporters/opensearch-exporter/docker-compose.yml index 8fe84b3..647afa1 100644 --- a/exporters/opensearch-exporter/docker-compose.yml +++ b/exporters/opensearch-exporter/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: opensearch: - image...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
36

Models trained or fine-tuned on 0x404/ccs_dataset