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
bc265fc980f983fa1a428066b182729b767dedca
diff --git a/src/Storage/Factory/FileSystemFactory.php b/src/Storage/Factory/FileSystemFactory.php index <HASH>..<HASH> 100644 --- a/src/Storage/Factory/FileSystemFactory.php +++ b/src/Storage/Factory/FileSystemFactory.php @@ -42,7 +42,7 @@ class FileSystemFactory implements StorageFactoryInterface } ...
fix: support for path starting by ..
ems-project_EMSCommonBundle
train
php
a4428c20b51076d1b23b379deb928500531958b6
diff --git a/jest.config.js b/jest.config.js index <HASH>..<HASH> 100644 --- a/jest.config.js +++ b/jest.config.js @@ -43,7 +43,10 @@ function createConfig(rootDir) { transform: { '.+\\.(js|ts|tsx)$': 'ts-jest', }, - setupFilesAfterEnv: [path.join(__dirname, 'packages/core/test/setup.ts')], + set...
test: avoid using "core/test/setup.ts" for @react-spring/shared tests
react-spring_react-spring
train
js
4725131f38d7ea2fd1fc4fa3356a0df419470aaa
diff --git a/leancloud/push.py b/leancloud/push.py index <HASH>..<HASH> 100644 --- a/leancloud/push.py +++ b/leancloud/push.py @@ -43,9 +43,14 @@ def send(data, channels=None, push_time=None, expiration_time=None, expiration_i """ if push_time and expiration_time: raise TypeError('Both expiration_tim...
feat: Added dev mode support in push API (#<I>)
leancloud_python-sdk
train
py
984476fb171e73a4224f304e7c127063266de8a8
diff --git a/src/lib/webpack-config.js b/src/lib/webpack-config.js index <HASH>..<HASH> 100644 --- a/src/lib/webpack-config.js +++ b/src/lib/webpack-config.js @@ -64,7 +64,7 @@ export default env => { path: resolve(cwd, env.dest || 'build'), publicPath: '/', filename: 'bundle.js', - chunkFilename: '[name]...
fix: Webpack hashes change for not changed chunks when new ones are added. (#<I>) * fix: Preserve chunk hashes across compilations * feat: Limit chunk hashes to 5 characters
developit_preact-cli
train
js
8d8e71cb648d5a24550920038f4dea7313269997
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -177,9 +177,7 @@ StreamChopper.prototype._destroy = function (err, cb) { } StreamChopper.prototype._final = function (cb) { - if (this._stream === null || - this._stream === process.stdout || - this._stream === ...
fix: output stream is always a PassThrough stream
watson_stream-chopper
train
js
6b55b760747d4cae514f0f43e6ab5e0c5ccfb0f1
diff --git a/test/cluster/cluster.go b/test/cluster/cluster.go index <HASH>..<HASH> 100644 --- a/test/cluster/cluster.go +++ b/test/cluster/cluster.go @@ -122,6 +122,7 @@ func (c *Cluster) Boot(backend, rootFS string, count int) error { User: uid, Group: gid, Memory: "1024", + Cores: 2, Drives: ma...
test: Increase the number of cores.
flynn_flynn
train
go
1a9d6ed6ab07ac57b8fa14a0457fda9afcbb5f42
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ stubs = [ ] dev_extras = { - 'docs': ['sphinx==3.4.3', 'sphinx_autodoc_typehints==1.11.1', 'sphinx-rtd-theme==0.5.1'], + 'docs': ['sphinx==3.4.3', 'docutils==0.16', 'sphinx_autodoc_typehints==1.11.1', ...
fix(docs): work around sphinx upstream regresion
graphistry_pygraphistry
train
py
b6c6484300859f3d5db04f955c808af9291acecb
diff --git a/packages/migrate/terserPlugin/__testfixtures__/terserPlugin-4.input.js b/packages/migrate/terserPlugin/__testfixtures__/terserPlugin-4.input.js index <HASH>..<HASH> 100644 --- a/packages/migrate/terserPlugin/__testfixtures__/terserPlugin-4.input.js +++ b/packages/migrate/terserPlugin/__testfixtures__/terse...
chore: align file in the same way as other terserPlugin test fixtures
webpack_webpack-cli
train
js
e7e93a480b84e9612ba9b1b1e3b86c7067c18825
diff --git a/lib/tasks/start-browserstack-tunnel.js b/lib/tasks/start-browserstack-tunnel.js index <HASH>..<HASH> 100644 --- a/lib/tasks/start-browserstack-tunnel.js +++ b/lib/tasks/start-browserstack-tunnel.js @@ -30,5 +30,5 @@ module.exports = function(ui) { function writePidFile(pid) { let pidFile = 'browserst...
fix(connect): fix pid file creation for newer versions of node With newer versions of node (in our case LTS <I>) `fs.writeFileSync` throws an error when passing a number as `data` argument. `bsLocal.pid` is a number so we need to cast it to a string in order to fix the error.
kategengler_ember-cli-browserstack
train
js
e4d072367a95e15404b09f71d235f5b9dafb4eeb
diff --git a/packages/react/src/components/Breadcrumb/Breadcrumb.js b/packages/react/src/components/Breadcrumb/Breadcrumb.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/Breadcrumb/Breadcrumb.js +++ b/packages/react/src/components/Breadcrumb/Breadcrumb.js @@ -17,6 +17,7 @@ const Breadcrumb = ({ ch...
fix(breadcrumbs): add spread attribute to root node (#<I>)
carbon-design-system_carbon-components
train
js
357db32641246d4474808af22817a5cc8adb65ab
diff --git a/lib/components/form/connected-location-field.js b/lib/components/form/connected-location-field.js index <HASH>..<HASH> 100644 --- a/lib/components/form/connected-location-field.js +++ b/lib/components/form/connected-location-field.js @@ -4,7 +4,8 @@ import { FormGroup, Input, InputGroup, - InputG...
refactor(location-field): don't underline or change color options on hover
opentripplanner_otp-react-redux
train
js
133e9c0338996a22cee8b2e8b13d3a5bda2cd10a
diff --git a/tests/unit/ORM.Model.Class.test.js b/tests/unit/ORM.Model.Class.test.js index <HASH>..<HASH> 100644 --- a/tests/unit/ORM.Model.Class.test.js +++ b/tests/unit/ORM.Model.Class.test.js @@ -13,15 +13,13 @@ describe('Object Relational Mapper: (ORM)', function() { OrmModel = _OrmModel; injector.ins...
fix(tests): Needed to run sync
CleverStack_clever-orm
train
js
06257822c243aeb5b07b5e79a7a79141ce0ea3d6
diff --git a/tsdb/engine/tsm1/encoding.gen_test.go b/tsdb/engine/tsm1/encoding.gen_test.go index <HASH>..<HASH> 100644 --- a/tsdb/engine/tsm1/encoding.gen_test.go +++ b/tsdb/engine/tsm1/encoding.gen_test.go @@ -172,10 +172,14 @@ func BenchmarkIntegerValues_ExcludeLast_10000(b *testing.B) { } func benchInclude(b *te...
fix(tsm1): Reset vals to ensure Include is correctly tested
influxdata_influxdb
train
go
bf872dfd7c1e99b712c28e5a8815d63e4da35942
diff --git a/src/Confirm/Confirm.js b/src/Confirm/Confirm.js index <HASH>..<HASH> 100644 --- a/src/Confirm/Confirm.js +++ b/src/Confirm/Confirm.js @@ -21,7 +21,7 @@ class Confirm extends React.Component { } return ( - <div className="flush-bottom flex flex-direction-top-to-bottom flex-align-items-stret...
refactor(confirmations): Fix alignment for small screens
mesosphere_reactjs-components
train
js
6f98b0cc3c0c98cbb8f7113e7cea737b3f30c73c
diff --git a/src/observer.js b/src/observer.js index <HASH>..<HASH> 100644 --- a/src/observer.js +++ b/src/observer.js @@ -30,8 +30,10 @@ module.exports = (swtch) => { function willObserve (peerInfo, transport, protocol, direction, bufferLength) { peerInfo.then((pi) => { - const peerId = pi.id.toB58Strin...
fix: for when peerinfo resolves to undefined
libp2p_js-libp2p-switch
train
js
40c796142b415e75a78e2e176b818e38b74dd3f5
diff --git a/lib/request.js b/lib/request.js index <HASH>..<HASH> 100644 --- a/lib/request.js +++ b/lib/request.js @@ -137,10 +137,16 @@ class Request extends AsyncResource { } push (chunk, offset, length) { - this.read += length - return this.res - ? this.res(null, chunk && chunk.slice(offset, offse...
fix: cleanup res on eof
mcollina_undici
train
js
7a9e725b37fdf6dbc584a23a27ac31ed3ddf10f6
diff --git a/modules/plugins/browser/index.js b/modules/plugins/browser/index.js index <HASH>..<HASH> 100644 --- a/modules/plugins/browser/index.js +++ b/modules/plugins/browser/index.js @@ -6,7 +6,8 @@ const defaultOptions = { forceDeactivate: true, useHash: false, hashPrefix: '', - base: false + ...
feat: add mergeState option in browser plugin to merge router state into current history state @iotch
router5_router5
train
js
f183b70dfc0987cb73c26f29d4880c2d14f2da25
diff --git a/tests/Cache/ManagerTest.php b/tests/Cache/ManagerTest.php index <HASH>..<HASH> 100644 --- a/tests/Cache/ManagerTest.php +++ b/tests/Cache/ManagerTest.php @@ -2,6 +2,18 @@ declare(strict_types=1); +namespace Swoole\Coroutine; + +if (!class_exists('Swoole\\Coroutine\\Channel')) { + class Channel + ...
fix: Fix swoole tests
hunzhiwange_framework
train
php,php
84b340586c1600cf2472782c7e1659aafe7a4663
diff --git a/lib/guided-music-machine.js b/lib/guided-music-machine.js index <HASH>..<HASH> 100644 --- a/lib/guided-music-machine.js +++ b/lib/guided-music-machine.js @@ -40,16 +40,6 @@ var GuidedMusicMachine = function (guide, key, initialScaleDegrees) { } } - /** a function that choices will be passed thro...
docs: move definition of filter to MusicMachine
jrleszcz_music-machine
train
js
a40ca88e6d45e84b04ffee6e89f6f817bb83e2b9
diff --git a/src/Creatable.js b/src/Creatable.js index <HASH>..<HASH> 100644 --- a/src/Creatable.js +++ b/src/Creatable.js @@ -205,12 +205,21 @@ const Creatable = React.createClass({ render () { const { - children = defaultChildren, newOptionCreator, shouldKeyDownEventCreateNewOption, ...restProps ...
fix(Creatable): Handle null "children" prop gracefully
HubSpot_react-select-plus
train
js
dbe9df46d6b1770f1be9c39eaea8683dd67a76a6
diff --git a/model/classes/Copier/AssetInstanceContentCopier.php b/model/classes/Copier/AssetInstanceContentCopier.php index <HASH>..<HASH> 100644 --- a/model/classes/Copier/AssetInstanceContentCopier.php +++ b/model/classes/Copier/AssetInstanceContentCopier.php @@ -1,4 +1,5 @@ <?php + /** * This program is free so...
chore: Fix minor coding style issues
oat-sa_extension-tao-mediamanager
train
php,php
93f03eccee3be8e283f0a9b0a375186664f2eb40
diff --git a/packages/lambda/src/index.js b/packages/lambda/src/index.js index <HASH>..<HASH> 100644 --- a/packages/lambda/src/index.js +++ b/packages/lambda/src/index.js @@ -105,8 +105,13 @@ export default async function launch ({ didLaunch: !!chromeInstance.pid, }, async kill () { - await chrome...
fix: potential fix to reduce odd behavior when killing chrome Defer killing chrome process to the end of the execution stack so that the node process doesn't end before chrome exists, avoiding chrome becoming orphaned.
adieuadieu_serverless-chrome
train
js
4408d0c82d71a701c7d5f8837d90d266cea30a29
diff --git a/kv/service.go b/kv/service.go index <HASH>..<HASH> 100644 --- a/kv/service.go +++ b/kv/service.go @@ -2,6 +2,7 @@ package kv import ( "context" + "time" "go.uber.org/zap"
fix(kv): due to merged conflict
influxdata_influxdb
train
go
5995830561f3a8b4041d397e8d02b8be004f0def
diff --git a/packages/express/lib/serve.js b/packages/express/lib/serve.js index <HASH>..<HASH> 100644 --- a/packages/express/lib/serve.js +++ b/packages/express/lib/serve.js @@ -2,7 +2,7 @@ const debug = require('debug')('untool:express'); const express = require('express'); module.exports = (mode, { configureServ...
refactor(express): tweak phase order
untool_untool
train
js
20df1dc582c16823c7459b03228e7401802ca600
diff --git a/src/components/VAutocomplete/VAutocomplete.js b/src/components/VAutocomplete/VAutocomplete.js index <HASH>..<HASH> 100644 --- a/src/components/VAutocomplete/VAutocomplete.js +++ b/src/components/VAutocomplete/VAutocomplete.js @@ -151,7 +151,7 @@ export default { // when search is dirty if (th...
fix: typo (del => delete)
vuetifyjs_vuetify
train
js
fb4e5dbeff6efeae5d9d0dab45d51b4f701ae579
diff --git a/testing/testing.go b/testing/testing.go index <HASH>..<HASH> 100644 --- a/testing/testing.go +++ b/testing/testing.go @@ -73,7 +73,9 @@ func GenSwarm(t *testing.T, ctx context.Context, opts ...Option) *swarm.Swarm { ps.AddPubKey(p.ID, p.PubKey) ps.AddPrivKey(p.ID, p.PrivKey) s := swarm.NewSwarm(ctx, ...
fix: avoid calling AddChild after the process may shutdown.
libp2p_go-libp2p-swarm
train
go
bc13a9221a107fbcf5b251df8bea8e6d7e46d865
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,6 +15,13 @@ module.exports = { "semi": [ "error", "always" + ], + "no-unused-vars": [ + "error", + { + "vars": "all",...
refactor: Change eslint rule: no-unused-vars
avwo_whistle
train
js
acbe7933abf18233dfcc9d3b236144cdf0f897ae
diff --git a/packages/project-utils/packages/buildPackage.js b/packages/project-utils/packages/buildPackage.js index <HASH>..<HASH> 100644 --- a/packages/project-utils/packages/buildPackage.js +++ b/packages/project-utils/packages/buildPackage.js @@ -52,7 +52,7 @@ const defaults = { }; const babelCompile = async ({...
fix: take js/jsx files into consideration too
Webiny_webiny-js
train
js
31b14dcc88b1e3c0fd6af8a3110d5b5936de8ca5
diff --git a/superset/utils/screenshots.py b/superset/utils/screenshots.py index <HASH>..<HASH> 100644 --- a/superset/utils/screenshots.py +++ b/superset/utils/screenshots.py @@ -151,13 +151,13 @@ class BaseScreenshot: try: payload = self.get_screenshot(user=user, window_size=window_size) ...
fix: log exceptions for thumbnail generation as warnings (#<I>) * log errors for thumbnail generation as warnings * fix: ex_info -> exc_info
apache_incubator-superset
train
py
0c35bd6c1ec57e3bad70dcfccd017653d30c5961
diff --git a/src/Backend/MessageManagerBackendDispatcher.php b/src/Backend/MessageManagerBackendDispatcher.php index <HASH>..<HASH> 100644 --- a/src/Backend/MessageManagerBackendDispatcher.php +++ b/src/Backend/MessageManagerBackendDispatcher.php @@ -97,7 +97,7 @@ class MessageManagerBackendDispatcher extends QueueBack...
fix(heathCheck): Update stats for BackendHealthCheck in case of doctrine backend is used
sonata-project_SonataNotificationBundle
train
php,php
ec3d6e95bc93e2dd956a7e42fa5ab335f3803251
diff --git a/src/lib/services/client-metrics/index.js b/src/lib/services/client-metrics/index.js index <HASH>..<HASH> 100644 --- a/src/lib/services/client-metrics/index.js +++ b/src/lib/services/client-metrics/index.js @@ -110,8 +110,6 @@ module.exports = class ClientMetricsService { await this.cli...
chore: remove superfluous logging from client registration
Unleash_unleash
train
js
7851c379cd87e09ee0d6ee8aa895d01335586f91
diff --git a/dsl/pact.go b/dsl/pact.go index <HASH>..<HASH> 100644 --- a/dsl/pact.go +++ b/dsl/pact.go @@ -209,7 +209,7 @@ func (p *Pact) setupLogging() { p.LogLevel = "INFO" } p.logFilter = &logutils.LevelFilter{ - Levels: []logutils.LogLevel{"DEBUG", "INFO", "WARN", "ERROR"}, + Levels: []logutils.Lo...
fix: add TRACE log level to ensure output is filtered
pact-foundation_pact-go
train
go
db74666c484c0d9942380a8a5c315634f3b24fc5
diff --git a/examples/todo/todo.js b/examples/todo/todo.js index <HASH>..<HASH> 100644 --- a/examples/todo/todo.js +++ b/examples/todo/todo.js @@ -54,9 +54,8 @@ function todo(parameters) { } if (action === 'show-all') { - return manager.getRepository(List).find(null, {join: ['todos']}).then(all => { - c...
refactor(todo): Edited `.then()` on "show-all" to keep consistency
SpoonX_wetland
train
js
47ccebcce250cfb507b38333e4ff7945886201d7
diff --git a/lib/operations/collection_ops.js b/lib/operations/collection_ops.js index <HASH>..<HASH> 100644 --- a/lib/operations/collection_ops.js +++ b/lib/operations/collection_ops.js @@ -156,17 +156,18 @@ function bulkWrite(coll, operations, options, callback) { // Check the update operation to ensure it has ato...
refactor: only check first key of update operations for atomic ops
mongodb_node-mongodb-native
train
js
feea7fe281a8fa536937e7c26d0325f43abf79c9
diff --git a/config/webpack.config.js b/config/webpack.config.js index <HASH>..<HASH> 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -4,6 +4,11 @@ var ionicWebpackFactory = require(process.env.IONIC_WEBPACK_FACTORY); var ModuleConcatPlugin = require('webpack/lib/optimize/ModuleConcatenationP...
fix(serve): fix cached file issue by only using the webpack module concat plugin for prod builds, make sure you update custom configs
ionic-team_ionic-app-scripts
train
js
3eacf77beab035fe6db968838ce75b458131b781
diff --git a/task/backend/executor/task_executor.go b/task/backend/executor/task_executor.go index <HASH>..<HASH> 100644 --- a/task/backend/executor/task_executor.go +++ b/task/backend/executor/task_executor.go @@ -311,6 +311,7 @@ func (w *worker) start(p *promise) { // add to metrics w.te.metrics.StartRun(p.task...
fix(task): Set a valid start time for run duration (#<I>) When using a run duration we need a start time that is valid to obtain a accurate run duration delta
influxdata_influxdb
train
go
28bb86eef0c007ac8a7c13850a4c0c27e84117d0
diff --git a/lib/simpleCan.js b/lib/simpleCan.js index <HASH>..<HASH> 100644 --- a/lib/simpleCan.js +++ b/lib/simpleCan.js @@ -45,8 +45,8 @@ SimpleCan.prototype.start = function () { SimpleCan.prototype.sendPGN = function (msg) { if ( this.candevice ) { - if ( !this.candevice.cansend && (_.isString(msg) || msg...
fix: simpleCan not sending out initial address claim (#<I>)
canboat_canboatjs
train
js
ef0fd8577af87228692ae2af8ab2ca4667d1b225
diff --git a/test/api.js b/test/api.js index <HASH>..<HASH> 100644 --- a/test/api.js +++ b/test/api.js @@ -38,6 +38,8 @@ describe("API", function() { assert.equal(func, bools.falseFunc); func = CSSselect._compileUnsafe(":not(:nth-child(-1n-1))"); assert.equal(func, bools.trueFunc)...
test: also test multiple nested :not
fb55_css-select
train
js
9a163cb3528dd7224e82722d0ed1705f5e04156a
diff --git a/packages/editor/src/editor.js b/packages/editor/src/editor.js index <HASH>..<HASH> 100644 --- a/packages/editor/src/editor.js +++ b/packages/editor/src/editor.js @@ -89,7 +89,7 @@ export function enableEditor({ space, uiWrapper, config }) { // height: '100vh', // width: 'auto', plugins: [set...
feat(editor): notice on unload with unsaved changes
bolt-design-system_bolt
train
js,js
e0309b03ea3e511bf9b635712aafb89eb69c1adb
diff --git a/gulpfile.babel.js b/gulpfile.babel.js index <HASH>..<HASH> 100755 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -167,9 +167,9 @@ gulp.task('unit-test', ['prepare', 'core', 'core-dts-test'], (done) => { default: // error $.util.log($.util.colors.red(exitMessage))...
chore(gulpfile): Fix some comments.
OnsenUI_OnsenUI
train
js
0c402b0bcb67f4bf1cc2620bb9f45fe3f2a4e8d6
diff --git a/packages/router5/modules/core/observable.js b/packages/router5/modules/core/observable.js index <HASH>..<HASH> 100644 --- a/packages/router5/modules/core/observable.js +++ b/packages/router5/modules/core/observable.js @@ -15,7 +15,7 @@ function observerPlugin(router) { listeners = listeners.conc...
test: add unsubscribe handler tests
router5_router5
train
js,js
830d93164ac272dd647d5a44136f842af5c98a44
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -36,7 +36,7 @@ const analyzeCommits = wrapPlugin( const { dryRun, githubRepo, pullRequests } = pluginConfig; const nextRelease = await plugin(pluginConfig, config); - if (!nextRelease && !dryRun)...
fix: `dry-run` is always set, remove use in conditional
Updater_semantic-release-github-pr
train
js
e010024528a09033cd316f3a9648760285739e6b
diff --git a/lib/components/viewers/route-details.js b/lib/components/viewers/route-details.js index <HASH>..<HASH> 100644 --- a/lib/components/viewers/route-details.js +++ b/lib/components/viewers/route-details.js @@ -163,7 +163,7 @@ class RouteDetails extends Component { onChange={this._headSignButtonCli...
refactor(route-details): avoid white screen when selecting no pattern
opentripplanner_otp-react-redux
train
js
29cbafc2f9d00b17e58b4c89aa04d29604743c60
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -94,6 +94,11 @@ module.exports = function(file, package_options) { self.push(compiled); self.push(null); + + output.imports.forEach(function(f) { + self.emit('file', f); + }); + done(); }); ...
feat: emit LESS imports This is used by file watchers. See <URL>
wilson428_node-lessify
train
js
0c27987ff10fa13f3f2f35ba1aba0b88b0e0d92e
diff --git a/test/attributes-to-props.js b/test/attributes-to-props.js index <HASH>..<HASH> 100644 --- a/test/attributes-to-props.js +++ b/test/attributes-to-props.js @@ -171,8 +171,19 @@ describe('attributes-to-props', () => { }); }); + // cssToJs describe('style', () => { - it('converts inline style ...
test(attributes-to-props): test that CSS comment is not parsed This helps improve test coverage for `attributes-to-props.js`. Move empty style test to its own it block.
remarkablemark_html-react-parser
train
js
5495d6d7f73358940b2127209ef200b630ec24fc
diff --git a/lib/ydgw02.js b/lib/ydgw02.js index <HASH>..<HASH> 100644 --- a/lib/ydgw02.js +++ b/lib/ydgw02.js @@ -89,7 +89,7 @@ Ydgw02Stream.prototype.sendPGN = function (pgn) { Ydgw02Stream.prototype.sendYdgwPGN = function (msg) { actisenseToYdgwRawFormat(msg).forEach(raw => { - this.sendString(raw) + thi...
fix: actisense messages converted to multiline don't work (#<I>)
canboat_canboatjs
train
js
35820891da8b43a938c80249facb42c2d3ae50d3
diff --git a/lib/hexo-excerpt.js b/lib/hexo-excerpt.js index <HASH>..<HASH> 100644 --- a/lib/hexo-excerpt.js +++ b/lib/hexo-excerpt.js @@ -33,7 +33,7 @@ module.exports = function(db) { return db.posts.map(post => { //honour the <!-- more --> !!! - if (/<!--\s*more\s*-->/.test(post.content) || post.content....
fix: Remove unexpected token (#<I>)
chekun_hexo-excerpt
train
js
cb4aa58579fdad80c9978524413d60afd1be1cc7
diff --git a/lib/apiary/command/styleguide.rb b/lib/apiary/command/styleguide.rb index <HASH>..<HASH> 100644 --- a/lib/apiary/command/styleguide.rb +++ b/lib/apiary/command/styleguide.rb @@ -22,7 +22,7 @@ module Apiary::Command @options.api_key ||= ENV['APIARY_API_KEY'] @options.proxy ||= ENV[...
feat: VK validation url switched to heroku
apiaryio_apiary-client
train
rb,rb
9bb618d50605c02d4a1df86f39df0d519db16b3a
diff --git a/notify/notification.go b/notify/notification.go index <HASH>..<HASH> 100644 --- a/notify/notification.go +++ b/notify/notification.go @@ -256,7 +256,7 @@ func CheckPushConf(cfg config.ConfYaml) error { func SendNotification(req queue.QueuedMessage) { v, ok := req.(*PushNotification) if !ok { - if err...
fix: missing json pointer address
appleboy_gorush
train
go
d6e3b6306c6f942ff927a90a1226ed5a6954738d
diff --git a/.toys/release/please.rb b/.toys/release/please.rb index <HASH>..<HASH> 100644 --- a/.toys/release/please.rb +++ b/.toys/release/please.rb @@ -159,11 +159,11 @@ def default_repo_url end def default_github_token + value = ENV["GITHUB_TOKEN"].to_s + return value unless value.empty? result = exec ["gh...
chore: Fix to release-please auth (#<I>)
googleapis_google-cloud-ruby
train
rb
962d51641fc407ee0fc7c4f0738a859f74ab68c0
diff --git a/lib/util/index.js b/lib/util/index.js index <HASH>..<HASH> 100644 --- a/lib/util/index.js +++ b/lib/util/index.js @@ -242,7 +242,7 @@ function paddingLeft(num) { exports.formatDate = formatDate; -var REG_EXP_RE = /^\/(.+)\/(i)?$/ +var REG_EXP_RE = /^\/(.+)\/(i)?$/; exports.isRegExp = function isReg...
refactor: fix eslint
avwo_whistle
train
js
db54a3f57430e9d920281ecc6edd7ffb5edd63d6
diff --git a/lib/informer.js b/lib/informer.js index <HASH>..<HASH> 100644 --- a/lib/informer.js +++ b/lib/informer.js @@ -443,7 +443,7 @@ module.exports = function BlastInformer(Blast, Collection) { if (this.simpleSeen[type]) { return true; } - + return false; } @@ -476,7 +476,7 @@ module.expo...
fix: Informer#hasBeenSeen filter/entry check has been reversed
skerit_protoblast
train
js
7a7f16f6ed2a3e61497a18eee3882674e2f871cd
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -26,11 +26,7 @@ validation/generation support. - PyPI: https://pypi.python.org/pypi/anyconfig - Copr RPM repos: https://copr.fedoraproject.org/coprs/ssato/python-anyconfig/ -I, Satoru SATOH <ssato@redhat.com>, originally d...
refactor: shorten long description
ssato_python-anyconfig
train
py
4010580203d04586c7fa021320f1476cec6912ff
diff --git a/src/lib/jobs.js b/src/lib/jobs.js index <HASH>..<HASH> 100644 --- a/src/lib/jobs.js +++ b/src/lib/jobs.js @@ -4,6 +4,8 @@ import * as realtime from './realtime' export const JOBS_DOCTYPE = 'io.cozy.jobs' export const JOB_STATE = { + DONE: 'done', + ERRORED: 'errored', RUNNING: 'running' }
fix: add missing job state to jobs library :bug:
cozy_cozy-home
train
js
d956d4dd632685c1370731e4ccb20904186f89e4
diff --git a/app/modules/common/ScrollPositionService.js b/app/modules/common/ScrollPositionService.js index <HASH>..<HASH> 100644 --- a/app/modules/common/ScrollPositionService.js +++ b/app/modules/common/ScrollPositionService.js @@ -26,12 +26,20 @@ angular } }; - $rootScope....
feat(scrollPositionService): reset scrollPosition only in cases that make sense Previously we always reset the scrollPosition to the position the view had the last time it was displayed. That doesn't make sense for every case. Actually, most of the time we want the views to be set to the very top. However, if we go b...
sofa_sofa-couch-service
train
js
d4593887df600f40441cc3b10baca9f398e484d8
diff --git a/vyper/parser/context.py b/vyper/parser/context.py index <HASH>..<HASH> 100644 --- a/vyper/parser/context.py +++ b/vyper/parser/context.py @@ -1,7 +1,7 @@ import contextlib import enum -from vyper.exceptions import CompilerPanic, TypeCheckFailure +from vyper.exceptions import CompilerPanic from vyper.s...
refactor: Remove unused check from parser
ethereum_vyper
train
py
0c480a5fb4678c02d376a633041b7d88de030ca8
diff --git a/src/components/list/QItemSide.js b/src/components/list/QItemSide.js index <HASH>..<HASH> 100644 --- a/src/components/list/QItemSide.js +++ b/src/components/list/QItemSide.js @@ -29,7 +29,7 @@ export default { prop = ctx.props, cls = data.staticClass - data.staticClass = `q-item-side q-it...
chore: Add additional class to QItemSide when used on left side
quasarframework_quasar
train
js
fb0a575d74a9704d3a097a2813119ed8612e6de8
diff --git a/src/algoliasearch.helper.js b/src/algoliasearch.helper.js index <HASH>..<HASH> 100644 --- a/src/algoliasearch.helper.js +++ b/src/algoliasearch.helper.js @@ -230,8 +230,8 @@ AlgoliaSearchHelper.prototype.searchOnce = function(options, cb) { /** * Search for facet values based on an query and the name ...
chore(docs): some docblock changes
algolia_algoliasearch-helper-js
train
js
e8a7de61aa945267276ad9890aeed7cca9b5c1dc
diff --git a/pkg/aws/eni/node.go b/pkg/aws/eni/node.go index <HASH>..<HASH> 100644 --- a/pkg/aws/eni/node.go +++ b/pkg/aws/eni/node.go @@ -494,12 +494,16 @@ func (n *Node) ResyncInterfacesAndIPs(ctx context.Context, scopedLog *logrus.Ent // GetMaximumAllocatableIPv4 returns the maximum amount of IPv4 addresses // tha...
fix(datarace): Fix possible nil pointer dereference This commit is to fix the recent changes after rebased. Related PR is #<I>. Basically, there was a check if Node is nil after calling mutex lock, which will cause nil pointer dereference. I just refactor the code to make sure underlying node is not nil before obtain...
cilium_cilium
train
go
8ae16e56d7cf6a86c3ddadeb3448b17542e850c6
diff --git a/packages/blueprint-gatekeeper/tests/unit-tests/app/routers/v1/account-test.js b/packages/blueprint-gatekeeper/tests/unit-tests/app/routers/v1/account-test.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-gatekeeper/tests/unit-tests/app/routers/v1/account-test.js +++ b/packages/blueprint-gatekeeper/t...
chore: re-enabled all tests
onehilltech_blueprint
train
js
559205caf19a2e2b0b5a570389a33875c53a0ac1
diff --git a/graphistry/hyper_dask.py b/graphistry/hyper_dask.py index <HASH>..<HASH> 100644 --- a/graphistry/hyper_dask.py +++ b/graphistry/hyper_dask.py @@ -81,7 +81,7 @@ def coerce_col_safe(s, to_dtype): if to_dtype.name == 'int64': return s.fillna(0).astype('int64') if to_dtype.name == 'timedelta...
fix(hyper): disable timedelta support due to nans
graphistry_pygraphistry
train
py
247ff4aaf569990319c2fe6e0609a67c88a8c8f7
diff --git a/src/Views.php b/src/Views.php index <HASH>..<HASH> 100644 --- a/src/Views.php +++ b/src/Views.php @@ -83,6 +83,17 @@ class Views } /** + * Get the total number of views. + * + * @param \CyrildeWit\EloquentViewable\Support\Period + * @return int + */ + public function get...
feat: add `getViews` method to Views class
cyrildewit_eloquent-viewable
train
php
434af15318af9186f12b8b1b8f24bbba1bf5185d
diff --git a/ui/src/components/table/QTable.js b/ui/src/components/table/QTable.js index <HASH>..<HASH> 100644 --- a/ui/src/components/table/QTable.js +++ b/ui/src/components/table/QTable.js @@ -343,7 +343,7 @@ export default defineComponent({ emit('virtual-scroll', { index: toIndex, from...
fix(QTable): use of pagination in emitted virtscroll event
quasarframework_quasar
train
js
5c51dda8d30b27703f71d30e6e8cada512142120
diff --git a/modules/NavBar.js b/modules/NavBar.js index <HASH>..<HASH> 100644 --- a/modules/NavBar.js +++ b/modules/NavBar.js @@ -39,7 +39,6 @@ class NavBar extends React.Component<void, Props, void> { // Return default <BackButton /> component return ( <HeaderBackButton - {...sceneProps} ...
fix(Navigation): some fixes
winoteam_react-router-navigation
train
js,js
812940d5285c0025aa016a01985699c512e18b48
diff --git a/lib/compile/index.js b/lib/compile/index.js index <HASH>..<HASH> 100644 --- a/lib/compile/index.js +++ b/lib/compile/index.js @@ -44,7 +44,7 @@ function compile(schema, root, localRefs, baseId) { , defaults = [] , defaultsHash = {} , customRules = [] - , keepSourceCode = this._opts.source...
feat: only store patterns and defaults if option sourceCode is true
epoberezkin_ajv
train
js
3b13e4c6e9220cad5849e6f710591bbfcd685cf7
diff --git a/packages/website/src/components/Filter.js b/packages/website/src/components/Filter.js index <HASH>..<HASH> 100644 --- a/packages/website/src/components/Filter.js +++ b/packages/website/src/components/Filter.js @@ -5,8 +5,13 @@ class Filter extends React.Component { node = React.createRef(); handleK...
fix(website): Fix keypress focus when user is on a textarea or input (#<I>) Closes #<I>
reakit_reakit
train
js
aceac9d7ac565b63004f379543c2c56a1926f20e
diff --git a/react/Autosuggest/Autosuggest.js b/react/Autosuggest/Autosuggest.js index <HASH>..<HASH> 100644 --- a/react/Autosuggest/Autosuggest.js +++ b/react/Autosuggest/Autosuggest.js @@ -90,23 +90,24 @@ export default class Autosuggest extends Component { } renderInputComponent = inputProps => { - const ...
fix(Autosuggest): Stop passing labelProps through if no label prop provided (#<I>)
seek-oss_seek-style-guide
train
js
42e0e26bf3ef132631e267dbfb0c8e990c496fce
diff --git a/ui/src/components/tabs/QTabs.js b/ui/src/components/tabs/QTabs.js index <HASH>..<HASH> 100644 --- a/ui/src/components/tabs/QTabs.js +++ b/ui/src/components/tabs/QTabs.js @@ -1,4 +1,4 @@ -import { h, defineComponent, ref, computed, watch, nextTick, onBeforeUnmount, getCurrentInstance, provide } from 'vue' +...
fix(QTabs): recalculate justify, scroll and arrows on activate (if keep-alive) #<I> #<I>
quasarframework_quasar
train
js
64fd51105f9a4db4841ad6f0f1601a78b500c3e9
diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/it/ITSystemTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/it/ITSystemTest.java index <HASH>..<HASH> 100644 --- a/java-dialogflow-cx/google-cloud...
fix: change location in IT to be 'global' (#<I>) Change the location ID in integration test to be "global" instead of "us." "global" is a more standardized usage. "us" is just a legacy usage that we supported.
googleapis_google-cloud-java
train
java
495baf9dddf1da9f0ee2603ee26108181b78f1ab
diff --git a/src/app/abstract/main.controller.js b/src/app/abstract/main.controller.js index <HASH>..<HASH> 100644 --- a/src/app/abstract/main.controller.js +++ b/src/app/abstract/main.controller.js @@ -49,13 +49,14 @@ export class MainController { getDefaultConfiguration() { return { - expand: true, - ...
refactor(control): default filtering is folded failed expectations with screenshots
azachar_screenshoter-report-analyzer
train
js
1dd857aae5f0f7d3eab06340d440e8e4178b3ad3
diff --git a/packages/feedback/src/FeedbackModal.js b/packages/feedback/src/FeedbackModal.js index <HASH>..<HASH> 100644 --- a/packages/feedback/src/FeedbackModal.js +++ b/packages/feedback/src/FeedbackModal.js @@ -10,7 +10,7 @@ const FeedbackModal = ({ isOpen, toggle, ...formOptions }) => ( data-testid="feedbackM...
refactor(feedback): fixed aria label not being called out for modal
Availity_availity-react
train
js
e5139e251a72a7364345b45db3ec5da93f92c672
diff --git a/tests/src/DateIntervalTest.php b/tests/src/DateIntervalTest.php index <HASH>..<HASH> 100644 --- a/tests/src/DateIntervalTest.php +++ b/tests/src/DateIntervalTest.php @@ -38,8 +38,16 @@ class DateIntervalTest extends TestCase self::assertEquals($parts[3], $interval->h); self::assertEquals(...
test: Diff with negative hour was fixed in php <I>
pauci_datetime
train
php
64bf64b7567d76c12fb098c7d39d3a155f9ab082
diff --git a/src/CreateSignalFactory.js b/src/CreateSignalFactory.js index <HASH>..<HASH> 100644 --- a/src/CreateSignalFactory.js +++ b/src/CreateSignalFactory.js @@ -52,6 +52,12 @@ module.exports = function (controller, model, services, compute, modules) { signal.isSync = true signal.branches = optio...
feat(signalFactory): emit `signalTrigger` event before actual signal run Allows to override options and prevent signal run before actual run.
cerebral_cerebral
train
js
abce040088a6f3236ae154b61cd44fabd775f57f
diff --git a/cmd/iam.go b/cmd/iam.go index <HASH>..<HASH> 100644 --- a/cmd/iam.go +++ b/cmd/iam.go @@ -561,7 +561,6 @@ func (sys *IAMSys) Load(ctx context.Context, store IAMStorageAPI) error { default: close(sys.configLoaded) } - logger.Info("IAM initialization complete") return nil } @@ -662,6 +661,8 @@ fu...
fix: Remove repetitive IAM ready message (#<I>) "IAM initialization complete" is printed each 5 minutes, avoid this by printing it only during the first initialization of IAM.
minio_minio
train
go
59258859ab02a057364481d65aab3e7059dbea07
diff --git a/canary/api.py b/canary/api.py index <HASH>..<HASH> 100644 --- a/canary/api.py +++ b/canary/api.py @@ -108,7 +108,7 @@ class Api: def get_readings(self, device_id): end = datetime.utcnow() - start = end - timedelta(hours=1) + start = end - timedelta(minutes=40) created...
fix: time range to get data dropped to <I> minutes drops the time range to get readings from 1 hour to <I> minutes. This allows to get 5 different reading types instead of 4, due to the <I> record limit returned by canary's API call. Current sensor types are air_quality, humidity, temperature, battery and wifi.
snjoetw_py-canary
train
py
9f9c45f8f145c1823de4684e0aa1e6bfe6672179
diff --git a/src/Router.php b/src/Router.php index <HASH>..<HASH> 100644 --- a/src/Router.php +++ b/src/Router.php @@ -157,7 +157,7 @@ class Router extends PhalconRouter implements ServiceAwareInterface $response = $controllerClass(); if (!$response instanceof Response) { ...
refactor(router): use response in static property instead of di->getShared()
phwoolcon_phwoolcon
train
php
d1ffacd1e726f6ccc53028f159f134adbe336d6d
diff --git a/packages/build-tools/webpack/webpack-config/resolve.js b/packages/build-tools/webpack/webpack-config/resolve.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/webpack/webpack-config/resolve.js +++ b/packages/build-tools/webpack/webpack-config/resolve.js @@ -5,6 +5,7 @@ const { '.js', '.js...
fix(webpack-config): add missing .json extension in resolve fixes #<I>
goldwasserexchange_public
train
js
eba161e8fd7d0fd279805a18485c779fc00cda85
diff --git a/packages/webpack/mixin.core.js b/packages/webpack/mixin.core.js index <HASH>..<HASH> 100644 --- a/packages/webpack/mixin.core.js +++ b/packages/webpack/mixin.core.js @@ -3,8 +3,8 @@ const { join } = require('path'); const debug = require('debug')('untool:webpack:stats'); const { - sync: { pipe, sequen...
refactor(webpack): use new `callable` strategy alias
untool_untool
train
js
970c78fb1bfcd6d1aad886ddfedc6c5096cd618c
diff --git a/src/Controller/Base.php b/src/Controller/Base.php index <HASH>..<HASH> 100755 --- a/src/Controller/Base.php +++ b/src/Controller/Base.php @@ -22,8 +22,13 @@ use Nails\Factory; /** * Allow the app to add functionality, if needed + * Negative conditional helps with static analysis */ -if (class_exists...
chore: Swap middle class to help static analysis
nails_module-cdn
train
php
a1a3031a5afd45297c71a23f0a51c7d96e7b9048
diff --git a/src/Jobs/Skills/Character/Skills.php b/src/Jobs/Skills/Character/Skills.php index <HASH>..<HASH> 100644 --- a/src/Jobs/Skills/Character/Skills.php +++ b/src/Jobs/Skills/Character/Skills.php @@ -69,7 +69,8 @@ class Skills extends AbstractAuthCharacterJob 'character_id' => $this->getCharacterId(...
fix: use skills instead of skill info to determine if cache check must be bypass or not
eveseat_eveapi
train
php
9a5a147416d35bebaf5f82a7ad242231daddf96a
diff --git a/lib/sauce_reporter.js b/lib/sauce_reporter.js index <HASH>..<HASH> 100644 --- a/lib/sauce_reporter.js +++ b/lib/sauce_reporter.js @@ -7,6 +7,8 @@ var SauceReporter = function (logger, /* sauce:jobMapping */ jobMapping) { var pendingUpdates = 0 var updatesFinished = function () {} + this.adapters =...
fix(reporter): Add adapters property for <I> compat. Add an `adapters` property to the reporter for compatibility with latest Karma <I> release.
karma-runner_karma-sauce-launcher
train
js
55fa76a0a98e53ec91addaba5fdcba77cea17ef4
diff --git a/src/components/chips/js/chipsDirective.js b/src/components/chips/js/chipsDirective.js index <HASH>..<HASH> 100644 --- a/src/components/chips/js/chipsDirective.js +++ b/src/components/chips/js/chipsDirective.js @@ -102,7 +102,7 @@ <div class="md-chip-content"\ tabindex="-1"\ ...
fix(chips): removes flicker when switching selected chip
angular_material
train
js
e333311894c92a457140b9778aa1ba9478a87165
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -12,7 +12,7 @@ function buildCommands() { buildCommandOptions(command, arg); }, (argv) => { - console.log(argv); + command.exec(argv._, argv); } ); }
feat(cli): run gitbook commands from arg handlers
aqrln_gitbook-commander
train
js
1e9499905a51cd888e15112fc96b965c04b6bfcf
diff --git a/packages/@jxa/sdef-to-dts/bin/cmd.js b/packages/@jxa/sdef-to-dts/bin/cmd.js index <HASH>..<HASH> 100755 --- a/packages/@jxa/sdef-to-dts/bin/cmd.js +++ b/packages/@jxa/sdef-to-dts/bin/cmd.js @@ -11,12 +11,12 @@ const cli = meow(` Usage $ npx @jxa/sdef-to-dts <input> --output <output> -...
fix(sdef-to-dts): improve layout of help message
JXA-userland_JXA
train
js
c68599e131c2f1b258d5675884cdcc06fcdda279
diff --git a/src/renderer/Framebuffer.js b/src/renderer/Framebuffer.js index <HASH>..<HASH> 100644 --- a/src/renderer/Framebuffer.js +++ b/src/renderer/Framebuffer.js @@ -413,13 +413,24 @@ const Framebuffer = Class.create(/** @lends Framebuffer.prototype */ { return pixels; }, + /** + * 销毁资源 + ...
refactor: optimize multiple destroy framebuffer
hiloteam_Hilo3d
train
js
0ccb383599512a155bea95764cca8eda92517313
diff --git a/packages/application-shell/src/components/navbar/navbar.js b/packages/application-shell/src/components/navbar/navbar.js index <HASH>..<HASH> 100644 --- a/packages/application-shell/src/components/navbar/navbar.js +++ b/packages/application-shell/src/components/navbar/navbar.js @@ -18,6 +18,7 @@ import { ...
chore(navbar): keep WorldIcon for backwards compatibility (#<I>)
commercetools_merchant-center-application-kit
train
js
c8344b49b4b36b833e3aa4ccac32b0090b91381d
diff --git a/samcli/local/docker/attach_api.py b/samcli/local/docker/attach_api.py index <HASH>..<HASH> 100644 --- a/samcli/local/docker/attach_api.py +++ b/samcli/local/docker/attach_api.py @@ -3,8 +3,12 @@ Wrapper to Docker Attach API """ import struct +import logging +from socket import timeout from docker.util...
fix: Ignore socket timeouts from docker (#<I>) Socket timeouts can happen in long debug sessions or what the function runs without printing anything to the console and cause the cli to crash. We know will ignore the timeouts to allow these longer sessions in the cli.
awslabs_aws-sam-cli
train
py
103e3d17de27b6049d180953fa77c7cab7b6df1c
diff --git a/api/src/opentrons/main.py b/api/src/opentrons/main.py index <HASH>..<HASH> 100644 --- a/api/src/opentrons/main.py +++ b/api/src/opentrons/main.py @@ -93,8 +93,9 @@ async def _do_fw_update(driver, new_fw_path, new_fw_ver): async def check_for_smoothie_update(): driver = SmoothieDriver_3_0_0(robot_co...
fix(api): fix server crash due to unresponsive motor controller at boot (#<I>)
Opentrons_opentrons
train
py
771100fb7ea11fe613472a3b3af8f7549c839bb3
diff --git a/src/Lob/Lob.php b/src/Lob/Lob.php index <HASH>..<HASH> 100644 --- a/src/Lob/Lob.php +++ b/src/Lob/Lob.php @@ -36,7 +36,7 @@ class Lob $this->setApiKey($apiKey); } $this->version = $version; - $this->clientVersion = '1.5.0'; + $this->clientVersion = '1.7.1'; ...
chore(version): bump client version
lob_lob-php
train
php
e02961303e7107bb849a04b1870ad4cee30507aa
diff --git a/nfc/llcp/tco.py b/nfc/llcp/tco.py index <HASH>..<HASH> 100644 --- a/nfc/llcp/tco.py +++ b/nfc/llcp/tco.py @@ -126,8 +126,7 @@ class TransmissionControlObject(object): with self.recv_ready: try: return self.recv_queue.popleft() except IndexError: self.recv_ready.wait() - ...
fix: revert previous change for a better fix of issue 'pop from an empty deque' exception
nfcpy_nfcpy
train
py
847da6063b4c63c8133e5e5b5b45e5b4f004bdc4
diff --git a/gitlab/mixins.py b/gitlab/mixins.py index <HASH>..<HASH> 100644 --- a/gitlab/mixins.py +++ b/gitlab/mixins.py @@ -443,7 +443,7 @@ class AccessRequestMixin(object): self._update_attrs(server_data) -class ExportMixin(object): +class DownloadMixin(object): @cli.register_custom_action(("Group...
chore: rename ExportMixin to DownloadMixin
python-gitlab_python-gitlab
train
py,py
585e1277a1e8474ee77ed611be1db2bd3766d8b2
diff --git a/src/bindNotifier.js b/src/bindNotifier.js index <HASH>..<HASH> 100644 --- a/src/bindNotifier.js +++ b/src/bindNotifier.js @@ -62,8 +62,15 @@ function wrap (watchDelegate, scope, listener, objectEquality, parsedExpression) { var delegateCall = watchDelegate.bind(this, scope, listener, objectEqua...
fix(dynamicWatcher): watchDelegate arguments length check Checking the name of the given watchDelegate does not play well with a minified version of Angular. However, checking on the amount of expected arguments on the given watchDelegate we can rule out cases where we are not dealing with a oneTimeWatchDelegate.
aeisenberg_angular-bind-notifier
train
js
dca2e126554c75ba9a0e5acbf6694717e0cdcad4
diff --git a/service.js b/service.js index <HASH>..<HASH> 100755 --- a/service.js +++ b/service.js @@ -63,7 +63,7 @@ class ServiceConsul extends service.Service { get serviceDefinition() { return { name: "kronos", - id: address(), + id: this.id, port: this.listener.port, address: this.listener.host...
fix: use service.id as consul service id
Kronos-Integration_kronos-service-consul
train
js
336773ac6fe6bcf90e167709659304a5dc666f39
diff --git a/test/k8sT/Bandwidth.go b/test/k8sT/Bandwidth.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Bandwidth.go +++ b/test/k8sT/Bandwidth.go @@ -31,7 +31,7 @@ var _ = Describe("K8sBandwidthTest", func() { testClientPod = "run=netperf-client-pod" testClientHost = "run=netperf-client-host" - maxRateDeviat...
test: Increase range of accepted values for bandwidth test The bandwidth test is failing in master and PRs because the measured rate-limited bandwidth sometimes falls outside the accepted range. The accepted range is [<I>; <I>] and values sampled from failing tests are <I>, <I>, <I>, <I>, <I>, <I>, etc. Thus, increas...
cilium_cilium
train
go
0d998c269af98dbdd04fc5a311fe494cf877e4c7
diff --git a/storage/engine_measurement_schema.go b/storage/engine_measurement_schema.go index <HASH>..<HASH> 100644 --- a/storage/engine_measurement_schema.go +++ b/storage/engine_measurement_schema.go @@ -45,7 +45,7 @@ func (e *Engine) MeasurementTagValues(ctx context.Context, orgID, bucketID influ // MeasurementT...
chore(storage): Fix code documentation comments
influxdata_influxdb
train
go
fc982ebb3d2e6aea6cc24e1cd4984c04ce762db6
diff --git a/switches/checkbox/checkbox.js b/switches/checkbox/checkbox.js index <HASH>..<HASH> 100644 --- a/switches/checkbox/checkbox.js +++ b/switches/checkbox/checkbox.js @@ -7,11 +7,6 @@ import Spacings from '../../materials/spacings'; import Icons from './icons'; import styles from './checkbox.mod.css'; -cons...
fix(checkbox): removes getTextTone since text wont become red on error
commercetools_ui-kit
train
js
9e0ec8db18ccc8b148d1cac186d09b4f0d9c5b55
diff --git a/src/unixfs.proto.js b/src/unixfs.proto.js index <HASH>..<HASH> 100644 --- a/src/unixfs.proto.js +++ b/src/unixfs.proto.js @@ -20,5 +20,5 @@ module.exports = `message Data { } message Metadata { - required string MimeType = 1; + optional string MimeType = 1; }`
chore: make mimetype optional as it is in go
ipfs_js-ipfs-unixfs
train
js
e039c23aa5e89f26ba7903f7c7f4db5f03525f81
diff --git a/app/src/main/java/io/appium/uiautomator2/model/settings/AbstractSetting.java b/app/src/main/java/io/appium/uiautomator2/model/settings/AbstractSetting.java index <HASH>..<HASH> 100644 --- a/app/src/main/java/io/appium/uiautomator2/model/settings/AbstractSetting.java +++ b/app/src/main/java/io/appium/uiauto...
chore: Throw more specific exception type if setting type cast fails (#<I>)
appium_appium-uiautomator2-server
train
java
7f3732aedc126682a565308420d97efa335c14dd
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -59,7 +59,9 @@ function Hoodie (options) { }) account.on('signin', function () { - store.connect() + store.reset().then( + store.connect + ) }) return api
fix(index): reset store on signin
hoodiehq_hoodie-client
train
js
fd8d41bc3f243e2b90bb65698ee0784bbcde0c06
diff --git a/ui/src/components/select/QSelect.js b/ui/src/components/select/QSelect.js index <HASH>..<HASH> 100755 --- a/ui/src/components/select/QSelect.js +++ b/ui/src/components/select/QSelect.js @@ -1050,11 +1050,14 @@ export default Vue.extend({ this.$nextTick(() => { this.innerLoadin...
fix(QSelect): exit showPopup if it's not editable #<I> (#<I>)
quasarframework_quasar
train
js