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
aa24357c62d0959a1e718a3c61da2c893906be62
diff --git a/build.js b/build.js index <HASH>..<HASH> 100644 --- a/build.js +++ b/build.js @@ -3,7 +3,7 @@ const path = require('path') const childProcess = require('child_process') const exe = process.platform === 'win32' ? '.exe' : '' -const binDir = path.join(__dirname, 'bin', process.platform) +const binDir = p...
fix: add process.arch to the folder name
electron_node-minidump
train
js,js
000b7bfd87b16e6ce3116a50d3dcb2b180e73785
diff --git a/packages/pob-babel/lib/babel-options.js b/packages/pob-babel/lib/babel-options.js index <HASH>..<HASH> 100644 --- a/packages/pob-babel/lib/babel-options.js +++ b/packages/pob-babel/lib/babel-options.js @@ -51,6 +51,13 @@ module.exports = function createOpts( browser = false; break; + cas...
feat: webpack-node6 env
christophehurpeau_pob-lerna
train
js
e1571957f38af7f99efad83d9f914cfdb651aeed
diff --git a/lib/handlers/error.js b/lib/handlers/error.js index <HASH>..<HASH> 100644 --- a/lib/handlers/error.js +++ b/lib/handlers/error.js @@ -38,7 +38,7 @@ module.exports = Observable.extend({ } if (err) { - console.error(err.stack); + // console.error(err.stack); } next(err);
chore: drop stack on <I>
jsbin_jsbin
train
js
51c07beb514c054ed28a1c03f0489631fc02f232
diff --git a/lib/datasource/github/index.js b/lib/datasource/github/index.js index <HASH>..<HASH> 100644 --- a/lib/datasource/github/index.js +++ b/lib/datasource/github/index.js @@ -10,7 +10,11 @@ module.exports = { async function fetchJSONFile(repo, fileName) { const url = `https://api.github.com/repos/${repo}/co...
fix(github): use app accept header
renovatebot_renovate
train
js
98b31c72c74af7a4a06a51dbe82ebc4a2db6f382
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 @@ -22,6 +22,14 @@ module.exports = function cloneWithWhitelist (astWhiteList) { } } + function cloneArray (ary) { + var i = ary.length, clone = []; + while (i--) {...
style(espurify): re-reorder methods to minimize branch diff
estools_espurify
train
js
d67d10f48c3f4e6cb057ac799906117d34cb5d41
diff --git a/src/release/prerelease.js b/src/release/prerelease.js index <HASH>..<HASH> 100644 --- a/src/release/prerelease.js +++ b/src/release/prerelease.js @@ -10,7 +10,8 @@ function validGh (opts) { } if (!opts.ghtoken) { - return Promise.reject(new Error('Missing GitHub access token')) + return Promi...
docs: give advice on aegir release error If you want to publish a package on npm you need to provide a GitHub access token. This is normally done through the `AEGIR_GHTOKEN` environment variable. Add this information to the error message if such a token is missing.
ipfs_aegir
train
js
b7308dbfe347f9809857587921ab978ab3d9d3ca
diff --git a/test/functional/change_stream_spec_tests.js b/test/functional/change_stream_spec_tests.js index <HASH>..<HASH> 100644 --- a/test/functional/change_stream_spec_tests.js +++ b/test/functional/change_stream_spec_tests.js @@ -66,7 +66,7 @@ describe('Change Stream Spec', function() { client.removeA...
test: disable some failing tests for later investigation Follow-up with this in NODE-<I> and NODE-<I>
mongodb_node-mongodb-native
train
js,js
eecc8600b2dd3ae10fef7000ec612f43e4c20013
diff --git a/e2e/vault/vault_test.go b/e2e/vault/vault_test.go index <HASH>..<HASH> 100644 --- a/e2e/vault/vault_test.go +++ b/e2e/vault/vault_test.go @@ -53,11 +53,9 @@ func syncVault(t *testing.T) ([]*version.Version, map[string]string) { start := time.Now() errCh := make(chan error, len(missing)) for ver, url ...
test: explicitly pass vars vs enclosing them
hashicorp_nomad
train
go
6b8d38c22b145a0ab63a7bd1818aed4c088c0c67
diff --git a/model/repository/MonitoringRepository.php b/model/repository/MonitoringRepository.php index <HASH>..<HASH> 100644 --- a/model/repository/MonitoringRepository.php +++ b/model/repository/MonitoringRepository.php @@ -461,7 +461,10 @@ class MonitoringRepository extends ConfigurableService implements DeliveryMo...
refactor: remove unnecessary `isset` check, add empty value check in building of order statement
oat-sa_extension-tao-proctoring
train
php
31a68760102123505479c73a96ed1573d108c802
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -45,6 +45,11 @@ function start (filesPath) { var filesList = []; if (filesPath) { + // Allow strings + if (typeof filesPath === 'string') { + filesPath = [filesPath]; + ...
feat: allow files passed as string and not only arrays
damonjs_damon
train
js
c5f33dbbf7b1690615fa610e573921cb8668681a
diff --git a/templates/jquery/js/projects/empty/files/assets/navigation-header.js b/templates/jquery/js/projects/empty/files/assets/navigation-header.js index <HASH>..<HASH> 100644 --- a/templates/jquery/js/projects/empty/files/assets/navigation-header.js +++ b/templates/jquery/js/projects/empty/files/assets/navigation...
refactor(jquery-js): scroll nav active item into view
IgniteUI_igniteui-cli
train
js
af4117796c993efedfd038afcc4f381545e175be
diff --git a/src/http-client.js b/src/http-client.js index <HASH>..<HASH> 100644 --- a/src/http-client.js +++ b/src/http-client.js @@ -18,7 +18,7 @@ export class HttpClient { isRequesting: boolean = false; /** - * Indicates whether or not thie client has been configured. + * Indicates whether or not the clien...
docs(http-client): fix typo in doc comment
aurelia_fetch-client
train
js
8b96e752dd23b1c6f81929b9f44131165349b08b
diff --git a/rollup.config.js b/rollup.config.js index <HASH>..<HASH> 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,4 +1,4 @@ -const resolve = require('@rollup/plugin-node-resolve') +const { nodeResolve } = require('@rollup/plugin-node-resolve') const commonjs = require('@rollup/plugin-commonjs') const t...
chore: use nodeResolve named import
contentful_ui-extensions-sdk
train
js
7e241074da2016780d079b8546a929f3b75c1c58
diff --git a/src/importer/dir-sharded.js b/src/importer/dir-sharded.js index <HASH>..<HASH> 100644 --- a/src/importer/dir-sharded.js +++ b/src/importer/dir-sharded.js @@ -16,7 +16,7 @@ const onEnd = require('pull-stream/sinks/on-end') const asyncMap = require('pull-stream/throughs/async-map') const Bucket = require('...
feat: export hash function from sharding
ipfs_js-ipfs-unixfs
train
js
20603f9cb782d2ccc32142bb450a97d251130ffd
diff --git a/lib/anycable/rails/refinements/subscriptions.rb b/lib/anycable/rails/refinements/subscriptions.rb index <HASH>..<HASH> 100644 --- a/lib/anycable/rails/refinements/subscriptions.rb +++ b/lib/anycable/rails/refinements/subscriptions.rb @@ -7,6 +7,11 @@ module AnyCable # Find or add a subscription to...
feat: return meaningful error if channel class not found (cherry picked from commit c<I>f<I>d<I>f9a1d7b5b<I>b7ed<I>efcad2f6)
anycable_anycable-rails
train
rb,rb
9d3ffc81640ab0d605c8ce1b48102a11ae0d7fca
diff --git a/gatsby-node.js b/gatsby-node.js index <HASH>..<HASH> 100755 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -166,7 +166,7 @@ async function runIndexQueries( if (queryResultsMap.hasOwnProperty(id)) { // key matches fresh objects, so compare match fields const newObj = queryResult...
fix: enablePartialUpdates requires only one of the matchFields (#<I>) * fix: fix enablePartialUpdates fields check closes #<I> * improve code clarity for checking for matched fields * improve code clarity
algolia_gatsby-plugin-algolia
train
js
0a303d93c292f7cdce6e148a0d98d201e3e7c868
diff --git a/courriers/__init__.py b/courriers/__init__.py index <HASH>..<HASH> 100644 --- a/courriers/__init__.py +++ b/courriers/__init__.py @@ -1,3 +1,3 @@ -version = (0, 8, 0) +version = (0, 9, 0) __version__ = ".".join(map(str, version))
chore: bump to <I>
ulule_django-courriers
train
py
5b407ce8803a3e3a97b12f2d924c8dbb125e7393
diff --git a/core/src/elements/ons-lazy-repeat.js b/core/src/elements/ons-lazy-repeat.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-lazy-repeat.js +++ b/core/src/elements/ons-lazy-repeat.js @@ -175,6 +175,13 @@ class LazyRepeatElement extends BaseElement { } } + /** + * @method refresh + * @...
docs(ona-lazy-repeat): Added doc comments for methods.
OnsenUI_OnsenUI
train
js
042c40f716d58bcfd5fb7f914d736341232f4f03
diff --git a/packages/veui-theme-dls/components/NumberInput.js b/packages/veui-theme-dls/components/NumberInput.js index <HASH>..<HASH> 100644 --- a/packages/veui-theme-dls/components/NumberInput.js +++ b/packages/veui-theme-dls/components/NumberInput.js @@ -32,12 +32,8 @@ config.defaults( spinner: '' }, ...
refactor: minor tweak to part fn exp
ecomfe_veui
train
js
1f0177c8274ab119a151989123f0d0a4596c0053
diff --git a/commitizen/commands/check.py b/commitizen/commands/check.py index <HASH>..<HASH> 100644 --- a/commitizen/commands/check.py +++ b/commitizen/commands/check.py @@ -89,7 +89,7 @@ class Check: with open(self.commit_msg_file, "r", encoding="utf-8") as commit_file: msg = commit_file...
fix(Check): process empty commit message `elif self.commit_msg` will be skipped if the commit message is empty string, but this should be handled.
Woile_commitizen
train
py
08ad4d164ce945b6f4c9b2aad222ce73e5aa3eca
diff --git a/source/rafcon/gui/utils/dialog.py b/source/rafcon/gui/utils/dialog.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/utils/dialog.py +++ b/source/rafcon/gui/utils/dialog.py @@ -266,7 +266,7 @@ class RAFCONCheckBoxTableDialog(RAFCONButtonDialog): super(RAFCONCheckBoxTableDialog, self).__init...
fix(dialog): use correct keyword in dialog constructor
DLR-RM_RAFCON
train
py
9eef4e59a6566decad7253098419b5c1c9d08d14
diff --git a/library/src/main/java/com/liulishuo/filedownloader/download/DownloadStatusCallback.java b/library/src/main/java/com/liulishuo/filedownloader/download/DownloadStatusCallback.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/liulishuo/filedownloader/download/DownloadStatusCallback.java +++ b/l...
feat: do not remove the temp-file if rename it to the target path success to prevent raise some file-system problem closes #<I>
lingochamp_FileDownloader
train
java
c96a0937987328a379a84d7d5cb140c1827031bb
diff --git a/examples/webhook-server.js b/examples/webhook-server.js index <HASH>..<HASH> 100644 --- a/examples/webhook-server.js +++ b/examples/webhook-server.js @@ -1,21 +1,24 @@ +// To test locally with curl, run: +// $ curl --data "test=data" localhost:3000 --header "x-contentful-topic: ContentManagement.ContentTyp...
feat(examples): add comment on how to use curl to test locally
jvandemo_contentful-webhook-server
train
js
6c59e86444097bc4c1f965b44f9e8a8b91159b89
diff --git a/packages/react/mixins/mixin.browser.js b/packages/react/mixins/mixin.browser.js index <HASH>..<HASH> 100644 --- a/packages/react/mixins/mixin.browser.js +++ b/packages/react/mixins/mixin.browser.js @@ -37,20 +37,21 @@ class ReactMixin extends Mixin { ); } render() { - const mountpoint = docum...
fix(react): set data-mounted attribute after hydration (#<I>)
untool_untool
train
js
3e6bf5f080391a4b22f16c5bdd787e464eb97228
diff --git a/docs/highlighter.js b/docs/highlighter.js index <HASH>..<HASH> 100644 --- a/docs/highlighter.js +++ b/docs/highlighter.js @@ -7,7 +7,7 @@ async function highlighter() { const highlighter = await shiki.getHighlighter({ // Complete themes: https://github.com/shikijs/shiki/tree/master/packages/themes ...
docs: fix highlighter with full templates
baianat_vee-validate
train
js
184731082626746631797bdacb8c158bd472ede5
diff --git a/registry/job.go b/registry/job.go index <HASH>..<HASH> 100644 --- a/registry/job.go +++ b/registry/job.go @@ -148,9 +148,10 @@ func (r *Registry) CreateJob(j *job.Job) error { return err } -func (r *Registry) ScheduleJob(jobName string, machBootId string) { +func (r *Registry) ScheduleJob(jobName stri...
fix(registry): use etcd create vs set when scheduling
coreos_fleet
train
go
a36f3eb47408316686d1eeae4c54b6ca8edc54bd
diff --git a/static/debug.js b/static/debug.js index <HASH>..<HASH> 100644 --- a/static/debug.js +++ b/static/debug.js @@ -15,10 +15,10 @@ window.__karma__.result = window.console ? function (result) { window.console.log(msg + result.suite.join(' ') + ' ' + result.description) for (var i = 0; i < result.log.len...
fix(debug-runner): support asynchronous tests in the debug runner Use console.error to log errors to the console instead of throwing an error. This makes sure that errors are scoped properly for asynchronous tests, instead of showing up as uncaught errors on all asynchronous tests. Fixes #<I>
karma-runner_karma
train
js
f2f13ae8974d0c1125eb686d9c6a0706cfd1f942
diff --git a/packages/components/bolt-carousel/src/carousel.js b/packages/components/bolt-carousel/src/carousel.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-carousel/src/carousel.js +++ b/packages/components/bolt-carousel/src/carousel.js @@ -262,9 +262,9 @@ class BoltCarousel extends withLitHtml() { ...
chore: disable logging when in carousel gallery mode
bolt-design-system_bolt
train
js
4efcca6ce68e68d218cda55d0fbdcf1ad4a4615d
diff --git a/src/Exportable.php b/src/Exportable.php index <HASH>..<HASH> 100644 --- a/src/Exportable.php +++ b/src/Exportable.php @@ -219,9 +219,9 @@ trait Exportable private function transformRow($data) { return collect($data)->map(function ($value) { - return is_int($value) || is_float(...
feat: add format for int and float (#<I>)
rap2hpoutre_fast-excel
train
php
dbbb9d81cfa10e4fd936e20199e4d8591a5b0f10
diff --git a/packages/node_modules/samples/browser-meetings/app.js b/packages/node_modules/samples/browser-meetings/app.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/samples/browser-meetings/app.js +++ b/packages/node_modules/samples/browser-meetings/app.js @@ -1,3 +1,4 @@ +/* eslint-disable no-underscore-...
fix(samples): update resourceId based on devices
webex_spark-js-sdk
train
js
83a4692b589633aab5ac11f71e5a10f60025c291
diff --git a/lib/webpackConfig.js b/lib/webpackConfig.js index <HASH>..<HASH> 100644 --- a/lib/webpackConfig.js +++ b/lib/webpackConfig.js @@ -1,4 +1,5 @@ const fs = require('fs') +const { DefinePlugin } = require('webpack') async function chainWebpack (api, pluginOptions, config) { const rendererProcessChain = ...
fix(webpackConfig): create define plugin if it doesn't exist, fixes #<I>
nklayman_vue-cli-plugin-electron-builder
train
js
b45ae1f874fcac47ef19c393aa9879c3d96a6f85
diff --git a/optlang/cplex_interface.py b/optlang/cplex_interface.py index <HASH>..<HASH> 100644 --- a/optlang/cplex_interface.py +++ b/optlang/cplex_interface.py @@ -720,7 +720,6 @@ class Model(interface.Model): else: return None - def __str__(self): tmp_file = tempfile.mktemp(suf...
fix: remove variables from objective when removing from model
biosustain_optlang
train
py
83d9b8e89b3f4980d20c2d6beb8512cf898cdeff
diff --git a/task/backend/scheduler.go b/task/backend/scheduler.go index <HASH>..<HASH> 100644 --- a/task/backend/scheduler.go +++ b/task/backend/scheduler.go @@ -13,6 +13,7 @@ import ( "github.com/influxdata/flux" platform "github.com/influxdata/influxdb" "github.com/influxdata/influxdb/kit/tracing" + "github.co...
feat(task): Add traceID to new run's (#<I>)
influxdata_influxdb
train
go
1b7d8eb3b6e449dca167c06f1619d7c9043b4d50
diff --git a/src/qtism/runtime/tests/Utils.php b/src/qtism/runtime/tests/Utils.php index <HASH>..<HASH> 100644 --- a/src/qtism/runtime/tests/Utils.php +++ b/src/qtism/runtime/tests/Utils.php @@ -84,13 +84,7 @@ class Utils $values = ($cardinality === Cardinality::SINGLE) ? [$response->getValue()] : $res...
refactor: revert patternMask change in Utils::isResponseValid
oat-sa_qti-sdk
train
php
463bfce39148a8a32f94c93b7daaa8cb66350cf6
diff --git a/packages/upload-core/src/tests/upload.test.js b/packages/upload-core/src/tests/upload.test.js index <HASH>..<HASH> 100644 --- a/packages/upload-core/src/tests/upload.test.js +++ b/packages/upload-core/src/tests/upload.test.js @@ -284,7 +284,17 @@ describe('upload-core', () => { upload.start();...
fix(upload-core): added test
Availity_sdk-js
train
js
7e31de0bb44ae9625375ddf6052603323109e31d
diff --git a/src/DynamicRedirect.js b/src/DynamicRedirect.js index <HASH>..<HASH> 100644 --- a/src/DynamicRedirect.js +++ b/src/DynamicRedirect.js @@ -12,9 +12,6 @@ const { URL } = require('url'); const fetchAPI = require('@adobe/helix-fetch'); -// force HTTP/1 in order to avoid issues with long-lived HTTP/2 sessio...
fix: re-enable HTTP/2
adobe_helix-shared
train
js
30c1db656606a0f1ce4f6d0452fa06cde4fde242
diff --git a/conu/backend/docker/image.py b/conu/backend/docker/image.py index <HASH>..<HASH> 100644 --- a/conu/backend/docker/image.py +++ b/conu/backend/docker/image.py @@ -458,30 +458,30 @@ class DockerImage(Image): return cls(None, identifier=image_id) - def get_layer_ids(self, reversed=True): + ...
fix: reversed shadowed built-in name
user-cont_conu
train
py
36f72d5e2a6cd324508aa8c67b61ab13f70a1197
diff --git a/Exscript/protocols/telnetlib.py b/Exscript/protocols/telnetlib.py index <HASH>..<HASH> 100644 --- a/Exscript/protocols/telnetlib.py +++ b/Exscript/protocols/telnetlib.py @@ -514,8 +514,8 @@ class Telnet(object): self.fill_rawq() if self.eof: raise EOFError - ...
fix: telnetlib broke for python 3
knipknap_exscript
train
py
0dc9545f43130ec069481b11c69c731da4b4b869
diff --git a/src/observer.js b/src/observer.js index <HASH>..<HASH> 100644 --- a/src/observer.js +++ b/src/observer.js @@ -79,7 +79,7 @@ function get (target, key, receiver) { return result } registerObserver(target, key) - if (currentObserver && result && typeof result === 'object') { + if (currentObserve...
fix(observer): do not run observers for parent set operation
nx-js_observer-util
train
js
628f88fa8fc76713a3f7c2f63aa78d0d34a21e27
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -const objectAssign = require('object-assign') +var objectAssign = require('object-assign') var EXTENDING_ARG_IDENTIFIER = 'X' var NON_EXTENDING_ARG_IDENTIFIER = 'N'
fix(Module): Remove an ES6 expression from the code, which was causing problems for some setups
lukastaegert_fluent-arguments
train
js
4c1cdd20958dd5611b3012d54e0fc13ff88e01ad
diff --git a/query/logging.go b/query/logging.go index <HASH>..<HASH> 100644 --- a/query/logging.go +++ b/query/logging.go @@ -4,12 +4,15 @@ import ( "context" "fmt" "io" + "runtime/debug" "time" "github.com/influxdata/flux" "github.com/influxdata/flux/iocounter" "github.com/influxdata/influxdb/kit/chec...
fix(query): add panic stack to logs for query logging recovery
influxdata_influxdb
train
go
fc330c7b51df3ec0671a7a1507c74c2904a1a399
diff --git a/packages/node_modules/@webex/plugin-attachment-actions/src/attachmentActions.js b/packages/node_modules/@webex/plugin-attachment-actions/src/attachmentActions.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-attachment-actions/src/attachmentActions.js +++ b/packages/node_modules/@we...
docs(plugin-attachment-actions): fix grammatic errors Fix grammatic errors in the updated JSDoc.
webex_spark-js-sdk
train
js
b1734cbc36ae8e8733f733fd22476fa620fe89c7
diff --git a/lib/rules/rules.js b/lib/rules/rules.js index <HASH>..<HASH> 100644 --- a/lib/rules/rules.js +++ b/lib/rules/rules.js @@ -102,7 +102,7 @@ function isRegUrl(url) { if (domain) { domain = domain.replace(STAR_RE, domainToRegExp); } else { - domain = '[^/.]*'; + domain = '[^/]*'; } if (p...
refactor: ^/cgi-* <==> ^**/cgi-*
avwo_whistle
train
js
8d734cf1d501b868b4cd65d34b382a8f7170018d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -47,7 +47,7 @@ function empower (assert, formatter, options) { } return buildPowerAssertText(formatter, message, beforeAssertEvent.powerAssertContext); }, - onError: function (errorEve...
feat: set stackStartFunction to self if undefined
power-assert-js_empower
train
js
13a854e24c814340a68fccd714aacb467295f3d4
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -15,6 +15,13 @@ module.exports = exports = function (regexp) { if (regexp.global) flags.push('g'); if (regexp.multiline) flags.push('m'); if (regexp.ignoreCase) flags.push('i'); - return new RegExp(regexp.source, fla...
feat: support sticky, unicode and dotAll Especially dotAll (`s` flag) to provide mongodb $regex support for mongoose
aheckmann_regexp-clone
train
js
6864879136e084dd7c2238bece9a622e1515fd7d
diff --git a/packages/table/src/react/index.js b/packages/table/src/react/index.js index <HASH>..<HASH> 100644 --- a/packages/table/src/react/index.js +++ b/packages/table/src/react/index.js @@ -2,7 +2,7 @@ import * as glamor from 'glamor' import PropTypes from 'prop-types' import React from 'react' -import { vars ...
refactor(table): be more selective in imports
pluralsight_design-system
train
js
1fa5bf48ff6236b05740a12c748837eeff31dede
diff --git a/src/processor/intents/creeps/upgradeController.js b/src/processor/intents/creeps/upgradeController.js index <HASH>..<HASH> 100644 --- a/src/processor/intents/creeps/upgradeController.js +++ b/src/processor/intents/creeps/upgradeController.js @@ -63,6 +63,7 @@ module.exports = function(object, intent, roomO...
fix(processor): reset controller downgrade timer on level-up
screeps_engine
train
js
250916f7a352581d4e9eee0aace1665c86cdda04
diff --git a/app/lib/webpack/create-chain.js b/app/lib/webpack/create-chain.js index <HASH>..<HASH> 100644 --- a/app/lib/webpack/create-chain.js +++ b/app/lib/webpack/create-chain.js @@ -65,8 +65,8 @@ module.exports = function (cfg, configName) { chain.resolve.extensions .merge( cfg.supportTS !== false -...
fix(app): Fix .ts extension resolve
quasarframework_quasar
train
js
073a026d22adf615660b9f863fa36268be681385
diff --git a/src/presets/protocol/none.js b/src/presets/protocol/none.js index <HASH>..<HASH> 100644 --- a/src/presets/protocol/none.js +++ b/src/presets/protocol/none.js @@ -21,7 +21,7 @@ import {IPreset} from '../interface'; * | Variable | * +----------------------------+ */ -export defaul...
fix(protocol): a typo in none.js
blinksocks_blinksocks
train
js
0f89945415542131605bf4b50f45b7ef3fd7a7dd
diff --git a/tests/features/notification/test_mail_driver.py b/tests/features/notification/test_mail_driver.py index <HASH>..<HASH> 100644 --- a/tests/features/notification/test_mail_driver.py +++ b/tests/features/notification/test_mail_driver.py @@ -1,6 +1,7 @@ from tests import TestCase from src.masonite.notificati...
fix: update notification mail tests to use terminal driver
MasoniteFramework_masonite
train
py
ada2a804eecbd6a035b237150c6c02906fc590f1
diff --git a/routes/utils/errors.js b/routes/utils/errors.js index <HASH>..<HASH> 100644 --- a/routes/utils/errors.js +++ b/routes/utils/errors.js @@ -25,7 +25,7 @@ module.exports.INVALID_CREDENTIALS = hoodieError({ module.exports.FORBIDDEN_ADMIN_ACCOUNT = hoodieError({ name: 'Forbidden', message: 'Admins have n...
fix: PUT /session?include=account.profile -> <I> Bad request for admins
hoodiehq_hoodie-account-server
train
js
16840e5df4b9307c34bfc10b4a4ac2425d3db072
diff --git a/core/src/elements/ons-ripple/index.js b/core/src/elements/ons-ripple/index.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-ripple/index.js +++ b/core/src/elements/ons-ripple/index.js @@ -198,9 +198,10 @@ export default class RippleElement extends BaseElement { } disconnectedCallback() { ...
fix(ons-ripple): fix for when disconnectedCallback is executed before connectedCallback.
OnsenUI_OnsenUI
train
js
cf9e717cf294c0f9554c0e20d24f41cef6ca90ba
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "watch": "^0.19.1" }, "dependencies": { - "cerebral-url-scheme-compiler": "^0.5.2" + "cerebral-url-scheme-compiler": "^0.5.2", + "es6-symbol": "^3.1.0" } } diff --git a/sr...
refactor: add ponyfill for Symbol Symbol does not exist in some browsers, so it is safer to run a ponyfill. This will return the native Symbol if it exists, or a polyfill if it does not. # Conflicts: # package.json # src/when.js
cerebral-legacy_cerebral-operators
train
json,js,js
5dad1fc09434b5ac99b39ca1fa231688b17fb459
diff --git a/cpenv/resolver.py b/cpenv/resolver.py index <HASH>..<HASH> 100644 --- a/cpenv/resolver.py +++ b/cpenv/resolver.py @@ -5,7 +5,7 @@ import os # Local imports from . import utils -from .repos import Repo, LocalRepo +from .repos import LocalRepo from .module import Module, is_module, is_exact_match, best_...
fix: copier failed when to_repo was not a LocalRepo
cpenv_cpenv
train
py
b4792606d9d51b4fc26715d2f45ec096e5da01c6
diff --git a/lib/App/index.js b/lib/App/index.js index <HASH>..<HASH> 100644 --- a/lib/App/index.js +++ b/lib/App/index.js @@ -275,6 +275,9 @@ class App { // validate `appJson.drivers[].images` if (levelPublish) { + if (!driver.images) { + throw new Error(`drivers.${driver.id}: p...
fix: check that images is defined before validating
athombv_node-homey-lib
train
js
aa8b605b75b221c20440e12fc59d1a0557f734ea
diff --git a/app/modules/product/ccImageZoom.js b/app/modules/product/ccImageZoom.js index <HASH>..<HASH> 100644 --- a/app/modules/product/ccImageZoom.js +++ b/app/modules/product/ccImageZoom.js @@ -39,6 +39,10 @@ angular }, link: function(scope, $element, attrs) { + ...
fix(ccImageZoom): exit fullscreen mode when scope is destroyed Fixes #<I>
sofa_sofa-couch-service
train
js
4b5a63441b385d5d7f9b92cf5ed4d61d4eae39c9
diff --git a/packages/@vue/cli-service/lib/config/app.js b/packages/@vue/cli-service/lib/config/app.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/config/app.js +++ b/packages/@vue/cli-service/lib/config/app.js @@ -103,6 +103,7 @@ module.exports = (api, options) => { const joinedHash ...
fix: avoid hash collisions (#<I>)
vuejs_vue-cli
train
js
586fa23270d610bfc878f130715abfd7a3c75f0a
diff --git a/lib/components/user/notification-prefs-pane.js b/lib/components/user/notification-prefs-pane.js index <HASH>..<HASH> 100644 --- a/lib/components/user/notification-prefs-pane.js +++ b/lib/components/user/notification-prefs-pane.js @@ -35,6 +35,11 @@ const Details = styled.div` min-height: 150px; margi...
refactor(NotificationPrefsPane): Move styles into styled component.
opentripplanner_otp-react-redux
train
js
212117e938b2d952f16ffbeba6fe48ba074d590d
diff --git a/src/popup.js b/src/popup.js index <HASH>..<HASH> 100644 --- a/src/popup.js +++ b/src/popup.js @@ -54,13 +54,13 @@ export class Popup { } }); - popupWindow.addEventListener('exit', () => { + this.popupWindow.addEventListener('exit', () => { reject({ data: 'Pro...
fix(popup): Referrence popupWindow on this; popupWindow is undefined.
SpoonX_aurelia-authentication
train
js
5c4f798decc4d7e835ad76b969a3b28b88c39857
diff --git a/lib/components/map/gtfs-rt-vehicle-overlay.js b/lib/components/map/gtfs-rt-vehicle-overlay.js index <HASH>..<HASH> 100644 --- a/lib/components/map/gtfs-rt-vehicle-overlay.js +++ b/lib/components/map/gtfs-rt-vehicle-overlay.js @@ -87,7 +87,9 @@ class GtfsRtVehicleOverlay extends MapLayer { this.state =...
refactor(GtfsRtVehicleOverlay): Tweak state and remove prop spread.
opentripplanner_otp-react-redux
train
js
1c812e870b428e15a48c2ed848ce570840565a7d
diff --git a/packages/openneuro-server/src/datalad/description.js b/packages/openneuro-server/src/datalad/description.js index <HASH>..<HASH> 100644 --- a/packages/openneuro-server/src/datalad/description.js +++ b/packages/openneuro-server/src/datalad/description.js @@ -122,7 +122,7 @@ export const description = obj =>...
chore: Fix description cache key length to match other keys
OpenNeuroOrg_openneuro
train
js
a4f21a2b494fcde34681d4d83ddcc47f29bf7284
diff --git a/tests/iam/test_iam_construct.py b/tests/iam/test_iam_construct.py index <HASH>..<HASH> 100644 --- a/tests/iam/test_iam_construct.py +++ b/tests/iam/test_iam_construct.py @@ -40,3 +40,20 @@ def test_iam_construct_policy(requests_get): settings.update({'services': {'dynamodb': ['coreforrest', 'edgeforre...
test: Check CloudWatch Logs acces for Lambda Lambda Policy should automatically have CloudWatch Logs access. See also: PSOBAT-<I>
foremast_foremast
train
py
2dd3e28fd2745e888388a4faa6b52c539806ba17
diff --git a/examples/GryoscopeImage/App.js b/examples/GryoscopeImage/App.js index <HASH>..<HASH> 100644 --- a/examples/GryoscopeImage/App.js +++ b/examples/GryoscopeImage/App.js @@ -41,7 +41,7 @@ export default class App extends Component { const positionOnScreenX = -imageWidth / 2; // The y axis of the sens...
chore(CI): Cleaned up code based on CI feedback
react-native-sensors_react-native-sensors
train
js
98b98b61dd41ad8d386b6018e510f22a939689d8
diff --git a/packages/radio/src/css/index.js b/packages/radio/src/css/index.js index <HASH>..<HASH> 100644 --- a/packages/radio/src/css/index.js +++ b/packages/radio/src/css/index.js @@ -54,7 +54,7 @@ export default { }, '.psds-radio-button__circle--checked': { borderColor: colorsBlue.base, - background: col...
refactor(radio): fix space issue
pluralsight_design-system
train
js
1041661d73f941b6543b6fcb69b2cf450dfb90f1
diff --git a/samples/api.stream.js b/samples/api.stream.js index <HASH>..<HASH> 100644 --- a/samples/api.stream.js +++ b/samples/api.stream.js @@ -6,9 +6,6 @@ const data = [] const stringifier = stringify({ delimiter: ':' }) -stringifier.write([ 'root','x','0','0','root','/root','/bin/bash' ]) -stringifier.write([...
chore(csv-stringify): sample stream: reorder event functions #<I>
adaltas_node-csv
train
js
67269d95304368dd31363d6a3b392ec086e8b44b
diff --git a/website/src/theme/Root.js b/website/src/theme/Root.js index <HASH>..<HASH> 100644 --- a/website/src/theme/Root.js +++ b/website/src/theme/Root.js @@ -12,7 +12,7 @@ function Root({ children }) { const unleashConfig = { clientKey: customFields.unleashProxyClientKey, url: customFields.u...
fix: change refresh interval from 1 to 0. At the moment, we only need to check the features once. There's no need to have things suddenly appear for users who have it loaded already.
Unleash_unleash
train
js
fab8e4b7a7a3d96ef7bf80dbe98ab63013385007
diff --git a/Python/ibmcloudsql/exceptions.py b/Python/ibmcloudsql/exceptions.py index <HASH>..<HASH> 100644 --- a/Python/ibmcloudsql/exceptions.py +++ b/Python/ibmcloudsql/exceptions.py @@ -38,6 +38,16 @@ class InternalError502Exception(Exception): super().__init__(msg) self.original_exception = ...
fix: add <I> (timeout and retry)
IBM-Cloud_sql-query-clients
train
py
d725d8b131823a3566fa621cb0f41646299c34af
diff --git a/packages/config-webpack-plugin/src/ConfigWebpackPlugin.js b/packages/config-webpack-plugin/src/ConfigWebpackPlugin.js index <HASH>..<HASH> 100644 --- a/packages/config-webpack-plugin/src/ConfigWebpackPlugin.js +++ b/packages/config-webpack-plugin/src/ConfigWebpackPlugin.js @@ -57,6 +57,23 @@ class ConfigWe...
feat(config-webpack-plugin): add expose method for webpack api
namics_webpack-config-plugins
train
js
9b2a2a8faef08af4ff3cb400ecab17ae35aee7e1
diff --git a/app/lib/quasar-config.js b/app/lib/quasar-config.js index <HASH>..<HASH> 100644 --- a/app/lib/quasar-config.js +++ b/app/lib/quasar-config.js @@ -450,6 +450,7 @@ class QuasarConfig { } if (this.ctx.dev) { cfg.build.extractCSS = false + cfg.build.preloadChunks = false } if (t...
feat(app): disable preload chunks when on dev
quasarframework_quasar
train
js
4133db2558f8808661d0bd79f542bf6569964de0
diff --git a/test/manifest.registry.cache.js b/test/manifest.registry.cache.js index <HASH>..<HASH> 100644 --- a/test/manifest.registry.cache.js +++ b/test/manifest.registry.cache.js @@ -120,6 +120,7 @@ test('supports fetching from an optional cache', function (t) { test('expires stale request data') test('allows f...
test: added pending test to make sure re-fetch logic is ok
zkat_pacote
train
js
cc9ae3717cabc75e93c23ef696c601a4128438bd
diff --git a/src/fields/ColourSwatches.php b/src/fields/ColourSwatches.php index <HASH>..<HASH> 100644 --- a/src/fields/ColourSwatches.php +++ b/src/fields/ColourSwatches.php @@ -115,7 +115,7 @@ class ColourSwatches extends Field implements PreviewableFieldInterface, Sortabl $value = Json::encode($value); ...
fix: added empty values in the validation
Rias500_craft-colour-swatches
train
php
2890bfdeec182f4ff274e84f0429f58af37b61bb
diff --git a/src/navigation-context.js b/src/navigation-context.js index <HASH>..<HASH> 100644 --- a/src/navigation-context.js +++ b/src/navigation-context.js @@ -110,13 +110,13 @@ export class NavigationContext { export class CommitChangesStep { run(navigationContext, next) { - navigationContext.commitChanges...
fix(navigation-context): navigation result not returned
aurelia_router
train
js
2c11013c64e25b8d84055eb81b454a7b204b26b0
diff --git a/middlewares/bind.js b/middlewares/bind.js index <HASH>..<HASH> 100644 --- a/middlewares/bind.js +++ b/middlewares/bind.js @@ -1,7 +1,9 @@ 'use strict' function bind (elem) { - if (elem.nodeType === 1 && elem.name) { + if (!elem.nodeType === 1) return + + if (isInput(elem)) { elem.$bindable({ ...
fix(bind): allow bind by default on input, select and textarea elements
nx-js_framework
train
js
7cb4ad5b0156ec9188d1f7913411c378a69e8867
diff --git a/src/module/api/common-api.js b/src/module/api/common-api.js index <HASH>..<HASH> 100644 --- a/src/module/api/common-api.js +++ b/src/module/api/common-api.js @@ -310,9 +310,8 @@ RMModule.factory('RMCommonApi', ['$http', '$q', 'RMPackerCache', function($http, * * @description Low level communica...
fix(common): removes promise clearing in `$cancel`
platanus_angular-restmod
train
js
04e3e8380c6f2e4cb03cf5a29bfd188fcf72a2ef
diff --git a/src/chunk-name-resolver.js b/src/chunk-name-resolver.js index <HASH>..<HASH> 100644 --- a/src/chunk-name-resolver.js +++ b/src/chunk-name-resolver.js @@ -62,7 +62,11 @@ function calcChunkHash(chunk) { var hash = ''; var chunkModulesPath = chunk.mapModules(function(m) { - return path.rela...
fix: context 有可能为 null 会造成 path.relative 报错 TypeError [ERR_INVALID_ARG_TYPE]: The "from" argument must be of type string. Received null
ufologist_wieldy-webpack
train
js
45665db8ec2a9ad9d0b879d14780fdc379c0e187
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,7 +2,7 @@ module.exports = { root: true, parser: '@typescript-eslint/parser', parserOptions: { - ecmaVersion: 2015, + ecmaVersion: 2019, project: ['./tsconfig.json', './tsconfig.eslint.js...
style: update eslint config from dep upgrade
plasticrake_tplink-smarthome-crypto
train
js
6b95d496db7d5577bebd224c7d5c340bdf3c006a
diff --git a/crd-generator/api/src/test/java/io/fabric8/crd/generator/CRDGeneratorTest.java b/crd-generator/api/src/test/java/io/fabric8/crd/generator/CRDGeneratorTest.java index <HASH>..<HASH> 100644 --- a/crd-generator/api/src/test/java/io/fabric8/crd/generator/CRDGeneratorTest.java +++ b/crd-generator/api/src/test/j...
test: Disable CRDGeneratorTest
fabric8io_kubernetes-client
train
java
7eb41e1b7edad5576681fad9ed6df1bb6a1b1e27
diff --git a/packages/util/src/use-resize-observer.js b/packages/util/src/use-resize-observer.js index <HASH>..<HASH> 100644 --- a/packages/util/src/use-resize-observer.js +++ b/packages/util/src/use-resize-observer.js @@ -1,14 +1,11 @@ import { canUseDOM } from 'exenv' -import { useEffect, useImperativeHandle, useRef...
refactor(util): resize observer hook doesn't need to merge refs
pluralsight_design-system
train
js
9f7ab34c520d9d332768564fc524b9d5de965524
diff --git a/.github/workflows/matrix.js b/.github/workflows/matrix.js index <HASH>..<HASH> 100644 --- a/.github/workflows/matrix.js +++ b/.github/workflows/matrix.js @@ -116,8 +116,9 @@ matrix.addAxis({ name: 'query_mode', values: [ {value: 'simple', title: 'simple query', weight: 2}, - {value: 'extended...
test: add query_mode=extended as it is the default value
pgjdbc_pgjdbc
train
js
1585f2f9d9a524d6fb57a82dd3206b568f30dc37
diff --git a/create-cycle-app/index.js b/create-cycle-app/index.js index <HASH>..<HASH> 100644 --- a/create-cycle-app/index.js +++ b/create-cycle-app/index.js @@ -154,7 +154,7 @@ function installScripts (appFolder, appName, flavor, streamLib, verbose) { process.chdir(appFolder) // Find the right version - var ...
fix(create-cycle-app): Path resolution for installation from file or folder
cyclejs-community_create-cycle-app
train
js
0e58c0dfc137db12203afc4f91e998382a751d99
diff --git a/http_graceful.go b/http_graceful.go index <HASH>..<HASH> 100644 --- a/http_graceful.go +++ b/http_graceful.go @@ -57,7 +57,7 @@ func Graceful(start StartFunc, shutdown ShutdownFunc) error { // Setup the graceful shutdown handler (traps SIGINT and SIGTERM) go func() { - signal.Notify(stopChan, os.Int...
fix: listen for SIGINT next to SIGTERM (#<I>)
ory_graceful
train
go
40cab7f999b7d8f4f143f22f6932126274238e0d
diff --git a/yamllint/__init__.py b/yamllint/__init__.py index <HASH>..<HASH> 100644 --- a/yamllint/__init__.py +++ b/yamllint/__init__.py @@ -25,6 +25,6 @@ APP_VERSION = '1.26.3' APP_DESCRIPTION = __doc__ __author__ = u'Adrien Vergé' -__copyright__ = u'Copyright 2016, Adrien Vergé' +__copyright__ = u'Copyright 202...
docs: Bump application copyright year
adrienverge_yamllint
train
py
093cdb7d9a0daaecd0a6dab4462d0d297b031fda
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -108,7 +108,7 @@ module.exports = function (grunt) { require('load-grunt-tasks')(grunt); // Default task. - grunt.registerTask('default', ['lint', 'test', 'build']); + grunt.registerTask('default', ['...
chore(grunt): fix task order build must occur before test :)
stephanebachelier_mixit
train
js
35c01d3c77eb017ecdb7f0600d9e784c9c183841
diff --git a/src/directives/validate.js b/src/directives/validate.js index <HASH>..<HASH> 100644 --- a/src/directives/validate.js +++ b/src/directives/validate.js @@ -70,6 +70,13 @@ export default function (Vue) { return } + if ((process.env.NODE_ENV !== 'production') + && !(this.arg || ...
fix(v-validate): friendly error for field name missing (#<I>) by @xjchengo
kazupon_vue-validator
train
js
26c6913681ed684fc70a2bd1bcb85382b3bebf81
diff --git a/src/Client/HashTrait.php b/src/Client/HashTrait.php index <HASH>..<HASH> 100644 --- a/src/Client/HashTrait.php +++ b/src/Client/HashTrait.php @@ -28,7 +28,7 @@ trait HashTrait } } - return sha1($apiId . $headerString . $url); + return $apiId . '.' . sha1($headerString ...
feat: move app id outside of hashed cache key
bookboon_api-php
train
php
e5dc1be4df3f62776b286e91a3ae1b882395fb90
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -212,11 +212,11 @@ class Service extends AdapterService { return promise.then(result => { if (result.insertedId) { - return this.Model.findOne({ _id: result.insertedId }); + return t...
fix: add missing options on findOne in _create (#<I>)
feathersjs-ecosystem_feathers-mongodb
train
js
2decb37a1d8b61c650f38e6fea22ca6f7abd2caf
diff --git a/lib/config/index.js b/lib/config/index.js index <HASH>..<HASH> 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -36,17 +36,14 @@ async function parseConfigs(env, argv) { logger.debug('Parsing configs'); // Get configs - const defaultConfig = defaultsParser.getConfig(); - const fileCo...
refactor: resolve configs immediately
renovatebot_renovate
train
js
f919da46d8ad12ebc12f30218b0818a4f0ee2ffd
diff --git a/src/model.js b/src/model.js index <HASH>..<HASH> 100644 --- a/src/model.js +++ b/src/model.js @@ -639,7 +639,7 @@ module.exports = class Model { const order = options.order; delete options.order; - if (!count) { + if (!count && count !== 0) { this.options = options; count = ...
fix(countSelect): execute count unexpectly (#<I>)
thinkjs_think-model
train
js
1b648578eb09a9f0b70ff618eab99e91de03aecd
diff --git a/packages/vaex-server/vaex/server/tornado_server.py b/packages/vaex-server/vaex/server/tornado_server.py index <HASH>..<HASH> 100644 --- a/packages/vaex-server/vaex/server/tornado_server.py +++ b/packages/vaex-server/vaex/server/tornado_server.py @@ -169,6 +169,10 @@ class WebServer(threading.Thread): ...
chore(server): minor server improvements
vaexio_vaex
train
py
053c10668eba23171d33352ce68117a7e622e99c
diff --git a/tornado/test/runtests.py b/tornado/test/runtests.py index <HASH>..<HASH> 100644 --- a/tornado/test/runtests.py +++ b/tornado/test/runtests.py @@ -150,6 +150,16 @@ def main(): warnings.filterwarnings( "ignore", category=ResourceWarning, module=r"asyncio\..*" ) + # This depr...
test: Silence a deprecation warning in py<I>+pycurl
tornadoweb_tornado
train
py
38d69e6c440a6cd9c32f86884d3ba71d8cd4e9b1
diff --git a/src/Ray/Di/Config.php b/src/Ray/Di/Config.php index <HASH>..<HASH> 100644 --- a/src/Ray/Di/Config.php +++ b/src/Ray/Di/Config.php @@ -206,6 +206,21 @@ class Config implements ConfigInterface $constructorReflection = $this->getReflect($class)->getConstructor(); $unifiedParams = $constructo...
refactor: reduce npath
ray-di_Ray.Di
train
php
9ba58dab4bc1e4d3095b985bc8b0f152005279ee
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,6 @@ var defaultOptions = require('./lib/default-options'); var capturable = require('./lib/capturable'); var assign = require('core-js/library/fn/object/assign'); var define = require('./lib/define-properties'); ...
chore: assert module is not required yet
power-assert-js_empower
train
js
50897db7810b0d7fbc0b5c8ec2ec59c26624defb
diff --git a/test/router.spec.js b/test/router.spec.js index <HASH>..<HASH> 100644 --- a/test/router.spec.js +++ b/test/router.spec.js @@ -129,14 +129,16 @@ describe('the router', () => { const child = router.createChild(new Container()); let options = { absolute: true }; - child.configure(config =...
test: Add failing test for child generation of absolute parent routes Covers #<I>
aurelia_router
train
js
7e95cad290cc1910233080e9b92de84a208fc1bf
diff --git a/lib/helpers/make-dir.js b/lib/helpers/make-dir.js index <HASH>..<HASH> 100644 --- a/lib/helpers/make-dir.js +++ b/lib/helpers/make-dir.js @@ -3,7 +3,7 @@ var path = require("path"); var fs = require("fs"); module.exports = function makeDir(base, destPath) { - destPath = destPath.split("/"); + destPat...
fix(make-dir): use path.sep vs hardcoded "/" for windows envs
html-next_flexi-layouts
train
js
f55ab7ca12829a865b7efd55aadeb92dfe6b0212
diff --git a/lib/launch-local.js b/lib/launch-local.js index <HASH>..<HASH> 100644 --- a/lib/launch-local.js +++ b/lib/launch-local.js @@ -145,7 +145,7 @@ class Launcher { // Relay event to workers this.pluginEvents.emit('stats', stats); - this.pluginEventsLegacy.emit('stats', SSMS.legacyRe...
fix: pass legacy stats object correctly
artilleryio_artillery
train
js
39a4d7599c4d2091961124443f160c44581149ea
diff --git a/packages/foxman-plugin-automount/index.js b/packages/foxman-plugin-automount/index.js index <HASH>..<HASH> 100644 --- a/packages/foxman-plugin-automount/index.js +++ b/packages/foxman-plugin-automount/index.js @@ -92,6 +92,10 @@ class AutomountPlugin { return filePath.replace(/\\/g, '/'); } ...
feat: support /:id.html
kaola-fed_foxman
train
js
2a213b545be5e653b4f0a279983ea4cfeaacaa11
diff --git a/packages/pob/lib/utils/json5.js b/packages/pob/lib/utils/json5.js index <HASH>..<HASH> 100644 --- a/packages/pob/lib/utils/json5.js +++ b/packages/pob/lib/utils/json5.js @@ -1,7 +1,7 @@ import JSON5 from 'json5'; export function readJSON5(fs, destinationPath, defaults) { - const content = fs.read(dest...
fix: defaults for readJSON5 method
christophehurpeau_pob-lerna
train
js
1adf0355ec6e040d67d850d41ce1fe51269351a6
diff --git a/detox/src/ios/expect.js b/detox/src/ios/expect.js index <HASH>..<HASH> 100644 --- a/detox/src/ios/expect.js +++ b/detox/src/ios/expect.js @@ -38,7 +38,7 @@ class IdMatcher extends Matcher { constructor(value) { super(); if (typeof value !== 'string') throw new Error(`IdMatcher ctor argument mu...
feat(matchers): fix typo
wix_Detox
train
js
bb6a099016acb1cac12d028c4d26ccb10ecf4120
diff --git a/src/components/Lane.js b/src/components/Lane.js index <HASH>..<HASH> 100644 --- a/src/components/Lane.js +++ b/src/components/Lane.js @@ -93,7 +93,7 @@ class Lane extends Component { const laneId = this.props.id const id = uuidv1() this.hideEditableCard() - let card = {...params, id} + ...
fix: Change order of properties in spread object in `addNewCard` method property
rcdexta_react-trello
train
js
45edf54ce8726655cfd504c6f13dea897db5b82b
diff --git a/packages/webpack/lib/plugins/stats.js b/packages/webpack/lib/plugins/stats.js index <HASH>..<HASH> 100644 --- a/packages/webpack/lib/plugins/stats.js +++ b/packages/webpack/lib/plugins/stats.js @@ -22,8 +22,9 @@ exports.StatsPlugin = class WebpackStatsPlugin { const getDepModuleIds = (id) => ...
fix(webpack): dismiss modules which are not in any chunks
untool_untool
train
js