commit_message stringlengths 3 2.32k | diff stringlengths 186 49.5k | concern_count int64 1 5 | shas stringlengths 44 220 | types stringlengths 6 45 |
|---|---|---|---|---|
exclude github.io from link checking to avoid rate limiting | ["diff --git a/.github/workflows/ibis-docs-lint.yml b/.github/workflows/ibis-docs-lint.yml\nindex 90c5a27..db6457b 100644\n--- a/.github/workflows/ibis-docs-lint.yml\n+++ b/.github/workflows/ibis-docs-lint.yml\n@@ -101,6 +101,7 @@ jobs:\n --exclude-mail \\\n --exclude fonts.gstatic.com \\\n ... | 1 | ["ce0539a32b927a3559feebf8f5307e3863e992a1"] | ["ci"] |
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"] |
fetch git history | ["diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml\nindex 6726e35..9114eeb 100644\n--- a/.github/workflows/ci.yml\n+++ b/.github/workflows/ci.yml\n@@ -172,6 +172,8 @@ jobs:\n \n steps:\n - uses: actions/checkout@v3\n+ with:\n+ fetch-depth: 0\n - run: corepack enable\n ... | 1 | ["e11d55a4922978b89a2c50bf577124b09449e89c"] | ["ci"] |
fix unit tests | ["diff --git a/src/components/__tests__/__snapshots__/BottomNavigation.test.js.snap b/src/components/__tests__/__snapshots__/BottomNavigation.test.js.snap\nindex 4d771d6..9f9683c 100644\n--- a/src/components/__tests__/__snapshots__/BottomNavigation.test.js.snap\n+++ b/src/components/__tests__/__snapshots__/BottomNaviga... | 1 | ["87427fe39d165bee2acedde8dbaa237cca3fb61e"] | ["test"] |
support multi deploy in ReplayStateTest
In order to support cases for call-activity, the ReplayStateTest needs
to be able to deploy multiple processes. | ["diff --git a/engine/src/test/java/io/zeebe/engine/processing/streamprocessor/ReplayStateTest.java b/engine/src/test/java/io/zeebe/engine/processing/streamprocessor/ReplayStateTest.java\nindex 77e320f..0389291 100644\n--- a/engine/src/test/java/io/zeebe/engine/processing/streamprocessor/ReplayStateTest.java\n+++ b/eng... | 1 | ["834a9e3cfd6439f295072e5808a02cf2a35ba083"] | ["test"] |
Use arm64v8 postfix for Cube Store :dev build | ["diff --git a/.github/workflows/rust-cubestore-master.yml b/.github/workflows/rust-cubestore-master.yml\nindex 4a84984..bb07cd7 100644\n--- a/.github/workflows/rust-cubestore-master.yml\n+++ b/.github/workflows/rust-cubestore-master.yml\n@@ -115,9 +115,9 @@ jobs:\n if [[ $VERSION =~ ^v[0-9]{1,3}\\.[0-9]{1,3}... | 1 | ["10bdcb452ff9d2b884d45a9c43a4b8a20fc4a883"] | ["ci"] |
add method to extract snapshot name from filename
also corrected pattern, where the period was meant to match a period, not any
character.
related to zeebe-io/zeebe#876 | ["diff --git a/logstreams/src/main/java/io/zeebe/logstreams/impl/snapshot/fs/FsSnapshotStorageConfiguration.java b/logstreams/src/main/java/io/zeebe/logstreams/impl/snapshot/fs/FsSnapshotStorageConfiguration.java\nindex d8f4d89..e54e85a 100644\n--- a/logstreams/src/main/java/io/zeebe/logstreams/impl/snapshot/fs/FsSnaps... | 1 | ["7ab965c55d0e98fdb6179577d0db56599675e400"] | ["feat"] |
adds test for exec with http proxy
Signed-off-by: Sam Alba <samalba@users.noreply.github.com> | ["diff --git a/tests/tasks.bats b/tests/tasks.bats\nindex e3b95c4..4cfba15 100644\n--- a/tests/tasks.bats\n+++ b/tests/tasks.bats\n@@ -101,6 +101,14 @@ setup() {\n assert_line --partial --index 9 'actions.basicTest.stop'\n }\n \n+@test \"task: #Exec with HTTP proxy\" {\n+ cd ./tasks/exec\n+ export HTTPS_PROXY... | 1 | ["6c7398993bc567ec84e4573b6ededbf50b1ef606"] | ["test"] |
extract lambdas | ["diff --git a/broker/src/main/java/io/camunda/zeebe/broker/system/partitions/impl/AsyncSnapshotDirector.java b/broker/src/main/java/io/camunda/zeebe/broker/system/partitions/impl/AsyncSnapshotDirector.java\nindex 6ee5797..bcfcc72 100644\n--- a/broker/src/main/java/io/camunda/zeebe/broker/system/partitions/impl/AsyncSn... | 1 | ["14abf5c31523a551134aebe9e8f3505ef26ed421"] | ["refactor"] |
fix unstable MessageCorrelationTest | ["diff --git a/broker-core/src/test/java/io/zeebe/broker/workflow/MessageCorrelationTest.java b/broker-core/src/test/java/io/zeebe/broker/workflow/MessageCorrelationTest.java\nindex 0f5fed9..796393c 100644\n--- a/broker-core/src/test/java/io/zeebe/broker/workflow/MessageCorrelationTest.java\n+++ b/broker-core/src/test/... | 1 | ["98bed2a8137930149559bc1cae9bd34a1a75e556"] | ["test"] |
use module path alias | ["diff --git a/src/background/audio-manager.ts b/src/background/audio-manager.ts\nindex 54e8b24..11c5fba 100644\n--- a/src/background/audio-manager.ts\n+++ b/src/background/audio-manager.ts\n@@ -2,7 +2,7 @@\n * To make sure only one audio plays at a time\n */\n \n-import { timeout } from '../_helpers/promise-more'\n+... | 1 | ["8246d024f21d93cc092e19bede5f7b3a5325c8dc"] | ["refactor"] |
ensure "dist" dirs exist | ["diff --git a/scripts/prepare.js b/scripts/prepare.js\nindex 9eb8cb8..f285825 100644\n--- a/scripts/prepare.js\n+++ b/scripts/prepare.js\n@@ -68,6 +68,9 @@ async function prepare() {\n names.push(json.name)\n }\n \n+ // Ensure all \"dist\" directories exist.\n+ dirs.forEach(dir => fs.ensureDirSync(join(dir, di... | 1 | ["ca060bf255a55b99000ddf0c67f7422f28b735a6"] | ["build"] |
run nix macos jobs on macos-13 to try and avoid SIP | ["diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml\nnew file mode 100644\nindex 0000000..5be7d17\n--- /dev/null\n+++ b/.github/actionlint.yaml\n@@ -0,0 +1,7 @@\n+self-hosted-runner:\n+ # Labels of self-hosted runner in array of strings.\n+ labels: [macos-13]\n+# Configuration variables in array of strin... | 1 | ["54cb6d4643b4a072ff997592a7fa14a69a6c068d"] | ["ci"] |
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"] |
bump version
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com> | ["diff --git a/scripts/helmcharts/init.sh b/scripts/helmcharts/init.sh\nindex 5a2b4b0..69a6944 100644\n--- a/scripts/helmcharts/init.sh\n+++ b/scripts/helmcharts/init.sh\n@@ -26,7 +26,7 @@ usr=$(whoami)\n \n # Installing k3s\n function install_k8s() {\n- curl -sL https://get.k3s.io | sudo K3S_KUBECONFIG_MODE=\"644\"... | 1 | ["9a25fe59dfb63d32505afcea3a164ff0b8ea4c71"] | ["build"] |
fix node test cases run into infinite loop | ["diff --git a/packages/designer/tests/document/node/node.test.ts b/packages/designer/tests/document/node/node.test.ts\nindex dd20bd3..113360d 100644\n--- a/packages/designer/tests/document/node/node.test.ts\n+++ b/packages/designer/tests/document/node/node.test.ts\n@@ -26,7 +26,7 @@ import rootHeaderMetadata from '../... | 1 | ["d2c3f0ba6f85b659b76636a91ea9ab2b5a95a720"] | ["test"] |
getBorderSize() missing "width"
The correct property name to use is "borderWidth", not just "border".
"border" works in Chrome but was breaking in Firefox.
Also had to change .ui-grid-header's box-sizing to content-box so IE11
would include the border in height calcs. AND finally IE11 was returning
fractional heights... | ["diff --git a/src/js/core/factories/Grid.js b/src/js/core/factories/Grid.js\nindex dcf10af..2be7842 100644\n--- a/src/js/core/factories/Grid.js\n+++ b/src/js/core/factories/Grid.js\n@@ -1525,7 +1525,7 @@ angular.module('ui.grid')\n var oldHeaderHeight = container.headerHeight;\n var headerHeigh... | 1 | ["174f25214caa10ec643db6c81aaa0f3511bf78f4"] | ["fix"] |
updated webpack in react | ["diff --git a/components/react/package.json b/components/react/package.json\nindex bbeb9ee..43ddebc 100644\n--- a/components/react/package.json\n+++ b/components/react/package.json\n@@ -114,7 +114,7 @@\n \"ts-loader\": \"^9.2.9\",\n \"ts-node\": \"^10.7.0\",\n \"typescript\": \"^4.7.3\",\n- \"webpack\":... | 1 | ["78c446cbea61af2268b4c4da03a9ad4283f10049"] | ["build"] |
verify process can start at supported element types
Verifies a PI can be started at specific element types. The test will deploy the process, start an instance at the desired start element and verify that it has been activated succesfully. | ["diff --git a/engine/src/test/java/io/camunda/zeebe/engine/processing/processinstance/CreateProcessInstanceSupportedElementTest.java b/engine/src/test/java/io/camunda/zeebe/engine/processing/processinstance/CreateProcessInstanceSupportedElementTest.java\nnew file mode 100644\nindex 0000000..a505307\n--- /dev/null\n+++... | 1 | ["a5ecfdf49b0d4c43fbbbf7947be7c0327ccb3415"] | ["test"] |
remove unused branches and ignore envrc file | ["diff --git a/.github/workflows/ibis-backends-cloud.yml b/.github/workflows/ibis-backends-cloud.yml\nindex 2003e8e..7c7fd26 100644\n--- a/.github/workflows/ibis-backends-cloud.yml\n+++ b/.github/workflows/ibis-backends-cloud.yml\n@@ -5,9 +5,12 @@ on:\n # Skip the backend suite if all changes are in the docs direct... | 1 | ["d0c6476df61b9c6ab07b87e1724ea7c5318595bb"] | ["ci"] |
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"] |
post installers compatiblity with Windows #2520 | ["diff --git a/packages/cubejs-databricks-jdbc-driver/package.json b/packages/cubejs-databricks-jdbc-driver/package.json\nindex cc164f0..fd7ad45 100644\n--- a/packages/cubejs-databricks-jdbc-driver/package.json\n+++ b/packages/cubejs-databricks-jdbc-driver/package.json\n@@ -14,13 +14,16 @@\n },\n \"main\": \"dist/s... | 1 | ["7e9bd7c86df1032d53e752654fe4a446951480bb"] | ["build"] |
Deploy utilities from correct folder
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com> | ["diff --git a/.github/workflows/utilities.yaml b/.github/workflows/utilities.yaml\nindex 92e130c..afbc850 100644\n--- a/.github/workflows/utilities.yaml\n+++ b/.github/workflows/utilities.yaml\n@@ -43,7 +43,7 @@ jobs:\n PUSH_IMAGE=1 bash build.sh\n - name: Deploy to kubernetes\n run: |\n- cd s... | 1 | ["2ebf04099353ef70395b8c8f5e130f70e1ed0814"] | ["ci"] |
updated to lerna v6 | ["diff --git a/lerna.json b/lerna.json\nindex 29cb6ed..4488fb6 100644\n--- a/lerna.json\n+++ b/lerna.json\n@@ -25,7 +25,6 @@\n \"npmClient\": \"pnpm\",\n \"useWorkspaces\": true,\n \"conventionalCommits\": true,\n- \"useNx\": true,\n \"command\": {\n \"version\": {\n \"message\": \"chore(release): pu... | 1 | ["aa30370b796c1f46cc60aa56b2918c3d27c0cf88"] | ["build"] |
add --ignore-existing to all npx commands | ["diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md\nindex dc6db37..3ef9d0a 100644\n--- a/docs/getting-started/getting-started.md\n+++ b/docs/getting-started/getting-started.md\n@@ -13,7 +13,7 @@ npm install -g @angular/cli\n **Using `npx`**\n \n ```bash\n-npx create-nx-work... | 1 | ["fc9af4d0b93d69be4e201ffb18da04324e8a4a87"] | ["docs"] |
remove unnecessary import | ["diff --git a/transport/src/main/java/io/camunda/zeebe/transport/stream/impl/LogicalId.java b/transport/src/main/java/io/camunda/zeebe/transport/stream/impl/LogicalId.java\nindex 14c6f30..ebaef60 100644\n--- a/transport/src/main/java/io/camunda/zeebe/transport/stream/impl/LogicalId.java\n+++ b/transport/src/main/java/... | 1 | ["84529bcb10c6fe02e2c0079d069ab6c6ac7683d6"] | ["refactor"] |
expose the means by which we process each reward cycle's affirmation maps at reward cycle boundaries | ["diff --git a/src/burnchains/burnchain.rs b/src/burnchains/burnchain.rs\nindex 92105d6..60c608a 100644\n--- a/src/burnchains/burnchain.rs\n+++ b/src/burnchains/burnchain.rs\n@@ -851,8 +851,26 @@ impl Burnchain {\n );\n \n burnchain_db.store_new_burnchain_block(burnchain, indexer, &block)?;\n- le... | 1 | ["d7972da833257c073403dec3c2ac3a7f297e328a"] | ["refactor"] |
add page balckwhitelist and pdf | ["diff --git a/src/_locales/common/messages.json b/src/_locales/common/messages.json\nindex e8524ac..3a596d6 100644\n--- a/src/_locales/common/messages.json\n+++ b/src/_locales/common/messages.json\n@@ -4,11 +4,21 @@\n \"zh_CN\": \"\u6dfb\u52a0\",\n \"zh_TW\": \"\u65b0\u589e\"\n },\n+ \"blacklist\": {\n+ ... | 1 | ["9b1c0fc20b614513384a1e562317dbf076eb8ef0"] | ["feat"] |
change notice from 'danger' > 'info'
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> | ["diff --git a/packages/noco-docs/docs/030.workspaces/040.actions-on-workspace.md b/packages/noco-docs/docs/030.workspaces/040.actions-on-workspace.md\nindex 17a1d85..b8c3f52 100644\n--- a/packages/noco-docs/docs/030.workspaces/040.actions-on-workspace.md\n+++ b/packages/noco-docs/docs/030.workspaces/040.actions-on-wor... | 1 | ["2ba752d45350a676babe553dd68f019af81b512b"] | ["docs"] |
entries updates | ["diff --git a/packages/docz-core/src/DataServer.ts b/packages/docz-core/src/DataServer.ts\nindex 0dad341..d1d95fb 100644\n--- a/packages/docz-core/src/DataServer.ts\n+++ b/packages/docz-core/src/DataServer.ts\n@@ -34,13 +34,13 @@ export class DataServer {\n public async processEntries(): Promise<void> {\n const ... | 1 | ["7147ac1f43a3ca454c79a6709dda2c35162ec88c"] | ["fix"] |
increase timeout of multiregion failover test
Due to the nature of the test, restarts and failovers can take long. If the recovery takes longer than 15m, then the test will fail unnecessarily. Since we are not really testing for how was it can recover, it is ok to increase the maxInstanceDuration. | ["diff --git a/.github/workflows/e2e-testbench.yaml b/.github/workflows/e2e-testbench.yaml\nindex 708f97f..fd0b918 100644\n--- a/.github/workflows/e2e-testbench.yaml\n+++ b/.github/workflows/e2e-testbench.yaml\n@@ -31,6 +31,11 @@ on:\n default: null\n required: false\n type: string\n+ maxIn... | 1 | ["ee824ddd71cbc4ccc26f7c6876d379c4927b79e6"] | ["ci"] |
add `to_sql`
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com> | ["diff --git a/docs/api/expressions/top_level.md b/docs/api/expressions/top_level.md\nindex efaffbd..34b529e 100644\n--- a/docs/api/expressions/top_level.md\n+++ b/docs/api/expressions/top_level.md\n@@ -28,7 +28,7 @@ These methods and objects are available directly in the `ibis` module.\n ::: ibis.or_\n ::: ibis.param\... | 1 | ["e2821a56c7d867b8b591f1777019843a2ffca797"] | ["docs"] |
build updates | ["diff --git a/demo/vanilla_new/css/404.min.css b/demo/vanilla_new/css/404.min.css\nindex a3485b4..e69de29 100644\n--- a/demo/vanilla_new/css/404.min.css\n+++ b/demo/vanilla_new/css/404.min.css\n@@ -1 +0,0 @@\n-@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono%7CSpace+Mono);a,abbr,acronym,address,appl... | 1 | ["9acf7a062ee9c0538c2cd4661c1f5da61ab06316"] | ["build"] |
make sure root is being watched and setRoot called when it changes | ["diff --git a/packages/core/src/components/nav/nav.tsx b/packages/core/src/components/nav/nav.tsx\nindex 5aaacb6..27241ee 100644\n--- a/packages/core/src/components/nav/nav.tsx\n+++ b/packages/core/src/components/nav/nav.tsx\n@@ -1,4 +1,4 @@\n-import { Component, Element, Event, EventEmitter, Listen, Method, Prop } fr... | 1 | ["4be836f5655fb5356fde5ddd7437125f8574705d"] | ["refactor"] |
create dashboards from imported templates | ["diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex 590f5ea..bd74e95 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -1,6 +1,7 @@\n ## v2.0.0-alpha.6 [unreleased]\n \n ### Features\n+1. [12496](https://github.com/influxdata/influxdb/pull/12496): Add ability to import a dashboard\n \n ### Bug Fixes\n \ndiff --git a/ui/... | 1 | ["9114362b39f5194209cd0b330af7076333f3db77"] | ["feat"] |
lint README | ["diff --git a/README.md b/README.md\nindex a163c83..9cd12bc 100644\n--- a/README.md\n+++ b/README.md\n@@ -26,7 +26,7 @@ Ibis has three primary components:\n Ibis aims to be a future-proof solution to interacting with data using Python and can accomplish this goal through its main features:\n \n - **Familiar API**: Ibi... | 1 | ["cab2cf4d3fffb0ec2b56d455e67ac5fa992b4104"] | ["docs"] |
convert to record | ["diff --git a/broker/src/test/java/io/camunda/zeebe/broker/exporter/stream/ExporterDirectorDistributionTest.java b/broker/src/test/java/io/camunda/zeebe/broker/exporter/stream/ExporterDirectorDistributionTest.java\nindex cc998c6..65c8550 100755\n--- a/broker/src/test/java/io/camunda/zeebe/broker/exporter/stream/Export... | 1 | ["3346331a963766c8193170fb130adad2e658ada2"] | ["refactor"] |
don't delay rendering if initialLayout is not specified | ["diff --git a/packages/react-native-tab-view/example/src/BottomBarIconTextExample.js b/packages/react-native-tab-view/example/src/BottomBarIconTextExample.js\nindex fcc4708..397e6e6 100644\n--- a/packages/react-native-tab-view/example/src/BottomBarIconTextExample.js\n+++ b/packages/react-native-tab-view/example/src/Bo... | 1 | ["e9233ae3f7811707945fc2de60971595d83c578d"] | ["fix"] |
switch to callback ref | ["diff --git a/src/notebook/components/transforms/html.js b/src/notebook/components/transforms/html.js\nindex 83fc1fb..021cc65 100644\n--- a/src/notebook/components/transforms/html.js\n+++ b/src/notebook/components/transforms/html.js\n@@ -8,16 +8,16 @@ type Props = {\n \n export default class HTMLDisplay extends React.... | 1 | ["ee4bf61fb8836e249fb4ef3507dc938e70696b3f"] | ["refactor"] |
wire up fixed null encoding | ["diff --git a/read_buffer/src/row_group.rs b/read_buffer/src/row_group.rs\nindex 91c9fb5..ca77f3c 100644\n--- a/read_buffer/src/row_group.rs\n+++ b/read_buffer/src/row_group.rs\n@@ -958,24 +958,15 @@ impl From<RecordBatch> for RowGroup {\n }\n Some(InfluxColumnType::Field(_)) => {\n ... | 1 | ["28b596b8834d1b51be3ac6a2ac30df28f37702d8"] | ["refactor"] |
tests should pass now
Make the code more safe | ["diff --git a/goreleaserlib/goreleaser.go b/goreleaserlib/goreleaser.go\nindex 28ba3f4..67ba95d 100644\n--- a/goreleaserlib/goreleaser.go\n+++ b/goreleaserlib/goreleaser.go\n@@ -27,6 +27,15 @@ import (\n \tyaml \"gopkg.in/yaml.v2\"\n )\n \n+var (\n+\tnormalPadding = cli.Default.Padding\n+\tincreasedPadding = normal... | 1 | ["5636313d7c9cfbd9f48578fd104771d65eae9720"] | ["fix"] |
disable edit/delete if primary key missing
Signed-off-by: Pranav C <pranavxc@gmail.com> | ["diff --git a/packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue b/packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue\nindex 5f9841f..c414c8c 100644\n--- a/packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue\n+++ b/packages/nc-gui/components/projec... | 1 | ["4d92f352741b04c8709319dfe5c8419654f3682c"] | ["feat"] |
update the formatting for python integration example | ["diff --git a/website/docs/integration/python.md b/website/docs/integration/python.md\nindex 064cae3..b6b720d 100644\n--- a/website/docs/integration/python.md\n+++ b/website/docs/integration/python.md\n@@ -13,6 +13,7 @@ header = \"All notable changes to this project will be documented in this file.\"\n body = \"...\"\... | 1 | ["3ee672483790ec71c700907a6e93af4698492026"] | ["docs"] |
add travis file | ["diff --git a/.travis.yml b/.travis.yml\nnew file mode 100644\nindex 0000000..c08cc34\n--- /dev/null\n+++ b/.travis.yml\n@@ -0,0 +1,11 @@\n+sudo: false\n+\n+language: java\n+jdk: oraclejdk8\n+\n+branches:\n+ only:\n+ - master\n+\n+notifications:\n+ email: false\n"] | 1 | ["d0814a928601706635287fd3d9d3451d156b821a"] | ["ci"] |
add documentation to use react-native-paper with CRA (#874) | ["diff --git a/docs/pages/4.react-native-web.md b/docs/pages/4.react-native-web.md\nindex 69e4e52..8d6ae2a 100644\n--- a/docs/pages/4.react-native-web.md\n+++ b/docs/pages/4.react-native-web.md\n@@ -16,6 +16,63 @@ To install `react-native-web`, run:\n yarn add react-native-web react-dom react-art\n ```\n \n+### Using C... | 1 | ["ee7cc5d5a940fba774e715b1f029c6361110b108"] | ["docs"] |
add prewatch script to core | ["diff --git a/.gitignore b/.gitignore\nindex 3445558..72257cb 100644\n--- a/.gitignore\n+++ b/.gitignore\n@@ -1,4 +1,5 @@\n *.o\n+.env\n settheory\n constraint\n Main\ndiff --git a/packages/core/package.json b/packages/core/package.json\nindex 9ba8b93..79bd532 100644\n--- a/packages/core/package.json\n+++ b/packages/c... | 1 | ["aa0152baa4376b1087c86499a7c289b668d5ad55"] | ["build"] |
rename step | ["diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml\nindex e81d897..5c3ee6b 100644\n--- a/.github/workflows/ci.yml\n+++ b/.github/workflows/ci.yml\n@@ -45,7 +45,7 @@ jobs:\n - name: Install dependencies\n run: pnpm install\n \n- - name: Typecheck\n+ - name: Build (stub)\n ... | 1 | ["34875bc0e59b43d9041903101c823d25ec194a21"] | ["ci"] |
tests | ["diff --git a/client/src/components/Profile/__test__/EducationCard.test.tsx b/client/src/components/Profile/__test__/EducationCard.test.tsx\nindex 44b6e00..14539dd 100644\n--- a/client/src/components/Profile/__test__/EducationCard.test.tsx\n+++ b/client/src/components/Profile/__test__/EducationCard.test.tsx\n@@ -53,7 ... | 1 | ["f87659953e9af59bc7cb314a22dd076d988ef607"] | ["test"] |
create mock img server | ["diff --git a/scripts/gulp/tasks/test.ts b/scripts/gulp/tasks/test.ts\nindex 8014b12..d10c1aa 100644\n--- a/scripts/gulp/tasks/test.ts\n+++ b/scripts/gulp/tasks/test.ts\n@@ -26,12 +26,18 @@ task('test.imageserver', () => {\n function handleRequest(req, res) {\n const urlParse = url.parse(req.url, true);\n \n+ ... | 1 | ["32b76173a259ea1993298289b436cf10c1e800bf"] | ["test"] |
only restart if pages directory itself is changed
resolves #429 | ["diff --git a/packages/cli/src/commands/dev.ts b/packages/cli/src/commands/dev.ts\nindex 35d859e..d6d91ed 100644\n--- a/packages/cli/src/commands/dev.ts\n+++ b/packages/cli/src/commands/dev.ts\n@@ -1,4 +1,4 @@\n-import { resolve } from 'upath'\n+import { resolve, relative } from 'upath'\n import chokidar from 'chokida... | 1 | ["cbce777addb3dd118232a9f28db9d425d4c937b2"] | ["fix"] |
added components pages to typedoc output | ["diff --git a/core/main/tsconfig.json b/core/main/tsconfig.json\nindex c4474a7..7916bc5 100644\n--- a/core/main/tsconfig.json\n+++ b/core/main/tsconfig.json\n@@ -96,11 +96,35 @@\n \"particles\": {\n \"groups\": [\n {\n- \"title\": \"Documentation\",\n+ \"title\": \"Components\",\n ... | 1 | ["fca2c198c6486c4d586b1af1832be46f19667235"] | ["docs"] |
set name for topology module | ["diff --git a/topology/pom.xml b/topology/pom.xml\nindex 389508e..ee6239a 100644\n--- a/topology/pom.xml\n+++ b/topology/pom.xml\n@@ -16,6 +16,7 @@\n </parent>\n \n <artifactId>zeebe-cluster-topology</artifactId>\n+ <name>Zeebe Cluster Topology</name>\n \n <properties>\n <proto.dir>${maven.multiModuleProjec... | 1 | ["8911a972222dc80a242f3f1d9b3596321b3fdeaa"] | ["build"] |
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\nindex 8bb5c3d..f8f5e24 100644\n--- a/topology/src/main/java/io/camunda/zeebe/topology/changes/TopologyChangeCoordinator.java\n... | 1 | ["dec860436916ef216998f80f8b2f9c39d00c064d"] | ["feat"] |
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"] |
update drone | ["diff --git a/.drone.yml b/.drone.yml\nindex 53e3329..306516b 100644\n--- a/.drone.yml\n+++ b/.drone.yml\n@@ -21,10 +21,10 @@ steps:\n from_secret: docker_username\n password:\n from_secret: docker_password\n- tags: pg\n+ tags: latest\n when: \n branch:\n- - pg\n+ ... | 1 | ["88129ee45b1d49bc4ff887f3b488464cc7097e29"] | ["build"] |
remove writers from interface | ["diff --git a/engine/src/main/java/io/camunda/zeebe/engine/Engine.java b/engine/src/main/java/io/camunda/zeebe/engine/Engine.java\nindex 91f1b41..eb4b9a8 100644\n--- a/engine/src/main/java/io/camunda/zeebe/engine/Engine.java\n+++ b/engine/src/main/java/io/camunda/zeebe/engine/Engine.java\n@@ -81,8 +81,6 @@ public clas... | 1 | ["d2709cab63295109dcd1a49f57da9418110e9044"] | ["refactor"] |
fix build | ["diff --git a/server/Dockerfile b/server/Dockerfile\nindex 2f203bb..a84c31e 100755\n--- a/server/Dockerfile\n+++ b/server/Dockerfile\n@@ -9,9 +9,11 @@ ENV TZ utc\n WORKDIR /src\n \n COPY package.json /src\n+COPY package-lock.json /src\n+COPY tsconfig.json /src\n RUN npm install --production --no-optional\n \n COPY pub... | 1 | ["a827777f41e90b6332c191d05bae8db525de6f38"] | ["build"] |
update basic test with colors | ["diff --git a/core/src/components/label/test/basic/index.html b/core/src/components/label/test/basic/index.html\nindex d0b566c..377e58c 100644\n--- a/core/src/components/label/test/basic/index.html\n+++ b/core/src/components/label/test/basic/index.html\n@@ -19,12 +19,32 @@\n </ion-header>\n \n <ion-content>\n+... | 1 | ["c3b5dc77ff3d89d389f6f3a868b17d0a8ca63074"] | ["test"] |
update version (nightly.0) | ["diff --git a/Cargo.lock b/Cargo.lock\nindex e6f659c..cf93556 100644\n--- a/Cargo.lock\n+++ b/Cargo.lock\n@@ -94,7 +94,7 @@ dependencies = [\n \n [[package]]\n name = \"els\"\n-version = \"0.1.23\"\n+version = \"0.1.24-nightly.0\"\n dependencies = [\n \"erg_common\",\n \"erg_compiler\",\n@@ -105,7 +105,7 @@ dependen... | 1 | ["92e940efeee199b1e0bbbc3c9eea7f3dc8221619"] | ["build"] |
add activatedElementInstanceKeys to modification record | ["diff --git a/protocol-impl/src/test/java/io/camunda/zeebe/protocol/impl/JsonSerializableToJsonTest.java b/protocol-impl/src/test/java/io/camunda/zeebe/protocol/impl/JsonSerializableToJsonTest.java\nindex 33410da..edd0588 100644\n--- a/protocol-impl/src/test/java/io/camunda/zeebe/protocol/impl/JsonSerializableToJsonTe... | 1 | ["f7cc7b263afeb27eef393b7497db8dad8ebb0518"] | ["test"] |
fix cypress on windows | ["diff --git a/packages/cypress/src/builders/cypress/cypress.impl.spec.ts b/packages/cypress/src/builders/cypress/cypress.impl.spec.ts\nindex 22851fb..c9296fe 100644\n--- a/packages/cypress/src/builders/cypress/cypress.impl.spec.ts\n+++ b/packages/cypress/src/builders/cypress/cypress.impl.spec.ts\n@@ -77,7 +77,7 @@ des... | 1 | ["eebee9ab0bb6d4255ad0402d8422364e96bfef61"] | ["fix"] |
render-svg | ["diff --git a/package.json b/package.json\nindex 3f8e5fa..cc4e398 100644\n--- a/package.json\n+++ b/package.json\n@@ -42,6 +42,7 @@\n \"rollup\": \"^2.34.2\",\n \"rollup-plugin-copy\": \"^3.3.0\",\n \"rollup-plugin-dts\": \"^2.0.0\",\n+ \"rollup-plugin-terser\": \"^7.0.2\",\n \"rollup-plugin-typescr... | 1 | ["ace6b981c8098a68092d4a10e75daae7b8bfee9b"] | ["feat"] |
offset tests for min and max read cursors | ["diff --git a/storage/reads/array_cursor_test.go b/storage/reads/array_cursor_test.go\nindex 7c7ad0c..c1e6ff9 100644\n--- a/storage/reads/array_cursor_test.go\n+++ b/storage/reads/array_cursor_test.go\n@@ -1541,6 +1541,34 @@ func TestWindowMinArrayCursor(t *testing.T) {\n \t\t\t},\n \t\t},\n \t\t{\n+\t\t\tname: \"wi... | 1 | ["b7e2330fa3a8d7b8a9bff01b707c44e64b845c7b"] | ["test"] |
right side menus | ["diff --git a/ionic/components/menu/menu-types.scss b/ionic/components/menu/menu-types.scss\nindex dbbfdda..5e4f990 100644\n--- a/ionic/components/menu/menu-types.scss\n+++ b/ionic/components/menu/menu-types.scss\n@@ -35,3 +35,7 @@ ion-menu[type=overlay] {\n }\n }\n }\n+\n+ion-menu[type=overlay][side=right] {\n+... | 1 | ["1a60540f2bcda48d33f015e31f3728ac2c59a159"] | ["feat"] |
fix typos (#90) | ["diff --git a/README.md b/README.md\nindex de15ac5..5ad8b47 100755\n--- a/README.md\n+++ b/README.md\n@@ -16,13 +16,13 @@ content that will be loaded, similar to Facebook cards loaders.\n \n ## Features\n \n-* :gear: **Complety customizable:** you can change the colors, speed and sizes;\n+* :gear: **Completely customi... | 1 | ["88257ee720ed8ba136d49087c0d31373e8397dd5"] | ["docs"] |
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"] |
treeview width fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> | ["diff --git a/tests/playwright/pages/Dashboard/TreeView.ts b/tests/playwright/pages/Dashboard/TreeView.ts\nindex 9cc622b..75c02c0 100644\n--- a/tests/playwright/pages/Dashboard/TreeView.ts\n+++ b/tests/playwright/pages/Dashboard/TreeView.ts\n@@ -23,10 +23,24 @@ export class TreeViewPage extends BasePage {\n }\n \n ... | 1 | ["efeb30f26252ef4791ef2a02d83827b7f0c45462"] | ["test"] |
use new freespace config for disk space recory test | ["diff --git a/qa/integration-tests/src/test/java/io/camunda/zeebe/it/health/DiskSpaceRecoveryIT.java b/qa/integration-tests/src/test/java/io/camunda/zeebe/it/health/DiskSpaceRecoveryIT.java\nindex 0854323..bfc7b7e 100644\n--- a/qa/integration-tests/src/test/java/io/camunda/zeebe/it/health/DiskSpaceRecoveryIT.java\n+++... | 1 | ["672cd2b9775fb6dac2d522cb3f4469db47c0556b"] | ["test"] |
fix golden tests for aws_vpn_connection | ["diff --git a/internal/providers/terraform/aws/testdata/vpn_connection_test/vpn_connection_test.tf b/internal/providers/terraform/aws/testdata/vpn_connection_test/vpn_connection_test.tf\nindex d895677..cf10e3f 100644\n--- a/internal/providers/terraform/aws/testdata/vpn_connection_test/vpn_connection_test.tf\n+++ b/int... | 1 | ["9b059dd8245e72f0bf8c40fc633f9ef6fccae405"] | ["test"] |
verify process responses for deploy command
Tests should generally only fail for 1 reason, but the first test case
(`shouldDeployResourceFromFile`) verifies multiple unrelated things.
To align with the other test cases in this class, it makes sense that
this test case only verifies that the gateway service was called... | ["diff --git a/clients/java/src/test/java/io/camunda/zeebe/client/process/DeployResourceTest.java b/clients/java/src/test/java/io/camunda/zeebe/client/process/DeployResourceTest.java\nindex 1d96c74..b65d9f3 100644\n--- a/clients/java/src/test/java/io/camunda/zeebe/client/process/DeployResourceTest.java\n+++ b/clients/j... | 1 | ["390eadc270d027493722cdbe9c8f4140d027e473"] | ["test"] |
fix height calc | ["diff --git a/src/content/redux/modules/widget.ts b/src/content/redux/modules/widget.ts\nindex 96b54f1..bcfe3bb 100644\n--- a/src/content/redux/modules/widget.ts\n+++ b/src/content/redux/modules/widget.ts\n@@ -93,7 +93,7 @@ export const initState: WidgetState = {\n : _initConfig.panelWidth,\n height: isS... | 1 | ["148cd56d096ba972e9706653c47052a07d5f9d08"] | ["fix"] |
temporary do no run "verify-ffmpeg.py" on Mac CI (#14986) | ["diff --git a/vsts.yml b/vsts.yml\nindex 6cb0eb3..a058238 100644\n--- a/vsts.yml\n+++ b/vsts.yml\n@@ -86,13 +86,13 @@ jobs:\n killall Electron\n fi\n displayName: Make sure Electron isn't running from previous tests\n-\n- - bash: |\n- cd src\n- python electron/script/verify-ffmpeg.py --sou... | 1 | ["9187415f5ee35d2e88dd834e413fc16bf19c5db1"] | ["ci"] |
101: fix import key cmd
Signed-off-by: Sam Alba <sam.alba@gmail.com> | ["diff --git a/docs/learn/101-use.md b/docs/learn/101-use.md\nindex 283c1c1..2ec10f9 100644\n--- a/docs/learn/101-use.md\n+++ b/docs/learn/101-use.md\n@@ -41,8 +41,7 @@ cd ./examples/todoapp\n The example app contains encrypted secrets and other pre-configured inputs, here is how to decrypt them:\n \n ```sh\n-curl -sfL... | 1 | ["2b01808ec86fe9d8b4a93141a1b7f95e11fd6010"] | ["docs"] |
import flux-lsp v0.5.21 | ["diff --git a/ui/package.json b/ui/package.json\nindex 7a44aad..a36fc3d 100644\n--- a/ui/package.json\n+++ b/ui/package.json\n@@ -134,7 +134,7 @@\n \"dependencies\": {\n \"@influxdata/clockface\": \"2.3.4\",\n \"@influxdata/flux\": \"^0.5.1\",\n- \"@influxdata/flux-lsp-browser\": \"0.5.20\",\n+ \"@infl... | 1 | ["bfe32bf10e9b6d699f694fbd095af0b3f2e6275f"] | ["build"] |
add flag to wait for workflow instance result
- with the flag withResult the create instance command will wait for the
workflow to complete
- optional a list of variable names can be specified to limit the fetched
variables | ["diff --git a/clients/zbctl/cmd/createInstance.go b/clients/zbctl/cmd/createInstance.go\nindex 016f115..85ac0be 100644\n--- a/clients/zbctl/cmd/createInstance.go\n+++ b/clients/zbctl/cmd/createInstance.go\n@@ -15,13 +15,15 @@ package cmd\n \n import (\n \t\"github.com/zeebe-io/zeebe/clients/go/commands\"\n+\t\"strings... | 1 | ["f3107f1a8eb124b55e775d23416540f49204a19e"] | ["feat"] |
licensing | ["diff --git a/atomix/cluster/src/test/java/io/atomix/cluster/messaging/impl/NettyMessagingServiceTlsTest.java b/atomix/cluster/src/test/java/io/atomix/cluster/messaging/impl/NettyMessagingServiceTlsTest.java\nindex a4aee6b..bb523fa 100644\n--- a/atomix/cluster/src/test/java/io/atomix/cluster/messaging/impl/NettyMessag... | 1 | ["cbe62140ce219da84772e21e7cfb4b5c2a25c1b8"] | ["docs"] |
updates the readme to improve the readability and contributing sections | ["diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md\nindex 3c4dd8d..f8b8514 100644\n--- a/.github/CONTRIBUTING.md\n+++ b/.github/CONTRIBUTING.md\n@@ -21,7 +21,8 @@ Contributions are always welcome! Please use the following guidelines when contr\n - `chore` - Catch all or things that have to do with the... | 1 | ["eb51316cdfdc7258d287ba13b67ef2f42bd2b8f6"] | ["docs"] |
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"] |
better pin mode view | ["diff --git a/src/content/redux/modules/widget.ts b/src/content/redux/modules/widget.ts\nindex 5df38c2..b8a1080 100644\n--- a/src/content/redux/modules/widget.ts\n+++ b/src/content/redux/modules/widget.ts\n@@ -627,7 +627,9 @@ function listenNewSelection (\n isSaladictOptionsPage\n ) {\n dispatch(sear... | 1 | ["9c0aae64774a6fd864622474cb645371fee114b5"] | ["refactor"] |
add donation section to footer | ["diff --git a/client/src/components/Feedback.tsx b/client/src/components/Feedback.tsx\nindex 117b21d..0d7e7a9 100644\n--- a/client/src/components/Feedback.tsx\n+++ b/client/src/components/Feedback.tsx\n@@ -16,12 +16,7 @@ const publicRoutes = [\n name: `\ud83d\udcdd Feedback on RS School`,\n link: `https://docs... | 1 | ["7704121d0c0bfce49f01c2b41cbc64a642cbb399"] | ["feat"] |
create mock img server,ensure "dist" dirs exist | ["diff --git a/scripts/gulp/tasks/test.ts b/scripts/gulp/tasks/test.ts\nindex 8014b12..d10c1aa 100644\n--- a/scripts/gulp/tasks/test.ts\n+++ b/scripts/gulp/tasks/test.ts\n@@ -26,12 +26,18 @@ task('test.imageserver', () => {\n function handleRequest(req, res) {\n const urlParse = url.parse(req.url, true);\n \n+ ... | 2 | ["32b76173a259ea1993298289b436cf10c1e800bf", "ca060bf255a55b99000ddf0c67f7422f28b735a6"] | ["test", "build"] |
use ng2 loadNextToLocation,fix build | ["diff --git a/ionic/components/nav/nav-controller.ts b/ionic/components/nav/nav-controller.ts\nindex 8e23c4c..37ac0f4 100644\n--- a/ionic/components/nav/nav-controller.ts\n+++ b/ionic/components/nav/nav-controller.ts\n@@ -527,41 +527,13 @@ export class NavController extends Ion {\n * @private\n * TODO\n */\n-... | 2 | ["085ee958c48d695ba50822d8767d615fd9e887fa", "a827777f41e90b6332c191d05bae8db525de6f38"] | ["refactor", "build"] |
verify process can start at supported element types
Verifies a PI can be started at specific element types. The test will deploy the process, start an instance at the desired start element and verify that it has been activated succesfully.,refactor to get ride of cloneDeep | ["diff --git a/engine/src/test/java/io/camunda/zeebe/engine/processing/processinstance/CreateProcessInstanceSupportedElementTest.java b/engine/src/test/java/io/camunda/zeebe/engine/processing/processinstance/CreateProcessInstanceSupportedElementTest.java\nnew file mode 100644\nindex 0000000..a505307\n--- /dev/null\n+++... | 2 | ["a5ecfdf49b0d4c43fbbbf7947be7c0327ccb3415", "d986b530775edd8ef1f4e445a5d4b0016f409722"] | ["test", "refactor"] |
Fix readme
Signed-off-by: Ben Johnson <bjohnson@binarylogic.com>,fix `get-deploy-tags.sh` | ["diff --git a/README.md b/README.md\nindex 587d655..da746bb 100644\n--- a/README.md\n+++ b/README.md\n@@ -38,15 +38,20 @@ simple and unified.\n * [**Installation**][docs.installation] - [containers][docs.containers], [operating systems][docs.operating_systems], [package managers][docs.package_managers], [from archives... | 2 | ["662c5d1346ea2b01c0bc3c11c648cbdf92035fe2", "6786fd5955b064021f5b6d6a630453351d683fae"] | ["docs", "ci"] |
add important to override paragraphs in items,pin version of actionlint used | ["diff --git a/packages/core/src/components/text/text.ios.scss b/packages/core/src/components/text/text.ios.scss\nindex a3c58e2..2a020ab 100644\n--- a/packages/core/src/components/text/text.ios.scss\n+++ b/packages/core/src/components/text/text.ios.scss\n@@ -9,8 +9,9 @@\n @each $color-name, $color-base, $color-contrast... | 2 | ["7ab363f7ba2807b3eb9895e47f4fcd058f43ae5e", "b702adc245f679ae20d84de39f0d63b14aabed5d"] | ["test", "ci"] |
add tenant property to ProcessMessageSubscriptionRecord
Adds the tenant id property + getter/setter to the record.,document the use of export buckets for large pre-aggregations
Co-authored-by: Ray Paik <ray@cube.dev>
Co-authored-by: Artyom Keydunov <artyom@cube.dev>
Co-authored-by: Dmitry Patsura <talk@dmtry.me> | ["diff --git a/protocol-impl/src/main/java/io/camunda/zeebe/protocol/impl/record/value/message/ProcessMessageSubscriptionRecord.java b/protocol-impl/src/main/java/io/camunda/zeebe/protocol/impl/record/value/message/ProcessMessageSubscriptionRecord.java\nindex 0b07e49..790a974 100644\n--- a/protocol-impl/src/main/java/i... | 2 | ["497a7d0676564774c18435e082e7de9132a251c7", "81f37be838d5e3af738908b1bcbf59fea2b45989"] | ["feat", "docs"] |
added resize observer, this will replace window.resize if available,create mock img server | ["diff --git a/engine/src/Utils/EventListeners.ts b/engine/src/Utils/EventListeners.ts\nindex 9e7b189..a29cab4 100644\n--- a/engine/src/Utils/EventListeners.ts\n+++ b/engine/src/Utils/EventListeners.ts\n@@ -47,6 +47,7 @@ export class EventListeners {\n \n private canPush: boolean;\n private resizeTimeout?: Node... | 2 | ["4197f2654e8767039dbfd66eca34f261ee3d88c8", "32b76173a259ea1993298289b436cf10c1e800bf"] | ["feat", "test"] |
update deps,remove unused | ["diff --git a/package.json b/package.json\nindex 3696132..ba002d2 100755\n--- a/package.json\n+++ b/package.json\n@@ -34,7 +34,6 @@\n \"koa-router\": \"~7.4.0\",\n \"koa-session\": \"~5.10.1\",\n \"koa-static\": \"~5.0.0\",\n- \"koa2-ratelimit\": \"~0.8.0\",\n \"koa2-swagger-ui\": \"~2.13.2\",\n ... | 2 | ["f46c6c6c26a14312aa05a77ff2a14aebd74e13ac", "a50b51999015e210918d9c8e95fd4cac347353be"] | ["build", "refactor"] |
Fix readme
Signed-off-by: Ben Johnson <bjohnson@binarylogic.com>,convert to record | ["diff --git a/README.md b/README.md\nindex 587d655..da746bb 100644\n--- a/README.md\n+++ b/README.md\n@@ -38,15 +38,20 @@ simple and unified.\n * [**Installation**][docs.installation] - [containers][docs.containers], [operating systems][docs.operating_systems], [package managers][docs.package_managers], [from archives... | 2 | ["662c5d1346ea2b01c0bc3c11c648cbdf92035fe2", "3346331a963766c8193170fb130adad2e658ada2"] | ["docs", "refactor"] |
add workingDirectory option to shell.openExternal() (#15065)
Allows passing `workingDirectory` to the underlying `ShellExecuteW` API on Windows._x000D_
_x000D_
the motivation is that by default `ShellExecute` would use the current working directory, which would get locked on Windows and can prevent autoUpdater from wo... | ["diff --git a/atom/browser/atom_browser_client.cc b/atom/browser/atom_browser_client.cc\nindex 97e5f26..df0774b 100644\n--- a/atom/browser/atom_browser_client.cc\n+++ b/atom/browser/atom_browser_client.cc\n@@ -611,7 +611,7 @@ void OnOpenExternal(const GURL& escaped_url, bool allowed) {\n #else\n escaped_url,\n... | 2 | ["a9475f359061fcd6cd53557599fedf0df5e9ee00", "2ac99c0a66a1adc18ee4ef660608f814823dd198"] | ["feat", "ci"] |
fixed tick interval,add prewatch script to core | ["diff --git a/backend/services/integrations/main.go b/backend/services/integrations/main.go\nindex 4a5e764..35c3ff2 100644\n--- a/backend/services/integrations/main.go\n+++ b/backend/services/integrations/main.go\n@@ -54,7 +54,7 @@ func main() {\n \tsigchan := make(chan os.Signal, 1)\n \tsignal.Notify(sigchan, syscall... | 2 | ["7dc3b70fe40fc7de255a28bb3098bcb8c0d35365", "aa0152baa4376b1087c86499a7c289b668d5ad55"] | ["fix", "build"] |
retry uploading pdb files on appveyor (#21561),fixa few issues | ["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+ ... | 2 | ["7152173d26293f4638920b17ce2dfa8ae995193b", "b8a664c1b10f4e30a3e221a14211a3cdaf90b7f4"] | ["ci", "docs"] |
note about archive without license and readme
closes #602,add donation section to footer | ["diff --git a/docs/060-archive.md b/docs/060-archive.md\nindex e5d7cfb..bf0d569 100644\n--- a/docs/060-archive.md\n+++ b/docs/060-archive.md\n@@ -85,3 +85,24 @@ Then you can run:\n ```console\n GOVERSION_NR=$(go version | awk '{print $3;}') goreleaser\n ```\n+\n+## Packaging only the binaries\n+\n+Since GoReleaser wil... | 2 | ["7648760108613f771a5e6e40bb87a8f1fcee21ad", "7704121d0c0bfce49f01c2b41cbc64a642cbb399"] | ["docs", "feat"] |
Template using kube api version
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>,build improvements | ["diff --git a/.github/workflows/api-ee.yaml b/.github/workflows/api-ee.yaml\nindex c014f34..2a12e0d 100644\n--- a/.github/workflows/api-ee.yaml\n+++ b/.github/workflows/api-ee.yaml\n@@ -8,7 +8,7 @@ on:\n default: 'false'\n push:\n branches:\n- - dev\n+ - test_ci\n paths:\n - ee/api/**... | 2 | ["c3531347fe5a4cc82d426db195026a5bdad15e7a", "e0a977b2d316e7612b5d72cb02cd7d78e75dbc55"] | ["ci", "build"] |
Fix Cube Store build on Windows,export order | ["diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml\nindex a986501..db33097 100644\n--- a/.github/workflows/publish.yml\n+++ b/.github/workflows/publish.yml\n@@ -409,7 +409,7 @@ jobs:\n run: vcpkg integrate install; vcpkg install openssl:x64-windows\n - name: Instal LLVM for Windo... | 2 | ["e34bb04baac7574e67bc566d13dea72092e0cfa3", "879edb6ed90f88b9ae6a3c2e8878ae1be48e0c88"] | ["ci", "refactor"] |
101: fix import key cmd
Signed-off-by: Sam Alba <sam.alba@gmail.com>,brew tests/multiple darwin builds/gh enterprise | ["diff --git a/docs/learn/101-use.md b/docs/learn/101-use.md\nindex 283c1c1..2ec10f9 100644\n--- a/docs/learn/101-use.md\n+++ b/docs/learn/101-use.md\n@@ -41,8 +41,7 @@ cd ./examples/todoapp\n The example app contains encrypted secrets and other pre-configured inputs, here is how to decrypt them:\n \n ```sh\n-curl -sfL... | 2 | ["2b01808ec86fe9d8b4a93141a1b7f95e11fd6010", "f433bcb59c36571e22d4e86c612e0a6a52f73c09"] | ["docs", "feat"] |
rename step,serialize access to StreamObserver | ["diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml\nindex e81d897..5c3ee6b 100644\n--- a/.github/workflows/ci.yml\n+++ b/.github/workflows/ci.yml\n@@ -45,7 +45,7 @@ jobs:\n - name: Install dependencies\n run: pnpm install\n \n- - name: Typecheck\n+ - name: Build (stub)\n ... | 2 | ["34875bc0e59b43d9041903101c823d25ec194a21", "22044d58302513f5cf22b06151c4a367bbb88f6e"] | ["ci", "fix"] |
fix test
Write another record so the commit position is updated and we can take a snapshot,explain `ChunkOrder` query test scenario | ["diff --git a/qa/integration-tests/src/test/java/io/camunda/zeebe/it/clustering/ReaderCloseTest.java b/qa/integration-tests/src/test/java/io/camunda/zeebe/it/clustering/ReaderCloseTest.java\nindex 24f1316..881c727 100644\n--- a/qa/integration-tests/src/test/java/io/camunda/zeebe/it/clustering/ReaderCloseTest.java\n+++... | 2 | ["47df74d40becf915a9d89cdb887abd259b77def0", "9a60af7fa3b480e2e04bacd646112cad9aaab6d7"] | ["test", "docs"] |
Fix windows build,fix golden tests for aws_vpn_connection | ["diff --git a/src/fs/mounts/mod.rs b/src/fs/mounts/mod.rs\nindex a7f8188..662e2f5 100644\n--- a/src/fs/mounts/mod.rs\n+++ b/src/fs/mounts/mod.rs\n@@ -29,11 +29,14 @@ impl std::error::Error for Error {}\n \n impl std::fmt::Display for Error {\n fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {\n+... | 2 | ["81ca000c6a7e7435809081c60be37dda23458ec8", "9b059dd8245e72f0bf8c40fc633f9ef6fccae405"] | ["build", "test"] |
replace tuple with record,correctly read new last flushed index | ["diff --git a/engine/src/main/java/io/camunda/zeebe/engine/processing/processinstance/CreateProcessInstanceProcessor.java b/engine/src/main/java/io/camunda/zeebe/engine/processing/processinstance/CreateProcessInstanceProcessor.java\nindex fa6f8d4..2185b1e 100644\n--- a/engine/src/main/java/io/camunda/zeebe/engine/proc... | 2 | ["bb2ccc1a778452aebf233cf78b20f1f4bab4354b", "5ffc5794808647de14f945141692be26ad143006"] | ["refactor", "fix"] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.