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 |
|---|---|---|---|---|---|
714e4e28ab90fb5dfeca4375a68469ef609e2722 | diff --git a/lib/protractor.js b/lib/protractor.js
index <HASH>..<HASH> 100644
--- a/lib/protractor.js
+++ b/lib/protractor.js
@@ -181,7 +181,7 @@ var buildElementHelper = function(ptor) {
// This is the first time we are looking for an element
return ptor.waitForAngular().then(function() {
... | fix(locators): fix regression passing root element to locator scripts
Closes #<I> | angular_protractor | train | js |
56865e7b55d637f46aa109b95f5cee4152cfef8d | diff --git a/java-datacatalog/synth.py b/java-datacatalog/synth.py
index <HASH>..<HASH> 100644
--- a/java-datacatalog/synth.py
+++ b/java-datacatalog/synth.py
@@ -16,6 +16,8 @@
import synthtool.languages.java as java
+AUTOSYNTH_MULTIPLE_COMMITS = True
+
versions = ['v1beta1']
service = 'datacatalog' | chore: enable context aware commits (#<I>) | googleapis_google-cloud-java | train | py |
44310921b5252ba6e86d58092e5e56ae7c02ac24 | diff --git a/pkg/services/sqlstore/alerting_test.go b/pkg/services/sqlstore/alerting_test.go
index <HASH>..<HASH> 100644
--- a/pkg/services/sqlstore/alerting_test.go
+++ b/pkg/services/sqlstore/alerting_test.go
@@ -154,13 +154,15 @@ func TestAlertingDataAccess(t *testing.T) {
SaveAlerts(&cmd)
- DeleteDashboar... | test(alerting): add commented failed test | grafana_grafana | train | go |
dd2930fbf7cc2d8000709edc870b8f101e5f33a3 | diff --git a/src/library/Button/Button.js b/src/library/Button/Button.js
index <HASH>..<HASH> 100644
--- a/src/library/Button/Button.js
+++ b/src/library/Button/Button.js
@@ -28,6 +28,7 @@ export default class Button extends Component<ButtonProps> {
render() {
const {
children,
+ disabled,
ic... | fix(button): Prevent disabled non-`button` elements from being focused | mineral-ui_mineral-ui | train | js,js |
e6c603ad2127618828444cbc167dc8ea3420d306 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -10,14 +10,7 @@ export default function install (Vue, options) {
const defaultOptions = {
clearConsoleOnUpdate: false,
delay: 0,
- config: {
- checks: [{
- id: 'color-contrast',
- ... | refactor: removing initial config checks | vue-a11y_vue-axe | train | js |
232ead0434df9117da5c72bf0da3cb9e82e3d358 | diff --git a/test/backend-connection.test.js b/test/backend-connection.test.js
index <HASH>..<HASH> 100644
--- a/test/backend-connection.test.js
+++ b/test/backend-connection.test.js
@@ -390,8 +390,10 @@ suite('Connection', function() {
suite('to backend', function() {
var connection;
var backend;
+ var... | test: ensure restarted backend closed | droonga_express-droonga | train | js |
cbe0386aa3ea786d09cde1b95a8a9703f0156754 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -11,7 +11,6 @@ var gulpFormat = require('gulp-clang-format');
var runSequence = require('run-sequence');
var tslint = require('gulp-tslint');
var webpack = require('webpack');
-var typescript = require('typescri... | chore: make karma wait for TS compilation in TDD mode | ng-bootstrap_ng-bootstrap | train | js |
2b8372764bbc8f5d9b5bc3e9b1e7f5529310f33d | diff --git a/src/Types/AbortIfFunctionTypeSpecifyingExtension.php b/src/Types/AbortIfFunctionTypeSpecifyingExtension.php
index <HASH>..<HASH> 100644
--- a/src/Types/AbortIfFunctionTypeSpecifyingExtension.php
+++ b/src/Types/AbortIfFunctionTypeSpecifyingExtension.php
@@ -4,15 +4,6 @@ declare(strict_types=1);
namespac... | refactor: removes license header | nunomaduro_larastan | train | php |
3d1a715d2bfe98657cefe80ef522c96d6bf21272 | diff --git a/lib/datasource/npm.js b/lib/datasource/npm.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/npm.js
+++ b/lib/datasource/npm.js
@@ -163,6 +163,16 @@ async function getDependency(name, retries = 5) {
headers.authorization = `Bearer ${process.env.NPM_TOKEN}`;
}
+ if (
+ pkgUrl.startsWith('htt... | fix(npm): don’t authorize public non-scoped packages
The authorization header can interfere with caching because npmjs doesn’t return “public” in the “Cache-Control” header. | renovatebot_renovate | train | js |
2e2c04e2c7f90bd3d24d4305a458162b8189293d | diff --git a/dist/cc.angular.js b/dist/cc.angular.js
index <HASH>..<HASH> 100644
--- a/dist/cc.angular.js
+++ b/dist/cc.angular.js
@@ -4410,7 +4410,7 @@ angular
return function(val){
- var currency = CURRENCY_SIGN || '€';
+ var currency = (CURRENCY_SIGN || '€').trim();
... | fix(currencyFilter): trim config value | sofa_sofa-couch-service | train | js,js |
550bc8ccfb9391858db4ce346c08b41697edf903 | diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/api/multitenancy/MultiTenancyExecutionPropagationTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/multitenancy/MultiTenancyExecutionPropagationTest.java
index <HASH>..<HASH> 100644
--- a/engine/src/test/java/org/camunda/bpm/engine/test/api/mu... | test(engine): query External Tasks by Tenant-Id
related to #CAM-<I> | camunda_camunda-bpm-platform | train | java |
f40e2f0a0b173e9e18442a8c3ed14766ca9ede6b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ dev_require = [
"mypy==0.740",
"pylint==2.4.3",
"pytest==5.2.2",
- "black==19.3b0",
+ "black==19.10b0",
"coverage==4.5.4",
"pytest-cov==2.8.1",
"hypothesis==4.42.0", | chore(deps): Update black to <I>b0
This updates the black formatter to the latest version | malramsay64_experi | train | py |
a1948d1b978be099a897737feaa6391ec49e1730 | diff --git a/packages/site/pages/components/badge.js b/packages/site/pages/components/badge.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/components/badge.js
+++ b/packages/site/pages/components/badge.js
@@ -1,5 +1,6 @@
import React from 'react'
import Badge from '@pluralsight/ps-design-system-badge/react'... | refactor(site): try to expose the multiple options for badge a bit more | pluralsight_design-system | train | js |
eb604529c62e9954305889122f34499ad75b3b45 | diff --git a/src/compiler/helpers.js b/src/compiler/helpers.js
index <HASH>..<HASH> 100644
--- a/src/compiler/helpers.js
+++ b/src/compiler/helpers.js
@@ -65,6 +65,18 @@ export function addHandler (
)
}
+ // normalize click.right and click.middle since they don't actually fire
+ // this is technically brows... | fix: support modifier combination of click.right + .once (#<I>) | kaola-fed_megalo | train | js |
f45acb85204da65cd4cb2102a09a0483d5bd6fc0 | diff --git a/src/config.js b/src/config.js
index <HASH>..<HASH> 100644
--- a/src/config.js
+++ b/src/config.js
@@ -1,4 +1,4 @@
-import { merge } from './helpers'
+import { merge, noop } from './helpers'
let config = {
id: null,
@@ -6,19 +6,22 @@ let config = {
fields: {},
ignoreRoutes: [],
linkers: [],
+... | style(config): add noop and separate based on context | MatteoGabriele_vue-analytics | train | js |
d5739cd466f77a60425bd2860895799f7c9359d9 | diff --git a/git/test/test_git.py b/git/test/test_git.py
index <HASH>..<HASH> 100644
--- a/git/test/test_git.py
+++ b/git/test/test_git.py
@@ -210,7 +210,6 @@ class TestGit(TestBase):
assert err.status == 128
else:
assert 'FOO' in str(err)
- ... | fix(cmd): allow any kind of status message
I see no need in verifying the status code.
It's enough to just get the error. | gitpython-developers_GitPython | train | py |
f8b1a7ee99e6c16c02b956ba8a8121171b418855 | diff --git a/src/Registrar/index.js b/src/Registrar/index.js
index <HASH>..<HASH> 100644
--- a/src/Registrar/index.js
+++ b/src/Registrar/index.js
@@ -178,6 +178,7 @@ class Registrar {
*/
register () {
this._registerProviders(this._providers)
+ this.Ioc.executeExtendCalls()
emitter.emit(this.PROVIDE... | fix(registrar): execute extend calls after register
it's quite possible to use providers inside the boot method and invoking extend calls after the boot
method will break the flow, if a provider is used inside boot | adonisjs_adonis-framework | train | js |
dcbbcaa5867f69ed16da69eac2ce2a662d4cb162 | diff --git a/packages/create-webiny-project/index.js b/packages/create-webiny-project/index.js
index <HASH>..<HASH> 100644
--- a/packages/create-webiny-project/index.js
+++ b/packages/create-webiny-project/index.js
@@ -13,6 +13,7 @@ const findUp = require("find-up");
const loadJsonFile = require("load-json-file");
co... | fix: bring back project-cleanup | Webiny_webiny-js | train | js |
aa4c0d1b9043bdb62caedb6da36e1dbf05622f7c | diff --git a/exchange/bitswap/decision/engine.go b/exchange/bitswap/decision/engine.go
index <HASH>..<HASH> 100644
--- a/exchange/bitswap/decision/engine.go
+++ b/exchange/bitswap/decision/engine.go
@@ -160,6 +160,9 @@ func (e *Engine) Peers() []peer.ID {
// MessageReceived performs book-keeping. Returns error if pass... | fix(bitswap): release the lock last
The area above the lock was getting big. Moving this up to avoid
mistakes down the road. | ipfs_go-ipfs | train | go |
926f4628e1f7e83229a1dd1608e946e9e9322088 | diff --git a/src/uiSelectController.js b/src/uiSelectController.js
index <HASH>..<HASH> 100644
--- a/src/uiSelectController.js
+++ b/src/uiSelectController.js
@@ -128,14 +128,14 @@ uis.controller('uiSelectCtrl',
var animateHandler = function(elem, phase) {
if (phase === 'start' && ctrl.items.length ... | perf(uiSelectCtrl): moving activate events out of $timeout
Moved the removal of activate events out of the $timeout. This removes additional unneccessary calls to the event handler once the $timeout has been initiated. | angular-ui_ui-select | train | js |
1c923d86f70eef8c85d662e72beaf81098a2bb38 | diff --git a/packages/fractal/src/cli/commands/new.js b/packages/fractal/src/cli/commands/new.js
index <HASH>..<HASH> 100644
--- a/packages/fractal/src/cli/commands/new.js
+++ b/packages/fractal/src/cli/commands/new.js
@@ -86,6 +86,10 @@ module.exports = {
dependencies: {
'@frctl/f... | feat(CLI): add start/build npm scripts to package.json for new projects (#<I>) | frctl_fractal | train | js |
ca3b86e8596b3679f9ffa4140ca804f782acccd8 | diff --git a/shinken/modules/livestatus_broker/livestatus_broker.py b/shinken/modules/livestatus_broker/livestatus_broker.py
index <HASH>..<HASH> 100644
--- a/shinken/modules/livestatus_broker/livestatus_broker.py
+++ b/shinken/modules/livestatus_broker/livestatus_broker.py
@@ -943,6 +943,7 @@ class Livestatus_broker(B... | fix: livestatus_broker: restored do_stop() on exit. | Alignak-monitoring_alignak | train | py |
a915706e34089a6bda1edeae84b026c5a3c04b0a | diff --git a/packages/form/src/Input.js b/packages/form/src/Input.js
index <HASH>..<HASH> 100644
--- a/packages/form/src/Input.js
+++ b/packages/form/src/Input.js
@@ -4,8 +4,11 @@ import classNames from 'classnames';
import { Input as RsInput } from 'reactstrap';
import { useField } from 'formik';
-const Input = ({... | refactor(form): allow validate method to be passed to input | Availity_availity-react | train | js |
3bac35eda9011a19b387859218f5ec5bdce64853 | diff --git a/registry/private.py b/registry/private.py
index <HASH>..<HASH> 100644
--- a/registry/private.py
+++ b/registry/private.py
@@ -53,7 +53,9 @@ def publish_release(source, config, target):
# construct the new image
image['parent'] = image['id']
image['id'] = _new_id()
- image['config']['Env']... | feat(controller): inject tag version value in environment. | deis_controller-sdk-go | train | py |
1d176547ed5aed3e0c9a85dc70dbdd7e033d5e59 | diff --git a/src/components/ColorInput/__test__/colorInput.spec.js b/src/components/ColorInput/__test__/colorInput.spec.js
index <HASH>..<HASH> 100644
--- a/src/components/ColorInput/__test__/colorInput.spec.js
+++ b/src/components/ColorInput/__test__/colorInput.spec.js
@@ -115,12 +115,14 @@ describe('<ColorInput />', ... | test: improve test case on ColorInput component (#<I>) | 90milesbridge_react-rainbow | train | js |
d3b891f3b351c4bfe708f35819e4f21ae45c58e3 | 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
@@ -26,7 +26,7 @@ public class TwilioRestClient {
pr... | chore: protected TwilioRestClient constructor (#<I>)
Allows for extending the class. | twilio_twilio-java | train | java |
5b9ce0b47495ca0ba4bbfe8fc76c0c9df2d0ba6c | diff --git a/packages/cozy-pouch-link/src/PouchManager.spec.js b/packages/cozy-pouch-link/src/PouchManager.spec.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-pouch-link/src/PouchManager.spec.js
+++ b/packages/cozy-pouch-link/src/PouchManager.spec.js
@@ -333,23 +333,6 @@ describe('PouchManager', () => {
})
... | fix: Remove old and not wanted tests | cozy_cozy-client | train | js |
3c4b38d3df0179b25cdb6c53be1fba2a07623434 | diff --git a/packages/commitizen-adapter/lib/commitizen-adapter.js b/packages/commitizen-adapter/lib/commitizen-adapter.js
index <HASH>..<HASH> 100644
--- a/packages/commitizen-adapter/lib/commitizen-adapter.js
+++ b/packages/commitizen-adapter/lib/commitizen-adapter.js
@@ -60,7 +60,7 @@ module.exports = {
*/
functi... | fix(commitizen-adapter): Better scopes inference | MechanicalHuman_hnp-utilities | train | js |
89ad9b45e7a50dc00a1e28125c9a6a4d609b9844 | diff --git a/views/js/qtiCreator/editor/mathInput/mathInput.js b/views/js/qtiCreator/editor/mathInput/mathInput.js
index <HASH>..<HASH> 100644
--- a/views/js/qtiCreator/editor/mathInput/mathInput.js
+++ b/views/js/qtiCreator/editor/mathInput/mathInput.js
@@ -13,7 +13,7 @@
* along with this program; if not, write to t... | refactor: remove redundant mousedown event handler | oat-sa_extension-tao-itemqti | train | js |
cad3ecf528f847e751590268fd5136a85ea6534d | diff --git a/test/units/tunnel.test.js b/test/units/tunnel.test.js
index <HASH>..<HASH> 100644
--- a/test/units/tunnel.test.js
+++ b/test/units/tunnel.test.js
@@ -2,7 +2,5 @@ var util = require('../util.test');
var config = require('../config.test');
module.exports = function() {
- util.proxy('http://127.0.0.1:' + ... | test: x-whistle-policy | avwo_whistle | train | js |
09d3783c1ce084c31fe0b64d61ec59c91242b364 | diff --git a/test/link-cache.test.js b/test/link-cache.test.js
index <HASH>..<HASH> 100644
--- a/test/link-cache.test.js
+++ b/test/link-cache.test.js
@@ -1,6 +1,7 @@
'use strict';
-var LinkCache = require('../'),
+var Promise = require('bluebird'),
+ LinkCache = require('../'),
AMQPClient = require('amqp10'... | fix(test): include Promise in the test for node <I>.x | mbroadst_amqp10-link-cache | train | js |
1305bab3035d83cee014bbaf2aa2a14093cd84cc | diff --git a/test/helpers/constants/images.go b/test/helpers/constants/images.go
index <HASH>..<HASH> 100644
--- a/test/helpers/constants/images.go
+++ b/test/helpers/constants/images.go
@@ -22,7 +22,7 @@ const (
KafkaClientImage = "docker.io/cilium/kafkaclient2:1.0"
// Zookeeper image is the image used for runni... | test: use stable zookeeper image
Commit f<I>c<I> ("test: Use stable tags instead of :latest")
switched most use of image tags to stable tags, but omitted one
occurrence of the zookeeper image in the runtime kafka tests. Switch it
to the stable docker.io/cilium/zookeeper:<I> as well.
Fixes: f<I>c<I> ("test: Use stable... | cilium_cilium | train | go |
38095a95fd64da862045a215b99d4297a0076506 | diff --git a/packages/dockyard/src/dockyard.js b/packages/dockyard/src/dockyard.js
index <HASH>..<HASH> 100644
--- a/packages/dockyard/src/dockyard.js
+++ b/packages/dockyard/src/dockyard.js
@@ -101,7 +101,7 @@ const buildRules = (fields, head = '', options) =>
const subFieldHead = addDelimiter(head, key);
... | fix(dockyard): handle undefined required subfields | Availity_sdk-js | train | js |
5d07c2f7aa6ce6d1b27695885a7acf5e55df02ea | diff --git a/test/.eslintrc.js b/test/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/test/.eslintrc.js
+++ b/test/.eslintrc.js
@@ -7,6 +7,8 @@ module.exports = {
mocha: true
},
rules: {
- 'no-unused-expressions': 0
+ 'func-names': 0,
+ 'no-unused-expressions': 0,
+ 'prefer-arrow-callback': 0
}
}; | style: allow anon functions in tests
This is the style expressly promoted by mocha - see:
<URL> | bookbrainz_bookbrainz-data-js | train | js |
ff57a52a443043d21584af6fae9f81ec9b36c742 | diff --git a/test/lib/adapters.js b/test/lib/adapters.js
index <HASH>..<HASH> 100644
--- a/test/lib/adapters.js
+++ b/test/lib/adapters.js
@@ -28,8 +28,7 @@ describe('adapter for', function() {
beforeEach(function() {
var commander = require('commander');
commander.option('--foo <#>', '', Number).opt... | test(adapter): Remove step | codeactual_impulse-bin | train | js |
5db943cba03bf23f10e73aee63f883ed0b307bfe | diff --git a/webapps/grunt/config/copy.js b/webapps/grunt/config/copy.js
index <HASH>..<HASH> 100644
--- a/webapps/grunt/config/copy.js
+++ b/webapps/grunt/config/copy.js
@@ -1,5 +1,5 @@
'use strict';
-
+/* jshint node: true */
var commentLineExp = /^[\s]*<!-- (\/|#) (CE|EE)/;
var requireConfExp = /require-conf.js... | fix(build): correct the var name of livereload port | camunda_camunda-bpm-platform | train | js |
e48a05dc88879dabb29a52448a57a94035e3a8e1 | diff --git a/dynamic-queue.js b/dynamic-queue.js
index <HASH>..<HASH> 100644
--- a/dynamic-queue.js
+++ b/dynamic-queue.js
@@ -21,9 +21,10 @@ module.exports = DynamicQueue = function (list) {
list.every(this.add, this);
if (!this.waiting) {
this.resolve();
- return;
+ return null;
}
this.initialized = true... | refactor: lint | medikoo_deferred | train | js |
014ec67437bc977facfd1c1b536dcd33525aed5b | diff --git a/eventbus/acceptance_testing.go b/eventbus/acceptance_testing.go
index <HASH>..<HASH> 100644
--- a/eventbus/acceptance_testing.go
+++ b/eventbus/acceptance_testing.go
@@ -211,6 +211,10 @@ func AcceptanceTest(t *testing.T, bus1, bus2 eh.EventBus, timeout time.Duration)
t.Error("the context should be corre... | test: Pre-empty error chan in event bus tests | looplab_eventhorizon | train | go |
2402486b4db10c90a5789eaeb7ee0605e2bed1e1 | diff --git a/packages/theme-data/src/colorSchemes/darkBlue/system/colorScheme.js b/packages/theme-data/src/colorSchemes/darkBlue/system/colorScheme.js
index <HASH>..<HASH> 100644
--- a/packages/theme-data/src/colorSchemes/darkBlue/system/colorScheme.js
+++ b/packages/theme-data/src/colorSchemes/darkBlue/system/colorSch... | refactor: update colorScheme role value | Autodesk_hig | train | js,js |
e9c77a1aa17af49a840044b67a34a3e4f8caae0b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,5 @@
from setuptools import setup, find_packages
-from pip.req import parse_requirements
import os
-from setuptools import Command
import sys
import json | refactor: rm useless import | Trim21_sdu_bkjws | train | py |
e970134865509a1b7c10ffb0b7f0f7db3a7ee439 | diff --git a/src/object.js b/src/object.js
index <HASH>..<HASH> 100644
--- a/src/object.js
+++ b/src/object.js
@@ -104,7 +104,7 @@ inherits(ObjectSchema, MixedSchema, {
field = field.resolve(innerOptions);
if (field._strip === true) {
- isChanged = true;
+ isChanged = isChanged || ... | fix: cast() does not work well if scheme has stripped field. (#<I>) | jquense_yup | train | js,js |
d84a98d30b9bb3a04325b8cb33e6cc3cd175e030 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -78,7 +78,7 @@ function createRollupPreprocessor(args, config, logger, server) {
const stopWatching = [];
for (let i = 0, {length} = bundle.modules; i < length; i++) {
- ... | fix: ignore rollup modules starting with \u<I> | pvdlg_karma-rollup-preprocessor | train | js |
941184a95454df6259d45485ee49db70dd33b65f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -23,7 +23,7 @@ function _generateFrom (file, fname) {
Object.assign(acc, info)
}
return acc
- }, {[fname]: Object.assign({isDir: true}, stat)})
+ }, {})
})
} else if... | feat: don't return directories
BREAKING CHANGE:
Directories are not returned in the index object | zkochan_dint | train | js |
7bcaa1a99e9833acebc006258f934fd699d8bf6a | diff --git a/console.go b/console.go
index <HASH>..<HASH> 100644
--- a/console.go
+++ b/console.go
@@ -292,13 +292,16 @@ func colorize(s interface{}, c int, disabled bool) string {
var (
consoleDefaultFormatTimestamp = func(i interface{}) string {
t := "<nil>"
- if tt, ok := i.(string); ok {
+ switch tt := i.(t... | fix: console ts with json number (#<I>) | rs_zerolog | train | go |
fa7b3b5643118ac2485aa4a98c12efba93fe85af | diff --git a/lib/workers/pr/index.js b/lib/workers/pr/index.js
index <HASH>..<HASH> 100644
--- a/lib/workers/pr/index.js
+++ b/lib/workers/pr/index.js
@@ -296,8 +296,11 @@ async function ensurePr(prConfig) {
return pr;
} catch (err) {
// istanbul ignore if
- if (err.message === 'rate-limit-exceeded') {
... | fix: pass platform-failure errors up from ensure pr | renovatebot_renovate | train | js |
b06c364f5d584812684d7f3cd54abbc9c709ab30 | diff --git a/packages/scaffold/src/templates/componentStory.js b/packages/scaffold/src/templates/componentStory.js
index <HASH>..<HASH> 100644
--- a/packages/scaffold/src/templates/componentStory.js
+++ b/packages/scaffold/src/templates/componentStory.js
@@ -5,7 +5,6 @@ const storyTemplate = ({ componentName, fullName ... | chore(Scaffold): remove withInfo import from story template
affects: @crave/farmblocks-dev-scaffold | CraveFood_farmblocks | train | js |
9e9e7e6d6099963fdb3e13b68570d5bef11e1a45 | diff --git a/lib/middleware/source_files.js b/lib/middleware/source_files.js
index <HASH>..<HASH> 100644
--- a/lib/middleware/source_files.js
+++ b/lib/middleware/source_files.js
@@ -3,7 +3,7 @@ var querystring = require('querystring')
var common = require('./common')
var _ = require('../helper')._
var logger = requ... | fix(middleware): Correct spelling of middleware logger name
The `middleware:source-files` logger was spelled incorrectly. | karma-runner_karma | train | js |
d495c5a38da94bdaecedd272602847edad198e84 | diff --git a/lib/constants.js b/lib/constants.js
index <HASH>..<HASH> 100644
--- a/lib/constants.js
+++ b/lib/constants.js
@@ -827,6 +827,9 @@ Object.assign(exports, {
PWR_OPERATE_CONTROLLER: 18,
PWR_OPERATE_FACTORY: 19,
+ EFFECT_INVULNERABILITY: 1001,
+ EFFECT_COLLAPSE_TIMER: 1002,
+
INVADER_COR... | feat: add effects
DEV-<I> | screeps_common | train | js |
9c40049f9ae616f386fa29c0825429383c0b648c | diff --git a/decode.go b/decode.go
index <HASH>..<HASH> 100644
--- a/decode.go
+++ b/decode.go
@@ -154,7 +154,7 @@ func readToWithErrorHandler(decoder Decoder, errHandler ErrorHandler, out interf
}
outInnerStructInfo := getStructInfo(outInnerType) // Get the inner struct info to get CSV annotations
if len(outInne... | fix: Wrong Error Thrown When No Fields In Struct
Little mistake on previous PR that sum up the errors into errors objects | gocarina_gocsv | train | go |
597ef0dc510169982f3b442afdd84f810d6c1e12 | diff --git a/tests/gui/debugging/notifications.py b/tests/gui/debugging/notifications.py
index <HASH>..<HASH> 100644
--- a/tests/gui/debugging/notifications.py
+++ b/tests/gui/debugging/notifications.py
@@ -81,7 +81,6 @@ def show_debug_graph(print_to_console=False, open_text_file=True, render_graph=T
s... | chore(notifications): Remove print | DLR-RM_RAFCON | train | py |
d3b3eb8e3e801848424dbfb4eb9e90382fa4fb20 | diff --git a/abilian/core/commands/base.py b/abilian/core/commands/base.py
index <HASH>..<HASH> 100644
--- a/abilian/core/commands/base.py
+++ b/abilian/core/commands/base.py
@@ -3,7 +3,6 @@ from __future__ import absolute_import, division, print_function, \
unicode_literals
import logging
-import os
import ru... | fix: must delete this code since we removed unoconv. | abilian_abilian-core | train | py |
867ec0107db9efbe4eb06d2cac01cf8e6d4645f0 | diff --git a/packages/react-enty/src/EntitySelector.js b/packages/react-enty/src/EntitySelector.js
index <HASH>..<HASH> 100644
--- a/packages/react-enty/src/EntitySelector.js
+++ b/packages/react-enty/src/EntitySelector.js
@@ -1,10 +1,13 @@
//@flow
-import {Iterable} from 'immutable';
import ArraySchema from 'enty/li... | refactor: replace iterable check with unmutable | blueflag_enty | train | js |
aad3e6a3051a4cfcd34553ad5326ffaf50d1395c | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -84,7 +84,9 @@ const checkVisible = function checkVisible(component) {
}
const parent = scrollParent(node);
- const isOverflow = parent !== (node.ownerDocument || document);
+ const isOverflow = paren... | fix: ignore `html` as scroll parent | twobin_react-lazyload | train | js |
3cc3caece50b3a22a782bebf736beaaacf44192e | diff --git a/packages/bonde-admin/src/mobilizations/widgets/__plugins__/donation/action-creators/async-donation-transaction-create.js b/packages/bonde-admin/src/mobilizations/widgets/__plugins__/donation/action-creators/async-donation-transaction-create.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin/src/mobi... | feat(admin): refactor notification async-donation-transaction-create | nossas_bonde-client | train | js |
0af3abbc751f817e497728cfda4e670243b14cf1 | diff --git a/test/cases/array.js b/test/cases/array.js
index <HASH>..<HASH> 100644
--- a/test/cases/array.js
+++ b/test/cases/array.js
@@ -29,11 +29,16 @@ module.exports = [
output: '\n - []\n - []'
},
{
- name: 'array with object with empty property object',
+ name: 'array with object with empty objec... | test: array with object with empty array property | eugeny-dementev_yamlify-object | train | js |
23e183a9ac7aaa3bca2bc4eb8634d1738ec34a26 | diff --git a/packages/discord.js/src/client/websocket/WebSocketShard.js b/packages/discord.js/src/client/websocket/WebSocketShard.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/client/websocket/WebSocketShard.js
+++ b/packages/discord.js/src/client/websocket/WebSocketShard.js
@@ -368,7 +368,7 @@ class Web... | fix(WebSocketShard): Disconnected casing (#<I>) | discordjs_discord.js | train | js |
e056312d0c20f51c4d0b7bb64be66883d27b457b | diff --git a/system/Security/Security.php b/system/Security/Security.php
index <HASH>..<HASH> 100644
--- a/system/Security/Security.php
+++ b/system/Security/Security.php
@@ -503,6 +503,21 @@ class Security implements SecurityInterface
}
/**
+ * Restore hash from Session or Cookie
+ */
+ private ... | refactor: extract restoreHash() method | codeigniter4_CodeIgniter4 | train | php |
6a8d0fb9558bc671a4039b0acd402a1383b4f151 | diff --git a/cmd/api-router.go b/cmd/api-router.go
index <HASH>..<HASH> 100644
--- a/cmd/api-router.go
+++ b/cmd/api-router.go
@@ -241,7 +241,7 @@ func registerAPIRouter(router *mux.Router) {
collectAPIStats("listobjectparts", maxClients(gz(httpTraceAll(api.ListObjectPartsHandler))))).Queries("uploadId", "{uploadId... | fix(Router): typo: completemutipartupload to completemultipartupload (#<I>) | minio_minio | train | go |
177ff1f65aeed3b31204230511baa7bc7fcdb746 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -3,7 +3,8 @@
import shimmer from 'trail-shimmer'
module.exports = {
- wrap(agent, redis = require('redis')) {
+ target: 'redis',
+ wrap(agent, redis) {
// TODO: how to proper indent multil... | refactor: define target rather than explicit require | open-trail_node-trail-instrument-redis | train | js |
112378fc70818d45ef41a6acc909be1934dc99fb | 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
@@ -3187,7 +3187,10 @@ func (woc *wfOperationCtx) setStoredWfSpec() error {
if wfDefault == nil {
wfDefault = &wfv1.Workflow{}
}
-... | fix: Backward compatible workflowTemplateRef from <I>.x to <I>.x (#<I>) | argoproj_argo | train | go |
6755565ce63bc11f67d7d6e3fbe945f70e92bd13 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,8 @@ with open('HISTORY.rst') as history_file:
long_discription = readme + '\n\n' + history
install_requires = [
- 'PyLD>=0.7.1'
+ 'attrs>=16.2.0',
+ 'PyLD>=0.7.1',
]
tests_require = [ | chore: add attrs to dependencies
For future use in refactoring the models | COALAIP_pycoalaip | train | py |
3c2afd1676c15442380be152c68e6bada8369f11 | diff --git a/decidim-elections/app/assets/config/decidim_elections_manifest.js b/decidim-elections/app/assets/config/decidim_elections_manifest.js
index <HASH>..<HASH> 100644
--- a/decidim-elections/app/assets/config/decidim_elections_manifest.js
+++ b/decidim-elections/app/assets/config/decidim_elections_manifest.js
@... | fix: remove vote.js from elections manifest (#<I>) | decidim_decidim | train | js |
add7b8de4c34da1266a2b7b43eb8e9c8bbdf5350 | diff --git a/src/trumbowyg.js b/src/trumbowyg.js
index <HASH>..<HASH> 100644
--- a/src/trumbowyg.js
+++ b/src/trumbowyg.js
@@ -1002,7 +1002,7 @@ jQuery.trumbowyg = {
// Wrap groups of inline elements in paragraphs (recursive)
var wrapInlinesInParagraphsFrom = function ($from) {... | refactor: switch from andSelf to addBack to be jQuery 3 compatible | Alex-D_Trumbowyg | train | js |
576a0f9c3392bbdf01765b8595f28f57bd644f49 | diff --git a/src/mousetracker.js b/src/mousetracker.js
index <HASH>..<HASH> 100644
--- a/src/mousetracker.js
+++ b/src/mousetracker.js
@@ -1400,8 +1400,10 @@
* @function
*/
removeContact: function() {
- if ( this.contacts > 0 ) {
- --this.contacts;
+ --t... | fix: setting contacts to 0 if below 0 | openseadragon_openseadragon | train | js |
f65dae9279b5cc2895a78905e353cc03f62dfd6c | diff --git a/packages/node_modules/@webex/webex-core/src/lib/services/service-catalog.js b/packages/node_modules/@webex/webex-core/src/lib/services/service-catalog.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/webex-core/src/lib/services/service-catalog.js
+++ b/packages/node_modules/@webex/webex-co... | fix(webex-core): reverse service catalog array order
Reverse the service catalog array order to allow
the Array.find method to prioritize post auth
service urls and sort downwards to discovery. | webex_spark-js-sdk | train | js |
70bb834e3f39a6f4f1e297773d8661d6f85072e3 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -62,12 +62,10 @@ function logFactory(level) {
}
function connectLoggers() {
- Object.assign(Logger.prototype, {
- debug: logFactory('debug'),
- info: logFactory('info'),
- warn: logFactory('warn')... | fix(logging): restore ES5 compatibility
Factor out the Object.assign() without compromising anything else. | aurelia_logging | train | js |
216109cfba033a110d7ce59e72894972155297c3 | diff --git a/src/Service/Model.php b/src/Service/Model.php
index <HASH>..<HASH> 100644
--- a/src/Service/Model.php
+++ b/src/Service/Model.php
@@ -220,7 +220,7 @@ class Model extends QueryBuilder implements \ArrayAccess, \IteratorAggregate, \C
*/
public static function new($data = [], array $options = [])
... | chore: newInstance => createNewInstance | miaoxing_plugin | train | php |
c5cbf67bc856f77e5035b9ccec4334b9b96b6a3f | diff --git a/package.js b/package.js
index <HASH>..<HASH> 100644
--- a/package.js
+++ b/package.js
@@ -30,7 +30,7 @@ Package.on_use(function (api) {
api.versionsFrom('METEOR@0.9.0.1');
api.use('angular:angular@1.4.4', 'client');
- api.use('check');
+ api.use('check', 'client');
api.use('minimongo');
// ... | fix(dependency): Limit the dependency of `check` package to client, only there we use it.
Fixes #<I> | Urigo_angular-meteor | train | js |
af1389e034f2db664f33b4123c8a22dcf1ca2d32 | diff --git a/salt/returners/slack_webhook_return.py b/salt/returners/slack_webhook_return.py
index <HASH>..<HASH> 100644
--- a/salt/returners/slack_webhook_return.py
+++ b/salt/returners/slack_webhook_return.py
@@ -350,7 +350,8 @@ def _post_message(webhook, author_icon, title, report):
webhook_url = _urljoin('http... | feat: Improve slack response management | saltstack_salt | train | py |
9874ba2922d1347abc4ea919bac94536c8783494 | diff --git a/test/shutdown-services-spec.js b/test/shutdown-services-spec.js
index <HASH>..<HASH> 100644
--- a/test/shutdown-services-spec.js
+++ b/test/shutdown-services-spec.js
@@ -40,6 +40,7 @@ describe('Shutdown services tests', function () {
'registry',
'categories',
'statebox',
+ ... | test: update shutdown tests to include new logger service | wmfs_tymly-core | train | js |
5e9c238fcc077ff0b042a87e95bb963e5397930c | diff --git a/tests/test_logs/test_logs.py b/tests/test_logs/test_logs.py
index <HASH>..<HASH> 100644
--- a/tests/test_logs/test_logs.py
+++ b/tests/test_logs/test_logs.py
@@ -661,6 +661,18 @@ def test_put_retention_policy():
@mock_logs
+def test_delete_log_stream():
+ logs = boto3.client("logs", TEST_REGION)
+ ... | test: add missing test for delete_log_stream (#<I>) | spulec_moto | train | py |
1b6b59cba602e8e1f84f3b0784fee76309aaae16 | diff --git a/annotations/builder/src/main/java/io/sundr/builder/internal/BuilderContext.java b/annotations/builder/src/main/java/io/sundr/builder/internal/BuilderContext.java
index <HASH>..<HASH> 100644
--- a/annotations/builder/src/main/java/io/sundr/builder/internal/BuilderContext.java
+++ b/annotations/builder/src/m... | chore: Builder is now a FunctionalInterface | sundrio_sundrio | train | java,java |
2fc7747751082456310cf2827763e5ad5bfa98d2 | diff --git a/tasks/run.js b/tasks/run.js
index <HASH>..<HASH> 100644
--- a/tasks/run.js
+++ b/tasks/run.js
@@ -171,9 +171,12 @@ function makeTask(grunt) {
function trackBackgroundProc() {
runningProcs.push(proc);
proc.on('close', function () {
- _.pull(runningProcs, proc);
- clearPid(na... | fix: skip process close handler if stop task is executed | spalger_grunt-run | train | js |
464b9993bdb8e35c4f2fcd920ed146f4f1e80aff | diff --git a/lib/backend.js b/lib/backend.js
index <HASH>..<HASH> 100644
--- a/lib/backend.js
+++ b/lib/backend.js
@@ -106,26 +106,6 @@ class Backend {
}
}
-async function loadSourceMap(sourceMapURL, compiledURL) {
- try {
- let payload;
- if (sourceMapURL.startsWith('data:')) {
- const [metadata, ...... | fix(backend): removed loadSourceMap duplicate | GoogleChromeLabs_ndb | train | js |
49579d417878f3c7a25fff5b962537573b3736f7 | diff --git a/lib/api-client/resources/deployment.js b/lib/api-client/resources/deployment.js
index <HASH>..<HASH> 100644
--- a/lib/api-client/resources/deployment.js
+++ b/lib/api-client/resources/deployment.js
@@ -126,6 +126,15 @@ Deployment.list = function () {
};
/**
+ * Returns information about a deployment re... | feat(deployments): add deployment get to the API client
related to CAM-<I> | camunda_camunda-bpm-sdk-js | train | js |
bef4e58f0ec6943c223a818d4e31c607db5106e1 | diff --git a/ui/src/composables/private/use-portal.js b/ui/src/composables/private/use-portal.js
index <HASH>..<HASH> 100644
--- a/ui/src/composables/private/use-portal.js
+++ b/ui/src/composables/private/use-portal.js
@@ -1,5 +1,6 @@
import { h, ref, onUnmounted, Teleport } from 'vue'
+import { noop } from '../../u... | feat(app): SSR support for Quasar Portal | quasarframework_quasar | train | js |
f837550dbccd1a53961c531d366e9e383d0c73d1 | diff --git a/src/components/dialog/QDialog.js b/src/components/dialog/QDialog.js
index <HASH>..<HASH> 100644
--- a/src/components/dialog/QDialog.js
+++ b/src/components/dialog/QDialog.js
@@ -109,7 +109,7 @@ export default {
return
}
- node = this.$refs.modal.$el.getElementsByTagName('... | fix: autofocus on button for QDialog | quasarframework_quasar | train | js |
d53e30855e0ee50106ea16b8d96d22df5319ce0c | diff --git a/tests/test_core.py b/tests/test_core.py
index <HASH>..<HASH> 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -20,7 +20,7 @@ class OAuth1Test(unittest.TestCase):
generate_timestamp.return_value = '1'
oauth = requests_oauthlib.OAuth1('client_key')
headers = {'Content-ty... | fix: ValueError: GET/HEAD requests should not include body. | requests_requests-oauthlib | train | py |
75885689d9c48395205c65d7cf5a66011d8cb75e | diff --git a/test/units/url_test.rb b/test/units/url_test.rb
index <HASH>..<HASH> 100644
--- a/test/units/url_test.rb
+++ b/test/units/url_test.rb
@@ -26,6 +26,22 @@ class UrlTest < Imgix::Test
assert_equal expected, path.to_url(h: 200, w: 200)
end
+ def test_calling_to_url_many_times
+ path = client.path... | test(to_url): consecutive calls have same result | imgix_imgix-rb | train | rb |
67fe6cb823ef83283fb82904e9e9074428da1454 | diff --git a/test/unit/karma.sauce.config.js b/test/unit/karma.sauce.config.js
index <HASH>..<HASH> 100644
--- a/test/unit/karma.sauce.config.js
+++ b/test/unit/karma.sauce.config.js
@@ -65,25 +65,15 @@ var batches = [
},
// mobile
{
- sl_ios_safari_8: {
- base: 'SauceLabs',
- browserName: 'iphone... | test: use latest mobile browsers on saucelabs | IOriens_wxml-transpiler | train | js |
3c94c9dbae6eaaa1c45a4d10ac03730954785bc8 | diff --git a/packages/project-utils/bundling/function/webpack.config.js b/packages/project-utils/bundling/function/webpack.config.js
index <HASH>..<HASH> 100644
--- a/packages/project-utils/bundling/function/webpack.config.js
+++ b/packages/project-utils/bundling/function/webpack.config.js
@@ -8,7 +8,9 @@ const generat... | fix(project-utils): resolve package.json using cwd | Webiny_webiny-js | train | js |
3f5ae92491155feecf5c5798c548e8223669ec3f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -118,8 +118,7 @@ quest.fetch = function(url, headers) {
}
quest.json = function(url, headers) {
- const res = typeof url == 'string' ?
- quest.stream(url, headers) : url
+ const res = url.readable ? url : quest.stream... | fix: passing ClientRequest to `quest.json` | aleclarson_quest | train | js |
4c3314d1e7d72c861b1f75a42d3592a111b37479 | diff --git a/tsconfig-upgrader.js b/tsconfig-upgrader.js
index <HASH>..<HASH> 100644
--- a/tsconfig-upgrader.js
+++ b/tsconfig-upgrader.js
@@ -5,6 +5,7 @@ var __migrations = [
inlineSourceMapMigration,
addDomLibs,
addIterableToAngularProjects,
+ addTnsCoreModulesPathMappings,
];
function migrateProject(tsConf... | chore: revert the tilde resolution as it was removed by mistake | NativeScript_nativescript-dev-typescript | train | js |
df5e4232f59e6fea08911eddd0adc965d1b59c15 | diff --git a/src/transformers/tokenization_utils_fast.py b/src/transformers/tokenization_utils_fast.py
index <HASH>..<HASH> 100644
--- a/src/transformers/tokenization_utils_fast.py
+++ b/src/transformers/tokenization_utils_fast.py
@@ -16,6 +16,7 @@
Tokenization classes for fast tokenizers (provided by HuggingFace's t... | fix: create a copy for tokenizer object (#<I>) | huggingface_pytorch-pretrained-BERT | train | py |
ef85c30c5b2713e791e956ad408aa0d46bde53ef | diff --git a/packages/resume/src/index.js b/packages/resume/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/resume/src/index.js
+++ b/packages/resume/src/index.js
@@ -1,3 +1,5 @@
+require("@babel/polyfill");
+
let config;
try { | fix(resume): Include `@babel/polyfill` in the `resume-cli` index.
Since I don't know anything about the environment of `jsonresume/theme-manager`. | randytarampi_me | train | js |
9394956481fde0d69778be5f5f37d36ec920d5c2 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -72,6 +72,12 @@ describe('gitlab urls', function () {
var parsed = parse(url)
assert.deepEqual(['user', 'test1', ''], parsed)
})
+
+ it('parses git gitlab url', function () {
+ var url = 'git@gitlab.team.com:user/... | chore(test): confirmed that private gitlab urls with git protocol work | repo-utils_parse-github-repo-url | train | js |
2a9ecd2900ce705504d504b266a33adfd13b278e | diff --git a/lib/helper.js b/lib/helper.js
index <HASH>..<HASH> 100644
--- a/lib/helper.js
+++ b/lib/helper.js
@@ -112,9 +112,10 @@ class Helper {
let count = array.length;
while (count > 0) {
const step = (count / 2) | 0;
- const it = first + step;
+ let it = first + step;
if (comp(ar... | fix(helper): fix a bug of causing error for session cache | yujiosaka_headless-chrome-crawler | train | js,js |
6a6e1244857c44528fd3f8924d64866551b93a75 | diff --git a/definitions/npm/commander_v2.x.x/flow_v0.28.x-/commander_v2.x.x.js b/definitions/npm/commander_v2.x.x/flow_v0.28.x-/commander_v2.x.x.js
index <HASH>..<HASH> 100644
--- a/definitions/npm/commander_v2.x.x/flow_v0.28.x-/commander_v2.x.x.js
+++ b/definitions/npm/commander_v2.x.x/flow_v0.28.x-/commander_v2.x.x.... | fix(definitions): fix commander can use as class (#<I>) | flow-typed_flow-typed | train | js,js |
d59911127b74304add7e720765a34f3739f118d1 | diff --git a/lib/workers/branch/index.js b/lib/workers/branch/index.js
index <HASH>..<HASH> 100644
--- a/lib/workers/branch/index.js
+++ b/lib/workers/branch/index.js
@@ -170,7 +170,7 @@ async function ensureBranch(config) {
} else {
logger.debug(`No files to commit`);
}
- if (!api.branchExists(branchName))... | fix(lockFileMaintenance): Add missing await to branchExists
A call to api.branchExists() was missing an await, as a result we were causing errors when yarn lock maintenance had no files to commit. | renovatebot_renovate | train | js |
e1e2b9f55e8ae73ac44ac66b26e852a6224b1ab0 | diff --git a/lib/sync.js b/lib/sync.js
index <HASH>..<HASH> 100644
--- a/lib/sync.js
+++ b/lib/sync.js
@@ -24,6 +24,7 @@ module.exports = function sync(options = {}) {
let files
const metal = Metalsmith(process.cwd())
+ .source('src')
.destination('pages/css')
.clean(false)
.frontmatter(false) | chore: be explicit about the src/ dir | primer_css | train | js |
980676ef0cf07758b3e033a509cfe459f09efe0e | diff --git a/lib/generators/activeadmin_addons/install/install_generator.rb b/lib/generators/activeadmin_addons/install/install_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/activeadmin_addons/install/install_generator.rb
+++ b/lib/generators/activeadmin_addons/install/install_generator.rb
@@ -8,12 +8,2... | fix(generators): install generator assuming webpack related method | platanus_activeadmin_addons | train | rb |
f1fe6aebf8ceff80d7c17efe01d4103515bb36cc | diff --git a/packages/ui-toggle-details/src/components/Expandable/index.js b/packages/ui-toggle-details/src/components/Expandable/index.js
index <HASH>..<HASH> 100644
--- a/packages/ui-toggle-details/src/components/Expandable/index.js
+++ b/packages/ui-toggle-details/src/components/Expandable/index.js
@@ -31,6 +31,11 @... | docs(ui-toggle-details): Give Expandable a category
Test plan:
- Expandable should now appear under the
Components/Utilities category in the docs
Change-Id: Ie<I>da<I>beae<I>cdc<I>e<I>aaa0aa<I>ca<I>a<I>
Reviewed-on: <URL> | instructure_instructure-ui | train | js |
02eea2544652a44812c92fb339fbe85394f54091 | diff --git a/actor-sdk/sdk-core/runtime/runtime-generic/src/main/java/im/actor/runtime/generic/network/AsyncTcpConnection.java b/actor-sdk/sdk-core/runtime/runtime-generic/src/main/java/im/actor/runtime/generic/network/AsyncTcpConnection.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/runtime/runtime-generic/... | fix(runtime): catch null in AsyncTcpConnection | actorapp_actor-platform | train | java |
67a962067405eaaaf1d0a97e5265495e8327e25d | diff --git a/src/constructors/createGlobalStyle.js b/src/constructors/createGlobalStyle.js
index <HASH>..<HASH> 100644
--- a/src/constructors/createGlobalStyle.js
+++ b/src/constructors/createGlobalStyle.js
@@ -43,7 +43,7 @@ export default function createGlobalStyle(
}
/**
- * This fixes HMR compa... | fix(createGlobalStyle): typo in the comment | styled-components_styled-components | train | js |
0c311f57cfb9adb5f2b3d3382a8eecf1400977f5 | diff --git a/middleware/middleware.js b/middleware/middleware.js
index <HASH>..<HASH> 100644
--- a/middleware/middleware.js
+++ b/middleware/middleware.js
@@ -4,6 +4,7 @@ import {
HIDE_LOADING,
SET_TOKEN,
STORAGE_KEYS as CORE_STORAGE_KEYS,
+ STATUS_CODES,
} from '@commercetools-local/constants';
import * as... | refactor(oauth): use constants for unauthorized
...bit useless but be consistent | commercetools_merchant-center-application-kit | train | js |
468c73312737f874e7135fa0affa232c6d0fa3ea | diff --git a/test/test.index.js b/test/test.index.js
index <HASH>..<HASH> 100644
--- a/test/test.index.js
+++ b/test/test.index.js
@@ -182,3 +182,13 @@ test('register() actions and views with invalid schema', function(t) {
t.ok(err);
});
});
+
+test('express() a view that does not exist', function(t) {
+ var api ... | test: add coverage for express()-ing a view that does not exist | eq8_eq8js-api | train | js |
ac9c4e996bfff5a07801817291e8214e2da23113 | diff --git a/spec/Subject-spec.js b/spec/Subject-spec.js
index <HASH>..<HASH> 100644
--- a/spec/Subject-spec.js
+++ b/spec/Subject-spec.js
@@ -492,4 +492,20 @@ describe('Subject', function () {
source.subscribe(subject);
});
+
+ it('should be usable as an Observer of a finite delayed Observable', function (d... | test(Subject): add a test for Subject as an Observer
Add a test for Subject being used as an Observer of a finite delayed Observable, to verify that the
bug related to the old shared Subscription architecture does not occur.
Related to bug #<I>. | ReactiveX_rxjs | train | js |
f83e00b61680f882aeb7da906500d82065466ed3 | diff --git a/packages/api-core/src/resources/slotmachine.js b/packages/api-core/src/resources/slotmachine.js
index <HASH>..<HASH> 100644
--- a/packages/api-core/src/resources/slotmachine.js
+++ b/packages/api-core/src/resources/slotmachine.js
@@ -16,7 +16,7 @@ export default class AvSlotMachine extends AvMicroservice {... | feat(api-core): add ability to send in variables in AvSlotMachine.query | Availity_sdk-js | train | js |
6db729b1365ebbb34cba2285bc113e85f64d2697 | diff --git a/vendor/github.com/huandu/xstrings/convert.go b/vendor/github.com/huandu/xstrings/convert.go
index <HASH>..<HASH> 100644
--- a/vendor/github.com/huandu/xstrings/convert.go
+++ b/vendor/github.com/huandu/xstrings/convert.go
@@ -44,18 +44,25 @@ func ToCamelCase(str string) string {
return buf.String()
}
... | fix: upgrade huandu/xtrings to handle capital word with func ToCamelCase | moul_protoc-gen-gotemplate | train | go |
fbda9b983d16c548216dd6877f6e890b0abb3931 | diff --git a/src/cobra/io/web/biomodels_repository.py b/src/cobra/io/web/biomodels_repository.py
index <HASH>..<HASH> 100644
--- a/src/cobra/io/web/biomodels_repository.py
+++ b/src/cobra/io/web/biomodels_repository.py
@@ -80,13 +80,11 @@ class BioModels(AbstractModelRepository):
)
response.raise_for_... | refactor: use `for`... `else` construct | opencobra_cobrapy | train | py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.