hash
stringlengths
40
40
diff
stringlengths
172
2.63k
message
stringlengths
12
593
project
stringlengths
7
65
split
stringclasses
1 value
diff_languages
stringclasses
54 values
8dfe3f361a9cb0471e446c5d6bc93504ee8846c1
diff --git a/src/_patterns/02-components/bolt-device-viewer/src/device-viewer.standalone.js b/src/_patterns/02-components/bolt-device-viewer/src/device-viewer.standalone.js index <HASH>..<HASH> 100644 --- a/src/_patterns/02-components/bolt-device-viewer/src/device-viewer.standalone.js +++ b/src/_patterns/02-components/...
feat: add new magnify prop to refactored device viewer Custom Element
bolt-design-system_bolt
train
js
bb6e1090674f23eef5fe9881740db24a24cb534f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ module.exports = { toActisenseSerialFormat: require('./lib/stringMsg').toActisenseSerialFormat, pgnToActisenseSerialFormat: require('./lib/toPgn').pgnToActisenseSerialFormat, pgnToiKonvertSerialFormat: ...
fix: pgnToYdgwRawFormat spelled wrong (#<I>)
canboat_canboatjs
train
js
72425316e2c57ddddf25876c468ad3f0d73c352e
diff --git a/test/endtoend/create-react-app/test.js b/test/endtoend/create-react-app/test.js index <HASH>..<HASH> 100644 --- a/test/endtoend/create-react-app/test.js +++ b/test/endtoend/create-react-app/test.js @@ -53,7 +53,7 @@ describe('React: Dashboard', () => { await toggle() // open GDrive panel - c...
test: fix create-react-app test
transloadit_uppy
train
js
4fb497edce27e2d7a72c65e8c6394f7eb712db6a
diff --git a/packages/test-utils/expect/toMatchLogspySnapshot.js b/packages/test-utils/expect/toMatchLogspySnapshot.js index <HASH>..<HASH> 100644 --- a/packages/test-utils/expect/toMatchLogspySnapshot.js +++ b/packages/test-utils/expect/toMatchLogspySnapshot.js @@ -19,7 +19,7 @@ expect.extend({ } c...
fix(test-utils): don't try to check non-strings
tivac_modular-css
train
js
e49a20e85d808ca0533afc40ee11f8337535c315
diff --git a/src/components/select/select.js b/src/components/select/select.js index <HASH>..<HASH> 100755 --- a/src/components/select/select.js +++ b/src/components/select/select.js @@ -587,7 +587,7 @@ function SelectProvider($$interimElementProvider) { }); }); - return $mdUtil.transitionEndProm...
fix(select): fix closing select a second time on firefox
angular_material
train
js
e58680b89ad7dd77512451c10786a6e3b4a2b7c9
diff --git a/bin/plugin.js b/bin/plugin.js index <HASH>..<HASH> 100755 --- a/bin/plugin.js +++ b/bin/plugin.js @@ -44,8 +44,9 @@ function removeOldPlugin(name) { function install(cmd, name, argv) { argv = argv.slice(); - var installPath = getInstallPath(name); + var installPath = getInstallPath('.' + name); ...
refactor: w2 install
avwo_whistle
train
js
167e6bb021dfb97cce6d10f81931fc9a30501a62
diff --git a/scripts/build/utils.js b/scripts/build/utils.js index <HASH>..<HASH> 100644 --- a/scripts/build/utils.js +++ b/scripts/build/utils.js @@ -285,6 +285,7 @@ function getProxyPackageContents(rootPath, moduleName) { const json = { name: `${name}/${moduleName}`, private: true, + sideEffects: fals...
chore: Add sideEffects field to proxy package.json's
reakit_reakit
train
js
59875620344fa331e35aeecca3db4dfe14eab2e4
diff --git a/src/geshi.php b/src/geshi.php index <HASH>..<HASH> 100644 --- a/src/geshi.php +++ b/src/geshi.php @@ -2580,7 +2580,7 @@ class GeSHi { if ($this->lexic_permissions['METHODS'] && $this->language_data['OOLANG']) { $oolang_spaces = "[\s]*"; $oolang_before = ""; - $...
fix: asterisk and open bracket should not be included in method names
GeSHi_geshi-1.0
train
php
e4788bf2f6609297b586243ed9c7752e4e5ba075
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -231,7 +231,7 @@ module.exports = function(grunt) { quote_style: 1 }, output: { - comments: /^!/ + comments: /^\/*! aXe/ } } }, @@ -243,9 +243,8 @@ module.exports = f...
fix: banner comment in generated axe files (#<I>)
dequelabs_axe-core
train
js
0dde27d02446da4152d41795921e50978410ff9d
diff --git a/lib/components/user/saved-trip-screen.js b/lib/components/user/saved-trip-screen.js index <HASH>..<HASH> 100644 --- a/lib/components/user/saved-trip-screen.js +++ b/lib/components/user/saved-trip-screen.js @@ -219,7 +219,7 @@ class SavedTripScreen extends Component { return ( <div className='ot...
refactor(SavedTripScreen): Rename AppNav -> DesktopNav
opentripplanner_otp-react-redux
train
js
d82586135d837abcd786cb18e84dfd3dd5414c4b
diff --git a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/updates/MessagesProcessor.java b/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/updates/MessagesProcessor.java index <HASH>..<HASH> 100644 --- a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/m...
feat(core): delete chat on UpdateChatArchive
actorapp_actor-platform
train
java
d4d6dfeaf989c46b9c777d733cfec1681db65730
diff --git a/src/cli/commands/init.js b/src/cli/commands/init.js index <HASH>..<HASH> 100644 --- a/src/cli/commands/init.js +++ b/src/cli/commands/init.js @@ -23,12 +23,12 @@ module.exports = { default: '2048', describe: 'Number of bits to use in the generated RSA private key (defaults to 2048)' ...
fix: make init options look like go-ipfs (#<I>) While still supporting camelCase
ipfs_js-ipfs
train
js
f353b76668d4a178ac7af3a7e1581605cba2b2ef
diff --git a/src/lib/konnectors.js b/src/lib/konnectors.js index <HASH>..<HASH> 100644 --- a/src/lib/konnectors.js +++ b/src/lib/konnectors.js @@ -189,7 +189,6 @@ export function run (cozy, konnector, account, disableSuccessTimeout = false, su throw new Error('Missing `slug` parameter for konnector') } if (!...
fix: remove folderID checking in connection method :ambulance:
cozy_cozy-home
train
js
1c698966669ec2c466f62a7e4f664aa0834571aa
diff --git a/python/setup.py b/python/setup.py index <HASH>..<HASH> 100755 --- a/python/setup.py +++ b/python/setup.py @@ -107,7 +107,7 @@ if platform.system() == 'Darwin': setup( name='neuroglancer', - version='1.1.0', + version='1.1.1', description='Python data backend for neuroglancer, a WebGL-bas...
chore(python): bump package version to <I>
google_neuroglancer
train
py
757a17554e466a9ce3a2304f3b9b31cd5db8581b
diff --git a/src/IO/Interactor.php b/src/IO/Interactor.php index <HASH>..<HASH> 100644 --- a/src/IO/Interactor.php +++ b/src/IO/Interactor.php @@ -30,6 +30,16 @@ class Interactor $this->writer = new Writer($output); } + public function reader(): Reader + { + return $this->reader; + } + +...
feat: allow access to interactor's reader/writer instance
adhocore_php-cli
train
php,php
126b242671e1bc95f0e1246dbb56dd40fae46adf
diff --git a/packages/conventional-gitlab-releaser/index.js b/packages/conventional-gitlab-releaser/index.js index <HASH>..<HASH> 100644 --- a/packages/conventional-gitlab-releaser/index.js +++ b/packages/conventional-gitlab-releaser/index.js @@ -90,7 +90,7 @@ function conventionalGitlabReleaser(auth, changelogOpts, co...
fix(addTag): use hash instead of raw hash
conventional-changelog_releaser-tools
train
js
c739222bcd6fe37de00e9cf44724a71aac3f5664
diff --git a/packages/collector/test/tracing/database/mysql/test.js b/packages/collector/test/tracing/database/mysql/test.js index <HASH>..<HASH> 100644 --- a/packages/collector/test/tracing/database/mysql/test.js +++ b/packages/collector/test/tracing/database/mysql/test.js @@ -5,7 +5,6 @@ 'use strict'; -const sem...
chore: removed node version check in collector/test/tracing/database/mysql/test.js refs <I>
instana_nodejs-sensor
train
js
6bbb216ade28b7752dc0af68dabf6ce4bd0f5092
diff --git a/npm/design-system/rollup.config.js b/npm/design-system/rollup.config.js index <HASH>..<HASH> 100644 --- a/npm/design-system/rollup.config.js +++ b/npm/design-system/rollup.config.js @@ -35,6 +35,7 @@ function createEntry () { declaration: true, sourceMap: true, inlineSources: tru...
chore: avoid rollup compiling spec files (#<I>) * chore: avoid rollup compiling spec files * chore: exlcude stories from the rollup build too
cypress-io_cypress
train
js
8760b78cb2b0ec3802b05c42c946b642e25f0731
diff --git a/routes/account.js b/routes/account.js index <HASH>..<HASH> 100644 --- a/routes/account.js +++ b/routes/account.js @@ -74,7 +74,7 @@ function accountRoutes (server, options, next) { admins.validateSession(sessionId) .then(function (doc) { - throw errors.FORBIDDEN_ADMIN_ACCOUNT + ...
fix(routes): GET /session/account behavior for admins Implemented future error for similarly related issues (#<I>-<I>)
hoodiehq_hoodie-account-server
train
js,js
40db2af42e9f11da660fe14ab8894b308f75f692
diff --git a/examples/proxy/proxy.js b/examples/proxy/proxy.js index <HASH>..<HASH> 100644 --- a/examples/proxy/proxy.js +++ b/examples/proxy/proxy.js @@ -75,6 +75,9 @@ class HTTPHandler { } onComplete () { + this.res.off('close', this.abort) + this.res.off('drain', this.resume) + this.res.end() ...
fix: cleanup listeners in proxy example
mcollina_undici
train
js
7461ae6e31dfdf44317f8c1be6c233b86ea0377a
diff --git a/test/registry.manifest.js b/test/registry.manifest.js index <HASH>..<HASH> 100644 --- a/test/registry.manifest.js +++ b/test/registry.manifest.js @@ -325,6 +325,7 @@ test('optionally annotates manifest with request-related metadata', t => { const annotated = new Manifest(BASE) annotated._requested = ...
test: fix up registry manifest test after _from
zkat_pacote
train
js
6bdd09100e68a7c81eea63a36dbaf72e47db3e1f
diff --git a/quasar/src/components/btn/QBtn.js b/quasar/src/components/btn/QBtn.js index <HASH>..<HASH> 100644 --- a/quasar/src/components/btn/QBtn.js +++ b/quasar/src/components/btn/QBtn.js @@ -31,10 +31,15 @@ export default Vue.extend({ if (e !== void 0) { // focus button if it came from ENTER on form...
fix(ie): Prevent double submit of forms and duplicate ripple in IE (#<I>) * fix(ie): Prevent double submit of forms and duplicate ripple in IE * Update QBtn.js * Update Ripple.js * Update Ripple.js
quasarframework_quasar
train
js
c62b684d8ded721cbb6fc3e148f244f6ecb95090
diff --git a/packages/testing-helpers/helpers.js b/packages/testing-helpers/helpers.js index <HASH>..<HASH> 100644 --- a/packages/testing-helpers/helpers.js +++ b/packages/testing-helpers/helpers.js @@ -51,7 +51,7 @@ export function aTimeout(ms) { export async function triggerBlurFor(element) { element.blur(); i...
fix(testing-helpers): on IE set timeout to 2ms for blur/focus trigger
open-wc_open-wc
train
js
699be32b6c0948e1fbd95ccedde517340f703e59
diff --git a/lib/mini_i18n.rb b/lib/mini_i18n.rb index <HASH>..<HASH> 100644 --- a/lib/mini_i18n.rb +++ b/lib/mini_i18n.rb @@ -51,14 +51,7 @@ module MiniI18n def load_translations(path) Dir[path.to_s].each do |file| YAML.load_file(file).each do |locale, new_translations| - locale = locale....
refactor: extract the translations merge part to a private method
markets_mini_i18n
train
rb
ade735d17c1a365dc907bc31092c39ce69441ca6
diff --git a/go/test/endtoend/worker/worker_test.go b/go/test/endtoend/worker/worker_test.go index <HASH>..<HASH> 100644 --- a/go/test/endtoend/worker/worker_test.go +++ b/go/test/endtoend/worker/worker_test.go @@ -307,6 +307,11 @@ func verifySuccessfulWorkerCopyWithReparent(t *testing.T, isMysqlDown bool) { localClu...
test: add 1 second time before the second PRS call (#<I>)
vitessio_vitess
train
go
11376ab5485c2737ebddc07d179a072b06739b52
diff --git a/src/Php.php b/src/Php.php index <HASH>..<HASH> 100644 --- a/src/Php.php +++ b/src/Php.php @@ -157,7 +157,7 @@ class Php protected function execute(string $file): array { - $process = new Process([$this->getCli(), '-d display_errors=1 -l', $file]); + $process = new Process([$this->...
fix: don't run the php code
Gemorroj_Syntax
train
php
e9e789910bf2d959579589fd6957b73695d2bb06
diff --git a/spec/unit/config_test.js b/spec/unit/config_test.js index <HASH>..<HASH> 100644 --- a/spec/unit/config_test.js +++ b/spec/unit/config_test.js @@ -49,7 +49,7 @@ describe('the config parser', function() { } }; - var specs = new ConfigParser.getSpecs(config); + var specs = ConfigPa...
test(configParser): removed unneeded "new" operator
angular_protractor
train
js
bbd573bb755097d504514c50ef0e91bfb7f76026
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index <HASH>..<HASH> 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -18,6 +18,14 @@ module.exports = { }, head: [ ['link', { rel: 'icon', href: '/favicon.png' }], + ['link', { rel: 'manifest', href: '/manifest.json' ...
docs: add manifest in html head
vuejs_vue-cli
train
js
f08154b69d4be67d07765d61d1eb0b6edc0497a1
diff --git a/src/main/java/net/emaze/dysfunctional/filtering/Filtering.java b/src/main/java/net/emaze/dysfunctional/filtering/Filtering.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/emaze/dysfunctional/filtering/Filtering.java +++ b/src/main/java/net/emaze/dysfunctional/filtering/Filtering.java @@ -25,30 +25...
fix: removed WRONG facade methods
cybazeitalia_emaze-dysfunctional
train
java
406f583777076fa4e9b35f726d92888270005a8f
diff --git a/src/label/base.js b/src/label/base.js index <HASH>..<HASH> 100644 --- a/src/label/base.js +++ b/src/label/base.js @@ -282,7 +282,7 @@ class Label extends Component { VisualCenter(labels, shapes); } if (type === 'treemap') { - canLabelFill(); + canLabelFill(labels, shapes); }...
fix(label-base): fix treemap area calculation
antvis_component
train
js
b4bb89873bdbf6731358a10f6d6f1d069d7d624b
diff --git a/src/cache.js b/src/cache.js index <HASH>..<HASH> 100644 --- a/src/cache.js +++ b/src/cache.js @@ -4,6 +4,16 @@ const entries = new WeakMap(); const suspense = new WeakSet(); const values = new WeakMap(); +function dispatchDeep(entry) { + entry.resolved = false; + + if (!suspense.has(entry.target)) { ...
fix(cache): unresolve deep contexts of suspened target
hybridsjs_hybrids
train
js
182f1baa5875678b11b398290d42f8c4c919d57f
diff --git a/lib/Sphpdox/Process.php b/lib/Sphpdox/Process.php index <HASH>..<HASH> 100644 --- a/lib/Sphpdox/Process.php +++ b/lib/Sphpdox/Process.php @@ -105,6 +105,7 @@ class Process extends Command }); $out = $helper->ask($input, $output, $question); + $input->setOption('output...
fix: actually use the new output path
varspool_sphpdox
train
php
6497b44ab47291acac4b940e9a9d2f796fd32582
diff --git a/tests/integration/_testHelpers/setupTeardown.js b/tests/integration/_testHelpers/setupTeardown.js index <HASH>..<HASH> 100644 --- a/tests/integration/_testHelpers/setupTeardown.js +++ b/tests/integration/_testHelpers/setupTeardown.js @@ -8,6 +8,8 @@ const serverlessPath = resolve( '../../../node_modules...
test: Option to unconditionally print underlying output
dherault_serverless-offline
train
js
c255a66fc7d4e6dc7048e00617a1ff6144d154f1
diff --git a/src/NativeUI/Canvas/RemoteRenderer/index.js b/src/NativeUI/Canvas/RemoteRenderer/index.js index <HASH>..<HASH> 100644 --- a/src/NativeUI/Canvas/RemoteRenderer/index.js +++ b/src/NativeUI/Canvas/RemoteRenderer/index.js @@ -27,7 +27,6 @@ export default class RemoteRenderer { }); this.container = ...
fix(RemoteRenderer): Allow a container to be provided at build time
Kitware_paraviewweb
train
js
d6caa40d39ff8c075d14c0a714a905fdf595058c
diff --git a/static/lib/composer.js b/static/lib/composer.js index <HASH>..<HASH> 100644 --- a/static/lib/composer.js +++ b/static/lib/composer.js @@ -16,7 +16,7 @@ define('composer', [ 'composer/autocomplete', 'scrollStop', 'api', -], function(taskbar, translator, controls, uploads, formatting, drafts, tags, cat...
fix: app.alertError any uncaught errors
NodeBB_nodebb-plugin-composer-default
train
js
0534cd34888f29f460b02d50c24b27fee12d6b5d
diff --git a/alot/message.py b/alot/message.py index <HASH>..<HASH> 100644 --- a/alot/message.py +++ b/alot/message.py @@ -348,7 +348,7 @@ class Envelope(object): if self.body == None: self.body = bodytext self.headers.update(headers) - self.attachments = attachments + self....
fix: envelopes shouldn't share attachment lists see <URL>
pazz_alot
train
py
f38733778732039e541bab4e74e1a1dfcd056923
diff --git a/src/structures/Guild.js b/src/structures/Guild.js index <HASH>..<HASH> 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -1169,7 +1169,7 @@ class Guild extends Base { setRolePositions(rolePositions) { // Make sure rolePositions are prepared for API rolePositions = rolePosit...
fix(Guild): resolve role id and call existing handler (#<I>)
discordjs_discord.js
train
js
ee0338852e2bed5bfa759d4d119aee14d35482e6
diff --git a/test/functional/causal_consistency_tests.js b/test/functional/causal_consistency_tests.js index <HASH>..<HASH> 100644 --- a/test/functional/causal_consistency_tests.js +++ b/test/functional/causal_consistency_tests.js @@ -150,13 +150,12 @@ describe('Causal Consistency', function() { metadata: { requ...
test(causal-consistency): don't use sessions to test for sessions NODE-<I>
mongodb_node-mongodb-native
train
js
1c90060a14c9b0e797607167048e11eb4fcebbb5
diff --git a/packages/bonde-admin-canary/src/services/auth/session.js b/packages/bonde-admin-canary/src/services/auth/session.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin-canary/src/services/auth/session.js +++ b/packages/bonde-admin-canary/src/services/auth/session.js @@ -5,7 +5,7 @@ class AuthAPI { ...
chore(admin-canary): use env to config timeout cross-storage
nossas_bonde-client
train
js
e2b38ac1819903d03c81ce815b336d500278d1ad
diff --git a/enforcer_synced.go b/enforcer_synced.go index <HASH>..<HASH> 100644 --- a/enforcer_synced.go +++ b/enforcer_synced.go @@ -419,14 +419,15 @@ func (e *SyncedEnforcer) AddNamedPolicies(ptype string, rules [][]string) (bool, return e.Enforcer.AddNamedPolicies(ptype, rules) } -// GetImplicitUsersForPermiss...
docs: Update synced's doc
casbin_casbin
train
go
973ed170303b95846a5cbf3488473abb462b09c7
diff --git a/cmd/helm/install.go b/cmd/helm/install.go index <HASH>..<HASH> 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -207,6 +207,10 @@ func (i *installCmd) vals() ([]byte, error) { return []byte{}, err } buffer.Write(bytes) + + // Force a new line. An extra won't matter, but a missing on...
fix(helm): add line feed between --values and --set data Currently, --set simply appends data to the end of the existing values YAML data. If a values file does not have a line feed at the end, the set data is mis-appended. This fixes the issue by inserting a linefeed between the --values data and --set data. Closes ...
helm_helm
train
go
43be43bd5441b2d9dda67f147d09352a7cce9825
diff --git a/packages/mangojuice-core/src/core/logic/observe.js b/packages/mangojuice-core/src/core/logic/observe.js index <HASH>..<HASH> 100644 --- a/packages/mangojuice-core/src/core/logic/observe.js +++ b/packages/mangojuice-core/src/core/logic/observe.js @@ -47,10 +47,10 @@ function observe(model, handler, options)...
fix(core): do not create batched observer on every call
mangojuicejs_mangojuice
train
js
ca346d054a7aefef61d139c2ee0fff4448934f6a
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,5 +1,5 @@ 'use strict'; -const lib = require('./Dynamoose.ts'); +const lib = require('./Dynamoose'); exports = lib.default; module.exports = lib.default;
fix(naming): remove extension from name
dynamoosejs_dynamoose
train
js
c48ae1f72008b4dd6cef0e3b3bd961cb30543271
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -582,7 +582,7 @@ exports.extend = function(newConf) { } } config.LOCAL_FILES = path.join(config.baseDir, 'local_files'); - fse.ensureDirSync(config.TEMP_VALUES_DIR); + fse.ensureDirSync(config....
feat: replace / or / with real directory path
avwo_whistle
train
js
4df6dfc91dafd979ef711fc8647b12485785748f
diff --git a/styleguide/spec/js/spec_helper.js b/styleguide/spec/js/spec_helper.js index <HASH>..<HASH> 100644 --- a/styleguide/spec/js/spec_helper.js +++ b/styleguide/spec/js/spec_helper.js @@ -1,6 +1,7 @@ -require('jasmine_dom_matchers'); +require('babel-polyfill'); require('phantomjs-polyfill'); +require('jasmine...
chore(styleguide): require babel-polyfill in spec helper so jasmine_dom_matchers doesn't break our tests
pivotal-cf_pivotal-ui
train
js
74aaa0e8f817b49a2cb698384b35643847b1a401
diff --git a/lib/commons/aria/get-role.js b/lib/commons/aria/get-role.js index <HASH>..<HASH> 100644 --- a/lib/commons/aria/get-role.js +++ b/lib/commons/aria/get-role.js @@ -14,12 +14,12 @@ aria.getRole = function getRole( } return aria.isValidRole(role, { allowAbstract: abstracts }); }); - const role = validR...
chore(get-role): Minor readability fix
dequelabs_axe-core
train
js
f99c966e4c9cc0df9f27301b4f35394a88514f27
diff --git a/go/vt/vtgate/executor_test.go b/go/vt/vtgate/executor_test.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/executor_test.go +++ b/go/vt/vtgate/executor_test.go @@ -2315,7 +2315,7 @@ func TestExecutorSavepointInTxWithReservedConn(t *testing.T) { sbc1WantQueries := []*querypb.BoundQuery{{ Sql: "select...
test: updated expected output of the executor test
vitessio_vitess
train
go
d0b98592691c0dedefd7fdee138914959ec236f5
diff --git a/test/tests/cr_complex.rb b/test/tests/cr_complex.rb index <HASH>..<HASH> 100644 --- a/test/tests/cr_complex.rb +++ b/test/tests/cr_complex.rb @@ -515,7 +515,7 @@ module Test end # bob moves and setexes a file that was removed by alice executable - test :cr_conflict_move_and_setex_removed_file, ski...
test: unskip cr_conflict_move_and_setex_removed_file The previous commits fixed the underlying issue. Issue: KBFS-<I>
keybase_client
train
rb
4bcc237e41b8a5f0da74806388fc3af024c2d590
diff --git a/test/frontend/socket.io-adaptor.test.js b/test/frontend/socket.io-adaptor.test.js index <HASH>..<HASH> 100644 --- a/test/frontend/socket.io-adaptor.test.js +++ b/test/frontend/socket.io-adaptor.test.js @@ -295,7 +295,7 @@ suite('Socket.IO API', function() { }); }); - test('event with suf...
test: follow emit API change in socket.io interface Options object is accepted insted of extra suffix.
droonga_express-droonga
train
js
4cd69dc5eb2eefe7ff4a0968b57c4dea2e73bf50
diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go index <HASH>..<HASH> 100644 --- a/test/helpers/kubectl.go +++ b/test/helpers/kubectl.go @@ -544,6 +544,7 @@ func (kub *Kubectl) PrepareCluster() { "default", "kube-node-lease", "kube-public", + "container-registry", }) if err != nil { ginkg...
test: Avoid deleting container-registry namespace Commit <I>f3b5e5b<I> ("test: Delete all non-essential namespaces before initial test") broke CI_INTEGRATION=microk8s by clobbering the namespace used for deploying the container image. Fix it by adding this namespace to the list of sacred namespaces that the CI won't t...
cilium_cilium
train
go
0a10ccf8adde56d084404cb12feb39b7d791e114
diff --git a/www/src/pages/components/progress.js b/www/src/pages/components/progress.js index <HASH>..<HASH> 100644 --- a/www/src/pages/components/progress.js +++ b/www/src/pages/components/progress.js @@ -68,7 +68,7 @@ export default withLayout(function ProgressBarSection({ data }) { Animated </Linked...
docs: fix animated prop name (#<I>)
react-bootstrap_react-bootstrap
train
js
be791786a90cdc559c15bfb66d452e329cb14e2a
diff --git a/config/initializers/sentry.rb b/config/initializers/sentry.rb index <HASH>..<HASH> 100644 --- a/config/initializers/sentry.rb +++ b/config/initializers/sentry.rb @@ -1,5 +1,6 @@ if defined? Raven Raven.configure do |config| config.dsn = ENV['SENTRY_RAVEN_DSN'] + config.sanitize_fields = Rails.a...
feat: ensure sensitive fields are filtered out of Sentry traces
cortex-cms_cortex
train
rb
5e04e47762b3936c1a23289d70df5ac1dd0c8c43
diff --git a/packages/node_modules/@webex/internal-plugin-support/src/index.js b/packages/node_modules/@webex/internal-plugin-support/src/index.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/internal-plugin-support/src/index.js +++ b/packages/node_modules/@webex/internal-plugin-support/src/index.js @...
refactor(internal-plugin-support): migrate to device Migrate from internal-plugin-wdm to internal-plugin-device.
webex_spark-js-sdk
train
js
833538364a8d0f5450203fbbd9d4e41f6b780438
diff --git a/optlang/interface.py b/optlang/interface.py index <HASH>..<HASH> 100644 --- a/optlang/interface.py +++ b/optlang/interface.py @@ -681,10 +681,10 @@ class Constraint(OptimizationExpression): """The indicator variable of constraint (if available).""" return self._indicator_variable - @...
chore: Temporarily disable changing of indicator variable Does not work currently
biosustain_optlang
train
py
e694b902e717c17c9bc3fd0c083885023eb2b488
diff --git a/src/ColumnManager.php b/src/ColumnManager.php index <HASH>..<HASH> 100644 --- a/src/ColumnManager.php +++ b/src/ColumnManager.php @@ -186,10 +186,6 @@ class ColumnManager ->map(function ($item) use ($requestedColumnNames) { $orderColumn = $requestedColumnNames[$item['column']]...
fix: Check for missing column after custom checks
freshbitsweb_laratables
train
php
d18b686d4ef25d305f0dd168c1a07d83b4784195
diff --git a/http/http.go b/http/http.go index <HASH>..<HASH> 100644 --- a/http/http.go +++ b/http/http.go @@ -24,9 +24,7 @@ func init() { r.HandleFunc("/{token:[a-f0-9]{32}}/", handlers.TokenHandler). Methods("GET", "PUT") r.HandleFunc("/{token:[a-f0-9]{32}}/{machine}", handlers.TokenHandler). - Methods("GET",...
feat(http): let users remove old nodes This will allow users to reset the _state or delete old nodes.
coreos_discovery.etcd.io
train
go
3eaacf56367eb55ac5087b5480cdb8cc83bb4067
diff --git a/sdam/topology_description.js b/sdam/topology_description.js index <HASH>..<HASH> 100644 --- a/sdam/topology_description.js +++ b/sdam/topology_description.js @@ -1,5 +1,4 @@ 'use strict'; -const assert = require('assert'); const ServerType = require('./server_description').ServerType; const ServerDescri...
refactor(topology-description): remove assert, dedupe if branches
mongodb_node-mongodb-native
train
js
116ded511affb22c9f3ac0f2f10602b5942f2c4a
diff --git a/src/devtools/views/vuex/module.js b/src/devtools/views/vuex/module.js index <HASH>..<HASH> 100644 --- a/src/devtools/views/vuex/module.js +++ b/src/devtools/views/vuex/module.js @@ -31,11 +31,15 @@ const mutations = { }, 'RECEIVE_MUTATION' (state, entry) { + const inspectingLastMutation = state....
feat(vuex): keep inspected mutation selected when receiving other unless it was the last one, closes #<I>
vuejs_vue-devtools
train
js
537d13014b1845e037ba87dbe7dcc4e64b724661
diff --git a/src/angular/ngVueLinker.js b/src/angular/ngVueLinker.js index <HASH>..<HASH> 100644 --- a/src/angular/ngVueLinker.js +++ b/src/angular/ngVueLinker.js @@ -78,11 +78,7 @@ export function ngVueLinker(componentName, jqElement, elAttributes, scope, $inje }) scope.$on('$destroy', () => { - if (isCompo...
fix: remove unmount in $destroy
ngVue_ngVue
train
js
70dfc84c982400f9b26ed02e43496989676d06e2
diff --git a/test/test_vim.py b/test/test_vim.py index <HASH>..<HASH> 100644 --- a/test/test_vim.py +++ b/test/test_vim.py @@ -26,10 +26,8 @@ def test_command(): os.unlink(fname) -@with_setup def test_command_output(): - eq(vim.command_output('echo test'), 'test') - + eq(vim.command_output('echon "test"...
test: fix test_command_output (#<I>) 1. The `with_setup` decorator does not appear to be designed to be used without parenthesis. Remove it, since it is not needed/used anyway. 2. Fix the actual test.
neovim_pynvim
train
py
b059386fae8c53dfe5d1d127f9d850e24b332f36
diff --git a/views/cypress/tests/test.spec.js b/views/cypress/tests/test.spec.js index <HASH>..<HASH> 100755 --- a/views/cypress/tests/test.spec.js +++ b/views/cypress/tests/test.spec.js @@ -130,8 +130,6 @@ describe('Tests', () => { .addClass(selectors.testClassForm, selectors.treeRenderUrl, selectors.addS...
fix: move wait @editClassLabel to command
oat-sa_extension-tao-test
train
js
6a7f8ea0dae0cf173a059c8811427609d333bc53
diff --git a/test/api/client-dashboard.js b/test/api/client-dashboard.js index <HASH>..<HASH> 100644 --- a/test/api/client-dashboard.js +++ b/test/api/client-dashboard.js @@ -75,8 +75,8 @@ test.serial('should support multiple listenFor handlers', async t => { t.context.apis.extension.sendMessage('serverToDashboardMul...
test(client-dashboard): improve consistency of test
nodecg_nodecg
train
js
9c02ae73d19572269a73163eeaaffc3240ab5b3e
diff --git a/packages/xod-fs/src/save.js b/packages/xod-fs/src/save.js index <HASH>..<HASH> 100644 --- a/packages/xod-fs/src/save.js +++ b/packages/xod-fs/src/save.js @@ -178,14 +178,15 @@ export const saveProjectAsXodball = def( 'saveProjectAsXodball :: Path -> Project -> Promise', // Promise Path Error (project...
fix(xod-fs): fix saveProjectAsXodball function to match with signature and other save functions
xodio_xod
train
js
a82bc70c3892cf6a86e4ac0365c2b698374c45c2
diff --git a/lib/create-branch.js b/lib/create-branch.js index <HASH>..<HASH> 100644 --- a/lib/create-branch.js +++ b/lib/create-branch.js @@ -97,6 +97,7 @@ module.exports = async ( const {ok, contents} = await getNewLockfile(JSON.stringify(updatedPackageFile), JSON.stringify(oldLockfile), isNpm) if (...
feat: add stats for lockfiles
greenkeeperio_greenkeeper
train
js
b8336f21058931c3f24ef262c66e2172299be5e0
diff --git a/lib/Doctrine/Common/Collections/ArrayCollection.php b/lib/Doctrine/Common/Collections/ArrayCollection.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/Common/Collections/ArrayCollection.php +++ b/lib/Doctrine/Common/Collections/ArrayCollection.php @@ -5,6 +5,7 @@ namespace Doctrine\Common\Collections; u...
fix: using use to comply with code convention
doctrine_collections
train
php
5da7d4bebd1767676212f5b7feddae83b39d80bd
diff --git a/src/directives/mwlCalendarYear.js b/src/directives/mwlCalendarYear.js index <HASH>..<HASH> 100644 --- a/src/directives/mwlCalendarYear.js +++ b/src/directives/mwlCalendarYear.js @@ -70,8 +70,8 @@ angular vm.handleEventDrop = function(event, newMonthDate) { var newStart = moment(event.startsAt...
fix(yearView): generate correct new start date when dropping an event
mattlewis92_angular-bootstrap-calendar
train
js
823f5ea92074472efbd5fb69c2797f1b401b4b18
diff --git a/RecommendationEngine/synth.py b/RecommendationEngine/synth.py index <HASH>..<HASH> 100644 --- a/RecommendationEngine/synth.py +++ b/RecommendationEngine/synth.py @@ -21,14 +21,13 @@ import logging logging.basicConfig(level=logging.DEBUG) -gapic = gcp.GAPICGenerator() +gapic = gcp.GAPICBazel() common ...
chore: migrate to bazel (#<I>)
googleapis_google-cloud-php
train
py
f3c0e7d0d975dd10a6d40362355fc38f5ec199db
diff --git a/src/components/carousel/QCarousel.js b/src/components/carousel/QCarousel.js index <HASH>..<HASH> 100644 --- a/src/components/carousel/QCarousel.js +++ b/src/components/carousel/QCarousel.js @@ -381,7 +381,6 @@ export default { this.__setArrowKeys(true) } this.__stopSlideNumberNotifier = th...
chore: Remove unnecessary event in QCarousel
quasarframework_quasar
train
js
776c418f7dfcf7691d808e240b10f4dcc43498c6
diff --git a/gridsome/app/graphql/guard.js b/gridsome/app/graphql/guard.js index <HASH>..<HASH> 100644 --- a/gridsome/app/graphql/guard.js +++ b/gridsome/app/graphql/guard.js @@ -26,7 +26,7 @@ export default (to, from, next) => { if (err.code === 'MODULE_NOT_FOUND') { console.error(err) // eslint-disabl...
chore: add missing else (#<I>)
gridsome_gridsome
train
js
294f7c4c8fa69f3b4fd804027ad1960847afdc9c
diff --git a/www/updateUes.php b/www/updateUes.php index <HASH>..<HASH> 100644 --- a/www/updateUes.php +++ b/www/updateUes.php @@ -212,7 +212,7 @@ function getAttributesToUpdate($attributesFromPerun, $attrMap, $serializedAttrib $attrName = $attribute[NAME]; $attr = !empty($attributesFromIdP[$attrMap...
fix: updateUes - attr initialization from null to []
CESNET_perun-simplesamlphp-module
train
php
742a12b320a639648438f1c2bbad310ebdc789a3
diff --git a/packages/upgrade/src/migrations/carbon-type/0.0.1-alpha.32.js b/packages/upgrade/src/migrations/carbon-type/0.0.1-alpha.32.js index <HASH>..<HASH> 100644 --- a/packages/upgrade/src/migrations/carbon-type/0.0.1-alpha.32.js +++ b/packages/upgrade/src/migrations/carbon-type/0.0.1-alpha.32.js @@ -90,6 +90,16 @...
feat(carbon-type): add support for type-scale function and mixin
carbon-design-system_carbon-components
train
js
742f5d9a46ed5244409ea0389d019fce375f28e3
diff --git a/test/integration/create-next-app/index.test.js b/test/integration/create-next-app/index.test.js index <HASH>..<HASH> 100644 --- a/test/integration/create-next-app/index.test.js +++ b/test/integration/create-next-app/index.test.js @@ -275,4 +275,16 @@ describe('create next app', () => { } }, 0o5...
test(create-next-app): increase coverage (#<I>) Added a test case to make sure that creating a new project within the current directory works as expected.
zeit_next.js
train
js
9af729c738312a7cd858594f3516a50521156a1d
diff --git a/util/webhook/webhook.go b/util/webhook/webhook.go index <HASH>..<HASH> 100644 --- a/util/webhook/webhook.go +++ b/util/webhook/webhook.go @@ -165,7 +165,7 @@ func (a *ArgoCDWebhookHandler) HandleEvent(payload interface{}) { log.Warnf("Failed to parse repoURL '%s'", webURL) continue } - regexpSt...
fix: ssh repo url match failed when webhook github http custom port (#<I>)
argoproj_argo-cd
train
go
a9204eb35d783fbf93689f267a1769374517ba02
diff --git a/tangy-form-reducer.js b/tangy-form-reducer.js index <HASH>..<HASH> 100644 --- a/tangy-form-reducer.js +++ b/tangy-form-reducer.js @@ -33,6 +33,7 @@ const tangyFormReducer = function (state = initialState, action) { currentSequence = cycleSequencesArray[currentCycleIndex].split(','); } ...
feat(csv): Data Manager views in CSV which cycle sequence was used in each form response When I define a randomization sequence I want to see the execution sequence in the CSV so that I can identify the order of sections Refs Tangerine-Community/Tangerine#<I>
Tangerine-Community_tangy-form
train
js
b2ba93facde455a1d6d87f9ccb4415c5465d1d0a
diff --git a/lib/clone-ast.js b/lib/clone-ast.js index <HASH>..<HASH> 100644 --- a/lib/clone-ast.js +++ b/lib/clone-ast.js @@ -3,6 +3,7 @@ var isArray = require('core-js/library/fn/array/is-array'); var objectKeys = require('core-js/library/fn/object/keys'); var indexOf = require('core-js/library/fn/array/index-of')...
perf: use lastIndexOf since Node gets appended to seen array
estools_espurify
train
js
56ac2d9417aec352275ba086a624f3a9a549a06a
diff --git a/lib/datasource/metadata.js b/lib/datasource/metadata.js index <HASH>..<HASH> 100644 --- a/lib/datasource/metadata.js +++ b/lib/datasource/metadata.js @@ -33,6 +33,7 @@ const manualChangelogUrls = { 'https://firebase.google.com/support/release-notes/admin/python', requests: 'http://docs.p...
fix: add link to wagtail release notes (#<I>)
renovatebot_renovate
train
js
be3e218d5e84f1f259bb26f928f94f8c1660e735
diff --git a/src/updater.js b/src/updater.js index <HASH>..<HASH> 100644 --- a/src/updater.js +++ b/src/updater.js @@ -90,7 +90,7 @@ const offlineUpdater = function offlineUpdater( } // Remove completed actions from queue (success or fail) - if (typeof action.meta !== 'undefined' && action.meta.completed === t...
fix: simplify check for better compat
redux-offline_redux-offline
train
js
a639224f3b7d49f45576c2c036ae4bc90e4dec77
diff --git a/tests/test_items.py b/tests/test_items.py index <HASH>..<HASH> 100644 --- a/tests/test_items.py +++ b/tests/test_items.py @@ -562,6 +562,13 @@ bar = "baz" ) +def test_add_sum_int_with_float(): + content = "[table]\nmy_int = 2048.3" + doc = parse(content) + doc["table"]["my_int"] += 5 + ...
fix: change items.py to add float and int (#<I>) * change items.py to add float and int * Update items.py * Update * Update tomlkit/items.py
sdispater_tomlkit
train
py,py
1f5ce090c6df413d612a92d5807ae01896b0c058
diff --git a/src/components/slider/slider.js b/src/components/slider/slider.js index <HASH>..<HASH> 100644 --- a/src/components/slider/slider.js +++ b/src/components/slider/slider.js @@ -329,7 +329,7 @@ function SliderController(scope, element, attr, $$rAF, $window, $mdEffects, $mdA } function onPanEnd(ev) ...
fix(slider): disabled discrete sliders still usable
angular_material
train
js
f20278dd78086954c51178ba46ffefcecfa57d33
diff --git a/src/components/VTooltip/VTooltip.js b/src/components/VTooltip/VTooltip.js index <HASH>..<HASH> 100644 --- a/src/components/VTooltip/VTooltip.js +++ b/src/components/VTooltip/VTooltip.js @@ -126,6 +126,10 @@ export default { } }, + mounted () { + this.value && this.callActivate() + }, + re...
fix: tooltip not initially visiable when v-model is true (#<I>) fixes #<I>
vuetifyjs_vuetify
train
js
e194cd6f409b1e113c1613d67e0d7e73e41e90f6
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -90,7 +90,7 @@ html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the...
fix(docs): address warning
graphistry_pygraphistry
train
py
87ea3552e0e31e550dc896dca3e6ac2967d82ec2
diff --git a/www/src/components/ComponentApi.js b/www/src/components/ComponentApi.js index <HASH>..<HASH> 100644 --- a/www/src/components/ComponentApi.js +++ b/www/src/components/ComponentApi.js @@ -27,11 +27,11 @@ function ComponentApi({ heading, metadata, exportedBy }) { <Heading h={heading || '3'} id={id} tit...
docs: Use import name in source links (#<I>)
react-bootstrap_react-bootstrap
train
js
2dc2568e67f8933339b9e05daf5e9e09f9668771
diff --git a/src/Ufo/Modules/Controller.php b/src/Ufo/Modules/Controller.php index <HASH>..<HASH> 100644 --- a/src/Ufo/Modules/Controller.php +++ b/src/Ufo/Modules/Controller.php @@ -90,6 +90,7 @@ class Controller extends DIObject implements ControllerInterface if (null !== $section) { $this->init...
feat: add params into container in controller
enikeishik_ufoframework
train
php,php
982c1448bc8a5638df57e026be5244dbd6a79f9e
diff --git a/generator/templates/base/src/background.js b/generator/templates/base/src/background.js index <HASH>..<HASH> 100644 --- a/generator/templates/base/src/background.js +++ b/generator/templates/base/src/background.js @@ -12,7 +12,7 @@ const isDevelopment = process.env.NODE_ENV !== 'production' let win // ...
fix(background): register scheme as standard by default, fixes #<I>, fixes #<I>, fixes #<I>
nklayman_vue-cli-plugin-electron-builder
train
js
dc95dd25c41fe8a2edd221606b6a16e95ab084e3
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -327,7 +327,7 @@ epub_copyright = '2013-2022, Audrey Roy and Cookiecutter community' # The format is a list of tuples containing the path and title. # epub_pre_files = [] -# HTML files shat should be insert...
docs: fix simple typo, shat -> that (#<I>) There is a small typo in docs/conf.py. Should read `that` rather than `shat`.
audreyr_cookiecutter
train
py
7b01013a606d79fdabdd9c9c8dd8ea9692d715be
diff --git a/packages/taro-async-await/index.js b/packages/taro-async-await/index.js index <HASH>..<HASH> 100644 --- a/packages/taro-async-await/index.js +++ b/packages/taro-async-await/index.js @@ -1,4 +1,4 @@ -const global = typeof window !== 'undefined' && +var global = typeof window !== 'undefined' && window.Math ...
fix(async-await): const => var
NervJS_taro
train
js
559b022849eb3e44b53469043d0174af7b06ebfa
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -71,12 +71,12 @@ if sys.version_info[0] < 3: # python2 test_requirements = ['pytest>=3.5,<5', 'pytest-timeout', 'pytest-mock>=1.9.0,<3', 'pytest-faulthandler~=1.6.0', 'importlib-metadata~=2.0.0'...
test: add numpy to test requirements
DLR-RM_RAFCON
train
py
05e05c59f6438efb03adb7fc5858f9832d7281a3
diff --git a/components/typography/__tests__/index.test.js b/components/typography/__tests__/index.test.js index <HASH>..<HASH> 100644 --- a/components/typography/__tests__/index.test.js +++ b/components/typography/__tests__/index.test.js @@ -186,16 +186,10 @@ describe('Typography', () => { it('should have cus...
test: ignore code which never run into
ant-design_ant-design
train
js
ac3f51e2fde8dd328c85002547b2e58ce5c76dcf
diff --git a/src/Contentful.php b/src/Contentful.php index <HASH>..<HASH> 100644 --- a/src/Contentful.php +++ b/src/Contentful.php @@ -557,7 +557,7 @@ class Contentful $endpointUrl, $exceptionMessage, $api, - $queryType = null, + $queryType, $cacheDisambiguator = '', ...
refactor: specify query type needs to be set for doRequest internal method
usemarkup_contentful
train
php
a98bde1b2d5ebf43511e6ae501875b750dd0bd2b
diff --git a/system/Router/AutoRouter.php b/system/Router/AutoRouter.php index <HASH>..<HASH> 100644 --- a/system/Router/AutoRouter.php +++ b/system/Router/AutoRouter.php @@ -40,11 +40,6 @@ class AutoRouter protected string $method; /** - * An array of params to the controller method. - */ - prot...
refactor: remove unneeded $this->params
codeigniter4_CodeIgniter4
train
php
a923e3de70e66f9e7d9d69bb6164ef59eb9524f2
diff --git a/packages/tealium/src/tealium-send-scheduler.js b/packages/tealium/src/tealium-send-scheduler.js index <HASH>..<HASH> 100644 --- a/packages/tealium/src/tealium-send-scheduler.js +++ b/packages/tealium/src/tealium-send-scheduler.js @@ -82,6 +82,12 @@ export default class TealiumSendScheduler { const...
feat: pass experiment data to tealiumTrack (#<I>) * feat: pass experiment data to tealiumTrack * feat: update send events condition
newsuk_times-components
train
js
49744898a0e5e146156354d14792ffc397b49485
diff --git a/test/tests/razzle-start-spa.test.js b/test/tests/razzle-start-spa.test.js index <HASH>..<HASH> 100644 --- a/test/tests/razzle-start-spa.test.js +++ b/test/tests/razzle-start-spa.test.js @@ -33,7 +33,6 @@ describe('razzle start', () => { } ); child.stdout.on('data', data => { - ...
fix: remove lines that snuk in during testing
jaredpalmer_razzle
train
js
bdcebdff2bab6237bb804ea49e91e58d44bdb00c
diff --git a/lib/components/user/sequential-pane-display.js b/lib/components/user/sequential-pane-display.js index <HASH>..<HASH> 100644 --- a/lib/components/user/sequential-pane-display.js +++ b/lib/components/user/sequential-pane-display.js @@ -19,8 +19,8 @@ class SequentialPaneDisplay extends Component { * Route...
refactor(SequentialPaneDisplay): Improve routing Remove regex for routing.
opentripplanner_otp-react-redux
train
js
64e0553032ee2f7e92f0ee1ff0d0070fde317442
diff --git a/src/Keboola/OAuth/OAuth20.php b/src/Keboola/OAuth/OAuth20.php index <HASH>..<HASH> 100644 --- a/src/Keboola/OAuth/OAuth20.php +++ b/src/Keboola/OAuth/OAuth20.php @@ -18,7 +18,9 @@ class OAuth20 extends AbstractOAuth { $url = $this->authUrl; $url = str_replace('%%redirect_uri%%', $cal...
feat: replaced client_id by app_key for oauth_<I>
keboola_php-oauth
train
php
cc3cb0b15171a0d1fa7851420841adc74c2cc8d4
diff --git a/website/src/components/guides/legends/LegendPosition.js b/website/src/components/guides/legends/LegendPosition.js index <HASH>..<HASH> 100644 --- a/website/src/components/guides/legends/LegendPosition.js +++ b/website/src/components/guides/legends/LegendPosition.js @@ -81,6 +81,7 @@ export default () => ( ...
fix(website): fix broken legends guide
plouc_nivo
train
js,js
73d76d38d63c5ac3792aee04c5454a83c82ac91c
diff --git a/benchbuild/environments/service_layer/ensure.py b/benchbuild/environments/service_layer/ensure.py index <HASH>..<HASH> 100644 --- a/benchbuild/environments/service_layer/ensure.py +++ b/benchbuild/environments/service_layer/ensure.py @@ -5,7 +5,13 @@ class ImageNotFound(Exception): pass -def image...
feat(environments): split image_exists into 2 implementations One for each type of unit of work. Keep it simple.
PolyJIT_benchbuild
train
py,py
7dc948004e715a4da488c38bc914b65096d66063
diff --git a/lib/extended-model.js b/lib/extended-model.js index <HASH>..<HASH> 100644 --- a/lib/extended-model.js +++ b/lib/extended-model.js @@ -40,7 +40,7 @@ const ExtendedConnection = Connection.extend(storageMixin, { lastUsed: { type: 'date', default: null }, isFavorite: { type: 'boolean', default: false...
refactor: remove extra props from model and store color as a string
mongodb-js_connection-model
train
js,js
9858aeb66d6eaed2b9ebf97ba90b3ee50eff00da
diff --git a/js/test/test.js b/js/test/test.js index <HASH>..<HASH> 100644 --- a/js/test/test.js +++ b/js/test/test.js @@ -845,6 +845,7 @@ let tryAllProxies = async function (exchange, proxies) { warn ('[Exchange Not Available] ' + e.message.slice (0, 200)) } else if (e instanceof ccxt.Not...
test: don't retry on 'Not Supported' (non-recoverable) exception
ccxt_ccxt
train
js
afedba89bdf8314a6fad71edd27c527d353f0568
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -12,6 +12,8 @@ module.exports = function (condition, trueStream, falseStream) { // output stream var outStream = through2.obj(); + // redirect trueStream errors to outStream + trueStream.on('error', function(err) { outSt...
fix(errors): properly redirect errors to outStream
robrich_ternary-stream
train
js
5ff90495184f876e2dc25aa54a0f2e8bf88f00a7
diff --git a/main/sdk/camundaRestClient.php b/main/sdk/camundaRestClient.php index <HASH>..<HASH> 100644 --- a/main/sdk/camundaRestClient.php +++ b/main/sdk/camundaRestClient.php @@ -718,7 +718,7 @@ class camundaRestClient { ) ); - $request = file_get_contents($this->engineUrl.$query, null, $stre...
fix(query): rename $query to $requestUrl in restGetRequest
camunda_camunda-bpm-php-sdk
train
php