Dataset Viewer
Auto-converted to Parquet Duplicate
commit_message
stringlengths
3
11.9k
diff
stringlengths
233
52.7k
concern_count
int64
1
5
shas
stringlengths
44
220
types
stringclasses
119 values
repo
stringclasses
21 values
update attachment cell styles # What's changed? * add a "button" into empty cell to add items * add a dropzone to cell
["diff --git a/packages/nc-gui-v2/components/cell/Attachment.vue b/packages/nc-gui-v2/components/cell/Attachment.vue\nindex fa9f20e..6dee794 100644\n--- a/packages/nc-gui-v2/components/cell/Attachment.vue\n+++ b/packages/nc-gui-v2/components/cell/Attachment.vue\n@@ -1,15 +1,15 @@\n <script setup lang=\"ts\">\n-import {...
1
["1189ec02eb5da2094d50232d66a2a15182256aba"]
["feat"]
profMagija/nocodb
e2e
["diff --git a/.github/workflows/kibbeh-e2e_tests.yaml b/.github/workflows/kibbeh-e2e_tests.yaml\nindex 52bf3ed..74fe785 100644\n--- a/.github/workflows/kibbeh-e2e_tests.yaml\n+++ b/.github/workflows/kibbeh-e2e_tests.yaml\n@@ -4,7 +4,7 @@ on:\n branches:\n - staging\n paths:\n- - '.github/workflows/e...
1
["02f9e79a755a1dd95e661c674d6966837f378442"]
["ci"]
benawad/dogehouse
improved output when canceled
["diff --git a/goreleaserlib/goreleaser.go b/goreleaserlib/goreleaser.go\nindex bdb9b94..4d7be7b 100644\n--- a/goreleaserlib/goreleaser.go\n+++ b/goreleaserlib/goreleaser.go\n@@ -132,9 +132,7 @@ func Release(flags Flags) error {\n \tcase <-ctx.Done():\n \t\treturn ctx.Err()\n \tcase sig := <-signals:\n-\t\trestoreOutpu...
1
["1d0911ba1f4904b918b062a6604cff721720f6c0"]
["refactor"]
rohankumardubey/goreleaser
update sandbox-option.md (#18275) Co-Authored-By: Mark Lee <malept@users.noreply.github.com>
["diff --git a/docs/api/sandbox-option.md b/docs/api/sandbox-option.md\nindex 7d24bee..e293d34 100644\n--- a/docs/api/sandbox-option.md\n+++ b/docs/api/sandbox-option.md\n@@ -113,8 +113,8 @@ window.open = customWindowOpen\n Important things to notice in the preload script:\n \n - Even though the sandboxed renderer does...
1
["dbb8617214aaa8b56b827deef1265d9ee38765bd"]
["docs"]
bzmaxat/electron
Downgrade @azure/* deps for Node.sj 10 compability
["diff --git a/package.json b/package.json\nindex 911f8cd..ac29f54 100644\n--- a/package.json\n+++ b/package.json\n@@ -79,7 +79,13 @@\n \"resolutions\": {\n \"@types/ramda\": \"0.27.40\",\n \"rc-tree\": \"4.1.5\",\n+ \"@azure/storage-blob\": \"12.7.0\",\n+ \"@azure/core-paging\": \"1.1.3\",\n+ \"@azu...
1
["5ef4fd29a4cef69c6c348dd25156934df041f183"]
["build"]
wzhiqing/cube
MYSQL_TYPE_STRING for Booleans was null
["diff --git a/rust/cubesql/src/mysql/dataframe.rs b/rust/cubesql/src/mysql/dataframe.rs\nindex 05cf381..9f1175a 100644\n--- a/rust/cubesql/src/mysql/dataframe.rs\n+++ b/rust/cubesql/src/mysql/dataframe.rs\n@@ -121,11 +121,22 @@ impl Row {\n values.push(column_value);\n }\n ...
1
["fcdd8f57c34766f3d9d3827795142474a3489422"]
["fix"]
wzhiqing/cube
sync (EE fix) Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
["diff --git a/tests/playwright/tests/db/usersAccounts/accountUserManagement.spec.ts b/tests/playwright/tests/db/usersAccounts/accountUserManagement.spec.ts\nindex fe52ef5..9894402 100644\n--- a/tests/playwright/tests/db/usersAccounts/accountUserManagement.spec.ts\n+++ b/tests/playwright/tests/db/usersAccounts/accountU...
1
["6506a3864b1a46a6b92fc60dc5fdf4de78ce0c2c"]
["test"]
nocodb/nocodb
use exporter distribution service
["diff --git a/broker/src/main/java/io/camunda/zeebe/broker/exporter/stream/ExporterDirector.java b/broker/src/main/java/io/camunda/zeebe/broker/exporter/stream/ExporterDirector.java\nindex 94bcc66..e73572f 100755\n--- a/broker/src/main/java/io/camunda/zeebe/broker/exporter/stream/ExporterDirector.java\n+++ b/broker/sr...
1
["bf3a9895eba2c6adc0f11337a3adde35a53c69ea"]
["feat"]
camunda/zeebe
remove Vulkan mock ICD (#18546)
["diff --git a/build/zip.py b/build/zip.py\nindex 9277154..7677773 100644\n--- a/build/zip.py\n+++ b/build/zip.py\n@@ -12,8 +12,8 @@ EXTENSIONS_TO_SKIP = [\n \n PATHS_TO_SKIP = [\n 'angledata', #Skipping because it is an output of //ui/gl that we don't need\n- './libVkLayer_', #Skipping because these are outputs tha...
1
["eedbdedef94fa9a79e5f2a575035c1c6840b0c1b"]
["build"]
bzmaxat/electron
Updated docs for ERD
["diff --git a/packages/noco-docs/content/en/setup-and-usages/meta-management.md b/packages/noco-docs/content/en/setup-and-usages/meta-management.md\nindex 474e32d..d4a0483 100644\n--- a/packages/noco-docs/content/en/setup-and-usages/meta-management.md\n+++ b/packages/noco-docs/content/en/setup-and-usages/meta-manageme...
1
["e5fdd8173453cb0f8083f9d7a5ca213382f25853"]
["docs"]
profMagija/nocodb
selector correction Signed-off-by: Pranav C <pranavxc@gmail.com>
["diff --git a/tests/playwright/pages/Dashboard/Grid/Column/LTAR/ChildList.ts b/tests/playwright/pages/Dashboard/Grid/Column/LTAR/ChildList.ts\nindex a6c32d6..22dd01e 100644\n--- a/tests/playwright/pages/Dashboard/Grid/Column/LTAR/ChildList.ts\n+++ b/tests/playwright/pages/Dashboard/Grid/Column/LTAR/ChildList.ts\n@@ -2...
1
["69dc9feeeea2ccf07b9705c089e2ecbe5cc7f511"]
["test"]
profMagija/nocodb
smart scheduling
["diff --git a/src/index.ts b/src/index.ts\nindex 98fdc8a..c83e48c 100644\n--- a/src/index.ts\n+++ b/src/index.ts\n@@ -4,7 +4,6 @@ export * from './drivers/props';\n export * from './createElement';\n export * from './m';\n export * from './patch';\n-export * from './schedule';\n export { OLD_VNODE_FIELD, VFlags } from...
1
["27853cb00a89da6f43ef85bed9622618973e7bec"]
["refactor"]
aidenybai/million
accept empty GITHUB_TOKEN if release is disabled
["diff --git a/pipeline/env/env.go b/pipeline/env/env.go\nindex 4bfd7ce..97a689e 100644\n--- a/pipeline/env/env.go\n+++ b/pipeline/env/env.go\n@@ -38,6 +38,9 @@ func (Pipe) Run(ctx *context.Context) error {\n \tif ctx.SkipPublish {\n \t\treturn pipeline.ErrSkipPublishEnabled\n \t}\n+\tif ctx.Config.Release.Disable {\n+...
1
["58d8ac62acd149d7fa8307c385fb405427d1f73b"]
["fix"]
rohankumardubey/goreleaser
retry uploading pdb files on appveyor (#21561)
["diff --git a/appveyor.yml b/appveyor.yml\nindex 9aca21e..8b54543 100644\n--- a/appveyor.yml\n+++ b/appveyor.yml\n@@ -146,12 +146,12 @@ build_script:\n - ps: >-\n if ($env:GN_CONFIG -eq 'release') {\n python electron\\script\\zip-symbols.py\n- appveyor PushArtifact out/Default/symbols.zip\n+ ...
1
["7152173d26293f4638920b17ce2dfa8ae995193b"]
["ci"]
bzmaxat/electron
improve Auth0 guide as per @igorlukanin's feedback
["diff --git a/docs/content/Auth/Auth0-Guide.md b/docs/content/Auth/Auth0-Guide.md\nindex 0b60f74..02d313f 100644\n--- a/docs/content/Auth/Auth0-Guide.md\n+++ b/docs/content/Auth/Auth0-Guide.md\n@@ -12,6 +12,11 @@ In this guide, you'll learn how to integrate Auth0 authentication with a Cube.js\n deployment. If you alre...
1
["f3250392b0b46c05d242075e8999764554f71236"]
["docs"]
wzhiqing/cube
properly initialize links from cache
["diff --git a/packages/engine-server/src/drivers/file/storev2.ts b/packages/engine-server/src/drivers/file/storev2.ts\nindex c54720e..2d50c8b 100644\n--- a/packages/engine-server/src/drivers/file/storev2.ts\n+++ b/packages/engine-server/src/drivers/file/storev2.ts\n@@ -376,6 +376,7 @@ export class FileStorage implemen...
1
["a0e9680821a275d97771538c8ffeef14fcb63f4e"]
["fix"]
dendronhq/dendron
ensure that only the lower bound dependencies are updated
["diff --git a/.github/workflows/ibis-backends.yml b/.github/workflows/ibis-backends.yml\nindex 116df3d..e9969f2 100644\n--- a/.github/workflows/ibis-backends.yml\n+++ b/.github/workflows/ibis-backends.yml\n@@ -192,7 +192,16 @@ jobs:\n - run: python -m pip install --upgrade pip poetry\n \n - name: install m...
1
["bb56b7be2dc9325d8dd6db30913cce859fdbe90f"]
["ci"]
ibis-project/ibis
auto focus inputs in survey form
["diff --git a/packages/nc-gui/pages/[projectType]/form/[viewId]/index/survey.vue b/packages/nc-gui/pages/[projectType]/form/[viewId]/index/survey.vue\nindex b2a90d8..dbad824 100644\n--- a/packages/nc-gui/pages/[projectType]/form/[viewId]/index/survey.vue\n+++ b/packages/nc-gui/pages/[projectType]/form/[viewId]/index/s...
1
["5373c3036866db58b322b424d3be9dedff57a376"]
["feat"]
profMagija/nocodb
alerts build script
["diff --git a/api/build.sh b/api/build.sh\nindex c0ede73..ef8f8fc 100644\n--- a/api/build.sh\n+++ b/api/build.sh\n@@ -26,17 +26,13 @@ function build_api(){\n tag=\"ee-\"\n }\n docker build -f ./Dockerfile --build-arg envarg=$envarg -t ${DOCKER_REPO:-'local'}/api:${git_sha1} .\n- docker build -f ./Do...
1
["bdb809db704b9b137a6a6d7cf97d1b05a15b61d6"]
["build"]
orgTestCodacy11KRepos110MB/repo-3134-openreplay
add unit tests for Button component
["diff --git a/kibbeh/src/ui/Button.tsx b/kibbeh/src/ui/Button.tsx\nindex 22bdc50..2b01616 100644\n--- a/kibbeh/src/ui/Button.tsx\n+++ b/kibbeh/src/ui/Button.tsx\n@@ -41,6 +41,7 @@ export const Button: React.FC<ButtonProps> = ({\n <button\n disabled={disabled || loading}\n className={`${sizeClassnames[s...
1
["ecb88ea91b6373a8cf783734c11e3d3d51bf1cb4"]
["test"]
benawad/dogehouse
move group logical op outside Signed-off-by: Pranav C <pranavxc@gmail.com>
["diff --git a/packages/nc-gui/components/project/spreadsheet/components/ColumnFilter.vue b/packages/nc-gui/components/project/spreadsheet/components/ColumnFilter.vue\nindex 5138589..f756981 100644\n--- a/packages/nc-gui/components/project/spreadsheet/components/ColumnFilter.vue\n+++ b/packages/nc-gui/components/projec...
1
["4f86f2570b274c45605cc59d9adb38f7ed30cd17"]
["refactor"]
profMagija/nocodb
merge only objects in assign() with `mergeObjects` flag
["diff --git a/lib/entity/EntityAssigner.ts b/lib/entity/EntityAssigner.ts\nindex 722ee12..d40f4e5 100644\n--- a/lib/entity/EntityAssigner.ts\n+++ b/lib/entity/EntityAssigner.ts\n@@ -36,7 +36,7 @@ export class EntityAssigner {\n return entity[prop as keyof T] = entity.__em.getValidator().validateProperty(props[...
1
["749ca6f7c791ba63982b577ea353ba96146f743f"]
["fix"]
mikro-orm/mikro-orm
fix dependency features for `influxdb_iox`
["diff --git a/Cargo.toml b/Cargo.toml\nindex 3510a2c..5144155 100644\n--- a/Cargo.toml\n+++ b/Cargo.toml\n@@ -94,7 +94,7 @@ data_types = { path = \"data_types\" }\n entry = { path = \"entry\" }\n generated_types = { path = \"generated_types\" }\n \n-influxdb_iox_client = { path = \"influxdb_iox_client\", features = [\...
1
["7a28982e2ab8e4570aef78285f66e763de41104e"]
["build"]
evanrichter/influxdb_iox
enable performance test trigger This reverts commit 146c7b58154a5b3de957f87e3b193447e0576547.
["diff --git a/Jenkinsfile b/Jenkinsfile\nindex 399f8b8..c3f8fde 100644\n--- a/Jenkinsfile\n+++ b/Jenkinsfile\n@@ -120,6 +120,12 @@ pipeline {\n }\n }\n \n+ stage('Trigger Performance Tests') {\n+ when { branch 'develop' }\n+ steps {\n+ build job: 'zeebe-c...
1
["80944b7a513b442afcb2d0d6c7d71c0d79365dba"]
["ci"]
camunda/zeebe
name_template support for fpm packages closes #409
["diff --git a/config/config.go b/config/config.go\nindex 11348ab..cc6cf36 100644\n--- a/config/config.go\n+++ b/config/config.go\n@@ -129,6 +129,8 @@ type Release struct {\n \n // FPM config\n type FPM struct {\n+\tNameTemplate string `yaml:\"name_template,omitempty\"`\n+\tReplacements map[string]string `ya...
1
["5dba7fbfdf5bbc8d780620ab11858d2ffd220382"]
["feat"]
rohankumardubey/goreleaser
fix tutorial link on install page
["diff --git a/docs/install.md b/docs/install.md\nindex 8a5a6cf..86862c1 100644\n--- a/docs/install.md\n+++ b/docs/install.md\n@@ -1,3 +1,10 @@\n+---\n+hide:\n+ - toc\n+ - navigation\n+ - footer\n+---\n+\n # Install Ibis\n \n === \"pip\"\n@@ -32,4 +39,6 @@\n \n After you've successfully installed Ibis, try going thr...
1
["b34811af64b73b7f13346f9e8def4d78b668613f"]
["docs"]
ibis-project/ibis
refactor context isolation spec (#14394) * spec: refactor BrowserWindow module contextIsolation option_x000D_ _x000D_ * spec: check for serialzation in isolated renderers separately
["diff --git a/spec/api-browser-window-spec.js b/spec/api-browser-window-spec.js\nindex 658a253..05a6bca 100644\n--- a/spec/api-browser-window-spec.js\n+++ b/spec/api-browser-window-spec.js\n@@ -23,6 +23,7 @@ chai.use(dirtyChai)\n describe('BrowserWindow module', () => {\n const fixtures = path.resolve(__dirname, 'fi...
1
["32158ca5dd5586a6cdb4c589639ea509fcff1ef0"]
["refactor"]
bzmaxat/electron
fixed docker link tests
["diff --git a/pipeline/docker/docker_test.go b/pipeline/docker/docker_test.go\nindex 2be176f..b43c12b 100644\n--- a/pipeline/docker/docker_test.go\n+++ b/pipeline/docker/docker_test.go\n@@ -271,7 +271,7 @@ func TestLinkDirectory(t *testing.T) {\n \t\tt.Log(\"Cannot setup test file\")\n \t\tt.Fail()\n \t}\n-\terr = dir...
1
["c7b25726df94a2530c9b1c0d2b6a0acaa103822f"]
["test"]
rohankumardubey/goreleaser
add link to roadmap
["diff --git a/packages/plugin-core/README.md b/packages/plugin-core/README.md\nindex 3c25c9b..c7506d4 100644\n--- a/packages/plugin-core/README.md\n+++ b/packages/plugin-core/README.md\n@@ -187,6 +187,10 @@ When the workspace opens, it will show dialogue to install the recommended exten\n \n See [[FAQ]] to answers for...
1
["94202f01e44c58bee4419044f8a18ac5f1a50dff"]
["docs"]
dendronhq/dendron
convert ipc-renderer.ts to TypeScript (#19556) * refactor: convert ipc-renderer.ts to TypeScript_x000D_ _x000D_ * Update typings/internal-ambient.d.ts_x000D_ _x000D_ Co-Authored-By: Samuel Attard <sattard@slack-corp.com>
["diff --git a/filenames.auto.gni b/filenames.auto.gni\nindex 375c5e7..ed77649 100644\n--- a/filenames.auto.gni\n+++ b/filenames.auto.gni\n@@ -140,7 +140,7 @@ auto_filenames = {\n \"lib/common/web-view-methods.ts\",\n \"lib/renderer/api/crash-reporter.js\",\n \"lib/renderer/api/desktop-capturer.ts\",\n- ...
1
["3011a0f14f7c23c5ce56fe6554a2796c02d40503"]
["refactor"]
bzmaxat/electron
fix neon_integrations tests that explicitly require MAINNET block limit
["diff --git a/testnet/stacks-node/src/tests/neon_integrations.rs b/testnet/stacks-node/src/tests/neon_integrations.rs\nindex 66ca584..3463afc 100644\n--- a/testnet/stacks-node/src/tests/neon_integrations.rs\n+++ b/testnet/stacks-node/src/tests/neon_integrations.rs\n@@ -2845,6 +2845,10 @@ fn size_overflow_unconfirmed_i...
1
["503612867c7abb8f41ed46cc286d8c4b013be543"]
["test"]
hirosystems/stacks-subnets
sync duplicate column_name after sanitize Signed-off-by: mertmit <mertmit99@gmail.com>
["diff --git a/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts b/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts\nindex ba894d4..2044fe6 100644\n--- a/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts\n+++ b/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts\n@@ -211,14 +211,15 @@ export default async (\...
1
["b2b2629be69a235bfefd23b53c0158f0979d6ea9"]
["fix"]
profMagija/nocodb
increment failing test retries
["diff --git a/.ci/scripts/distribution/it-java.sh b/.ci/scripts/distribution/it-java.sh\nindex 679674b..ee150c2 100755\n--- a/.ci/scripts/distribution/it-java.sh\n+++ b/.ci/scripts/distribution/it-java.sh\n@@ -5,7 +5,7 @@ export JAVA_TOOL_OPTIONS=\"$JAVA_TOOL_OPTIONS -XX:MaxRAMFraction=$((LIMITS_CPU))\"\n \n tmpfile=$...
1
["e7a67d88173566be3cd3aed7e9eeb7e29aabbc57"]
["ci"]
camunda/zeebe
update build
["diff --git a/bootstrap/scripts/publish-patch.sh b/bootstrap/scripts/publish-patch.sh\nindex a1b6f12..0d849a5 100755\n--- a/bootstrap/scripts/publish-patch.sh\n+++ b/bootstrap/scripts/publish-patch.sh\n@@ -5,4 +5,4 @@ lerna version patch\n lerna publish from-package -y\n git push\n \n-./pack_and_install.sh\n\\ No newl...
1
["3fcfb20b0feb371b357edc42fcb7c87085c9b82a"]
["build"]
dendronhq/dendron
add `em.insertMany()` This also renames `em.nativeInsert()` to `em.insert()` and marks the `em.nativeInsert()` alias as deprecated.
["diff --git a/packages/core/src/EntityManager.ts b/packages/core/src/EntityManager.ts\nindex f4e8688..28c04c7 100644\n--- a/packages/core/src/EntityManager.ts\n+++ b/packages/core/src/EntityManager.ts\n@@ -3,7 +3,7 @@ import type { Configuration } from './utils';\n import { QueryHelper, TransactionContext, Utils } fro...
1
["5d1565dca46f91058720b6ad8df1b373bdb8ff65"]
["feat"]
mikro-orm/mikro-orm
add --enable-api-filtering-logging commandline switch (#20335)
["diff --git a/docs/README.md b/docs/README.md\nindex cf5448c..09fe99a 100644\n--- a/docs/README.md\n+++ b/docs/README.md\n@@ -108,7 +108,7 @@ These individual tutorials expand on topics discussed in the guide above.\n \n * [Synopsis](api/synopsis.md)\n * [Process Object](api/process.md)\n-* [Supported Chrome Command L...
1
["ccff140046336275dd8898f694bd2e6b3141401d"]
["feat"]
bzmaxat/electron
use rust stable for code coverage tests
["diff --git a/.github/actions/bitcoin-int-tests/Dockerfile.code-cov b/.github/actions/bitcoin-int-tests/Dockerfile.code-cov\nindex 733f879..209b804 100644\n--- a/.github/actions/bitcoin-int-tests/Dockerfile.code-cov\n+++ b/.github/actions/bitcoin-int-tests/Dockerfile.code-cov\n@@ -4,13 +4,12 @@ WORKDIR /build\n \n ENV...
1
["8ed1b36217582fa5c9572c8cb83b5658df8bf084"]
["ci"]
kevinleeelsa/blockchain-demo
use new config options to get tests to pass
["diff --git a/testnet/stacks-node/src/tests/neon_integrations.rs b/testnet/stacks-node/src/tests/neon_integrations.rs\nindex 037ba66..27fe214 100644\n--- a/testnet/stacks-node/src/tests/neon_integrations.rs\n+++ b/testnet/stacks-node/src/tests/neon_integrations.rs\n@@ -1890,7 +1890,7 @@ fn microblock_fork_poison_integ...
1
["458e055fbb557c978bc7052770cd16cd411f68f7"]
["test"]
kevinleeelsa/blockchain-demo
get ip from forwarded header
["diff --git a/kousa/lib/broth/socket_handler.ex b/kousa/lib/broth/socket_handler.ex\nindex d142135..5828f30 100644\n--- a/kousa/lib/broth/socket_handler.ex\n+++ b/kousa/lib/broth/socket_handler.ex\n@@ -22,7 +22,7 @@ defmodule Broth.SocketHandler do\n ## initialization boilerplate\n \n @impl true\n- def init(reque...
1
["2f5718743a830d40ddf272ad46f253dbb6d08cff"]
["fix"]
benawad/dogehouse
remove deprecated settings Removes deprecated ZEEBE_HOST environment variable, and removes unnecessary log level environment variable, since it's already the default in the log file
["diff --git a/Dockerfile b/Dockerfile\nindex 6762a39..7f380cd 100644\n--- a/Dockerfile\n+++ b/Dockerfile\n@@ -34,7 +34,6 @@ RUN wget -O - https://github.com/jvm-profiling-tools/async-profiler/releases/dow\n FROM ${APP_ENV} as app\n \n ENV ZB_HOME=/usr/local/zeebe \\\n- ZEEBE_LOG_LEVEL=info \\\n ZEEBE_BROKER_GAT...
1
["e4a11fd5c34942ba12737f1c8c084489428ee274"]
["build"]
camunda/zeebe
rename top-level to connection
["diff --git a/docs/_quarto.yml b/docs/_quarto.yml\nindex 4e086c7..69471ee 100644\n--- a/docs/_quarto.yml\n+++ b/docs/_quarto.yml\n@@ -140,7 +140,7 @@ website:\n contents:\n - section: Expression API\n contents:\n- - reference/top_level.qmd\n+ - reference/connection.qmd\n ...
1
["9b9cd037645ec716a45b70137f8d2f01ec9ab90c"]
["docs"]
ibis-project/ibis
fix lints
["diff --git a/ibis/backends/datafusion/tests/test_connect.py b/ibis/backends/datafusion/tests/test_connect.py\nindex 68c5f7f..6b3773f 100644\n--- a/ibis/backends/datafusion/tests/test_connect.py\n+++ b/ibis/backends/datafusion/tests/test_connect.py\n@@ -24,10 +24,7 @@ def test_none_config():\n \n \n def test_str_confi...
1
["72e002dae3ed82371c736acfc01e435754f37664"]
["refactor"]
ibis-project/ibis
remove sleep_before_tenure since it's no longer used
["diff --git a/testnet/stacks-node/src/neon_node.rs b/testnet/stacks-node/src/neon_node.rs\nindex 8f63974..c12ce29 100644\n--- a/testnet/stacks-node/src/neon_node.rs\n+++ b/testnet/stacks-node/src/neon_node.rs\n@@ -102,7 +102,6 @@ pub struct InitializedNeonNode {\n relay_channel: SyncSender<RelayerDirective>,\n ...
1
["2f77d56a8e76351a883b840755b3cf9773c4c976"]
["refactor"]
hirosystems/stacks-subnets
update CI images from docker buster to bullseye This will break `perf_image` until the new CI image is built due to the newly required `--all-tags` parameter to `docker push` that isn't available for the docker version we run on buster.
["diff --git a/.circleci/config.yml b/.circleci/config.yml\nindex f8a53ba..c378c7e 100644\n--- a/.circleci/config.yml\n+++ b/.circleci/config.yml\n@@ -336,7 +336,7 @@ jobs:\n # Disabling for now, and tracked further investigations\n # in https://github.com/influxdata/k8s-idpe/issues/3038\n ...
1
["640cd88df3069a97d8244398414338dd317c5470"]
["ci"]
evanrichter/influxdb_iox
redesign and implement new staff and evolving contributor badges
["diff --git a/kibbeh/src/icons/badges/ContributorBadge.tsx b/kibbeh/src/icons/badges/ContributorBadge.tsx\nnew file mode 100644\nindex 0000000..098c601\n--- /dev/null\n+++ b/kibbeh/src/icons/badges/ContributorBadge.tsx\n@@ -0,0 +1,73 @@\n+import * as React from \"react\";\n+\n+interface SvgSolidContributorBadgeProps e...
1
["972c98ab01bc812615e1c56fe5b0a743f6801c2e"]
["feat"]
benawad/dogehouse
End of preview. Expand in Data Studio

Detecting Multiple Semantic Concerns in Tangled Code Commits using Small Language Models

This dataset contains commit data for training and evaluating models on software engineering tasks, specifically focusing on identifying and separating concerns in multi-concern commits.

Every tangled (multi-concern) commit in this dataset is composed exclusively of atomic commits from a single repository — resolving a structural weakness in earlier cross-repo tangles (which were trivially separable by repo-specific coding style, file layout, and tooling) — while per-type concern labels are exactly uniform within each split (1/7 each) and matched across train/test, and the train/test split is repo-disjoint (no repo appears in both splits).

Dataset Description

This dataset is structured in two layers: Atomic Commits and Tangled Commits.

1. Atomic Commits (original)

  • File: data/repo_grouped_pool.csv
  • Records: 1,309 individual atomic commits with single concerns, across 36 repositories
  • Source: Filtered from the CCS Dataset (2,000 commits) — see the sampling funnel below
  • Description: Repo-grouped pool of eligible atomic commits used as the source material for intra-repo tangling
  • Features:
    • repo: Source repository (owner/name, derived from commit_url)
    • annotated_type: The type of concern/change in the commit (post-taxonomy remap; see below)
    • masked_commit_message: Commit message with sensitive information masked
    • git_diff: The actual code changes in diff format
    • sha: Git commit SHA hash
    • token_count: cl100k (GPT-4/tiktoken) token count of git_diff + masked_commit_message

2. Tangled Commits

Artificially generated multi-concern commits by combining atomic commits from the same repository only. Split into training and test sets, which are repo-disjoint (no repository contributes to both splits).

2.1. Training Set (train)

  • File: data/tangled_ccs_dataset_train.csv
  • Records: 1,400 multi-concern commits, drawn from 21 repositories
  • Description: Training dataset for model development
  • Features:
    • commit_message: Combined commit messages of all concerns
    • diff: JSON string containing array of diffs for each concern
    • concern_count: Number of individual concerns combined (1-5)
    • shas: JSON string containing array of original commit SHAs
    • types: JSON string containing array of concern types
    • repo: The single repository all of this row's atomic commits were drawn from

2.2. Test Set (test)

  • File: data/tangled_ccs_dataset_test.csv
  • Records: 350 multi-concern commits, drawn from 15 repositories
  • Description: Test dataset for evaluation, generated separately from training data, from a disjoint set of repositories
  • Features: Same as training set

Dataset Statistics

Sampling Funnel

The atomic commit pool is built by filtering the raw CCS Dataset down to repositories that can support every concern count (1-5) with distinct types:

Stage Commits Repos Change
Raw CCS Dataset 2,000 132
Taxonomy remap (style/perfrefactor; chore dropped) 1,800 127 −200 commits
Token filter (diff + message ≤ 12,288 cl100k tokens) 1,708 125 −92 commits
Repo eligibility (≥5 distinct types per repo) 1,309 36 −399 commits, −89 repos

The ≥5-type eligibility rule is a design necessity, not an ad-hoc quality filter: a repo must offer at least 5 distinct concern types to host a 5-concern intra-repo tangled commit, so every eligible repo can host every concern count (1-5) without a concern-count × repo confound.

Per-type supply in the final pool (1,309 commits, 36 repos):

Type feat fix refactor test docs build ci
Count 155 134 449 176 141 127 127

Note: No manual quality-exclusion list is applied anywhere in this pipeline — the only commit-level filter is the 12,288-token model-context limit above.

Final Dataset

Split Repos Rows Labels/type Per-concern-count rows
Train 21 1,400 600 280 × 5 concern counts (1-5)
Test 15 350 150 70 × 5 concern counts (1-5)

Per-type label share deviates 0.00pp from the uniform target (1/7 ≈ 14.29%) in both splits, and the train/test per-type share gap is 0.00pp.

Concern Type Distribution

The dataset includes 7 conventional commit types:

  • feat: New features
  • fix: Bug fixes
  • refactor: Code restructuring (also absorbs the legacy style and perf types)
  • test: Test modifications
  • docs: Documentation updates
  • build: Build system changes
  • ci: CI/CD configuration changes

Construction Methodology

  1. Intra-repo tangling: every tangled commit's atomic commits are drawn from exactly one repository, recorded in the repo column.
  2. Repo-disjoint 80/20 split: repositories (not individual commits) are partitioned into train/test via a greedy, per-type-supply-balanced assignment that targets ~20% of each type's total supply landing in test. The largest repository (camunda/zeebe, 307 commits) is pinned to train. This partition is deterministic given the pool CSV's row order (no randomness involved in repo assignment) and is recorded in data/repo_split.json alongside each split's per-type commit supply.
  3. Adaptive seeded randomization (SEED=43): within each split, tangled commits are generated by repeatedly picking the currently most under-represented concern types (random tie-breaks), a uniformly random supporting repository that contains all of those types, and atomic commits via reuse-weighted random choice (weight ∝ 1/(1 + times already used)). This is not a deterministic quota assignment — draws stay random — yet it converges to exact 1/7 per-type uniformity in both splits.
  4. Reuse-weighted atomic selection: atomic commits may be reused within a split (never across splits, since splits are repo-disjoint). Observed reuse: mean ≈ 4.8× in train (max 79, 881 distinct atomics used), mean ≈ 5.0× in test (max 47, 208 distinct atomics used).
  5. Token budget enforcement: combined tangled-commit diffs exceeding 12,288 cl100k tokens are rejected and re-sampled.
  6. Duplicate prevention: SHA-set (frozenset) combinations are tracked and rejected if repeated, both within and across splits.
  7. No manual exclusion list: no manual quality-exclusion filtering is applied — the only filter is the token budget above.

Use Cases

  1. Commit Message Generation: Generate appropriate commit messages for code changes
  2. Concern Classification: Classify the type of concern addressed in a commit
  3. Commit Decomposition: Break down multi-concern commits into individual concerns
  4. Code Change Analysis: Understand the relationship between code changes and their descriptions

Data Collection and Processing

The dataset is created through a three-stage pipeline (datasets/scripts/):

Stage 1: Repo-Grouped Atomic Pool (build_repo_pool.py)

  1. Source: CCS Dataset (2,000 commits)
  2. Repo identity: extracted from commit_url via regex, carried through the entire pipeline
  3. Taxonomy remap: style/perfrefactor; chore dropped; only the 7 CCS types kept
  4. Token filtering: removed commits where diff + masked message exceeds 12,288 cl100k tokens
  5. Repo eligibility: kept only repos with ≥5 distinct concern types
  6. Output: data/repo_grouped_pool.csv (1,309 commits, 36 repos)

Stage 2: Repo-Grouped Tangled Generation (generate_repo_tangled.py)

  1. Repo partition: greedy, type-supply-balanced, repo-disjoint train/test split (camunda/zeebe pinned to train); saved to data/repo_split.json
  2. Intra-repo tangling: adaptive-randomized generation of 1-5-concern tangled commits per split, all atomics from a single repo, reuse-weighted atomic selection
  3. Token enforcement: rejected combinations exceeding 12,288 tokens
  4. Duplicate prevention: unique SHA-set combinations, tracked with frozensets
  5. Exact uniformity assertion: fails loudly if per-type label counts are not exactly equal within a split
  6. Output:
    • 1,400 training examples in tangled_ccs_dataset_train.csv (previous file backed up to data/legacy/ first)
    • 350 test examples in tangled_ccs_dataset_test.csv (previous file backed up to data/legacy/ first)

Stage 3: Validation (validate_repo_dataset.py)

Independently verifies, on the Stage 2 outputs: repo consistency of every row's SHAs, repo-disjointness of the split, exact per-type uniformity (0.00pp deviation, 0.00pp train/test gap), exact row counts per concern count with no duplicate SHA sets, and the real combined-diff token budget (re-derived via tiktoken on the joined diff text, independent of the generation-time approximation). Also reports reuse statistics, per-repo row counts, and saves distribution charts to results/analysis/repo_dataset_validation/.

Data Quality Measures

  • All commit messages have sensitive information masked
  • Diffs are validated for token limits to ensure model compatibility (checked both at generation time and independently re-verified at validation time)
  • Train/test split is repo-disjoint, eliminating both data leakage and the cross-repo "style leakage" that made earlier cross-repo tangles trivially separable
  • Exact (not merely approximate) uniform representation across all concern types in both splits

Citation

If you use this dataset in your research, please cite:

@dataset{tangled_commits_dataset,
  title={Detecting Multiple Semantic Concerns in Tangled Code Commits using Small Language Models},
  author={Beromsu Koh},
  year={2025},
  publisher={HuggingFace},
  url={https://huggingface.co/datasets/Berom0227/Detecting-Semantic-Concerns-in-Tangled-Code-Changes-Using-SLMs},
  note={Dataset includes 1,309 atomic commits (36 repos) and 1,750 intra-repo tangled multi-concern commits (1,400 train / 21 repos, 350 test / 15 repos), with exact per-type label uniformity in both splits}
}

Scripts

  • build_repo_pool.py (Stage 1): Builds the repo-grouped atomic commit pool from the raw CCS dataset

    • Reconstructs repo identity from commit_url
    • Applies the updated taxonomy (style/perfrefactor; chore dropped) and the 12,288-token filter
    • Keeps only repos with ≥5 distinct types
    • Produces repo_grouped_pool.csv
  • generate_repo_tangled.py (Stage 2): Generates intra-repo tangled commits with exact per-type uniformity

    • Greedy repo-disjoint train/test partition, saved to repo_split.json
    • Adaptive seeded randomization (SEED=43) with reuse-weighted atomic selection
    • Enforces the token budget and rejects duplicate SHA-set combinations
    • Asserts exact per-type label uniformity before writing output
    • Backs up any existing train/test CSVs to data/legacy/ before overwriting
    • Produces 1,400 train and 350 test examples
  • validate_repo_dataset.py (Stage 3): Independently validates the Stage 2 outputs

    • Verifies repo consistency, repo-disjointness, exact per-type uniformity, row counts, duplicate-free SHA sets, and the real token budget
    • Reports reuse statistics and per-repo row counts
    • Saves distribution charts to results/analysis/repo_dataset_validation/
Downloads last month
192