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
cf284b994fb6766c8ab34d0af9b4ccf8fd866bd1
diff --git a/lib/clientsidescripts.js b/lib/clientsidescripts.js index <HASH>..<HASH> 100644 --- a/lib/clientsidescripts.js +++ b/lib/clientsidescripts.js @@ -63,7 +63,7 @@ functions.findBindings = function(binding, exactMatch, using, rootSelector) { if(dataBinding) { var bindingName = dataBinding.exp || da...
fix(clientsidescripts): by.exactBinding not working because of regex typo Closes #<I>
angular_protractor
train
js
78f57b3f5bea04fcf6598d53fb95869223d2f83d
diff --git a/packages/article/src/article-body/article-body-row.js b/packages/article/src/article-body/article-body-row.js index <HASH>..<HASH> 100644 --- a/packages/article/src/article-body/article-body-row.js +++ b/packages/article/src/article-body/article-body-row.js @@ -62,7 +62,13 @@ const ArticleRow = ({ content:...
feat: Support typed links from tpa (#<I>)
newsuk_times-components
train
js
b51c3b249e99363bc4686feac95eb7e5647302bf
diff --git a/api/models.py b/api/models.py index <HASH>..<HASH> 100644 --- a/api/models.py +++ b/api/models.py @@ -491,7 +491,7 @@ class Release(UuidAuditedModel): # so shell out a task to pull in the repository tasks.import_repository.delay(build.image, self.app.id).get() # updat...
fix(controller): remove tag from source_image the registry module will take care of that
deis_controller-sdk-go
train
py
86f72895b31caeca1c18cf8595ac32bec6a6973d
diff --git a/src/foremast/app/base.py b/src/foremast/app/base.py index <HASH>..<HASH> 100644 --- a/src/foremast/app/base.py +++ b/src/foremast/app/base.py @@ -42,13 +42,11 @@ class BaseApp(BasePlugin): """Sets the instance links with pipeline_configs and then renders template files Returns: - ...
refactor: Simplify rendering of application template
foremast_foremast
train
py
8e8b5028fcc1a9635ae76d793aa4d09a849a043f
diff --git a/drivers/middleware/fasthttp/middleware_test.go b/drivers/middleware/fasthttp/middleware_test.go index <HASH>..<HASH> 100644 --- a/drivers/middleware/fasthttp/middleware_test.go +++ b/drivers/middleware/fasthttp/middleware_test.go @@ -16,6 +16,7 @@ import ( "github.com/ulule/limiter/v3/drivers/store/memor...
chore: disable gocyclo on this huge test
ulule_limiter
train
go
2828d0e639079c1b445661001687ab1037e7f420
diff --git a/src/connection.js b/src/connection.js index <HASH>..<HASH> 100644 --- a/src/connection.js +++ b/src/connection.js @@ -1716,7 +1716,7 @@ export class Connection { let data = resultData; if (!data.program) { - data = new Buffer(data, 'base64'); + data = Buffer.from(data, 'base64...
fix: use recommended buffer api for decoding base<I>
solana-labs_solana-web3.js
train
js
4aff3488439e80d2403b5a206da894065204a721
diff --git a/packages/feedback/FeedbackForm.js b/packages/feedback/FeedbackForm.js index <HASH>..<HASH> 100644 --- a/packages/feedback/FeedbackForm.js +++ b/packages/feedback/FeedbackForm.js @@ -24,7 +24,7 @@ const FeedbackForm = ({ }) => { const [active, setActive] = useState(null); const [invalid, toggleInvali...
refactor(feedback): modified sent to be a value with the values of form
Availity_availity-react
train
js
65d5ae55443a82e4499e93bb8b1e8633fba1c957
diff --git a/ibis/backends/tests/test_union.py b/ibis/backends/tests/test_union.py index <HASH>..<HASH> 100644 --- a/ibis/backends/tests/test_union.py +++ b/ibis/backends/tests/test_union.py @@ -4,7 +4,7 @@ import pytest @pytest.mark.parametrize('distinct', [False, True]) @pytest.mark.only_on_backends( - ['bigqu...
test(union): fix typo to add postgres backend (#<I>)
ibis-project_ibis
train
py
fcfb03d83aa878ebca15793fbf2558bd640a2c8a
diff --git a/src/configure-store.js b/src/configure-store.js index <HASH>..<HASH> 100644 --- a/src/configure-store.js +++ b/src/configure-store.js @@ -1,5 +1,4 @@ import { createStore, compose, applyMiddleware, combineReducers } from 'redux'; -import { reducer as formReducer } from 'redux-form'; import thunk from 're...
refactor: remove the form reducers
commercetools_merchant-center-application-kit
train
js
42d1872ce9173de74bb348b5aada8eaa75855c63
diff --git a/lib/hydrate.js b/lib/hydrate.js index <HASH>..<HASH> 100644 --- a/lib/hydrate.js +++ b/lib/hydrate.js @@ -18,12 +18,12 @@ function trim (s = '') { // borrow from superagent function parseHeaders (str = '') { - var lines = str.split(/\r?\n/) - var fields = {} - var index - var line - var field - v...
style(hydrate): change to use const and let
RasCarlito_axios-cache-adapter
train
js
f0152dc3cc9a42aa4dc3c0014b4c29381e9b39d6
diff --git a/gitlab/mixins.py b/gitlab/mixins.py index <HASH>..<HASH> 100644 --- a/gitlab/mixins.py +++ b/gitlab/mixins.py @@ -142,8 +142,6 @@ class GetWithoutIdMixin(_RestManagerBase): if TYPE_CHECKING: assert self.path is not None server_data = self.gitlab.http_get(self.path, **kwargs) ...
chore(mixins): remove None check as http_get always returns value
python-gitlab_python-gitlab
train
py
985df73802d2b079297df998a6c7a29c869c8276
diff --git a/common/oatbox/log/logger/formatter/CloudWatchJsonFormatter.php b/common/oatbox/log/logger/formatter/CloudWatchJsonFormatter.php index <HASH>..<HASH> 100644 --- a/common/oatbox/log/logger/formatter/CloudWatchJsonFormatter.php +++ b/common/oatbox/log/logger/formatter/CloudWatchJsonFormatter.php @@ -82,7 +82,...
feat: add instance_id and host_type to CloudWatchJsonFormatter
oat-sa_generis
train
php
67a074ffd6bc495bea1c6e601ece987edef2daed
diff --git a/src/components/__tests__/RefinementList.js b/src/components/__tests__/RefinementList.js index <HASH>..<HASH> 100644 --- a/src/components/__tests__/RefinementList.js +++ b/src/components/__tests__/RefinementList.js @@ -118,7 +118,7 @@ it("allows search bar classes override when it's searchable", () => { ...
test(refinementlist): migrate to .classes .hasClass is deprecated
algolia_vue-instantsearch
train
js
3d7f1c2fcd615067b0c7ecf4f5d3fa5270bad245
diff --git a/lib/ui/src/components/preview/preview.js b/lib/ui/src/components/preview/preview.js index <HASH>..<HASH> 100644 --- a/lib/ui/src/components/preview/preview.js +++ b/lib/ui/src/components/preview/preview.js @@ -294,12 +294,20 @@ Preview.propTypes = { actions: PropTypes.shape({}).isRequired, baseUrl: P...
fix: chromatic integration tests with "undefined" PREVIEW_URL
storybooks_storybook
train
js
64dc9cd7ef3db1ba77d4cd465f26434190e75956
diff --git a/packages/simplebar/src/simplebar.js b/packages/simplebar/src/simplebar.js index <HASH>..<HASH> 100755 --- a/packages/simplebar/src/simplebar.js +++ b/packages/simplebar/src/simplebar.js @@ -439,10 +439,8 @@ export default class SimpleBar { this.axis.y.isOverflowing = this.elStyles.overflowY ===...
chore: remove check on overflow: scroll as it shouldn't be done
Grsmto_simplebar
train
js
61d350b5a23f7255f4adf1d4d9ac4dfdf8224418
diff --git a/packages/create-webiny-project/init.js b/packages/create-webiny-project/init.js index <HASH>..<HASH> 100644 --- a/packages/create-webiny-project/init.js +++ b/packages/create-webiny-project/init.js @@ -120,7 +120,10 @@ module.exports = async function({ root, appName, templateName, tag, log }) { le...
fix: 🐛 Pipe stdout and stderr to execa instance The execa instance before only had stdout, which for a full log should require both stdout and stderr for proper error tracking.
Webiny_webiny-js
train
js
a6b7b8847a3e259ae9438dbaf205667fab9a626e
diff --git a/console.php b/console.php index <HASH>..<HASH> 100644 --- a/console.php +++ b/console.php @@ -1,7 +1,9 @@ #!/usr/bin/env php <?php -require __DIR__.'/vendor/autoload.php'; +// require __DIR__.'/vendor/autoload.php'; +require_once(dirname(__FILE__) . "/bootstrap.php"); + use Keboola\GenericExtractor\...
fix: console.php includes bootstrap noq
keboola_generic-extractor
train
php
1232089315c43a03b0acf2a9987676137c52dece
diff --git a/lib/mina-circle/circle_ci.rb b/lib/mina-circle/circle_ci.rb index <HASH>..<HASH> 100644 --- a/lib/mina-circle/circle_ci.rb +++ b/lib/mina-circle/circle_ci.rb @@ -31,7 +31,7 @@ class CircleCI end def self.token - @token ||= get_token + @@token ||= get_token end def self.get_token
fix: use instead of instance closes #<I>
sparkbox_mina-circle
train
rb
6ac58c8d76e569b36ff9f3faf0ee84f429dc9576
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -26,7 +26,7 @@ module.exports = { publicPath : '/compounds/', libraryTarget : 'umd' }, - devtool: "cheap-source-map", + devtool: "cheap-module-source-map", devServer: { ...
chore: check tests on ci
Pearson-Higher-Ed_compounds
train
js
8bd2ac6d82ed443d241b433181c22d83c4025639
diff --git a/packages/dredd/lib/init.js b/packages/dredd/lib/init.js index <HASH>..<HASH> 100644 --- a/packages/dredd/lib/init.js +++ b/packages/dredd/lib/init.js @@ -5,6 +5,8 @@ import path from 'path'; import inquirer from 'inquirer'; import yaml from 'js-yaml'; +import logger from './logger'; + import packageDa...
fix: capture and log ci update errors
apiaryio_dredd
train
js
bc84173254468c00007abf3de8a1980e92f2fc36
diff --git a/quasar/src/components/menu/ClickOutside.js b/quasar/src/components/menu/ClickOutside.js index <HASH>..<HASH> 100644 --- a/quasar/src/components/menu/ClickOutside.js +++ b/quasar/src/components/menu/ClickOutside.js @@ -28,9 +28,17 @@ export default { let parent = target while ((paren...
fix(quasar): Enhance click-outside detection (#<I>)
quasarframework_quasar
train
js
b57266c4be8e0c5a2e9fe5f9046cf5305ee169d6
diff --git a/system/Config/Factories.php b/system/Config/Factories.php index <HASH>..<HASH> 100644 --- a/system/Config/Factories.php +++ b/system/Config/Factories.php @@ -17,7 +17,7 @@ use Config\Services; /** * Factories for creating instances. * - * Factories allows dynamic loading of components by their path + ...
docs: fix typo in Factories
codeigniter4_CodeIgniter4
train
php
d0ec62eb48c41c218478cd3ac28684df051cc865
diff --git a/node.js b/node.js index <HASH>..<HASH> 100644 --- a/node.js +++ b/node.js @@ -337,7 +337,7 @@ module.exports = { }) console.warn( 'Browserslist: caniuse-lite is outdated. ' + - 'Please run next command `' + command + '`' + 'Please run the following command: `' + command...
fix: grammar in "please run next command" (#<I>)
browserslist_browserslist
train
js,js
d208ac5bfff6e0ffef0a8af79211515286f36b88
diff --git a/src/components/panel/panel.js b/src/components/panel/panel.js index <HASH>..<HASH> 100644 --- a/src/components/panel/panel.js +++ b/src/components/panel/panel.js @@ -817,6 +817,7 @@ MdPanelService.prototype.create = function(config) { var panelRef = new MdPanelRef(this._config, this._$injector); th...
fix(panel): element not being removed when scope is destroyed (#<I>) The panel element wasn't being removed when it's scope is destroyed (e.g. when navigating to a different page). Fixes #<I>.
angular_material
train
js,js
7fdf6e8652af65beb0e92880724b2c1963e21f58
diff --git a/lib/platform/github/gh-got-wrapper.js b/lib/platform/github/gh-got-wrapper.js index <HASH>..<HASH> 100644 --- a/lib/platform/github/gh-got-wrapper.js +++ b/lib/platform/github/gh-got-wrapper.js @@ -121,6 +121,7 @@ async function get(path, options, retries = 5) { return get(path, opts, retries - ...
fix(github): log full err if failing a 5xx response
renovatebot_renovate
train
js
3648cf697c852b2d0e344028d1759d7c9187c03a
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -129,17 +129,20 @@ let selectedResult = undefined function destroyModal(modalId) { if (modalId === undefined) { destroyModal('cwrc-entity-lookup') + destroyModal('cwrc-entity-lookup-edit-d...
fix: destroy lookup source dialog on close
cwrc_CWRC-PublicEntityDialogs
train
js
262afdef3bfbeef40b324d2d950fe4ba67bccbc4
diff --git a/src/foremast/securitygroup/create_securitygroup.py b/src/foremast/securitygroup/create_securitygroup.py index <HASH>..<HASH> 100644 --- a/src/foremast/securitygroup/create_securitygroup.py +++ b/src/foremast/securitygroup/create_securitygroup.py @@ -194,11 +194,21 @@ class SpinnakerSecurityGroup(object): ...
feat: $self in security group config resolves to application
foremast_foremast
train
py
0dd61c979a0edd98a1d3c962f2a7f6bd89d5588d
diff --git a/docs/src/html/assets/plugins/nav.js b/docs/src/html/assets/plugins/nav.js index <HASH>..<HASH> 100644 --- a/docs/src/html/assets/plugins/nav.js +++ b/docs/src/html/assets/plugins/nav.js @@ -77,7 +77,7 @@ function buildChildren(category) { var child = category[key]; children.push({ - captio...
fix(docs): fix missing navigation title was changed to caption on nav.js wintersmith plugin on a pull request and didn't quite catch that when approved
telus_tds-core
train
js
4e937871e958c4d91b91f23646976c60da33e516
diff --git a/packages/okam-core/src/base/component.js b/packages/okam-core/src/base/component.js index <HASH>..<HASH> 100644 --- a/packages/okam-core/src/base/component.js +++ b/packages/okam-core/src/base/component.js @@ -141,9 +141,9 @@ export default { this.__beforeEventProxy && (event = this.__beforeEv...
fix(okam-core): fix canvas event not currentTarget info leading to event proxy error in weixin app
ecomfe_okam
train
js
3657cbea7f5c37ccc06280b6c5230c1fdad76f9e
diff --git a/superset/dashboards/commands/update.py b/superset/dashboards/commands/update.py index <HASH>..<HASH> 100644 --- a/superset/dashboards/commands/update.py +++ b/superset/dashboards/commands/update.py @@ -34,6 +34,7 @@ from superset.dashboards.commands.exceptions import ( ) from superset.dashboards.dao impo...
fix(dashboard): commit update once (#<I>)
apache_incubator-superset
train
py
1a55a1400fbbf488d4a0e10e6ee536b9d53b5fa7
diff --git a/api/src/opentrons/drivers/smoothie_drivers/__init__.py b/api/src/opentrons/drivers/smoothie_drivers/__init__.py index <HASH>..<HASH> 100644 --- a/api/src/opentrons/drivers/smoothie_drivers/__init__.py +++ b/api/src/opentrons/drivers/smoothie_drivers/__init__.py @@ -78,3 +78,6 @@ class SimulatingDriver: ...
refactor(api): add set_acceleration to SimulatingDriver (#<I>) This adds the set_acceleration command to SimulatingDriver meaning that this command can be used in simulated protocols.
Opentrons_opentrons
train
py
336295ebaa1d7e09da4c93677bedd843e184da72
diff --git a/src/sticky/index.js b/src/sticky/index.js index <HASH>..<HASH> 100644 --- a/src/sticky/index.js +++ b/src/sticky/index.js @@ -1,5 +1,5 @@ import { isHidden } from '../utils/dom/style'; -import { createNamespace, isDef } from '../utils'; +import { createNamespace, isDef, isServer } from '../utils'; import...
fix(Sticky): broke ssr (#<I>)
youzan_vant
train
js
9e4d255cf3211eb38986b58fc1b27b95eb1b4a7b
diff --git a/library/actor-js/src/main/java/im/actor/model/js/entity/JsContact.java b/library/actor-js/src/main/java/im/actor/model/js/entity/JsContact.java index <HASH>..<HASH> 100644 --- a/library/actor-js/src/main/java/im/actor/model/js/entity/JsContact.java +++ b/library/actor-js/src/main/java/im/actor/model/js/ent...
fix(js): Fixing contacts list
actorapp_actor-platform
train
java
7b3096523ca5e5418bcb89c308e61edb76bca175
diff --git a/src/module/utils.js b/src/module/utils.js index <HASH>..<HASH> 100644 --- a/src/module/utils.js +++ b/src/module/utils.js @@ -154,12 +154,17 @@ RMModule.factory('RMUtils', ['$log', function($log) { * @param {object} _target Object to be extended * @param {object} _other Source object *...
feat(utils): overhaul extendOverriden to be used in factory
platanus_angular-restmod
train
js
624cc5f69b6e7eb3e9a3f0639a5b3298da0d98e6
diff --git a/src/utils/gitignore.js b/src/utils/gitignore.js index <HASH>..<HASH> 100644 --- a/src/utils/gitignore.js +++ b/src/utils/gitignore.js @@ -92,7 +92,7 @@ const ensureNetlifyIgnore = async function (dir) { // ignore } /* Not ignoring .netlify folder. Add to .gitignore */ - if (!ignorePatterns || !...
fix(command-link): don't modify gitignore if a pattern includes .netlify (#<I>)
netlify_cli
train
js
7444173563c012711471c16605d81c1c02b73fb9
diff --git a/packages/upload-core/src/upload.js b/packages/upload-core/src/upload.js index <HASH>..<HASH> 100644 --- a/packages/upload-core/src/upload.js +++ b/packages/upload-core/src/upload.js @@ -17,18 +17,25 @@ const defaultOptions = { removeFingerprintOnSuccess: true, fingerprint(file, options = {}) { c...
fix(upload-core): IE compatibility no array spreads
Availity_sdk-js
train
js
a3f1d79bd9b5d90bfa59dbc203ca13f2c03562b3
diff --git a/packages/micro-journeys/src/interactive-pathways.js b/packages/micro-journeys/src/interactive-pathways.js index <HASH>..<HASH> 100644 --- a/packages/micro-journeys/src/interactive-pathways.js +++ b/packages/micro-journeys/src/interactive-pathways.js @@ -137,10 +137,12 @@ class BoltInteractivePathways exten...
fix(pathways): restore menu broken by pathways instead of this.pathways
bolt-design-system_bolt
train
js
cc55587c9b2ec08ea156582b8e6e455b93ca8ffa
diff --git a/app/templates/entry/server-entry.js b/app/templates/entry/server-entry.js index <HASH>..<HASH> 100644 --- a/app/templates/entry/server-entry.js +++ b/app/templates/entry/server-entry.js @@ -116,7 +116,7 @@ export default ssrContext => { app.use(router) <% if (store) { %>app.use(store, storeKey)<%...
fix(app): SSR mode with publicPath not working correctly #<I>
quasarframework_quasar
train
js
03a267a9259b6ea7a4631c3cdb89593a7a6fdca8
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java index <HASH>..<HASH> 100644 --- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java +++ b/smack-extensions/src/main/java/...
fix: Prevent attempt to construct invalid address When no join was properly registered, a nickname will not be defined. In that case, attempting to construct the from address for the 'leave' presence stanza will result in: java.lang.IllegalArgumentException: The Resourcepart must not be null This commit prevents tha...
igniterealtime_Smack
train
java
910f636dcfad66c999aa859e11a31a9a772ccc79
diff --git a/cmd/argo/commands/watch.go b/cmd/argo/commands/watch.go index <HASH>..<HASH> 100644 --- a/cmd/argo/commands/watch.go +++ b/cmd/argo/commands/watch.go @@ -72,8 +72,12 @@ func watchWorkflow(ctx context.Context, serviceClient workflowpkg.WorkflowServic log.Debug("Re-establishing workflow watch") str...
fix: No panic on watch. Fixes #<I> (#<I>)
argoproj_argo
train
go,go
f675e7b5f1d80571827fdf6809cad1cd268b54f3
diff --git a/samples/drive/upload.js b/samples/drive/upload.js index <HASH>..<HASH> 100644 --- a/samples/drive/upload.js +++ b/samples/drive/upload.js @@ -44,8 +44,8 @@ async function runSample(fileName) { // number of bytes uploaded to this point. onUploadProgress: evt => { const progress = (evt...
docs(samples): fix drive example stdout upload progress (#<I>)
googleapis_google-api-nodejs-client
train
js
f54ab9a2dbfe3239e1df72f6b3d1519b1cc311bc
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 @@ -16,7 +16,7 @@ import ( units "github.com/docker/go-units" "github.com/flynn/flynn/cli/config" controller "github.com/flynn/flynn/controller/client" - "github.c...
test: Add build/bin to PATH when running unit tests
flynn_flynn
train
go
6c4237fbea79d0556bfe6e4943c760584e884ad6
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -9,6 +9,7 @@ export default function install (Vue, options) { const defaultOptions = { clearConsoleOnUpdate: false, + delay: 0, config: { checks: [{ id: 'color-contrast', @@ -6...
chore: Adding the option to delay the first check
vue-a11y_vue-axe
train
js
fa9ead9b4261dec56ab1c757235bec937793aad9
diff --git a/www/src/pages/components/input-group.js b/www/src/pages/components/input-group.js index <HASH>..<HASH> 100644 --- a/www/src/pages/components/input-group.js +++ b/www/src/pages/components/input-group.js @@ -47,8 +47,8 @@ export default withLayout(function InputGroupSection({ data }) { Multiple inpu...
docs(input-group): fix typo in description (#<I>)
react-bootstrap_react-bootstrap
train
js
ffe6b2334829c823b471e19cb726ab73eeef0275
diff --git a/test/examples/run-node/run.js b/test/examples/run-node/run.js index <HASH>..<HASH> 100644 --- a/test/examples/run-node/run.js +++ b/test/examples/run-node/run.js @@ -2,6 +2,6 @@ const CLI = require('../../../dist/index').default; new CLI({ extensions: { - run: `${process.execPath} -e` + ...
test(extension): Fixed currying test with paths with spaces.
cb1kenobi_cli-kit
train
js
a748df80ba23e0379297ccc1a58eaee908cdde55
diff --git a/src/core/services/theming/theming.spec.js b/src/core/services/theming/theming.spec.js index <HASH>..<HASH> 100644 --- a/src/core/services/theming/theming.spec.js +++ b/src/core/services/theming/theming.spec.js @@ -371,6 +371,15 @@ describe('md-theme directive', function() { expect($log.warn).toHaveB...
test(theming): ensure that warnings are not issues for registered themes closes #<I>
angular_material
train
js
1a6227cf30f5fcc2c294ffd42b3fb3b0d9b64fed
diff --git a/src/plugin/release/check-release.js b/src/plugin/release/check-release.js index <HASH>..<HASH> 100644 --- a/src/plugin/release/check-release.js +++ b/src/plugin/release/check-release.js @@ -76,7 +76,9 @@ export function getStatus (packages, commits) { } }) - forEach(commits, function (commit) { ...
fix(northbrook): go through commits in reverse
northbrookjs_northbrook
train
js,js
eee66d914240c7982838ce6622c43543845fd07c
diff --git a/packages/docs/App.js b/packages/docs/App.js index <HASH>..<HASH> 100644 --- a/packages/docs/App.js +++ b/packages/docs/App.js @@ -4,6 +4,8 @@ import React from "react" import { Router, Route, browserHistory } from "react-router" import { createApp } from "phenomic-preset-default/lib/client" +import "./...
docs: add a CSS file (kind of for testing it works)
phenomic_phenomic
train
js
9f003106e5366511ab7fef8131e004bc17fcd8f5
diff --git a/packages/netlify-cms-core/src/components/MediaLibrary/MediaLibrary.js b/packages/netlify-cms-core/src/components/MediaLibrary/MediaLibrary.js index <HASH>..<HASH> 100644 --- a/packages/netlify-cms-core/src/components/MediaLibrary/MediaLibrary.js +++ b/packages/netlify-cms-core/src/components/MediaLibrary/M...
fix(media-library): automatically select uploaded image (#<I>)
netlify_netlify-cms
train
js
e07faf725271914568834fac7849054ff7f54964
diff --git a/src/Jobs/Fittings/Insurances.php b/src/Jobs/Fittings/Insurances.php index <HASH>..<HASH> 100644 --- a/src/Jobs/Fittings/Insurances.php +++ b/src/Jobs/Fittings/Insurances.php @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -namespace Seat\Eveapi\Jobs\Fittings\Charact...
fix(jobs): use proper namespace for insurances job
eveseat_eveapi
train
php
1349b5a593f2e19eab7ce1cc03d940aeab3caed8
diff --git a/dangerfile.js b/dangerfile.js index <HASH>..<HASH> 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -19,9 +19,7 @@ If none of the above apply, you can opt out by adding _#skip-changelog_ to the P const skipChangelog = danger.github && (danger.github.pr.body + "").includes("#skip-changelog"); -if (!h...
fix(danger): Comment only on missing changelogs (#<I>)
getsentry_semaphore
train
js
13f75803d8483d381d4d233cf03b65aa795d021a
diff --git a/client/events.js b/client/events.js index <HASH>..<HASH> 100644 --- a/client/events.js +++ b/client/events.js @@ -22,7 +22,7 @@ exports.emit = function(id, args) { if (fn) call(fn, args) } else { let subs = events[id] - if (subs) subs.forEach(fn => call(fn, args)) + if (subs) subs.slice(...
fix: clone subscriber array before emitting This lets subscribers be disposed of during an emit.
aleclarson_wch
train
js
7b0690a2c7c0e93ea30067faa875b2e868d02091
diff --git a/src/main/java/com/google/maps/PlaceAutocompleteRequest.java b/src/main/java/com/google/maps/PlaceAutocompleteRequest.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/google/maps/PlaceAutocompleteRequest.java +++ b/src/main/java/com/google/maps/PlaceAutocompleteRequest.java @@ -68,6 +68,15 @@ public...
fix: allow using existing session token(String) in place autocomplete (#<I>) * fix: add session token constructor to place autocomplete * Update comment
googlemaps_google-maps-services-java
train
java
93f0844c4af943bda3d33b2d1645408410fcae65
diff --git a/alerta/models/alarms/alerta.py b/alerta/models/alarms/alerta.py index <HASH>..<HASH> 100644 --- a/alerta/models/alarms/alerta.py +++ b/alerta/models/alarms/alerta.py @@ -39,6 +39,10 @@ COLOR_MAP = { Severity.Trace: '#7554BF', # violet Severity.Unknown: 'silver' }, + 'status': { +...
feat: add colors for Ack and Shelved statuses (#<I>)
alerta_alerta
train
py
c965e9060709e062b20fa8a99889f11e4593cdcc
diff --git a/scripts/preuninstall.js b/scripts/preuninstall.js index <HASH>..<HASH> 100644 --- a/scripts/preuninstall.js +++ b/scripts/preuninstall.js @@ -17,7 +17,8 @@ cartridgeUtil.removeFromRc(packageConfig.name) .then(function runRemoveStylelintRc() { return cartridgeUtil.removeFromProjectDir([ '.stylelint...
fix(uninstall): Make sure to remove all required files when uninstalling
cartridge_cartridge-sass
train
js
a527c6054fada0b9d537ebd85ff146a0a5c05d8c
diff --git a/src/ConfigUtil.php b/src/ConfigUtil.php index <HASH>..<HASH> 100644 --- a/src/ConfigUtil.php +++ b/src/ConfigUtil.php @@ -127,6 +127,7 @@ class ConfigUtil { switch ($format) { case ConfigBox::FORMAT_INI: + return Ini::encode($data, $flags); case Config...
feat: support encode config data to INI file
php-toolkit_collection
train
php
dac2d1928e896e3764bd9eb4c69108702cb51663
diff --git a/packages/webpack/mixins/build/mixin.core.js b/packages/webpack/mixins/build/mixin.core.js index <HASH>..<HASH> 100644 --- a/packages/webpack/mixins/build/mixin.core.js +++ b/packages/webpack/mixins/build/mixin.core.js @@ -1,8 +1,9 @@ 'use strict'; +const { dirname } = require('path'); + const debug = r...
feat(webpack): implement diagnose hook
untool_untool
train
js
7650a651b6804caf01421cf79dc8fbb7802102df
diff --git a/lib/boot/parse/order-boot-sequence.js b/lib/boot/parse/order-boot-sequence.js index <HASH>..<HASH> 100644 --- a/lib/boot/parse/order-boot-sequence.js +++ b/lib/boot/parse/order-boot-sequence.js @@ -76,7 +76,7 @@ function applyBootBefore (serviceComponents, messages) { for (const [ serviceName, serviceCo...
refactor: Flip Array.forEach to a for of
wmfs_tymly-core
train
js
73f30c2aede7c2f4228f8805b5acc53ff42bbef7
diff --git a/src/core/field.js b/src/core/field.js index <HASH>..<HASH> 100644 --- a/src/core/field.js +++ b/src/core/field.js @@ -290,6 +290,7 @@ export default class Field { this.flags[flag] = defaults[flag]; }); + this.addValueListeners(); this.addActionListeners(); this.updateClasses(); ...
fix: re-add value listeners after reset to provent dangling cancellation tokens after reset closes #<I>, closes #<I>, closes #<I>
baianat_vee-validate
train
js,js
7e7cdacafd1b8478e1ba1fe702b1d2ce4f50170b
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -807,12 +807,15 @@ const members = { }, setAttribute: { value(attrName, attrValue) { + if(attrName === 'slot') { + this[attrName] = attrValue; + } + if(isSlotNode(this)) { ...
test(slotting): fix slotting in firefox by linking the attribute properly
skatejs_named-slots
train
js
18666d4a241b5f54f6fb1f04e7aef2726198addb
diff --git a/packages/webpack.config.js b/packages/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/webpack.config.js +++ b/packages/webpack.config.js @@ -20,10 +20,12 @@ const path = require('path'); const ExtractTextPlugin = require('extract-text-webpack-plugin'); const isDirectory = (source) => lstat...
fix(infrastructure): fixed npm run build error for empty package directories (#<I>)
material-components_material-components-web-react
train
js
8e07c095eab8ce6a33adb304eeaa637b5d1b7a66
diff --git a/optlang/gurobi_interface.py b/optlang/gurobi_interface.py index <HASH>..<HASH> 100644 --- a/optlang/gurobi_interface.py +++ b/optlang/gurobi_interface.py @@ -126,7 +126,8 @@ class Variable(interface.Variable): if value is None: value = -gurobipy.GRB.INFINITY if self.problem: ...
fix: update gurobi after changing bounds
biosustain_optlang
train
py
29509d5d7593cfbb9aa847a2c9b90b4125e650c6
diff --git a/src/operators/set.js b/src/operators/set.js index <HASH>..<HASH> 100644 --- a/src/operators/set.js +++ b/src/operators/set.js @@ -9,8 +9,13 @@ export default function (path, value) { throw new Error('Cerebral operator SET - The path: "' + path + '" does not target "state"') } - if (valueScheme &...
feat(Operators): add support for setting state to state
cerebral_cerebral
train
js
93b8e327a38ec1c2dbefcff05458e41564ce5b77
diff --git a/src/mixins/model-toggle.js b/src/mixins/model-toggle.js index <HASH>..<HASH> 100644 --- a/src/mixins/model-toggle.js +++ b/src/mixins/model-toggle.js @@ -28,7 +28,7 @@ export default { } else if (val) { this.__historyEntry = { - handler: this.close + handl...
fix: typos in history and model-toggle (#<I>)
quasarframework_quasar
train
js,js
528414591f820bbeb1c9db722d0e735f06d88dfb
diff --git a/src/core/services/ripple/ripple.js b/src/core/services/ripple/ripple.js index <HASH>..<HASH> 100644 --- a/src/core/services/ripple/ripple.js +++ b/src/core/services/ripple/ripple.js @@ -280,7 +280,9 @@ InkRippleCtrl.prototype.handleMousedown = function (event) { * mouseup, touchend or mouseleave event) ...
fix(ripple): fix iOS Safari stuck ripple issue (#<I>) this issue sometimes occurred when md-button with ripple was tapped repeatedly Fixes #<I>
angular_material
train
js
30256ee58002ba473877cf76d18c2af337b28cba
diff --git a/spec/audited_spec_helpers.rb b/spec/audited_spec_helpers.rb index <HASH>..<HASH> 100644 --- a/spec/audited_spec_helpers.rb +++ b/spec/audited_spec_helpers.rb @@ -5,8 +5,9 @@ module AuditedSpecHelpers klass.create({:name => 'Brandon', :username => 'brandon', :password => 'password'}.merge(attrs)) en...
fix: updated #build_user spec helper to by MongoMapper aware
collectiveidea_audited
train
rb
a3f7f2d5a79f3d6b1f5793b8b8e8487fd1b57105
diff --git a/config/webpack.config.cozy-home.js b/config/webpack.config.cozy-home.js index <HASH>..<HASH> 100644 --- a/config/webpack.config.cozy-home.js +++ b/config/webpack.config.cozy-home.js @@ -19,8 +19,7 @@ module.exports = { resolve: { modules: [SRC_DIR, 'node_modules'], alias: { - config: path...
chore: Remove alias for cozy-ui/react Aliases can be a cause of problems when they are not synced with jest resolvers
cozy_cozy-home
train
js
f64204b992ba4463000781432ae1209c51dd3f20
diff --git a/lib/workers/repository/index.js b/lib/workers/repository/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/index.js +++ b/lib/workers/repository/index.js @@ -56,8 +56,8 @@ async function renovateRepository(repoConfig, token, loop = 1) { // Sort branches const sortOrder = [ - ...
fix: pin PRs should be sorted before digest ones
renovatebot_renovate
train
js
d243ad9a36f215331daffed06c4880e9de4247ca
diff --git a/tests/unit/Test/Unit/LEtudiant/Composer/Installer/SharedPackageInstallerTest.php b/tests/unit/Test/Unit/LEtudiant/Composer/Installer/SharedPackageInstallerTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/Test/Unit/LEtudiant/Composer/Installer/SharedPackageInstallerTest.php +++ b/tests/unit/Test/Unit/L...
fix: refactoring installer construct.
Letudiant_composer-shared-package-plugin
train
php
40cfa7b7cfba0d0a655fe2148ad9336414e89737
diff --git a/lib/oxidized/model/netgear.rb b/lib/oxidized/model/netgear.rb index <HASH>..<HASH> 100644 --- a/lib/oxidized/model/netgear.rb +++ b/lib/oxidized/model/netgear.rb @@ -1,7 +1,7 @@ class Netgear < Oxidized::Model comment '!' - prompt /^(\([\w-]+\)\s[#>])$/ + prompt /^(\([\w\-.]+\)\s[#>])$/ cmd :s...
fix: Netgear model: Permit . as valid character in prompt (#<I>)
ytti_oxidized
train
rb
885b02ca953456355552cc27eebd7931d97e1786
diff --git a/app/pages/api/examples/jwt.js b/app/pages/api/examples/jwt.js index <HASH>..<HASH> 100644 --- a/app/pages/api/examples/jwt.js +++ b/app/pages/api/examples/jwt.js @@ -4,6 +4,6 @@ import jwt from 'next-auth/jwt' const secret = process.env.SECRET export default async (req, res) => { - const token = await...
chore(dev): add property to decrypt JWT (#<I>)
iaincollins_next-auth
train
js
0496a2c947668244345c37ce2af8d648401d8c69
diff --git a/packages/xod-core/src/project/selectors.js b/packages/xod-core/src/project/selectors.js index <HASH>..<HASH> 100644 --- a/packages/xod-core/src/project/selectors.js +++ b/packages/xod-core/src/project/selectors.js @@ -9,7 +9,7 @@ import { LINK_ERRORS, } from './constants'; -import { deepMerge, localI...
feat(xod-core): add filter(isLocalId) for patchNodes to prevent wrong processing of loaded patches from libs
xodio_xod
train
js
fa031cf8fddff3ab08ba4610d5942780acc00cea
diff --git a/test/unit/github/actions-test.js b/test/unit/github/actions-test.js index <HASH>..<HASH> 100644 --- a/test/unit/github/actions-test.js +++ b/test/unit/github/actions-test.js @@ -122,6 +122,7 @@ suite('github actions', () => { test('that completed check_runs are acceptable', async () => { octoki...
test(check-runs): ensured the call for the check-runs list provides the required data for #<I>
greenkeeper-keeper_hapi-greenkeeper-keeper
train
js
60334eb1ce232b24f2bfe9025d3eef0811153fed
diff --git a/source/rafcon/gui/mygaphas/items/state.py b/source/rafcon/gui/mygaphas/items/state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/mygaphas/items/state.py +++ b/source/rafcon/gui/mygaphas/items/state.py @@ -987,9 +987,6 @@ class NameView(Element): font_transparency = self.transparency ...
fix(StateView): Draw state name on correct context
DLR-RM_RAFCON
train
py
ab568d060e648ce353fe9ff7088c30ded12a181c
diff --git a/etc/webpack.test.js b/etc/webpack.test.js index <HASH>..<HASH> 100755 --- a/etc/webpack.test.js +++ b/etc/webpack.test.js @@ -79,12 +79,6 @@ module.exports = webpackMerge(commonConfig, { * See: http://webpack.github.io/docs/configuration.html#plugins */ plugins: [ - new webpack.SourceMapDevTo...
fix(webpack): Fix sourcemapping issues in karma see #<I> and #<I>
holisticon_angular-common
train
js
7943add4c801cd0f324fe871ee247b988cdcee6a
diff --git a/tests/func/test_data_cloud.py b/tests/func/test_data_cloud.py index <HASH>..<HASH> 100644 --- a/tests/func/test_data_cloud.py +++ b/tests/func/test_data_cloud.py @@ -532,8 +532,11 @@ class TestDataCloudCLIBase(TestDvc): pass def test(self): - if self._should_test(): - self...
test: skip data cloud cli tests properly, don't say passed
iterative_dvc
train
py
11212610764536eefbfe8e44600c95d27945a9ea
diff --git a/docs/quasar.conf.js b/docs/quasar.conf.js index <HASH>..<HASH> 100644 --- a/docs/quasar.conf.js +++ b/docs/quasar.conf.js @@ -99,8 +99,19 @@ module.exports = function (ctx) { pwa: { // workboxPluginMode: 'InjectManifest', workboxOptions: { + cleanupOutdatedCaches: true, s...
feat(docs): change PWA strategy to cache first then revalidate
quasarframework_quasar
train
js
0fc42561d9336c7e6bbee7dbfd60340396769dc8
diff --git a/packages/helix-shared-bounce/src/bounce.js b/packages/helix-shared-bounce/src/bounce.js index <HASH>..<HASH> 100644 --- a/packages/helix-shared-bounce/src/bounce.js +++ b/packages/helix-shared-bounce/src/bounce.js @@ -37,9 +37,10 @@ function bounce(func, { responder, timeout = 500 }) { // run the qu...
fix(bounce): quick responder function should wait as little as possible
adobe_helix-shared
train
js
12d44364845cf95b2b01b98db840b211bb381362
diff --git a/lib/workers/repository/onboarding/branch/index.js b/lib/workers/repository/onboarding/branch/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/onboarding/branch/index.js +++ b/lib/workers/repository/onboarding/branch/index.js @@ -27,7 +27,9 @@ async function checkOnboardingBranch(config) { ...
fix: do not create onboarding branch on dry run (#<I>) This fixes the following scenario: - on boarding branch is created - on boarding branch is closed (merged or not) - branch is deleted. So renovate is not configured. - you relaunch renovate with `--dry-run true`. Then it crashes with:
renovatebot_renovate
train
js
ba0e2c99fad7bd67ca606696557f833ee56bcc0f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -20,10 +20,10 @@ function Wallet (options) { bitcoin.ECKey.fromWIF(options.priv) : options.priv - typeforce('Object', this.priv) + typeforce(typeforce.Object, this.priv) typeforce({ - blockchain: 'Object', ...
fix: typeforce calls to not rely on Function.prototype.name
tradle_simple-wallet
train
js
e3bd04fffdc238d189bc9f869d2855c1c50efc80
diff --git a/test/endpoint-test.js b/test/endpoint-test.js index <HASH>..<HASH> 100644 --- a/test/endpoint-test.js +++ b/test/endpoint-test.js @@ -97,8 +97,7 @@ describe('endpoint()', () => { owner: 'octocat', repo: 'hello-world', headers: { - accept: 'text/html;charset=utf-8', - 'con...
test: set headers[content-type] by default
octokit_endpoint.js
train
js
b7c5a19b2249a09bab8080e2b5738e2cb7dbc4ce
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -125,7 +125,7 @@ Liftoff.prototype.launch = function (fn, argv) { // check to see if we're developing against ourselves. if we are, use // the 'main' property for our module path if(env.modulePackag...
fix: Default to index.js when modulePackage has no main property
js-cli_js-liftoff
train
js
ecb6e50b46e627e3217107d662dd19c64527976d
diff --git a/src/structures/Message.js b/src/structures/Message.js index <HASH>..<HASH> 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -158,7 +158,7 @@ class Message extends Base { } } } else { - this.attachments = new Collection(this.attachemnts); + this.attach...
fix(Message): fix typo (#<I>)
discordjs_discord.js
train
js
582c72e101674477e545d5c4022b0e0a37b70ba7
diff --git a/niworkflows/interfaces/cifti.py b/niworkflows/interfaces/cifti.py index <HASH>..<HASH> 100644 --- a/niworkflows/interfaces/cifti.py +++ b/niworkflows/interfaces/cifti.py @@ -66,7 +66,7 @@ class _GenerateCiftiInputSpec(BaseInterfaceInputSpec): surface_target = traits.Enum("fsLR", "fsaverage5", "fsavera...
fix: apply changes from @oesteban review
poldracklab_niworkflows
train
py
d88b7d48c7de208e7f76114926b79a302ce86679
diff --git a/packages/app-page-builder/src/editor/components/Slate/Menu.js b/packages/app-page-builder/src/editor/components/Slate/Menu.js index <HASH>..<HASH> 100644 --- a/packages/app-page-builder/src/editor/components/Slate/Menu.js +++ b/packages/app-page-builder/src/editor/components/Slate/Menu.js @@ -89,7 +89,7 @@...
fix: pass native React ref.
Webiny_webiny-js
train
js
093e2871bfa282cbb4753fc0384d30d71c179c75
diff --git a/lib/locators.js b/lib/locators.js index <HASH>..<HASH> 100644 --- a/lib/locators.js +++ b/lib/locators.js @@ -107,7 +107,7 @@ ProtractorBy.prototype.textarea = function(model) { * // Returns the SPAN for the first cat's name. * var firstCatName = ptor.findElement( * protractor.By.repeater("cat in...
fix(docs): repeater locator return type fix
angular_protractor
train
js
69fb656b18f9a77309ddf7008acaf2dfc1728bb3
diff --git a/packages/scripts/buildPackage.js b/packages/scripts/buildPackage.js index <HASH>..<HASH> 100644 --- a/packages/scripts/buildPackage.js +++ b/packages/scripts/buildPackage.js @@ -39,12 +39,12 @@ const inputOptions = { output: cssOutputFile, plugins: [postcssFunctions, postcssImport] }), +...
chore: Enable importing json files Babel was chocking on the syntax of json files. Transform them before running babel.
Autodesk_hig
train
js
67ecac633fa5a35828291a9916ebb0a02170d700
diff --git a/spacy/lang/xx/examples.py b/spacy/lang/xx/examples.py index <HASH>..<HASH> 100644 --- a/spacy/lang/xx/examples.py +++ b/spacy/lang/xx/examples.py @@ -59,7 +59,7 @@ sentences = [ "Czy w ciągu ostatnich 48 godzin spożyłeś leki zawierające paracetamol?", "Kto ma ochotę zapoznać się z innymi niż w ks...
fix: Add missing comma to `examples.py` (#<I>) * This comma has been most probably been left out unintentionally, leading to string concatenation between the two consecutive lines. This issue has been found automatically using a regular expression.
explosion_spaCy
train
py
bf29b497ba12a1f6efb3036230f3a1e3f4960c38
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -117,7 +117,7 @@ export class WebpackLoader extends Loader { const result = __webpack_require__(path); return this._getActualResult(result, resolve, reject); } catch (_) {} - ...
fix(index): incorrect contextual "this" reference The require.ensure method on line <I> was using a generic function. Therefore, the `this` scope was being lost when trying to reference the _getActualResul` method. Changing it to a fat arrow method fixes the issue as the scope of "this" remains in reference to the cla...
aurelia_loader-webpack
train
js
a27b694fed7fc1fa77a2e1cb18fdca13d8d6e550
diff --git a/bin/c8.js b/bin/c8.js index <HASH>..<HASH> 100755 --- a/bin/c8.js +++ b/bin/c8.js @@ -29,7 +29,12 @@ async function run () { process.env.NODE_V8_COVERAGE = argv.tempDirectory foreground(hideInstrumenterArgs(argv), async (done) => { - await outputReport(argv) + try { + await out...
fix: exit with code 1 when report output fails (#<I>)
bcoe_c8
train
js,js
da0acdaeb2fc7c94bd11f6aa3f9b26fdb46ed1aa
diff --git a/packages/date/src/DateRange.js b/packages/date/src/DateRange.js index <HASH>..<HASH> 100644 --- a/packages/date/src/DateRange.js +++ b/packages/date/src/DateRange.js @@ -158,8 +158,8 @@ const DateRange = ({ }; const onFocusChange = async input => { - if (!input) await setFieldTouched(name, true)...
fix(date): removed infinite loop for setting date without messing up endDate to startDate sync
Availity_availity-react
train
js
1592df5cf32bbf3b2cdefff48eca08cc06fe7a20
diff --git a/test/k8sT/Tunnels.go b/test/k8sT/Tunnels.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Tunnels.go +++ b/test/k8sT/Tunnels.go @@ -85,6 +85,7 @@ var _ = Describe("K8sTunnelTest", func() { Expect(err).To(BeNil(), "Cilium cannot be installed") ExpectCiliumReady(kubectl) + ExpectETCDOperatorReady(k...
test: wait for all etcd pods to be ready in VXLAN test
cilium_cilium
train
go
c8486504cec440b3718efb336df2bcddbbc14ff8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,6 +4,8 @@ // Requirements //------------------------------------------------------------------------------ +var path = require('path'); + var resolve = require('resolve'); var settings = require('./src/settings'); @...
fix: Ignore CLI args when ESLint run not via its binary Fixes #<I>
mradionov_eslint-plugin-disable
train
js
e4a92e3239c8f9273972fcfc0c98e9a96c26d53b
diff --git a/src/commands/dev/dev.js b/src/commands/dev/dev.js index <HASH>..<HASH> 100644 --- a/src/commands/dev/dev.js +++ b/src/commands/dev/dev.js @@ -198,6 +198,8 @@ const startFrameworkServer = async function ({ settings }) { try { const open = await waitPort({ port: settings.frameworkPort, + ...
fix: fix listening to framework port on node <I> and newer (#<I>) This fixes support with node <I>+ which changed the order of the name resolution.
netlify_cli
train
js
aa59572afbe43b6df31960f0bc6ba230545bef74
diff --git a/test/helper/index.js b/test/helper/index.js index <HASH>..<HASH> 100755 --- a/test/helper/index.js +++ b/test/helper/index.js @@ -84,6 +84,9 @@ function bootstrapDiagram(options, locals) { _options.modules = unique([].concat(_options.modules || [], [ mockModule ])); + // remove previous instanc...
chore(tests): destroy old diagram before successive test This verifies the diagrams built-in destroy functionality works as expected. Related to bpmn-io/bpmn-js#<I>
bpmn-io_diagram-js
train
js
dcd2c2e440b3ecc6051f46d19e2f83a651989993
diff --git a/rakelib/kokoro/kokoro.rb b/rakelib/kokoro/kokoro.rb index <HASH>..<HASH> 100644 --- a/rakelib/kokoro/kokoro.rb +++ b/rakelib/kokoro/kokoro.rb @@ -8,6 +8,9 @@ require_relative "command.rb" require_relative "kokoro_builder.rb" class Kokoro < Command + # Normally true. Set to false temporarily when relea...
chore: Disable release-please temporarily
googleapis_google-cloud-ruby
train
rb
ba4f5ac099aa0a56a5acafbdf74ea6a20f31afa1
diff --git a/master/buildbot/test/util/validation.py b/master/buildbot/test/util/validation.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/util/validation.py +++ b/master/buildbot/test/util/validation.py @@ -181,7 +181,7 @@ class SequenceValidator(Validator): self.elementValidator = elementValidator...
test: Disable incorrect pylint warning
buildbot_buildbot
train
py
6bf5c8b3b93d8deb835dcc1f1cf3582c46a51160
diff --git a/packages/form/src/Field.js b/packages/form/src/Field.js index <HASH>..<HASH> 100644 --- a/packages/form/src/Field.js +++ b/packages/form/src/Field.js @@ -1,7 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { FieldHelpIcon } from '@availity/help'; -import { Input as RsInput,...
feat(form): update import BREAKING CHANGE: promote to v1
Availity_availity-react
train
js
0330d670de2e4869b0604f1776b1b28544c44b31
diff --git a/standalone/header-footer/src/client.js b/standalone/header-footer/src/client.js index <HASH>..<HASH> 100644 --- a/standalone/header-footer/src/client.js +++ b/standalone/header-footer/src/client.js @@ -1,9 +1,8 @@ import makeStandalone from './makeStandalone'; import Header from 'seek-style-guide/react/H...
fix(standalone): revert rainbow logo for standalone app (#<I>)
seek-oss_seek-style-guide
train
js
0e46f9177152f06a3af5f7374f19b74d5fee1e96
diff --git a/modules/router5Middleware.js b/modules/router5Middleware.js index <HASH>..<HASH> 100644 --- a/modules/router5Middleware.js +++ b/modules/router5Middleware.js @@ -19,9 +19,12 @@ function routerPlugin(dispatch) { } export default function replaceRoutesMiddleware(router) { - return ({ dispatch }) => { ...
feat: add store as an additional argument to router canActivate and canDeactivate functions
router5_router5
train
js