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 |
|---|---|---|---|---|---|
2b1d784cee3a9493b9ebb54eae0661f537a77bf5 | diff --git a/registry/event.go b/registry/event.go
index <HASH>..<HASH> 100644
--- a/registry/event.go
+++ b/registry/event.go
@@ -20,7 +20,7 @@ func NewEventStream(client *etcd.Client) *EventStream {
return &EventStream{client, make(chan bool)}
}
-func (self *EventStream) Stream(eventChannel chan *event.Event) {
... | refactor(registry): s/eventChannel/eventchan/g | coreos_fleet | train | go |
a4c93920830051ee67bebd0be815f8aa4c2ba234 | diff --git a/scripts/serverless.js b/scripts/serverless.js
index <HASH>..<HASH> 100755
--- a/scripts/serverless.js
+++ b/scripts/serverless.js
@@ -604,7 +604,7 @@ processSpanPromise = (async () => {
serverless
),
});
- resolverConfiguration.fulfilledSources.add('cf').add(... | refactor(Variables): Ensure to mark `aws` as fulfilled source | serverless_serverless | train | js |
9683265d8137d2e0f0a40fc6920ca61047263e7a | diff --git a/lib/workers/global/index.js b/lib/workers/global/index.js
index <HASH>..<HASH> 100644
--- a/lib/workers/global/index.js
+++ b/lib/workers/global/index.js
@@ -18,6 +18,7 @@ module.exports = {
async function start() {
initLogger();
try {
+ cache.init(os.tmpdir());
let config = await configPars... | fix(config): init cache early (#<I>)
This allows for presets to be used from `config.js`. If no presets are enabled, then the directory isn't created | renovatebot_renovate | train | js |
90803c774adf40a14d23964d599a87681d9d6f2f | diff --git a/tools/webpack.config.js b/tools/webpack.config.js
index <HASH>..<HASH> 100644
--- a/tools/webpack.config.js
+++ b/tools/webpack.config.js
@@ -7,7 +7,7 @@ module.exports = {
output: {
path: `${env.APP_ROOT}/static/`,
filename: '[name].[hash].js',
- publicPath: '/-/static',
+ publicPath: '... | fix: allowing to allow replace static enpoint in case of reverse proxy | verdaccio_verdaccio | train | js |
0192fb3388e0bb42dedcee89e5a4f9e8c03904bb | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -35,7 +35,7 @@ function PipeStream(options) {
this._pipeError = (options && options.pipeError) !== false;
this._options = util._extend({
objectMode: true,
- highWaterMark: 1
+ highWaterMark: 0
... | refactor: set highWaterMark = 0 by default | avwo_pipestream | train | js,js |
90b93facb4e85b15a6d69c59147355d69e727c7e | diff --git a/ladybug/legend.py b/ladybug/legend.py
index <HASH>..<HASH> 100644
--- a/ladybug/legend.py
+++ b/ladybug/legend.py
@@ -317,10 +317,15 @@ class Legend(object):
_l_par = self.legend_parameters
if _l_par.vertical:
offset = 0.5 if self.legend_parameters.continuous_legend else 0.25... | feat(legend): Ensure legend can handle multi-line titles | ladybug-tools_ladybug | train | py |
b3d9c186016e4e6c7bc5a4efc534f8cf8f31e9b1 | diff --git a/examples/forms.story.js b/examples/forms.story.js
index <HASH>..<HASH> 100644
--- a/examples/forms.story.js
+++ b/examples/forms.story.js
@@ -211,6 +211,7 @@ class ProductForm extends React.Component {
unsupportedHighPrecision: PropTypes.bool,
}),
}).isRequired,
+ dirty: Pro... | feat(ui-kit): initially disable submissin in forms example | commercetools_ui-kit | train | js |
f857d5b5318a96423514c60b73b87caf85a5d1aa | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -96,13 +96,14 @@ var ControllerRouter = module.exports = Object.defineProperties(function (routes
Object.defineProperties(ControllerRouter.prototype, assign({
_resolveResult: d(function (result) {
+ var routeResult = res... | feat: ensure result is of requested promise implementation type | medikoo_controller-router | train | js |
b38fd14041e5e61618ea63975997d15704dac8f3 | diff --git a/workflow/executor/resource.go b/workflow/executor/resource.go
index <HASH>..<HASH> 100644
--- a/workflow/executor/resource.go
+++ b/workflow/executor/resource.go
@@ -206,7 +206,7 @@ func (we *WorkflowExecutor) WaitResource(ctx context.Context, resourceNamespace,
log.Infof("Returning from successful wa... | fix(executor): Check whether any errors within checkResourceState() are transient. Fixes #<I>. (#<I>) | argoproj_argo | train | go |
2d3ffa8e16cc1972fd1ef2200d9535ca6ea357ab | diff --git a/src/main.js b/src/main.js
index <HASH>..<HASH> 100644
--- a/src/main.js
+++ b/src/main.js
@@ -15,7 +15,7 @@ const cli = meow(
' $ hercule [<input> ...]',
'',
'Options:',
- ' --stdin, - Specifies input to be read from stdin.',
+ ' --stdin Specifies ... | fix(cli): Remove mention of - as a shorthand for --stdin
It doesn't actually work. | jamesramsay_hercule | train | js |
bd20de6c04e72c624ec3de201a5aa2952f3133f9 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -19,6 +19,7 @@
import sys
import inspect
import os.path
+import re
from matplotlib import use
use('agg')
@@ -153,6 +154,16 @@ numpydoc_show_class_members = False
# auto-insert plot directive in examples... | docs: added support for auto-plotting
requires numpydoc >= <I> | gwpy_gwpy | train | py |
d1588f4a5394c61a2265a3fd0d1e623432a42c44 | diff --git a/lib/create-contentful-api.js b/lib/create-contentful-api.js
index <HASH>..<HASH> 100644
--- a/lib/create-contentful-api.js
+++ b/lib/create-contentful-api.js
@@ -215,7 +215,7 @@ export default function createContentfulApi ({ http, getGlobalOptions }) {
* })
*
* const response = await client.get... | docs(api-methods): fix example of getEntries
Fix the example code for getEntries to prevent syntax error | contentful_contentful.js | train | js |
1aec168c8480b09e9428218374f86bdd2cfa1636 | diff --git a/cmd/gateway/azure/gateway-azure.go b/cmd/gateway/azure/gateway-azure.go
index <HASH>..<HASH> 100644
--- a/cmd/gateway/azure/gateway-azure.go
+++ b/cmd/gateway/azure/gateway-azure.go
@@ -559,7 +559,8 @@ func (a *azureObjects) StorageInfo(ctx context.Context, _ bool) (si minio.Storag
// MakeBucketWithLoca... | fix: azure gateway should reject bucket names with "." (#<I>) | minio_minio | train | go |
9572521e3c390e610de8e4dc79e4086b3b1d6e44 | diff --git a/src/managers/GuildMemberRoleManager.js b/src/managers/GuildMemberRoleManager.js
index <HASH>..<HASH> 100644
--- a/src/managers/GuildMemberRoleManager.js
+++ b/src/managers/GuildMemberRoleManager.js
@@ -134,7 +134,7 @@ class GuildMemberRoleManager {
throw new TypeError('INVALID_TYPE', 'roles', 'Arr... | fix(GuildMemberRoleManager): unable to remove roles when passed an array (#<I>) | discordjs_discord.js | train | js |
0cdd215fd8893faab0fd2e6d413527f45823ada2 | diff --git a/src/Noherczeg/Breadcrumb/BreadcrumbServiceProvider.php b/src/Noherczeg/Breadcrumb/BreadcrumbServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Noherczeg/Breadcrumb/BreadcrumbServiceProvider.php
+++ b/src/Noherczeg/Breadcrumb/BreadcrumbServiceProvider.php
@@ -34,7 +34,7 @@ class BreadcrumbServiceProv... | fix: $this cannot be used in closures post <I> | noherczeg_breadcrumb | train | php |
bd52d7f1b1b81f23dfce555bcdcae81827b58029 | diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js
index <HASH>..<HASH> 100644
--- a/lib/platform/github/index.js
+++ b/lib/platform/github/index.js
@@ -105,6 +105,8 @@ async function initRepo(repoName, token, endpoint) {
logger.info({ err, res }, 'Unknown GitHub initRepo error');
throw ... | fix: delete pr list before first get (#<I>)
This shouldn’t be necessary because we already `config = {};` during the init. But somehow `if (!config.prList)` is returning false sometimes. | renovatebot_renovate | train | js |
c8f43f8624302d1a32656a47d34fa80c45907d28 | diff --git a/python/setup.py b/python/setup.py
index <HASH>..<HASH> 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -100,7 +100,7 @@ if platform.system() == 'Darwin':
setup(
name='neuroglancer',
- version='1.0.10',
+ version='1.0.11',
description='Python data backend for neuroglancer, a WebGL-b... | chore(python): bump package version to <I> | google_neuroglancer | train | py |
5a14cafd9cc2fa6fdd10a739175ba41abc6965fd | 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
@@ -13,6 +13,7 @@ var GET_METHOD_RE = /^get$/i;
var DONT_CHECK_PATHS = ['/cgi-bin/server-info', '/cgi-bin/show-host-ip-in-res-headers',
'/cgi-bin... | refactor: don`t check the login status of /cgi-bin/socket/* | avwo_whistle | train | js |
3483f4aaa981f7189aa786769313b8d6b7090155 | diff --git a/test/basic.js b/test/basic.js
index <HASH>..<HASH> 100644
--- a/test/basic.js
+++ b/test/basic.js
@@ -71,13 +71,13 @@ describe('implementations', function () {
assert.ok(Eq.eq(1, 1))
assert.throws(function () {
Eq.eq({}, {})
- }, /no proto impl/i)
+ }, /no proto/i)
})
it('fails... | fix(test): .name is inconsistently available | zkat_protoduck | train | js |
d7c7879435537f5a0cda5dce2a0bfe63404b34e5 | diff --git a/packages/vaex-core/vaex/dataframe.py b/packages/vaex-core/vaex/dataframe.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/dataframe.py
+++ b/packages/vaex-core/vaex/dataframe.py
@@ -4926,12 +4926,13 @@ class DataFrameLocal(DataFrame):
@dataset.setter
def dataset(self, dataset):
+ ... | fix(core): only 'reset' a dataframe when the dataset length changes
Introduced in #<I>, did not trigger a failure because renaming
did not use the dataset API. | vaexio_vaex | train | py |
2e657093d6f79dd466ed85644c3ed060b5845c9c | diff --git a/src/Leevel/Router/Match/Annotation.php b/src/Leevel/Router/Match/Annotation.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Router/Match/Annotation.php
+++ b/src/Leevel/Router/Match/Annotation.php
@@ -98,11 +98,11 @@ class Annotation extends Match implements IMatch
*
* @return array|false
... | refactor(router): optimize code | hunzhiwange_framework | train | php |
47dd469e5384c6d0bef0e83b9786ac62d49f1648 | diff --git a/src/Zephyrus/Database/Core/Database.php b/src/Zephyrus/Database/Core/Database.php
index <HASH>..<HASH> 100644
--- a/src/Zephyrus/Database/Core/Database.php
+++ b/src/Zephyrus/Database/Core/Database.php
@@ -3,7 +3,6 @@
use PDO;
use PDOException;
use Zephyrus\Database\Core\Adapters\DatabaseAdapter;
-use Z... | refactor: keep interrogator instance in Database | dadajuice_zephyrus | train | php |
b83cc3c3d8f97888ee073f2af9d48a125792b8f6 | diff --git a/packages/cozy-konnector-libs/src/libs/BaseKonnector.js b/packages/cozy-konnector-libs/src/libs/BaseKonnector.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/libs/BaseKonnector.js
+++ b/packages/cozy-konnector-libs/src/libs/BaseKonnector.js
@@ -187,7 +187,7 @@ class BaseKonnector {
... | feat(BaseKonnector): make this._account a secret | konnectors_libs | train | js |
145cf21063f27739a93b4de20420b3f440672f24 | diff --git a/Query/Grammars/Grammar.php b/Query/Grammars/Grammar.php
index <HASH>..<HASH> 100755
--- a/Query/Grammars/Grammar.php
+++ b/Query/Grammars/Grammar.php
@@ -249,8 +249,14 @@ class Grammar extends BaseGrammar
protected function whereBasic(Builder $query, $where)
{
$value = $this->parameter($... | feat(database): support operators containing a question mark on where clauses | illuminate_database | train | php |
999be09e82b8ee41c5a1ac938c72baad786b41bc | diff --git a/lib/slsk-client.js b/lib/slsk-client.js
index <HASH>..<HASH> 100644
--- a/lib/slsk-client.js
+++ b/lib/slsk-client.js
@@ -186,6 +186,10 @@ class SlskClient extends EventEmitter {
destroy () {
if (server) server.destroy()
if (listen) listen.destroy()
+
+ Object.keys(peers).forEach(peer => {
... | fix: issue #<I> try to destroy peer connection | f-hj_slsk-client | train | js |
98ff19bc7f4fdc2a1b12c0e5316198174cc1d4a3 | diff --git a/packages/site/src/common/components/example/react2.js b/packages/site/src/common/components/example/react2.js
index <HASH>..<HASH> 100644
--- a/packages/site/src/common/components/example/react2.js
+++ b/packages/site/src/common/components/example/react2.js
@@ -32,7 +32,7 @@ const compileSrc = src =>
cons... | fix(site): horz orientation of new react output | pluralsight_design-system | train | js |
7edff73d517555530233912d018c43e5fdb3296f | diff --git a/intranet/apps/schedule/tests.py b/intranet/apps/schedule/tests.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/schedule/tests.py
+++ b/intranet/apps/schedule/tests.py
@@ -10,7 +10,7 @@ class ScheduleTest(IonTestCase):
def test_day(self):
snow_daytype = DayType.objects.get_or_create(name="N... | fix(schedule): fix broken schedule test
I think one of the fixes in #<I> broke this test, but only because both
the test and the method were broken in the same way | tjcsl_ion | train | py |
f1278be83eab8cf308095d81274e957896af0c57 | diff --git a/simple_elastic/index.py b/simple_elastic/index.py
index <HASH>..<HASH> 100644
--- a/simple_elastic/index.py
+++ b/simple_elastic/index.py
@@ -221,10 +221,11 @@ class ElasticIndex:
bulk_objects.append(bulk_object)
logging.debug(str(bulk_object))
logging.info('Start bulk in... | fix(index): Error count now positive. | UB-UNIBAS_simple-elastic | train | py |
f5517070067e388a7109102e9d7b6b43a52c3757 | diff --git a/src/server/views/dashboard/queueDetails.js b/src/server/views/dashboard/queueDetails.js
index <HASH>..<HASH> 100644
--- a/src/server/views/dashboard/queueDetails.js
+++ b/src/server/views/dashboard/queueDetails.js
@@ -12,7 +12,7 @@ async function handler(req, res) {
queueHost,
});
- let jobC... | refactor(queue-details): consider isPaused only for bull and bullmq | bee-queue_arena | train | js |
fe18fc90f2a3926356fedba26755c3a7e7f15ab3 | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -75,5 +75,13 @@ module.exports = {
'react/display-name': 'off',
},
},
+ {
+ 'files': ['**/tests/**/*'],
+ 'rules': {
+ 'react/react-in-jsx-scope': 'off',
+ 'react... | chore: update eslint rules | ant-design_ant-design-mobile | train | js |
4af05684ef83432f6e51201620d302303163980f | diff --git a/src/AvRadioGroup.js b/src/AvRadioGroup.js
index <HASH>..<HASH> 100644
--- a/src/AvRadioGroup.js
+++ b/src/AvRadioGroup.js
@@ -56,7 +56,7 @@ export default class AvRadioGroup extends Component {
getProps: () => ({
name: this.props.name,
inline: this.props.inline,
- re... | fix(AvRadioGroup): validation -> validations | Availity_availity-reactstrap-validation | train | js |
44eed627df782319c5f12fb44422c43d28f147e8 | diff --git a/src/webui/src/components/Header/index.js b/src/webui/src/components/Header/index.js
index <HASH>..<HASH> 100644
--- a/src/webui/src/components/Header/index.js
+++ b/src/webui/src/components/Header/index.js
@@ -31,9 +31,9 @@ export default class Header extends React.Component {
}
toggleLoginModal() ... | refactor: handles async for set state | verdaccio_verdaccio | train | js |
de1d8bd0ebcc79e119533c6e3b04a46f3baf4a3c | diff --git a/tests/Test/Debug/VarDumpTest.php b/tests/Test/Debug/VarDumpTest.php
index <HASH>..<HASH> 100644
--- a/tests/Test/Debug/VarDumpTest.php
+++ b/tests/Test/Debug/VarDumpTest.php
@@ -166,9 +166,15 @@ class VarDumpTest extends TestCase
Reflexion::invoke($dump, '__dump', (object)[])
);
+ ... | test(VarDump): Fix closed resource type for php<I> | phalcon-nucleon_framework | train | php |
768bac055713cfffde28a6de5d73dff016edac82 | diff --git a/packages/vaex-core/vaex/dataset_mmap.py b/packages/vaex-core/vaex/dataset_mmap.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/dataset_mmap.py
+++ b/packages/vaex-core/vaex/dataset_mmap.py
@@ -1,21 +1,12 @@
__author__ = 'maartenbreddels'
import os
import mmap
-import math
-import itertools
... | fix(core): removed h5py dep (+other unused) fixes #<I> | vaexio_vaex | train | py |
38ddc88b20ef6af9c57c89dc687eebc5a81a7d45 | diff --git a/pkg/api/dtos/models.go b/pkg/api/dtos/models.go
index <HASH>..<HASH> 100644
--- a/pkg/api/dtos/models.go
+++ b/pkg/api/dtos/models.go
@@ -64,7 +64,7 @@ type DataSource struct {
BasicAuthPassword string `json:"basicAuthPassword"`
WithCredentials bool `json:"withCreden... | fix(api): do not include null jsonData field in /api/datasources resource, closes #<I> | grafana_grafana | train | go |
b7853e7a6fe3be7811ad71647e12ae0dc902480b | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -79,7 +79,7 @@ const gapic = Object.freeze({
* @property {constructor} CloudTasksClient
* Reference to {@link v2beta3.CloudTasksClient}
*/
-module.exports = gapic.v2beta3;
+module.exports = gapic.v2beta... | feat: restoring v2beta2 by default (#<I>) | googleapis_nodejs-tasks | train | js |
8ee1900123f7d68467233be8d26876490105faf5 | diff --git a/app/examples/trackerdash/index.js b/app/examples/trackerdash/index.js
index <HASH>..<HASH> 100644
--- a/app/examples/trackerdash/index.js
+++ b/app/examples/trackerdash/index.js
@@ -1,5 +1,6 @@
import html from './index.jade';
import TrackerDash from '../../../src/candela/components/TrackerDash';
+import... | refactor(TrackerDash): Import TrackerDash styles at point of use | Kitware_candela | train | js,js |
7058a4926d0b0e93f8ae561613a7577ac24fb600 | diff --git a/src/poetry/console/commands/self/update.py b/src/poetry/console/commands/self/update.py
index <HASH>..<HASH> 100644
--- a/src/poetry/console/commands/self/update.py
+++ b/src/poetry/console/commands/self/update.py
@@ -176,7 +176,7 @@ class SelfUpdateCommand(Command):
from poetry.repositories.insta... | fix: set `naive=True` when trying to get poetry environment on update | sdispater_poetry | train | py |
eeb9580bff58232ee7af587f4cc41e29c9e156df | diff --git a/tsdb/tsm1/engine.go b/tsdb/tsm1/engine.go
index <HASH>..<HASH> 100644
--- a/tsdb/tsm1/engine.go
+++ b/tsdb/tsm1/engine.go
@@ -183,9 +183,6 @@ type Engine struct {
compactionLimiter limiter.Fixed
scheduler *scheduler
-
- // provides access to the total set of series IDs
- seriesIDSets tsdb.SeriesIDSet... | fix(engine): remove SeriesIDSets check in deletion
We leave in the options and stuff for now as it's tied in with
a lot of the tests/multiple shard stuff that will be removed
eventually, anyway. | influxdata_influxdb | train | go |
12bc884543d902b827b8c1b9026cb5fdc89a434b | diff --git a/src/loader.js b/src/loader.js
index <HASH>..<HASH> 100644
--- a/src/loader.js
+++ b/src/loader.js
@@ -44,10 +44,11 @@ export class Loader {
data: Array<number>,
): Promise<PublicKey> {
{
+ const balanceNeeded = await connection.getMinimumBalanceForRentExemption(data.length);
const ... | fix: use new api in Loader | solana-labs_solana-web3.js | train | js |
6d3f4fbc731d6eb0e5f214d2da386991da6dce48 | diff --git a/lib/rules/index.js b/lib/rules/index.js
index <HASH>..<HASH> 100644
--- a/lib/rules/index.js
+++ b/lib/rules/index.js
@@ -146,7 +146,7 @@ function resolveRulesFile(req, callback) {
};
if (fileRules && !/^#/.test(fileRules)) {
var getReqPayload = function(cb) {
- if (req.getPayload) ... | feat: The script inside rulesFile can get the request content through the global variable body | avwo_whistle | train | js |
08a8fc35befbdc0862bd3578d49e904b0ab85729 | diff --git a/src/loader.js b/src/loader.js
index <HASH>..<HASH> 100644
--- a/src/loader.js
+++ b/src/loader.js
@@ -51,7 +51,7 @@ export class Loader {
const chunkSize = 256;
let offset = 0;
let array = data;
- const transactions = [];
+ let transactions = [];
while (array.length > 0) {
... | fix: limit concurrent Loads to improve stability | solana-labs_solana-web3.js | train | js |
becb6528b10b3393052e4b6e9b5ad070ba095e82 | diff --git a/lib/schema.js b/lib/schema.js
index <HASH>..<HASH> 100644
--- a/lib/schema.js
+++ b/lib/schema.js
@@ -40,7 +40,7 @@ function jsonDiff(oldJson, newObj, logger) {
keys = Object.keys(obj.properties).map((key) => {
const prop = obj.properties[key]
if (prop.properties) {
- ... | fix(schema): fixed diff count | skolmer_i18n-tag-schema | train | js |
e4e0c0f11042aa2cfa27c187c6575c76dac5ea97 | diff --git a/packages/veui/src/directives/drag.js b/packages/veui/src/directives/drag.js
index <HASH>..<HASH> 100644
--- a/packages/veui/src/directives/drag.js
+++ b/packages/veui/src/directives/drag.js
@@ -153,6 +153,10 @@ function refresh (el, binding, vnode) {
return
}
+ if (isNative && event.... | fix: prevent drag sort triggered by internal `dragstart` event | ecomfe_veui | train | js |
9bc436190487230746c97c473a8801ffad61d35c | diff --git a/src/Config.php b/src/Config.php
index <HASH>..<HASH> 100644
--- a/src/Config.php
+++ b/src/Config.php
@@ -209,18 +209,18 @@ class Config implements ContextAwareInterface
$scope = $this->scope;
$project = $this->getProject();
- $scopes = [];
- foreach ($scope as $scopeKey =... | refactor(Config): better variable naming for scope | commercetools_commercetools-php-sdk | train | php |
586190c22a6f7490a36ae537029a6bd68d10b864 | diff --git a/instructions.js b/instructions.js
index <HASH>..<HASH> 100644
--- a/instructions.js
+++ b/instructions.js
@@ -23,8 +23,8 @@ async function copyVowFile (cli, appRoot) {
async function copyExampleTestCase (cli, appRoot) {
try {
const template = await cli.command.readFile(path.join(__dirname, 'templa... | refactor(instructions): keep example test case same as make:test | adonisjs_adonis-vow | train | js |
34b343e8130542f2583d844d115200bf172784fd | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -272,7 +272,7 @@ epub_copyright = u'2014, Nick Stenning'
# The format is a list of tuples containing the path and title.
#epub_pre_files = []
-# HTML files shat should be inserted after the pages created by sph... | docs: fix simple typo, shat -> that
There is a small typo in doc/conf.py.
Should read `that` rather than `shat`. | nickstenning_honcho | train | py |
637c4f464308866752656302218166fa1ea1b714 | diff --git a/server-dev.js b/server-dev.js
index <HASH>..<HASH> 100644
--- a/server-dev.js
+++ b/server-dev.js
@@ -9,7 +9,7 @@ unleash.start({
host: 'localhost',
port: 5432,
database: 'unleash',
- ssl: true,
+ ssl: false,
},
enableRequestLogger: true,
}); | fix: disable ssl for local postgres in dev | Unleash_unleash | train | js |
2d4d05d425bc686c11b284354f5cc2ccead3814d | diff --git a/lib/Serverless.js b/lib/Serverless.js
index <HASH>..<HASH> 100644
--- a/lib/Serverless.js
+++ b/lib/Serverless.js
@@ -209,6 +209,8 @@ class Serverless {
configurationPath: this.configurationPath,
configuration: this.configurationInput,
isConfigurationResolved: this.isConfigurationInput... | refactor(CLI): Pass resolved commands options to local installation | serverless_serverless | train | js |
0906bc1b760cc07c3d64295f0774dba00b8b862e | diff --git a/rocketbelt/components/dialogs/rocketbelt.dialogs.js b/rocketbelt/components/dialogs/rocketbelt.dialogs.js
index <HASH>..<HASH> 100644
--- a/rocketbelt/components/dialogs/rocketbelt.dialogs.js
+++ b/rocketbelt/components/dialogs/rocketbelt.dialogs.js
@@ -208,14 +208,9 @@ $(function () {
if ($cache.rb... | fix(Dialogs): Remove console statements. | Pier1_rocketbelt | train | js |
7e870f6966f99cb2cd0fe562350956440fa9438c | diff --git a/webapps/ui/cockpit/tests/specs/tasks-spec.js b/webapps/ui/cockpit/tests/specs/tasks-spec.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/tests/specs/tasks-spec.js
+++ b/webapps/ui/cockpit/tests/specs/tasks-spec.js
@@ -16,7 +16,7 @@ describe('Cockpit Tasks Dashboard Spec', function() {
// w... | test(cockpit-tasks): correct text of section to be clicked
Related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
fc2d063a803dea11cbe571191bd775d78fca6310 | diff --git a/src/channel.js b/src/channel.js
index <HASH>..<HASH> 100644
--- a/src/channel.js
+++ b/src/channel.js
@@ -255,7 +255,7 @@ export function timeout(delay = 0) {
});
}
-export default class Channel {
+export class Channel {
// A List containing any puts which could not be placed directly onto t... | feat: expose Channel as both named and default | dvlsg_async-csp | train | js |
5e723ffdd02236082b1218e621fbfe3748015ab5 | 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 messageId in SQS
affects: @goldwasserexchange/aws-lenses | goldwasserexchange_public | train | js |
49989c71152a9aaa364e9b250274a06decccbb7e | diff --git a/test/parseComments.spec.js b/test/parseComments.spec.js
index <HASH>..<HASH> 100644
--- a/test/parseComments.spec.js
+++ b/test/parseComments.spec.js
@@ -138,7 +138,7 @@ describe('parseComments', function() {
'.secondary -description',
{ description: 'description', type: 'type' },
'des... | test(generateComment): fix failing test due to tag name | straker_livingcss | train | js |
45811d2b8dc4733d9f8e4b65d3541eed77f6e9f7 | diff --git a/src/file.js b/src/file.js
index <HASH>..<HASH> 100644
--- a/src/file.js
+++ b/src/file.js
@@ -455,7 +455,7 @@ module.exports = function(AV) {
*/
destroy: function(options) {
if (!this.id) {
- return Promise.reject(new Error('The file id is not eixsts.'));
+ return ... | fix(file): fix a grammer mistake | leancloud_javascript-sdk | train | js |
8f66ad21ce9ce7aa0759cabb66bb73992978e750 | diff --git a/jobs/create-initial-branch.js b/jobs/create-initial-branch.js
index <HASH>..<HASH> 100644
--- a/jobs/create-initial-branch.js
+++ b/jobs/create-initial-branch.js
@@ -60,7 +60,7 @@ module.exports = async function ({ repositoryId, closes = [] }) {
if (e.name && e.name === 'GKConfigFileParseError') {
... | chore: pulled a twooth | greenkeeperio_greenkeeper | train | js |
3fafc97be6407b3fd77886c463ad977f98b1a8e7 | diff --git a/config/args.js b/config/args.js
index <HASH>..<HASH> 100644
--- a/config/args.js
+++ b/config/args.js
@@ -1,4 +1,4 @@
-const scriptNameRegex = /scripts\/([\w-]*)\.js$/i;
+const scriptNameRegex = /scripts[\/\\]([\w-]*)\.js$/i;
const scriptName = process.argv[1].match(scriptNameRegex)[1];
module.exports ... | fix(cli): Fix script detection on Windows (#<I>) | seek-oss_sku | train | js |
cc480e38eb411ac544a83f6438fa7d3ac7676f94 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -17,5 +17,15 @@ module.exports = function( grunt ) {
// Register db command (runs one after the other)
grunt.registerTask( 'db', [ 'db:rebase', 'db:seed' ] );
+
+ grunt.registerTask( ... | fix(grunt): Adds readme command to grunt. | CleverStack_clever-orm | train | js |
65e65e21c95342c2b3facffa334178c32e5b5d78 | diff --git a/spec/subjects/replay-subject-spec.js b/spec/subjects/replay-subject-spec.js
index <HASH>..<HASH> 100644
--- a/spec/subjects/replay-subject-spec.js
+++ b/spec/subjects/replay-subject-spec.js
@@ -1,4 +1,4 @@
-/* globals describe, it, expect */
+/* globals describe, it, expect, expectObservable, hot, rxTestSc... | fix(test): make explicit unsubscription for observable | ReactiveX_rxjs | train | js |
8d93755a5e8801c5b28941f366d5a0ad48ec553f | diff --git a/src/SocketIOTransport.js b/src/SocketIOTransport.js
index <HASH>..<HASH> 100644
--- a/src/SocketIOTransport.js
+++ b/src/SocketIOTransport.js
@@ -91,7 +91,7 @@ class SocketIOTransport {
this.http = this.options.http
if (this.http) {
this.dontCloseIO = true
- this.io = new Sock... | fix(transport): use ioOptions with http | an-sh_chat-service | train | js |
8637deeda800f51e7c53f5ffd471a5b15c891497 | diff --git a/src/hoodieArray.js b/src/hoodieArray.js
index <HASH>..<HASH> 100644
--- a/src/hoodieArray.js
+++ b/src/hoodieArray.js
@@ -1,6 +1,6 @@
angular.module('hoodie')
.factory('hoodieArray',
- function (hoodieStore, hoodie) {
+ function (hoodieStore) {
var service = {};
@@ -55,7 +55,7 @@ angular.mod... | refactor(hoodieArray): use hoodieStore instead of hoodie.store
remove hoodie from the DI definition for this service | elmarburke_hoodie-plugin-angularjs | train | js |
37f35ce4b47ee4ad00160115350f125514cdcb59 | diff --git a/__tests__/validator.spec.js b/__tests__/validator.spec.js
index <HASH>..<HASH> 100644
--- a/__tests__/validator.spec.js
+++ b/__tests__/validator.spec.js
@@ -416,6 +416,21 @@ describe('validator', () => {
done();
});
});
+
+ it('works for no rules fields', done => {
+ ... | fix(async-map): judge whether objArr is empty to resolve or callback, it fixs no response issure when there is no rules for inputs. | yiminghe_async-validator | train | js,js |
863ef95cac2c020e5ae1b96ddea58eae70c577a0 | diff --git a/lib/navigation/movecanvas/MoveCanvas.js b/lib/navigation/movecanvas/MoveCanvas.js
index <HASH>..<HASH> 100644
--- a/lib/navigation/movecanvas/MoveCanvas.js
+++ b/lib/navigation/movecanvas/MoveCanvas.js
@@ -5,7 +5,7 @@ var _ = require('lodash');
function MoveCanvas(events, canvas) {
- var THRESHOLD = ... | chore(navigation): reduce notable move threshold | bpmn-io_diagram-js | train | js |
263671b9c5ce0b8e315a3c20745466d91664e0f2 | diff --git a/src/autocomplete/autocomplete.js b/src/autocomplete/autocomplete.js
index <HASH>..<HASH> 100644
--- a/src/autocomplete/autocomplete.js
+++ b/src/autocomplete/autocomplete.js
@@ -6,9 +6,9 @@ import {fireEvent} from '../common/events';
@inject(Element)
export class MdAutoComplete {
input = null;
- @... | feat(md-autocomplete): add support for minLength and limit | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
d38644935d6243c25095f3ee7da77698d116c364 | diff --git a/global.js b/global.js
index <HASH>..<HASH> 100644
--- a/global.js
+++ b/global.js
@@ -1,4 +1,5 @@
-"use strict";
+/* eslint strict: "off" */
-// eslint-disable-next-line no-new-func
-module.exports = new Function("return this")();
+module.exports = (function () {
+ return this;
+}());
diff --git a/test/g... | feat: resolve global with CSP safe method | medikoo_es5-ext | train | js,js |
a916336058e37933008e86178b5b0720925d44ab | diff --git a/src/View.js b/src/View.js
index <HASH>..<HASH> 100644
--- a/src/View.js
+++ b/src/View.js
@@ -306,7 +306,7 @@ var View = createClass(
set: actionSet
}, options.actions);
}
- else if(this.parentView || this._isolated)
+ else if(this.parentView == null || this._isolated)
{
this.actions =... | fix(View): default set action should be added in the root view | karfcz_kff | train | js |
ab47b2a39220d936c33c2eb7b14cad7b0c5147fc | diff --git a/packages/components/bolt-modal/src/modal.js b/packages/components/bolt-modal/src/modal.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-modal/src/modal.js
+++ b/packages/components/bolt-modal/src/modal.js
@@ -377,9 +377,11 @@ class BoltModal extends withLitHtml() {
autofocus
... | fix: bolt-trigger closing tag | bolt-design-system_bolt | train | js |
9e0089000f3d5d6578eb149fb7519f81bd9ac788 | diff --git a/providers/nodebb/index.js b/providers/nodebb/index.js
index <HASH>..<HASH> 100644
--- a/providers/nodebb/index.js
+++ b/providers/nodebb/index.js
@@ -407,7 +407,8 @@ class Forum extends EventEmitter {
supports(supportString) {
const supported = [
'PrivateMessage',
- 'U... | chore(provider): Indicate availability of avatar upload capability | SockDrawer_SockBot | train | js |
3b4a95d69e5394370411b1b50ce11c749b522d22 | diff --git a/ui/src/utils/date.js b/ui/src/utils/date.js
index <HASH>..<HASH> 100644
--- a/ui/src/utils/date.js
+++ b/ui/src/utils/date.js
@@ -93,11 +93,13 @@ function maskToRegex (mask, opts = {}) {
}
}
-function standardDateFromMask (date, mask, opts = {}) {
+function standardDateFromMask (date, mask, opts) {
... | feat(QDate): small tweaks to date.js | quasarframework_quasar | train | js |
62cf0cdec03f8957fd62848b0bd3131cc1a5ef6f | diff --git a/src/cli/read.js b/src/cli/read.js
index <HASH>..<HASH> 100644
--- a/src/cli/read.js
+++ b/src/cli/read.js
@@ -3,7 +3,6 @@
const pull = require('pull-stream/pull')
const through = require('pull-stream/throughs/through')
const collect = require('pull-stream/sinks/collect')
-const waterfall = require('asyn... | fix: update read cli to use returned pull stream
License: MIT | ipfs_js-ipfs-mfs | train | js |
324a336a5256224d2e5fa4bbde7fbdd439e1b0e3 | diff --git a/util/dex/config.go b/util/dex/config.go
index <HASH>..<HASH> 100644
--- a/util/dex/config.go
+++ b/util/dex/config.go
@@ -134,7 +134,7 @@ func replaceListSecrets(obj []interface{}, secretValues map[string]string) []int
// https://github.com/dexidp/dex/tree/master/Documentation/connectors
func needsRedire... | fix: Add openshift as a dex connector type which requires a redirectURI (#<I>) | argoproj_argo-cd | train | go |
16d95afdd62ece68c8937b0692146de657c758e0 | diff --git a/src/compile-uri/compile-params.js b/src/compile-uri/compile-params.js
index <HASH>..<HASH> 100644
--- a/src/compile-uri/compile-params.js
+++ b/src/compile-uri/compile-params.js
@@ -8,10 +8,11 @@ module.exports = function compileParams(hrefVariablesElement) {
const typeAttributes = memberElement.attri... | fix: check example value strictly not to ignore 0 of x-example | apiaryio_dredd-transactions | train | js |
6ba8cf6be7da74743defdeb149b6199ef9055219 | diff --git a/tests/integration/routes/profile/get-profile-test.js b/tests/integration/routes/profile/get-profile-test.js
index <HASH>..<HASH> 100644
--- a/tests/integration/routes/profile/get-profile-test.js
+++ b/tests/integration/routes/profile/get-profile-test.js
@@ -57,9 +57,15 @@ getServer(function (error, server)... | test(routes): prepared test for `PATCH /session/account/profile -> <I>
<URL> | hoodiehq_hoodie-account-server | train | js |
bfb89de864fd5dc4cbb654f6259f802ee21c9a0e | diff --git a/src/managers/GuildBanManager.js b/src/managers/GuildBanManager.js
index <HASH>..<HASH> 100644
--- a/src/managers/GuildBanManager.js
+++ b/src/managers/GuildBanManager.js
@@ -144,10 +144,8 @@ class GuildBanManager extends CachedManager {
.guilds(this.guild.id)
.bans(id)
.put({
- ... | fix(GuildBanManager): send reason in the headers instead of json body (#<I>) | discordjs_discord.js | train | js |
e4632dbdf69ff52701a9a02f0af168e10b43203b | diff --git a/tests/Unit/Models/ViewTest.php b/tests/Unit/Models/ViewTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Models/ViewTest.php
+++ b/tests/Unit/Models/ViewTest.php
@@ -13,6 +13,7 @@ declare(strict_types=1);
namespace CyrildeWit\EloquentViewable\Tests\Unit\Observers;
+use Config;
use CyrildeWit\Eloq... | test: test View model with custom connection | cyrildewit_eloquent-viewable | train | php |
452b548ee61a3b8d761e14597e5c78d5b15dc7d8 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -7,8 +7,6 @@ basePath = '';
// list of files / patterns to load in the browser
files = [
- MOCHA,
- MOCHA_ADAPTER,
'node_modules/chai/chai.js',
'node_modules/sinon/pkg/sinon.js',
'dist/sinon-... | chore(karma): Update adapter selection to <I>.x | codeactual_sinon-doublist | train | js |
f12df17cd243eabe073af232a3a6c58279b3ef52 | diff --git a/leancloud/conversation.py b/leancloud/conversation.py
index <HASH>..<HASH> 100644
--- a/leancloud/conversation.py
+++ b/leancloud/conversation.py
@@ -86,6 +86,13 @@ class Conversation(Object):
"""
return self.get('tr')
+ @property
+ def is_unique(self):
+ """
+ 是否为 u... | fix: is_unique property of Conversation | leancloud_python-sdk | train | py |
432706611282b827f314385eb4cf0eb610c2bfe4 | diff --git a/sentry_sdk/transport.py b/sentry_sdk/transport.py
index <HASH>..<HASH> 100644
--- a/sentry_sdk/transport.py
+++ b/sentry_sdk/transport.py
@@ -136,7 +136,7 @@ class HttpTransport(Transport):
try:
if response.status == 429:
self._disabled_until = datetime.utcnow() + tim... | fix: Default to sixty seconds if no Retry-After is given | getsentry_sentry-python | train | py |
fd9f0e5b06e759e1208cd838b41a039e8a43a76f | diff --git a/spring-boot-starter/starter/src/test/java/org/camunda/bpm/spring/boot/starter/CamundaBpmActuatorConfigurationIT.java b/spring-boot-starter/starter/src/test/java/org/camunda/bpm/spring/boot/starter/CamundaBpmActuatorConfigurationIT.java
index <HASH>..<HASH> 100644
--- a/spring-boot-starter/starter/src/test/... | fix(test): cleanup history level after test run | camunda_camunda-bpm-platform | train | java |
d2d1377d1be0da17196a1c82bf5584997d502b68 | diff --git a/lib/reporters/base.js b/lib/reporters/base.js
index <HASH>..<HASH> 100644
--- a/lib/reporters/base.js
+++ b/lib/reporters/base.js
@@ -121,8 +121,8 @@ var BaseReporter = function(formatError, reportSlow, adapter) {
this.USE_COLORS = false;
- this.LOG_SINGLE_BROWSER = 'LOG: %s\n';
- this.LOG_MULTI_B... | fix(reporters): format fix for console log
fix to issue caused when colors was disabled. change to base reporter
string formats for single and multi browser logs, so they have the same
placeholders as in base_color.js.
tested with chrome, firefox and phantomjs
Closes #<I> | karma-runner_karma | train | js |
000c115bca7f3370b9148153cbcea5c3a3acd825 | diff --git a/tests/system/Test/FeatureTestTraitTest.php b/tests/system/Test/FeatureTestTraitTest.php
index <HASH>..<HASH> 100644
--- a/tests/system/Test/FeatureTestTraitTest.php
+++ b/tests/system/Test/FeatureTestTraitTest.php
@@ -11,6 +11,7 @@
namespace CodeIgniter\Test;
+use CodeIgniter\Events\Events;
use CodeI... | test: make Event simulate false in FeatureTestTraitTest tearDown()
In setUp() Event simulate is set to true, so it should be restored in tearDown(). | codeigniter4_CodeIgniter4 | train | php |
f84083059d6e3f75924f936a4e0259366a8c8be6 | diff --git a/storybook/.storybook/webpack.config.js b/storybook/.storybook/webpack.config.js
index <HASH>..<HASH> 100644
--- a/storybook/.storybook/webpack.config.js
+++ b/storybook/.storybook/webpack.config.js
@@ -9,8 +9,6 @@ module.exports = ({ config: defaultConfig }) => {
defaultConfig.devtool = 'source-maps';
... | fix(react-storybook): remove axios resolution, console log | Availity_availity-react | train | js |
250a30b40453ac781dcac5a3229ae139ec3ed0ad | diff --git a/test/core/compiler/compiler.js b/test/core/compiler/compiler.js
index <HASH>..<HASH> 100644
--- a/test/core/compiler/compiler.js
+++ b/test/core/compiler/compiler.js
@@ -31,9 +31,9 @@ describe("Compiler", function() {
var el = createTestElement("compilerSelfClosingNoSlash", '');
var app = new Moo... | refactor: tests for self closing elements | kbrsh_moon | train | js,js |
71d8425bfd08db895672f2b19a540a30c53a5b3b | diff --git a/packages/posts/webpack.serverless.config.js b/packages/posts/webpack.serverless.config.js
index <HASH>..<HASH> 100644
--- a/packages/posts/webpack.serverless.config.js
+++ b/packages/posts/webpack.serverless.config.js
@@ -67,7 +67,7 @@ module.exports = {
"serverless-secrets/client",
... | fix(posts): Forcibly exclude `aws-sdk` from webpacked bundles.
Since it's built into the Lambda environment. | randytarampi_me | train | js |
27950e24db9f068807374c5702000d19dc31b7d1 | diff --git a/guide/gatsby-node.js b/guide/gatsby-node.js
index <HASH>..<HASH> 100644
--- a/guide/gatsby-node.js
+++ b/guide/gatsby-node.js
@@ -89,6 +89,7 @@ function addElmLoader(config) {
exclude: [/elm-stuff/, /node_modules/],
loaders: [
'elm-css-modules-loader',
+ 'cultureamp-style-guide/webpac... | docs(style-guide): Improve gatsby config to support SVG icons in elm components | cultureamp_cultureamp-style-guide | train | js |
c4ee56d0a734d12646943c38d11e506ead3ca228 | diff --git a/src/lolex-src.js b/src/lolex-src.js
index <HASH>..<HASH> 100644
--- a/src/lolex-src.js
+++ b/src/lolex-src.js
@@ -101,7 +101,7 @@ function withGlobal(_global) {
* % operator that also works for negative numbers
*/
function fixedModulo(n, m) {
- return ((n % m) + m) % m;
+ ret... | fix: handle floating point in hrtime (#<I>)
Fixes #<I> | sinonjs_lolex | train | js,js |
b521ada40f18299c17ea04988ebd7958c00bd7e8 | diff --git a/src/components/VNavigationDrawer/VNavigationDrawer.js b/src/components/VNavigationDrawer/VNavigationDrawer.js
index <HASH>..<HASH> 100644
--- a/src/components/VNavigationDrawer/VNavigationDrawer.js
+++ b/src/components/VNavigationDrawer/VNavigationDrawer.js
@@ -148,6 +148,8 @@ export default {
thi... | fix(drawer): only update layout when isActive changes
Due to the Vue bug with slots forcing re-render, having
updateApplication in the render function causes buggy behaviour with
multiple drawers on the same side.
Fixes #<I> | vuetifyjs_vuetify | train | js |
28916274611adf42e6be70d3d6e3a4534e26454d | 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
@@ -855,20 +855,21 @@ function readRuleList(rule, callback, isJson) {
if (value) {
result.push(value);
}
- if (--len <= 0) {
- if (isJson) {
- result... | feat: support matching multiple rules with the same name | avwo_whistle | train | js |
11f26b873647d33ed8f479138eb6c4ca7b043064 | diff --git a/packages/bonde-admin-canary/src/scenes/Auth/root.js b/packages/bonde-admin-canary/src/scenes/Auth/root.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/scenes/Auth/root.js
+++ b/packages/bonde-admin-canary/src/scenes/Auth/root.js
@@ -8,7 +8,7 @@ import { Page as TagsPage } from './scene... | chore(admin-canary): change login redir to home | nossas_bonde-client | train | js |
dac186c2279952ebe48fca77e18a3ed51796a06e | diff --git a/test/test_suite_test.go b/test/test_suite_test.go
index <HASH>..<HASH> 100644
--- a/test/test_suite_test.go
+++ b/test/test_suite_test.go
@@ -102,7 +102,7 @@ func TestTest(t *testing.T) {
[]ginkgo.Reporter{junitReporter})
}
-func goReportVagrantStatus() chan bool {
+func goReportSetupStatus() chan bo... | test: Rename goReportVagrantStatus to goReportSetupStatus
The test suite might not be using Vagrant after all.
Fixes: #<I> | cilium_cilium | train | go |
907b8a6286ef63eb9b7347b56742674652bbe50b | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -31,7 +31,7 @@ module.exports = {
'max-statements': ['error', {'max': 130}],
'max-lines': ['error', {'max': 3600}],
'complexity': ['error', {'max': 75}],
- 'max-lines-per-function': ['error', ... | fix(lint): increase limit for Model test file | dynamoosejs_dynamoose | train | js |
e0e0b9342b69193c8fa410022cec9f50e4aef26e | diff --git a/libs/saveFiles.js b/libs/saveFiles.js
index <HASH>..<HASH> 100644
--- a/libs/saveFiles.js
+++ b/libs/saveFiles.js
@@ -32,15 +32,16 @@ module.exports = (entries, fields, options = {}) => {
log('debug', `File ${filepath} does not exist yet`, err.message)
return cozy.files.statByPath(fields.fold... | fix: delete requestOptions from entry | konnectors_libs | train | js |
a01729004af8ccdf2b6bf17998ad6903576443aa | diff --git a/app/models/esr_record.rb b/app/models/esr_record.rb
index <HASH>..<HASH> 100644
--- a/app/models/esr_record.rb
+++ b/app/models/esr_record.rb
@@ -188,7 +188,7 @@ class EsrRecord < ActiveRecord::Base
# Tries to find a record this would duplicate
def duplicate_of
- EsrRecord.where(:reference => re... | fix: only mark as duplicates if correct
We had an issue that all errors were recognised as duplicates.
This patch fixes the duplication detection to not find itself as
duplicate. | raskhadafi_vesr | train | rb |
35b1fc605173f98f3a6960e1c95586ffaa4e9b50 | diff --git a/packages/plugin-logger/test/unit/spec/logger.js b/packages/plugin-logger/test/unit/spec/logger.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-logger/test/unit/spec/logger.js
+++ b/packages/plugin-logger/test/unit/spec/logger.js
@@ -285,6 +285,16 @@ describe(`plugin-logger`, () => {
});
descri... | test(plugin-logger): prove that email addresses get redacted | webex_spark-js-sdk | train | js |
ecd5126398626f2ff0b6c9b1da4345d34bca8101 | diff --git a/tests/core/test_hdaccount.py b/tests/core/test_hdaccount.py
index <HASH>..<HASH> 100644
--- a/tests/core/test_hdaccount.py
+++ b/tests/core/test_hdaccount.py
@@ -34,3 +34,22 @@ def test_account_restore():
a1, mnemonic = Account.create_with_mnemonic(extra_entropy="Some extra stuff.")
a2 = Account.... | test: Added tests for bad seeds | ethereum_eth-account | train | py |
55956c518a6b111adfc48cb1f3ae274152a54bda | diff --git a/docs/referenceConf.js b/docs/referenceConf.js
index <HASH>..<HASH> 100644
--- a/docs/referenceConf.js
+++ b/docs/referenceConf.js
@@ -246,9 +246,10 @@ exports.config = {
// A callback function called once all tests have finished running and
// the WebDriver instance has been shut down. It is passed... | chore(docs): Updated afterLaunch method documentation in referenceConf file. | angular_protractor | train | js |
0d3c66ea717d96441149b9093c5d9feabbd7016d | diff --git a/webpack.demo.config.js b/webpack.demo.config.js
index <HASH>..<HASH> 100644
--- a/webpack.demo.config.js
+++ b/webpack.demo.config.js
@@ -22,7 +22,7 @@ const pugPlugins = Object
.map(name => new HtmlWebpackPlugin({
template: pugChunks[name],
filename: `${name}.html`,
- chunks: [...[name], '... | chore(demos): webpack config
Set index chunk for all pug plugins. | trend-community_trend-components | train | js |
3e1a15d06215f4ed33098bf1f6da7377f4680f42 | diff --git a/test/debug_spec.js b/test/debug_spec.js
index <HASH>..<HASH> 100644
--- a/test/debug_spec.js
+++ b/test/debug_spec.js
@@ -35,4 +35,5 @@ describe('debug', function () {
expect(log.log).to.have.been.calledOnce;
});
});
+
}); | fix: merged again, because it didn't take. Guess I did it wrong? | visionmedia_debug | train | js |
d1354697e1ab040d7e566c75ba34a2d58fc8ed04 | diff --git a/okdownload/src/main/java/cn/dreamtobe/okdownload/OkDownload.java b/okdownload/src/main/java/cn/dreamtobe/okdownload/OkDownload.java
index <HASH>..<HASH> 100644
--- a/okdownload/src/main/java/cn/dreamtobe/okdownload/OkDownload.java
+++ b/okdownload/src/main/java/cn/dreamtobe/okdownload/OkDownload.java
@@ -4... | refactor: remove lenience because it useless now | lingochamp_okdownload | train | java |
90f013677557d866429a5d2d0d2f6772e8fa7d16 | diff --git a/testem.js b/testem.js
index <HASH>..<HASH> 100644
--- a/testem.js
+++ b/testem.js
@@ -9,11 +9,14 @@ module.exports = {
'Chrome'
],
browser_args: {
- Chrome: [
- '--disable-gpu',
- '--headless',
- '--remote-debugging-port=9222',
- '--window-size=1440,900'
- ]
+ Chrome... | test(testem): use 'ci' mode for testem.js
The result of this is that chrome is ran in headless mode when in CI, but when ran locally with
ember test --server you use a non-headless chrome tab (and therefore making it much easier to
debug). | open-tux_ember-bulma | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.