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 |
|---|---|---|---|---|---|
68b8a935a9032cf90b996ceb9d795ee61d7c18fc | diff --git a/src/components/pagination/pagination.js b/src/components/pagination/pagination.js
index <HASH>..<HASH> 100644
--- a/src/components/pagination/pagination.js
+++ b/src/components/pagination/pagination.js
@@ -380,12 +380,19 @@ export default {
swiper.pagination.destroy();
},
click(swiper, e) ... | fix(pagination): don't hide pagination on navigation click
Fixes #<I> | nolimits4web_swiper | train | js |
ab0f07a452c274d80c5880ee218cf4f47f2dd848 | diff --git a/test/integration/camunda/read.js b/test/integration/camunda/read.js
index <HASH>..<HASH> 100644
--- a/test/integration/camunda/read.js
+++ b/test/integration/camunda/read.js
@@ -1,5 +1,7 @@
'use strict';
+var os = require('os');
+
var Helper = require('../../helper');
var camundaPackage = require('.... | test(integration): use os specific line endings | bpmn-io_bpmn-moddle | train | js |
ee639b8cf6f8dba95ae094e84d85a8f4c023eab3 | diff --git a/honeybadger/contrib/fastapi.py b/honeybadger/contrib/fastapi.py
index <HASH>..<HASH> 100644
--- a/honeybadger/contrib/fastapi.py
+++ b/honeybadger/contrib/fastapi.py
@@ -1,6 +1,7 @@
import logging
from fastapi.routing import APIRoute
+from fastapi import exceptions
from starlette.requests import Reque... | fix: handle HTTP Exception in custom route. | honeybadger-io_honeybadger-python | train | py |
de89cd33b772d373569d2db2e9066c6656016aa3 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -216,6 +216,11 @@ var start = function(injector, config, launcher, globalEmitter, preprocess, file
// shutdown the server...
webServer.close(removeAllListeners);
+ // shutdown socket.io... | fix(server): properly close flash transport | karma-runner_karma | train | js |
bb179575e54d119b561dfb2dc602f8deb052391f | diff --git a/httprunner/ext/make/__init__.py b/httprunner/ext/make/__init__.py
index <HASH>..<HASH> 100644
--- a/httprunner/ext/make/__init__.py
+++ b/httprunner/ext/make/__init__.py
@@ -39,7 +39,7 @@ def make_testcase(testcase_path: str) -> Union[str, None]:
raw_file_name, _ = os.path.splitext(os.path.basename(... | fix: compatibility with file name includes dots and space | HttpRunner_HttpRunner | train | py |
74b5de6b2aa9dfde9a60c5548636f24c91cc661c | diff --git a/lib/tunnel-launcher.js b/lib/tunnel-launcher.js
index <HASH>..<HASH> 100644
--- a/lib/tunnel-launcher.js
+++ b/lib/tunnel-launcher.js
@@ -107,7 +107,7 @@ function run(options, callback)
if (options.verbose && data !== "") {
logger(data);
}
- if (data.indexOf('is available for dow... | fix: log error messages, even if verbose mode is false | testingbot_testingbot-tunnel-launcher | train | js |
fc18eeaf050c81ee9e7211122a9c46582d6ce854 | diff --git a/protocol-designer/src/components/StepEditForm/forms/MagnetForm.js b/protocol-designer/src/components/StepEditForm/forms/MagnetForm.js
index <HASH>..<HASH> 100644
--- a/protocol-designer/src/components/StepEditForm/forms/MagnetForm.js
+++ b/protocol-designer/src/components/StepEditForm/forms/MagnetForm.js
@... | fix(protocol-designer): Remove mm unit from engage height field (#<I>) | Opentrons_opentrons | train | js |
847cfb166f649efe2d09eae86e1fa1090c14f1f2 | diff --git a/website/redirects.next.js b/website/redirects.next.js
index <HASH>..<HASH> 100644
--- a/website/redirects.next.js
+++ b/website/redirects.next.js
@@ -5,6 +5,7 @@
// Next.js redirect documentation: https://nextjs.org/docs/api-reference/next.config.js/redirects
module.exports = [
+ { source: '/home', de... | fix: redirects /home to / | hashicorp_vagrant | train | js |
1a98c87d6c6f902d5d255eb1a946e659d0743252 | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -276,7 +276,10 @@ module.exports = (issuer, aadIssValidation = false) => class Client extends Base
assertIssuerConfiguration(this.issuer, 'authorization_endpoint');
const target = url.parse(this.i... | refactor: remove Object.assign where ... is possible | panva_node-openid-client | train | js |
de030a64d3d16576ff30b350a0a8bdf2387b8fd6 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-#
# staticjinja documentation build configuration file, created by
# sphinx-quickstart on Sat Nov 30 14:33:03 2013.
#
diff --git a/staticjinja/__main__.py b/staticjinja... | chore: remove `coding: utf-8` declarations
Python3 assumes all source files are utf-8, so this declaration is
not needed and just messy. We don't support python2 any more. | Ceasar_staticjinja | train | py,py,py,py |
938718d09ad9f695e572c02c4f0ad091fb514719 | diff --git a/packages/orbit-components/src/Breadcrumbs/BreadcrumbsItem/index.js b/packages/orbit-components/src/Breadcrumbs/BreadcrumbsItem/index.js
index <HASH>..<HASH> 100644
--- a/packages/orbit-components/src/Breadcrumbs/BreadcrumbsItem/index.js
+++ b/packages/orbit-components/src/Breadcrumbs/BreadcrumbsItem/index.... | fix(Breadcrumbs): spacing from 8 to 4 (#<I>) | kiwicom_orbit-components | train | js |
dd712bd67b6fe70fd3fc7e5552f7980a5f67c728 | diff --git a/app/templates/server/server.js b/app/templates/server/server.js
index <HASH>..<HASH> 100644
--- a/app/templates/server/server.js
+++ b/app/templates/server/server.js
@@ -1,3 +1,10 @@
+// Uncomment following to enable zipkin tracing, tailor to fit your network configuration:
+// var appzip = require('appmet... | fix: zipkin needs to be at the beginning | ibm-developer_generator-ibm-core-node-express | train | js |
9f21bde77618d51eb35bb05994c162fad6352f91 | diff --git a/lib/kafka/Consumer.js b/lib/kafka/Consumer.js
index <HASH>..<HASH> 100644
--- a/lib/kafka/Consumer.js
+++ b/lib/kafka/Consumer.js
@@ -1,7 +1,6 @@
"use strict";
const logger = require("@dojot/dojot-module-logger").logger;
const Kafka = require('node-rdkafka');
-const util = require("util");
const TAG ... | chore: fixing lint issues | dojot_dojot-module-nodejs | train | js,js |
ffad0c2ea792594e786f07e8a630d8a096df199f | diff --git a/src/lib/Format.js b/src/lib/Format.js
index <HASH>..<HASH> 100644
--- a/src/lib/Format.js
+++ b/src/lib/Format.js
@@ -85,11 +85,5 @@ exports.isNoRecalculateNeeded = function isNoRecalculateNeeded(amount, precision
exports.get24hChangePercent = function get24hChangePercent(asset, ticker) {
const isNat... | fix: format <I>h-percent code simplify | stellarterm_stellarterm | train | js |
b7b835bf098e72eec24df22bb723581934156d9e | diff --git a/src/Console/MetaCommand.php b/src/Console/MetaCommand.php
index <HASH>..<HASH> 100644
--- a/src/Console/MetaCommand.php
+++ b/src/Console/MetaCommand.php
@@ -103,6 +103,8 @@ class MetaCommand extends Command
}
}
+ $this->unregisterClassAutoloadExceptions();
+
$conten... | fix: unregister meta command custom autoloader when it is no longer needed. closes #<I> | barryvdh_laravel-ide-helper | train | php |
76141c66058a2dad664a31fa4b25ed5271753f0f | diff --git a/src/js/components/filter.js b/src/js/components/filter.js
index <HASH>..<HASH> 100644
--- a/src/js/components/filter.js
+++ b/src/js/components/filter.js
@@ -182,5 +182,5 @@ function getSelector({filter}) {
}
function sortItems(nodes, sort, order) {
- return toNodes(nodes).sort((a, b) => data(a, sor... | fix: Fix numeric sorting in Filter component
Resolves #<I> | uikit_uikit | train | js |
fbbf58aefbf3214cd71863817cab8d1120372e3c | diff --git a/scripts/rewrite-decl-statements-for-closure-test.js b/scripts/rewrite-decl-statements-for-closure-test.js
index <HASH>..<HASH> 100644
--- a/scripts/rewrite-decl-statements-for-closure-test.js
+++ b/scripts/rewrite-decl-statements-for-closure-test.js
@@ -211,7 +211,12 @@ function transform(srcFile, rootDir)... | fix(infrastructure): Rework goog.module positioning (#<I>) | material-components_material-components-web | train | js |
4b74973d2dc7f846b1ad8fd01a2eb77637a09285 | diff --git a/framework/core/src/Http/Middleware/RememberFromCookie.php b/framework/core/src/Http/Middleware/RememberFromCookie.php
index <HASH>..<HASH> 100644
--- a/framework/core/src/Http/Middleware/RememberFromCookie.php
+++ b/framework/core/src/Http/Middleware/RememberFromCookie.php
@@ -41,7 +41,7 @@ class RememberF... | perf: include request info in first accesstoken touch (#<I>) | flarum_core | train | php |
d07f6788d5341779448b8f912e0c6a3f23fbc9cc | diff --git a/src/bin/p-s.js b/src/bin/p-s.js
index <HASH>..<HASH> 100755
--- a/src/bin/p-s.js
+++ b/src/bin/p-s.js
@@ -73,7 +73,12 @@ function getPSConfig() {
if (program.require) {
preloadModule(program.require)
}
- const config = loadConfig(program.config || findUp.sync('package-scripts.js'))
+ const con... | fix(bin): do not error out when there is no config found
Closes #<I> | kentcdodds_nps | train | js |
acdd7fa747c68fb38e9a56e920af881197c36d45 | diff --git a/lib/Endpoint.js b/lib/Endpoint.js
index <HASH>..<HASH> 100644
--- a/lib/Endpoint.js
+++ b/lib/Endpoint.js
@@ -93,7 +93,7 @@ module.exports = function(log, jsonPackage, tls, process) {
},
disconnect: function() {
- console.log(JSON.stringify({
+ log.debug(JSON.stringify({
conn... | fix(Endpoint): don't log too much | Redsmin_proxy | train | js |
10ec48b4b35ecbf2055f93a1c7e84da1fac7b1c8 | diff --git a/google-cloud-video-transcoder/synth.py b/google-cloud-video-transcoder/synth.py
index <HASH>..<HASH> 100644
--- a/google-cloud-video-transcoder/synth.py
+++ b/google-cloud-video-transcoder/synth.py
@@ -23,13 +23,13 @@ logging.basicConfig(level=logging.DEBUG)
gapic = gcp.GAPICMicrogenerator()
library = ... | chore(video-transcoder): Update synth script to include v1 | googleapis_google-cloud-ruby | train | py |
153cee124437586a31ef3d10c02cd98e9c98b33b | diff --git a/modules/examples/src/hello_world/index_common.js b/modules/examples/src/hello_world/index_common.js
index <HASH>..<HASH> 100644
--- a/modules/examples/src/hello_world/index_common.js
+++ b/modules/examples/src/hello_world/index_common.js
@@ -1,4 +1,5 @@
import {bootstrap, Component, Decorator, Template, N... | feat(di): Modify hello_world to use @Injectable
Mark `GreetingService` as available to `Injector`s.
Closes #<I> | angular_angular | train | js |
fb9b70c825709aa28f8bcc92a919974394db50f6 | diff --git a/tests/gui/test_editor_meta_data_conversion.py b/tests/gui/test_editor_meta_data_conversion.py
index <HASH>..<HASH> 100644
--- a/tests/gui/test_editor_meta_data_conversion.py
+++ b/tests/gui/test_editor_meta_data_conversion.py
@@ -31,8 +31,10 @@ def test_income():
state = State()
state_m = StateMo... | fix(test_income): Adapt to new income meta data storage place | DLR-RM_RAFCON | train | py |
b7d0a73cc6a9093e8af5774f92584d367bfedd3f | diff --git a/core/src/elements/ons-pull-hook.js b/core/src/elements/ons-pull-hook.js
index <HASH>..<HASH> 100755
--- a/core/src/elements/ons-pull-hook.js
+++ b/core/src/elements/ons-pull-hook.js
@@ -238,7 +238,7 @@ export default class PullHookElement extends BaseElement {
* @property onAction
* @type {Function... | docs(ons-pull-hook): Typo | OnsenUI_OnsenUI | train | js |
31e2fb61de2ef8e97662b8f6e4acbd5fcb449118 | diff --git a/response.go b/response.go
index <HASH>..<HASH> 100644
--- a/response.go
+++ b/response.go
@@ -160,7 +160,7 @@ func (v *responseObject) Validate(validators []Validator, variablesMapping map[s
}
v.validationResults = append(v.validationResults, validResult)
log.Info().
- Str("jmespath", validator.... | fix: return checkExpr info when do assertion failed | HttpRunner_HttpRunner | train | go |
5632e82555e3282d5fbebcf65d4b44a305ebb2f5 | diff --git a/cmd/cmd.go b/cmd/cmd.go
index <HASH>..<HASH> 100644
--- a/cmd/cmd.go
+++ b/cmd/cmd.go
@@ -11,6 +11,7 @@ var logger *log.Logger
func main() {
logger = log.New(os.Stderr, "", 0)
+
app := cli.NewApp()
app.Name = "corectl"
app.Usage = "corectl is a command line driven interface to the cluster wide C... | feat(cmd): add command descriptions. | coreos_fleet | train | go |
0af9852a3f2c673893c2444548813e96a95b555f | diff --git a/src/Api/Providers/Password.php b/src/Api/Providers/Password.php
index <HASH>..<HASH> 100644
--- a/src/Api/Providers/Password.php
+++ b/src/Api/Providers/Password.php
@@ -8,6 +8,13 @@ use seregazhuk\PinterestBot\Helpers\UrlBuilder;
class Password extends Provider
{
/**
+ * @var array
+ */
+ ... | fix: Password provider required be logged in for change | seregazhuk_php-pinterest-bot | train | php,php |
688b89f0bd5d3729b28abf05c1002a089e13efd9 | diff --git a/lib/migration.js b/lib/migration.js
index <HASH>..<HASH> 100644
--- a/lib/migration.js
+++ b/lib/migration.js
@@ -115,6 +115,10 @@ Migration.prototype.defaultJsTemplate = function() {
'exports.down = function(db) {',
' return null;',
'};',
+ '',
+ 'exports._meta = {',
+ ' "version... | chore(templates): add meta protocol v1 to already aligned migration templates | db-migrate_node-db-migrate | train | js |
25a6e163e126a46bb8a3c96c2abc44c9ca57a862 | diff --git a/src/components/tabs/__tests__/CdrTabs.spec.js b/src/components/tabs/__tests__/CdrTabs.spec.js
index <HASH>..<HASH> 100644
--- a/src/components/tabs/__tests__/CdrTabs.spec.js
+++ b/src/components/tabs/__tests__/CdrTabs.spec.js
@@ -151,7 +151,7 @@ describe('CdrTabs.vue', () => {
wrapper.vm.tabs[0].name ... | refactor(tabs): fixed broken unit test
affects: @rei/cdr-tabs | rei_rei-cedar | train | js |
c2b3fe358edc2aadc541c19b3e1f6293f35e2bb6 | diff --git a/tests/globals.py b/tests/globals.py
index <HASH>..<HASH> 100644
--- a/tests/globals.py
+++ b/tests/globals.py
@@ -11,7 +11,9 @@ class Test(unittest.TestCase):
def test_10_null_handler(self):
logger = TT.logging.getLogger(__name__)
- logger.addHandler(TT.MyNullHandler())
+ hand... | fix: add instance check to avoid no-self-use warning | ssato_python-anytemplate | train | py |
ee5736e5165310eb9a4b7772d0e962cd533647a2 | diff --git a/views/default/js/framework/lists/init.js b/views/default/js/framework/lists/init.js
index <HASH>..<HASH> 100644
--- a/views/default/js/framework/lists/init.js
+++ b/views/default/js/framework/lists/init.js
@@ -4,7 +4,7 @@ define(function (require) {
$(document).on('initialize', '.elgg-list,.elgg-galler... | fix(js): run initialization script only once | hypeJunction_hypeLists | train | js |
523867830a3b74221109011eff000d63c0dd695a | diff --git a/src/dir-hamt-sharded.js b/src/dir-hamt-sharded.js
index <HASH>..<HASH> 100644
--- a/src/dir-hamt-sharded.js
+++ b/src/dir-hamt-sharded.js
@@ -164,11 +164,7 @@ const addLinksToHamtBucket = (links, bucket, rootBucket, callback) => {
return rootBucket.put(link.name.substring(2), true)
})
)
- ... | chore: pass callback as onFulfilled and onRejected
Previously we nulled out the reference to the callback and caught any
error that was thrown - this isn't necessary as using the two-arg version
of `Promise.then` means only one handler will be invoked, not both. | ipfs_js-ipfs-unixfs | train | js |
eaf53f3fea1b6eb8494de0516b20c34406f703eb | diff --git a/cloudvolume/storage.py b/cloudvolume/storage.py
index <HASH>..<HASH> 100644
--- a/cloudvolume/storage.py
+++ b/cloudvolume/storage.py
@@ -683,6 +683,8 @@ class HttpInterface(object):
def get_file(self, file_path):
key = self.get_path_to_file(file_path)
resp = requests.get(key)
+ if resp.sta... | fix: http(s) should handle <I> like gs and s3 | seung-lab_cloud-volume | train | py |
b90538af08a51a5e2a3ec65d6d1bf8c51a54b9c3 | diff --git a/lib/configuration/variables/sources/file.js b/lib/configuration/variables/sources/file.js
index <HASH>..<HASH> 100644
--- a/lib/configuration/variables/sources/file.js
+++ b/lib/configuration/variables/sources/file.js
@@ -106,8 +106,9 @@ module.exports = {
throw new ServerlessError(
... | refactor(Variables): Improve error message related to JS func resolver | serverless_serverless | train | js |
64051c75ecc147975c4cccb985206c22e8fb68d2 | diff --git a/lib/endpoint-with-defaults.js b/lib/endpoint-with-defaults.js
index <HASH>..<HASH> 100644
--- a/lib/endpoint-with-defaults.js
+++ b/lib/endpoint-with-defaults.js
@@ -60,6 +60,11 @@ function endpointWithDefaults (defaults, route, options) {
}
}
+ // default content-type for JSON if body is set
+ ... | feat: set `headers[content-type]` by default | octokit_endpoint.js | train | js |
8dfb5d32ffd4f189535c2b8c1046139feadaec99 | diff --git a/internal/pkg/db/redis/client.go b/internal/pkg/db/redis/client.go
index <HASH>..<HASH> 100644
--- a/internal/pkg/db/redis/client.go
+++ b/internal/pkg/db/redis/client.go
@@ -101,6 +101,12 @@ func NewClient(config db.Configuration, lc logger.LoggingClient) (*Client, error
loggingClient: lc,
}
})
+
... | fix: Add Redis connection test during client creation so error will trigger retry
closes #<I> | edgexfoundry_edgex-go | train | go |
a4b36f3236b9c503b1d80f3a28a203cb54020394 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -154,3 +154,12 @@ class ThinkAgain {
module.exports = function(config) {
return new ThinkAgain(config);
};
+
+module.exports.schema = {
+ keywords: require('./types/keywords'),
+ types: {
+ binary: re... | feat(schema): export schema tools for outside implementors | mbroadst_thinkagain | train | js |
8b6002bddf84233d7d8b56efb7087d9d27fb61a3 | diff --git a/lib/core/topologies/replset.js b/lib/core/topologies/replset.js
index <HASH>..<HASH> 100644
--- a/lib/core/topologies/replset.js
+++ b/lib/core/topologies/replset.js
@@ -1089,6 +1089,9 @@ ReplSet.prototype.isDestroyed = function() {
return this.state === DESTROYED;
};
+// hard coded `serverSelectionT... | refactor(replset): rename constant for selection timeout | mongodb_node-mongodb-native | train | js |
c800de52f84457ccb6cd74fa8721ab4cc9a71e30 | diff --git a/perf/scope.go b/perf/scope.go
index <HASH>..<HASH> 100644
--- a/perf/scope.go
+++ b/perf/scope.go
@@ -4,8 +4,8 @@ import (
"runtime"
)
-func ScopeTimer() func() {
- t := NewTimer(Name(getCallerName()), Log)
+func ScopeTimer(opts ...timerOpt) func() {
+ t := NewTimer(append([]timerOpt{Name(getCallerNam... | perf: Allow opts to ScopeTimer | anacrolix_missinggo | train | go |
233e0d13579fcc5c5b009eb5a7c06c2c09eca192 | diff --git a/src/valdr.js b/src/valdr.js
index <HASH>..<HASH> 100644
--- a/src/valdr.js
+++ b/src/valdr.js
@@ -1,4 +1,4 @@
angular.module('valdr', ['ng'])
.constant('valdrEvents', {
- 'rulesChanged': 'nca-model-validation-rules-changed'
+ 'rulesChanged': 'valdr-rules-changed'
});
\ No newline at end of fil... | refactor(core): rename validation rules changed event | netceteragroup_valdr | train | js,js |
81848349b41bd7f26200569c147c3a3f7a32889f | diff --git a/gridsome/lib/server/middlewares/graphql.js b/gridsome/lib/server/middlewares/graphql.js
index <HASH>..<HASH> 100644
--- a/gridsome/lib/server/middlewares/graphql.js
+++ b/gridsome/lib/server/middlewares/graphql.js
@@ -14,18 +14,13 @@ module.exports = ({ store }) => {
return res.sendStatus(200)
... | fix(graphql): allow requests without variables (#<I>) | gridsome_gridsome | train | js |
a80fee3343f12028079ae831a04b9583ba09c695 | diff --git a/api.go b/api.go
index <HASH>..<HASH> 100644
--- a/api.go
+++ b/api.go
@@ -384,13 +384,11 @@ func (c *Client) HealthCheck(hcDuration time.Duration) (context.CancelFunc, erro
gctx, gcancel := context.WithTimeout(context.Background(), 3*time.Second)
_, err := c.getBucketLocation(gctx, probeBucketN... | fix: remote target is permanently marked offline by mistake (#<I>) | minio_minio-go | train | go |
32ae99b5d7ffbd148cb3268c5048c76720190c54 | diff --git a/src/utils/utils.js b/src/utils/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils/utils.js
+++ b/src/utils/utils.js
@@ -95,9 +95,15 @@ function isObject(o) {
function extend(...args) {
const to = Object(args[0]);
const noExtend = ['__proto__', 'constructor', 'prototype'];
+ // eslint-disable-next... | fix(core): don't extend html elements (#<I>)
* fix(core): dont extend html elements | nolimits4web_swiper | train | js |
d2f4880320399aa78f587f23899c4ecdd1ce5dea | diff --git a/src/game/creeps.js b/src/game/creeps.js
index <HASH>..<HASH> 100644
--- a/src/game/creeps.js
+++ b/src/game/creeps.js
@@ -667,8 +667,10 @@ exports.make = function(_runtimeData, _intents, _register, _globals) {
return C.OK;
});
- Creep.prototype.getActiveBodyparts = register.wrapFn(functi... | fix(creep): make Creep.getActiveBodyparts non-configurable | screeps_engine | train | js |
c8ec5c271b64766659b00ea4aa21a0766c13b425 | diff --git a/jobs/github-event/marketplace_purchase/cancelled.js b/jobs/github-event/marketplace_purchase/cancelled.js
index <HASH>..<HASH> 100644
--- a/jobs/github-event/marketplace_purchase/cancelled.js
+++ b/jobs/github-event/marketplace_purchase/cancelled.js
@@ -18,7 +18,7 @@ module.exports = async function ({ mark... | refactor(marketplace-purchase-cancelled): better error log message | greenkeeperio_greenkeeper | train | js |
19b6c1e50878ecd9d951f4213c3c5fb0f7aae100 | diff --git a/lib/request.js b/lib/request.js
index <HASH>..<HASH> 100644
--- a/lib/request.js
+++ b/lib/request.js
@@ -98,6 +98,10 @@ function callRawBody(res) {
return res.rawBody();
}
+function callStream(res) {
+ return res.stream();
+}
+
function parseErrorBody(rawBody) {
var source = rawBody.toString();... | feat: support `fetch().stream().then()`
just like `.json()`, etc. | groupon_gofer | train | js |
bf9d58fb50ebf9ea281278d76a3684e81fa39a4b | diff --git a/src/directives/mwlCalendar.js b/src/directives/mwlCalendar.js
index <HASH>..<HASH> 100644
--- a/src/directives/mwlCalendar.js
+++ b/src/directives/mwlCalendar.js
@@ -40,12 +40,12 @@ angular
}
if (!angular.isDate(event.startsAt)) {
- $log.warn('Bootstrap calendar: ', 'Event startsAt s... | fix(warnings): add example of how to fix date type warnings | mattlewis92_angular-bootstrap-calendar | train | js |
94638d31147c9c04113740e6f9848f03fe129ddf | diff --git a/engine/watcher.go b/engine/watcher.go
index <HASH>..<HASH> 100644
--- a/engine/watcher.go
+++ b/engine/watcher.go
@@ -105,12 +105,8 @@ func (self *JobWatcher) AddJobWatch(watch *job.JobWatch) bool {
// Check if this job was schedule somewhere already
if state := self.registry.GetJobState(j); state ... | fix(JobWatcher): Fix nil-pointer reference | coreos_fleet | train | go |
bfde1dd8f2d7785dd2974c5310fac45634637855 | diff --git a/src/client/voice/dispatcher/StreamDispatcher.js b/src/client/voice/dispatcher/StreamDispatcher.js
index <HASH>..<HASH> 100644
--- a/src/client/voice/dispatcher/StreamDispatcher.js
+++ b/src/client/voice/dispatcher/StreamDispatcher.js
@@ -121,8 +121,11 @@ class StreamDispatcher extends Writable {
* Paus... | fix: StreamDispatcher doesn't emit finish if ended while paused (#<I>) | discordjs_discord.js | train | js |
5577caeacf17cdabdbeeb0e75114bd9818160b3d | diff --git a/src/Row/index.js b/src/Row/index.js
index <HASH>..<HASH> 100644
--- a/src/Row/index.js
+++ b/src/Row/index.js
@@ -11,7 +11,7 @@ export const defaultProps = {
tag: 'div',
theme: {
'$grid-gutter-width': '30px',
- '$enable-grid-classes': false,
+ '$enable-grid-classes': true,
},
};
expor... | fix(Row): Row was having wrong defaultProps
$enable-grid-classes should be true
fix #<I> | bootstrap-styled_v4 | train | js |
e0b4dff6bc76ad7f3021e579cfa23477752140ff | diff --git a/app/controllers/devise_token_auth/concerns/set_user_by_token.rb b/app/controllers/devise_token_auth/concerns/set_user_by_token.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/devise_token_auth/concerns/set_user_by_token.rb
+++ b/app/controllers/devise_token_auth/concerns/set_user_by_token.rb
@@ -56,7 ... | fix(before_filter): revert change to sign_in bypass to last stable | lynndylanhurley_devise_token_auth | train | rb |
483bf1d3e09e4e1471c756936f792fa94a8d4d3f | diff --git a/src/directives/ccThumbnailBar/ccThumbnailBar.js b/src/directives/ccThumbnailBar/ccThumbnailBar.js
index <HASH>..<HASH> 100644
--- a/src/directives/ccThumbnailBar/ccThumbnailBar.js
+++ b/src/directives/ccThumbnailBar/ccThumbnailBar.js
@@ -13,12 +13,12 @@ angular.module('sdk.directives.ccThumbnailBar')
... | refactor(cc-thumbnail-bar): use link instead of controller
and rename imageUrl (back) to image, since it takes an object now | sofa_angular-sofa-template-code | train | js |
67416fa3147ab55a09573ce2e148751254b13509 | diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/db/sql/DbSqlSessionFactory.java b/engine/src/main/java/org/camunda/bpm/engine/impl/db/sql/DbSqlSessionFactory.java
index <HASH>..<HASH> 100644
--- a/engine/src/main/java/org/camunda/bpm/engine/impl/db/sql/DbSqlSessionFactory.java
+++ b/engine/src/main/java/o... | fix(Auth): add cast to int for DB2 query
Related to: #CAM-<I> | camunda_camunda-bpm-platform | train | java |
2c5b7e2f9932dee292f5f5caa838bc4fb2b32929 | diff --git a/lib/toPgn.js b/lib/toPgn.js
index <HASH>..<HASH> 100644
--- a/lib/toPgn.js
+++ b/lib/toPgn.js
@@ -177,8 +177,8 @@ function writeField(bs, field, value) {
} else {
bs.writeUint32(value)
}
- } else if (field.BitLength === 48 ) {
- var count = 6;
+ } else if (fiel... | fix: support for <I> bit fields | canboat_canboatjs | train | js |
f24c08473625774ab81795256fc1f611a632a53b | diff --git a/lib/change_stream.js b/lib/change_stream.js
index <HASH>..<HASH> 100644
--- a/lib/change_stream.js
+++ b/lib/change_stream.js
@@ -405,7 +405,11 @@ function processNewChange(args) {
// attempt recreating the cursor
if (eventEmitter) {
waitForTopologyConnected(topology, { readPreferenc... | fix(change_stream): emit 'close' event if reconnecting failed | mongodb_node-mongodb-native | train | js |
3c02164bdb04c2e0b9f3927f20cec453e67e6833 | diff --git a/src/container.js b/src/container.js
index <HASH>..<HASH> 100644
--- a/src/container.js
+++ b/src/container.js
@@ -35,6 +35,15 @@ export class Container {
this.root = this;
}
+ /**
+ * Makes this container instance globally reachable through Container.instance.
+ *
+ * @method makeGlobal
+ */... | feat(container): turn a container instance into a globally reachable singleton instance | aurelia_dependency-injection | train | js |
09bd5a3b52f29dfe530192099d2c405f204ec3ad | diff --git a/src/components/select/select.js b/src/components/select/select.js
index <HASH>..<HASH> 100755
--- a/src/components/select/select.js
+++ b/src/components/select/select.js
@@ -184,6 +184,12 @@ function SelectDirective($mdSelect, $mdUtil, $mdTheming, $mdAria, $compile, $par
}
}
+ if (fo... | fix(select): multiple no longer sets form to $dirty
closes #<I> | angular_material | train | js |
a7b65fa5d9b3468b261de6879b640f7a4154b89a | diff --git a/packages/xod-fs/src/find.js b/packages/xod-fs/src/find.js
index <HASH>..<HASH> 100644
--- a/packages/xod-fs/src/find.js
+++ b/packages/xod-fs/src/find.js
@@ -13,11 +13,11 @@ function getParentDirectories(path$) {
return loop(parentPath, parentDirectories);
}
- return loop(path.resolve(__dirname,... | feat(xod-cli): as a pro-xoder, I want to `xodc install some/libname` so that I can utilize 3rd-party work
Bug: the workspace should be searched from cwd
Closes #<I>. | xodio_xod | train | js |
b5438cfb7cbed4e063f88b2ac678e8d9c61b8008 | diff --git a/renku/ui/service/controllers/api/mixins.py b/renku/ui/service/controllers/api/mixins.py
index <HASH>..<HASH> 100644
--- a/renku/ui/service/controllers/api/mixins.py
+++ b/renku/ui/service/controllers/api/mixins.py
@@ -277,8 +277,6 @@ class RenkuOperationMixin(metaclass=ABCMeta):
ex... | fix(service): remove additional exception (#<I>) | SwissDataScienceCenter_renku-python | train | py |
d09a3b857b6d15cedaf7a3dc538a33b997b1b53d | diff --git a/sessions.js b/sessions.js
index <HASH>..<HASH> 100644
--- a/sessions.js
+++ b/sessions.js
@@ -141,6 +141,13 @@ class ServerSessionPool {
this.sessions = [];
}
+ endAllPooledSessions() {
+ if (this.sessions.length) {
+ this.topology.endSessions(this.sessions.map(session => session.id));
+... | feat(sessions): adding endAllPooledSessions helper method | mongodb_node-mongodb-native | train | js |
9ae95010f835b2322ac9155cd2ad1171835d99c0 | diff --git a/src/components/gridList/grid-list.js b/src/components/gridList/grid-list.js
index <HASH>..<HASH> 100644
--- a/src/components/gridList/grid-list.js
+++ b/src/components/gridList/grid-list.js
@@ -724,7 +724,7 @@ function GridTileDirective($mdMedia) {
scope.$on('$destroy', function() {
// Mark the... | fix(gridList): Animation reflow fix.
Now correctly decorates the element with the destroyed flag.
Closes #<I>. Closes #<I>. | angular_material | train | js |
7d8eda97df99e2a6c7f3e53889a5ea6fbdad3c94 | diff --git a/test/playbacks/html5_video_spec.js b/test/playbacks/html5_video_spec.js
index <HASH>..<HASH> 100644
--- a/test/playbacks/html5_video_spec.js
+++ b/test/playbacks/html5_video_spec.js
@@ -10,14 +10,14 @@ describe('HTML5Video playback', () => {
})
it('checks if it can play a resource with mime-type', ... | test: uses a common used codec | clappr_clappr | train | js |
a32567740454f2b3c6d8facbe482508d2367a127 | diff --git a/public/js/editors/addons.js b/public/js/editors/addons.js
index <HASH>..<HASH> 100644
--- a/public/js/editors/addons.js
+++ b/public/js/editors/addons.js
@@ -370,7 +370,7 @@
delay: 800
});
}
- if (opt.console) {
+ if (opt.console && cm.consolelint) {
$document.trigger('siz... | fix: disable head console linter for a mo | jsbin_jsbin | train | js |
026753bce4c05e9abb5cd6f59073aedc50529ce8 | diff --git a/lnd_test.go b/lnd_test.go
index <HASH>..<HASH> 100644
--- a/lnd_test.go
+++ b/lnd_test.go
@@ -571,9 +571,16 @@ func testSingleHopInvoice(net *networkHarness, t *harnessTest) {
if err := sendStream.Send(sendReq); err != nil {
t.Fatalf("unable to send payment: %v", err)
}
- if _, err := sendStream.Rec... | test: add assertion within integration tests for proper preimage after send
In this commit we modify the testSingleHopInvoice test to ensure that
we obtain the proper preimage from the SendPayment RPC upon successful
payment completion. | lightningnetwork_lnd | train | go |
96e2604b302513470755ca14ef334a5f4b5238a4 | diff --git a/spec/features/write_pact_file_spec.rb b/spec/features/write_pact_file_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/features/write_pact_file_spec.rb
+++ b/spec/features/write_pact_file_spec.rb
@@ -69,6 +69,9 @@ describe Pact::Consumer::MockService do
expect(pact_json['interactions']).to_not include... | test: add expectations to make sure metadata: nil isn't stored in the pact (#<I>) | pact-foundation_pact-mock_service | train | rb |
38c33a105f1ef0f1db4e3dd5e44f709494fc66d1 | diff --git a/packages/aws-lenses/src/sqs.js b/packages/aws-lenses/src/sqs.js
index <HASH>..<HASH> 100644
--- a/packages/aws-lenses/src/sqs.js
+++ b/packages/aws-lenses/src/sqs.js
@@ -1,6 +1,8 @@
import { lensProp, compose, lens, path, assoc, toString, identity } from 'ramda';
+import { json } from './common';
expor... | feat(aws-lenses): add bodyJson for SQS
affects: @goldwasserexchange/aws-lenses | goldwasserexchange_public | train | js |
9fdf0813f15b2af322ca0a2942526b9dc609205f | diff --git a/models/classes/StatisticalMetadata/Import/Builder/ReportBuilder.php b/models/classes/StatisticalMetadata/Import/Builder/ReportBuilder.php
index <HASH>..<HASH> 100644
--- a/models/classes/StatisticalMetadata/Import/Builder/ReportBuilder.php
+++ b/models/classes/StatisticalMetadata/Import/Builder/ReportBuild... | refactor: use empty array instead of initializing a class instance | oat-sa_tao-core | train | php |
e3373150775695ce256fbad96bd4e129f7b35f8f | diff --git a/cloudvolume/cloudvolume.py b/cloudvolume/cloudvolume.py
index <HASH>..<HASH> 100644
--- a/cloudvolume/cloudvolume.py
+++ b/cloudvolume/cloudvolume.py
@@ -183,7 +183,7 @@ class CloudVolume(object):
if use_https:
cloudpath = to_https_protocol(cloudpath)
- kwargs = locals()
+ kwargs = dict... | fix: actually del cls (#<I>) | seung-lab_cloud-volume | train | py |
94ccbdc58f1d4a574ba78a1c3562fdb4b5f537ff | diff --git a/libs/BaseKonnector.js b/libs/BaseKonnector.js
index <HASH>..<HASH> 100644
--- a/libs/BaseKonnector.js
+++ b/libs/BaseKonnector.js
@@ -51,7 +51,7 @@ class baseKonnector {
return this.init()
.then(requiredFields => this.fetch(requiredFields))
.then(this.end)
- .catch(this.fail)
+ .catch(... | fix: BaseKonnector.fail was not binded | konnectors_libs | train | js |
78815b3c91a6ad6c1993d05378e4d0501b8f84e0 | diff --git a/ipyvolume/pylab.py b/ipyvolume/pylab.py
index <HASH>..<HASH> 100644
--- a/ipyvolume/pylab.py
+++ b/ipyvolume/pylab.py
@@ -753,11 +753,8 @@ def _screenshot_data(timeout_seconds=10, output_widget=None, format="png", width
from . import headless
import tempfile
tempdir = tempfile.mk... | fix: was using a fixed path for tempdir (mentioned in #<I>) | maartenbreddels_ipyvolume | train | py |
acd3bbad2c245bd3f7da7e971920ca922e435c46 | diff --git a/routing.go b/routing.go
index <HASH>..<HASH> 100644
--- a/routing.go
+++ b/routing.go
@@ -474,8 +474,6 @@ func (dht *IpfsDHT) Provide(ctx context.Context, key cid.Cid, brdcst bool) (err
exceededDeadline = true
case nil:
default:
- }
- if err != nil {
return err
} | fix: actually ignore deadline exceeded errors in Provide (#<I>) | libp2p_go-libp2p-kad-dht | train | go |
ef0b605e86724bb8a41da5b3867c5fab858d94b0 | diff --git a/src/tags-input.js b/src/tags-input.js
index <HASH>..<HASH> 100644
--- a/src/tags-input.js
+++ b/src/tags-input.js
@@ -24,7 +24,7 @@
* than maxTags.
* @param {boolean=} [allowLeftoverText=false] Sets leftoverText validation error key if there is any leftover text in
* the input element when the ... | docs(tagsInput): Mark removeTagSymbol option as obsolete [skip ci] | mbenford_ngTagsInput | train | js |
04c299a05368c981553c89b61a172970f062383a | diff --git a/src/core/validator.js b/src/core/validator.js
index <HASH>..<HASH> 100644
--- a/src/core/validator.js
+++ b/src/core/validator.js
@@ -300,7 +300,9 @@ export default class Validator {
if (validator.getMessage) {
Dictionary.getDriver().merge({
[Validator.locale]: {
- [name]: val... | fix: merging messages with extend() | baianat_vee-validate | train | js |
4aec25a80e3803238cf658c416c8e6d3975a30f6 | diff --git a/airflow/sensors/smart_sensor.py b/airflow/sensors/smart_sensor.py
index <HASH>..<HASH> 100644
--- a/airflow/sensors/smart_sensor.py
+++ b/airflow/sensors/smart_sensor.py
@@ -446,6 +446,7 @@ class SmartSensorOperator(BaseOperator, SkipMixin):
TI = TaskInstance
count_marked = 0
+ q... | fix(smart_sensor): Unbound variable errors (#<I>) | apache_airflow | train | py |
4b32557bfdc0b778af9e3283856ab8cb61239675 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -54,23 +54,25 @@ except (IOError, ImportError):
custom_cmd_class = versioneer.get_cmdclass()
+
if os.name != 'nt':
from distutils.command.build import build
- from setuptools.command.install import install
+ f... | fix: add CustomBdistWheel cmdclass to fix problems with bdist_wheel installations | biosustain_swiglpk | train | py |
9be9717d49ded73de4c9287b195c2fdbe385623b | diff --git a/session.go b/session.go
index <HASH>..<HASH> 100644
--- a/session.go
+++ b/session.go
@@ -14,8 +14,12 @@ import (
// Session is the interface used by users to interact with the database.
//
-// It extends the Node interface by adding a convinient query builder and
-// automatically sets a default consi... | docs: document typical usage of a session object | gocql_gocql | train | go |
888a3ade91254f8096c85a03e11fee99ef0125d3 | diff --git a/ipam/allocator_test.go b/ipam/allocator_test.go
index <HASH>..<HASH> 100644
--- a/ipam/allocator_test.go
+++ b/ipam/allocator_test.go
@@ -1141,19 +1141,21 @@ func benchMarkRequest(subnet string, b *testing.B) {
}
}
-func BenchmarkRequest_24(b *testing.B) {
- a, _ := getAllocator(true)
- benchmarkReque... | test: update tests to use sub-benchmarks
Go <I> added the subtest feature which can make table-driven tests much easier to run and debug. Some tests are not using this feature. | docker_libnetwork | train | go |
1976d5d8c992f2132fbdd22b5ec4da87ea5af55a | diff --git a/packages/with-without/js/with-without.js b/packages/with-without/js/with-without.js
index <HASH>..<HASH> 100644
--- a/packages/with-without/js/with-without.js
+++ b/packages/with-without/js/with-without.js
@@ -112,7 +112,7 @@ const fireInitialAnimations = (toggleInputs, checkedValue, wwoSwiper) => {
c... | fix: update intersection observer logic to kick off the animations when the With/Without UI is <I>% (or more) visible on the screen | bolt-design-system_bolt | train | js |
f11116754dd08b2a6cd0c8ebbfb3781b4a0ba064 | diff --git a/lib/boot/load/tymly-loader/path-exploder.js b/lib/boot/load/tymly-loader/path-exploder.js
index <HASH>..<HASH> 100644
--- a/lib/boot/load/tymly-loader/path-exploder.js
+++ b/lib/boot/load/tymly-loader/path-exploder.js
@@ -38,19 +38,12 @@ module.exports = function pathExploder (sourcePaths, options) {
... | fix: Tweak path-exploder so that it always strips /index.js from provided paths
Previously only did it for when modules=true or if a suffix was provided. There's no reason not to
do it all the time, and it means we can do things like require.resolve('@wmfs/blueprint') and have
it work. | wmfs_tymly-core | train | js |
933715281b45324cfc610cf997e14a930b6438cc | diff --git a/test/restify-mongoose.js b/test/restify-mongoose.js
index <HASH>..<HASH> 100644
--- a/test/restify-mongoose.js
+++ b/test/restify-mongoose.js
@@ -12,7 +12,7 @@ const dropMongodbCollections = require('drop-mongodb-collections');
const MONGO_URI = 'mongodb://localhost:27017/restify-mongoose-tests';
descr... | chore: update timeout to <I>sec to avoid timeouts in travis | saintedlama_restify-mongoose | train | js |
db6cea52258e72eed19dc5ac37ba3b3fe7fd5672 | diff --git a/client/scripts/index.js b/client/scripts/index.js
index <HASH>..<HASH> 100755
--- a/client/scripts/index.js
+++ b/client/scripts/index.js
@@ -194,7 +194,7 @@ var Body = React.createClass({
});
-var bodyRef = React.renderComponent(
+var bodyComponent = React.render(
<Body initialGeoJson={require("./... | chore(client): upgrade React.render and rename variable | tomchentw_react-google-maps | train | js |
c45b75623771807d77151b2e5a1bae6470492a08 | diff --git a/e2e/challenges_test.go b/e2e/challenges_test.go
index <HASH>..<HASH> 100644
--- a/e2e/challenges_test.go
+++ b/e2e/challenges_test.go
@@ -263,8 +263,8 @@ func TestChallengeHTTP_Client_Registration_QueryRegistration(t *testing.T) {
require.NotNil(t, resource)
assert.Equal(t, "valid", resource.Body.Sta... | fix: flaky tests (#<I>) | go-acme_lego | train | go |
28b1d05f247a05437dbcbcd1ea900014080ab330 | diff --git a/ui/src/components/uploader/uploader-core.js b/ui/src/components/uploader/uploader-core.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/uploader/uploader-core.js
+++ b/ui/src/components/uploader/uploader-core.js
@@ -265,7 +265,10 @@ export function getRenderer (getPlugin) {
const localFiles = pr... | fix(QUploader): check existence of fileInput before resetting (#<I>) | quasarframework_quasar | train | js |
fc7205d65949f3972c67ce1e4ea485477645866d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -75,7 +75,7 @@ async function run(context, plugins) {
throw error;
}
} catch (error) {
- logger.error(`The command "${error.cmd}" failed with the error message ${error.stderr}.`);
+ logger.error(`The comma... | fix: correctly display command that errored out in logs | semantic-release_semantic-release | train | js |
f0d660c5998d60a2261124566949fdb6f5d83fb4 | diff --git a/src/packages/loader/builder/utils/create-children-builder.js b/src/packages/loader/builder/utils/create-children-builder.js
index <HASH>..<HASH> 100644
--- a/src/packages/loader/builder/utils/create-children-builder.js
+++ b/src/packages/loader/builder/utils/create-children-builder.js
@@ -8,10 +8,11 @@ exp... | fix: application keys being overwritten (#<I>) | postlight_lux | train | js |
4aea451f5cfa314756018ed11ea4f0b1aab9aa23 | diff --git a/chuda/utils.py b/chuda/utils.py
index <HASH>..<HASH> 100644
--- a/chuda/utils.py
+++ b/chuda/utils.py
@@ -19,7 +19,8 @@ default_logger_config = {
"console": {
"class": "logging.StreamHandler",
"formatter": "default",
- "level": "INFO"
+ "level": "INF... | fix(logging): should log to stdout by default | Varkal_chuda | train | py |
d32bd9bd4a67412f240484a76a71df51ce0ba0bd | diff --git a/neurom/view/tests/test_view.py b/neurom/view/tests/test_view.py
index <HASH>..<HASH> 100644
--- a/neurom/view/tests/test_view.py
+++ b/neurom/view/tests/test_view.py
@@ -69,11 +69,7 @@ def test_tree():
def test_soma():
fig, ax = view.soma(soma0)
- nt.ok_(np.allclose(ax.get_xlim(), (0.0, 0.12)) )... | fix: don't check limits for view.soma
view.soma does not set the limits, making this completely dependent on
matplotlib settings.
Fixes #<I>. | BlueBrain_NeuroM | train | py |
e63f5e5491247f69dc26a17a424d7dd81fc4528a | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,3 +1,4 @@
+var pkg = reuire('../package.json')
var api = require('./api.js')
var parser = require('posthtml-parser')
@@ -24,8 +25,8 @@ function PostHTML (plugins) {
* @prop plugins
* @prop options
... | refactor(index): get name and version from package | posthtml_posthtml | train | js |
ec234a49f2d76f2b3c95373fc7f56b7c5ead4a78 | diff --git a/lib/pact/consumer/server.rb b/lib/pact/consumer/server.rb
index <HASH>..<HASH> 100644
--- a/lib/pact/consumer/server.rb
+++ b/lib/pact/consumer/server.rb
@@ -83,7 +83,7 @@ module Pact
end
def webrick_opts
- opts = { Port: port.nil? ? 0 : port, AccessLog: [], Logger: WEBrick::Log::new(nil, ... | feat: pass host into WEBrick options to allow configuration (#<I>) | pact-foundation_pact-mock_service | train | rb |
8e73ff9aaf0f42b148a57486cfc91c22966433a2 | diff --git a/app/actions.js b/app/actions.js
index <HASH>..<HASH> 100644
--- a/app/actions.js
+++ b/app/actions.js
@@ -1,19 +1,19 @@
-export const MOVE_NODE = 'MOVE_NODE';
-export const ADD_NODE = 'ADD_NODE';
-export const DELETE_NODE = 'DELETE_NODE';
+export const NODE_MOVE = 'NODE_MOVE';
+export const NODE_ADD = 'NOD... | style(actions): rename actions ACTION_ENTITY -> ENTITY_ACTION | xodio_xod | train | js |
21eb209e5af0c6eb1faaa937aaa5f6ed087d2ae1 | diff --git a/niworkflows/anat/ants.py b/niworkflows/anat/ants.py
index <HASH>..<HASH> 100644
--- a/niworkflows/anat/ants.py
+++ b/niworkflows/anat/ants.py
@@ -364,12 +364,11 @@ def init_brain_extraction_wf(name='brain_extraction_wf',
(get_brainmask, atropos_wf, [
('output_image', 'inputnod... | fix(workflow): improve connections | poldracklab_niworkflows | train | py |
9b56aab1a6de2f65675aa2b220565093718f8125 | diff --git a/tasks/complexity.js b/tasks/complexity.js
index <HASH>..<HASH> 100644
--- a/tasks/complexity.js
+++ b/tasks/complexity.js
@@ -147,7 +147,7 @@ module.exports = function(grunt) {
grunt.registerMultiTask('complexity', 'Determines complexity of code.', function() {
var files = this.filesSrc || grunt.fil... | style: fix mixed tabs and spaces in complexity task | vigetlabs_grunt-complexity | train | js |
ba1412329968fcae8ef52404fd8b27aee0707397 | diff --git a/source/rafcon/gui/mygaphas/view.py b/source/rafcon/gui/mygaphas/view.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/mygaphas/view.py
+++ b/source/rafcon/gui/mygaphas/view.py
@@ -312,6 +312,8 @@ class ExtendedGtkView(GtkView, Observer):
new_widget_pos = self.translate_coordinates(window... | feat(view): Use View's matrix for viewport changes
Instead of using scrollbar changes, the View's matrix is used to keep
the state machine position fixed when changing the left sidebar. | DLR-RM_RAFCON | train | py |
f111d87684923bc35d4dc613f198b9f87e0a3ed2 | diff --git a/app/modules/product/ProductController.js b/app/modules/product/ProductController.js
index <HASH>..<HASH> 100644
--- a/app/modules/product/ProductController.js
+++ b/app/modules/product/ProductController.js
@@ -17,7 +17,6 @@ angular
//the scope price will be updated when variants change
... | fix(Product): removed dead code | sofa_sofa-couch-service | train | js |
2db6e146901e322b5079e0d5e71601d702d03aba | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -188,7 +188,8 @@ class CrawlKit {
const workerError = d(`${workerLogPrefix}:error`);
const workerTimer = new NanoTimer();
- workerInfo('Started on %s - %s task(s) ... | feat: provide status to crawlkit:info | crawlkit_crawlkit | train | js |
e09d991a1970ffd4a286382322091ffc64d40add | diff --git a/test/k8sT/external_ips.go b/test/k8sT/external_ips.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/external_ips.go
+++ b/test/k8sT/external_ips.go
@@ -34,7 +34,12 @@ const (
namespaceTest = "external-ips-test"
)
-var _ = Describe("K8sKubeProxyFreeMatrix tests", func() {
+func skipSuite(name string, t f... | test: Disable K8sKubeProxyFreeMatrix
The suite does not provide much value because of the following reasons:
- It does not test the kube-proxy replacement from outside, so only
bpf_sock is tested.
- K8sServicesTest should provide the same coverage.
- It takes <I>min to run the suite. | cilium_cilium | train | go |
08e6a13519a82511ac8049dd8e9175117ac25884 | diff --git a/django_common/compat.py b/django_common/compat.py
index <HASH>..<HASH> 100644
--- a/django_common/compat.py
+++ b/django_common/compat.py
@@ -22,7 +22,7 @@ else:
force_unicode = lambda x: x
-if VERSION[1] >= 8:
+if (VERSION[0] == 1 and VERSION[1] >= 8) or VERSION[0] > 1:
from django.contrib.a... | fix: Django 2.x compatibility | Tivix_django-common | train | py |
9b5dbf67ad31b9dfa25661ad3f214a3a286d99ec | diff --git a/ui/js/device.js b/ui/js/device.js
index <HASH>..<HASH> 100644
--- a/ui/js/device.js
+++ b/ui/js/device.js
@@ -312,7 +312,7 @@ RED.nodes.registerType('ha-device', {
const options = devices
.map((d) => {
- return { id: d.id, name: d.name };
+ ... | refactor(devices): Use name_by_user if it exists | zachowj_node-red-contrib-home-assistant-websocket | train | js |
f22d6d8a5c00ee905aac7cd408640e954344352e | diff --git a/src/exchange/account/accountTypes.service.js b/src/exchange/account/accountTypes.service.js
index <HASH>..<HASH> 100644
--- a/src/exchange/account/accountTypes.service.js
+++ b/src/exchange/account/accountTypes.service.js
@@ -13,8 +13,8 @@ angular
};
this.CAN_DO = {
- ... | fix: added Basic and Enterprise accounts for Private <I> | ovh-ux_ovh-module-exchange | train | js |
2947874bd01b0c6d84969c1b6b0f1e9dc56d44d3 | diff --git a/test/utils.js b/test/utils.js
index <HASH>..<HASH> 100644
--- a/test/utils.js
+++ b/test/utils.js
@@ -76,6 +76,11 @@ describe('utils', function() {
});
});
+ describe('joinPath(filepath)', function() {
+ it.skip('should join filepaths', function() {
+ })
+ });
+
describe(... | test: add joinPath placeholder. | archiverjs_archiver-utils | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.