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
5b9ccb04a4f356eaca28e1c6e08b7fe1b2ba8b4e
diff --git a/src/CsvWriter.php b/src/CsvWriter.php index <HASH>..<HASH> 100644 --- a/src/CsvWriter.php +++ b/src/CsvWriter.php @@ -88,7 +88,9 @@ class CsvWriter extends AbstractCsvFile as an error. Therefore both conditions are necessary. */ if (($ret === false) || (($ret === 0) && (strlen($str) > 0)...
fix: better and more verbose error message on failed write
keboola_php-csv
train
php
0846f0117ec77e0ac4aeed2e7540bddc30db3862
diff --git a/test/samples/object-rest-spread.js b/test/samples/object-rest-spread.js index <HASH>..<HASH> 100644 --- a/test/samples/object-rest-spread.js +++ b/test/samples/object-rest-spread.js @@ -23,5 +23,10 @@ module.exports = [ description: 'transpiles object rest spread nested', input: `var obj = { ...a, b:...
test: deeply nested object spread
bublejs_buble
train
js
e057bd4ad2eb47da910b233b9f985c7889a4ca1a
diff --git a/pkg/scheduler/core/generic_scheduler.go b/pkg/scheduler/core/generic_scheduler.go index <HASH>..<HASH> 100644 --- a/pkg/scheduler/core/generic_scheduler.go +++ b/pkg/scheduler/core/generic_scheduler.go @@ -199,7 +199,7 @@ func (g *genericScheduler) Schedule(ctx context.Context, state *framework.CycleS if...
fix: typo Snapshoting to Snapshotting
kubernetes_kubernetes
train
go
3a87851329edce76159a537911e4338d0859e55c
diff --git a/src/Application/Config/Parser/Xml/Menus.php b/src/Application/Config/Parser/Xml/Menus.php index <HASH>..<HASH> 100644 --- a/src/Application/Config/Parser/Xml/Menus.php +++ b/src/Application/Config/Parser/Xml/Menus.php @@ -155,7 +155,7 @@ class Menus implements XmlParserInterface if('menuentr...
fix: menu parser ignored route attribute; threw ConfigException instead of RuntimeException breaking exception handling during configuration setup
Vectrex_vxPHP
train
php
cb35159879c6696cbf7f3ea618f1b5fbed22d50b
diff --git a/src/lib/store/index.js b/src/lib/store/index.js index <HASH>..<HASH> 100644 --- a/src/lib/store/index.js +++ b/src/lib/store/index.js @@ -11,7 +11,7 @@ import storage from 'redux-persist/lib/storage' const config = { storage, key: 'cozy-bar', - whitelist: ['locale', 'apps', 'context'] + whitelist:...
fix: :bug: Don't persist locale
cozy_cozy-bar
train
js
b9c1f016873bbe33592ee9c88ac3454c9ed8afb3
diff --git a/src/api/knowledgebase.js b/src/api/knowledgebase.js index <HASH>..<HASH> 100644 --- a/src/api/knowledgebase.js +++ b/src/api/knowledgebase.js @@ -318,9 +318,9 @@ function getTaskStatus(ajax, taskUrl) { }; -const retrieveAnalysisResults = -module.exports.retrieveAnalysisResults = -function retrieveAnal...
fix: forgot to rename function
trespass-project_trespass.js
train
js
fae383a10018bc35d6bf47d01839e642c31ef180
diff --git a/biz/webui/cgi-bin/composer.js b/biz/webui/cgi-bin/composer.js index <HASH>..<HASH> 100644 --- a/biz/webui/cgi-bin/composer.js +++ b/biz/webui/cgi-bin/composer.js @@ -78,10 +78,9 @@ function handleWebSocket(options) { if (str.indexOf('\r\n\r\n') !== -1) { socket.removeListener('data', handle...
feat: Support for setting the binary frame by request header x-whistle-frame-binary
avwo_whistle
train
js
80a8960d933161e28d696dcdb0dbd30e2e065a6c
diff --git a/src/components/application-shell/application-shell.js b/src/components/application-shell/application-shell.js index <HASH>..<HASH> 100644 --- a/src/components/application-shell/application-shell.js +++ b/src/components/application-shell/application-shell.js @@ -69,7 +69,10 @@ export const RestrictedApplica...
refactor(application-shell): pass undefined in case the user has no timeZone defined
commercetools_merchant-center-application-kit
train
js
09adcca5d04ddaa0996a68f8f60de283511ed371
diff --git a/core/src/elements/ons-tab.js b/core/src/elements/ons-tab.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-tab.js +++ b/core/src/elements/ons-tab.js @@ -114,7 +114,6 @@ export default class TabElement extends BaseElement { * @description * [en] * The icon name for the tab. Can sp...
docs(ons-tab): Removed incorrect feature.
OnsenUI_OnsenUI
train
js
d6dddbe9ff184f46c8335425bba0d65c25f7d289
diff --git a/src/components/rating/QRating.js b/src/components/rating/QRating.js index <HASH>..<HASH> 100644 --- a/src/components/rating/QRating.js +++ b/src/components/rating/QRating.js @@ -115,7 +115,7 @@ export default { } return h('div', { - staticClass: 'q-rating row inline items-center no-wrap', ...
feat(QRating): multi-line when it needs to
quasarframework_quasar
train
js
466293989b339ebef11edc680e89e96b5e77e228
diff --git a/test/model.custom.id.test.js b/test/model.custom.id.test.js index <HASH>..<HASH> 100644 --- a/test/model.custom.id.test.js +++ b/test/model.custom.id.test.js @@ -22,9 +22,13 @@ describe('model.custom.id', function() { httpServer = server.listen(port, done); }); + after(() => { + httpServer.cl...
refactor(test): add after hook.
TossShinHwa_node-odata
train
js
7f5d435c10083808cb3e53d80658f590619c8363
diff --git a/commitizen/defaults.py b/commitizen/defaults.py index <HASH>..<HASH> 100644 --- a/commitizen/defaults.py +++ b/commitizen/defaults.py @@ -8,10 +8,11 @@ from typing import ( Optional, OrderedDict, Tuple, - TypedDict, Union, ) +from typing_extensions import TypedDict + # Type Ques...
fix: import TypedDict from type_extensions for backward compatibility
Woile_commitizen
train
py
58cacb25a073bef432a85028c27b982df2614a99
diff --git a/lib/optimize/CommonsChunkPlugin.js b/lib/optimize/CommonsChunkPlugin.js index <HASH>..<HASH> 100644 --- a/lib/optimize/CommonsChunkPlugin.js +++ b/lib/optimize/CommonsChunkPlugin.js @@ -257,7 +257,7 @@ Take a look at the "name"/"names" or async/children option.`); if(Array.isArray(selectedChunks)) { ...
feat: indexOf -> includes
webpack_webpack
train
js
074099a1b21eda2deef31bd131689aa9a5886732
diff --git a/server/cors.go b/server/cors.go index <HASH>..<HASH> 100644 --- a/server/cors.go +++ b/server/cors.go @@ -22,9 +22,7 @@ import ( "net/url" ) -type corsInfo struct { - origins map[string]bool -} +type corsInfo map[string]bool func NewCORSInfo(origins []string) (*corsInfo, error) { // Construct a l...
refactor(cors): Simplify corsInfo struct
etcd-io_etcd
train
go
b76094b9e5c5655091dedb70fc3c13776bde2054
diff --git a/packages/form-upload/src/UploadProgressBar.js b/packages/form-upload/src/UploadProgressBar.js index <HASH>..<HASH> 100644 --- a/packages/form-upload/src/UploadProgressBar.js +++ b/packages/form-upload/src/UploadProgressBar.js @@ -33,6 +33,7 @@ const UploadProgressBar = ({ upload, ...rest }) => { const...
fix(form-upload): stop propagation from form submit to prevent submission of parent forms
Availity_availity-react
train
js
e2c652ab90168eb0e43f26743f069d109a3ac7c8
diff --git a/dist/layer/convolution.js b/dist/layer/convolution.js index <HASH>..<HASH> 100644 --- a/dist/layer/convolution.js +++ b/dist/layer/convolution.js @@ -87,9 +87,7 @@ function compareFilters(filterDeltas, inputs, deltas) { var input = inputs[this.thread.z][inputY][inputX]; var deltaY = deltaSlid...
fix: Remove iteration through deltaZ, they are locked for the time being via a constant
BrainJS_brain.js
train
js
8cd3dab4d353a21afb0b124c64f747dcedaa62e7
diff --git a/packages/bonde-admin/src/mobilizations/widgets/components/form-finish-message/index.js b/packages/bonde-admin/src/mobilizations/widgets/components/form-finish-message/index.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin/src/mobilizations/widgets/components/form-finish-message/index.js +++ b/pack...
feat(admin): add preview tell a friend
nossas_bonde-client
train
js
75e93b58d436c614efa64f1d984bb5cb1c40c31b
diff --git a/client/scripts/index.js b/client/scripts/index.js index <HASH>..<HASH> 100755 --- a/client/scripts/index.js +++ b/client/scripts/index.js @@ -1,10 +1,12 @@ -/** @jsx React.DOM */ +"use strict"; require("../styles/index.scss"); var React = require("react/addons"); -var {ToastContainer, ToastMessage} = r...
chore(client): migrate to React.createFactory
tomchentw_react-toastr
train
js
781c839517b851194b257bcecdb9d352af29010c
diff --git a/vcspull/log.py b/vcspull/log.py index <HASH>..<HASH> 100644 --- a/vcspull/log.py +++ b/vcspull/log.py @@ -183,7 +183,7 @@ class RepoLogFormatter(LogFormatter): Fore.GREEN + Style.DIM, record.repo_name, Fore.YELLOW, - record.repo_vcs, + record.rep...
fix(log): Update to <I>b<I>'s logging update
vcs-python_vcspull
train
py
2a06fd852bbc044af0859daa6f248358565acf6b
diff --git a/packages/demo-admin/src/config/apollo.js b/packages/demo-admin/src/config/apollo.js index <HASH>..<HASH> 100644 --- a/packages/demo-admin/src/config/apollo.js +++ b/packages/demo-admin/src/config/apollo.js @@ -14,15 +14,5 @@ export default new ApolloClient({ cache: new InMemoryCache({ addType...
fix: enable caching in local development
Webiny_webiny-js
train
js
3db63d6d8bfb4ba9fd0ad3896c6eddf6d0f965dc
diff --git a/samples/youtube/upload.js b/samples/youtube/upload.js index <HASH>..<HASH> 100644 --- a/samples/youtube/upload.js +++ b/samples/youtube/upload.js @@ -54,8 +54,8 @@ async function runSample(fileName) { // number of bytes uploaded to this point. onUploadProgress: evt => { const progres...
fix(samples): fix readline args in youtube upload (#<I>)
googleapis_google-api-nodejs-client
train
js
beeacf5d2f6947b03fa76c0dfdfc7bec65c533d4
diff --git a/src/components/Form/FormRadio.react.js b/src/components/Form/FormRadio.react.js index <HASH>..<HASH> 100644 --- a/src/components/Form/FormRadio.react.js +++ b/src/components/Form/FormRadio.react.js @@ -6,6 +6,9 @@ import Form from "./"; type Props = {| +className?: string, + /** + * Wrap the check...
fix(FormRadio): only wrap in label if label is used
tabler_tabler-react
train
js
1d77f9d33d65b7948dbac79abc4776661345d6e1
diff --git a/core/commands/keystore.go b/core/commands/keystore.go index <HASH>..<HASH> 100644 --- a/core/commands/keystore.go +++ b/core/commands/keystore.go @@ -169,7 +169,7 @@ path can be specified with '--output=<path>' or '-o=<path>'. if err != nil { return err } - if ver > fsrepo.RepoVersion { + if ve...
refactor: key export requires exact repo ver
ipfs_go-ipfs
train
go
8c937ff6c4d67a8e18f411126a0b4bdcfebd9629
diff --git a/test/specs/options/checkCrossOrigin.spec.js b/test/specs/options/checkCrossOrigin.spec.js index <HASH>..<HASH> 100644 --- a/test/specs/options/checkCrossOrigin.spec.js +++ b/test/specs/options/checkCrossOrigin.spec.js @@ -33,7 +33,7 @@ describe('checkCrossOrigin (option)', () => { expect(cropper.optio...
test: update test for cross origin image
fengyuanchen_cropperjs
train
js
9f0bf082e6049f0a06f5667dee5433775ed2b115
diff --git a/packages/@vue/cli/lib/util/getVersions.js b/packages/@vue/cli/lib/util/getVersions.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli/lib/util/getVersions.js +++ b/packages/@vue/cli/lib/util/getVersions.js @@ -18,7 +18,8 @@ module.exports = async function getVersions () { const lastChecked = (awai...
fix: version check ignores cached version. fixes #<I> (#<I>)
vuejs_vue-cli
train
js
9b6a47e8b7183fe2e5eab8f856ca4ca883885216
diff --git a/test/integration/qpid/disposition.test.js b/test/integration/qpid/disposition.test.js index <HASH>..<HASH> 100644 --- a/test/integration/qpid/disposition.test.js +++ b/test/integration/qpid/disposition.test.js @@ -82,7 +82,7 @@ describe('Disposition', function() { receivedCount++; /...
fix(disposition-test): use this instead of receiver
noodlefrenzy_node-amqp10
train
js
966554da4346715b7c20be27dcd10c2a501b1fb5
diff --git a/lib/features/snapping/Snapping.js b/lib/features/snapping/Snapping.js index <HASH>..<HASH> 100644 --- a/lib/features/snapping/Snapping.js +++ b/lib/features/snapping/Snapping.js @@ -26,6 +26,11 @@ function Snapping(eventBus, canvas) { }); eventBus.on([ 'shape.move.move', 'shape.move.end', 'create.m...
feat(snapping): use CTRL to opt-out snapping Related to bpmn-io/bpmn-js#<I>
bpmn-io_diagram-js
train
js
bba5c61825e2060b0a0149ed50fe78ff7a5eac2f
diff --git a/molgenis-omx-auth/src/main/java/org/molgenis/omx/auth/OmxPermissionService.java b/molgenis-omx-auth/src/main/java/org/molgenis/omx/auth/OmxPermissionService.java index <HASH>..<HASH> 100644 --- a/molgenis-omx-auth/src/main/java/org/molgenis/omx/auth/OmxPermissionService.java +++ b/molgenis-omx-auth/src/mai...
fix: permission hierarchy was the other way around
molgenis_molgenis
train
java
0bf57a81681b8075e3406b24e6154796a09fc901
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -24,8 +24,10 @@ function Stream() { Stream.prototype = Object.create(Writable.prototype) Stream.prototype._write = function (chunk, enc, next) { - this._length += chunk.length - this._chunks.push(chunk) + if (chunk) { +...
refactor: ensure chunk is an object
h2non_pipefy
train
js
eb7732c82161c74244e6752fb7ab25760d1089ec
diff --git a/bin/whistle.js b/bin/whistle.js index <HASH>..<HASH> 100755 --- a/bin/whistle.js +++ b/bin/whistle.js @@ -116,7 +116,8 @@ program .option('-S, --storage [newStorageDir]', 'the new local storage directory', String, undefined) .option('-C, --copy [storageDir]', 'copy storageDir to newStorageDir', Strin...
feat: Add cli -H, -host to set the listening host
avwo_whistle
train
js
efe6d041aa0a1620f9b2e4717ba5d2a96da7a5a3
diff --git a/lib/parse-args.js b/lib/parse-args.js index <HASH>..<HASH> 100644 --- a/lib/parse-args.js +++ b/lib/parse-args.js @@ -92,7 +92,7 @@ function buildYargs (withCommands = false) { .options('allowExternal', { default: false, type: 'boolean', - describe: 'supplying --allowExternal will c...
fix: add missing space in text (#<I>)
bcoe_c8
train
js
f75e4b62a10bc16edb25844036e872de8613a6be
diff --git a/run_nosetests.py b/run_nosetests.py index <HASH>..<HASH> 100755 --- a/run_nosetests.py +++ b/run_nosetests.py @@ -40,7 +40,6 @@ def main(): '--with-coverage', '--cover-inclusive', '--cover-package=scuba', - '--processes=-1', '--detailed-errors'...
test: Disable parallel testing in run_nosetests.py This adds more complexity and confusion than it is worth. Also, we now have tests that count on the state of the local image repository, so don't let tests potentially screw each other up.
JonathonReinhart_scuba
train
py
b9b8dd3ccf9ec9851ed65846f4061c15bb10f3ce
diff --git a/bukuserver/server.py b/bukuserver/server.py index <HASH>..<HASH> 100644 --- a/bukuserver/server.py +++ b/bukuserver/server.py @@ -224,6 +224,9 @@ def create_app(db_file=None): disable_favicon = os.getenv('BUKUSERVER_DISABLE_FAVICON', 'false') app.config['BUKUSERVER_DISABLE_FAVICON'] = \ ...
fix(OPEN_IN_NEW_TAB): get from environment var
jarun_Buku
train
py
277a003de47ec445f3bc29134326d611a59ea00e
diff --git a/lib/components/narrative/narrative-profile-options.js b/lib/components/narrative/narrative-profile-options.js index <HASH>..<HASH> 100644 --- a/lib/components/narrative/narrative-profile-options.js +++ b/lib/components/narrative/narrative-profile-options.js @@ -35,7 +35,7 @@ class NarrativeProfileOptions e...
fix(itinerary): Fix css-class bug for differentiating itinerary vs. profile options
opentripplanner_otp-react-redux
train
js
3f535933b73f59cc9a7bda181332c2d9ee7fc6bc
diff --git a/src/Leevel/Database/Ddd/Entity.php b/src/Leevel/Database/Ddd/Entity.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Database/Ddd/Entity.php +++ b/src/Leevel/Database/Ddd/Entity.php @@ -1717,8 +1717,6 @@ abstract class Entity implements IArray, IJson, JsonSerializable, ArrayAccess /** * Get da...
style(ddd): code poem
hunzhiwange_framework
train
php
8bf399b30fa6356be49cc6afa856ede24fc7d1da
diff --git a/js/src/forum/addSubscriptionControls.js b/js/src/forum/addSubscriptionControls.js index <HASH>..<HASH> 100644 --- a/js/src/forum/addSubscriptionControls.js +++ b/js/src/forum/addSubscriptionControls.js @@ -27,7 +27,7 @@ export default function addSubscriptionControls() { if (app.session.user) { ...
fix: set priority on subscription item (#<I>)
flarum_subscriptions
train
js
2e8c267cea357cc67da6bf7037da36229730d9cb
diff --git a/test/spec/features/auto-resize/AutoResizeSpec.js b/test/spec/features/auto-resize/AutoResizeSpec.js index <HASH>..<HASH> 100644 --- a/test/spec/features/auto-resize/AutoResizeSpec.js +++ b/test/spec/features/auto-resize/AutoResizeSpec.js @@ -211,6 +211,10 @@ describe('features/auto-resize', function() { ...
test(auto-resize): add test stub for connection expansion
bpmn-io_diagram-js
train
js
68ed4ed0ddb0ec3574dab585ebe420f7e60ab5b0
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 @@ -51,7 +51,7 @@ class Uploader extends EventEmitter { }) // avoid flooding the client with progress events. - if (Math.floor(percent...
fix: reduce the sent upload progress some more
transloadit_uppy-server
train
js
c4554c582d499aa20d0971899dad44823773f273
diff --git a/src/js/components/filter.js b/src/js/components/filter.js index <HASH>..<HASH> 100644 --- a/src/js/components/filter.js +++ b/src/js/components/filter.js @@ -194,7 +194,7 @@ function matchFilter( } function isEqualList(listA, listB) { - return listA.length === listB.length && listA.every((el) => ~li...
refactor: replace `~ indexOf()` with regular `includes()`
uikit_uikit
train
js,js
de2d13817d208cbb89d7fb552000021ced4b66cc
diff --git a/src/verifier.js b/src/verifier.js index <HASH>..<HASH> 100644 --- a/src/verifier.js +++ b/src/verifier.js @@ -1,5 +1,4 @@ -import { SUB_STEPS, STEPS, VERIFICATION_STATUSES } from './constants'; -import * as blockchainConnectors from './blockchainConnectors'; +import { STEPS, SUB_STEPS, VERIFICATION_STATUSE...
refactor(verifier): updated implementation of lookForTx
blockchain-certificates_cert-verifier-js
train
js
32f56d12031dc6d4d696b281ae31ad7c6164a366
diff --git a/controller/scheduler/fleet.py b/controller/scheduler/fleet.py index <HASH>..<HASH> 100644 --- a/controller/scheduler/fleet.py +++ b/controller/scheduler/fleet.py @@ -152,7 +152,7 @@ class FleetHTTPClient(AbstractSchedulerClient): tags = kwargs.get('tags', {}) unit_tags = tags.viewitems() ...
fix(controller): legacy fix should modify dict instead of dict view When trying to modify the unit_tags, the following error occurs: `TypeError: dict_items object does not support item assignment`. This is because it is a view and not a dict. You have to modify the dict directly in order for this to work.
deis_deis
train
py
d280d1b03f595f1c4464ab1a8ba20cf74088ec2d
diff --git a/src/structures/MessageMentions.js b/src/structures/MessageMentions.js index <HASH>..<HASH> 100644 --- a/src/structures/MessageMentions.js +++ b/src/structures/MessageMentions.js @@ -47,7 +47,7 @@ class MessageMentions { } else { this.users = new Collection(); for (const mention of ...
style: change let to const in MessageMentions (#<I>)
discordjs_discord.js
train
js
704a0aa57e817aa38bb9e40ad3710ba69d52e44c
diff --git a/servers/icon.php b/servers/icon.php index <HASH>..<HASH> 100644 --- a/servers/icon.php +++ b/servers/icon.php @@ -1,7 +1,14 @@ <?php -$root = dirname(dirname(dirname(dirname(__FILE__)))); -require_once "$root/vendor/autoload.php"; +$plugin_root = dirname(dirname(__FILE__)); +$root = dirname(dirname($plu...
fix(icons): require all autoloader files
hypeJunction_hypeApps
train
php
8c0be4c8b4bbffaf376033c0c69aa918c25649fe
diff --git a/packages/ringcentral-integration/modules/Webphone/webphoneHelper.js b/packages/ringcentral-integration/modules/Webphone/webphoneHelper.js index <HASH>..<HASH> 100644 --- a/packages/ringcentral-integration/modules/Webphone/webphoneHelper.js +++ b/packages/ringcentral-integration/modules/Webphone/webphoneHel...
fix(webphoneHelper):merge to conference check if the conference is recording (#<I>) * :bug: (webphoneHelper) when the session's recordStatus is not exist then the session is on in record…
ringcentral_ringcentral-js-widgets
train
js
17b41338a3377c52233f898af1528dabb6b5348f
diff --git a/adapters/apt/src/main/java/io/sundr/adapter/apt/AptContext.java b/adapters/apt/src/main/java/io/sundr/adapter/apt/AptContext.java index <HASH>..<HASH> 100644 --- a/adapters/apt/src/main/java/io/sundr/adapter/apt/AptContext.java +++ b/adapters/apt/src/main/java/io/sundr/adapter/apt/AptContext.java @@ -74,6 ...
feat: AptContext can now be initialized without a DefinitionRepository
sundrio_sundrio
train
java
6535ddbd4d85fee0e7d07da78174abd6483bd644
diff --git a/memote/suite/cli/__init__.py b/memote/suite/cli/__init__.py index <HASH>..<HASH> 100644 --- a/memote/suite/cli/__init__.py +++ b/memote/suite/cli/__init__.py @@ -19,7 +19,6 @@ from __future__ import absolute_import -import locale import logging from builtins import dict @@ -29,8 +28,6 @@ from memo...
fix: do not use system locale but "C" (#<I>) * Quick fix to the GLPK model copy problem.
opencobra_memote
train
py
8cd42d67cd33b0c61380ca59c782469df0b2dda0
diff --git a/lib/cron_for_github/version.rb b/lib/cron_for_github/version.rb index <HASH>..<HASH> 100644 --- a/lib/cron_for_github/version.rb +++ b/lib/cron_for_github/version.rb @@ -1,3 +1,3 @@ module CronForGithub - VERSION = '0.0.1.beta' + VERSION = '0.0.1.beta2' end
chore(app): bump development version to <I>.beta2
packsaddle_ruby-cron_for_github
train
rb
04086a47536989ef25be33d3e9bc942911ea353e
diff --git a/ibis/backends/impala/ddl.py b/ibis/backends/impala/ddl.py index <HASH>..<HASH> 100644 --- a/ibis/backends/impala/ddl.py +++ b/ibis/backends/impala/ddl.py @@ -91,6 +91,7 @@ class DelimitedFormat: if self.lineterminator is not None: yield f"LINES TERMINATED BY '{self.lineterminator}'" ...
fix(impala): a delimited table explicitly declare stored as textfile fixes #<I>
ibis-project_ibis
train
py,py
f9deac259202b93c6dca736d624404869a2a958b
diff --git a/system/Database/Postgre/Connection.php b/system/Database/Postgre/Connection.php index <HASH>..<HASH> 100644 --- a/system/Database/Postgre/Connection.php +++ b/system/Database/Postgre/Connection.php @@ -42,6 +42,11 @@ class Connection extends BaseConnection */ public $escapeChar = '"'; + pro...
fix: add properties configured by DSN
codeigniter4_CodeIgniter4
train
php
7fa21b2d66cdee7b5487d72399e8a49a1dd6357f
diff --git a/apps/actor-web/js/components/common/MessageItem.react.js b/apps/actor-web/js/components/common/MessageItem.react.js index <HASH>..<HASH> 100644 --- a/apps/actor-web/js/components/common/MessageItem.react.js +++ b/apps/actor-web/js/components/common/MessageItem.react.js @@ -139,7 +139,6 @@ MessageItem.State...
refactor(web): removed unnessesary debug
actorapp_actor-platform
train
js
9c4c14f90d0683cc3adb3288bf2646e321e5fc07
diff --git a/src/main/java/dtest/base/TestActor.java b/src/main/java/dtest/base/TestActor.java index <HASH>..<HASH> 100644 --- a/src/main/java/dtest/base/TestActor.java +++ b/src/main/java/dtest/base/TestActor.java @@ -1078,7 +1078,7 @@ public class TestActor extends Observable implements ITestActor { if (o...
fix(TestACtor): serialize nulls by default when using Gson
mcdcorp_opentest
train
java,java
ffcc190bfa6e1efae53fc636982a785a3679b351
diff --git a/cloudvolume/datasource/precomputed/skeleton.py b/cloudvolume/datasource/precomputed/skeleton.py index <HASH>..<HASH> 100644 --- a/cloudvolume/datasource/precomputed/skeleton.py +++ b/cloudvolume/datasource/precomputed/skeleton.py @@ -778,11 +778,11 @@ class PrecomputedSkeleton(object): ys = self.verti...
fix: switch skeleton heatmap to rainbow The hsv map is red at both ends. Also chose this map because it seems fairly resistant to color blindness.
seung-lab_cloud-volume
train
py
f52695bb32fcf5d19d49abef2b0336741740b0ff
diff --git a/rope/contrib/autoimport/autoimport.py b/rope/contrib/autoimport/autoimport.py index <HASH>..<HASH> 100644 --- a/rope/contrib/autoimport/autoimport.py +++ b/rope/contrib/autoimport/autoimport.py @@ -29,7 +29,8 @@ def get_future_names( for package in packages: for module in get_files(pa...
fix: don't increment on null job sets
python-rope_rope
train
py
638ff10bea1936bc0015483726e8bcaee3b7bb75
diff --git a/src/js/core/drop.js b/src/js/core/drop.js index <HASH>..<HASH> 100644 --- a/src/js/core/drop.js +++ b/src/js/core/drop.js @@ -281,7 +281,7 @@ export default { const handler = () => this.$emit(); return [ on(win...
fix: listen for scroll events on scrollable ancestor elements only
uikit_uikit
train
js
5ec47677135cc0e1ce3a83202565c49a98f017fb
diff --git a/swarm.go b/swarm.go index <HASH>..<HASH> 100644 --- a/swarm.go +++ b/swarm.go @@ -112,9 +112,13 @@ func NewSwarm(ctx context.Context, local peer.ID, peers peerstore.Peerstore, bwc s.dsync = NewDialSync(s.doDial) s.limiter = newDialLimiter(s.dialAddr) - s.proc = goprocessctx.WithContextAndTeardown(ctx...
fix: set teardown after storing the context. Otherwise, we can modify the context after/while the process is shutting down. fixes #<I>
libp2p_go-libp2p-swarm
train
go
450fef7afd11657bb0ed108bef20f9632efcf129
diff --git a/tests/customers/admin.py b/tests/customers/admin.py index <HASH>..<HASH> 100644 --- a/tests/customers/admin.py +++ b/tests/customers/admin.py @@ -6,6 +6,7 @@ from .models import Client class ClientAdmin(AdminAdvancedFiltersMixin, admin.ModelAdmin): - pass + advanced_filter_fields = ('language', ...
test(customers): add an FK and some sample advanced_filter_fields
modlinltd_django-advanced-filters
train
py,py
c6acf515e6d7d3d56ce4b140648e3cbf23eccd72
diff --git a/server/api.js b/server/api.js index <HASH>..<HASH> 100644 --- a/server/api.js +++ b/server/api.js @@ -47,6 +47,11 @@ api.GET('/query', async (req, res) => { // Map clients to their watch streams. let clients = Object.create(null) +function unwatch(stream) { + clients[stream.clientId].delete(stream) + ...
fix: clean up watch stream on close
aleclarson_wch
train
js
c9d3a6ca01f578a9a670d060ab747e7dd56fd7ce
diff --git a/static/lib/composer.js b/static/lib/composer.js index <HASH>..<HASH> 100644 --- a/static/lib/composer.js +++ b/static/lib/composer.js @@ -197,7 +197,7 @@ define('composer', [ formatting.addButton(iconClass, onClick, title); }; - composer.newTopic = function (data) { + composer.newTopic = async (data...
fix: convert `filter:composer.topic.push` to use hooks module as well
NodeBB_nodebb-plugin-composer-default
train
js
957b62c28dceddba0fb954ecd746f20a42bd7ecb
diff --git a/src/dispatcher.js b/src/dispatcher.js index <HASH>..<HASH> 100644 --- a/src/dispatcher.js +++ b/src/dispatcher.js @@ -173,11 +173,9 @@ export default class Dispatcher { setTimeout(() => { var newCursor = this.selectionWatcher.forceCursor() if (newCursor.equals(cursor)) { - event.p...
fix(keyboard): trigger switch event again
livingdocsIO_editable.js
train
js
c76018f24c6e3548f1e44457b19e442bd0e28e95
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,8 +9,6 @@ module.exports = { module: { loaders: [{ test: /\.js$/, exclude: /node_modules/, loader: 'babel' - }, { - test: /\.html$/, exclude: /node_modules/, loader...
chore(build): remove raw loader We do not need raw-loader anymore in our main build. Only used in dev/example app to load templates.
algolia_instantsearch.js
train
js
f44fdaca0742dd30c25c46b774384e6f4a588330
diff --git a/test/utils/image/manifest.go b/test/utils/image/manifest.go index <HASH>..<HASH> 100644 --- a/test/utils/image/manifest.go +++ b/test/utils/image/manifest.go @@ -218,7 +218,7 @@ func initImageConfigs(list RegistryList) (map[int]Config, map[int]Config) { configs[JessieDnsutils] = Config{list.PromoterE2eRe...
test: bump nfs-provisioner to <I> This is the first version built for multiple architectures.
kubernetes_kubernetes
train
go
5b526b288163ff2ea6f60f2430601d59d7d3f3b6
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -49,18 +49,18 @@ class ZenodoApi { class ZenodoApiDepositions { constructor(request, baseUrl) { - this[kRequest] = request.defaults({baseUrl: baseUrl + 'deposit/depositions/'}); + this[kRe...
fix: remove slash at the end of urls
cheminfo_zenodo
train
js
d865b9e3f7323147c5a566a740f3c4a9b636d7f7
diff --git a/karma-ng.conf.js b/karma-ng.conf.js index <HASH>..<HASH> 100644 --- a/karma-ng.conf.js +++ b/karma-ng.conf.js @@ -30,6 +30,11 @@ module.exports = function(config) { var cfg = { basePath: '.', + browserConsoleLogOptions: { + path: process.env.CIRCLE_ARTIFACTS ? path.join(process.env.CIRCLE...
chore(tooling): write karma browser log to file instead of standard out
webex_spark-js-sdk
train
js
37c35ff1b7a34286d0a3b59b26d748b3a82554a6
diff --git a/scripts/pnp-test.js b/scripts/pnp-test.js index <HASH>..<HASH> 100644 --- a/scripts/pnp-test.js +++ b/scripts/pnp-test.js @@ -16,7 +16,6 @@ const tasks = [ function configure () { openSync(path.join(projectDir, 'yarn.lock'), 'w') spawnSync('yarn', ['set', 'version', 'berry'], projectOpts) - ...
chore: use version berry in pnp test
gridsome_gridsome
train
js
3acda0e524ffaa868b36db804f22b270810e8bb4
diff --git a/lib/config/migrate-validate.js b/lib/config/migrate-validate.js index <HASH>..<HASH> 100644 --- a/lib/config/migrate-validate.js +++ b/lib/config/migrate-validate.js @@ -19,7 +19,7 @@ function migrateAndValidate(config, input) { logger.debug('No config migration necessary'); } const massag...
chore: log massageConfig as config
renovatebot_renovate
train
js
f3e22ccdf8584eba561c352c131f47ae8c428fd8
diff --git a/lib/components/services/rbac/admin/index.js b/lib/components/services/rbac/admin/index.js index <HASH>..<HASH> 100644 --- a/lib/components/services/rbac/admin/index.js +++ b/lib/components/services/rbac/admin/index.js @@ -88,8 +88,10 @@ class RbacAdmin { } // describeRole restrictionsOn(resourceTyp...
feat: Completed rbacAdmin.restrictionsOn No longer fails if no specific permissions applied. Returns empty object if no access permissions on the resource type.
wmfs_tymly-rbac-plugin
train
js
b196b5b7e83d6aef815d6042bfc8ecd46a486e3c
diff --git a/tooling/util/coverage.js b/tooling/util/coverage.js index <HASH>..<HASH> 100644 --- a/tooling/util/coverage.js +++ b/tooling/util/coverage.js @@ -87,6 +87,10 @@ async function report() { file: `reports/coverage/lcov.info` }).writeReport(collector, true); + Report.create(`cobertura`, { + file:...
fix(tooling): produce cobertura report
webex_spark-js-sdk
train
js
799d5d8c24036f43189d34ce4287b566ace63fce
diff --git a/warehouse/packaging/search.py b/warehouse/packaging/search.py index <HASH>..<HASH> 100644 --- a/warehouse/packaging/search.py +++ b/warehouse/packaging/search.py @@ -10,6 +10,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +import packaging.ve...
fix: sort versions when creating index documents (#<I>) makes this list stable for consistent tests
pypa_warehouse
train
py
25f9da2d7eed57485be6a350de2ca1ebdee06468
diff --git a/src/EloquentViewableServiceProvider.php b/src/EloquentViewableServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/EloquentViewableServiceProvider.php +++ b/src/EloquentViewableServiceProvider.php @@ -7,6 +7,8 @@ namespace CyrildeWit\EloquentViewable; use CyrildeWit\EloquentViewable\Contracts\Crawler...
feat: bind Viewer to contract
cyrildewit_eloquent-viewable
train
php
c90fb5bb8508315f150a3e2ee02448ad1ef44558
diff --git a/src/Leevel/Database/Ddd/Relation/Relation.php b/src/Leevel/Database/Ddd/Relation/Relation.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Database/Ddd/Relation/Relation.php +++ b/src/Leevel/Database/Ddd/Relation/Relation.php @@ -339,7 +339,7 @@ abstract class Relation static::$relationCondition =...
perf(database): improves database relation performance
hunzhiwange_framework
train
php
c58d930e293ec4105e49391f67d8b31218d474ad
diff --git a/src/components/autocomplete/js/autocompleteController.js b/src/components/autocomplete/js/autocompleteController.js index <HASH>..<HASH> 100644 --- a/src/components/autocomplete/js/autocompleteController.js +++ b/src/components/autocomplete/js/autocompleteController.js @@ -57,7 +57,7 @@ } funct...
fix(autocomplete): change events will no longer be called on load
angular_material
train
js
5cd214fe50a2e1ebdad2b4b53e355a87b6c77fa4
diff --git a/lib/components/form/location-field.js b/lib/components/form/location-field.js index <HASH>..<HASH> 100644 --- a/lib/components/form/location-field.js +++ b/lib/components/form/location-field.js @@ -148,7 +148,7 @@ class LocationField extends Component { // see https://stackoverflow.com/a/49325196/9158...
feat(form): Clear location field on blur if no location set
opentripplanner_otp-react-redux
train
js
0bdd3e6c497e92f8b6eb39ab28a5c98edb791313
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -273,7 +273,7 @@ gettext_compact = False gettext_additional_targets = ['raw'] def setup(app): - app.add_stylesheet('custom.css') + app.add_css_file('custom.css') sys.path.append(os.path.abspath('ex...
docs: replace deprecated API that will be removed from Sphinx <I>
spotbugs_spotbugs
train
py
04b9e3b5d209a47911da658bc3959b1c52889fa8
diff --git a/agnocomplete/fields.py b/agnocomplete/fields.py index <HASH>..<HASH> 100644 --- a/agnocomplete/fields.py +++ b/agnocomplete/fields.py @@ -53,7 +53,7 @@ class AgnocompleteMixin(object): registry = get_agnocomplete_registry() if klass_or_instance not in registry: ra...
fix: it's more informative with the formatting
peopledoc_django-agnocomplete
train
py
2c622b506c7b30ed6500a7325e4a86999c4d71a8
diff --git a/deisctl/cmd/cmd.go b/deisctl/cmd/cmd.go index <HASH>..<HASH> 100644 --- a/deisctl/cmd/cmd.go +++ b/deisctl/cmd/cmd.go @@ -298,17 +298,17 @@ Usage: deisctl restart [<target>...] [options] ` // parse command-line arguments - args, err := docopt.Parse(usage, argv, true, "", false) - if err != nil { + if...
fix(deisctl): make restart call start and stop properly
deis_deis
train
go
ffaaeea0c3d6a1005ba38fe69491e02f045f8253
diff --git a/packages/ui-elements/src/components/MetricsList/MetricsListItem/index.js b/packages/ui-elements/src/components/MetricsList/MetricsListItem/index.js index <HASH>..<HASH> 100644 --- a/packages/ui-elements/src/components/MetricsList/MetricsListItem/index.js +++ b/packages/ui-elements/src/components/MetricsLis...
fix(MetricsListItem): change label and value propType to node Test plan: - passing non-string values to label and value props on MetricsListItem does not throw any errors in the console, and renders the content correctly Change-Id: Ic<I>f<I>aeb9ca<I>f5ded<I>f<I>ba8ddaab Reviewed-on: <URL>
instructure_instructure-ui
train
js
1ef39f3bea36543f1f0c860e650c026542b675f1
diff --git a/ui/src/components/file/QFile.js b/ui/src/components/file/QFile.js index <HASH>..<HASH> 100644 --- a/ui/src/components/file/QFile.js +++ b/ui/src/components/file/QFile.js @@ -155,7 +155,8 @@ export default defineComponent({ return [ h('input', { class: [ props.inputClass, 'q-file_...
fix(QFile): prevent focus on filler input
quasarframework_quasar
train
js,js
e5622fc660967e6c75d7baa6cff137fe9c719317
diff --git a/src/Commands/New/index.js b/src/Commands/New/index.js index <HASH>..<HASH> 100644 --- a/src/Commands/New/index.js +++ b/src/Commands/New/index.js @@ -79,22 +79,24 @@ class NewApp extends BaseCommand { } /** - * Api only is given preference over full-stack. Ideally - * a user should neve...
docs(new): fix some doc block
adonisjs_adonis-cli
train
js
08520187ca80872829360a991230f1d4c6272ed1
diff --git a/src/trumbowyg.js b/src/trumbowyg.js index <HASH>..<HASH> 100644 --- a/src/trumbowyg.js +++ b/src/trumbowyg.js @@ -544,7 +544,7 @@ jQuery.trumbowyg = { $btn = $('<button/>', { type: 'button', - 'class': prefix + n + '-button' + (btn.ico ? ' ' + pref...
feat: add ability to add classes on buttons
Alex-D_Trumbowyg
train
js
c80dd20aef746f5508c08ff01348f45928e92acf
diff --git a/tests/utils/misc/index.js b/tests/utils/misc/index.js index <HASH>..<HASH> 100644 --- a/tests/utils/misc/index.js +++ b/tests/utils/misc/index.js @@ -3,7 +3,6 @@ const _ = require('lodash'); const BbPromise = require('bluebird'); const AWS = require('aws-sdk'); -const CloudWatchLogsSdk = require('aws-sd...
test: Refactor `confirmCloudWatchLogs` to rely on `awsRequest`
serverless_serverless
train
js
c393874a8e5cfb5ac590bb0a79716323d4aa94b7
diff --git a/node-tests/unit/tasks/ember-build-test.js b/node-tests/unit/tasks/ember-build-test.js index <HASH>..<HASH> 100644 --- a/node-tests/unit/tasks/ember-build-test.js +++ b/node-tests/unit/tasks/ember-build-test.js @@ -21,15 +21,8 @@ describe('Ember Build Task', () => { }); it('generates ember build com...
test(build-task): rm redundant test, pass env/platform to run
isleofcode_ember-cordova
train
js
7c2279f9e754edd818358c63675ca62d37c7b7c1
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -751,9 +751,9 @@ return promise; } - function scrollToPreNormalized(x, y, duration, callback) { + function scrollToPreNormalized(x, y, duration, callback, forcePageChange) ...
fix: force page change when calling scrollByPage
misonou_jquery-scrollable
train
js
13c4bde90c9325ca6f5070b46e592dcfb194f31e
diff --git a/tests/Lob/Tests/LobTest.php b/tests/Lob/Tests/LobTest.php index <HASH>..<HASH> 100644 --- a/tests/Lob/Tests/LobTest.php +++ b/tests/Lob/Tests/LobTest.php @@ -119,12 +119,6 @@ class LobTest extends \PHPUnit_Framework_TestCase { $lob = new Lob(LOB_TEST_API_KEY, "2017-11-08"); $this->assert...
fix(build): Fix specific api version test (#<I>)
lob_lob-php
train
php
524bcb2a6594914248577f6cb0d9146bf216cd62
diff --git a/alot/account.py b/alot/account.py index <HASH>..<HASH> 100644 --- a/alot/account.py +++ b/alot/account.py @@ -382,6 +382,6 @@ class MatchSdtoutAddressbook(AddressBook): if m: info = m.groupdict() email = info['email'].strip() - name = info['name...
fix: contact completion for contacts w/o name If the a contact (a pair of strings name, address) has no name, then propose the address only instead of some strange `"" <address>`. Moreover, don't strip the namestring but use as is.
pazz_alot
train
py,py
ec530298a899e567e0833ac2c7dd4e363ce9a1f5
diff --git a/test/functional/transactions_tests.js b/test/functional/transactions_tests.js index <HASH>..<HASH> 100644 --- a/test/functional/transactions_tests.js +++ b/test/functional/transactions_tests.js @@ -301,6 +301,15 @@ function prepareDatabaseForSuite(suite, context) { if (suite.data && Array.isArray(su...
test(transactions): fix bug with sharded transaction tests Fixes NODE-<I>
mongodb_node-mongodb-native
train
js
191f09631ac25f15c10b0ab1c9292ba7437a4c72
diff --git a/tests/share_elements/test_examples.py b/tests/share_elements/test_examples.py index <HASH>..<HASH> 100644 --- a/tests/share_elements/test_examples.py +++ b/tests/share_elements/test_examples.py @@ -105,7 +105,7 @@ def test_functionality_example(caplog): rafcon.core.singleton.state_machine_exec...
test(examples): Cope with additional warning when loading erroneous sm
DLR-RM_RAFCON
train
py
0b992c6fad3eca6981901c5fa50858019a8dedd7
diff --git a/src/processor.js b/src/processor.js index <HASH>..<HASH> 100644 --- a/src/processor.js +++ b/src/processor.js @@ -27,7 +27,7 @@ function processRoom(roomId, intents, objects, terrain, gameTime, roomInfo, flag roomInfo.active = false; var terrainItem = terrain[_.findKey(terrain)]; - ...
fix(processor): fix a bug in processor terrain check
screeps_engine
train
js
66671f556eb88bb3feb329676b4d60902b57dac7
diff --git a/tinydb/storages.py b/tinydb/storages.py index <HASH>..<HASH> 100644 --- a/tinydb/storages.py +++ b/tinydb/storages.py @@ -25,10 +25,10 @@ def touch(path: str, create_dirs: bool): if not os.path.exists(base_dir): os.makedirs(base_dir) - # Create the file if it's missing - if no...
refactor(storages): remove useless os.utime call when creating file
msiemens_tinydb
train
py
bb1db005404795c2d5f7e32828fab6e739859672
diff --git a/test/browser.spec.js b/test/browser.spec.js index <HASH>..<HASH> 100644 --- a/test/browser.spec.js +++ b/test/browser.spec.js @@ -10,6 +10,11 @@ describe('browser', () => { expect(myFixture.toString()).to.be.eql('Hello Fixture\n') }) + it('non existing fixtures', () => { + expect(() => loadFi...
test: ensure that errors are thrown when a fixture does not exist
ipfs_aegir
train
js
66a8f50f51f19b36d940ff8c957e26820b4f1257
diff --git a/sample/src/project-status/controls.js b/sample/src/project-status/controls.js index <HASH>..<HASH> 100644 --- a/sample/src/project-status/controls.js +++ b/sample/src/project-status/controls.js @@ -42,7 +42,7 @@ export class Controls { { title: 'Scrollspy' }, { title: 'SideNav', link: '#/...
chore(sample): set transitions to wip because of #<I>
aurelia-ui-toolkits_aurelia-materialize-bridge
train
js
353b6c6ecb3459dd32ff1c74baca9192dc369c1a
diff --git a/src/lambda/handler-runner/ruby-runner/RubyRunner.js b/src/lambda/handler-runner/ruby-runner/RubyRunner.js index <HASH>..<HASH> 100644 --- a/src/lambda/handler-runner/ruby-runner/RubyRunner.js +++ b/src/lambda/handler-runner/ruby-runner/RubyRunner.js @@ -110,8 +110,6 @@ export default class RubyRunner { ...
fix: Don't override Ruby `stdout` with `stderr` (#<I>)
dherault_serverless-offline
train
js
6d194fdfcf263b11041dc142e23f26ad4c4f4a10
diff --git a/rocketbelt/components/uploaders/rocketbelt.uploaders.js b/rocketbelt/components/uploaders/rocketbelt.uploaders.js index <HASH>..<HASH> 100644 --- a/rocketbelt/components/uploaders/rocketbelt.uploaders.js +++ b/rocketbelt/components/uploaders/rocketbelt.uploaders.js @@ -252,7 +252,7 @@ const u = do...
fix(Uploaders): Fix length check.
Pier1_rocketbelt
train
js
ba8a9bb74bc0920f97d5fba05f45e1d98bb6e5ad
diff --git a/scheduler/coreos.py b/scheduler/coreos.py index <HASH>..<HASH> 100644 --- a/scheduler/coreos.py +++ b/scheduler/coreos.py @@ -148,6 +148,7 @@ class FleetHTTPClient(object): self._wait_for_container(name) def _wait_for_container(self, name): + failures = 0 # we bump to 20 min...
fix(controller): work around fleet state reporting bug where units report as "failed" before they go "active"
deis_controller-sdk-go
train
py
7e25edebe05a4d55017dccffad2c9de5e8cdc3fb
diff --git a/src/main/java/com/synopsys/integration/bdio/graph/DependencyGraphUtil.java b/src/main/java/com/synopsys/integration/bdio/graph/DependencyGraphUtil.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/synopsys/integration/bdio/graph/DependencyGraphUtil.java +++ b/src/main/java/com/synopsys/integration/b...
fix(graph-util): Changed visibility of static method to public.
blackducksoftware_integration-bdio
train
java
05896152660ff7f9525c0585e28bf14376e520f4
diff --git a/lib/helpers/default-commit-group-sort.js b/lib/helpers/default-commit-group-sort.js index <HASH>..<HASH> 100644 --- a/lib/helpers/default-commit-group-sort.js +++ b/lib/helpers/default-commit-group-sort.js @@ -8,16 +8,18 @@ module.exports = function defaultCommitGroupSort(commits) { return !commit.isM...
fix(default-sort): commits will now be sorted most recent first
html-next_ember-cli-changelog
train
js
237184da95fd41d5ba157e2faa6678eb73b0f138
diff --git a/src/object-model.js b/src/object-model.js index <HASH>..<HASH> 100644 --- a/src/object-model.js +++ b/src/object-model.js @@ -268,9 +268,10 @@ export const if (!isString(key)) return Reflect.get(o, key) const newPath = formatPath(path, key) + const inDef = has(def, key) const defPart = ...
perf: do not cast out of def props in get trap
sylvainpolletvillard_ObjectModel
train
js
4575291f8aaabd697337ff3d9e8a58c96896bbf2
diff --git a/cmd/fs-v1.go b/cmd/fs-v1.go index <HASH>..<HASH> 100644 --- a/cmd/fs-v1.go +++ b/cmd/fs-v1.go @@ -226,6 +226,7 @@ func (fs *FSObjects) StorageInfo(ctx context.Context) (StorageInfo, []error) { storageInfo := StorageInfo{ Disks: []madmin.Disk{ { + State: madmin.DriveStateOk, TotalS...
fix: drive state not added in health report (#<I>) In case of FS mode, the drive state was not being added in the health report. Fixed by hard coding it to "ok".
minio_minio
train
go
24fb97bc88f309f1ffed323ce159c3e15655a23b
diff --git a/__tests__/test-utils/mocks/index.js b/__tests__/test-utils/mocks/index.js index <HASH>..<HASH> 100644 --- a/__tests__/test-utils/mocks/index.js +++ b/__tests__/test-utils/mocks/index.js @@ -1,6 +1,6 @@ -import {Component} from 'react' +import uuid from 'uuid' -export default class MockTestComponentUnique...
test(react): Fix test that required React in a mock file.
conveyal_mastarm
train
js
016fa66e97a2da8cbf46babc7e1a10b3f84801b5
diff --git a/src/platforms/mp/compiler/codegen/compile-to-template.js b/src/platforms/mp/compiler/codegen/compile-to-template.js index <HASH>..<HASH> 100644 --- a/src/platforms/mp/compiler/codegen/compile-to-template.js +++ b/src/platforms/mp/compiler/codegen/compile-to-template.js @@ -770,9 +770,9 @@ export class Temp...
fix: remove isInFallbackSlot method to improve coverage
kaola-fed_megalo
train
js
0ec36947ac1450dae07a534142e5391191fed1ab
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -38,26 +38,33 @@ function init(opts) { } function report(path, text) { + let textKey = text + const { node } = path const { line, column } = node.loc.start const { filename } = path.hub.file.opts ...
fix(StringLiteral): check if text is property name in prototype
mickeyjsx_babel-plugin-mickey-i18n
train
js