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
extract ExporterContainer test util Extracts the necessary runtime components out of ExporterContainerTest to allow reuse for further ExporterContainer unit tests, notably those testing external exporters. This lets us create multiple suites instead of jamming all tests in a single class. Additionally, migrates the E...
["diff --git a/broker/pom.xml b/broker/pom.xml\nindex d237b7c..4c4a5fd 100644\n--- a/broker/pom.xml\n+++ b/broker/pom.xml\n@@ -193,12 +193,6 @@\n </dependency>\n \n <dependency>\n- <groupId>org.apache.logging.log4j</groupId>\n- <artifactId>log4j-api</artifactId>\n- <scope>test</scope>\n- </dep...
1
["1259aff6f72dc6fd52a22bc9aec2a7aaae65126a"]
["test"]
camunda/zeebe
projects using goreleaser Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
["diff --git a/www/content/introduction.md b/www/content/introduction.md\nindex ba2f831..b5b8bb6 100644\n--- a/www/content/introduction.md\n+++ b/www/content/introduction.md\n@@ -14,3 +14,21 @@ Of course, you can also [install it locally](/install) if you wish.\n \n You can also [customize](/customization) your release...
1
["853b991ecc697a6b1209f14a367dd130fba276f9"]
["docs"]
rohankumardubey/goreleaser
add canonical `_name` to edge packages
["diff --git a/scripts/bump-edge.ts b/scripts/bump-edge.ts\nindex e92e3c9..0b7a11a 100644\n--- a/scripts/bump-edge.ts\n+++ b/scripts/bump-edge.ts\n@@ -53,6 +53,7 @@ async function loadWorkspace (dir: string) {\n }\n \n const rename = (from: string, to: string) => {\n+ find(from).data._name = find(from).data.name...
1
["573f87edf9bdc19c9c4c3a978fad6ed3ce788f5f"]
["build"]
vaibhav-deepsource/nuxt-framework
handle default_branch_monthly_cost having no cost Closes https://github.com/infracost/infracost-gh-action/issues/17
["diff --git a/scripts/ci/diff.sh b/scripts/ci/diff.sh\nindex 7472273..fa48e4b 100755\n--- a/scripts/ci/diff.sh\n+++ b/scripts/ci/diff.sh\n@@ -112,7 +112,12 @@ echo \"$default_branch_output\" > default_branch_infracost.txt\n default_branch_monthly_cost=$(cat default_branch_infracost.txt | awk '/OVERALL TOTAL/ { gsub(\"...
1
["9474f58b44a35321e9157ca9890c589a7b3729b2"]
["fix"]
McLaouth/infracost
check intersection cardinality before allocating Becuase `bitset.and()` allocates a new bitset regardles of the resulting cardinality we will be allocating more bitsets than necessary. This change checks if we actually want to make the allocation. It improves `read_group` performance by ~2X. ``` segment_read_group_p...
["diff --git a/segment_store/src/segment.rs b/segment_store/src/segment.rs\nindex 64932b5..8142821 100644\n--- a/segment_store/src/segment.rs\n+++ b/segment_store/src/segment.rs\n@@ -435,8 +435,10 @@ impl Segment {\n .get(&group_key[i])\n .unwrap()\n .unwrap_b...
1
["99003b0a6aa9eb258170e285253fb9e7cfeee65b"]
["refactor"]
evanrichter/influxdb_iox
add missing region to cloudformation_stack_set
["diff --git a/internal/providers/terraform/aws/cloudformation_stack_set.go b/internal/providers/terraform/aws/cloudformation_stack_set.go\nindex 6720caa..e752b79 100644\n--- a/internal/providers/terraform/aws/cloudformation_stack_set.go\n+++ b/internal/providers/terraform/aws/cloudformation_stack_set.go\n@@ -12,7 +12,...
1
["304d0588f634e9e72087a706367c53af9c7f7180"]
["fix"]
McLaouth/infracost
fix build ordering
["diff --git a/scripts/build.mjs b/scripts/build.mjs\nindex 204854f..b3cf067 100644\n--- a/scripts/build.mjs\n+++ b/scripts/build.mjs\n@@ -3,8 +3,8 @@ import { write } from 'fsxx';\n import { info, success } from './helpers.mjs';\n \n await $`rm -rf dist/*`;\n-await $`esbuild src/react/react.ts --legal-comments=none --...
1
["c323d59c607cabc91f17a78528d998f376f30b10"]
["build"]
aidenybai/million
test
["diff --git a/tests/playwright/pages/Dashboard/Command/CmdKPage.ts b/tests/playwright/pages/Dashboard/Command/CmdKPage.ts\nindex 5ac62b2..0457243 100644\n--- a/tests/playwright/pages/Dashboard/Command/CmdKPage.ts\n+++ b/tests/playwright/pages/Dashboard/Command/CmdKPage.ts\n@@ -21,6 +21,7 @@ export class CmdK extends B...
1
["990699ff4a84a5bac3abfecbec002f30e2714de9"]
["test"]
nocodb/nocodb
added changelog pipe docs Added the documentation to the new changelog pipe. Refs #284
["diff --git a/docs/115-release.md b/docs/115-release.md\nindex 21c670a..cb893ef 100644\n--- a/docs/115-release.md\n+++ b/docs/115-release.md\n@@ -34,6 +34,22 @@ release:\n name_template: \"{{.ProjectName}}-v{{.Version}}\"\n ```\n \n+## Customize the changelog\n+\n+You can customize how the changelog is generated usi...
1
["aca23027da1295c78fdf42ba9687d8ccc88784d7"]
["docs"]
rohankumardubey/goreleaser
fix `get-deploy-tags.sh`
["diff --git a/.circleci/get-deploy-tags.sh b/.circleci/get-deploy-tags.sh\nindex f80c8cb..7ddfa62 100755\n--- a/.circleci/get-deploy-tags.sh\n+++ b/.circleci/get-deploy-tags.sh\n@@ -20,7 +20,7 @@\n set -euo pipefail\n \n DOCKER_IMAGE_TAG=${1}\n-DOCKER_IMAGE=\"quay.io/influxdb/fusion\"\n+DOCKER_IMAGE=\"quay.io/influxdb...
1
["6786fd5955b064021f5b6d6a630453351d683fae"]
["ci"]
evanrichter/influxdb_iox
build-site command
["diff --git a/packages/common-all/src/node.ts b/packages/common-all/src/node.ts\nindex 34b005f..2da8206 100644\n--- a/packages/common-all/src/node.ts\n+++ b/packages/common-all/src/node.ts\n@@ -84,6 +84,22 @@ export class DNodeUtils {\n }\n }\n \n+ static getMeta(note: Note) {\n+ const meta = _.pick(note, [\...
1
["8e5ca801237686d70f5955c461049010480837be"]
["feat"]
dendronhq/dendron
add title to badge icon
["diff --git a/kibbeh/src/modules/room/chat/RoomChatList.tsx b/kibbeh/src/modules/room/chat/RoomChatList.tsx\nindex a7418e6..805a9a4 100644\n--- a/kibbeh/src/modules/room/chat/RoomChatList.tsx\n+++ b/kibbeh/src/modules/room/chat/RoomChatList.tsx\n@@ -16,6 +16,11 @@ interface ChatListProps {\n users: RoomUser[];\n }\n...
1
["6e5098655e6d9bb13f6423abe780cdf6b50ff13a"]
["feat"]
benawad/dogehouse
context menu styles
["diff --git a/packages/nc-gui-v2/components/smartsheet/Grid.vue b/packages/nc-gui-v2/components/smartsheet/Grid.vue\nindex 43f615b..aff46ce 100644\n--- a/packages/nc-gui-v2/components/smartsheet/Grid.vue\n+++ b/packages/nc-gui-v2/components/smartsheet/Grid.vue\n@@ -3,6 +3,19 @@ import type { ColumnType } from 'nocodb-...
1
["090d36340403f1c057393cb89303f3d3d20a8a62"]
["fix"]
profMagija/nocodb
added vue3 readme
["diff --git a/core/main/README.md b/core/main/README.md\nindex e5e4c93..e9cfda9 100644\n--- a/core/main/README.md\n+++ b/core/main/README.md\n@@ -217,7 +217,7 @@ You can find the instructions [here](https://github.com/matteobruni/tsparticles/\n \n You can find the instructions [here](https://github.com/matteobruni/tsp...
1
["e4c3e2cff769ce46d22d5c8f7dd527510443a8a7"]
["docs"]
tsparticles/tsparticles
old project(base) api path correction in unit test
["diff --git a/packages/nocodb/tests/unit/rest/tests/base.test.ts b/packages/nocodb/tests/unit/rest/tests/base.test.ts\nindex f6a487c..664a34c 100644\n--- a/packages/nocodb/tests/unit/rest/tests/base.test.ts\n+++ b/packages/nocodb/tests/unit/rest/tests/base.test.ts\n@@ -39,7 +39,7 @@ function baseTest() {\n \n it('Ge...
1
["1f68fab95b14dc5cf2f2026b86063eb2eb16cf62"]
["test"]
nocodb/nocodb
Establish BaseImporter. - Establish BaseImporter as an abstract class that other Importers can extend from. This will be where we add common utilities that Importers may need for working with CSS Blocks files. - Update NodeJsImporter to extend from BaseImporter.
["diff --git a/packages/@css-blocks/core/src/importing/BaseImporter.ts b/packages/@css-blocks/core/src/importing/BaseImporter.ts\nnew file mode 100644\nindex 0000000..61b581c\n--- /dev/null\n+++ b/packages/@css-blocks/core/src/importing/BaseImporter.ts\n@@ -0,0 +1,39 @@\n+import { Syntax } from '../BlockParser';\n+impo...
1
["ab9443f59a8362bf6bfe666a149a9530c4f9322e"]
["refactor"]
linkedin/css-blocks
also make dependents when running smoke tests
["diff --git a/.github/workflows/os-smoke-test.yml b/.github/workflows/os-smoke-test.yml\nindex 194d108..7e41493 100644\n--- a/.github/workflows/os-smoke-test.yml\n+++ b/.github/workflows/os-smoke-test.yml\n@@ -56,5 +56,7 @@ jobs:\n uses: JesseTG/rm@v1.0.2\n with:\n path: /Users/runner/.m2/rep...
1
["2236b37bd671fdb71313cbc6ebd7633f0effba34"]
["build"]
camunda/zeebe
improve perf image build time by pre-fetching correct rust version This avoids that we have to pull rustc and friends twice (once via image, once when actually executing it).
["diff --git a/.circleci/config.yml b/.circleci/config.yml\nindex 49854a1..664745a 100644\n--- a/.circleci/config.yml\n+++ b/.circleci/config.yml\n@@ -346,7 +346,10 @@ jobs:\n command: |\n COMMIT_SHA=$(git rev-parse --short HEAD)\n \n+ RUST_VERSION=$(sed -E -ne 's/channel = \"(.*)\"/\\1...
1
["43569c11c280b0c8649f6736571b1d31ab9e5b8f"]
["ci"]
evanrichter/influxdb_iox
cleanup code
["diff --git a/packages/engine-server/src/topics/hooks.ts b/packages/engine-server/src/topics/hooks.ts\nindex 08d88cc..acf8a61 100644\n--- a/packages/engine-server/src/topics/hooks.ts\n+++ b/packages/engine-server/src/topics/hooks.ts\n@@ -88,15 +88,6 @@ export class HookUtils {\n const logger = createLogger();\n ...
1
["c3c45714d7dfded271d4a66566df593a9cebc9a6"]
["refactor"]
dendronhq/dendron
add subdriver support
["diff --git a/package.json b/package.json\nindex ff95e07..e2b6cb6 100644\n--- a/package.json\n+++ b/package.json\n@@ -77,9 +77,9 @@\n \"@types/lodash\": \"^4.14.178\",\n \"@types/node\": \"^17.0.10\",\n \"@types/virtual-dom\": \"^2.1.1\",\n- \"@typescript-eslint/eslint-plugin\": \"^5.10.0\",\n- \"@ty...
1
["72255272bba4b58f0b5e4d8db3f2828d2bbe4628"]
["feat"]
aidenybai/million
replace api call which requires auth token in public page re #4694 Signed-off-by: Pranav C <pranavxc@gmail.com>
["diff --git a/packages/nc-gui/composables/useSharedView.ts b/packages/nc-gui/composables/useSharedView.ts\nindex cb0c5ea..f67a6c9 100644\n--- a/packages/nc-gui/composables/useSharedView.ts\n+++ b/packages/nc-gui/composables/useSharedView.ts\n@@ -17,7 +17,7 @@ export function useSharedView() {\n \n const { appInfo } ...
1
["4986a5892fb00bd5a6b2065ad8cfefbc36052dd7"]
["fix"]
profMagija/nocodb
fix typo Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
["diff --git a/tests/common/server_fixture.rs b/tests/common/server_fixture.rs\nindex 18761c9..98f2fc5 100644\n--- a/tests/common/server_fixture.rs\n+++ b/tests/common/server_fixture.rs\n@@ -451,7 +451,7 @@ impl TestServer {\n }\n }\n \n-/// Create a connection channel for the gRPR endpoint\n+/// Create a connectio...
1
["51f27de2eec35b561104b4ff6820a2417ddc2f40"]
["docs"]
evanrichter/influxdb_iox
CY quick-test suite phase-1: schema, data types, form verification Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
["diff --git a/scripts/cypress-v2/integration/common/9a_QuickTest.js b/scripts/cypress-v2/integration/common/9a_QuickTest.js\nindex fd0aee7..d574447 100644\n--- a/scripts/cypress-v2/integration/common/9a_QuickTest.js\n+++ b/scripts/cypress-v2/integration/common/9a_QuickTest.js\n@@ -86,20 +86,35 @@ export const genTest ...
1
["22ee9a51d7d92da636bc4cbad6fd03cd44bbd863"]
["test"]
profMagija/nocodb
split release docs build into separate workflow
["diff --git a/.github/workflows/ibis-docs-lint.yml b/.github/workflows/ibis-docs-lint.yml\nindex 753d57d..3e0aa15 100644\n--- a/.github/workflows/ibis-docs-lint.yml\n+++ b/.github/workflows/ibis-docs-lint.yml\n@@ -88,14 +88,14 @@ jobs:\n run: poetry run pytest --benchmark-only --benchmark-json .benchmarks/outp...
1
["32845e1bbd1efb5dbc16f671049509a409ba25ce"]
["ci"]
ibis-project/ibis
add config to build Electron for tests (#14101) * build: add config to build Electron for tests_x000D_ _x000D_ * build: run nightly linux builds for the 3-0-x branch_x000D_ _x000D_ * build: gn: update CI config for linux builds_x000D_ _x000D_ - run GN debug and testing builds for PRs (as FYI)_x000D_ - do not run tests...
["diff --git a/.circleci/config.yml b/.circleci/config.yml\nindex 616081e..bfe17b1 100644\n--- a/.circleci/config.yml\n+++ b/.circleci/config.yml\n@@ -387,6 +387,16 @@ jobs:\n environment:\n DISPLAY: ':99.0'\n GN_CONFIG: //electron/build/args/debug.gn\n+ RUN_TESTS: false\n+ docker:\n+ - ima...
1
["8adc24eef9ea52838969614594c362c91b3b0fa7"]
["build"]
bzmaxat/electron
try to fix npm dev builds publishing
["diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml\nindex ca52c40..996b028 100644\n--- a/.github/workflows/nightly.yml\n+++ b/.github/workflows/nightly.yml\n@@ -15,7 +15,7 @@ jobs:\n steps:\n - uses: actions/checkout@v2\n with:\n- fetch-depth: 0\n+ fetch-depth: 500\...
1
["49ae412f850b7502e96471d89151d296383f21fb"]
["build"]
mikro-orm/mikro-orm
abort parallel stages if one failed
["diff --git a/Jenkinsfile b/Jenkinsfile\nindex 168f446..a4da961 100644\n--- a/Jenkinsfile\n+++ b/Jenkinsfile\n@@ -28,6 +28,7 @@ pipeline {\n }\n \n stage('Verify') {\n+ failFast true\n parallel {\n stage('Tests') {\n steps {\n"]
1
["28e623b294816c4e070971782a75c8697a11966f"]
["ci"]
camunda/zeebe
nfpm file glob closes #1266 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
["diff --git a/www/content/nfpm.md b/www/content/nfpm.md\nindex 4c242c2..3544d8d 100644\n--- a/www/content/nfpm.md\n+++ b/www/content/nfpm.md\n@@ -100,11 +100,12 @@ nfpms:\n empty_folders:\n - /var/log/foobar\n \n- # Files or directories to add to your package (beyond the binary).\n+ # Files to add to you...
1
["85a0168c9b1e235439bd2f267327c8475c8e60cd"]
["docs"]
rohankumardubey/goreleaser
add logging_billing_account_bucket_config golden file test
["diff --git a/internal/providers/terraform/google/logging_billing_account_bucket_config_test.go b/internal/providers/terraform/google/logging_billing_account_bucket_config_test.go\nindex abe27ef..48ab20e 100644\n--- a/internal/providers/terraform/google/logging_billing_account_bucket_config_test.go\n+++ b/internal/pro...
1
["6090f561407c09baca7fdcd87a4f16b5ec2565c5"]
["test"]
McLaouth/infracost
Support USE 'db' (success reply)
["diff --git a/rust/cubesql/cubesql/src/compile/mod.rs b/rust/cubesql/cubesql/src/compile/mod.rs\nindex b89f42e..d92634b 100644\n--- a/rust/cubesql/cubesql/src/compile/mod.rs\n+++ b/rust/cubesql/cubesql/src/compile/mod.rs\n@@ -1320,6 +1320,10 @@ impl QueryPlannerExecutionProps {\n pub fn set_user(&mut self, user: O...
1
["bd945fbc12a9250a90f240127ad1ac9910011a01"]
["feat"]
wzhiqing/cube
fix error spacing
["diff --git a/cmd/infracost/main.go b/cmd/infracost/main.go\nindex 425aef1..fcc9eb5 100644\n--- a/cmd/infracost/main.go\n+++ b/cmd/infracost/main.go\n@@ -149,7 +149,7 @@ Example:\n \t\t\t}\n \n \t\t\tif appErr.Error() != \"\" {\n-\t\t\t\tfmt.Fprintf(os.Stderr, \"\\n%s\\n\", color.HiRedString(appErr.Error()))\n+\t\t\t\...
1
["c623b3622058b913290120b06ccdc779a4e4413d"]
["fix"]
McLaouth/infracost
fix spelling errors and whitespace Ran golangci-lint run --enable-all --fix ./...
["diff --git a/cmd/generate-docs/main.go b/cmd/generate-docs/main.go\nindex 8cb69e3..9d82be8 100644\n--- a/cmd/generate-docs/main.go\n+++ b/cmd/generate-docs/main.go\n@@ -27,7 +27,6 @@ func getcwd() string {\n }\n \n func main() {\n-\n \tapp := &cli.App{\n \t\tName: \"infracost-geneate-docs\",\n \t\tUsa...
1
["18367c99db0319cc4d67d867c4a2e49e0f80630e"]
["refactor"]
McLaouth/infracost
improve hard buffer limit tests
["diff --git a/server/src/db.rs b/server/src/db.rs\nindex 91ac425..088c741 100644\n--- a/server/src/db.rs\n+++ b/server/src/db.rs\n@@ -1694,6 +1694,78 @@ mod tests {\n }\n \n #[tokio::test]\n+ async fn write_buffer_reads_wait_for_compaction() {\n+ // these numbers are handtuned to trigger hard buffer ...
1
["6ce1984d75a9a5c16d63ab55663108d18e22f256"]
["test"]
evanrichter/influxdb_iox
lint source on ci
["diff --git a/.travis.yml b/.travis.yml\nindex d56185e..96510cb 100644\n--- a/.travis.yml\n+++ b/.travis.yml\n@@ -2,5 +2,6 @@ language: node_js\n node_js:\n - 'stable'\n script:\n+ - yarn lint\n - yarn build\n - yarn test\n"]
1
["2ac99c0a66a1adc18ee4ef660608f814823dd198"]
["ci"]
crimx/ext-saladict
created rounded polygon shape
["diff --git a/demo/vanilla/app.ts b/demo/vanilla/app.ts\nindex 2ab3dc6..57d9a7a 100644\n--- a/demo/vanilla/app.ts\n+++ b/demo/vanilla/app.ts\n@@ -135,6 +135,7 @@ app.use(\"/shape-heart\", express.static(\"./node_modules/tsparticles-shape-heart\")\n app.use(\"/shape-multiline-text\", express.static(\"./node_modules/tsp...
1
["abee4dc3258e1dcc7ab097a66313e89dde19a0b4"]
["feat"]
tsparticles/tsparticles
remove eslint warnings
["diff --git a/kebab/src/audio/mediasoup-client.ts b/kebab/src/audio/mediasoup-client.ts\nindex 977d322..20ae740 100644\n--- a/kebab/src/audio/mediasoup-client.ts\n+++ b/kebab/src/audio/mediasoup-client.ts\n@@ -34,7 +34,7 @@ export const connect: ConnectFunction<(device: Device) => Promise<void>> = (\n const result...
1
["45f8761987b08947bc27023c1e2145abff8bb738"]
["refactor"]
benawad/dogehouse
remove sync ts check
["diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js\nindex 8b23fba..58a4c17 100644\n--- a/config/webpack.config.prod.js\n+++ b/config/webpack.config.prod.js\n@@ -251,7 +251,7 @@ module.exports = {\n plugins: [\n argv.notypecheck\n ? null\n- : new ForkTsCheckerWebpackPlugin({tslint:...
1
["411be831591b2ea15ca9138eaf8db81f51b5101e"]
["build"]
crimx/ext-saladict
data source Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
["diff --git a/packages/noco-docs/docs/085.data-source/010.data-source-overview.md b/packages/noco-docs/docs/085.data-source/010.data-source-overview.md\nindex 6b62362..9f01825 100644\n--- a/packages/noco-docs/docs/085.data-source/010.data-source-overview.md\n+++ b/packages/noco-docs/docs/085.data-source/010.data-sourc...
1
["1db1fc0d990771acbb415abd0929968dcbe9fc79"]
["docs"]
nocodb/nocodb
#972 External links open in the same tab
["diff --git a/kofta/src/app/components/Footer.tsx b/kofta/src/app/components/Footer.tsx\nindex c55fae9..940f7ac 100644\n--- a/kofta/src/app/components/Footer.tsx\n+++ b/kofta/src/app/components/Footer.tsx\n@@ -13,14 +13,14 @@ export const Footer: React.FC<FooterProps> = ({ isLogin }) => {\n return (\n <div class...
1
["07452180fee89e98f05e1aeca68f9923d4c7ab63"]
["fix"]
benawad/dogehouse
add CPU credits to EC2 instances
["diff --git a/internal/providers/terraform/aws/autoscaling_group_test.go b/internal/providers/terraform/aws/autoscaling_group_test.go\nindex bf85bc1..19bf616 100644\n--- a/internal/providers/terraform/aws/autoscaling_group_test.go\n+++ b/internal/providers/terraform/aws/autoscaling_group_test.go\n@@ -18,7 +18,7 @@ fun...
1
["6b8ac1d132afe535fc95ddb95cf6fe76e8da54c1"]
["feat"]
McLaouth/infracost
correct runtime type of as-max-len lists #1591
["diff --git a/src/vm/functions/iterables.rs b/src/vm/functions/iterables.rs\nindex c6be848..bdf39cb 100644\n--- a/src/vm/functions/iterables.rs\n+++ b/src/vm/functions/iterables.rs\n@@ -186,7 +186,7 @@ pub fn special_concat(args: &[SymbolicExpression], env: &mut Environment, contex\n pub fn special_as_max_len(args: &[...
1
["1e1dfb3a0e01aa2cc02ec36bada51d4b53ac6f59"]
["fix"]
hirosystems/stacks-subnets
ecma 7 ready
["diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js\nindex f7c6b23..4a00c65 100644\n--- a/config/webpack.config.prod.js\n+++ b/config/webpack.config.prod.js\n@@ -266,7 +266,7 @@ module.exports = {\n : new UglifyJsPlugin({\n uglifyOptions: {\n ie8: false,\n- ecma: 6,\n+ ...
1
["6aa63c9b8d4dcdbb401743adc3c9a1020d943250"]
["build"]
crimx/ext-saladict
add modal to the basic tabs test to make sure it opens properly references #5126
["diff --git a/ionic/components/tabs/test/basic/index.ts b/ionic/components/tabs/test/basic/index.ts\nindex 82628be..bd293e6 100644\n--- a/ionic/components/tabs/test/basic/index.ts\n+++ b/ionic/components/tabs/test/basic/index.ts\n@@ -1,4 +1,57 @@\n- import {App, Page, NavController, Alert} from 'ionic/ionic';\n+ imp...
1
["48c2ca6e982628879d80fa85ad3e4d7a36bbce06"]
["test"]
thanjira111/mm
use explicit version number
["diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex 3225ac3..7c53ca6 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.\n The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\n and this project adheres to the ver...
1
["804303892ca12542e7123fb3139589b97c8f569b"]
["docs"]
kevinleeelsa/blockchain-demo
Specify NODE_PRE_GYP_GITHUB_TOKEN
["diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml\nindex 1c7cec7..dd43207 100644\n--- a/.github/workflows/publish.yml\n+++ b/.github/workflows/publish.yml\n@@ -56,6 +56,8 @@ jobs:\n native:\n runs-on: ${{ matrix.os-version }}\n timeout-minutes: 60\n+ env:\n+ NODE_PRE_GYP_GIT...
1
["be8ba3036c249799900b2d56465809121a325c5d"]
["ci"]
wzhiqing/cube
move write buffer configs to new home Write buffer configs will partially be shared by database and router nodes, so lets move them into a shared home.
["diff --git a/data_types/src/database_rules.rs b/data_types/src/database_rules.rs\nindex d318986..4de2022 100644\n--- a/data_types/src/database_rules.rs\n+++ b/data_types/src/database_rules.rs\n@@ -1,11 +1,13 @@\n-use crate::{consistent_hasher::ConsistentHasher, server_id::ServerId, DatabaseName};\n+use crate::{\n+ ...
1
["0d0c0cb42bd7bdd5eb0e34d6dc6c1439387fdcd8"]
["refactor"]
evanrichter/influxdb_iox
add pyarrow job
["diff --git a/.github/workflows/ibis-backends-cloud.yml b/.github/workflows/ibis-backends-cloud.yml\nindex 3b7addf..2c80c8a 100644\n--- a/.github/workflows/ibis-backends-cloud.yml\n+++ b/.github/workflows/ibis-backends-cloud.yml\n@@ -33,10 +33,20 @@ jobs:\n python-version:\n - \"3.10\"\n back...
1
["8904d3da5ae17f7a0b005720f56aa855f3b5f8f0"]
["ci"]
ibis-project/ibis
disable getGPUInfo() tests on Linux (#14875)
["diff --git a/spec/api-app-spec.js b/spec/api-app-spec.js\nindex 4ca1fa3..6ab6bd0 100644\n--- a/spec/api-app-spec.js\n+++ b/spec/api-app-spec.js\n@@ -805,6 +805,14 @@ describe('app module', () => {\n })\n \n describe('getGPUInfo() API', () => {\n+ before(function () {\n+ // TODO(alexeykuzmoin): Fails on li...
1
["60ac03c08f942a8dda49b9f9f7d2ce7a63535414"]
["test"]
bzmaxat/electron
EE-SSO extra endpoint for response processing using tenantKey
["diff --git a/ee/api/routers/saml.py b/ee/api/routers/saml.py\nindex 50723a1..73b0e73 100644\n--- a/ee/api/routers/saml.py\n+++ b/ee/api/routers/saml.py\n@@ -43,6 +43,8 @@ async def process_sso_assertion(request: Request):\n user_data = auth.get_attributes()\n elif auth.get_settings().is_debug_active():\n ...
1
["293619e61e38eb50f6ad2c0890f7445c7a65fb1e"]
["feat"]
orgTestCodacy11KRepos110MB/repo-3134-openreplay
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\nindex c0d00b9..86d4a97 100644\n--- a/docs/Cube.js-ClI/Using-the-Cube.js-CLI.md\n+++ b/docs/Cube.js-ClI/Using-the-Cube.js-CLI.md\n@@ -8,49 +8,49 @@ menuOrder: 1\n The Cube.js command line interface (CLI) is used for var...
1
["9bdccc3cdb5bd3fbbb244ddbc824878cd9b43563"]
["docs"]
wzhiqing/cube
citation.cff in release script
["diff --git a/package.json b/package.json\nindex 9372b74..fe7fe59 100644\n--- a/package.json\n+++ b/package.json\n@@ -14,8 +14,7 @@\n \"cleanup\": \"prettier --write src --parser typescript\",\n \"test\": \"jest --silent --runInBand\",\n \"bench\": \"vite --config benchmarks/vite.config.ts\",\n- \"relea...
1
["18afd5e06764e04e75612be8b5c166e0cb9d81c5"]
["build"]
aidenybai/million
use PoxAddress
["diff --git a/src/burnchains/tests/db.rs b/src/burnchains/tests/db.rs\nindex 9874fbc..2c81ba6 100644\n--- a/src/burnchains/tests/db.rs\n+++ b/src/burnchains/tests/db.rs\n@@ -406,11 +406,14 @@ fn test_classify_stack_stx() {\n bytes: Hash160([1; 20]),\n });\n \n- let expected_reward_addr = StacksAddress::...
1
["61311502eaf65f5f572579fa70d30cbc15dc9429"]
["fix"]
kevinleeelsa/blockchain-demo
rm empty line
["diff --git a/internal/handler/handler_test.go b/internal/handler/handler_test.go\nindex 6099921..97fde65 100644\n--- a/internal/handler/handler_test.go\n+++ b/internal/handler/handler_test.go\n@@ -52,6 +52,5 @@ func TestHandlerSignals(t *testing.T) {\n \t\t\th.signals <- signal\n \t\t\tassert.EqualError(tt, <-errs, f...
1
["e07caf3718134641c350ac6111843c1d16a09959"]
["refactor"]
rohankumardubey/goreleaser
try to fix docs build 5
["diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js\nindex ca5b70e..d72eefc 100755\n--- a/docs/docusaurus.config.js\n+++ b/docs/docusaurus.config.js\n@@ -7,8 +7,8 @@\n \n const pkg = require('../packages/core/package.json');\n const versions = require('./versions.json');\n-const fs = require('fs');\n-c...
1
["868ab0c9001b41f76a8a9f1d25a93bdb7edf60c4"]
["build"]
mikro-orm/mikro-orm
methods for scanning headers
["diff --git a/src/chainstate/stacks/db/headers.rs b/src/chainstate/stacks/db/headers.rs\nindex a12362d..91eb580 100644\n--- a/src/chainstate/stacks/db/headers.rs\n+++ b/src/chainstate/stacks/db/headers.rs\n@@ -31,8 +31,8 @@ use crate::core::FIRST_BURNCHAIN_CONSENSUS_HASH;\n use crate::core::FIRST_STACKS_BLOCK_HASH;\n ...
1
["6a63a9d439e18b6b8483abdf19162f476fcf8563"]
["feat"]
kevinleeelsa/blockchain-demo