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
beb7dfc0375d4df3cba5b03fb8085e1818aecb9c
diff --git a/lib/server-code/runners/tasks/executor.js b/lib/server-code/runners/tasks/executor.js index <HASH>..<HASH> 100644 --- a/lib/server-code/runners/tasks/executor.js +++ b/lib/server-code/runners/tasks/executor.js @@ -55,6 +55,10 @@ function getTaskExecutor(task) { function executeTask(task, model) { const...
feat: (Runner) Timeout - fix when "timeout" is negative
Backendless_JS-Code-Runner
train
js
c8b837923d506e265ff8bb79af61c0d86e7d5b2e
diff --git a/git/test/test_index.py b/git/test/test_index.py index <HASH>..<HASH> 100644 --- a/git/test/test_index.py +++ b/git/test/test_index.py @@ -787,8 +787,8 @@ class TestIndex(TestBase): def test_add_utf8P_path(self, rw_dir): # NOTE: fp is not a Unicode object in python 2 (which is the source of th...
fix(test_index): fix encoding I really never want to touch python again, and never deal with py2/3 unicode handling anymore. By now, it seems pretty much anything is better. Is python to be blamed for it entirely ? Probably not, but there are better alternatives. Nim ? Rust ? Ruby ? Totally
gitpython-developers_GitPython
train
py
b91af6af2afcc4e2bd81f73af3da792ec04602ca
diff --git a/tests/slice_test.py b/tests/slice_test.py index <HASH>..<HASH> 100644 --- a/tests/slice_test.py +++ b/tests/slice_test.py @@ -38,8 +38,7 @@ def test_head_with_selection(): df.head() -def test_slice_beyond_end(df_local): - df = df_local +def test_slice_beyond_end(df): df2 = df[:100] as...
test(core): also test remote datasets
vaexio_vaex
train
py
2eb504f16120cc5ed89ab2de0c01307de7b2d742
diff --git a/config/styleguide.config.js b/config/styleguide.config.js index <HASH>..<HASH> 100644 --- a/config/styleguide.config.js +++ b/config/styleguide.config.js @@ -147,7 +147,18 @@ module.exports = { }, ], }, - + { + name: 'Utilities', + components() { + ...
docs(responsive): Add component to styleguidist in dev
telus_tds-core
train
js
0511c57d6aeffbca09580b868822f63023629c2a
diff --git a/model/Export/Stylesheet/AssetStylesheetLoader.php b/model/Export/Stylesheet/AssetStylesheetLoader.php index <HASH>..<HASH> 100644 --- a/model/Export/Stylesheet/AssetStylesheetLoader.php +++ b/model/Export/Stylesheet/AssetStylesheetLoader.php @@ -26,7 +26,6 @@ use League\Flysystem\FileNotFoundException; us...
fix: use the replaced class to get the service id, instead of bringing back the old class import
oat-sa_extension-tao-itemqti
train
php
64943bdc471be213bce87e740fc4a95f74054158
diff --git a/packages/workflow/webpack.config.js b/packages/workflow/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/workflow/webpack.config.js +++ b/packages/workflow/webpack.config.js @@ -115,9 +115,6 @@ const plugin = settings => { // Generate hot module chunks new webpack.HotModuleRepla...
fix(workflow): only add ReactRefreshWebpackPlugin if hotLoader experimental flag is true
Availity_availity-workflow
train
js
ab58263f9eb33aa67a0e3c4cd0ab61b02cd8d6ef
diff --git a/packages/cooking/util/load-server.js b/packages/cooking/util/load-server.js index <HASH>..<HASH> 100644 --- a/packages/cooking/util/load-server.js +++ b/packages/cooking/util/load-server.js @@ -10,6 +10,7 @@ const defaultServer = { lazy: false, stats: 'errors-only', host: '0.0.0.0', + disableHost...
fix: disable host check (#<I>)
ElemeFE_cooking
train
js,js
a54283b5917910703354cd53bab1f909847fc9a1
diff --git a/src/components/icon/QIcon.js b/src/components/icon/QIcon.js index <HASH>..<HASH> 100644 --- a/src/components/icon/QIcon.js +++ b/src/components/icon/QIcon.js @@ -21,6 +21,9 @@ export default { else if (icon.startsWith('bt-')) { cls = `bt ${icon}` } + else if (icon.startsWith('ev...
feat: Add Eva Icons support #<I>
quasarframework_quasar
train
js
f2a60f2fcdd7957cc7ae201165377af698e5b0ef
diff --git a/lib/v35.js b/lib/v35.js index <HASH>..<HASH> 100644 --- a/lib/v35.js +++ b/lib/v35.js @@ -3,6 +3,7 @@ var bytesToUuid = require('./bytesToUuid'); function uuidToBytes(uuid) { // Note: We assume we're being passed a valid uuid string var bytes = []; + const el = uuid.replace(/[a-fA-F0-9]{2}/g, fu...
fix: fix #<I> by setting function name in try-catch
kelektiv_node-uuid
train
js
48ce4d4416fc28b06f0206d43679ab7324bebbf9
diff --git a/src/Exscript/Exscript.py b/src/Exscript/Exscript.py index <HASH>..<HASH> 100644 --- a/src/Exscript/Exscript.py +++ b/src/Exscript/Exscript.py @@ -50,11 +50,11 @@ class Exscript(object): self.domain = kwargs.get('domain') self.verbose = kwargs.get('verbose') s...
fix: Exscript constructor now has sane default keyword arguments.
knipknap_exscript
train
py
dd050d0edd3d4f1e2eecd30c88f7473a3bfda608
diff --git a/packages/cometd/lib/browser/Transports.js b/packages/cometd/lib/browser/Transports.js index <HASH>..<HASH> 100644 --- a/packages/cometd/lib/browser/Transports.js +++ b/packages/cometd/lib/browser/Transports.js @@ -5,7 +5,7 @@ var WebSocketTransport = require('../WebSocketTransport'); // Use node-fetch i...
fix(cometd): support ServiceWorker execution context affects: @zetapush/cometd ISSUES CLOSED: #<I>
zetapush_zetapush
train
js
f5c3cc0cc42e3575ec0de95f59fc66c6a87191a6
diff --git a/packages/cli-plugin-deploy-pulumi/commands/deploy/buildPackages.js b/packages/cli-plugin-deploy-pulumi/commands/deploy/buildPackages.js index <HASH>..<HASH> 100644 --- a/packages/cli-plugin-deploy-pulumi/commands/deploy/buildPackages.js +++ b/packages/cli-plugin-deploy-pulumi/commands/deploy/buildPackages....
fix: handle worker's "exit" event
Webiny_webiny-js
train
js
93e377023b5f0dbf9560b2a3113e63ce45173234
diff --git a/packages/build-tools/create-webpack-config.js b/packages/build-tools/create-webpack-config.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/create-webpack-config.js +++ b/packages/build-tools/create-webpack-config.js @@ -506,14 +506,14 @@ async function createWebpackConfig(buildConfig) { })...
chore: update the default sourcemap config settings used in Webpack's devtool config — switch over to include more detailed sourcemap data when doing local JS dev work / debugging
bolt-design-system_bolt
train
js
111d440d666aeef4e38ad18248a7ae76a0af3220
diff --git a/lib/inlining.js b/lib/inlining.js index <HASH>..<HASH> 100644 --- a/lib/inlining.js +++ b/lib/inlining.js @@ -16,6 +16,9 @@ function createHelper(src) { } // var add = require("./add") var firstDeclaration = node.declarations[0]; + if(firstDeclaration.init ...
fix(inlining): fix `var a = {}` pattern
azu_inlining-node-require
train
js
d7aa3ecd15ab219db3e6f475a5911169094a11bc
diff --git a/test/vendor/mocha.js b/test/vendor/mocha.js index <HASH>..<HASH> 100644 --- a/test/vendor/mocha.js +++ b/test/vendor/mocha.js @@ -8144,7 +8144,7 @@ exports.isPromise = function isPromise(value) { * Clamps a numeric value to an inclusive range. * * @param {number} value - Value to be clamped. - * @par...
docs: Fix simple typo, numer -> number There is a small typo in test/vendor/mocha.js. Should read `number` rather than `numer`.
blueimp_jQuery-File-Upload
train
js
9d609d2fd0e327d9bce01e4abb2240d4a01becb4
diff --git a/src/components/OverflowMenu/OverflowMenu.js b/src/components/OverflowMenu/OverflowMenu.js index <HASH>..<HASH> 100644 --- a/src/components/OverflowMenu/OverflowMenu.js +++ b/src/components/OverflowMenu/OverflowMenu.js @@ -537,7 +537,7 @@ export default class OverflowMenu extends Component { <ClickLi...
fix: We are now marking the overflow menu element as an Aria menu instead of button, resolves #<I>. (#<I>)
carbon-design-system_carbon-components-react
train
js
595f0a86eb2a4360c95714aa3df3775335abae87
diff --git a/modules/BottomNavigation.js b/modules/BottomNavigation.js index <HASH>..<HASH> 100644 --- a/modules/BottomNavigation.js +++ b/modules/BottomNavigation.js @@ -80,8 +80,8 @@ class BottomNavigation extends Component<DefaultProps, Props, State> { renderIcon={({ route: { routeName } }) => { ...
fix(BottomNavigation): replace renderIcon by renderTabIcon
winoteam_react-router-navigation
train
js
a52b91179828e396be74a784f4d62566a8e45bb3
diff --git a/Vision/tests/System/AnnotationsTest.php b/Vision/tests/System/AnnotationsTest.php index <HASH>..<HASH> 100644 --- a/Vision/tests/System/AnnotationsTest.php +++ b/Vision/tests/System/AnnotationsTest.php @@ -144,7 +144,7 @@ class AnnotationsTest extends VisionTestCase $res = $this->client->annotate(...
test: remove punctuation in assertion (#<I>)
googleapis_google-cloud-php
train
php
03a57a9a783d6104de58f703c0afeffb7b28fe6a
diff --git a/coveralls/reporter.py b/coveralls/reporter.py index <HASH>..<HASH> 100644 --- a/coveralls/reporter.py +++ b/coveralls/reporter.py @@ -54,8 +54,9 @@ class CoverallReporter(Reporter): if cu.should_be_python() and not self.config.ignore_errors: log.warning('Source file is...
fix: fixup coverage.__version__ comparisons (#<I>) Two bugs: * __version__ is type str; pypy3 throws exception comparing str with int * __version__[1] == '.', not the minor version number
coveralls-clients_coveralls-python
train
py
1336dfa6304bec11434419ec437731f82c9a28b0
diff --git a/cypress/support/commands.js b/cypress/support/commands.js index <HASH>..<HASH> 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -25,7 +25,7 @@ // Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... }) Cypress.Commands.add('vueCheckInit', () => { - cy.ge...
test: increase timeout for initial checks
vuejs_vue-devtools
train
js
b3315a3fb436ca0546da535e5ec32679c19309cb
diff --git a/cmd/helm/deployment.go b/cmd/helm/deployment.go index <HASH>..<HASH> 100644 --- a/cmd/helm/deployment.go +++ b/cmd/helm/deployment.go @@ -51,8 +51,8 @@ func deploymentCommands() cli.Command { ArgsUsage: "DEPLOYMENT", }, { - Name: "delete", - Aliases: []string{"del"}, + Name: ...
fix(cli): change deployment delete to remove This is for consistency. Other commands use 'remove,rm' as removal verbs. Example: 'helm repo rm'
helm_helm
train
go
b3183755ae2a538fdce49f1b6e87a85a9dc59d7b
diff --git a/packages/d3fc-element/index.js b/packages/d3fc-element/index.js index <HASH>..<HASH> 100644 --- a/packages/d3fc-element/index.js +++ b/packages/d3fc-element/index.js @@ -1,5 +1,5 @@ /* globals customElements */ -import './node_modules/document-register-element/build/document-register-element'; +import 'do...
refactor: make use of node-resolve
d3fc_d3fc
train
js
1d9d905497b5e04773c670afc95a489faa774f46
diff --git a/superset-frontend/src/SqlLab/reducers/sqlLab.js b/superset-frontend/src/SqlLab/reducers/sqlLab.js index <HASH>..<HASH> 100644 --- a/superset-frontend/src/SqlLab/reducers/sqlLab.js +++ b/superset-frontend/src/SqlLab/reducers/sqlLab.js @@ -324,6 +324,10 @@ export default function sqlLabReducer(state = {}, ac...
fix: prevent race condition when canceling query (#<I>)
apache_incubator-superset
train
js
90b581771a7bd0b51f048376c8006aa2feb9a37c
diff --git a/packages/table/src/styledComponents/Table.js b/packages/table/src/styledComponents/Table.js index <HASH>..<HASH> 100644 --- a/packages/table/src/styledComponents/Table.js +++ b/packages/table/src/styledComponents/Table.js @@ -42,11 +42,15 @@ const Table = styled.table` left: 16px; } - /* @...
feat(Table): increase row selection checkbox hit area affects: @crave/farmblocks-table
CraveFood_farmblocks
train
js
b02144c478254e82a7a2e0d2b328a291e179f646
diff --git a/lib/app.js b/lib/app.js index <HASH>..<HASH> 100644 --- a/lib/app.js +++ b/lib/app.js @@ -22,8 +22,8 @@ import { // This setting is defined from a custom environment setting passed into webpack or // defaults to ./config.yml // defined in webpack config: -// The YAML_CONFIG variable is passed to this fi...
refactor(app): apply suggestions from pr review
opentripplanner_otp-react-redux
train
js
eb7c6fbfff545c994ef7425407698ac66d83a3c3
diff --git a/src/FormName.js b/src/FormName.js index <HASH>..<HASH> 100644 --- a/src/FormName.js +++ b/src/FormName.js @@ -5,13 +5,17 @@ import PropTypes from 'prop-types' import type {ReactContext} from './types' export type Props = { - +children: (props: {form: string}) => React.Node, + +children: (props: {form...
feat(FormName): also pass sectionPrefix (#<I>)
erikras_redux-form
train
js
cd08d0a6764615ca3ee17299efc6999435178015
diff --git a/library/src/main/java/com/liulishuo/filedownloader/event/DownloadEventPoolImpl.java b/library/src/main/java/com/liulishuo/filedownloader/event/DownloadEventPoolImpl.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/liulishuo/filedownloader/event/DownloadEventPoolImpl.java +++ b/library/src/m...
fix(event-pool): remove the right eventList from eventPool when there isn't any listeners for the event
lingochamp_FileDownloader
train
java
cfbd5359042db704169f5f9b50ca584201500a8b
diff --git a/cmd/argocd-repo-server/commands/argocd_repo_server.go b/cmd/argocd-repo-server/commands/argocd_repo_server.go index <HASH>..<HASH> 100644 --- a/cmd/argocd-repo-server/commands/argocd_repo_server.go +++ b/cmd/argocd-repo-server/commands/argocd_repo_server.go @@ -32,8 +32,8 @@ const ( gnuPGSourcePath = "/a...
fix: reset cached manifest generation errors after 1hr instead of <I> requests (#<I>)
argoproj_argo-cd
train
go
e8c08ced45a481f777ebcfd1dd951a43348f6bdf
diff --git a/lib/app/Content.js b/lib/app/Content.js index <HASH>..<HASH> 100644 --- a/lib/app/Content.js +++ b/lib/app/Content.js @@ -5,11 +5,12 @@ export default { custom: { type: Boolean, default: true - } + }, + pageKey: String }, render (h, { parent, props, data }) { - return...
feat: Content component - support take pageKey to render dynamic page
vuejs_vuepress
train
js
7ec272c0735153c5e0703e5bc5fd7a2c7be58dfb
diff --git a/src/React/Containers/OverlayWindow/index.js b/src/React/Containers/OverlayWindow/index.js index <HASH>..<HASH> 100644 --- a/src/React/Containers/OverlayWindow/index.js +++ b/src/React/Containers/OverlayWindow/index.js @@ -316,7 +316,7 @@ export default React.createClass({ const actionStruct = this.com...
fix(OverlayWindow): Fix click event bubbling issue
Kitware_paraviewweb
train
js
42545dc1c7dc3f67a5487d709710a0685854a4a6
diff --git a/src/cli/commands/dag/get.js b/src/cli/commands/dag/get.js index <HASH>..<HASH> 100644 --- a/src/cli/commands/dag/get.js +++ b/src/cli/commands/dag/get.js @@ -42,7 +42,7 @@ module.exports = { if (node._json) { delete node._json.multihash node._json.data = '0x' + node._json.data.toSt...
fix(dag): print data in a readable way if it is JSON If a dag node is JSON, print the stringified version of it, so that it shows the actual JSON and not just `[object Object]`.
ipfs_js-ipfs
train
js
1f35b528facb4a1a347d3c9902fcae5e2928afad
diff --git a/packages/docs/stories/authorize.stories.js b/packages/docs/stories/authorize.stories.js index <HASH>..<HASH> 100644 --- a/packages/docs/stories/authorize.stories.js +++ b/packages/docs/stories/authorize.stories.js @@ -39,7 +39,7 @@ storiesOf('Components|Authorize', module) </Authorize> </div> ...
chore(docs): fixed typo
Availity_availity-react
train
js
099ad10e94d70165590ac7bf825afe829bfd3312
diff --git a/src/services/novo-label-service.js b/src/services/novo-label-service.js index <HASH>..<HASH> 100644 --- a/src/services/novo-label-service.js +++ b/src/services/novo-label-service.js @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core'; @Injectable() export class NovoLabelService { - filters = ...
refactor(Table): Language tweak from UX (#<I>)
bullhorn_novo-elements
train
js
345c21020b8647474d4259c6290dc7243e5991cb
diff --git a/src/DOMRenderer.js b/src/DOMRenderer.js index <HASH>..<HASH> 100644 --- a/src/DOMRenderer.js +++ b/src/DOMRenderer.js @@ -196,11 +196,6 @@ export default class DOMRenderer { getViewSize() { return this._size.view; } - scrollBy(point) { - const pos = this.options.isVertical ? [0, point] : [point, 0]...
fix(DOMRenderer): remove scrollBy method
naver_egjs-infinitegrid
train
js
b09dcbb014c83392b95762b17ea9bb9f3e015716
diff --git a/src/core/util/media.js b/src/core/util/media.js index <HASH>..<HASH> 100644 --- a/src/core/util/media.js +++ b/src/core/util/media.js @@ -84,9 +84,9 @@ angular.module('material.core') * $scope.anotherCustom = $mdMedia('max-width: 300px'); * }); * </hljs> - * @ngInject */ +/* @ngInject */ funct...
fix(build): fix a warning when running local server A warning was being logged when running the docs site locally. It was because the @ngInject in the doc string isn't considered a valid tag. Closes #<I>
angular_material
train
js
a0030113a2584f75c1bd8ee8cfcaf916f2af5d25
diff --git a/scripts/build-modules.js b/scripts/build-modules.js index <HASH>..<HASH> 100644 --- a/scripts/build-modules.js +++ b/scripts/build-modules.js @@ -34,6 +34,8 @@ async function buildAll() { await buildModules(requiredModules); + await execa.shell(`rsync -avr --include='*/' --include='*.scss' --exclu...
fix(build): back scss of datepicker (#<I>)
valor-software_ngx-bootstrap
train
js
96f20e2c27d62c49a2d1971983eab266a187f1ed
diff --git a/.toys/generate-updates.rb b/.toys/generate-updates.rb index <HASH>..<HASH> 100644 --- a/.toys/generate-updates.rb +++ b/.toys/generate-updates.rb @@ -46,7 +46,8 @@ def run end def list_apis_versions - path = git_cache.get("https://github.com/googleapis/discovery-artifact-manager.git", path: "discoveri...
chore: Another generation script fix (#<I>)
googleapis_google-api-ruby-client
train
rb
71275a74513251fcf041cdd1d898c3241fd547ef
diff --git a/memote/suite/tests/test_consistency.py b/memote/suite/tests/test_consistency.py index <HASH>..<HASH> 100644 --- a/memote/suite/tests/test_consistency.py +++ b/memote/suite/tests/test_consistency.py @@ -178,7 +178,7 @@ def test_blocked_reactions(read_only_model): @annotate(title="Stoichiometrically Bal...
fix: use model fixture since bounds are modified
opencobra_memote
train
py
8d289a28186fbed328efdb306071a63db62b9ae7
diff --git a/prometheus/codec.go b/prometheus/codec.go index <HASH>..<HASH> 100644 --- a/prometheus/codec.go +++ b/prometheus/codec.go @@ -3,7 +3,6 @@ package prometheus import ( "bytes" "encoding/json" - "fmt" "io" dto "github.com/prometheus/client_model/go" @@ -21,7 +20,6 @@ func DecodeExpfmt(r io.Reader, ...
fix(prometheus): remove extra debugging println
influxdata_influxdb
train
go
ed7d4349e3c6ea0ecabcbd2cb5d03ded698f80fe
diff --git a/src/main/java/com/twilio/http/TwilioRestClient.java b/src/main/java/com/twilio/http/TwilioRestClient.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/twilio/http/TwilioRestClient.java +++ b/src/main/java/com/twilio/http/TwilioRestClient.java @@ -151,7 +151,7 @@ public class TwilioRestClient { ...
fix: log correct URL in TwilioRestClient (#<I>) Invoke request.constructURL() to get the full url (which includes the region)
twilio_twilio-java
train
java
5cbdf380289f0fd1d16330325dab71f8815396fc
diff --git a/src/client/websocket/WebSocketShard.js b/src/client/websocket/WebSocketShard.js index <HASH>..<HASH> 100644 --- a/src/client/websocket/WebSocketShard.js +++ b/src/client/websocket/WebSocketShard.js @@ -437,7 +437,9 @@ class WebSocketShard extends EventEmitter { this.debug(`Tried to send packet ${dat...
fix(WebSocketShard): add websocket send error handling (#<I>) * websocket send error handling * fix: emit only when error is present * refactor: use an if instead
discordjs_discord.js
train
js,js
f007c1e7a81520b9b996638c1080812442e4c6cb
diff --git a/hdl_toolkit/synthesizer/assigRenderer.py b/hdl_toolkit/synthesizer/assigRenderer.py index <HASH>..<HASH> 100644 --- a/hdl_toolkit/synthesizer/assigRenderer.py +++ b/hdl_toolkit/synthesizer/assigRenderer.py @@ -71,7 +71,7 @@ def _renderIfTree(node): for elIf in elIfs: try: ...
fix: drivers can be also PortItems
Nic30_hwt
train
py
b0299b87c716444386d69a608f5515f875741b25
diff --git a/src/services/olHelpers.js b/src/services/olHelpers.js index <HASH>..<HASH> 100644 --- a/src/services/olHelpers.js +++ b/src/services/olHelpers.js @@ -377,17 +377,21 @@ angular.module('openlayers-directive').factory('olHelpers', function($q, $log, $ } if (isDefined(source...
fix(olHelper): use ol.format.GeoJson.readFeatures Fixed bug where GeoJSON sources did not parse WFS features. oSource.readFeatures is an undefined function, so used ol.format.GeoJson.readFeatures instead.
tombatossals_angular-openlayers-directive
train
js
8ad4264312b1fa04ae616124d3b337cd699b343b
diff --git a/anyconfig/mergeabledict.py b/anyconfig/mergeabledict.py index <HASH>..<HASH> 100644 --- a/anyconfig/mergeabledict.py +++ b/anyconfig/mergeabledict.py @@ -12,9 +12,6 @@ import collections import functools import operator -import anyconfig.parser -import anyconfig.utils - from anyconfig.utils import is_...
refactor: remove refs to .utils and .parser from .mergeabledict
ssato_python-anyconfig
train
py
fbd89c5a917f5f009249a616a435cf00261ea765
diff --git a/spec/operators/skipUntil-spec.js b/spec/operators/skipUntil-spec.js index <HASH>..<HASH> 100644 --- a/spec/operators/skipUntil-spec.js +++ b/spec/operators/skipUntil-spec.js @@ -64,6 +64,24 @@ describe('Observable.prototype.skipUntil()', function () { expectSubscriptions(skip.subscriptions).toBe(skipS...
test(skipUntil): add test against breaking unsubscription chain For issue #<I>.
ReactiveX_rxjs
train
js
eac4fee5972030b53289551c30de782dbb62c6b8
diff --git a/src/commandsManager.js b/src/commandsManager.js index <HASH>..<HASH> 100644 --- a/src/commandsManager.js +++ b/src/commandsManager.js @@ -6,7 +6,8 @@ function extend(styles, className, extendFrom, runtimeCommands) { extendeds.forEach((extend) => { superStyles = merge(superStyles, styles[extend]...
fix(styler): fix empty runtime-command extending Fix empty runtime-command extending
smartface_styler
train
js
d2ea385c2696c10c598c07136cb8198cfc94406a
diff --git a/src/Form/SiteSearchForm.php b/src/Form/SiteSearchForm.php index <HASH>..<HASH> 100644 --- a/src/Form/SiteSearchForm.php +++ b/src/Form/SiteSearchForm.php @@ -34,12 +34,13 @@ class SiteSearchForm extends SearchForm $keywords = $data['Search']; - $andProcessor = create_function('$matches'...
fix(deprecateError): Function create_function is deprecated in php<I>
symbiote_silverstripe-multisites
train
php
4d58bb43eceac3c077b853a081ab1fc9582dc731
diff --git a/packages/node_modules/@webex/webex-server/test/integration/spec/session.js b/packages/node_modules/@webex/webex-server/test/integration/spec/session.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/webex-server/test/integration/spec/session.js +++ b/packages/node_modules/@webex/webex-serve...
test(webex-server): remove device services check Refactor the reference from webex.internal.device.services to webex.internal.services.
webex_spark-js-sdk
train
js
ed9de4cdbb092e9a0860e2f8e292318d324727b8
diff --git a/edx_api/enrollments/__init__.py b/edx_api/enrollments/__init__.py index <HASH>..<HASH> 100644 --- a/edx_api/enrollments/__init__.py +++ b/edx_api/enrollments/__init__.py @@ -1,7 +1,7 @@ """ edX Enrollment REST API client class """ -from edx_api.constants import ENROLLMENT_MODE_AUDIT +from edx_api.consta...
feat: add Verified mode enrollment creation (#<I>) * feat: add creation of verified enrollment
mitodl_edx-api-client
train
py
41749c1b5dd003bbaa21675c00e2c80dd66b31ef
diff --git a/sentry_sdk/integrations/bottle.py b/sentry_sdk/integrations/bottle.py index <HASH>..<HASH> 100644 --- a/sentry_sdk/integrations/bottle.py +++ b/sentry_sdk/integrations/bottle.py @@ -57,7 +57,7 @@ class BottleIntegration(Integration): # type: () -> None try: - version = tuple(...
fix(integration): Discard -dev when parsing required versions for bottle
getsentry_sentry-python
train
py
60fa09dd7874f770bd86ba8881b29fe68396f642
diff --git a/anyconfig/mergeabledict.py b/anyconfig/mergeabledict.py index <HASH>..<HASH> 100644 --- a/anyconfig/mergeabledict.py +++ b/anyconfig/mergeabledict.py @@ -15,13 +15,13 @@ JSON Pointer: http://tools.ietf.org/html/rfc6901 """ from __future__ import absolute_import -from .compat import iteritems, UserDic...
refactor: reorder imports in anyconfig.mergeabledict
ssato_python-anyconfig
train
py
df587dd19ac0145749020426ee134781d5af5a06
diff --git a/packages/vue-styleguidist/src/client/rsg-components/Events/EventsRenderer.js b/packages/vue-styleguidist/src/client/rsg-components/Events/EventsRenderer.js index <HASH>..<HASH> 100644 --- a/packages/vue-styleguidist/src/client/rsg-components/Events/EventsRenderer.js +++ b/packages/vue-styleguidist/src/clie...
fix: warning when unnamed event param
vue-styleguidist_vue-styleguidist
train
js
05b3fbd305fb8decb82ae3b2a95be81ed92505e7
diff --git a/internal/pipe/archive/archive.go b/internal/pipe/archive/archive.go index <HASH>..<HASH> 100644 --- a/internal/pipe/archive/archive.go +++ b/internal/pipe/archive/archive.go @@ -101,11 +101,17 @@ func (Pipe) Run(ctx *context.Context) error { for group, artifacts := range artifacts { log.Debugf("grou...
refactor: make it easier to merge
goreleaser_goreleaser
train
go
009dd14f96ba6af4d356033bd6ce1815cfa33126
diff --git a/test/unit/controllersSpec.js b/test/unit/controllersSpec.js index <HASH>..<HASH> 100644 --- a/test/unit/controllersSpec.js +++ b/test/unit/controllersSpec.js @@ -6,11 +6,15 @@ describe('controllers', function(){ beforeEach(module('myApp.controllers')); - it('should ....', inject(function() { + it(...
test(controllers): use $controller to get hold of a controller for testing Closes #<I>
angular_angular-seed
train
js
7e34be0016ff725d32f7eff10cbc868270f42a02
diff --git a/test/unit/compile-uri/compile-params-test.js b/test/unit/compile-uri/compile-params-test.js index <HASH>..<HASH> 100644 --- a/test/unit/compile-uri/compile-params-test.js +++ b/test/unit/compile-uri/compile-params-test.js @@ -71,6 +71,22 @@ describe('compileParams', () => { }); }); + it('should ...
test: Add a test to check if compileParams works for example value of 0
apiaryio_dredd-transactions
train
js
99d4b2b50c43f24da07d4bed3e8c783d7f4d8c02
diff --git a/packages/netlify-cms/src/backends.js b/packages/netlify-cms/src/backends.js index <HASH>..<HASH> 100644 --- a/packages/netlify-cms/src/backends.js +++ b/packages/netlify-cms/src/backends.js @@ -2,6 +2,7 @@ import cms from 'netlify-cms-core/src'; import { GitHubBackend } from 'netlify-cms-backend-github/sr...
fix: register bitbucket backend in netlify-cms (#<I>)
netlify_netlify-cms
train
js
326c0abb2a64ccd79b65bfb87618a44a167b24ba
diff --git a/test/unit/specs/date-picker.spec.js b/test/unit/specs/date-picker.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/specs/date-picker.spec.js +++ b/test/unit/specs/date-picker.spec.js @@ -1401,7 +1401,7 @@ describe('DatePicker', () => { const numberOfHighlightRows = () => pickerEl.querySelectorA...
test: fix unreliable date-picker/week test (#<I>)
ElemeFE_element
train
js
6e205a6a3efd4e56347fb6351b61f69755e598d9
diff --git a/src/server/views/dashboard/queueJobsByState.js b/src/server/views/dashboard/queueJobsByState.js index <HASH>..<HASH> 100644 --- a/src/server/views/dashboard/queueJobsByState.js +++ b/src/server/views/dashboard/queueJobsByState.js @@ -101,9 +101,9 @@ async function _html(req, res) { jobs = jobs.filter(...
fix(job-details): actually correctly wait for promises (#<I>)
bee-queue_arena
train
js
6f3e6ec48b1f33bfd33cc19cee6ff77a6210bc00
diff --git a/packages/node_modules/@webex/plugin-authorization-node/src/authorization.js b/packages/node_modules/@webex/plugin-authorization-node/src/authorization.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-authorization-node/src/authorization.js +++ b/packages/node_modules/@webex/plugin-a...
fix(plugin-authorization-node): hotfix hydra url Update the hydra url coming from the services plugin to append an extra slash to accomidate for pre-existing env service urls.
webex_spark-js-sdk
train
js
bfd57709b92b0b31a9339bb89600235ab7bc956b
diff --git a/test/specs/modules/Accordion/Accordion-test.js b/test/specs/modules/Accordion/Accordion-test.js index <HASH>..<HASH> 100644 --- a/test/specs/modules/Accordion/Accordion-test.js +++ b/test/specs/modules/Accordion/Accordion-test.js @@ -160,7 +160,7 @@ describe('Accordion', () => { }) describe('on...
test(Accordion): fix test typo
Semantic-Org_Semantic-UI-React
train
js
a50dd0f05e203212d2ada2bd9862b20a49155430
diff --git a/packages/ui-karma-config/lib/index.js b/packages/ui-karma-config/lib/index.js index <HASH>..<HASH> 100644 --- a/packages/ui-karma-config/lib/index.js +++ b/packages/ui-karma-config/lib/index.js @@ -151,7 +151,8 @@ module.exports = function makeConfig({ module: { ...baseWebpackConfig.mod...
refactor(ui-karma-config): write explanation on coverage reporter
instructure_instructure-ui
train
js
45ecd2d1a9acc87a20945d1f4d0e97fdb00cea25
diff --git a/test/unit/mocks/server.js b/test/unit/mocks/server.js index <HASH>..<HASH> 100644 --- a/test/unit/mocks/server.js +++ b/test/unit/mocks/server.js @@ -74,6 +74,7 @@ MockServer.prototype._checkExpectations = function(data) { var idx = 0; var expectedFrame = this._expectedFrames.shift(); while ...
fix(MockServer): handle cases where incomplete data is received
noodlefrenzy_node-amqp10
train
js
cd7e169d2d41199495f52e408b21fcdd8435db39
diff --git a/react/MuiCozyTheme/makeTheme.js b/react/MuiCozyTheme/makeTheme.js index <HASH>..<HASH> 100644 --- a/react/MuiCozyTheme/makeTheme.js +++ b/react/MuiCozyTheme/makeTheme.js @@ -35,9 +35,6 @@ const themesCommonConfig = { textColor: 'primary', TabIndicatorProps: { color: 'primary' } }, - M...
feat(ListItem): Active ripple effect This effect only applies when ListItem has the `button` prop
cozy_cozy-ui
train
js
8e4222192e750848de3747565bd6405d9919a50d
diff --git a/src/geshi.php b/src/geshi.php index <HASH>..<HASH> 100644 --- a/src/geshi.php +++ b/src/geshi.php @@ -3668,8 +3668,11 @@ class GeSHi { $list = preg_replace('#\(\?\:(.)\)\?#', '\1?', $list); // (?:a|b|c|d|...)? => [abcd...]? // TODO: a|bb|c => [ac]|bb - $lis...
fix: close memory leak... I'll also report this as a PHP bug
GeSHi_geshi-1.0
train
php
dd3fcf5f324afe50be85390182148a148c6a078f
diff --git a/lib/WebSocketClient.js b/lib/WebSocketClient.js index <HASH>..<HASH> 100644 --- a/lib/WebSocketClient.js +++ b/lib/WebSocketClient.js @@ -181,7 +181,7 @@ WebSocketClient.prototype.connect = function(requestUrl, protocols, origin, head 'Connection': 'Upgrade', 'Sec-WebSocket-Version': this...
fix(headers): host header can be set
theturtle32_WebSocket-Node
train
js
01db0d855a8e5ffe71ac4b7da201ae85a2cec73c
diff --git a/pyup/providers/gitlab.py b/pyup/providers/gitlab.py index <HASH>..<HASH> 100644 --- a/pyup/providers/gitlab.py +++ b/pyup/providers/gitlab.py @@ -171,7 +171,7 @@ class Provider(object): self.delete_branch(user_repo, source_branch, prefix) def _merge_merge_request(self, mr, config): - ...
fix(gitlab): invoke gitlab merge with arguments as expected
pyupio_pyup
train
py
9ff4606f3ed206a6cec1da990b1c39a90f08f030
diff --git a/packages/veui/src/components/Table/_TableBody.js b/packages/veui/src/components/Table/_TableBody.js index <HASH>..<HASH> 100644 --- a/packages/veui/src/components/Table/_TableBody.js +++ b/packages/veui/src/components/Table/_TableBody.js @@ -15,7 +15,7 @@ export default { 'selectable', 'expan...
fix: use realKeys instead of keys prop
ecomfe_veui
train
js
bddf4cd28e77b38d6ec9dcfa2cb38b2b9add8c28
diff --git a/test/test_pf_distributed_slack.py b/test/test_pf_distributed_slack.py index <HASH>..<HASH> 100644 --- a/test/test_pf_distributed_slack.py +++ b/test/test_pf_distributed_slack.py @@ -5,7 +5,8 @@ import pypsa def normed(s): return s/s.sum() def test_pf_distributed_slack(): - csv_folder_name = os.path....
test: make path os independent
PyPSA_PyPSA
train
py
5159830d7565e371ca1f51f6119f394ac8fe0abb
diff --git a/src/server/controllers/oauth-redirect.js b/src/server/controllers/oauth-redirect.js index <HASH>..<HASH> 100644 --- a/src/server/controllers/oauth-redirect.js +++ b/src/server/controllers/oauth-redirect.js @@ -9,6 +9,9 @@ const oAuthState = require('../helpers/oauth-state') * @param {object} res */ mo...
fix: don't decrypt empty data
transloadit_uppy-server
train
js
fac39bfe56fcc055a3cd057d723163507e047951
diff --git a/src/Migrations/Mixins/Migrate.js b/src/Migrations/Mixins/Migrate.js index <HASH>..<HASH> 100644 --- a/src/Migrations/Mixins/Migrate.js +++ b/src/Migrations/Mixins/Migrate.js @@ -244,7 +244,7 @@ Migrate._mapMigrationsToActions = function (migrationsList, direction) { * @private */ Migrate._getMigratedF...
fix(migrations): add order by clause Order by clause is required to keep migrations in same order when rolling back
adonisjs_adonis-lucid
train
js
3ba1175e598a7953ae1004166bad4ec7d7d847cf
diff --git a/source/rafcon/core/states/execution_state.py b/source/rafcon/core/states/execution_state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/core/states/execution_state.py +++ b/source/rafcon/core/states/execution_state.py @@ -71,7 +71,8 @@ class ExecutionState(State): outcomes = {elem_id: copy(ele...
fix(execution_state): fix copy, use setter for script
DLR-RM_RAFCON
train
py
ada8708932222ff0059809b01b7452c8f0d52560
diff --git a/packages/api-headless-cms/__tests__/createDataModel.test.js b/packages/api-headless-cms/__tests__/createDataModel.test.js index <HASH>..<HASH> 100644 --- a/packages/api-headless-cms/__tests__/createDataModel.test.js +++ b/packages/api-headless-cms/__tests__/createDataModel.test.js @@ -78,7 +78,7 @@ describ...
test: add "await" for ref fields (it's an async "ref" field)
Webiny_webiny-js
train
js
a583c388bb58693927abf53ec50e69f58a52f263
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -67,10 +67,12 @@ function empower (assert, formatter, options) { operator: e.operator, stackStartFunction: e.stackStartFunction || onError }); + ...
fix: treat power-assert message as "not generated" to avoid message override by setting `AssertionError.generatedMessage` to false now works well with Jest <URL>
power-assert-js_empower
train
js,js
c1760245778a048f48e4cd67af0a8232e72ecc21
diff --git a/src/bin/p-s.js b/src/bin/p-s.js index <HASH>..<HASH> 100755 --- a/src/bin/p-s.js +++ b/src/bin/p-s.js @@ -72,7 +72,7 @@ function onInit() { log.info(colors.gray( 'Check out your scripts in there. Go ahead and update them and add descriptions to the ones that need it' )) - log.info(colors.gray('...
fix(initialize): Message had incorrect command
kentcdodds_nps
train
js
ef1183b26dd3e701c9cdf68e8b081025e01744ae
diff --git a/packages/react-ui-screenshot-tests/gemini/toggle.js b/packages/react-ui-screenshot-tests/gemini/toggle.js index <HASH>..<HASH> 100644 --- a/packages/react-ui-screenshot-tests/gemini/toggle.js +++ b/packages/react-ui-screenshot-tests/gemini/toggle.js @@ -14,3 +14,10 @@ gemini.suite('toggle', suite => { ...
test(Toggle): add screenshot test on disabled state
skbkontur_retail-ui
train
js
65485a25845ea5d9b63ca221a8421ce3c36209a7
diff --git a/process/albums.js b/process/albums.js index <HASH>..<HASH> 100644 --- a/process/albums.js +++ b/process/albums.js @@ -120,7 +120,11 @@ module.exports = function(params, cb) { prevDirRelative : e.prevDir.replace(process.ezseed_watcher.root, '') } - if(a.picture == ...
fix(albums): If we don't know the artist/album itunes is not needed
ezseed_watcher
train
js
0970cdb20a4f95aeb9bb361462cd6a485355a10b
diff --git a/src/chart/generateCategoricalChart.js b/src/chart/generateCategoricalChart.js index <HASH>..<HASH> 100644 --- a/src/chart/generateCategoricalChart.js +++ b/src/chart/generateCategoricalChart.js @@ -83,7 +83,7 @@ const generateCategoricalChart = (ChartComponent, GraphicalChild) => { } componentW...
fix: fix the bug when the children of categorical chart change
recharts_recharts
train
js
74d25745926c0ae44de111e459d1b6c1294526be
diff --git a/bin/cli.js b/bin/cli.js index <HASH>..<HASH> 100644 --- a/bin/cli.js +++ b/bin/cli.js @@ -102,5 +102,5 @@ else { yield exec(cmds.shift(), opts); exit(0); - })(); + }); }
fix: cli is working again now (#<I>) I guess the cli isn't covered by tests....
inikulin_dmn
train
js
ce8264e6632c29294bf31090dec3f46da8b5f6db
diff --git a/commitizen/commands/bump.py b/commitizen/commands/bump.py index <HASH>..<HASH> 100644 --- a/commitizen/commands/bump.py +++ b/commitizen/commands/bump.py @@ -3,7 +3,7 @@ from typing import List, Optional import questionary from packaging.version import Version -from commitizen import bump, factory, git...
fix(bump): add changelog file into stage when running `cz bump --changelog`
Woile_commitizen
train
py
45e42e899abd62e9b7dfe6222c921d666297cfb5
diff --git a/rollup.config.js b/rollup.config.js index <HASH>..<HASH> 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -42,7 +42,7 @@ const outputConfigs = { format: `cjs`, }, 'global-vue-3': { - file: pkg.unpkg, + file: pkg.unpkg.replace('2', '3'), format: `iife`, }, 'global-vue-2': ...
fix(build): global builds for vue 2
posva_vue-promised
train
js
b60ee25038907eb47b84729cc175e6ce7b505dc4
diff --git a/src/structures/MessageEmbed.js b/src/structures/MessageEmbed.js index <HASH>..<HASH> 100644 --- a/src/structures/MessageEmbed.js +++ b/src/structures/MessageEmbed.js @@ -113,10 +113,11 @@ class MessageEmbed { /** * The hexadecimal version of the embed color, with a leading hash - * @type {string...
fix(MessageEmbed): avoid throwing error when accessing colorless hexColor
discordjs_discord.js
train
js
8a79b20b29b7543e57762e7845d885d17da1245a
diff --git a/packages/webpack/mixin.core.js b/packages/webpack/mixin.core.js index <HASH>..<HASH> 100644 --- a/packages/webpack/mixin.core.js +++ b/packages/webpack/mixin.core.js @@ -57,7 +57,6 @@ class WebpackMixin extends Mixin { logLevel: 'silent', publicPath: webpackBrowserConfig.output.publicPath...
chore(webpack): disable webpack dev mw ssr mode
untool_untool
train
js
d3eff0bea1f7710407db7da47f4d3bdbb959a272
diff --git a/packages/building-webpack/modern-and-legacy-config.js b/packages/building-webpack/modern-and-legacy-config.js index <HASH>..<HASH> 100644 --- a/packages/building-webpack/modern-and-legacy-config.js +++ b/packages/building-webpack/modern-and-legacy-config.js @@ -87,6 +87,7 @@ function createConfig(options, ...
fix(building-webpack): maintain whitespace with "conservativeCollapse"
open-wc_open-wc
train
js,js
72d24afcf91558efc3a8eb443a4b7395a65dad7c
diff --git a/packages/permissions/src/utils/has-permissions.js b/packages/permissions/src/utils/has-permissions.js index <HASH>..<HASH> 100644 --- a/packages/permissions/src/utils/has-permissions.js +++ b/packages/permissions/src/utils/has-permissions.js @@ -1,4 +1,4 @@ -import isNil from 'lodash.isnil'; +import isNil ...
chore: consistently use lodash-es import (#<I>)
commercetools_merchant-center-application-kit
train
js
be02f2f4a7f06ca95c62a42b466adfa6627fd6ce
diff --git a/src/Leevel/Encryption/Safe/clean_js.php b/src/Leevel/Encryption/Safe/clean_js.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Encryption/Safe/clean_js.php +++ b/src/Leevel/Encryption/Safe/clean_js.php @@ -21,7 +21,7 @@ declare(strict_types=1); namespace Leevel\Encryption\Safe; /** - * 过滤掉 javascript. ...
style(encryption): code poem
hunzhiwange_framework
train
php
c5c1cf3144be61e83e62a2030f762ba0e6d437da
diff --git a/packages/webpack/preset.js b/packages/webpack/preset.js index <HASH>..<HASH> 100644 --- a/packages/webpack/preset.js +++ b/packages/webpack/preset.js @@ -3,7 +3,7 @@ const { join } = require('path'); module.exports = { - browsers: 'defaults', + browsers: ['defaults'], node: 'current', locations...
refactor(webpack): change browserlist to be an array
untool_untool
train
js
46e90addf2a068d3b62b91309a8e95754687da8c
diff --git a/gulpfile.babel.js b/gulpfile.babel.js index <HASH>..<HASH> 100755 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -477,8 +477,10 @@ gulp.task('test', function(done) { //////////////////////////////////////// // e2e-test //////////////////////////////////////// -gulp.task('e2e-test', ['e2e-test-protra...
fix(gulpfile): Fix `e2e-test` to execute its subtasks serially.
OnsenUI_OnsenUI
train
js
dd47caaec49f494dcf89926ee8c836bbda5d3388
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 @@ -568,7 +568,7 @@ define('composer', [ // Update address bar in case f5 is pressed window.history.pushState({ url: path, - }, path, config.relative_path + '/' +...
fix: mobile history f5 handling not working on subfolder installs
NodeBB_nodebb-plugin-composer-default
train
js
eeac8c43ace1fd1dbba9fe5ebed4301ed721cdaf
diff --git a/src/dashboard/elements/ui/ui-select.js b/src/dashboard/elements/ui/ui-select.js index <HASH>..<HASH> 100644 --- a/src/dashboard/elements/ui/ui-select.js +++ b/src/dashboard/elements/ui/ui-select.js @@ -96,6 +96,10 @@ class UiSelect extends Polymer.PolymerElement { if (!e.target.value) { this.$.selec...
fix(soundcue): fix soundcue files not persisting (#<I>)
nodecg_nodecg
train
js
7286e0e3fc805798b5118628a6660c4c30035d98
diff --git a/coap/coap-request.js b/coap/coap-request.js index <HASH>..<HASH> 100644 --- a/coap/coap-request.js +++ b/coap/coap-request.js @@ -6,8 +6,6 @@ module.exports = function (RED) { var url = require("uri-js"); var linkFormat = require("h5.linkformat"); - coap.registerFormat("application/cbor", 60...
chore: remove unneeded CBOR content-type registration
reederz_node-red-contrib-coap
train
js
04d8147739874bf61a42d755c386d976b5311f19
diff --git a/test/sys/node/node-sys.spec.js b/test/sys/node/node-sys.spec.js index <HASH>..<HASH> 100644 --- a/test/sys/node/node-sys.spec.js +++ b/test/sys/node/node-sys.spec.js @@ -5,7 +5,8 @@ describe('test/sys/node', () => { let sys; beforeAll(() => { - sys = new nodeSys.NodeSystem(2); + sys = new nod...
test(sys): fix node sys tests
ionic-team_stencil
train
js
2fb3784045e04d262d6719149566a64340b4ddb5
diff --git a/src/Drivers/index.js b/src/Drivers/index.js index <HASH>..<HASH> 100644 --- a/src/Drivers/index.js +++ b/src/Drivers/index.js @@ -1,8 +1,8 @@ -'use strict' +module.exports = {} -module.exports = { +module.exports.local = require('./LocalFileSystem') - local: require('./LocalFileSystem'), - s3: requir...
chore(driver): require driver only when available
Slynova-Org_flydrive
train
js
eee30ab042112f21f47376c352b5e9772a721768
diff --git a/src/lib/core-vue/directives/scroll.js b/src/lib/core-vue/directives/scroll.js index <HASH>..<HASH> 100644 --- a/src/lib/core-vue/directives/scroll.js +++ b/src/lib/core-vue/directives/scroll.js @@ -66,6 +66,8 @@ Vue.directive('scroll-fire', { handler(element); } }.bind(this), 50); + + ...
refactor: Scroll-Fire should trigger the handler immediately upon assignment
quasarframework_quasar
train
js
c12f240e3a6e1546abb295d519a7ba6554c83b9d
diff --git a/packages/@vue/cli-service/lib/commands/build/resolveLibConfig.js b/packages/@vue/cli-service/lib/commands/build/resolveLibConfig.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/commands/build/resolveLibConfig.js +++ b/packages/@vue/cli-service/lib/commands/build/resolveLibConfig.js @@ -8...
fix: make umd build usable in Node close #<I>
vuejs_vue-cli
train
js
363ca5a17cf6625815fd99634a3fb1da57e999af
diff --git a/lib/config-loader.js b/lib/config-loader.js index <HASH>..<HASH> 100644 --- a/lib/config-loader.js +++ b/lib/config-loader.js @@ -33,9 +33,10 @@ function load (settings) { // Returns a promise function loadConfig (client) { return load(client.settings).then((config) => { - client.apiUrl = `${config...
chore: remove trailing "/" from cluster config url's if needed (#<I>)
nodeshift_openshift-rest-client
train
js
6230fba7b7fc8dd3dd3d820c0a08903ca70f90f3
diff --git a/src/HelixConfig.js b/src/HelixConfig.js index <HASH>..<HASH> 100644 --- a/src/HelixConfig.js +++ b/src/HelixConfig.js @@ -79,7 +79,7 @@ class HelixConfig { * object and a user-defined resolver function. * @param {HelixConfig} other another Helix Config to merge * @param {ResolveFn} resolvefn a ...
docs(config): clarify return value of merge (returns the current config, albeit updated) resolves <URL>
adobe_helix-shared
train
js
d91ec764a6460484cfd9671415dd8776900d4996
diff --git a/test/cluster/cluster.go b/test/cluster/cluster.go index <HASH>..<HASH> 100644 --- a/test/cluster/cluster.go +++ b/test/cluster/cluster.go @@ -643,6 +643,8 @@ func (c *Cluster) DumpLogs(buildLog *buildlog.Log) { return } + // only fallback if all `flynn-host log` commands fail + shouldFallback :=...
test: Only do log fallback if all `flynn-host log` calls fail
flynn_flynn
train
go
24da31e5dc2bea3b82f1d8623e34fc2bd742a841
diff --git a/lib/devise_token_auth/rails/routes.rb b/lib/devise_token_auth/rails/routes.rb index <HASH>..<HASH> 100644 --- a/lib/devise_token_auth/rails/routes.rb +++ b/lib/devise_token_auth/rails/routes.rb @@ -16,6 +16,9 @@ module ActionDispatch::Routing omniauth_ctrl = opts[:controllers][:omniauth_cal...
feat(Route): Accept override (#<I>)
lynndylanhurley_devise_token_auth
train
rb
0d476694aa08e9026554965ce10aa2d37859825a
diff --git a/lib/superapi/api.js b/lib/superapi/api.js index <HASH>..<HASH> 100644 --- a/lib/superapi/api.js +++ b/lib/superapi/api.js @@ -72,7 +72,7 @@ Api.prototype = { return url; }, - buildUrl: function (url, params) { + replaceUrl: function (url, params) { var tokens = url.match(this.paramsPattern...
refactor(api): rename buildUrl to replaceUrl
stephanebachelier_superapi
train
js,js
75370bba7e154d1e31c512418493f5cec531d70a
diff --git a/src/Leevel/Console/Load.php b/src/Leevel/Console/Load.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Console/Load.php +++ b/src/Leevel/Console/Load.php @@ -122,4 +122,5 @@ class Load } } -fns(ends_with::class); +// import fn. +class_exists(ends_with::class);
refactor(fn): use class_exits to import fn
hunzhiwange_framework
train
php