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
bce0b9bd54de9593a47f0c04d98faf543c23b471
diff --git a/packages/cozy-scripts/config/webpack.config.manifest.js b/packages/cozy-scripts/config/webpack.config.manifest.js index <HASH>..<HASH> 100644 --- a/packages/cozy-scripts/config/webpack.config.manifest.js +++ b/packages/cozy-scripts/config/webpack.config.manifest.js @@ -2,7 +2,7 @@ const CopyPlugin = req...
fix: use correctly the environment variable in manifest config :bug:
CPatchane_create-cozy-app
train
js
c9647b98beb45388e2188bf32936ddcb00e37040
diff --git a/tests/src/Functional/InstallationTest.php b/tests/src/Functional/InstallationTest.php index <HASH>..<HASH> 100644 --- a/tests/src/Functional/InstallationTest.php +++ b/tests/src/Functional/InstallationTest.php @@ -54,7 +54,7 @@ class InstallationTest extends TestCase { 'articles', 'pages', ...
fix: adapt tests for new resource mappings
contentacms_contenta_jsonapi
train
php
34ddf784895c1d54131fdc79b572a33411df8b19
diff --git a/src/game/structures.js b/src/game/structures.js index <HASH>..<HASH> 100644 --- a/src/game/structures.js +++ b/src/game/structures.js @@ -1297,7 +1297,7 @@ exports.make = function(_runtimeData, _intents, _register, _globals) { if(Math.abs(tx-x) > C.NUKE_RANGE || Math.abs(ty-y) > C.NUKE_RANGE) { ...
fix(runtime): store refactor regression in launchNuke DEV-<I>
screeps_engine
train
js
c68f2e0f693f81580ac1ff6e14275fffccd4efb3
diff --git a/lib/readstream.js b/lib/readstream.js index <HASH>..<HASH> 100644 --- a/lib/readstream.js +++ b/lib/readstream.js @@ -84,6 +84,7 @@ class ReadStream extends Stream.Readable { } size = Math.min( this._toRead, this._readableState.highWaterMark ) this._toRead -= size + this.bytesWrit...
fix(readstream): Count & populate bytesWritten
jhermsmeier_node-udif
train
js
cbbd1b73708b6dc9cccf81d6fba4e8274968fe2e
diff --git a/packages/application-shell/src/components/quick-access/quick-access.js b/packages/application-shell/src/components/quick-access/quick-access.js index <HASH>..<HASH> 100644 --- a/packages/application-shell/src/components/quick-access/quick-access.js +++ b/packages/application-shell/src/components/quick-acce...
fix(app-shell): quick access env not always set (#<I>)
commercetools_merchant-center-application-kit
train
js
bcba50638fbd6bbc907a69381a268fb97126fc21
diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index <HASH>..<HASH> 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -182,9 +182,7 @@ module.exports = { }, // Use multi-process parallel running to improve the build speed // Default ...
perf: Reenable parallell builds
Pajn_tscomp
train
js
6f6b707e5db729a8df6ac49a756eec184b421c00
diff --git a/biz/webui/lib/index.js b/biz/webui/lib/index.js index <HASH>..<HASH> 100644 --- a/biz/webui/lib/index.js +++ b/biz/webui/lib/index.js @@ -9,8 +9,7 @@ var DONT_CHECK_PATHS = ['/cgi-bin/server-info', '/cgi-bin/show-host-ip-in-res-he var util, username, password, config; function dontCheckPaths(req) { - v...
fix: Can not input username&password when use Chrome plugin of whistle
avwo_whistle
train
js
ca0d0c92ca6ea1e6f3d1d944c81a1dca42b4d1ff
diff --git a/lib/compressors/gcc.js b/lib/compressors/gcc.js index <HASH>..<HASH> 100644 --- a/lib/compressors/gcc.js +++ b/lib/compressors/gcc.js @@ -57,6 +57,11 @@ function compressGCCJS(settings, content, callback) { var flags = { jsCode: [{ src: content }] }; flags = applyOptions(flags, settings.options); ...
fix(errors): catch more errors
srod_node-minify
train
js,js
38fe565e95681ba31e9299efd7d57b642250a196
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -11,6 +11,7 @@ var defaultOptions = require('./lib/default-options'), Instrumentor = require('./lib/instrumentor'), + AssertionVisitor = require('./lib/assertion-visitor'), EspowerError = require('./lib/espower...
feat(espower): export Instrumentor and AssertionVisitor
power-assert-js_espower
train
js
acccdc82ecbc7fdb6410e9053794587461e9cc47
diff --git a/src/toast/toastService.js b/src/toast/toastService.js index <HASH>..<HASH> 100644 --- a/src/toast/toastService.js +++ b/src/toast/toastService.js @@ -1,5 +1,5 @@ export class MdToastService { - show(message: string, displayLength: int, className?: string) { + show(message, displayLength, className?) { ...
chore(MdToastService): remove types to test ts integration
aurelia-ui-toolkits_aurelia-materialize-bridge
train
js
be9bde245e4027b2aa89fbbf9aedfacd2a4ce38f
diff --git a/packages/api-headless-cms/__tests__/copyEnvironment.test.js b/packages/api-headless-cms/__tests__/copyEnvironment.test.js index <HASH>..<HASH> 100644 --- a/packages/api-headless-cms/__tests__/copyEnvironment.test.js +++ b/packages/api-headless-cms/__tests__/copyEnvironment.test.js @@ -1,7 +1,7 @@ import m...
fix: don't skip this test suite
Webiny_webiny-js
train
js
74444aeed5ecb083a1f5694e9184bf6d9f7b0ba1
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -18,8 +18,13 @@ module.exports = function init(pkgJsonPath, callback) { var emitter = new EventEmitter(); setImmediate(function () { + // Change process.argv to just the node binary to avoid node-pre-gyp picking up any ...
fix: clear process.argv before calling node-pre-gyp If the parent process is a cli then it's possible for it to have conflicting cli flags with node-pre-gyp, by clearing process.argv we're ensuring that it doesn't pick any of these up
cb1kenobi_node-pre-gyp-init
train
js
03bbc838b982800a19dc69dc83709c2e35bee96b
diff --git a/samcli/commands/deploy/guided_context.py b/samcli/commands/deploy/guided_context.py index <HASH>..<HASH> 100644 --- a/samcli/commands/deploy/guided_context.py +++ b/samcli/commands/deploy/guided_context.py @@ -163,6 +163,8 @@ class GuidedContext: guided_config = GuidedConfig(template_file=self.tem...
fix: integration fails for PR-<I> (#<I>) * fix: Region shows as "None" after stack deploys using manual parameters * fix: Region shows as "None" after stack deploys using manual parameters * fix: Region shows as "None" after stack deploys using manual parameters * fix: Region shows as "None" after stack deplo...
awslabs_aws-sam-cli
train
py
16fa71b209e69ba726350bfc24d70eb233906ccc
diff --git a/pkg/credentials/iam_aws.go b/pkg/credentials/iam_aws.go index <HASH>..<HASH> 100644 --- a/pkg/credentials/iam_aws.go +++ b/pkg/credentials/iam_aws.go @@ -82,7 +82,7 @@ func (m *IAM) Retrieve() (Value, error) { case len(os.Getenv("AWS_WEB_IDENTITY_TOKEN_FILE")) > 0: if len(endpoint) == 0 { if len(o...
fix: AWS STS url to use https for web-identity (#<I>)
minio_minio-go
train
go
79f3f093288c79d3196aad58dd451e703705d5b6
diff --git a/sdam/server_selectors.js b/sdam/server_selectors.js index <HASH>..<HASH> 100644 --- a/sdam/server_selectors.js +++ b/sdam/server_selectors.js @@ -107,10 +107,10 @@ function tagSetReducer(readPreference, servers) { function latencyWindowReducer(topologyDescription, servers) { const low = servers.reduc...
refactor(servrer-selectors): simplify nested ternary statement
mongodb_node-mongodb-native
train
js
5ad8e4bbb38beb4ec3a67949e770c2ef7b0f8e69
diff --git a/src/guide/data-region.js b/src/guide/data-region.js index <HASH>..<HASH> 100644 --- a/src/guide/data-region.js +++ b/src/guide/data-region.js @@ -29,7 +29,7 @@ class DataRegion extends Guide { render(coord, group, data) { const self = this; // draw region - const lineLength = self.get('line...
fix: lineLength should have a default value.
antvis_component
train
js
e462aff45a049b160a723267a759977ab2507ec7
diff --git a/src/Zephyrus/Database/Core/Database.php b/src/Zephyrus/Database/Core/Database.php index <HASH>..<HASH> 100644 --- a/src/Zephyrus/Database/Core/Database.php +++ b/src/Zephyrus/Database/Core/Database.php @@ -149,7 +149,7 @@ class Database return $this->handle->lastInsertId($sequenceName); } -...
refactor: rename method
dadajuice_zephyrus
train
php
cbec36f513c40b3a7afa92ca2d6c02f1e2a5c9c1
diff --git a/docs/.vuepress/codesandbox.js b/docs/.vuepress/codesandbox.js index <HASH>..<HASH> 100644 --- a/docs/.vuepress/codesandbox.js +++ b/docs/.vuepress/codesandbox.js @@ -10,7 +10,7 @@ const PACKAGE_JSON = { "lint": "vue-cli-service lint" }, "dependencies": { - "vee-validate": "3.0.11", + "vee-...
docs: upgraded vee-validate range for codesandbox forker
baianat_vee-validate
train
js
2685e1357f457757c3fa3f5d84a837ed9a51b646
diff --git a/lib/middleware/karma.js b/lib/middleware/karma.js index <HASH>..<HASH> 100644 --- a/lib/middleware/karma.js +++ b/lib/middleware/karma.js @@ -179,6 +179,10 @@ var createKarmaMiddleware = function ( var filePath = file.path var fileExt = path.extname(filePath) + if (!f...
fix(middleware): does not work with mootools (#<I>) Change karma.js to check for own property during for...in loop Because mootools adds functions to the array prototype, the use of for..in will get more than the array elements.
karma-runner_karma
train
js
eedfc6525da4d9a7e28b06f79a31d7cb2d91e443
diff --git a/internal/pipe/scoop/scoop.go b/internal/pipe/scoop/scoop.go index <HASH>..<HASH> 100644 --- a/internal/pipe/scoop/scoop.go +++ b/internal/pipe/scoop/scoop.go @@ -9,6 +9,7 @@ import ( "path/filepath" "strings" + "github.com/apex/log" "github.com/goreleaser/goreleaser/internal/artifact" "github.com...
chore: add debug log to scoop copied from #<I>
goreleaser_goreleaser
train
go
c9ee598ac9b25fc5a0a4d10276d67cce481c2a2a
diff --git a/superset/security/manager.py b/superset/security/manager.py index <HASH>..<HASH> 100644 --- a/superset/security/manager.py +++ b/superset/security/manager.py @@ -254,11 +254,11 @@ class SupersetSecurityManager(SecurityManager): :param datasource: The Superset datasource :returns: Whether ...
fix(security): can_access with None crashes on builtin roles (#<I>)
apache_incubator-superset
train
py
ddde4a4051f13056888ef7fb0386d93ec7d32da3
diff --git a/scheduler/coreos.py b/scheduler/coreos.py index <HASH>..<HASH> 100644 --- a/scheduler/coreos.py +++ b/scheduler/coreos.py @@ -304,6 +304,8 @@ CONTAINER_TEMPLATE = [ {"section": "Service", "name": "ExecStart", "value": '''/bin/sh -c "IMAGE=$(etcdctl get /deis/registry/host 2>&1):$(etcdctl get /deis/reg...
feat(controller): restart the app if there is a failure.
deis_controller-sdk-go
train
py
ff94242f9fc4a692a7510bc11dea7cf24938e706
diff --git a/lib/ditty/controllers/component.rb b/lib/ditty/controllers/component.rb index <HASH>..<HASH> 100644 --- a/lib/ditty/controllers/component.rb +++ b/lib/ditty/controllers/component.rb @@ -18,17 +18,22 @@ module Ditty dataset.first(settings.model_class.primary_key => id) end - after do - ...
feat: Allow controllers to bypass policy verification
EagerELK_ditty
train
rb
b16bcb4c085ea937dad79485c3cf6bb2d1c7bc37
diff --git a/mapillary_tools/exif_read.py b/mapillary_tools/exif_read.py index <HASH>..<HASH> 100644 --- a/mapillary_tools/exif_read.py +++ b/mapillary_tools/exif_read.py @@ -137,9 +137,15 @@ class ExifRead: ''' Extract altitude ''' + altitude_ref = { + 0: 1, + 1:...
fix: multiply altitude with the reference
mapillary_mapillary_tools
train
py
43c27735ed1ae3285c103f5543983c03925297fc
diff --git a/src/plugin/commit/index.js b/src/plugin/commit/index.js index <HASH>..<HASH> 100644 --- a/src/plugin/commit/index.js +++ b/src/plugin/commit/index.js @@ -52,7 +52,7 @@ function commit (commitMsg, gitArgs) { return exec(`git commit ${gitArgs} -m '${commitMsg}'`) .then(({ code, out }) => { if ...
fix(northbrook): fix type in commit output
northbrookjs_northbrook
train
js
8e342f2e147d3d1147f4f52f184130ee80c9f1bd
diff --git a/lib/renderers/Renderer.js b/lib/renderers/Renderer.js index <HASH>..<HASH> 100644 --- a/lib/renderers/Renderer.js +++ b/lib/renderers/Renderer.js @@ -21,7 +21,7 @@ class Renderer { } renderDuration (task) { - return task.totalTime ? `${task.totalTime}s` : '' + return task.totalTime !== null ?...
fix(log): render durations when 0s
hjvedvik_tasks
train
js
4762bf997c39c92fd3377ba9a91457d348f78119
diff --git a/wechatsogou/identify_image.py b/wechatsogou/identify_image.py index <HASH>..<HASH> 100644 --- a/wechatsogou/identify_image.py +++ b/wechatsogou/identify_image.py @@ -68,6 +68,7 @@ def unlock_sogou_callback_example(url, req, resp, img, identify_image_callback): 'Referer': 'http://weixin.sogou.com/a...
fix: unlock request encoding (#<I>)
Chyroc_WechatSogou
train
py
d8d20b26b2a0d6ff4c0861790cfa3a73279ad5c1
diff --git a/components/Slider/Slider.js b/components/Slider/Slider.js index <HASH>..<HASH> 100644 --- a/components/Slider/Slider.js +++ b/components/Slider/Slider.js @@ -1,4 +1,3 @@ -var cx = require('classnames'); var React = require('react'); var Nouislider = require('react-nouislider'); @@ -14,7 +13,7 @@ class ...
fix(Slider): cssClasses.body handled by headerFooter HOC
algolia_instantsearch.js
train
js,js
f80afae87437ef05d2d727bb149149e379517300
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -1,17 +1,20 @@ # -*- coding: utf-8 -*- import cpsk import sys -reload(sys) -sys.setdefaultencoding("utf-8") + + +if (sys.version).startswith('2'): + reload(sys) + sys.setdefaultencoding("utf-8") bus_routes = cpsk.get_r...
test: possibility of running test in py2
Adman_python-cpsk-api
train
py
b930e7f5bf926ecf67bad6f93b0a309c060ad158
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -46,20 +46,20 @@ export function startOf(d, unit, firstOfWeek) { d = new Date(d) switch (unit) { - case 'century': - case 'decade': - case 'year': + case CENTURY: + case DECADE: + case YEAR: ...
chore: reuse constants (#<I>)
jquense_date-math
train
js
b0908fc7013798ac5b776ac64e500f9a04db09d1
diff --git a/src/server/Uploader.js b/src/server/Uploader.js index <HASH>..<HASH> 100644 --- a/src/server/Uploader.js +++ b/src/server/Uploader.js @@ -52,7 +52,7 @@ class Uploader extends EventEmitter { }) // avoid flooding the client with progress events. - const roundedPercentag...
fix: use floor so <I>% is not excluded fromsent progress
transloadit_uppy-server
train
js
3b0249c0ceffce8e70c31737d98c543cbcd9827a
diff --git a/src/u/uncaught.js b/src/u/uncaught.js index <HASH>..<HASH> 100644 --- a/src/u/uncaught.js +++ b/src/u/uncaught.js @@ -76,7 +76,9 @@ exports = { }; if (isBrowser) { - window.addEventListener('error', callListeners); + window.addEventListener('error', event => { + callListeners(event.er...
fix(uncaught): pass error object instead of event
liriliri_licia
train
js
8e3645e7bcd9df71aaaaf1c5161b9fd92c4310c9
diff --git a/src/files.js b/src/files.js index <HASH>..<HASH> 100644 --- a/src/files.js +++ b/src/files.js @@ -436,7 +436,9 @@ module.exports = (common) => { return ipfs.files.cat(smallFile.cid + '/does-not-exist') .catch((err) => { expect(err).to.exist() - expect(err.message...
fix: cat not found message in go-ipfs (#<I>)
ipfs_interface-js-ipfs-core
train
js
e9dc36d13dbfb7cb8f3d98063a19059f343863a1
diff --git a/lib/player.js b/lib/player.js index <HASH>..<HASH> 100644 --- a/lib/player.js +++ b/lib/player.js @@ -1823,6 +1823,7 @@ shaka.Player = class extends shaka.util.FakeEventTarget { this.currentTextLanguage_ = this.config_.preferredTextLanguage; this.currentTextRole_ = this.config_.preferredTextRol...
fix: Reset forced subs between loads Just as we reset text language and role, we should also reset forced sub state between load() calls. Discovered while debugging PR #<I>. Change-Id: I<I>ef<I>cb6b<I>e<I>ee<I>b<I>a<I>
google_shaka-player
train
js
797919e5052fe8c088cc147628d900dca2ed39df
diff --git a/demos/live/01-write-file.js b/demos/live/01-write-file.js index <HASH>..<HASH> 100644 --- a/demos/live/01-write-file.js +++ b/demos/live/01-write-file.js @@ -23,8 +23,10 @@ const logger = ({ action }) => { } // Make the fileRenderer responsible for certain actions -agent.addRenderer(fileRenderer) agen...
docs: Live Demo <I> Show how to make renders serially with minimal code change
deanius_antares
train
js
d9a6a2438bfd2c9337d2b0002477f6241177e742
diff --git a/test/spec/geo/ui/infowindow-view.spec.js b/test/spec/geo/ui/infowindow-view.spec.js index <HASH>..<HASH> 100644 --- a/test/spec/geo/ui/infowindow-view.spec.js +++ b/test/spec/geo/ui/infowindow-view.spec.js @@ -1,5 +1,6 @@ var $ = require('jquery'); var Backbone = require('backbone'); +var _ = require('un...
test: adapt to new debounced methods in infowindow-view
CartoDB_carto.js
train
js
730626480d6eb7131e7a5de28041eb6d920c23f7
diff --git a/src/pages/ExtensibleSearchPage.php b/src/pages/ExtensibleSearchPage.php index <HASH>..<HASH> 100644 --- a/src/pages/ExtensibleSearchPage.php +++ b/src/pages/ExtensibleSearchPage.php @@ -432,6 +432,10 @@ class ExtensibleSearchPage extends \Page { // Determine the search engine specific selectable fields...
fix(ExtensibleSearchPage): Fix bug where null returned values from getSelectedFields() does not work. (#<I>)
nglasl_silverstripe-extensible-search
train
php
92e8deb9822dc5ed34b87db6b7316ac0a16456d0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -106,6 +106,7 @@ setup( 'sentry.apps': [ 'hipchat_ac = sentry_plugins.hipchat_ac', 'jira_ac = sentry_plugins.jira_ac', + 'jira = sentry_plugins.jira', 'sessionstack = ...
fix: Add jira back into sentry.apps to be collected to statics
getsentry_sentry-plugins
train
py
2ec2382409e705a49587999f8bb5fae57aa5e540
diff --git a/.cz-config.js b/.cz-config.js index <HASH>..<HASH> 100644 --- a/.cz-config.js +++ b/.cz-config.js @@ -7,6 +7,7 @@ module.exports = { {value: 'refactor', name: 'refactor: A code change that neither fixes a bug nor adds a feature'}, {value: 'test', name: 'test: Add tests only'}, {value...
chore(META): introduce new commit type: 'release'
cyclejs_cyclejs
train
js
550c95c4ca66f53b825e2c73f08fe7ba5cb6c181
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -9,6 +9,3 @@ module.exports['Subscription'] = require('./common/subscription') module.exports['patchUtils'] = require('./common/patchUtils') module.exports['patchCommon'] = require('./common/patchCommon') mo...
fix: remove TransportMock from the public API.
opbeat_opbeat-js-core
train
js
85419cb36f7f0bb7e1b22a7b582b2b48da0b56c1
diff --git a/Jakefile.js b/Jakefile.js index <HASH>..<HASH> 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -108,7 +108,7 @@ task('lint', {async: true}, function() { }) desc(`Run tests (recompile if necessary).`) -task('test', ['compile'], {async: true}, function() { +task('test', ['compile', 'build-rimuc'], {async: ...
chore: Rebuild rimuc before running tests.
srackham_rimu
train
js
0a8e9355778ccdb4c0735bfb76c08c4255034c62
diff --git a/packages/cozy-stack-client/src/SharingCollection.js b/packages/cozy-stack-client/src/SharingCollection.js index <HASH>..<HASH> 100644 --- a/packages/cozy-stack-client/src/SharingCollection.js +++ b/packages/cozy-stack-client/src/SharingCollection.js @@ -97,13 +97,10 @@ export default class SharingCollectio...
fix: Changed revokeRecipient() signature
cozy_cozy-client
train
js
6818763a9e772781c7902f94b2ee70a2afd0e748
diff --git a/packages/timestamp/src/stylesheet.js b/packages/timestamp/src/stylesheet.js index <HASH>..<HASH> 100644 --- a/packages/timestamp/src/stylesheet.js +++ b/packages/timestamp/src/stylesheet.js @@ -1,20 +1,15 @@ -export default function stylesheet(props, themeData, theme) { +export default function stylesheet(...
fix: stop using deprecated theme-data roles
Autodesk_hig
train
js
00d5b7b02ebd39214c293ab698b679574df7a1ac
diff --git a/packages/ui-elements/src/components/Progress/ProgressBar/theme.js b/packages/ui-elements/src/components/Progress/ProgressBar/theme.js index <HASH>..<HASH> 100644 --- a/packages/ui-elements/src/components/Progress/ProgressBar/theme.js +++ b/packages/ui-elements/src/components/Progress/ProgressBar/theme.js @...
fix(ui-elements): remove gradiant from HCM progress refs: INSTUI-<I> TEST PLAN: - ensure NON-HCM matches what is live (no changes should have occurred) - ensure HCM does not render a gradiant but rather a solid bar Change-Id: Ice<I>a<I>a1f<I>caa<I>cf9f<I>ee Reviewed-on: <URL>
instructure_instructure-ui
train
js
fa868efbf691df0ccbd442441cfb07c7c4c70a48
diff --git a/ndb.js b/ndb.js index <HASH>..<HASH> 100755 --- a/ndb.js +++ b/ndb.js @@ -34,7 +34,8 @@ updateNotifier({pkg: require('./package.json')}).notify(); userDataDir: await setupUserDataDir(configDir), args: [ '--app=data:text/html,<style>html{background:#242424;}</style>', - '--enable-featu...
fix(startup): run pptr with --no-sandbox flag (#<I>) This flag may produce error at start on some Linux distributions. At the same time we control what code is executed in browser and expose some capabilities like way to run node process so sandboxing is not as usefull as it is inside Chrome. Fixes #<I>
GoogleChromeLabs_ndb
train
js
f8a92e62d9d5488d7904a2a4cdf6274aa1e932c0
diff --git a/lib/Bacon/Presenter/Html.php b/lib/Bacon/Presenter/Html.php index <HASH>..<HASH> 100644 --- a/lib/Bacon/Presenter/Html.php +++ b/lib/Bacon/Presenter/Html.php @@ -74,7 +74,7 @@ class Html extends \Bacon\Presenter $translator = new Translator($locale, new MessageSelector()); $translator->addLoader(...
fix(locales): fixed locale file selection not being used
Brainsware_bacon
train
php
047546692990cffc6d7285c2ca5de545ceb55f8e
diff --git a/packages/webpack/index.js b/packages/webpack/index.js index <HASH>..<HASH> 100644 --- a/packages/webpack/index.js +++ b/packages/webpack/index.js @@ -2,9 +2,9 @@ const { initialize } = require('@untool/core'); -const createAgentMiddleware = require('./lib/middleware/agent'); -const createWebpackMiddle...
fix(webpack): import middleware from correct folder
untool_untool
train
js
743a6b98ff9d76d2b2f13ed28bca22b46cd4c61b
diff --git a/packages/xod-project/src/patchPathUtils.js b/packages/xod-project/src/patchPathUtils.js index <HASH>..<HASH> 100644 --- a/packages/xod-project/src/patchPathUtils.js +++ b/packages/xod-project/src/patchPathUtils.js @@ -175,11 +175,11 @@ const deferNodeSpecializationRegExp = new RegExp( ); // :: PatchPat...
fix(xod-project): fix recognition of legacy defer nodes Closes #<I>
xodio_xod
train
js
7f3ba14e7ad393660cfc5817e7b85931af764a21
diff --git a/scripts/prepublish.js b/scripts/prepublish.js index <HASH>..<HASH> 100644 --- a/scripts/prepublish.js +++ b/scripts/prepublish.js @@ -41,7 +41,7 @@ function validateFile(fileName) { let res; if (env.isWindows) { - const output = exec(`certutil -hashfile ${fileName} sha1`).split('\r\n'); ...
fix: `certutil` HashAlgorithm arg should be PASCAL
yfinkelstein_node-zookeeper
train
js
1c36d8e28a88aa115a07db707eca0e8da7532cb8
diff --git a/packages/availity-workflow-react/webpack.config.js b/packages/availity-workflow-react/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/availity-workflow-react/webpack.config.js +++ b/packages/availity-workflow-react/webpack.config.js @@ -5,6 +5,7 @@ const exists = require('exists-sync'); const...
feat(availity-workflow-react): add webpack DuplicatePackageCheckerPlugin to development
Availity_availity-workflow
train
js
cd4bacf042285ac0cf3c2756fb30c8d72be42a8e
diff --git a/packages/cli-plugin-deploy-pulumi/pulumi/run.js b/packages/cli-plugin-deploy-pulumi/pulumi/run.js index <HASH>..<HASH> 100644 --- a/packages/cli-plugin-deploy-pulumi/pulumi/run.js +++ b/packages/cli-plugin-deploy-pulumi/pulumi/run.js @@ -1,8 +1,12 @@ const execa = require("execa"); const { PULUMI_BINARY_...
fix: ensure Pulumi is installed
Webiny_webiny-js
train
js
ee1cebaa139fff885be989f359482f5a404b593e
diff --git a/test/get-confirmed-block.test.js b/test/get-confirmed-block.test.js index <HASH>..<HASH> 100644 --- a/test/get-confirmed-block.test.js +++ b/test/get-confirmed-block.test.js @@ -11,19 +11,19 @@ test('verify getConfirmedBlock', () => { const recentBlockhash = account1.publicKey.toBase58(); // Fake recent...
fix: use new syntax in gcb test
solana-labs_solana-web3.js
train
js
f2b267c079dd8aa7277910471f3db2f88af6efb2
diff --git a/packages/discord.js/src/structures/Message.js b/packages/discord.js/src/structures/Message.js index <HASH>..<HASH> 100644 --- a/packages/discord.js/src/structures/Message.js +++ b/packages/discord.js/src/structures/Message.js @@ -835,7 +835,7 @@ class Message extends Base { */ fetch(force = true) { ...
fix(Message): force fetching (#<I>)
discordjs_discord.js
train
js,js
aae6bad167de7743a2eb5e194865e70790d88af8
diff --git a/cmd.go b/cmd.go index <HASH>..<HASH> 100644 --- a/cmd.go +++ b/cmd.go @@ -26,7 +26,7 @@ import ( func WrapCommand(fn func(cmd *cobra.Command, args []string) error) func(cmd *cobra.Command, args []string) { return func(cmd *cobra.Command, args []string) { if err := fn(cmd, args); err != nil { - fmt....
feat(cmd): print extra new line after error
ipfn_go-ipfn-cmd-util
train
go
304b144299b64ad0c12e1377591aa4d051fe7445
diff --git a/src/Hodor/MessageQueue/Message.php b/src/Hodor/MessageQueue/Message.php index <HASH>..<HASH> 100644 --- a/src/Hodor/MessageQueue/Message.php +++ b/src/Hodor/MessageQueue/Message.php @@ -43,7 +43,7 @@ class Message if ($this->amqp_message->has('content_type') && 'application/json' === ...
fix(mq): generate an array with json_decode Rather than generating an object, we want json_decode to return an array
lightster_hodor
train
php
4a399ee2f5a6187a4d191d234b860db222c77263
diff --git a/boot/settings.js b/boot/settings.js index <HASH>..<HASH> 100644 --- a/boot/settings.js +++ b/boot/settings.js @@ -8,11 +8,21 @@ var cwd = process.cwd() , path = require('path') , keys = require(path.join(__dirname, 'keys')) , pkg = require(path.join(__dirname, '..', 'package.json...
feat(settings): print readable message when configuration file is malformed
anvilresearch_connect
train
js
e7ad3cd33f64e93c3298826d1d4600b34f6d010c
diff --git a/cluster.go b/cluster.go index <HASH>..<HASH> 100644 --- a/cluster.go +++ b/cluster.go @@ -32,7 +32,9 @@ func (c *Client) SetClusterName(cn ClusterName) (res *http.Response, err error) return nil, err } - res, err = executeRequest(c, req) + if res, err = executeRequest(c, req); err != nil { + retur...
fix: error in SetClusterName request execution was never returned
michaelklishin_rabbit-hole
train
go
2bb097ffb25d5775319b465bf6d7eb25ab86bc56
diff --git a/lib/Match.js b/lib/Match.js index <HASH>..<HASH> 100644 --- a/lib/Match.js +++ b/lib/Match.js @@ -176,8 +176,12 @@ Match.prototype.stringifyRules = function(rule, base) { return rules; }; +Match.prototype.length = function() { + return this.rules.length; +}; + Match.prototype.toString = functio...
feat(Match): add packer rule length fun
xgfe_freepack
train
js
845dbdae5abe62588f0974913eac8717c30b905f
diff --git a/src/node.js b/src/node.js index <HASH>..<HASH> 100644 --- a/src/node.js +++ b/src/node.js @@ -36,9 +36,9 @@ import { MissingParamError, UnsupportedVersionError } from './utils/errors' */ export function getNetworkId ({ networkId, force = false } = {}) { const res = networkId || this.networkId || this...
refactor: getNetworkId
aeternity_aepp-sdk-js
train
js
80ebfa36ef8beecac5970e3792fbcb864a60c42d
diff --git a/lib/plugin.js b/lib/plugin.js index <HASH>..<HASH> 100644 --- a/lib/plugin.js +++ b/lib/plugin.js @@ -1,7 +1,6 @@ /* eslint-disable import/no-extraneous-dependencies */ const merge = require('deepmerge'); const Promise = require('bluebird'); -const Chunk = require('webpack/lib/Chunk'); const SVGCompile...
fix: don't create additional chunk for sprite Closes: #<I>
kisenka_svg-sprite-loader
train
js
a55cb36f8ea4f187f4fca884459657e292a485e3
diff --git a/src/build.js b/src/build.js index <HASH>..<HASH> 100644 --- a/src/build.js +++ b/src/build.js @@ -192,7 +192,7 @@ function getEslintSettings({commonjs, es2017, esmodules, typescript}){ 'no-shadow-restricted-names': 'error', 'no-undef': 'error', 'no-undef-init': 'error', - 'no-undefined': 'err...
feat: Disable `no-undefined` rule It's obsolete because `undefined` is read-only in ES5+.
wildpeaks_packages-eslint-config
train
js
3916bc24b8529526c0c1d39706639395e9ed01ef
diff --git a/lib/rules/index.js b/lib/rules/index.js index <HASH>..<HASH> 100644 --- a/lib/rules/index.js +++ b/lib/rules/index.js @@ -188,6 +188,7 @@ function getScriptContext(req, res, body) { headers: headers, reqHeaders: headers, body: body, + reqScriptData: {}, res: null }; ...
feat: Add reqScriptData for transferring data
avwo_whistle
train
js,js
4e0123f146c81f15abb49bac00cd63834c131792
diff --git a/lib/bundle.js b/lib/bundle.js index <HASH>..<HASH> 100644 --- a/lib/bundle.js +++ b/lib/bundle.js @@ -135,7 +135,9 @@ function inventory$Ref ($refParent, $refKey, path, pathFromRoot, indirections, i }); // Recursively crawl the resolved value - crawl(pointer.value, null, pointer.path, pathFromRoot...
fix: do not re-crawl unless necessary
APIDevTools_json-schema-ref-parser
train
js
c3be48cd7966c04fd9c4aa7a054d19f1428a7fbb
diff --git a/lib/init.js b/lib/init.js index <HASH>..<HASH> 100644 --- a/lib/init.js +++ b/lib/init.js @@ -69,7 +69,7 @@ function init (hoodie) { } }) }) - hoodie.connectionStatus.on('connect', function () { + hoodie.connectionStatus.on('reconnect', function () { hoodie.account.get('session') ...
fix: start sync on reconnect event (#<I>)
hoodiehq_hoodie-client
train
js
d011c688fef470a7ca7dc63963cf9c2b7aefe54c
diff --git a/version.go b/version.go index <HASH>..<HASH> 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package gentleman // Version defines the package semantic version -const Version = "1.0.3" +const Version = "1.0.4"
feat(version): bump to <I>
h2non_gentleman
train
go
5d3393762a7a7634781757023f17c12169a7d265
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -18,7 +18,7 @@ function pitch() { emitError: this.emitError, emitWarning: this.emitWarning, resolve: this.resolve, - optionsContext: this.options.context, + optionsContext: this.rootContext...
fix(index): add `webpack >= <I>` support (#<I>)
webpack-contrib_thread-loader
train
js
26abb8f60a8b4026bdb53c0d89f4dc0b22f87500
diff --git a/_config/task.local-server.js b/_config/task.local-server.js index <HASH>..<HASH> 100644 --- a/_config/task.local-server.js +++ b/_config/task.local-server.js @@ -2,6 +2,8 @@ 'use strict'; +var path = require('path'); + function getTaskConfig(projectConfig) { //Browser Sync options object //https:...
feat: Update config after real world testing :)
cartridge_cartridge-local-server
train
js
eddfd4d20a62d11133687843b52f7095c5c88118
diff --git a/packages/cli/src/commands/config/config.js b/packages/cli/src/commands/config/config.js index <HASH>..<HASH> 100644 --- a/packages/cli/src/commands/config/config.js +++ b/packages/cli/src/commands/config/config.js @@ -7,9 +7,9 @@ function isValidRNDependency(config) { return ( Object.keys(config.pl...
fix: safe check for `config` command (#<I>)
react-native-community_cli
train
js
2b0af133484f5f341c3dda75ac4097fcd4b759fa
diff --git a/tests/system/Cache/Handlers/FileHandlerTest.php b/tests/system/Cache/Handlers/FileHandlerTest.php index <HASH>..<HASH> 100644 --- a/tests/system/Cache/Handlers/FileHandlerTest.php +++ b/tests/system/Cache/Handlers/FileHandlerTest.php @@ -187,7 +187,10 @@ final class BaseTestFileHandler extends FileHandler ...
fix: fixed an issue where directory was specified at the point where file should be specified.
codeigniter4_CodeIgniter4
train
php
4744fc01f89a0d2aa8c5c2e7e2a6fe6d1fcc24f0
diff --git a/components/tabs/tab.js b/components/tabs/tab.js index <HASH>..<HASH> 100644 --- a/components/tabs/tab.js +++ b/components/tabs/tab.js @@ -24,10 +24,10 @@ export default class Tab extends Intact { } } - _isActive() { - const value = this.get('value'); - return value !== unde...
chore(Tabs): remove redundant codes
ksc-fe_kpc
train
js
26c978c4654624af5090dc4637c8dc979fbb6c90
diff --git a/src/structures/PermissionOverwrites.js b/src/structures/PermissionOverwrites.js index <HASH>..<HASH> 100644 --- a/src/structures/PermissionOverwrites.js +++ b/src/structures/PermissionOverwrites.js @@ -24,8 +24,15 @@ class PermissionOverwrites { this.id = data.id; /** + * The type of a perm...
docs: Small doc improvement for PermissionOverwrites (#<I>) Just so people know what the possible types are.
discordjs_discord.js
train
js
19cbe129649bd575cfab55053baba17800674ff0
diff --git a/browserstack.browsers.js b/browserstack.browsers.js index <HASH>..<HASH> 100644 --- a/browserstack.browsers.js +++ b/browserstack.browsers.js @@ -1,9 +1,9 @@ const browserstackBrowsers = { // iOS - iphone: { + ipad: { os: 'ios', - os_version: '9.1', - device: 'iPhone 6S', + os_version: ...
fix(browserstack): use iPad instead of iPhone this should help with cases where the Karma test fixture is pushed offscreen when there are lots of "Browser <x> is executing" rows.
skatejs_build
train
js
b649777db7e124d0a60a0a694f82b371bc11e46f
diff --git a/test/throttle.js b/test/throttle.js index <HASH>..<HASH> 100644 --- a/test/throttle.js +++ b/test/throttle.js @@ -4,38 +4,38 @@ module.exports = function (t, a, d) { var called = 0; var fn = t(function () { ++called; - }, 50); + }, 100); fn(); a(called, 1); fn(); fn(); a(called, 1); - //...
test: increase time gaps to reduce race conditions
medikoo_timers-ext
train
js
00ad7bf9d9576ef0efc0ea834406bf69293d1d1d
diff --git a/lib/rivets/binders.js b/lib/rivets/binders.js index <HASH>..<HASH> 100644 --- a/lib/rivets/binders.js +++ b/lib/rivets/binders.js @@ -131,6 +131,9 @@ const binders = { } } else if (getString(value) !== getString(el.value)) { el.value = defined(value) ? value : '' + t...
fix: Add event on input binding (not sure of the event name)
nodys_elastomer
train
js
09a465ac888c947fd8119a57f27c54c370694ee4
diff --git a/packages/pwa-utils/index.js b/packages/pwa-utils/index.js index <HASH>..<HASH> 100755 --- a/packages/pwa-utils/index.js +++ b/packages/pwa-utils/index.js @@ -9,7 +9,7 @@ function isUrl (url) { } function joinUrl (...args) { - return path.join(...args) + return path.join(...args).replace(':/', '://') ...
fix(pwa-utils): ensure joinUrl not modifying scheme part
nuxt-community_pwa-module
train
js,js
1e63f3756e814d6b1a2a9c17af9c2b28ce37e472
diff --git a/src/structures/Message.js b/src/structures/Message.js index <HASH>..<HASH> 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -550,7 +550,7 @@ class Message extends Base { * .catch(console.error); */ delete(options = {}) { - if (typeof options !== 'object') throw new ...
fix(Message): use Promise#reject instead of Throw on Message#delete (#<I>)
discordjs_discord.js
train
js
d24f4d335470d664a019763e9f3780f339120de2
diff --git a/packages/example-usecase/webpack.config.js b/packages/example-usecase/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/example-usecase/webpack.config.js +++ b/packages/example-usecase/webpack.config.js @@ -24,7 +24,8 @@ module.exports = { 'NODE_ENV': JSON.stringify('production') ...
feat(example): Remove dev code in production
lingui_js-lingui
train
js
2c038fe28b121bb63a8ae644cc25f098c8d78583
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,6 +54,9 @@ html_context = { } } +# Output file base name for HTML help builder. +htmlhelp_basename = 'crud-users' + # Grouping the document tree into LaTeX files. List of tuples # (source start fi...
docs: move custom setting up
FriendsOfCake_crud-users
train
py
f80510e6a008166dd1505599c15598948a37b184
diff --git a/wireprotocol/3_2_support.js b/wireprotocol/3_2_support.js index <HASH>..<HASH> 100644 --- a/wireprotocol/3_2_support.js +++ b/wireprotocol/3_2_support.js @@ -372,12 +372,6 @@ WireProtocol.prototype.command = function(bson, ns, cmd, cursorState, topology, return query; } - // optionally decorate...
refactor(wire-protocol): `decorateWithSessionsData` called twice This method is already called in all other paths in `command`.
mongodb_node-mongodb-native
train
js
505c9f8039fc94607905336fe9ca4683b0c1e84b
diff --git a/test/Prefixer.js b/test/Prefixer.js index <HASH>..<HASH> 100644 --- a/test/Prefixer.js +++ b/test/Prefixer.js @@ -4,7 +4,7 @@ const globalCssValues = ['inherit', 'initial', 'unset', 'revert', 'revert-layer' describe('Prefixer', () => { test('flex-box', () => { - globalCssValues.forEach(v => expect(pr...
test: cover all `display`
thysultan_stylis.js
train
js
6d942a84da5f9a07ea1fac96ec0667ded623be60
diff --git a/tests/test_util.py b/tests/test_util.py index <HASH>..<HASH> 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -30,8 +30,6 @@ class TestUtil(unittest.TestCase): tabula.file_util.localize_file(uri, user_agent=user_agent) mock_fun.assert_called_with(uri, user_agent) - moc...
fix: Remove assert_called for Python <I> compatibility
chezou_tabula-py
train
py
9d36c13a6acc3a03241c25a79de0255ae1662a16
diff --git a/examples/gh-pages/webpack.config.js b/examples/gh-pages/webpack.config.js index <HASH>..<HASH> 100644 --- a/examples/gh-pages/webpack.config.js +++ b/examples/gh-pages/webpack.config.js @@ -62,6 +62,7 @@ clientConfig = { ], }, plugins: [ + new webpack.EnvironmentPlugin("NODE_ENV"), new E...
chore(examples): EnvironmentPlugin for NODE_ENV to webpack.config.js
tomchentw_react-google-maps
train
js
b88cd08177191aa2f94b3d4d5e38b43d1fc227e6
diff --git a/pkg/services/accesscontrol/models.go b/pkg/services/accesscontrol/models.go index <HASH>..<HASH> 100644 --- a/pkg/services/accesscontrol/models.go +++ b/pkg/services/accesscontrol/models.go @@ -95,6 +95,9 @@ func (r RoleDTO) GetDisplayName() string { if r.IsFixed() && r.DisplayName == "" { r.DisplayNa...
feat: fallback for displayname of non-fixed role without displayname (#<I>)
grafana_grafana
train
go
35224067642085e45b145c9d35119a7a27738561
diff --git a/apps/actor-web/gulpfile.babel.js b/apps/actor-web/gulpfile.babel.js index <HASH>..<HASH> 100644 --- a/apps/actor-web/gulpfile.babel.js +++ b/apps/actor-web/gulpfile.babel.js @@ -44,6 +44,7 @@ gulp.task("webpack-dev-server", function(callback) { new WebpackDevServer(webpack(myConfig), { publicPath: ...
chore(web): historyApiFallback: true for webpack-dev-server
actorapp_actor-platform
train
js
b1d6cfe9a148caed611a27a57c928457eb3b2b7b
diff --git a/node-tests/unit/commands/serve-test.js b/node-tests/unit/commands/serve-test.js index <HASH>..<HASH> 100644 --- a/node-tests/unit/commands/serve-test.js +++ b/node-tests/unit/commands/serve-test.js @@ -68,6 +68,10 @@ describe('Serve Command', () => { tasks.push('serve-bash'); return Promi...
fix(tests): stub serve hang so it doesnt hang test
isleofcode_ember-cordova
train
js
e28262d58b9d527481f457e7081cdafd14c19f90
diff --git a/packages/namer/index.js b/packages/namer/index.js index <HASH>..<HASH> 100644 --- a/packages/namer/index.js +++ b/packages/namer/index.js @@ -26,7 +26,7 @@ module.exports = function() { } // Keep adding letters until we're done - while(id > length) { + while(id >= length) ...
fix: file <I> would get "undefined" as a name
tivac_modular-css
train
js,js
a349c5253233c3c064b5a0b2247638ed01b38657
diff --git a/packages/pob/lib/generators/monorepo/index.js b/packages/pob/lib/generators/monorepo/index.js index <HASH>..<HASH> 100644 --- a/packages/pob/lib/generators/monorepo/index.js +++ b/packages/pob/lib/generators/monorepo/index.js @@ -108,12 +108,18 @@ module.exports = class PobMonorepoGenerator extends Generat...
fix: missing husky + old-deps in monorepo
christophehurpeau_pob-lerna
train
js
be28dc5abc57a7d30cdf18d2a12da0aa053f5cc5
diff --git a/intranet/apps/users/models.py b/intranet/apps/users/models.py index <HASH>..<HASH> 100644 --- a/intranet/apps/users/models.py +++ b/intranet/apps/users/models.py @@ -350,8 +350,10 @@ class User(AbstractBaseUser, PermissionsMixin): """ tj_email = self.tj_email - if self.primary_em...
refactor(users): improve efficiency of email properties slightly
tjcsl_ion
train
py
3025340563bfe409fc91161c00e0e9eb162d5b55
diff --git a/tests/cli/test_integration_datasets.py b/tests/cli/test_integration_datasets.py index <HASH>..<HASH> 100644 --- a/tests/cli/test_integration_datasets.py +++ b/tests/cli/test_integration_datasets.py @@ -1390,7 +1390,7 @@ def test_update_with_multiple_remotes_and_ref(runner, client): @retry_failed def test...
chore: fix IT due to deleted requirements-devel.txt (#<I>)
SwissDataScienceCenter_renku-python
train
py
1db6069f743716d667a387e92e86ca371ab24e60
diff --git a/tests/integ/test_huggingface.py b/tests/integ/test_huggingface.py index <HASH>..<HASH> 100644 --- a/tests/integ/test_huggingface.py +++ b/tests/integ/test_huggingface.py @@ -68,8 +68,9 @@ def test_huggingface_training( hf.fit(train_input) -@pytest.mark.skip( - reason="need to re enable it l...
fix: skip hf inference test (#<I>)
aws_sagemaker-python-sdk
train
py
d6a05320eb3bc73251b97f2b6f4d2bd6497a1e2a
diff --git a/packages/cli-plugin-deploy-pulumi/commands/deploy.js b/packages/cli-plugin-deploy-pulumi/commands/deploy.js index <HASH>..<HASH> 100644 --- a/packages/cli-plugin-deploy-pulumi/commands/deploy.js +++ b/packages/cli-plugin-deploy-pulumi/commands/deploy.js @@ -37,7 +37,7 @@ module.exports = async (inputs, con...
fix: use `info` instead of `success`
Webiny_webiny-js
train
js
268cd6cf6b9a33aa8dcfe7474b67c223530d3357
diff --git a/packages/react-ui-screenshot-tests/gemini/radioGroup.js b/packages/react-ui-screenshot-tests/gemini/radioGroup.js index <HASH>..<HASH> 100644 --- a/packages/react-ui-screenshot-tests/gemini/radioGroup.js +++ b/packages/react-ui-screenshot-tests/gemini/radioGroup.js @@ -7,7 +7,6 @@ const RADIO_SELECTOR = '[...
refactor(react-ui-screenshot-tests): remove unnecessary `renderStory`
skbkontur_retail-ui
train
js
50cdfc82d4d06e560fdc670492a524fe20ab863f
diff --git a/test/integration.spec.js b/test/integration.spec.js index <HASH>..<HASH> 100644 --- a/test/integration.spec.js +++ b/test/integration.spec.js @@ -53,6 +53,15 @@ describe('Integration', function() { expect(result).to.deep.equal(expected); }); + it('should use null for null', function() { + ...
test: cover type=null
APIs-guru_openapi-sampler
train
js
ab7c3223076306ca71f692ed5979199863cf45a7
diff --git a/git/__init__.py b/git/__init__.py index <HASH>..<HASH> 100644 --- a/git/__init__.py +++ b/git/__init__.py @@ -15,7 +15,8 @@ __version__ = 'git' #{ Initialization def _init_externals(): """Initialize external projects by putting them into the path""" - sys.path.append(os.path.join(os.path.dirname(...
fix(externals): init external in dev mode only Previously it would always adjust your system path, which is bad behaviour.
gitpython-developers_GitPython
train
py
8d728cd11c44ad9fce3915dc866ed43c909a16c9
diff --git a/packages/test-ecommerce/messenger-config.js b/packages/test-ecommerce/messenger-config.js index <HASH>..<HASH> 100644 --- a/packages/test-ecommerce/messenger-config.js +++ b/packages/test-ecommerce/messenger-config.js @@ -18,5 +18,5 @@ module.exports = { adapter: { name: 'messenger', }, - // lo...
chore: add modules in test-ecommerce sample
Botfuel_botfuel-dialog
train
js
dbad9ea351dae8b223a0d0440e06f1be3768de8d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -2,6 +2,11 @@ function doesNotReject () { } function rejects (block, error, message) { + if (isPromiseLike(block)) { + return new Promise((resolve, reject) => { + block.then(reject, resolve); + ...
feat(rejects): awaits the block promise then check that the promise is rejected
twada_rejected-or-not
train
js,js
67a0f611a30eadba149c843abaee4f1f775c7ae6
diff --git a/api.js b/api.js index <HASH>..<HASH> 100644 --- a/api.js +++ b/api.js @@ -584,18 +584,16 @@ function executeCreateMigration(internals, config, callback) { if (_assert(err, callback)) { log.info(util.format('Created migration at %s', migration.path)); + if (shouldCreateSqlFiles(inte...
fix(api): fix race condition on create migration A callback was placed not inside but after the callback which it belongs to. This resulted in a very rarely occuring race condition when creating migrations without an existing migration directory. Fixes #<I>
db-migrate_node-db-migrate
train
js
a31ae4bb0fa96d78b4975d7cf47aeea3ae1e2a60
diff --git a/cli/update.go b/cli/update.go index <HASH>..<HASH> 100644 --- a/cli/update.go +++ b/cli/update.go @@ -227,7 +227,7 @@ func update(c *cli.Context) error { } if withBrew { - log.Infof("Bitrise CLI installer with homebrew") + log.Infof("Bitrise CLI installed with homebrew") if versionFlag != "" {...
fix: typo in CLI update log messages (#<I>)
bitrise-io_bitrise
train
go
64db14c566e407a77f5f95ec6a589cb05b7059a7
diff --git a/lib/helpers/create-fixer.js b/lib/helpers/create-fixer.js index <HASH>..<HASH> 100644 --- a/lib/helpers/create-fixer.js +++ b/lib/helpers/create-fixer.js @@ -19,7 +19,7 @@ const createFixer = (options = {}) => { const newPath = resolvedPath.replace(aliasPath, '') - const replacement = path.join(ali...
fix: return normalized paths from fixer on Windows
HeroProtagonist_eslint-plugin-module-resolver
train
js
67a3a8942b776df724292fe1bbdf51fbafc34efb
diff --git a/src/Mailer/Transport/SendgridTransport.php b/src/Mailer/Transport/SendgridTransport.php index <HASH>..<HASH> 100644 --- a/src/Mailer/Transport/SendgridTransport.php +++ b/src/Mailer/Transport/SendgridTransport.php @@ -49,7 +49,7 @@ class SendgridTransport extends AbstractTransport $sendgridMail->a...
fix: (<I> Bad Request) Invalid replyTo email address Mirko Hello, I think that there is a problem with "replyTo". I have this error (in subject) when use ```$Mailer->setReplyTo('mymailaddress@gmail', 'Mirko')```
Iandenh_cakephp-sendgrid
train
php