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
459509329648224f2604bdff9603e964edd13b5b
diff --git a/addon/components/uk-modal.js b/addon/components/uk-modal.js index <HASH>..<HASH> 100644 --- a/addon/components/uk-modal.js +++ b/addon/components/uk-modal.js @@ -49,9 +49,7 @@ export default Component.extend({ init() { this._super(...arguments); - const config = getOwner(this).resolveRegistrat...
refactor(modal): resolve root element via owner
adfinis-sygroup_ember-uikit
train
js
ec61c9da165a2e949b7e802fd957e8eafa307bb0
diff --git a/core/src/elements/ons-dialog/index.js b/core/src/elements/ons-dialog/index.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-dialog/index.js +++ b/core/src/elements/ons-dialog/index.js @@ -79,6 +79,10 @@ class DialogElement extends BaseElement { } _compile() { + if (util.findChild(this,...
fix(ons-dialog): only compile once
OnsenUI_OnsenUI
train
js
844ee8b58ce3725fff2fcd704a6d96fc815631ab
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -173,10 +173,12 @@ function exportInterfaces(obj) { } process.on('uncaughtException', function(err){ - var stack = util.getErrorStack(err); - fs.writeFileSync(path.join(process.cwd(), config.name + '.log'...
chore: refine handle uncaughtException
avwo_whistle
train
js
8088b79ac1d05a3e0221883b53517cac14435d04
diff --git a/grappa/reporter.py b/grappa/reporter.py index <HASH>..<HASH> 100644 --- a/grappa/reporter.py +++ b/grappa/reporter.py @@ -299,8 +299,9 @@ class DiffReporter(BaseReporter): def run(self, error): # Ensure operator enables diff reporter, otherwise just exit - show_diff = all([ - ...
refactor(reporter): show diff if enabled
grappa-py_grappa
train
py
6108c1e8f8266f183a4daeaef6eb9c27ffb84a26
diff --git a/lib/template/rows.js b/lib/template/rows.js index <HASH>..<HASH> 100644 --- a/lib/template/rows.js +++ b/lib/template/rows.js @@ -13,8 +13,10 @@ module.exports = function(h, that) { columns.push(<td><span on-click={that.toggleChildRow.bind(that,row[rowKey])} class={`VueTables__child-row-toggler ` +...
feat: Add support for scoped templates
matfish2_vue-tables-2
train
js
38658d9caf9c25a4f98a5b9d2816db2ac98da3b4
diff --git a/source/rafcon/gui/models/abstract_state.py b/source/rafcon/gui/models/abstract_state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/models/abstract_state.py +++ b/source/rafcon/gui/models/abstract_state.py @@ -137,6 +137,10 @@ class AbstractStateModel(MetaModel, Hashable): def __ne__(self, oth...
feat(model): Make states and state elements comparable
DLR-RM_RAFCON
train
py,py
7ac9670b4871ac7673f0bb960fc3e6f2d10bd6d1
diff --git a/lib/inspectors/res.js b/lib/inspectors/res.js index <HASH>..<HASH> 100644 --- a/lib/inspectors/res.js +++ b/lib/inspectors/res.js @@ -22,6 +22,7 @@ var SCRIPT_START = util.toBuffer('<script>'); var SCRIPT_END = util.toBuffer('</script>'); var STYLE_START = util.toBuffer('<style>'); var STYLE_END = util....
refactor: Add CRLF in front of the injected text
avwo_whistle
train
js
4273f52bedcb600e325928d614e5e438abb19c89
diff --git a/src/components/tabs/js/tabsController.js b/src/components/tabs/js/tabsController.js index <HASH>..<HASH> 100644 --- a/src/components/tabs/js/tabsController.js +++ b/src/components/tabs/js/tabsController.js @@ -260,7 +260,7 @@ function MdTabsController ($scope, $element, $window, $timeout, $mdConstant, $md ...
fix(tabs): fixes issue with tab pagination in Angular <I>
angular_material
train
js
479fef4ef33ce5da8dfcb53572775291126129cd
diff --git a/ui/src/components/circular-progress/QCircularProgress.js b/ui/src/components/circular-progress/QCircularProgress.js index <HASH>..<HASH> 100644 --- a/ui/src/components/circular-progress/QCircularProgress.js +++ b/ui/src/components/circular-progress/QCircularProgress.js @@ -62,7 +62,13 @@ export default Vue...
fix(QCircularProgress): safari does not support negative strokeDashOffset #<I> (#<I>) * fix(QCircularProgress): safari does not support negative strokeDashOffset #<I> * Update QCircularProgress.js
quasarframework_quasar
train
js
662b1d38b98b1ed7c1f2066846e6589d9832b006
diff --git a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js +++ b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js @@ -72,15 +72...
test: fix eslint test in CI environment
vuejs_vue-cli
train
js
1b871a97b450d54e82b71f444930ae8533c06142
diff --git a/services/visual-studio-marketplace/visual-studio-marketplace-rating.service.js b/services/visual-studio-marketplace/visual-studio-marketplace-rating.service.js index <HASH>..<HASH> 100644 --- a/services/visual-studio-marketplace/visual-studio-marketplace-rating.service.js +++ b/services/visual-studio-marke...
refactor: update VS Marketplace Ratings badges for unrated extensions (#<I>)
badges_shields
train
js,js
a9d9645858031cee985087828f5e04cfd8922868
diff --git a/lib/report.js b/lib/report.js index <HASH>..<HASH> 100644 --- a/lib/report.js +++ b/lib/report.js @@ -6,7 +6,6 @@ const reports = require('istanbul-reports') const { readdirSync, readFileSync } = require('fs') const { isAbsolute, resolve } = require('path') // TODO: switch back to @c88/v8-coverage once ...
fix: regex flags in dependency were breaking Node 8
bcoe_c8
train
js
a824ece63beae2f2f86dd347118e9635cc2ee69c
diff --git a/components/LinkPicker.js b/components/LinkPicker.js index <HASH>..<HASH> 100644 --- a/components/LinkPicker.js +++ b/components/LinkPicker.js @@ -1,4 +1,4 @@ -import React, {useState, useEffect} from "react"; +import { useState, useEffect } from "react"; import {default as BaseLinkPicker} from '@mxjs/a-li...
style(eslint): 'React' is defined but never used no-unused-vars
miaoxing_link-to
train
js
e1aef13a14e71eb1fad0147de9399e16bb1a9f62
diff --git a/packages/docs/stories/feedback.stories.js b/packages/docs/stories/feedback.stories.js index <HASH>..<HASH> 100644 --- a/packages/docs/stories/feedback.stories.js +++ b/packages/docs/stories/feedback.stories.js @@ -20,8 +20,14 @@ storiesOf('Actions|Feedback', module) <Feedback appName={text('App...
refactor(docs): updated storybook example
Availity_availity-react
train
js
f1a82e45fc177cec8cffcfe3ff970560d272d0bf
diff --git a/git/repo/base.py b/git/repo/base.py index <HASH>..<HASH> 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -33,6 +33,8 @@ from git.util import Actor, finalize_process, decygpath, hex_to_bin import os.path as osp from .fun import rev_parse, is_git_dir, find_submodule_git_dir, touch +import gc +imp...
fix(leaks): repo context-man to cleanup global mman on repo-delete Improve API for problems like #<I>.
gitpython-developers_GitPython
train
py
6713c4e02c9a2aabbe3cd4a9c2efc032e686eb3d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -267,6 +267,11 @@ module.exports = function (schema, options) { username = username.toLowerCase(); } + // escape regex tokens + if (username !== undefined && options.usernameCaseInsensitive) { + userna...
feat: escape username regex (#<I>)
saintedlama_passport-local-mongoose
train
js
d673ebb410b415274e8cf8215318cfaa3b6f3a79
diff --git a/tests/issues/boolean-to-string.js b/tests/issues/boolean-to-string.js index <HASH>..<HASH> 100644 --- a/tests/issues/boolean-to-string.js +++ b/tests/issues/boolean-to-string.js @@ -38,3 +38,19 @@ test.serial('returns boolean strings to boolean on selection', async t => { let res = await db.getValue('bo...
test(boolean-string): add tests for coercion config
citycide_trilogy
train
js
27a342e440d27e23a7f22ddbd2c995d591743773
diff --git a/lib/tools/mp4-inspector.js b/lib/tools/mp4-inspector.js index <HASH>..<HASH> 100644 --- a/lib/tools/mp4-inspector.js +++ b/lib/tools/mp4-inspector.js @@ -212,7 +212,7 @@ var } // decode UTF-8 to javascript's internal representation // see http://ecmanaut.blogspot.com/2006/07/encoding-d...
fix: remove usage of global (#<I>)
videojs_mux.js
train
js
670619a4aa56c8d9a3ade5fd1a3fd277153ef5cd
diff --git a/quasar/src/components/popup-proxy/QPopupProxy.js b/quasar/src/components/popup-proxy/QPopupProxy.js index <HASH>..<HASH> 100644 --- a/quasar/src/components/popup-proxy/QPopupProxy.js +++ b/quasar/src/components/popup-proxy/QPopupProxy.js @@ -64,7 +64,7 @@ export default Vue.extend({ }, hide () ...
fix(QPopupProxy): Fix hide() method condition
quasarframework_quasar
train
js
6b7d22234590df38a4442d20e9de5d832ac1e638
diff --git a/scripts/deploy.js b/scripts/deploy.js index <HASH>..<HASH> 100755 --- a/scripts/deploy.js +++ b/scripts/deploy.js @@ -62,6 +62,7 @@ async function init() { console.log(`Branch Name: ${branchName}`); const baseNowArgs = [ + '--platform-version=1', '--team=boltdesignsystem', '-...
fix: update now.sh deploy script
bolt-design-system_bolt
train
js
793f48769c3557cb70298a08b4f87fb04d85db0d
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -256,13 +256,7 @@ export default (options = {}) => node => { return node; } - if (node.options && !node.options.sync) { - return new Promise((resolve, reject) => { - node = normalize(node, options); -...
perf: rewrited to the promise
Scrum_posthtml-beautify
train
js
b1598f1fca9bde7f6eef988e25ada896f9a1e09f
diff --git a/nodes/get-entities/ui-get-entities.js b/nodes/get-entities/ui-get-entities.js index <HASH>..<HASH> 100644 --- a/nodes/get-entities/ui-get-entities.js +++ b/nodes/get-entities/ui-get-entities.js @@ -71,11 +71,13 @@ RED.nodes.registerType('ha-get-entities', { $logic.editableList({ addBu...
style(get-entities): reduce spacing and use auto height for list
zachowj_node-red-contrib-home-assistant-websocket
train
js
db69f3fa75abe2b835f19819c3df7ae9c4f85c30
diff --git a/packages/hoc-input/src/formInput.js b/packages/hoc-input/src/formInput.js index <HASH>..<HASH> 100644 --- a/packages/hoc-input/src/formInput.js +++ b/packages/hoc-input/src/formInput.js @@ -2,7 +2,6 @@ import * as React from "react"; import PropTypes from "prop-types"; import wrapDisplayName from "recomp...
feat(hoc-input): add focused class to input affects: @crave/farmblocks-hoc-input
CraveFood_farmblocks
train
js
5cd95f71aee9d85527e40e891b14f2761448f9be
diff --git a/config/webpack.config.base.js b/config/webpack.config.base.js index <HASH>..<HASH> 100644 --- a/config/webpack.config.base.js +++ b/config/webpack.config.base.js @@ -28,23 +28,6 @@ module.exports = { test: /\.jsx?$/, exclude: /node_modules\/(?!(cozy-ui\/react))/, loader: 'babel-l...
feat: No need for SVG support in webpack anymore All SVGs are converted before hand with svgr
cozy_cozy-bar
train
js
17b73b3e3256a4449473c413ed2bc0c63a883758
diff --git a/packages/cli/src/cliEntry.js b/packages/cli/src/cliEntry.js index <HASH>..<HASH> 100644 --- a/packages/cli/src/cliEntry.js +++ b/packages/cli/src/cliEntry.js @@ -26,6 +26,11 @@ commander .option('--projectRoot [string]', 'Path to the root of the project') .option('--reactNativePath [string]', 'Path t...
fix: printing error and unknown command messages when unnecessary (#<I>) Summary: --------- The logic for printing an unknown command was always a hack and the one for printing a help when no command provided never worked. I did a research and found out there's a recommended (Commander way) of doing this. It...
react-native-community_cli
train
js
72143eb9951429379e835f43a08451e7398294ed
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -35,17 +35,7 @@ module.exports.prototype.apply = function(compiler) { for(var key in compilation.fileDependencies) { var file = compilation.fileDependencies[key]; var ext = path.e...
refactor: use `Array.indexOf` instead of loop
webpack-contrib_purifycss-webpack
train
js
470b7639723ad9739d10999b3315ac40250a7ac4
diff --git a/components/Toolbar.js b/components/Toolbar.js index <HASH>..<HASH> 100644 --- a/components/Toolbar.js +++ b/components/Toolbar.js @@ -1,4 +1,5 @@ -import React, { PropTypes } from 'react'; +import React from 'react'; +import PropTypes from 'prop-types'; import ToolbarSearch from './ToolbarSearch'; import...
fix(propTypes): fix more deprecated Proptype usage (#<I>) Few more places PropTypes were being used from React instead of their own module
carbon-design-system_carbon-components-react
train
js,js,js
874d57b442a0843aa3f36d568fd4964d594f86d6
diff --git a/src/js/plugin/_setEvents.js b/src/js/plugin/_setEvents.js index <HASH>..<HASH> 100644 --- a/src/js/plugin/_setEvents.js +++ b/src/js/plugin/_setEvents.js @@ -3,10 +3,11 @@ const utils = require('../utils'); const ui = require('./_ui'); const change = require('./_change'); -const trigger = ($e, ev) => {...
fix: docs: plugin setEvents
vulcan-estudios_vulcanval
train
js
826089a5393c16f57dddcb3d8ed2160c334a3225
diff --git a/source/rafcon/core/state_elements/data_port.py b/source/rafcon/core/state_elements/data_port.py index <HASH>..<HASH> 100644 --- a/source/rafcon/core/state_elements/data_port.py +++ b/source/rafcon/core/state_elements/data_port.py @@ -86,7 +86,10 @@ class DataPort(StateElement): self._name = name ...
fix(data_port): fix handling of default values when a string is saved to json it is converted to unicode; if it is read from json it is a unicode; the data_type of the data port has to be used to convert it to the original string type
DLR-RM_RAFCON
train
py
528a42c5be83a8e31190478d2846ce5f3d5d00d1
diff --git a/src/components/Button/Button-story.js b/src/components/Button/Button-story.js index <HASH>..<HASH> 100644 --- a/src/components/Button/Button-story.js +++ b/src/components/Button/Button-story.js @@ -20,8 +20,9 @@ const { prefix } = settings; const icons = { None: 'None', - 'Add with filled circle (Ad...
fix(button): update story icons details (#<I>) * fix(button): update story icons details * fix(button): run prettier on story
carbon-design-system_carbon-components-react
train
js
68b174ed9aeaf31a2e91524c200df1135356273f
diff --git a/tests/agg_test.py b/tests/agg_test.py index <HASH>..<HASH> 100644 --- a/tests/agg_test.py +++ b/tests/agg_test.py @@ -158,3 +158,12 @@ def test_nunique(): dfg = df.groupby(df.x, agg={'nunique': vaex.agg.nunique(df.s)}).sort(df.x) items = list(zip(dfg.x.values, dfg.nunique.values)) assert ite...
feat(core): test for nunique agg when groupby column has N/A
vaexio_vaex
train
py
4a3ca92180f4922a73c99cb27fca65e3080c8805
diff --git a/packages/with-without/js/blurEdgeFocus.js b/packages/with-without/js/blurEdgeFocus.js index <HASH>..<HASH> 100644 --- a/packages/with-without/js/blurEdgeFocus.js +++ b/packages/with-without/js/blurEdgeFocus.js @@ -1,7 +1,10 @@ // This is a hack to remove focus on the Edge browser, which draws an unmodifia...
feat(with-without): detect pointer hover and only remove focus if found
bolt-design-system_bolt
train
js
088c9e3cc38920966656101dc8382d7bb8303f51
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,4 +1,4 @@ -var pkg = reuire('../package.json') +var pkg = require('../package.json') var api = require('./api.js') var parser = require('posthtml-parser')
fix(index): typo in require method
posthtml_posthtml
train
js
2937bcc5c10a292d22e35a86cfdf85b0adfce08f
diff --git a/frontend/src/utils/strategy-names.js b/frontend/src/utils/strategy-names.js index <HASH>..<HASH> 100644 --- a/frontend/src/utils/strategy-names.js +++ b/frontend/src/utils/strategy-names.js @@ -1,7 +1,7 @@ import LocationOnIcon from '@material-ui/icons/LocationOn'; import PeopleIcon from '@material-ui/ic...
feat: change standard strategy icon (#<I>)
Unleash_unleash
train
js
b1fa8efce1cb63ab229167bab18119fa1d7cd013
diff --git a/test/migrations/tag.test.js b/test/migrations/tag.test.js index <HASH>..<HASH> 100644 --- a/test/migrations/tag.test.js +++ b/test/migrations/tag.test.js @@ -44,9 +44,9 @@ describe('Migrations - Tag Node', function () { }); describe('Version 1', function () { it('should update version 0 ...
test(time): Fix vesrion 0 to 1 test
zachowj_node-red-contrib-home-assistant-websocket
train
js
0982c76a22eea18f442147e49aad51e14d284d71
diff --git a/src/components/tabs/js/tabsController.js b/src/components/tabs/js/tabsController.js index <HASH>..<HASH> 100644 --- a/src/components/tabs/js/tabsController.js +++ b/src/components/tabs/js/tabsController.js @@ -543,12 +543,12 @@ function MdTabsController ($scope, $element, $window, $mdConstant, $mdTabInkRip...
fix(tabs): fixes `md-swipe-content` support Closes #<I>
angular_material
train
js
092b4271b9b57ce9dbff0d988b04ddbf9742425c
diff --git a/workflow/controller/operator.go b/workflow/controller/operator.go index <HASH>..<HASH> 100644 --- a/workflow/controller/operator.go +++ b/workflow/controller/operator.go @@ -229,7 +229,11 @@ func (woc *wfOperationCtx) operate(ctx context.Context) { woc.updated = wfUpdate if !acquired { woc.log.Wa...
fix(controller): Mark workflows wait for semaphore as pending. Fixes #<I> (#<I>)
argoproj_argo
train
go
3911e90d7fc1b998e385d6935dbd7c2a62c7fb3d
diff --git a/test/runner/runner.go b/test/runner/runner.go index <HASH>..<HASH> 100644 --- a/test/runner/runner.go +++ b/test/runner/runner.go @@ -94,7 +94,7 @@ type Runner struct { var args *arg.Args -const maxConcurrentBuilds = 3 +const maxConcurrentBuilds = 2 func init() { args = arg.Parse()
test: Reduce CI concurrent builds to two
flynn_flynn
train
go
72a4c9748e280b932d5c9c0bce5db01097d7a8c9
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,6 +1,7 @@ 'use strict' import readCache from './read-cache' +import serialize from './serialize' function cache (config = {}) { if (!config.store) { @@ -10,6 +11,7 @@ function cache (config = {}) {...
feat(cache): cache response from network
RasCarlito_axios-cache-adapter
train
js
f2d5cb269760736b371250d7d6b178f2836d4b6a
diff --git a/protocol-designer/src/step-generation/utils/reduceCommandCreators.js b/protocol-designer/src/step-generation/utils/reduceCommandCreators.js index <HASH>..<HASH> 100644 --- a/protocol-designer/src/step-generation/utils/reduceCommandCreators.js +++ b/protocol-designer/src/step-generation/utils/reduceCommandC...
fix(protocol-designer): skip <I>s of redundant state updates (#<I>)
Opentrons_opentrons
train
js
1a3dd4120f3632e889f20df56a6cbad4f2308b1d
diff --git a/src/components/textField/textField.spec.js b/src/components/textField/textField.spec.js index <HASH>..<HASH> 100644 --- a/src/components/textField/textField.spec.js +++ b/src/components/textField/textField.spec.js @@ -132,7 +132,9 @@ describe('Text Field directives', function() { expect( input.val()...
test(textField): remove failing test on IE for now
angular_material
train
js
1209e74a013706004e66a991ed578f78a7f43b84
diff --git a/lib/strict-eval.js b/lib/strict-eval.js index <HASH>..<HASH> 100644 --- a/lib/strict-eval.js +++ b/lib/strict-eval.js @@ -12,10 +12,6 @@ function getGlobalAsObject() { return sandbox; } function strictfy(code) { - var strictRegExp = /["']use strict["']/; - if (strictRegExp.test(code)) { - ...
fix(lib): always add strict pragma
azu_strict-eval
train
js
0807a972ffdb99e7ea49c3185dff8777fc32429c
diff --git a/packages/razzle/scripts/build.js b/packages/razzle/scripts/build.js index <HASH>..<HASH> 100755 --- a/packages/razzle/scripts/build.js +++ b/packages/razzle/scripts/build.js @@ -14,6 +14,7 @@ const argv = process.argv.slice(2); const cliArgs = mri(argv); const nodeEnv = cliArgs['node-env']||'production...
fix(razzle): remove wrong comment
jaredpalmer_razzle
train
js
5b4984d4c71fcea500a27aa36b5b9791d4c678e5
diff --git a/model/qti/asset/handler/SharedStimulusAssetHandler.php b/model/qti/asset/handler/SharedStimulusAssetHandler.php index <HASH>..<HASH> 100644 --- a/model/qti/asset/handler/SharedStimulusAssetHandler.php +++ b/model/qti/asset/handler/SharedStimulusAssetHandler.php @@ -211,7 +211,7 @@ class SharedStimulusAsset...
fix: use SERVICE_ID constant instead
oat-sa_extension-tao-itemqti
train
php
05d8e367c523b0ef3b23f56cbea3ea8b8c40477f
diff --git a/packages/node_modules/@ciscospark/spark-core/src/spark-core.js b/packages/node_modules/@ciscospark/spark-core/src/spark-core.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@ciscospark/spark-core/src/spark-core.js +++ b/packages/node_modules/@ciscospark/spark-core/src/spark-core.js @@ -58,7 +58,...
refactor(spark-core): removed RequestEventInterceptor from post
webex_spark-js-sdk
train
js
05ebe066cacea3abf7d2d41fb5d42c7092fe46bb
diff --git a/p2p/host/blank/blank.go b/p2p/host/blank/blank.go index <HASH>..<HASH> 100644 --- a/p2p/host/blank/blank.go +++ b/p2p/host/blank/blank.go @@ -152,7 +152,7 @@ func (bh *BlankHost) NewStream(ctx context.Context, p peer.ID, protos ...protoco selected, err := mstream.SelectOneOf(protoStrs, s) if err != n...
fix: reset stream on error This may have been leaking streams with AutoNAT.
libp2p_go-libp2p
train
go
6d9af893389d55d359c271e4bffa966f4a467bb6
diff --git a/test/unit/multer-imager.spec.js b/test/unit/multer-imager.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/multer-imager.spec.js +++ b/test/unit/multer-imager.spec.js @@ -22,6 +22,41 @@ describe('multer-imager', function() { } }); }); + it('stores the options within each instance', funct...
chore(tests): tests multi instances
Alexandre-io_multer-imager
train
js
37a2c99eaf0647fc0b217b2688d90e32cc1272b7
diff --git a/dev/src/DocGenerator/DocGenerator.php b/dev/src/DocGenerator/DocGenerator.php index <HASH>..<HASH> 100644 --- a/dev/src/DocGenerator/DocGenerator.php +++ b/dev/src/DocGenerator/DocGenerator.php @@ -92,8 +92,8 @@ class DocGenerator foreach ($project->getFiles() as $file) { $filePath = ...
chore: resolve doc generation issue for longrunning component (#<I>)
googleapis_google-cloud-php
train
php
7df5e3f7a6fe82e88bbd8d6622d9bb56cdd17da0
diff --git a/src/processor.js b/src/processor.js index <HASH>..<HASH> 100644 --- a/src/processor.js +++ b/src/processor.js @@ -136,7 +136,7 @@ function processRoom(roomId, intents, objects, terrain, gameTime, roomInfo, flag continue; } - if (!object || ...
fix: move the intent owner check from runner to processor side
screeps_engine
train
js,js
a895e839fa12dc8918b6678012998c29d1f99446
diff --git a/packages/embark/src/lib/modules/contracts_manager/index.js b/packages/embark/src/lib/modules/contracts_manager/index.js index <HASH>..<HASH> 100644 --- a/packages/embark/src/lib/modules/contracts_manager/index.js +++ b/packages/embark/src/lib/modules/contracts_manager/index.js @@ -334,6 +334,9 @@ class Con...
fix(contract-artifacts): set address as deployedAddress on artifacts
embark-framework_embark
train
js
75af5c4ed92d0b6a645f3457142cb1cae7f8766d
diff --git a/packages/embark/src/lib/modules/pipeline/index.js b/packages/embark/src/lib/modules/pipeline/index.js index <HASH>..<HASH> 100644 --- a/packages/embark/src/lib/modules/pipeline/index.js +++ b/packages/embark/src/lib/modules/pipeline/index.js @@ -31,7 +31,9 @@ class Pipeline { }); this.events.se...
fix(pipeline): build contracts even when pipeline is disabled
embark-framework_embark
train
js
ee98e9864132714239fda04c6564302c29de3436
diff --git a/packages/kocha/src/test-runnable-node.js b/packages/kocha/src/test-runnable-node.js index <HASH>..<HASH> 100644 --- a/packages/kocha/src/test-runnable-node.js +++ b/packages/kocha/src/test-runnable-node.js @@ -22,6 +22,7 @@ class TestRunnableNode extends TestNode { this.startedAt = 0 this.endedAt...
refactor: change the retrying logic
kt3k_kocha
train
js
5c7eeca1704b95355cece42d274c35222ff6c24a
diff --git a/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java b/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java index <HASH>..<HASH> 100644 --- a/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java +++ b/clevertap-android-sdk/src...
feat: discard event final changes CLEVER-<I>
CleverTap_clevertap-android-sdk
train
java
a15dd8c8bd6d4651a891a253ca4e738525909dd9
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -9,10 +9,14 @@ const test = require('tape') const db = require('../index') const baseUrl = process.env.DB_URL || 'http://localhost:5984' -const prefix = 'testdb_' + Date.now() + '_' function getName () {...
test: better naming of tempdbs
pmorjan_couchdb-promises
train
js
69b4a1ac19ad9f8efa29704ad8740df92b7f9b82
diff --git a/src/inputAdapter.js b/src/inputAdapter.js index <HASH>..<HASH> 100644 --- a/src/inputAdapter.js +++ b/src/inputAdapter.js @@ -80,7 +80,7 @@ var InputAdapter = Class(function(properties) { var stack = [new GraphNode(data, { name: nodeName, - type: data ? 'parent' : 'no-ref' + type: 'parent' ...
fix: type of a parent node Previously type was dependent from the existence of node data and in tat case 'no-ref' was set as node type. Now the type is forced.
valerii-zinchenko_inheritance-diagram
train
js
c000e5f76f2e8065b6cd405bc59c51b2ed391fa0
diff --git a/middleware/client.js b/middleware/client.js index <HASH>..<HASH> 100644 --- a/middleware/client.js +++ b/middleware/client.js @@ -13,8 +13,8 @@ const userAgentMiddleware = createUserAgentMiddleware({ // NOTE we should not use these directly but rather have them passed in from // the application -const ...
chore(app): use new host vars
commercetools_merchant-center-application-kit
train
js
04e8c9952ed957f9b84ca4bac9cac2b786ce088b
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -76,7 +76,13 @@ module.exports = function(config) { * Travis options */ if (process.env.TRAVIS) { - config.browsers = ['Firefox'] + config.browsers = ['Chrome_travis_ci', 'Firefox'] + co...
ci(travis): add Chrome for test
coast-team_sigver
train
js
c0ec80215e74f0f3b2d2ff02500cd8b134201f94
diff --git a/core/corehttp/webui.go b/core/corehttp/webui.go index <HASH>..<HASH> 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,7 +1,7 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr" +const WebUIPath = "/ipfs/QmU3o9bvfenhTK...
feat: Update the webui to work with the latest changes in <I> License: MIT
ipfs_go-ipfs
train
go
6fb9e42cb3103fd5c44bc9b0a0ea6e999b5f2671
diff --git a/synth.py b/synth.py index <HASH>..<HASH> 100644 --- a/synth.py +++ b/synth.py @@ -31,6 +31,9 @@ s.replace("src/v1/subscriber_client.js", " callback\n" " );\n" " };\n" + " this.getSubscriberStub = function() {\n" + " return subscriber...
fix: add getSubscriberStub to synth file (#<I>)
googleapis_nodejs-pubsub
train
py
fe9d1bd3cafb27c33a5237b49c1177181bf0a31a
diff --git a/intranet/settings/__init__.py b/intranet/settings/__init__.py index <HASH>..<HASH> 100644 --- a/intranet/settings/__init__.py +++ b/intranet/settings/__init__.py @@ -527,7 +527,7 @@ OAUTH2_PROVIDER = { # OAuth refresh tokens expire in 30 days "REFRESH_TOKEN_EXPIRE_SECONDS": 60 * 60 * 24 * 30, } ...
feat(oauth): switch application model
tjcsl_ion
train
py
99c44dc51c55e01986f63aa68a0bb9879efca61a
diff --git a/test/k8sT/istio.go b/test/k8sT/istio.go index <HASH>..<HASH> 100644 --- a/test/k8sT/istio.go +++ b/test/k8sT/istio.go @@ -111,6 +111,15 @@ var _ = SkipDescribeIf(helpers.RunsOn54Kernel, "K8sIstioTest", func() { By("Deploying Istio") res = kubectl.Exec("./cilium-istioctl install -y" + istioctlParams) ...
test: Delete Istio resources if install does not complete If Istio install fails (e.g., times out) during BeforeAll(), the resource cleanups in AfterAll() are not performed, so have to clean up explicitly after failure in BeforeAll instead. Without this some Istio resources may be left behind, causing other tests to ...
cilium_cilium
train
go
b91bd3b0415f96b3e0274d53db5c8f8d509d8b8f
diff --git a/src/GraphQl/Action/EntrypointAction.php b/src/GraphQl/Action/EntrypointAction.php index <HASH>..<HASH> 100644 --- a/src/GraphQl/Action/EntrypointAction.php +++ b/src/GraphQl/Action/EntrypointAction.php @@ -121,7 +121,7 @@ final class EntrypointAction $query = $request->getContent(); }...
fix(graphql): make sure form content type is recognized as a multipart request (#<I>)
api-platform_core
train
php
33b8e2b01dd07b373687510a9336a631f1622490
diff --git a/tests/simple_test.js b/tests/simple_test.js index <HASH>..<HASH> 100644 --- a/tests/simple_test.js +++ b/tests/simple_test.js @@ -6,10 +6,8 @@ const chai = require('chai'), assert = chai.assert, expect = chai.expect, - should = chai.should(); -chai.use(require("chai-as-promised")); - -const path = ...
test: remove unused chai-as-promised package
Kronos-Integration_kronos-flow-control-step
train
js
8badedca3c1a79d8e6028dda1fba0b3d53daea19
diff --git a/src/component/association-select.js b/src/component/association-select.js index <HASH>..<HASH> 100644 --- a/src/component/association-select.js +++ b/src/component/association-select.js @@ -1,7 +1,9 @@ import {inject} from 'aurelia-dependency-injection'; import {bindingMode, BindingEngine} from 'aurelia-...
feat(association-select): Added resource attribute (no more need for a repository)
SpoonX_aurelia-orm
train
js
14c93a74c4198405daf2b243a1da1dd651719a67
diff --git a/bin/Dev.js b/bin/Dev.js index <HASH>..<HASH> 100644 --- a/bin/Dev.js +++ b/bin/Dev.js @@ -62,7 +62,7 @@ module.exports = async (webpackConfig, { port }) => { proxy, injectClient: true, injectHot: true, - hot: !isMfe, + hot: true, liveReload: !!isMfe, } // WebpackDevServer.ad...
fix: hot disabled cause compile fail
aotuzuche_autos
train
js
e0080c074c1d108ecc54a2eb4604ddb99e1a4d19
diff --git a/pkg/minikube/bootstrapper/exec_runner.go b/pkg/minikube/bootstrapper/exec_runner.go index <HASH>..<HASH> 100644 --- a/pkg/minikube/bootstrapper/exec_runner.go +++ b/pkg/minikube/bootstrapper/exec_runner.go @@ -89,7 +89,7 @@ func (*ExecRunner) Copy(f assets.CopyableFile) error { } perms, err := strconv....
fix: Wrapf format %s has arg perms of wrong type int
kubernetes_minikube
train
go
7c1c34ea1047802a927d4df187cd78d6dc9b41f6
diff --git a/renku/cli/_graph.py b/renku/cli/_graph.py index <HASH>..<HASH> 100644 --- a/renku/cli/_graph.py +++ b/renku/cli/_graph.py @@ -61,6 +61,9 @@ LINK_CWL = CommandLineTool( def _safe_path(filepath, can_be_cwl=False): """Check if the path should be used in output.""" + if isinstance(filepath, Path): +...
fix: safe_path check always operates on str (#<I>)
SwissDataScienceCenter_renku-python
train
py,py
6565532ab8dc8a0bad0f13cd1eec9c2ff76ac3a8
diff --git a/lib/plugin/index.js b/lib/plugin/index.js index <HASH>..<HASH> 100644 --- a/lib/plugin/index.js +++ b/lib/plugin/index.js @@ -11,7 +11,7 @@ const defaultConfigCore = require('../config/default.core') function register (server, options, next) { const config = buildConfig(defaultConfigCore, defaultConf...
fix: config is a reconfig, accessing props is different
nearform_udaru
train
js
d164aea2a7e96ecfad6ca7487e101667216e560e
diff --git a/lib/utils/DevServerPlugin.js b/lib/utils/DevServerPlugin.js index <HASH>..<HASH> 100644 --- a/lib/utils/DevServerPlugin.js +++ b/lib/utils/DevServerPlugin.js @@ -16,7 +16,7 @@ class DevServerPlugin { } /** - * A Entry, it can be of type string or string[] or Object<string | string[],string> + *...
fix: typo (#<I>)
webpack_webpack-dev-server
train
js
cf0924c35c37bbec8e5ca39e963a55f54f0eec11
diff --git a/sendgrid/helpers/mail/mail.py b/sendgrid/helpers/mail/mail.py index <HASH>..<HASH> 100644 --- a/sendgrid/helpers/mail/mail.py +++ b/sendgrid/helpers/mail/mail.py @@ -216,8 +216,8 @@ class Mail(object): def to(self, to_emails, global_substitutions=None, is_multiple=False, p=0): """Adds To obje...
docs: Update to_emails type (#<I>)
sendgrid_sendgrid-python
train
py
978162fdeec3a78f5a45024f3404b671ebf85016
diff --git a/server/application/application.go b/server/application/application.go index <HASH>..<HASH> 100644 --- a/server/application/application.go +++ b/server/application/application.go @@ -212,7 +212,7 @@ func (s *Server) Create(ctx context.Context, q *application.ApplicationCreateReq return existing, nil } ...
fix: application exist panic when execute api call (#<I>) fix: application exist panic when execute api call (#<I>)
argoproj_argo-cd
train
go
abcef1f16ce6694129b85ef9e78aeb0741538b7d
diff --git a/packages/extract-svg-sprite-webpack-plugin/lib/utils/generate-runtime.js b/packages/extract-svg-sprite-webpack-plugin/lib/utils/generate-runtime.js index <HASH>..<HASH> 100644 --- a/packages/extract-svg-sprite-webpack-plugin/lib/utils/generate-runtime.js +++ b/packages/extract-svg-sprite-webpack-plugin/lib...
refactor: drop unused code
JetBrains_svg-mixer
train
js
b70b730cb96bd1d7f81e6bf67db3663c094843b9
diff --git a/build.go b/build.go index <HASH>..<HASH> 100644 --- a/build.go +++ b/build.go @@ -73,7 +73,7 @@ func main() { case "package": //verifyGitRepoIsClean() - grunt("release") + // grunt("release") createLinuxPackages() case "latest": @@ -89,8 +89,13 @@ func main() { } func makeLatestDi...
fix(build): minor fix for build script to make latest copy for rpm when version is pre release version
grafana_grafana
train
go
565e4c591082a9f00c801bd0c91c5d41a388053e
diff --git a/spec/api-browser-window-spec.js b/spec/api-browser-window-spec.js index <HASH>..<HASH> 100644 --- a/spec/api-browser-window-spec.js +++ b/spec/api-browser-window-spec.js @@ -538,7 +538,7 @@ describe('BrowserWindow module', () => { const fullBounds = { x: 440, y: 225, width: 500, height: 400 } ...
chore: fix window width in spec for win (#<I>)
electron_electron
train
js
0c8ace2fab4ec7c7f8add21313760ca4c438d256
diff --git a/lib/FrameManager.js b/lib/FrameManager.js index <HASH>..<HASH> 100644 --- a/lib/FrameManager.js +++ b/lib/FrameManager.js @@ -367,7 +367,9 @@ class Frame { this._loaderId = ''; /** @type {!Set<string>} */ this._lifecycleEvents = new Set(); + /** @type {!DOMWorld} */ this._mainWorld =...
fix(types): add jsdoc for the DOMWorld on frames (#<I>)
GoogleChrome_puppeteer
train
js
9c84c468d6e5bdecacd1338d5d069b3c0033512d
diff --git a/src/Cursor.js b/src/Cursor.js index <HASH>..<HASH> 100644 --- a/src/Cursor.js +++ b/src/Cursor.js @@ -27,7 +27,7 @@ export default class Cursor { this._foreground = false; this._display = false; - this._buffer = Array.from({length: this._width * this._height}); + this._buffer = Array.from...
perf(cursor): Filling the buffer with initial String
kittikjs_cursor
train
js
39ee01036bd0a68a668eb9e74bdf0e9e55f4cf46
diff --git a/config/app_config.php b/config/app_config.php index <HASH>..<HASH> 100644 --- a/config/app_config.php +++ b/config/app_config.php @@ -172,6 +172,8 @@ return [ 'sendEmailWhenOrderDetailQuantityOrPriceChanged' => true, + 'helloCashRestEndpoint' => 'https://api.hellocash.business/api/v1', ...
chore: move endpoint in app config
foodcoopshop_foodcoopshop
train
php
63a82a5a290d5aa6d5bcd9e7476e9af3f31658bf
diff --git a/base_konnector.js b/base_konnector.js index <HASH>..<HASH> 100644 --- a/base_konnector.js +++ b/base_konnector.js @@ -44,6 +44,10 @@ module.exports = { // First get the account related to the specified account id cozy.data.find('io.cozy.accounts', cozyFields.account) + .catch(() ...
feat: even better error messages for cases where token is invalid and account does not exist
konnectors_libs
train
js,js
804566764bf1fa0b00c53437eb349e2bf1e4e635
diff --git a/src/components/wormhole.js b/src/components/wormhole.js index <HASH>..<HASH> 100644 --- a/src/components/wormhole.js +++ b/src/components/wormhole.js @@ -28,9 +28,8 @@ export class Wormhole { close (transport) { const { to, from } = transport if (!to || !from) return - if (transports[to] &&...
fix: access transports via this so tests work
LinusBorg_portal-vue
train
js
55f3cfee4f6b82189ad6431a8b61862e8a7c9ea8
diff --git a/lib/anyway/railtie.rb b/lib/anyway/railtie.rb index <HASH>..<HASH> 100644 --- a/lib/anyway/railtie.rb +++ b/lib/anyway/railtie.rb @@ -8,6 +8,7 @@ module Anyway # :nodoc: config.anyway_config = Anyway::Settings ActiveSupport.on_load(:before_configuration) do + next if ::Rails.application.in...
fix(rails): do not set config path if app has been initialized
palkan_anyway_config
train
rb
dae03f10b989cd43e9495abc32a014bd3589b190
diff --git a/src/notebook/epics/execute.js b/src/notebook/epics/execute.js index <HASH>..<HASH> 100644 --- a/src/notebook/epics/execute.js +++ b/src/notebook/epics/execute.js @@ -92,7 +92,7 @@ export function createCellStatusAction(id, cellMessages) { .map(status => updateCellStatus(id, status)); } -export func...
fix(execute): Fix naming for numbering action
nteract_nteract
train
js
5d688f857932ed2fe33fbd70f7b662afa20d0aba
diff --git a/documentation/serenity-js.org/docusaurus.config.js b/documentation/serenity-js.org/docusaurus.config.js index <HASH>..<HASH> 100644 --- a/documentation/serenity-js.org/docusaurus.config.js +++ b/documentation/serenity-js.org/docusaurus.config.js @@ -1,5 +1,5 @@ /* eslint-env node */ -/* eslint disable @ty...
style(website): corrected ESLint rule
jan-molak_serenity-js
train
js
c13cce09c451bda42d3924a269f8386e2d6eb89b
diff --git a/lib/debugger/clients/explorer.js b/lib/debugger/clients/explorer.js index <HASH>..<HASH> 100644 --- a/lib/debugger/clients/explorer.js +++ b/lib/debugger/clients/explorer.js @@ -25,7 +25,7 @@ WdRepl.prototype.initClient_ = function() { client.setBreakpoint({ type: 'scriptRegExp', - targe...
chore(jshint): fix up jshint errors due to necessary escaping
angular_protractor
train
js,js
84d3ffaf3a5ac180eb02f466220004b405ee87cd
diff --git a/providers/nodebb/index.js b/providers/nodebb/index.js index <HASH>..<HASH> 100644 --- a/providers/nodebb/index.js +++ b/providers/nodebb/index.js @@ -205,6 +205,12 @@ class Forum extends EventEmitter { * @fulfill {Forum} Logged in forum */ login() { + const errorify = (err) => { + ...
refactor(codeclimate): consolodate duplicated code highlighted by CodeClimate
SockDrawer_SockBot
train
js
8707662663c88551330af5a70ceaee419cfcd410
diff --git a/p2p/net/swarm/testing/testing.go b/p2p/net/swarm/testing/testing.go index <HASH>..<HASH> 100644 --- a/p2p/net/swarm/testing/testing.go +++ b/p2p/net/swarm/testing/testing.go @@ -110,7 +110,8 @@ func GenSwarm(t *testing.T, opts ...Option) *swarm.Swarm { p.Addr = tnet.ZeroLocalTCPAddress } - ps := pst...
feat: plumb contexts through from peerstore (#<I>)
libp2p_go-libp2p
train
go
8fc2a4dc2e632c6a079a475396dbd9b9ede83ecf
diff --git a/floyd/cli/experiment.py b/floyd/cli/experiment.py index <HASH>..<HASH> 100644 --- a/floyd/cli/experiment.py +++ b/floyd/cli/experiment.py @@ -95,8 +95,14 @@ def logs(id, url, tail, sleep_duration=1): Print the logs of the run. """ experiment = ExperimentClient().get(id) - task_instance = ...
fix: do not crash on log command when there is no task
floydhub_floyd-cli
train
py
11549375c3c7074c9765249e63bbc8001cf289ce
diff --git a/src/processor/intents/labs/run-reaction.js b/src/processor/intents/labs/run-reaction.js index <HASH>..<HASH> 100644 --- a/src/processor/intents/labs/run-reaction.js +++ b/src/processor/intents/labs/run-reaction.js @@ -29,16 +29,20 @@ module.exports = function(object, intent, roomObjects, roomTerrain, bulk)...
feat(labs): reaction time depends on `REACTION_TIME` constant
screeps_engine
train
js
6386160e24edcdfa0d2429b19817200085e3679c
diff --git a/registry/job.go b/registry/job.go index <HASH>..<HASH> 100644 --- a/registry/job.go +++ b/registry/job.go @@ -24,8 +24,10 @@ func (r *EtcdRegistry) GetAllJobs() ([]job.Job, error) { key := path.Join(r.keyPrefix, jobPrefix) resp, err := r.etcd.Get(key, true, true) - if err != nil { + if e, ok := er...
fix(registry): Ignore KeyNotFound in GetAllJobs
coreos_fleet
train
go
4d1089aa00c8d228f03bcfe2d0a3ccb175a77b52
diff --git a/src/Leevel/Leevel/functions.php b/src/Leevel/Leevel/functions.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Leevel/functions.php +++ b/src/Leevel/Leevel/functions.php @@ -26,7 +26,7 @@ use function Leevel\Leevel\Helper\gettext; use function Leevel\Support\Str\un_camelize; if (!function_exists('Leeve...
fix: fix the un_camelize include path
hunzhiwange_framework
train
php
7a2a308772352b99fb8744fe13e57ac8b283fde2
diff --git a/src/builder/builder.js b/src/builder/builder.js index <HASH>..<HASH> 100644 --- a/src/builder/builder.js +++ b/src/builder/builder.js @@ -96,7 +96,7 @@ module.exports = function builder (createChunker, ipld, createReducer, _options) } callback(null, { path: item.path, - multih...
fix: do not use cid property of DAGNodes just yet
ipfs_js-ipfs-unixfs
train
js
44e9ebdf0fad7b9c18bc76a36459b64e1d1a30e0
diff --git a/src/components/DropdownV2/DropdownV2.js b/src/components/DropdownV2/DropdownV2.js index <HASH>..<HASH> 100644 --- a/src/components/DropdownV2/DropdownV2.js +++ b/src/components/DropdownV2/DropdownV2.js @@ -186,7 +186,11 @@ export default class DropdownV2 extends React.Component { <ListBo...
feat(DropdownV2): highlight selected item in drop down (#<I>)
carbon-design-system_carbon-components-react
train
js
07b4544024a339d3f7a7635f50ac22af432c59e3
diff --git a/build/paths.js b/build/paths.js index <HASH>..<HASH> 100644 --- a/build/paths.js +++ b/build/paths.js @@ -20,7 +20,10 @@ var paths = { packageName: pkg.name, ignore: [], useTypeScriptForDTS: false, - importsToAdd: [], // eg. non-concated local imports in the main file as they will get removed dur...
fix(bundle): re-add imports for bundling
SpoonX_aurelia-orm
train
js
fcaf926885aaec071cd9142aae8393ec62bf5def
diff --git a/tests/test_configuration.py b/tests/test_configuration.py index <HASH>..<HASH> 100644 --- a/tests/test_configuration.py +++ b/tests/test_configuration.py @@ -94,6 +94,26 @@ def test_tox_generative_environments_has_common_definition(): assert tox_environments == tox_ini +def test_tox_multiline_sett...
test: ensure multiline tox settings are written on the new line
dry-python_dependencies
train
py
b147f9944218dc571e1daa8913cb00f21fc4ebc9
diff --git a/library/actor-common/src/main/java/im/actor/model/network/mtp/actors/ReceiverActor.java b/library/actor-common/src/main/java/im/actor/model/network/mtp/actors/ReceiverActor.java index <HASH>..<HASH> 100644 --- a/library/actor-common/src/main/java/im/actor/model/network/mtp/actors/ReceiverActor.java +++ b/l...
fix(common): Removed received package receive
actorapp_actor-platform
train
java
3b08a43ea9ca1fb0fd183c3fe7bd5606f14ba993
diff --git a/src/sentry_plugins/slack/plugin.py b/src/sentry_plugins/slack/plugin.py index <HASH>..<HASH> 100644 --- a/src/sentry_plugins/slack/plugin.py +++ b/src/sentry_plugins/slack/plugin.py @@ -195,13 +195,15 @@ class SlackPlugin(CorePluginMixin, notify.NotificationPlugin): # Make sure it's an abs...
fix(slack): Correctly encode rules field (#<I>)
getsentry_sentry-plugins
train
py
90e10b4fc855ec6fb90f6df7cd1ef1da6fbef445
diff --git a/test/mp/runtime/directives/img.spec.js b/test/mp/runtime/directives/img.spec.js index <HASH>..<HASH> 100644 --- a/test/mp/runtime/directives/img.spec.js +++ b/test/mp/runtime/directives/img.spec.js @@ -33,4 +33,23 @@ describe('Directive v-bind', () => { expectAttr('data:image//123') }).then(don...
test: should not set src to '/' when it's '' #<I>
kaola-fed_megalo
train
js
3648f6d567cd834c301de913ce19f786a265240d
diff --git a/packages/discord.js/src/managers/GuildChannelManager.js b/packages/discord.js/src/managers/GuildChannelManager.js index <HASH>..<HASH> 100644 --- a/packages/discord.js/src/managers/GuildChannelManager.js +++ b/packages/discord.js/src/managers/GuildChannelManager.js @@ -396,7 +396,7 @@ class GuildChannelMan...
fix(GuildChannelManager): Access `resolveId` correctly (#<I>)
discordjs_discord.js
train
js
e3f247f07a935147a196ffc4ea8e5a8938752b51
diff --git a/js/src/navigation.js b/js/src/navigation.js index <HASH>..<HASH> 100644 --- a/js/src/navigation.js +++ b/js/src/navigation.js @@ -95,6 +95,10 @@ class Navigation extends BaseComponent { _setActiveLink() { Array.from(this._element.querySelectorAll(SELECTOR_NAV_LINK)).forEach(element => { + if...
fix: prevent adding `active` class to `.nav-group-toggle`
coreui_coreui
train
js
f0c86cbd20daa6ef4a64c87401b8713f5e5fcd52
diff --git a/source/rafcon/gui/utils/splash_screen.py b/source/rafcon/gui/utils/splash_screen.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/utils/splash_screen.py +++ b/source/rafcon/gui/utils/splash_screen.py @@ -48,7 +48,8 @@ class SplashScreen(Gtk.Window): # add label to display text, the text can ...
fix(splash_screen): Replace deprecated set_alignment by set_[x|y]align
DLR-RM_RAFCON
train
py
4a9d007f349dc288b9bc3631290132cd1ca444d3
diff --git a/test/12-integration-tests.js b/test/12-integration-tests.js index <HASH>..<HASH> 100644 --- a/test/12-integration-tests.js +++ b/test/12-integration-tests.js @@ -92,7 +92,6 @@ describe('Integration tests', () => { 'git clone https://github.com/inikulin/testing-repo.git testing-repo' ...
test(all): try fix tests
inikulin_publish-please
train
js