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 |
|---|---|---|---|---|---|
6b4fc7cdb4802c36c40956793d69ad866661b6ef | diff --git a/hardware/tests/firmware_integration/test_eeprom.py b/hardware/tests/firmware_integration/test_eeprom.py
index <HASH>..<HASH> 100644
--- a/hardware/tests/firmware_integration/test_eeprom.py
+++ b/hardware/tests/firmware_integration/test_eeprom.py
@@ -16,6 +16,7 @@ from opentrons_hardware.firmware_bindings.u... | chore(hardware): eeprom simulator is broken. disabling the test. (#<I>) | Opentrons_opentrons | train | py |
ba6d130a7abe22ef42efa6444d04a1d3612d8e68 | diff --git a/packages/cozy-konnector-libs/src/libs/linkBankOperations.js b/packages/cozy-konnector-libs/src/libs/linkBankOperations.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/libs/linkBankOperations.js
+++ b/packages/cozy-konnector-libs/src/libs/linkBankOperations.js
@@ -84,7 +84,7 @@ class L... | fix: Commit changes when connecting bills | konnectors_libs | train | js |
c0bfa9062fcdb49040f2a5b5ab7c23eab1e5b92e | diff --git a/test/integration/setup.js b/test/integration/setup.js
index <HASH>..<HASH> 100644
--- a/test/integration/setup.js
+++ b/test/integration/setup.js
@@ -26,6 +26,7 @@ module.exports = function () {
// friendlyId: { type: String, unique: true },
comment: String,
address: String,
+ age... | chore(tests): add age field on Customer | florianholzapfel_express-restify-mongoose | train | js |
9c54f0634d348fe674852e092512883ef6dfb163 | diff --git a/functional/unit_action_test.go b/functional/unit_action_test.go
index <HASH>..<HASH> 100644
--- a/functional/unit_action_test.go
+++ b/functional/unit_action_test.go
@@ -66,9 +66,9 @@ func TestUnitSubmit(t *testing.T) {
t.Fatalf("Did not find 1 unit in cluster: \n%s", stdout)
}
- // submitting the s... | fix(functional): double-submit units should not fail | coreos_fleet | train | go |
971800785f84ac83ff752f2bf1d4af3d43e2e972 | diff --git a/packages/bonde-admin/src/mobrender/redux/selectors.js b/packages/bonde-admin/src/mobrender/redux/selectors.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin/src/mobrender/redux/selectors.js
+++ b/packages/bonde-admin/src/mobrender/redux/selectors.js
@@ -50,7 +50,7 @@ export default (state, props) =... | fix(admin): add mobilization first position bug
this bug doesn't have any visible errors, but causes some tests to fail | nossas_bonde-client | train | js |
c5c097c47271d4c52bbdbb13cc734c98cc08ded0 | diff --git a/src/components/source.js b/src/components/source.js
index <HASH>..<HASH> 100644
--- a/src/components/source.js
+++ b/src/components/source.js
@@ -78,7 +78,8 @@ module.exports = class ComponentSource extends Source {
return co(function* (){
const source = yield self.load();
... | fix(components): fix rendering again | frctl_fractal | train | js |
7ef8f3cdee8b4b059aa54b6261d9b22423c63d6d | diff --git a/test/urlMatcherFactorySpec.js b/test/urlMatcherFactorySpec.js
index <HASH>..<HASH> 100644
--- a/test/urlMatcherFactorySpec.js
+++ b/test/urlMatcherFactorySpec.js
@@ -310,6 +310,16 @@ describe("urlMatcherFactory", function () {
expect(m.format({ id: 1138, state: "NY" })).toBe("/users/1138/NY");
... | test(UrlMatcher): optional params between statics
Ensure that optional parameters that exist between static segments can be matched (or not matched) correctly. | ui-router_angular | train | js |
5c96eec95cf6e023bbdcb4a8f09d0031ff955676 | diff --git a/src/commander.js b/src/commander.js
index <HASH>..<HASH> 100644
--- a/src/commander.js
+++ b/src/commander.js
@@ -12,6 +12,7 @@ module.exports = function (defaults, app) {
});
function add(name, callback, opts) {
+ opts = opts || {};
opts.scope = opts.scope ? [].concat(opts.scop... | fix(commands): fix issue with adding custom commands with no declared scope | frctl_fractal | train | js |
b8ff429c9457395478f79b0c994da5d17bcb5def | diff --git a/client/deis.py b/client/deis.py
index <HASH>..<HASH> 100755
--- a/client/deis.py
+++ b/client/deis.py
@@ -869,7 +869,8 @@ class DeisClient(object):
"""
user = self._settings.get('username')
if user:
- self._logger.info(user)
+ self._logger.info(
+ ... | feat(client): Add controller to whoami command.
Whoami command needs to display both username and controller. Useful
when using multiple deis clusters. | deis_deis | train | py |
7bd6e5f4e1e5557700208c20ec00aad51ae91b16 | diff --git a/src/filesystem/implementation.js b/src/filesystem/implementation.js
index <HASH>..<HASH> 100644
--- a/src/filesystem/implementation.js
+++ b/src/filesystem/implementation.js
@@ -1873,6 +1873,7 @@ function writeFile(context, path, data, options, callback) {
if(typeof data === 'number') {
data = ... | fix: handle case data = 0 in writeFile | filerjs_filer | train | js |
f5b56c9710d6947e66f396ff511a67d57a1edf95 | diff --git a/addon/mixins/draggable-column.js b/addon/mixins/draggable-column.js
index <HASH>..<HASH> 100644
--- a/addon/mixins/draggable-column.js
+++ b/addon/mixins/draggable-column.js
@@ -41,7 +41,7 @@ export default Mixin.create({
/*
A column is a valid drop target only if its in the same group
*/
... | fix(draggable-column): guard against undefined sourceColumn (#<I>) | offirgolan_ember-light-table | train | js |
dd62be34e58c88d0bd7abd7604f18780d3c2be28 | diff --git a/src/geshi/bash.php b/src/geshi/bash.php
index <HASH>..<HASH> 100644
--- a/src/geshi/bash.php
+++ b/src/geshi/bash.php
@@ -305,7 +305,7 @@ $language_data = array (
//Shorthand shell variables
4 => "\\$[*#\$\\-\\?!\d]",
//Parameters of commands
- 5 => "(?<=\s)--?[0-9a-zA-Z\-... | fix: Properly highlight shorthand options in front of pipes and semicolons | GeSHi_geshi-1.0 | train | php |
a4396ff371a44ac8edbf3800b8aa713e3001bdb5 | diff --git a/dist/vs-autocomplete-validator.js b/dist/vs-autocomplete-validator.js
index <HASH>..<HASH> 100644
--- a/dist/vs-autocomplete-validator.js
+++ b/dist/vs-autocomplete-validator.js
@@ -1,5 +1,5 @@
/**
- * vsGoogleAutocomplete - v0.3.1 - 2015-08-03
+ * vsGoogleAutocomplete - v0.3.2 - 2015-08-29
* https://gi... | chore(banner): updated to latest version - <I> | vskosp_vsGoogleAutocomplete | train | js,js |
8d0d48dc28a2ad6e59d89162befd942fc94778c9 | diff --git a/biz/webui/lib/index.js b/biz/webui/lib/index.js
index <HASH>..<HASH> 100644
--- a/biz/webui/lib/index.js
+++ b/biz/webui/lib/index.js
@@ -44,7 +44,9 @@ function cgiHandler(req, res) {
}
app.all('/cgi-bin/sessions/*', cgiHandler);
-
+app.all('/favicon.ico', function(req, res) {
+ res.sendFile(htdocs.ge... | refactor(headers): Remove gzip & chunked header | avwo_whistle | train | js,js |
11e61638563bc3cef977ecf9e7494ebadf0f1018 | diff --git a/tests/conftest.py b/tests/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -50,8 +50,8 @@ def tmp_commitizen_project_with_gpg(tmp_commitizen_project):
if _m:
_key_id = _m.group(1)
- cmd.run("git config --global commit.gpgsign true")
- ... | fix: avoid that pytest overrides existing gpg config | Woile_commitizen | train | py |
341496c18d9e30ec24c043721f3081467667f261 | diff --git a/squad/ci/management/commands/listen.py b/squad/ci/management/commands/listen.py
index <HASH>..<HASH> 100644
--- a/squad/ci/management/commands/listen.py
+++ b/squad/ci/management/commands/listen.py
@@ -103,7 +103,7 @@ class ListenerManager(object):
# for a change to happen in the database,... | ci: listen: increase backend check poll to 1 min
We check for changes in Backend models every 5s, and it probably take
half of that just to run the query. This patch increases that poll interval
to 1min as it's not something that changes that often | Linaro_squad | train | py |
d9310ce496d40872cc64a0a01be8a1713a46cdb4 | diff --git a/org/postgresql/test/jdbc3/CompositeQueryParseTest.java b/org/postgresql/test/jdbc3/CompositeQueryParseTest.java
index <HASH>..<HASH> 100644
--- a/org/postgresql/test/jdbc3/CompositeQueryParseTest.java
+++ b/org/postgresql/test/jdbc3/CompositeQueryParseTest.java
@@ -8,6 +8,21 @@ import java.util.List;
pu... | test: add tests for parsing of empty queries separated by semicolons
The expected output is empty list of queries
closes #<I> | pgjdbc_pgjdbc | train | java |
66342aeacfbd1732234e041c2612ea8131754080 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -150,7 +150,7 @@ Expand.prototype.getAnswer = function(input, key) {
};
Expand.prototype.renderAnswer = function() {
- return this.answer ? colors.cyan(this.answer.name) : null;
+ return this.answer ? colors.cyan(this.an... | fix(answer): use answer directly over answer.name
this.choice.get returns a literal and must be used directly over
reading the `name` property of it | enquirer_prompt-expand | train | js |
7fe22e3b98fa8d309716b533109a2d332c52767b | diff --git a/webapps/ui/common/scripts/services/locales.js b/webapps/ui/common/scripts/services/locales.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/common/scripts/services/locales.js
+++ b/webapps/ui/common/scripts/services/locales.js
@@ -90,6 +90,8 @@ module.exports = function(ngModule, appRoot, appName) {
... | chore(webapps): add translate sanitization strategy
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
5b05d8803ac86b2a7f40407ad375657dc161dfe3 | diff --git a/src/Breadcrumbs/BreadcrumbsItem/index.js b/src/Breadcrumbs/BreadcrumbsItem/index.js
index <HASH>..<HASH> 100644
--- a/src/Breadcrumbs/BreadcrumbsItem/index.js
+++ b/src/Breadcrumbs/BreadcrumbsItem/index.js
@@ -18,9 +18,10 @@ const StyledBreadcrumbsItemAnchor = styled(
return <Component {...props}>{chi... | fix(Breadcrumbs): unification of style from figma (#<I>) | kiwicom_orbit-components | train | js |
29f97442a10ad3c3c1a27e545286e3e7535c29f7 | diff --git a/src/Form.js b/src/Form.js
index <HASH>..<HASH> 100644
--- a/src/Form.js
+++ b/src/Form.js
@@ -429,7 +429,7 @@ class Form extends Component {
for (let name in $formutil.$weakErrors) {
const $fieldError = $formutil.$weakErrors[name];
- for (let key i... | fix(Form): fix $getFirstError | qiqiboy_react-formutil | train | js |
0affc592fa31840ac78c0d47475069e7876332a5 | diff --git a/src/utils/constants.js b/src/utils/constants.js
index <HASH>..<HASH> 100644
--- a/src/utils/constants.js
+++ b/src/utils/constants.js
@@ -43,6 +43,8 @@ export const validProps = [
'componentType',
'aggregationField',
'aggregationSize',
+ 'distinctField',
+ 'distinctFieldConfig',
// Specific to Reac... | feat: support added for distinctfield prop | appbaseio_reactivecore | train | js,js |
1121abae4693ad3d36a85bc4a5edcce23709d43f | diff --git a/system/Test/Mock/MockSecurity.php b/system/Test/Mock/MockSecurity.php
index <HASH>..<HASH> 100644
--- a/system/Test/Mock/MockSecurity.php
+++ b/system/Test/Mock/MockSecurity.php
@@ -11,15 +11,12 @@
namespace CodeIgniter\Test\Mock;
-use CodeIgniter\HTTP\RequestInterface;
use CodeIgniter\Security\Secur... | test: reduce the size of the method to be mocked | codeigniter4_CodeIgniter4 | train | php |
75ce289193dc40f323ebb245b3e511eded813084 | diff --git a/coap/coap-request.js b/coap/coap-request.js
index <HASH>..<HASH> 100644
--- a/coap/coap-request.js
+++ b/coap/coap-request.js
@@ -112,7 +112,7 @@ module.exports = function (RED) {
var payload = _constructPayload(msg, config["content-format"]);
if (config.observe === true) {
- ... | fix: fix observe value in reqOpts | reederz_node-red-contrib-coap | train | js |
4152a3a213a2ade166de81e49b9947ba13b786a0 | diff --git a/test/hasManyRelationships.test.js b/test/hasManyRelationships.test.js
index <HASH>..<HASH> 100644
--- a/test/hasManyRelationships.test.js
+++ b/test/hasManyRelationships.test.js
@@ -113,4 +113,29 @@ describe('loopback json api hasMany relationships', function () {
})
})
})
+
+ describe('D... | chore(tests): Add test for duplicate fix | digitalsadhu_loopback-component-jsonapi | train | js |
f7fcd376a52bfac3032fcca895421f50159fdba4 | diff --git a/packages/react-swipeable-views-native/src/SwipeableViews.animated.js b/packages/react-swipeable-views-native/src/SwipeableViews.animated.js
index <HASH>..<HASH> 100644
--- a/packages/react-swipeable-views-native/src/SwipeableViews.animated.js
+++ b/packages/react-swipeable-views-native/src/SwipeableViews.a... | fix(native): fix the animated implementation inside a Modal | oliviertassinari_react-swipeable-views | train | js |
3e1117aac0fe5f15888dbb1d16f4f528d9240b3e | diff --git a/src/webmidi.js b/src/webmidi.js
index <HASH>..<HASH> 100644
--- a/src/webmidi.js
+++ b/src/webmidi.js
@@ -750,8 +750,7 @@
var channels;
if (channel === 'all' || channel === undefined) {
- channels = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16];
- return channels;
+ cha... | fix: In order of being backward compatible, an extra conditional assignment was recreated | djipco_webmidi | train | js |
6242fd6e7ccd9c8319aa9902b9a981580db99294 | diff --git a/lib/search.js b/lib/search.js
index <HASH>..<HASH> 100644
--- a/lib/search.js
+++ b/lib/search.js
@@ -34,7 +34,7 @@ module.exports = function(search_string) {
//first param is the only one where the search is not facultative
if(first === true) {
- s = search_string
+ ... | fix(search): Fix movie regex, improved album search through $or | ezseed_database | train | js |
29f46decbda7f9e76b9173681f0c04ccdcb57040 | diff --git a/src/Models/Corporation/CorporationStructure.php b/src/Models/Corporation/CorporationStructure.php
index <HASH>..<HASH> 100644
--- a/src/Models/Corporation/CorporationStructure.php
+++ b/src/Models/Corporation/CorporationStructure.php
@@ -59,7 +59,10 @@ class CorporationStructure extends Model
public f... | refactor(structure): add default for corporation structure | eveseat_eveapi | train | php |
a6fa9d5d8e7eaa53d9c6cf125ebd9443a7f480f4 | diff --git a/src/utils/sequelize-compatibility.js b/src/utils/sequelize-compatibility.js
index <HASH>..<HASH> 100644
--- a/src/utils/sequelize-compatibility.js
+++ b/src/utils/sequelize-compatibility.js
@@ -20,11 +20,16 @@ function bubbleWheresInPlace(operators, options) {
bubbleWheresInPlace(operators, include);
... | fix(queries): query generation for camelCased fields on related data (#<I>) | ForestAdmin_forest-express-sequelize | train | js |
0cf2dba145d87ab9e588ed3e8a14bcfba7ef3164 | diff --git a/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/CustomResource.java b/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/CustomResource.java
index <HASH>..<HASH> 100644
--- a/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/CustomResource.java
+++ b/kubernetes-client/src/... | fix: mark non-properties getters as to be ignored by Jackson | fabric8io_kubernetes-client | train | java |
8f1b14dacb1a3cbfda31ada80dc9a7222bf05d84 | diff --git a/lib/lockfile.js b/lib/lockfile.js
index <HASH>..<HASH> 100644
--- a/lib/lockfile.js
+++ b/lib/lockfile.js
@@ -64,8 +64,8 @@ async function getNewLockfile ({ packageJson, lock, type, repositoryTokens }) {
})
.then(result => {
jobCountByServer[nextServer]--
- if (result instanceof... | fix(lockfile): throw error if result from lockfile server has a message
and therefore is an error | greenkeeperio_greenkeeper | train | js |
4699f68746a15d9cf39cac307ee3609fcdf6031d | diff --git a/test/fixture/event-handlers-with-callback.js b/test/fixture/event-handlers-with-callback.js
index <HASH>..<HASH> 100644
--- a/test/fixture/event-handlers-with-callback.js
+++ b/test/fixture/event-handlers-with-callback.js
@@ -23,7 +23,6 @@ module.exports = function () {
})
this.registerHandler('Bef... | test: Fix event handler test with callback | mucsi96_nightwatch-cucumber | train | js |
133178958681e81d991cfcf3ec163883628cb059 | diff --git a/service.js b/service.js
index <HASH>..<HASH> 100755
--- a/service.js
+++ b/service.js
@@ -112,12 +112,7 @@ class ServiceConsul extends service.Service {
this.consul.status.peers().then(peers => this.info(level =>
`Consul raft peers are ${peers.map(p => p.body)}`));
this.kronosNodes().... | fix: nodes endpoint delivers only plain object | Kronos-Integration_kronos-service-consul | train | js |
5febd578838200bfd8ff529e9845cbdde940ab6d | diff --git a/generators/deployment/index.js b/generators/deployment/index.js
index <HASH>..<HASH> 100644
--- a/generators/deployment/index.js
+++ b/generators/deployment/index.js
@@ -55,6 +55,7 @@ module.exports = class extends Generator {
this.name = this.bluemix.server.name;
this.manifestConfig = Object.assig... | fix: added default to 1 for instances variable in manifest | ibm-developer_generator-ibm-cloud-enablement | train | js |
591c2000bd32f81cce2599fdca532f9369f76456 | diff --git a/www/nearit.js b/www/nearit.js
index <HASH>..<HASH> 100644
--- a/www/nearit.js
+++ b/www/nearit.js
@@ -312,14 +312,14 @@ NearIT.prototype.disableDefaultRangingNotifications = function(successCallback,
NearIT.prototype.requestPermissions = function(successCallback, errorCallback) {
exec(successCallb... | refactor(js): add missing semicolons | nearit_Cordova-SDK | train | js |
7f9e3b5d909c03bd37acbc8977fcbec48f0f82d3 | diff --git a/SpiffWorkflow/specs/base.py b/SpiffWorkflow/specs/base.py
index <HASH>..<HASH> 100644
--- a/SpiffWorkflow/specs/base.py
+++ b/SpiffWorkflow/specs/base.py
@@ -216,8 +216,8 @@ class TaskSpec(object):
Checks whether all required attributes are set. Throws an exception
if an error was detecte... | fix: TaskSpecs do not require an id | knipknap_SpiffWorkflow | train | py |
d48c5931a0f6928b105c5f250a7d18e2ab792853 | diff --git a/system/Controller.php b/system/Controller.php
index <HASH>..<HASH> 100644
--- a/system/Controller.php
+++ b/system/Controller.php
@@ -146,12 +146,13 @@ class Controller
* @param array $data The data to validate
* @param array|string $rules
* @param array $messages An arr... | feat: add param $dbGroup to validateData()
No reason to restrict params. | codeigniter4_CodeIgniter4 | train | php |
3395ee16ae7315a709025dd00de3d124a7df39b6 | diff --git a/src/foremast/utils/tasks.py b/src/foremast/utils/tasks.py
index <HASH>..<HASH> 100644
--- a/src/foremast/utils/tasks.py
+++ b/src/foremast/utils/tasks.py
@@ -100,17 +100,17 @@ def _check_task(taskid):
raise ValueError
-def check_task(taskid, timeout=DEFAULT_TASK_TIMEOUT):
+def check_task(taski... | refactor: Move Check Task wait to argument | foremast_foremast | train | py |
8af2e439d20a5ba3f417a4aa6cd614cbc24ef6d6 | diff --git a/packages/transformer-remark/index.js b/packages/transformer-remark/index.js
index <HASH>..<HASH> 100644
--- a/packages/transformer-remark/index.js
+++ b/packages/transformer-remark/index.js
@@ -139,7 +139,7 @@ class RemarkTransformer {
allowedTags: []
}).replace(/\r?\n|\r/g, ' '... | refactor(remark): fix illogically ordered conditions (#<I>) | gridsome_gridsome | train | js |
d84d05af95a1f5eebf1e1d4a2c98c90173a21577 | diff --git a/test/func/author-credit.js b/test/func/author-credit.js
index <HASH>..<HASH> 100644
--- a/test/func/author-credit.js
+++ b/test/func/author-credit.js
@@ -55,9 +55,9 @@ describe('fetchOrCreateCredit', () => {
return truncateTables(bookshelf, [
'bookbrainz.entity',
- 'bookbrainz.creator_header',
-... | refactor: Fix test refering to creator_ tables | bookbrainz_bookbrainz-data-js | train | js |
304b49a7ffdf3adf8fc3e3234e11455b05062c2a | diff --git a/lib/lifecycles/tag.js b/lib/lifecycles/tag.js
index <HASH>..<HASH> 100644
--- a/lib/lifecycles/tag.js
+++ b/lib/lifecycles/tag.js
@@ -25,8 +25,9 @@ function execTag (newVersion, pkgPrivate, args) {
}
checkpoint(args, 'tagging release %s%s', [args.tagPrefix, newVersion])
return runExec(args, 'git t... | feat: suggest branch name other than master (#<I>) | conventional-changelog_standard-version | train | js |
0a84f353f00601bbc2fcf99e8da368ef368b4e51 | diff --git a/store.go b/store.go
index <HASH>..<HASH> 100644
--- a/store.go
+++ b/store.go
@@ -10,7 +10,6 @@ import (
"net/http"
"os"
"path/filepath"
- "strings"
"sync"
"github.com/gorilla/securecookie"
@@ -201,6 +200,8 @@ func (s *FilesystemStore) New(r *http.Request, name string) (*Session, error) {
ret... | refactor: use base<I> encoder with no padding (#<I>) | gorilla_sessions | train | go |
c60ae46a8404a3528a0b6e3daaa42f15b87b84cd | diff --git a/test/node/utils/retry.test.js b/test/node/utils/retry.test.js
index <HASH>..<HASH> 100644
--- a/test/node/utils/retry.test.js
+++ b/test/node/utils/retry.test.js
@@ -11,7 +11,7 @@ describe('test/retry.test.js', () => {
let store;
const RETRY_MAX = 3;
let testRetryCount = 0;
- const bucket = `ali-... | chore(test): test case optimized (#<I>) | ali-sdk_ali-oss | train | js |
40523791e43af0ac0f4bdc73b9a23891520ea58a | diff --git a/intranet/apps/eighth/models.py b/intranet/apps/eighth/models.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/eighth/models.py
+++ b/intranet/apps/eighth/models.py
@@ -1402,7 +1402,6 @@ class EighthSignup(AbstractBaseEighthModel):
def accept_pass(self):
self.was_absent = False
- se... | refactor: don't set EighthSignup.present -- it is never assigned/used elsewhere | tjcsl_ion | train | py |
bcdddfe4e8aa9641398666c45e3a2bd51dee0c15 | diff --git a/public/app/plugins/panels/graph/graph.tooltip.js b/public/app/plugins/panels/graph/graph.tooltip.js
index <HASH>..<HASH> 100644
--- a/public/app/plugins/panels/graph/graph.tooltip.js
+++ b/public/app/plugins/panels/graph/graph.tooltip.js
@@ -126,10 +126,7 @@ function ($) {
relativeTime = dashboard... | style(tooltip): removed comment and extrated sort | grafana_grafana | train | js |
9ec6518c4cc93de5c2117badc95bb7c830f2f3a0 | diff --git a/src/IndexConfig.js b/src/IndexConfig.js
index <HASH>..<HASH> 100644
--- a/src/IndexConfig.js
+++ b/src/IndexConfig.js
@@ -29,6 +29,24 @@ class IndexConfig extends SchemaDerivedConfig {
},
});
}
+
+ /**
+ *
+ * @param {string} indexname name of the search index
+ * @param {string} quer... | feat(query): add (wip) method for resolving query URL | adobe_helix-shared | train | js |
2cce4e5b245791e43567b96c61e6c7215b4506ee | diff --git a/src/resources/nl-BE.js b/src/resources/nl-BE.js
index <HASH>..<HASH> 100644
--- a/src/resources/nl-BE.js
+++ b/src/resources/nl-BE.js
@@ -80,7 +80,7 @@ export let data = {
return `moet een combinatie van letters, hoofdletters, cijfers en speciale tekens zijn`;
},
'MediumPasswordValidationR... | fix(nl-BE): small typo
Small typo in nl-BE I<I>N | aurelia_validation | train | js |
3af0876eed6e7152fc22962391e1f0c7c8289a2a | diff --git a/okdownload/src/main/java/com/liulishuo/okdownload/core/connection/DownloadUrlConnection.java b/okdownload/src/main/java/com/liulishuo/okdownload/core/connection/DownloadUrlConnection.java
index <HASH>..<HASH> 100644
--- a/okdownload/src/main/java/com/liulishuo/okdownload/core/connection/DownloadUrlConnecti... | fix: close automation redirects of HttpUrlConnection, same issue with FileDownloader#<I> | lingochamp_okdownload | train | java |
91295a5a7a972bd9074af43d3b31eeaab31bfcd9 | diff --git a/annis-gui/src/main/java/annis/gui/visualizers/component/grid/Row.java b/annis-gui/src/main/java/annis/gui/visualizers/component/grid/Row.java
index <HASH>..<HASH> 100644
--- a/annis-gui/src/main/java/annis/gui/visualizers/component/grid/Row.java
+++ b/annis-gui/src/main/java/annis/gui/visualizers/component... | fix: the right border is not inclusive | korpling_ANNIS | train | java |
ec551d77559c3965309836742c2932fdcbd390af | diff --git a/tooling/util/proxies.js b/tooling/util/proxies.js
index <HASH>..<HASH> 100644
--- a/tooling/util/proxies.js
+++ b/tooling/util/proxies.js
@@ -17,13 +17,13 @@ const services = [
port: 3010,
serviceUrl: process.env.ATLAS_SERVICE_URL
},
- // {
- // defaultUrl: 'https://conv-a.wbx2.com/convers... | chore(proxies): add conversation service proxy | webex_spark-js-sdk | train | js |
a7035336de6aa93a8339c51baa384e9605a8a5eb | diff --git a/config/builds.js b/config/builds.js
index <HASH>..<HASH> 100644
--- a/config/builds.js
+++ b/config/builds.js
@@ -37,10 +37,12 @@ const builds = buildConfigs
})
.map(buildConfig => {
const name = buildConfig.name || '';
- const env = {
- SKU_TENANT: args.tenant || '',
- ...(buildCon... | fix(args): remove object spread from env object (#<I>)
* fix(args): remove object spread from env object
* fix(args): remove object spread from env object
* fix(args): remove object spread from env object
* fix(args): remove object spread from env object | seek-oss_sku | train | js |
1b92628e162e8dc6636a89f6f06efd75be3081e9 | diff --git a/master/docs/bbdocs/ext.py b/master/docs/bbdocs/ext.py
index <HASH>..<HASH> 100644
--- a/master/docs/bbdocs/ext.py
+++ b/master/docs/bbdocs/ext.py
@@ -196,6 +196,7 @@ class BBDomain(Domain):
'event': ObjType('event', 'event'),
'rtype': ObjType('rtype', 'rtype'),
'rpath': ObjType('... | docs: Fix definition of bb-raction index | buildbot_buildbot | train | py |
f3fe4de7c8e6153174d04f75bea3f4cb70643657 | diff --git a/connection/connection.js b/connection/connection.js
index <HASH>..<HASH> 100644
--- a/connection/connection.js
+++ b/connection/connection.js
@@ -36,6 +36,8 @@ var debugFields = [
'promoteBuffers',
'checkServerIdentity'
];
+
+var connectionAccountingSpy = undefined;
var connectionAccounting = false... | refactor(connection): support providing a connection spy
NODE-<I> | mongodb_node-mongodb-native | train | js |
4fa6e6a03b179b490ae1d5af8c69c33931b3592c | diff --git a/test/adapter/api/groonga/basic.test.js b/test/adapter/api/groonga/basic.test.js
index <HASH>..<HASH> 100644
--- a/test/adapter/api/groonga/basic.test.js
+++ b/test/adapter/api/groonga/basic.test.js
@@ -44,7 +44,7 @@ suite('adapter/api/groonga: basic commands', function() {
groongaUtils.pushSuccessRe... | test: Use GET method for basic Groonga commands | droonga_express-droonga | train | js |
bd6ad56ba972905a380c2d3455dea44b172c5335 | diff --git a/GEOparse/GEOparse.py b/GEOparse/GEOparse.py
index <HASH>..<HASH> 100755
--- a/GEOparse/GEOparse.py
+++ b/GEOparse/GEOparse.py
@@ -74,7 +74,7 @@ def get_GEO(geo=None, filepath=None, destdir="./", how='full',
aspera=aspera)
else:
if geotype is None:
- ... | fix: #<I> Use basename instead of split | guma44_GEOparse | train | py |
040eec9364e4fc13d29e5e1920024019a8a6a053 | diff --git a/src/scaffolder-test.js b/src/scaffolder-test.js
index <HASH>..<HASH> 100644
--- a/src/scaffolder-test.js
+++ b/src/scaffolder-test.js
@@ -231,7 +231,7 @@ suite('javascript project scaffolder', () => {
assert.calledWith(npmConfig.default, {projectRoot, projectType});
assert.calledWith(
... | fix(lift): passed configs through to lift
without this, eslint configuration was being skipped since scope information was not available | travi_javascript-scaffolder | train | js,js |
abf15bbd93bd7a76447301a5dff0daad3a518234 | diff --git a/acceptance/src/pages/ModalPage.js b/acceptance/src/pages/ModalPage.js
index <HASH>..<HASH> 100644
--- a/acceptance/src/pages/ModalPage.js
+++ b/acceptance/src/pages/ModalPage.js
@@ -2,6 +2,7 @@ import React from "react";
import Button from "@hig/button";
import Modal from "@hig/modal";
import Typography... | docs: update modal in acceptance | Autodesk_hig | train | js |
e29329a9843a8df90c523fcb61f42a6adad1b3fa | diff --git a/packages/transforms/src/index.js b/packages/transforms/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/transforms/src/index.js
+++ b/packages/transforms/src/index.js
@@ -79,7 +79,7 @@ export function richestMimetype(
bundle: ImmutableMap<string, any>,
order: ImmutableList<string> = standardDi... | fix(flow): richestMimetype can return undefined | nteract_nteract | train | js |
95f8375d425f58f501f32ead03f7927e6596f8e6 | diff --git a/packages/discord.js/src/util/Sweepers.js b/packages/discord.js/src/util/Sweepers.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/util/Sweepers.js
+++ b/packages/discord.js/src/util/Sweepers.js
@@ -193,6 +193,15 @@ class Sweepers {
}
/**
+ * Sweeps all guild stickers and removes the o... | fix(Sweepers): add sweepStickers function (#<I>) | discordjs_discord.js | train | js |
6d583d26c3164490a9a63ec6f4d13fe649c64d7d | diff --git a/src/assets/models/index.js b/src/assets/models/index.js
index <HASH>..<HASH> 100644
--- a/src/assets/models/index.js
+++ b/src/assets/models/index.js
@@ -3,7 +3,7 @@
var fs = require('fs');
var path = require('path');
var Sequelize = require('sequelize');
-var basename = path.basename(modul... | fix: use directive for __filename, fixes #<I> | sequelize_cli | train | js |
44c43a8b7446b74f4c2bdf24e2938247fd17f5ac | diff --git a/sentry_sdk/integrations/asgi.py b/sentry_sdk/integrations/asgi.py
index <HASH>..<HASH> 100644
--- a/sentry_sdk/integrations/asgi.py
+++ b/sentry_sdk/integrations/asgi.py
@@ -68,8 +68,14 @@ class SentryAsgiMiddleware:
)
sentry_scope.add_event_processor(processor)
... | fix: Do not attempt to access headers for all asgi requests (#<I>)
* fix: Do not attempt to access headers for all asgi requests
* fix: Fix NameError | getsentry_sentry-python | train | py |
e990c35476fb6f7e1a5449493833140144e0469c | diff --git a/src/structures/ClientApplication.js b/src/structures/ClientApplication.js
index <HASH>..<HASH> 100644
--- a/src/structures/ClientApplication.js
+++ b/src/structures/ClientApplication.js
@@ -27,7 +27,7 @@ class ClientApplication extends Application {
* The flags this application has
* @type {App... | fix(ClientApplication): freeze flags (#<I>) | discordjs_discord.js | train | js |
2769e894bb4bb8b023aa8d22554275e8fdc5dade | diff --git a/master/buildbot/test/fake/httpclientservice.py b/master/buildbot/test/fake/httpclientservice.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/fake/httpclientservice.py
+++ b/master/buildbot/test/fake/httpclientservice.py
@@ -83,21 +83,19 @@ class HTTPClientService(service.SharedService):
... | test: Simplify getService() of fake HTTP service | buildbot_buildbot | train | py |
4a08d03a5c7697a89d091789ed239eaaadb6ce1d | diff --git a/packages/mdc-datepicker-dialog/addon/components/mdc-datepicker-dialog.js b/packages/mdc-datepicker-dialog/addon/components/mdc-datepicker-dialog.js
index <HASH>..<HASH> 100644
--- a/packages/mdc-datepicker-dialog/addon/components/mdc-datepicker-dialog.js
+++ b/packages/mdc-datepicker-dialog/addon/component... | fix: Set the selected as a JavaScript date, and not a moment | onehilltech_ember-cli-mdc | train | js |
39ee9365697c69cad6bab9519c8e66ea65de0732 | diff --git a/lib/events/eventParser.js b/lib/events/eventParser.js
index <HASH>..<HASH> 100644
--- a/lib/events/eventParser.js
+++ b/lib/events/eventParser.js
@@ -32,11 +32,11 @@ EventParser._parseAvTransportEvent = async function (body, device) {
if (eventData.CurrentTrackMetaData) {
let currMeta = await Helpe... | feat: add duration and queuePosition to event 'CurrentTrack' and always emit to show updated radio track titles | bencevans_node-sonos | train | js |
764455d9bcc20a69891e6b78a8543b5f27cce6af | diff --git a/lib/carlo.js b/lib/carlo.js
index <HASH>..<HASH> 100644
--- a/lib/carlo.js
+++ b/lib/carlo.js
@@ -172,7 +172,7 @@ class App extends EventEmitter {
* @return {!Promise<*>}
*/
async load(uri = '', ...params) {
- return this.mainWindow().load(uri, params);
+ return this.mainWindow().load(uri,... | fix(load): load params in the app shortcut are not flattened | GoogleChromeLabs_carlo | train | js |
e77f583467d3426c058486523d011fea0eb09cf9 | diff --git a/scripts/reset.js b/scripts/reset.js
index <HASH>..<HASH> 100644
--- a/scripts/reset.js
+++ b/scripts/reset.js
@@ -11,8 +11,8 @@ const cleaningProcess = spawn('git', [
'clean',
'-xdf',
'-n',
- '--exclude=".vscode"',
- '--exclude=".idea"',
+ '--exclude="/.vscode"',
+ '--exclude="/.idea"',
]);
... | fix: Do not delete .idea while doing the cleanup
It also makes sure only root level directories are excluded
Closes #<I> | storybooks_storybook | train | js |
f3859130f2d8ac5ae58fc0d7a64de3e20d777ec0 | diff --git a/protractor-perf.conf.js b/protractor-perf.conf.js
index <HASH>..<HASH> 100644
--- a/protractor-perf.conf.js
+++ b/protractor-perf.conf.js
@@ -18,7 +18,7 @@ const BASE = isBazel ? 'angular/modules' : 'dist/all';
require(`./${BASE}/e2e_util/perf_util`).readCommandLine();
var CHROME_OPTIONS = {
- 'args':... | ci: configure chrome options for protractor (#<I>)
so that they are more suitable for CI usage.
PR Close #<I> | angular_angular | train | js |
f297d074d2d9745cfc9a846456f233916a7d7dfd | diff --git a/test/specs/collections/Table/Table-test.js b/test/specs/collections/Table/Table-test.js
index <HASH>..<HASH> 100644
--- a/test/specs/collections/Table/Table-test.js
+++ b/test/specs/collections/Table/Table-test.js
@@ -243,7 +243,7 @@ describe('Table', () => {
it('is not auto applied by default', () =>... | fix(Table-test): do not access props of DOM node | Semantic-Org_Semantic-UI-React | train | js |
ea67e5f67f479d133c530a346ff41aa027fe9992 | diff --git a/controller/scheduler/fleet.py b/controller/scheduler/fleet.py
index <HASH>..<HASH> 100644
--- a/controller/scheduler/fleet.py
+++ b/controller/scheduler/fleet.py
@@ -337,16 +337,16 @@ class FleetHTTPClient(object):
"deactivating": "down",
}
try:
- # NOTE (bacongobb... | fix(controller): use same API call to determine loadstate | deis_deis | train | py |
087abbd318d16a7f2ac4f069d6e26c936d3f0c58 | diff --git a/test/k8sT/DatapathConfiguration.go b/test/k8sT/DatapathConfiguration.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/DatapathConfiguration.go
+++ b/test/k8sT/DatapathConfiguration.go
@@ -109,6 +109,8 @@ var _ = Describe("K8sDatapathConfig", func() {
}
It("Check connectivity with transparent encrypti... | test: Disable flaky encapsulation encryption test
The test is not reliable enough to be enabled right now
Related: #<I> | cilium_cilium | train | go |
0316315d6580c22a8f8c91c51f950ab3d91ca199 | diff --git a/packages/vuetify/test/unit/components/VTabs/VTabs.spec.js b/packages/vuetify/test/unit/components/VTabs/VTabs.spec.js
index <HASH>..<HASH> 100644
--- a/packages/vuetify/test/unit/components/VTabs/VTabs.spec.js
+++ b/packages/vuetify/test/unit/components/VTabs/VTabs.spec.js
@@ -423,7 +423,8 @@ test('VTabs',... | test(v-tabs): ensure component is mounted before performing checks
handle potential race condition within CI | vuetifyjs_vuetify | train | js |
acc52860ef3fcfd129bf2d040fcb4a98a210addb | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -284,7 +284,7 @@ class Application extends Base implements ContainerAwareInterface{
new InputOption('--ansi', null, InputOption::VALUE_NONE, 'Force ANSI output coloring'),
ne... | fix: change name of built in option to match upstream | tobymackenzie_sy-console | train | php |
d0f9cc65981f09ad75a9bf23a46412ade3ed9374 | diff --git a/test/tld.js b/test/tld.js
index <HASH>..<HASH> 100644
--- a/test/tld.js
+++ b/test/tld.js
@@ -178,7 +178,7 @@ describe('tld.js', function () {
});
// @see https://github.com/oncletom/tld.js/pull/97
- it('should return null if the publicsuffix does not exist', function(){
+ it('should retu... | fix(tests): adjust test label, when publicsuffix does not exist | remusao_tldts | train | js |
1eebbe948e6a6252acae68d7bd9841a90e179c57 | diff --git a/application/tests/_ci_phpunit_test/CIPHPUnitTestReflection.php b/application/tests/_ci_phpunit_test/CIPHPUnitTestReflection.php
index <HASH>..<HASH> 100644
--- a/application/tests/_ci_phpunit_test/CIPHPUnitTestReflection.php
+++ b/application/tests/_ci_phpunit_test/CIPHPUnitTestReflection.php
@@ -60,6 +60,... | fix: TypeError on PHP8 | kenjis_ci-phpunit-test | train | php |
81d73cf21468a163fc527be49e4be6468de19489 | diff --git a/src/L.Control.Locate.js b/src/L.Control.Locate.js
index <HASH>..<HASH> 100644
--- a/src/L.Control.Locate.js
+++ b/src/L.Control.Locate.js
@@ -145,7 +145,7 @@ You can find the project at: https://github.com/domoritz/leaflet-locatecontrol
_deactivate: function() {
this._map.stopLocate()... | fix: _stopFollowing is not unbinding without context | domoritz_leaflet-locatecontrol | train | js |
4f16fc17ad1decbb3e6234f325ae998d00240bed | diff --git a/packages/d3fc-data-join/src/dataJoin.js b/packages/d3fc-data-join/src/dataJoin.js
index <HASH>..<HASH> 100644
--- a/packages/d3fc-data-join/src/dataJoin.js
+++ b/packages/d3fc-data-join/src/dataJoin.js
@@ -28,12 +28,7 @@ export default (element, className) => {
const implicitTransition = isTransit... | refactor: use selection.selectChildren | d3fc_d3fc | train | js |
4856a05fa15fa10f402fc95289a641c1f52617bc | diff --git a/renku/core/utils/requests.py b/renku/core/utils/requests.py
index <HASH>..<HASH> 100644
--- a/renku/core/utils/requests.py
+++ b/renku/core/utils/requests.py
@@ -20,8 +20,11 @@ from contextlib import contextmanager
import requests
from requests.adapters import HTTPAdapter
+from requests.exceptions impo... | fix(core): re-raise renku handled exception on network failure (#<I>) | SwissDataScienceCenter_renku-python | train | py |
aedd7dd3200ca59bcc483dd6048414741e79bf3e | diff --git a/core/src/main/java/tech/tablesaw/api/Table.java b/core/src/main/java/tech/tablesaw/api/Table.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/tech/tablesaw/api/Table.java
+++ b/core/src/main/java/tech/tablesaw/api/Table.java
@@ -758,10 +758,7 @@ public class Table extends Relation implements Itera... | fix(table): method 'where' apply 2 times selection function (#<I>) | jtablesaw_tablesaw | train | java |
63858eaa919c430bf0683dc33d81c94d4237b45b | diff --git a/persist/sqldb/migrate.go b/persist/sqldb/migrate.go
index <HASH>..<HASH> 100644
--- a/persist/sqldb/migrate.go
+++ b/persist/sqldb/migrate.go
@@ -210,6 +210,11 @@ func (m migrate) Exec(ctx context.Context) error {
primary key (clustername, uid, name),
foreign key (clustername, uid) references argo_... | fix(offloading): Change offloaded nodes datatype to JSON to support 1GB. Fixes #<I> (#<I>) | argoproj_argo | train | go |
145efc2a4ca9cb2c97d4e062f72ce5019571d038 | diff --git a/src/tinymce.js b/src/tinymce.js
index <HASH>..<HASH> 100644
--- a/src/tinymce.js
+++ b/src/tinymce.js
@@ -15,8 +15,9 @@ angular.module('ui.tinymce', [])
if (inst.isDirty()) {
inst.save();
ngModel.$setViewValue(elm.val());
- if (!scope.$$phase)... | fix: Corrected jshint errors | angular-ui_ui-tinymce | train | js |
8c8dd3522ac682f0e0a8e618c66378b1a5bd9fb1 | diff --git a/lib/kerberos.js b/lib/kerberos.js
index <HASH>..<HASH> 100644
--- a/lib/kerberos.js
+++ b/lib/kerberos.js
@@ -80,10 +80,9 @@ function initializeServer(service, callback) {
validateParameter(service, { name: 'service', type: 'string' });
validateParameter(callback, { name: 'callback', type: 'function'... | fix(server): use the correct internal method name for server init | mongodb-js_kerberos | train | js |
6f1a18b4933dfd0c3b2710233a464b0ca9d6dac1 | diff --git a/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/JsMessenger.java b/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/JsMessenger.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/JsMessenger.java
+++ b/actor-sdk/sdk-core/core/c... | feat(js): Adding electron logging | actorapp_actor-platform | train | java |
fe9b3f9481a95d4e4806508400dd681a54d29391 | diff --git a/server/src/public/js/ng/home-ctrl.js b/server/src/public/js/ng/home-ctrl.js
index <HASH>..<HASH> 100644
--- a/server/src/public/js/ng/home-ctrl.js
+++ b/server/src/public/js/ng/home-ctrl.js
@@ -89,9 +89,7 @@ ngApp.controller('HomeCtrl', ['$scope', '$http', '$rootScope', 'helpers', 'apiAd
$http.get(urlPr... | fix(server): actors not showing correctly on homepage
When the UI is loaded on a machine with a diferent local time zone
setting than the server, test actors are not shown. | mcdcorp_opentest | train | js |
866981e41a5a64529a210e008925685fd0fc36d3 | diff --git a/test/unit/url.test.js b/test/unit/url.test.js
index <HASH>..<HASH> 100644
--- a/test/unit/url.test.js
+++ b/test/unit/url.test.js
@@ -434,6 +434,18 @@ describe('Url', function () {
expect(new Url(null).toString()).to.be('');
expect(new Url(undefined).toString()).to.be('');
... | test(Url): Added a disabled query param test for `Url~toString` :white_check_mark: | postmanlabs_postman-collection | train | js |
f286168b1b8cf2a7f7520a4b06460ccd8a9de506 | diff --git a/src/models/File.js b/src/models/File.js
index <HASH>..<HASH> 100644
--- a/src/models/File.js
+++ b/src/models/File.js
@@ -90,7 +90,13 @@ module.exports = function getFileClass(config) {
// coerce types
File.int.forEach(File.remapAttributesToInt, data.attributes);
- File.boolean.forEach... | fix: remove boolean remapping in production | makeomatic_restify-utils | train | js |
bac83fe74013dd6286baaaf71b67f8e87bf10bdb | diff --git a/lib/cistern/attributes.rb b/lib/cistern/attributes.rb
index <HASH>..<HASH> 100644
--- a/lib/cistern/attributes.rb
+++ b/lib/cistern/attributes.rb
@@ -45,16 +45,7 @@ module Cistern::Attributes
end
def attribute(name, options = {})
- if defined? Cistern::Coverage
- attribute_call = Ci... | refactor(attributes): extract #add_coverage from #attribute | lanej_cistern | train | rb |
1d71928ee7480464d34749284cb326d3ad127f93 | diff --git a/src/components/input/input.js b/src/components/input/input.js
index <HASH>..<HASH> 100644
--- a/src/components/input/input.js
+++ b/src/components/input/input.js
@@ -267,7 +267,10 @@ function inputTextareaDirective($mdUtil, $window, $mdAria) {
}
var isErrorGetter = containerCtrl.isErrorGetter |... | fix(input): guard against null access on parentForm (Angular <I>). | angular_material | train | js |
a53ee6d83974d940d14c32de9c6a6b7b81603c60 | diff --git a/src/components/uploader/QUploader.js b/src/components/uploader/QUploader.js
index <HASH>..<HASH> 100644
--- a/src/components/uploader/QUploader.js
+++ b/src/components/uploader/QUploader.js
@@ -54,6 +54,7 @@ export default {
autoExpand: Boolean,
expandStyle: [Array, String, Object],
expandCl... | feat: Set xhr's withCredentials flag in request for QUploader #<I> | quasarframework_quasar | train | js |
1ba12dc4217780ccdf04804282a82b1bae6d82f5 | diff --git a/tests/test.js b/tests/test.js
index <HASH>..<HASH> 100644
--- a/tests/test.js
+++ b/tests/test.js
@@ -19,10 +19,9 @@ require('abstract-leveldown/abstract/iterator-test').all(localstorage, tape, tes
require('abstract-leveldown/abstract/chained-batch-test').all(localstorage, tape, testCommon);
require('a... | test: fix incorrect setup for abstract-leveldown/abstract/approximate-size-test | nolanlawson_fsdown | train | js |
42713df7ece157e4d3e840e19127a33746ae30f6 | diff --git a/src/DayColumn.js b/src/DayColumn.js
index <HASH>..<HASH> 100644
--- a/src/DayColumn.js
+++ b/src/DayColumn.js
@@ -139,6 +139,7 @@ class DayColumn extends React.Component {
isNow && 'rbc-today', // WHY
selecting && 'rbc-slot-selecting'
)}
+ slotMetrics={slotMetrics}
... | chore: Expose slotMetrics to DayColumnWrapper component (#<I>) | intljusticemission_react-big-calendar | train | js |
c2836bba403f31fae412a22c7cdff9089a5193f6 | diff --git a/update-server/otupdate/buildroot/ssh_key_management.py b/update-server/otupdate/buildroot/ssh_key_management.py
index <HASH>..<HASH> 100644
--- a/update-server/otupdate/buildroot/ssh_key_management.py
+++ b/update-server/otupdate/buildroot/ssh_key_management.py
@@ -6,6 +6,7 @@ import functools
import hash... | fix(update-server): Create ~/.ssh/authorized_keys if needed (#<I>)
When you migrate a robot from balena to buildroot, it doesn't create an authorized_keys dir - and in general, we should be sensitive of the possibility that file is not present, since it's on the writable filesystem. To deal with this, just make sure t... | Opentrons_opentrons | train | py |
aa5ceb576f0283b6591faaa95e342ef3c603c717 | diff --git a/docs/referenceConf.js b/docs/referenceConf.js
index <HASH>..<HASH> 100644
--- a/docs/referenceConf.js
+++ b/docs/referenceConf.js
@@ -59,6 +59,10 @@ exports.config = {
// browser session. The selenium session is maintained after the test has
// completed. Ignored if seleniumAddress is null.
seleni... | feat(webdriver): add support for selenium webdriver proxy | angular_protractor | train | js,js |
c8bd635193933009baf5f1c8b87b42b54d4c517c | diff --git a/src/cli.js b/src/cli.js
index <HASH>..<HASH> 100644
--- a/src/cli.js
+++ b/src/cli.js
@@ -13,6 +13,7 @@ const args = slurm({
w: true,
v: true,
s: true,
+ r: true,
h: true,
})
@@ -48,10 +49,19 @@ require(entry)
// Start the tests on the next tick.
setImmediate(async function() {
- start... | feat: add -r for repeat runs
Repeat the tests until the process is forcefully terminated.
Between runs, pause the debugger (if being used) so the user can inspect files and place breakpoints. | aleclarson_testpass | train | js |
b4718806a1a876ad756860508789738504d111df | diff --git a/user_guide_src/source/database/utilities/001.php b/user_guide_src/source/database/utilities/001.php
index <HASH>..<HASH> 100644
--- a/user_guide_src/source/database/utilities/001.php
+++ b/user_guide_src/source/database/utilities/001.php
@@ -1,9 +1,12 @@
<?php
-$model = new class () e... | docs: refactor sample code
Anonymous class can't be processed with Sphinx now.
user_guide_src/source/database/utilities.rst:<I>:Could not lex literal_block as "html+php". Highlighting skipped. | codeigniter4_CodeIgniter4 | train | php |
00e8545f45ec5dcdab5fbc3760be5259737d9f5e | diff --git a/packages/website/src/components/Header.js b/packages/website/src/components/Header.js
index <HASH>..<HASH> 100644
--- a/packages/website/src/components/Header.js
+++ b/packages/website/src/components/Header.js
@@ -95,7 +95,7 @@ const DarkModeToggle = () => (
<ButtonTransparent
onClick={() =... | fix(website): Fix `DarkModeToggle` tracking | reakit_reakit | train | js |
c8db5864584c5a952f2fb131fc6bb652d4bde2b9 | diff --git a/lib/util/index.js b/lib/util/index.js
index <HASH>..<HASH> 100644
--- a/lib/util/index.js
+++ b/lib/util/index.js
@@ -378,7 +378,7 @@ function _getProtocol(isHttps) {
}
function hasProtocol(url) {
- return /^[a-z0-9.+-]+:\/\//i.test(url);
+ return /^[a-z0-9.-]+:\/\//i.test(url);
}
function getPro... | refactor: hasProtocol | avwo_whistle | train | js |
5490e82622985acc2f0eb07ab356927f29969507 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -335,7 +335,7 @@ export default class Carousel extends Component {
// Make sure the component hasn't been unmounted
if (this.refs.scrollview) {
this.refs.scrollview.scrollTo({x: snapX, y: 0, anim... | feat(component): pass the item data as the 2nd param of onSnapToItem callback | archriss_react-native-snap-carousel | train | js |
22c0ce63ce4334047df6c2c8457569c191ef44e1 | diff --git a/test/page.spec.js b/test/page.spec.js
index <HASH>..<HASH> 100644
--- a/test/page.spec.js
+++ b/test/page.spec.js
@@ -755,15 +755,16 @@ module.exports.addTests = function({testRunner, expect, headless}) {
expect(error.message).toContain(url);
});
it('should send referer', async({page, serv... | test: cleanup newly added test for navigation referer (#<I>)
Make sure that referer that is passed as `page.goto` option doesn't
override subrequest referers. | GoogleChrome_puppeteer | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.