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
b26a6beade59be0466381e4c70af956a3a1d2816
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -32,7 +32,6 @@ class View { const controller = blitz.nodes.view.core.client.endpointController endpoints.override(controller) endpoints.rebuild(controller) - //controller.stack.use(middleware.sendV...
refactor: adapt rework changes
cubic-js_cubic
train
js
805cd837dd4d6085a37824a09e3b4a443e06803b
diff --git a/lib/config/env.js b/lib/config/env.js index <HASH>..<HASH> 100644 --- a/lib/config/env.js +++ b/lib/config/env.js @@ -39,13 +39,6 @@ function getConfig(env) { } }); - if (env.GITHUB_COM_TOKEN) { - config.endpoints.push({ - endpoint: 'https://api.github.com/', - platform: 'github', -...
refactor: GITHUB_COM_TOKEN after GITHUB_TOKEN
renovatebot_renovate
train
js
7a04773ed44534a20174138e753e53f0c7284d64
diff --git a/src/Leevel/Support/functions.php b/src/Leevel/Support/functions.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Support/functions.php +++ b/src/Leevel/Support/functions.php @@ -52,7 +52,7 @@ if (!function_exists('f_exists')) { return true; } - $virtualClass = null; + ...
fix(support): fix for phpstan level 8
hunzhiwange_framework
train
php
e768ab7b389d1ae43e65e8c949920af7e3731c59
diff --git a/src/DeepCopy/DeepCopy.php b/src/DeepCopy/DeepCopy.php index <HASH>..<HASH> 100755 --- a/src/DeepCopy/DeepCopy.php +++ b/src/DeepCopy/DeepCopy.php @@ -96,7 +96,7 @@ class DeepCopy // clone all public properties, including runtime foreach (get_object_vars($newObject) as $property => $valu...
fix: passing properties as ReflectionProperty
myclabs_DeepCopy
train
php
3f84bb31f47e4d40b63e4466866331083632821f
diff --git a/packages/app-admin/src/contexts/Crud/CrudContext.js b/packages/app-admin/src/contexts/Crud/CrudContext.js index <HASH>..<HASH> 100644 --- a/packages/app-admin/src/contexts/Crud/CrudContext.js +++ b/packages/app-admin/src/contexts/Crud/CrudContext.js @@ -142,6 +142,7 @@ export const CrudProvider = ({ childr...
fix: pass id to form object
Webiny_webiny-js
train
js
aa2a9098852af9fb3ab5ca0f02069ce741bcc2e5
diff --git a/internal/dockergen/template.go b/internal/dockergen/template.go index <HASH>..<HASH> 100644 --- a/internal/dockergen/template.go +++ b/internal/dockergen/template.go @@ -20,17 +20,6 @@ import ( "text/template" ) -func exists(path string) (bool, error) { - _, err := os.Stat(path) - if err == nil { - r...
refactor: replace exists() with pathExists() Both were the exact same function.
jwilder_docker-gen
train
go
ce8c4de6443586aef47ecbee8e289322cfa8bc21
diff --git a/opentargets_validator/helpers.py b/opentargets_validator/helpers.py index <HASH>..<HASH> 100644 --- a/opentargets_validator/helpers.py +++ b/opentargets_validator/helpers.py @@ -63,7 +63,7 @@ class URLZSource(object): f = requests.get(self.filename, *self.args, stream=True, **self.kwargs) ...
fix: remove read capabilities when the file is written to a file as it will be open as read only later on
opentargets_validator
train
py
d39546cbb2e193cb23efd19448c6074bdf5793a5
diff --git a/angular-swipe/angular.swipe.js b/angular-swipe/angular.swipe.js index <HASH>..<HASH> 100644 --- a/angular-swipe/angular.swipe.js +++ b/angular-swipe/angular.swipe.js @@ -40,6 +40,18 @@ $scope.$apply(); userCallback(index, elem); }; + + var dragStartCallback = SwipeCtrl.options...
chore: adding drag events to angular Swipe
lyfeyaj_swipe
train
js
fc7951b5dadb2b6c37ee5c6552bd0c229858cc27
diff --git a/bin/webpack/prodConfig.js b/bin/webpack/prodConfig.js index <HASH>..<HASH> 100644 --- a/bin/webpack/prodConfig.js +++ b/bin/webpack/prodConfig.js @@ -10,7 +10,7 @@ module.exports = async function getProdConfig(options) { const baseConfig = await getBaseConfig(options) return merge(baseConfig, { - ...
fix: build source map and public path
aotuzuche_autos
train
js
9e61c84a8714513e994fba7ab27047ac6fe8bfb7
diff --git a/src/anyconfig/backend/base/datatypes.py b/src/anyconfig/backend/base/datatypes.py index <HASH>..<HASH> 100644 --- a/src/anyconfig/backend/base/datatypes.py +++ b/src/anyconfig/backend/base/datatypes.py @@ -7,7 +7,7 @@ r"""Utility functions in anyconfig.backend.base. import typing from ...common import ...
fix: remove unused import of PrimitiveT
ssato_python-anyconfig
train
py
abee3d1536182815941a95ddd8224bdc9c48e51c
diff --git a/fiobank.py b/fiobank.py index <HASH>..<HASH> 100644 --- a/fiobank.py +++ b/fiobank.py @@ -10,7 +10,7 @@ import six import requests -__all__ = ('FioBank',) +__all__ = ('FioBank', 'ThrottlingError') str = six.text_type @@ -34,9 +34,8 @@ def sanitize_value(value, convert=None): class Throttling...
style: Polish __all__ and fotmat of docstring
honzajavorek_fiobank
train
py
89708961ca3b560396d9cab45a90f9b4a7e81a1e
diff --git a/packages/centarius/src/core/loadInitialProps.js b/packages/centarius/src/core/loadInitialProps.js index <HASH>..<HASH> 100644 --- a/packages/centarius/src/core/loadInitialProps.js +++ b/packages/centarius/src/core/loadInitialProps.js @@ -31,7 +31,10 @@ export async function getComponent(_component, ctx) { ...
feat(loadable): add support for loadable-component v5 (#9)
Dekoruma_centarius
train
js
168fe45e9ceb48f5d2df4a88f8a65ba56220e581
diff --git a/lib/crabfarm/modes/generator.rb b/lib/crabfarm/modes/generator.rb index <HASH>..<HASH> 100644 --- a/lib/crabfarm/modes/generator.rb +++ b/lib/crabfarm/modes/generator.rb @@ -30,7 +30,7 @@ module Crabfarm path(_name, 'spec', 'snapshots', '.gitkeep').render('dot_gitkeep') path(_name, 's...
fix(generator): fixes log folder generation Closes #8
platanus_crabfarm-gem
train
rb
6f4762ddbe2fedb5e19c9779002bf5c201416e88
diff --git a/lib/layout-compiler.js b/lib/layout-compiler.js index <HASH>..<HASH> 100644 --- a/lib/layout-compiler.js +++ b/lib/layout-compiler.js @@ -67,7 +67,7 @@ LayoutCompiler.prototype.build = function() { output: _self.outputPath }; var layouts = collectLayouts(currentPath, pathInfo, layoutNames)...
fix(layout-compiler): scope of buildLayout
html-next_flexi-layouts
train
js
098472a49f70ed8e355aec349242739ba8239a91
diff --git a/spec/multi_spawn_server_spec.rb b/spec/multi_spawn_server_spec.rb index <HASH>..<HASH> 100644 --- a/spec/multi_spawn_server_spec.rb +++ b/spec/multi_spawn_server_spec.rb @@ -60,7 +60,7 @@ describe ServerEngine::MultiSpawnServer do m.send_stop(true) end - wait_for_restart ...
test: Try setting longer sleep-time to avoid test failures
treasure-data_serverengine
train
rb
ad94cadd37493619ffd86a8fa7c9522c7b087503
diff --git a/lib/service/service.js b/lib/service/service.js index <HASH>..<HASH> 100644 --- a/lib/service/service.js +++ b/lib/service/service.js @@ -1,8 +1,10 @@ var http = require('http'); +var fs = require('fs'); var express = require('express'); var AdmZip = require('adm-zip'); var bodyParser = require('body-p...
feat: Export saz file
avwo_whistle
train
js
a7d49043a9cfdddf63878f96dd9fbf3bdd501d82
diff --git a/test/node/bucket.test.js b/test/node/bucket.test.js index <HASH>..<HASH> 100644 --- a/test/node/bucket.test.js +++ b/test/node/bucket.test.js @@ -492,7 +492,7 @@ describe('test/bucket.test.js', () => { // get const getBucketEncryption = await store.getBucketEncryption(bucket); assert.e...
fix: bucket encryption test (#<I>)
ali-sdk_ali-oss
train
js
65beed3daa400f0d491580cb5912100608a8e04f
diff --git a/test/runner.test.js b/test/runner.test.js index <HASH>..<HASH> 100644 --- a/test/runner.test.js +++ b/test/runner.test.js @@ -1,6 +1,5 @@ var path = require('path'); var getPathVar = require('manage-path/dist/get-path-var'); -var findup = require('findup'); require('./setup')(); describe('runner', fu...
test(runner): Remove unecessary test This spec dictates the implementation (…using findup…). Whether we use a direct `require` or `findup` to find `package.json` is an implementation detail IMO and doesn't add much, given we already have tests that cover executing the hooks specified in the `package.json`.
ghooks-org_ghooks
train
js
87a30e2e9b05c4d157e735ba4a7272c0702c3f1e
diff --git a/src/key-stretcher.js b/src/key-stretcher.js index <HASH>..<HASH> 100644 --- a/src/key-stretcher.js +++ b/src/key-stretcher.js @@ -21,7 +21,8 @@ const cipherMap = { const hashMap = { SHA1: 'sha1', SHA256: 'sha256', - SHA512: 'sha512' + // workaround for https://github.com/digitalbazaar/forge/issues...
fix: workaround missing sha<I> support in forge.hmac
libp2p_js-libp2p-crypto
train
js,js
5d7eb33477fa3173719154664a3b11e3ac1b7c16
diff --git a/api/graph.go b/api/graph.go index <HASH>..<HASH> 100644 --- a/api/graph.go +++ b/api/graph.go @@ -65,11 +65,11 @@ type GraphDatapoint struct { // GraphGuide defines a guide type GraphGuide struct { - Color string `json:"color,omitempty"` // string - DataFormula *string `json:"data_f...
fix: several graph guide fields required, cannot be omitempty
circonus-labs_circonus-gometrics
train
go
5379bb5a57cc531fea58b3d3ee7ee06b6c24a13f
diff --git a/src/model.js b/src/model.js index <HASH>..<HASH> 100644 --- a/src/model.js +++ b/src/model.js @@ -23,7 +23,7 @@ export default class Model { return helpers.runQuery(this.ctx, query) .then(() => helpers.findLastObject(this, object)) - .then(res => res || this.findOne(object)) + .then...
fix(create): prevent error while searching for last object If `res` was a nullish value, an error would be thrown here as the knex query would be malformed.
citycide_trilogy
train
js
dd336c8d20cd702b41f65f6812b46e0963ac7a28
diff --git a/censys/common/base.py b/censys/common/base.py index <HASH>..<HASH> 100644 --- a/censys/common/base.py +++ b/censys/common/base.py @@ -3,7 +3,7 @@ import json import os import warnings from functools import wraps -from typing import Any, Callable, List, Optional, Protocol, Type +from typing import Any, C...
chore: Switch from Protocol to Callable typing
censys_censys-python
train
py
65499965b6689f5c2201e4716305ae67ae89ede0
diff --git a/platform/nativescript/element-registry.js b/platform/nativescript/element-registry.js index <HASH>..<HASH> 100644 --- a/platform/nativescript/element-registry.js +++ b/platform/nativescript/element-registry.js @@ -241,9 +241,9 @@ registerElement( ) registerElement( 'FormattedString', - () => require(...
refactor: prefix imports with tns-core-modules
nativescript-vue_nativescript-vue
train
js
93211831dc26b7e4a418a069316a915a49dbe5d9
diff --git a/Seeder.php b/Seeder.php index <HASH>..<HASH> 100644 --- a/Seeder.php +++ b/Seeder.php @@ -4,10 +4,13 @@ namespace Modulus\Utility; use Faker\Factory; use Faker\Generator; +use Modulus\Support\Extendable; use Symfony\Component\Console\Helper\ProgressBar; class Seeder { + use Extendable; + /** ...
feat: return index of the seed to the seed class Also made the class extendable
modulusphp_utility
train
php
fbc5afa2651cdd55860df1033da90a8a75411bf5
diff --git a/tests/system/Cache/Handlers/MemcachedHandlerTest.php b/tests/system/Cache/Handlers/MemcachedHandlerTest.php index <HASH>..<HASH> 100644 --- a/tests/system/Cache/Handlers/MemcachedHandlerTest.php +++ b/tests/system/Cache/Handlers/MemcachedHandlerTest.php @@ -191,7 +191,14 @@ final class MemcachedHandlerTest...
test: fix a bug that caused `MemcachedHandlerTest::testGetMetaData()` to fail in rare cases
codeigniter4_CodeIgniter4
train
php
190acd7e9487f388aaaeddcd156a87e971a6306d
diff --git a/packages/line/stories/LineCanvas.stories.js b/packages/line/stories/LineCanvas.stories.js index <HASH>..<HASH> 100644 --- a/packages/line/stories/LineCanvas.stories.js +++ b/packages/line/stories/LineCanvas.stories.js @@ -6,9 +6,9 @@ * For the full copyright and license information, please view the LICEN...
fix(line): add a story showcasing the usage of the ref in canvas
plouc_nivo
train
js
41edf647a4dfedc9b7d6cb58cd30b82295335e53
diff --git a/src/utils/transform.js b/src/utils/transform.js index <HASH>..<HASH> 100644 --- a/src/utils/transform.js +++ b/src/utils/transform.js @@ -146,7 +146,6 @@ export const extractPropsFromState = (store, component, customOptions) => { let aggregations; let pagination; // pagination for `term` type of querie...
fix: avoid setting aggregationSize as size for term queries
appbaseio_reactivecore
train
js
90ac7b6cb06545b813b1839204ff2dfceee391bd
diff --git a/lib/core/client.js b/lib/core/client.js index <HASH>..<HASH> 100644 --- a/lib/core/client.js +++ b/lib/core/client.js @@ -932,6 +932,11 @@ function _resume (client, sync) { return } + if (client.running && !client[kKeepAlive]) { + // Don't schedule more if we know connection will rese...
fix: skip when running and keep alive
mcollina_undici
train
js
cb168631922666698ab584bb783e024d544f9e8c
diff --git a/agent/agent.go b/agent/agent.go index <HASH>..<HASH> 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -64,7 +64,10 @@ func (a *Agent) UpdateJobs() { localJobs := a.Target.GetJobs() for _, job := range registeredJobs { - if state := a.Target.GetJobState(job.Name); state == nil || state.State != "a...
fix(agent): Always attempt to start a job if it isn't found locally In the event that a job is scheduled for a machine but it is clearly not found locally, it makes sense to attempt to start it no matter what.
coreos_fleet
train
go
ed40ef382271c2829da726a84f55d9b75d846016
diff --git a/webapps/client/scripts/tasklist/directives/cam-tasklist-tasks.js b/webapps/client/scripts/tasklist/directives/cam-tasklist-tasks.js index <HASH>..<HASH> 100644 --- a/webapps/client/scripts/tasklist/directives/cam-tasklist-tasks.js +++ b/webapps/client/scripts/tasklist/directives/cam-tasklist-tasks.js @@ -1...
fix(tasklist): allow keyboard actions when tasklist has focus
camunda_camunda-bpm-platform
train
js
48843928a85e3e11d6a1b3eb36213bbb8299c9fd
diff --git a/contextMenu.js b/contextMenu.js index <HASH>..<HASH> 100644 --- a/contextMenu.js +++ b/contextMenu.js @@ -163,6 +163,7 @@ var nestedMenu = params.nestedMenu; var enabled = params.enabled; var orientation = String(params.orientation).toLowerCase(); + var customClass...
fix: pass custom class to children menus Closes #<I>
Templarian_ui.bootstrap.contextMenu
train
js
a1a8d390e493155e1edab2b8defff44ad0158192
diff --git a/code/extensions/SiteTreeTaxonomyExtension.php b/code/extensions/SiteTreeTaxonomyExtension.php index <HASH>..<HASH> 100644 --- a/code/extensions/SiteTreeTaxonomyExtension.php +++ b/code/extensions/SiteTreeTaxonomyExtension.php @@ -7,6 +7,6 @@ class SiteTreeTaxonomyExtension extends DataExtension { ); ...
fix(TaxonomyTerm): Fix bug introduced with previous PR
symbiote_silverstripe-seed
train
php
85596e6db33d969d52e1d7d7a79b343a9982af52
diff --git a/lib/update.js b/lib/update.js index <HASH>..<HASH> 100644 --- a/lib/update.js +++ b/lib/update.js @@ -6,6 +6,7 @@ var clone = require('lodash/clone') var Promise = require('lie') var internals = module.exports.internals = {} +internals.deserialise = require('../utils/deserialise') internals.request = ...
fix: renew session after username / password change
hoodiehq_hoodie-account-client
train
js
6cab9193e49d60d1d2c730af5c5e2c895ca6bb8c
diff --git a/sample/src/shared/registry.js b/sample/src/shared/registry.js index <HASH>..<HASH> 100644 --- a/sample/src/shared/registry.js +++ b/sample/src/shared/registry.js @@ -12,13 +12,13 @@ export class Registry { sample.path = `samples/${control}/${_sample}`; sample.route = sample.route || _samp...
chore(sample): changed registry to use a different sample-runner path
aurelia-ui-toolkits_aurelia-materialize-bridge
train
js
28549cf190c8c7d53bf545522a98135403260447
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 @@ -132,12 +132,9 @@ class HttpTransport(Transport): for limit in header.split(","): try: retry_after, categories, _ =...
feat(transport): Remove absolute time stamps (#<I>)
getsentry_sentry-python
train
py
326466c2a866cd27749d6d5561f23b674840fd67
diff --git a/packages/jest-environment-enzyme/src/setup.js b/packages/jest-environment-enzyme/src/setup.js index <HASH>..<HASH> 100644 --- a/packages/jest-environment-enzyme/src/setup.js +++ b/packages/jest-environment-enzyme/src/setup.js @@ -1,8 +1,9 @@ /* eslint-disable global-require */ +// eslint-disable-next-li...
fix: Use correct global when resolving enzymeAdapter
FormidableLabs_enzyme-matchers
train
js
a28358896cd78facdee490a22556f43b8ee338fa
diff --git a/.aegir.js b/.aegir.js index <HASH>..<HASH> 100644 --- a/.aegir.js +++ b/.aegir.js @@ -17,10 +17,7 @@ let swarmA let swarmB let sigS -const options = { - port: 15555, - host: '127.0.0.1' -} +const options = { port: 15555, host: '127.0.0.1' } function before (done) { function createListenerA (cb)...
test: update aegir pre and post hooks
libp2p_js-libp2p-switch
train
js
f0f6acf0b8407461ee9feefc04f1e1a7e4e5f7df
diff --git a/buttersink/Butter.py b/buttersink/Butter.py index <HASH>..<HASH> 100644 --- a/buttersink/Butter.py +++ b/buttersink/Butter.py @@ -78,6 +78,9 @@ class Butter: if Store.skipDryRun(logger, self.dryrun)("Command: %s", cmd): return None + if not os.path.exists(directory): + ...
fix: create destination directory if it doesn't exist
AmesCornish_buttersink
train
py
c6d4cb5edb1da8d06014911a22686565131f086e
diff --git a/pvl/decoder.py b/pvl/decoder.py index <HASH>..<HASH> 100644 --- a/pvl/decoder.py +++ b/pvl/decoder.py @@ -22,6 +22,7 @@ from warnings import warn from .grammar import PVLGrammar, ODLGrammar from ._collections import Units +from .exceptions import QuantityError def for_try_except(exception, functio...
refactor(exceptions): Moved QuantityError into the new exceptions.py file.
planetarypy_pvl
train
py,py
f5a99a9fc2dec2938948798bed66895c87bd034b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,8 @@ setup( description='Python module to get stock data from the Alpha Vantage Api', long_description=open('README.md').read(), install_requires=[ - 'simplejson' + 'simplejson', + '...
test: Add nosetests to setup.py
RomelTorres_alpha_vantage
train
py
57926ab3c1fcfde88261df5f2885a2a70637034a
diff --git a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js +++ b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js @@ -227,7 +22...
test: turns out it's the codeframe test that doesn't close correctly
vuejs_vue-cli
train
js
45ba7a6a7fcd267191a3cc8e99c82f8c77748bbb
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,21 +1,21 @@ 'use strict'; module.exports = function mongooseLeanVirtuals(schema) { - var virtuals = []; - var keys = Object.keys(schema.virtuals); - for (var i = 0; i < keys.length; ++i) { - if (!schema.virtuals[k...
fix: delay checking virtuals until the middleware for <I> support for `id`
vkarpov15_mongoose-lean-virtuals
train
js
6f27a2fc6d1a309476b07c4b2631e5fcdd60b252
diff --git a/cloudvolume/threaded_queue.py b/cloudvolume/threaded_queue.py index <HASH>..<HASH> 100644 --- a/cloudvolume/threaded_queue.py +++ b/cloudvolume/threaded_queue.py @@ -90,7 +90,7 @@ class ThreadedQueue(object): def are_threads_alive(self): """Returns: boolean indicating if any threads are alive""" ...
refactor: thread.isAlive -> thread.is_alice Avoids deprecation warning and is valid as of python<I>.
seung-lab_cloud-volume
train
py
5a6a4b46d03ec0a9d9d6fc3914ac3343bde2d458
diff --git a/packages/webpack/lib/shims/runtime.js b/packages/webpack/lib/shims/runtime.js index <HASH>..<HASH> 100644 --- a/packages/webpack/lib/shims/runtime.js +++ b/packages/webpack/lib/shims/runtime.js @@ -1,5 +1,7 @@ 'use strict'; +// =PLACEHOLDER=> /* global getConfig, getMixins, mainMethod */ +// <=PLACEHOLDE...
chore(webpack): improve readability
untool_untool
train
js
2bc4a95a702023f00cb68a192b84113c189d72c2
diff --git a/anyconfig/backend/yaml/__init__.py b/anyconfig/backend/yaml/__init__.py index <HASH>..<HASH> 100644 --- a/anyconfig/backend/yaml/__init__.py +++ b/anyconfig/backend/yaml/__init__.py @@ -3,8 +3,6 @@ # Copyright (C) 2019 Satoru SATOH <satoru.satoh@gmail.com> # License: MIT # -# type() is used to exactly m...
fix: same as the privious commit
ssato_python-anyconfig
train
py
7abfedbea69f0fc22f58f593f72f45be415387d4
diff --git a/views/channels.js b/views/channels.js index <HASH>..<HASH> 100644 --- a/views/channels.js +++ b/views/channels.js @@ -8,6 +8,7 @@ module.exports = function (lvl) { map: function (msgs, next) { var ops = [] + var seen = {} var pending = 0 msgs.forEach(function (msg) { ...
fix: prevent duplicate channels from being emitted
cabal-club_cabal-core
train
js
857e445d9470300d1f45fe0882a5a9f6d7f339f5
diff --git a/src/plugin/release/generate-changelog.js b/src/plugin/release/generate-changelog.js index <HASH>..<HASH> 100644 --- a/src/plugin/release/generate-changelog.js +++ b/src/plugin/release/generate-changelog.js @@ -46,11 +46,15 @@ export function generateChangelog ({ commits, file, version, url, bugs, previous ...
fix(northbrook): fix process.stdout errors
northbrookjs_northbrook
train
js
c58cf66a64b88a6165ee4ccf0e373ec6ca72f68f
diff --git a/src/components/VForm/VForm.js b/src/components/VForm/VForm.js index <HASH>..<HASH> 100644 --- a/src/components/VForm/VForm.js +++ b/src/components/VForm/VForm.js @@ -108,7 +108,9 @@ export default { render (h) { return h('form', { - attrs: this.$attrs, + attrs: Object.assign({ + ...
fix(VForm): don't show native validation errors on submit v-form is only for vuetify validation, if you need native validation you can use a regular form Fixes #<I>
vuetifyjs_vuetify
train
js
25b967e116e854f7f66e2381a05a87c0cbc95b9d
diff --git a/packages/node_modules/@ciscospark/plugin-conversation/src/share-activity.js b/packages/node_modules/@ciscospark/plugin-conversation/src/share-activity.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@ciscospark/plugin-conversation/src/share-activity.js +++ b/packages/node_modules/@ciscospark/plu...
style(plugin-conversation): linitng
webex_spark-js-sdk
train
js
f94111b9569729e1dd6dd722bbad2ed8ad1838f0
diff --git a/src/polyfills.js b/src/polyfills.js index <HASH>..<HASH> 100644 --- a/src/polyfills.js +++ b/src/polyfills.js @@ -1,5 +1,5 @@ // https://bugs.webkit.org/show_bug.cgi?id=174980 -import 'abortcontroller-polyfill'; +import 'abortcontroller-polyfill/dist/polyfill-patch-fetch'; // https://github.com/whatwg/...
chore: fix abortpolyfill import after yarn upgrade
jiripudil_Naja
train
js
a13899fcf677588e0c56b780c57f9aaba6d6e976
diff --git a/src/service/translate.js b/src/service/translate.js index <HASH>..<HASH> 100644 --- a/src/service/translate.js +++ b/src/service/translate.js @@ -929,9 +929,9 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY', // We can just translate. determineTransla...
fix(service): fix an issue resolving after missing translations Impacts (detailed): If a loading of translations fails (i.e. file does not exist), the languageId was accidently resolved as a (failed) translation result. Both preferredLanguage as well as determinePreferredLanguage (internally preferredLanguage) were be...
angular-translate_angular-translate
train
js
a09fa311888db5735b2f62b2d112a07058e73ffb
diff --git a/lib/text/ui_text_displayer.js b/lib/text/ui_text_displayer.js index <HASH>..<HASH> 100644 --- a/lib/text/ui_text_displayer.js +++ b/lib/text/ui_text_displayer.js @@ -82,6 +82,15 @@ shaka.text.UITextDisplayer = class { this.eventManager_.listen(document, 'fullscreenchange', () => { this.updateCa...
fix: Force update captions when element resizes (#<I>)
google_shaka-player
train
js
35d8fb572be4d01a07eac926b10df653315520b4
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,6 +25,12 @@ module.exports = { 'no-regex-spaces': ['error'], 'no-sparse-arrays': ['error'], 'no-template-curly-in-string': ['error'], + 'no-unexpected-multiline': ['error'], + 'no-unrea...
feat(eslint): some rules
esdoc_esdoc
train
js
999b345db18a0c5e9a24bc8dae4e04138f87ed6d
diff --git a/framework/core/tests/integration/api/discussions/CreateTest.php b/framework/core/tests/integration/api/discussions/CreateTest.php index <HASH>..<HASH> 100644 --- a/framework/core/tests/integration/api/discussions/CreateTest.php +++ b/framework/core/tests/integration/api/discussions/CreateTest.php @@ -139,7...
chore: simplify container resolving of settings
flarum_core
train
php
45ab8fe5eae43a1603ce4c7b9f30bceda086dc6d
diff --git a/generators/app/templates/client/app/components/model-definitions/model-definitions.service.js b/generators/app/templates/client/app/components/model-definitions/model-definitions.service.js index <HASH>..<HASH> 100644 --- a/generators/app/templates/client/app/components/model-definitions/model-definitions....
feat(ModelDefinitions): enhance default desc
michaelkrone_generator-material-app
train
js
0104e145f7ed43c337c38b41ed379a0d3a2b3ab3
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,9 @@ var findParentDir = require('find-parent-dir'); var path = require('path'); function requireResolve(name) { - var requireOpts = { paths: require.main.paths }; + var requireOpts = { + paths: require.main ?...
fix(esm): handle native ESM environment (#<I>)
thlorenz_resolve-bin
train
js
842ccc3e0254c7b66645170979501e4ba7e475e4
diff --git a/lib/components/app/responsive-webapp.js b/lib/components/app/responsive-webapp.js index <HASH>..<HASH> 100644 --- a/lib/components/app/responsive-webapp.js +++ b/lib/components/app/responsive-webapp.js @@ -19,7 +19,6 @@ import { ensureSingleAccessMode } from '../../util/query' class ResponsiveWebapp ext...
refactor(webapp): Remove references to 'browser' state property in responsive-webapp
opentripplanner_otp-react-redux
train
js
8af2c9f1f8ed0feba83b3e5dd00ccad726b58bf2
diff --git a/pkg/services/sqlstore/alert_test.go b/pkg/services/sqlstore/alert_test.go index <HASH>..<HASH> 100644 --- a/pkg/services/sqlstore/alert_test.go +++ b/pkg/services/sqlstore/alert_test.go @@ -80,6 +80,14 @@ func TestAlertingDataAccess(t *testing.T) { So(alert.State, ShouldEqual, "pending") }) + Con...
test: added integration test for #<I>
grafana_grafana
train
go
71c135983ae64a93a6f984bd6f19af42dd484122
diff --git a/framework/directives/navigator.js b/framework/directives/navigator.js index <HASH>..<HASH> 100755 --- a/framework/directives/navigator.js +++ b/framework/directives/navigator.js @@ -260,7 +260,7 @@ * @signature bringPageTop(item, [options]) * @param {String|Number} item * [en]Page URL or index of a...
docs(ons-navigator): Added Japanese docs comments about bringPageTop() method.
OnsenUI_OnsenUI
train
js
34c1e12053da81a6edfac4467654cec23180c92c
diff --git a/extensions/wtf-injector-chrome/wtf-call-tracing.js b/extensions/wtf-injector-chrome/wtf-call-tracing.js index <HASH>..<HASH> 100644 --- a/extensions/wtf-injector-chrome/wtf-call-tracing.js +++ b/extensions/wtf-injector-chrome/wtf-call-tracing.js @@ -26,6 +26,14 @@ var warn = global.console && global.consol...
fix(wtf-call-tracing): ignore non-javascript scripts Many libraries (e.g. mustache.js), frameworks (AngularJS) and languages (Dart) use script tag as a container element. In this case the script tag doesn't contain anything that WTF could instrument, so the element should be skipped altogether.
google_tracing-framework
train
js
38d2ec0cb60b4bc7fea0e19450b4253fa9acf142
diff --git a/script/generate-config-gypi.py b/script/generate-config-gypi.py index <HASH>..<HASH> 100755 --- a/script/generate-config-gypi.py +++ b/script/generate-config-gypi.py @@ -17,10 +17,10 @@ def run_node_configure(target_cpu): # Enabled in Chromium's V8. if target_cpu == 'arm64' or target_cpu == 'x64': ...
fix: ninja build failed on some system (#<I>)
electron_electron
train
py
7b17c8322024eaf38b66e5d0c080a0fcfdf1bd38
diff --git a/robot-server/tests/conftest.py b/robot-server/tests/conftest.py index <HASH>..<HASH> 100644 --- a/robot-server/tests/conftest.py +++ b/robot-server/tests/conftest.py @@ -53,11 +53,21 @@ def run_server(server_temp_directory): 'OT_API_CONFIG_DIR': server_temp_directory}, ...
fix(robot-server): tavern test setup fix (#<I>) * tavern test setup: poll /health rather than sleeping. * we don't care what the response of /health is. getting a response means robot-server is ready.
Opentrons_opentrons
train
py
7f678aa6803a8130ed13645018f8d18416abd70c
diff --git a/packages/ringcentral-integration/lib/LocalForageStorage.js b/packages/ringcentral-integration/lib/LocalForageStorage.js index <HASH>..<HASH> 100644 --- a/packages/ringcentral-integration/lib/LocalForageStorage.js +++ b/packages/ringcentral-integration/lib/LocalForageStorage.js @@ -92,7 +92,11 @@ export def...
fix(LocalForageStorage): catch error when localstorage.setItem error (#<I>) (#<I>)
ringcentral_ringcentral-js-widgets
train
js
86772666693c4fb81df0f90e82c247b54cc33170
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -35,7 +35,7 @@ function Hook (modules, options, onrequire) { this._origRequire = Module.prototype.require const self = this - const patching = {} + const patching = new Set() debug('registering require hook') ...
refactor: use Set instead of Object for patching loopup
elastic_require-in-the-middle
train
js
8fc648dcccd122915a00db559097d9ce0814a47d
diff --git a/rector.php b/rector.php index <HASH>..<HASH> 100644 --- a/rector.php +++ b/rector.php @@ -41,6 +41,7 @@ use Rector\Php70\Rector\FuncCall\RandomFunctionRector; use Rector\Php71\Rector\FuncCall\CountOnNullRector; use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector; use Rector\Php73\Rector\FuncCall\Str...
chore: skip GetMockBuilderGetMockToCreateMockRector
codeigniter4_CodeIgniter4
train
php
de3df36a5b6ffbd7f5591006ae7da4dfe32ad2f6
diff --git a/src/Leevel/Kernel/KernelConsole.php b/src/Leevel/Kernel/KernelConsole.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Kernel/KernelConsole.php +++ b/src/Leevel/Kernel/KernelConsole.php @@ -165,10 +165,6 @@ abstract class KernelConsole implements IKernelConsole return $commands; } -...
fix(kernel): fix Go RoaderRunner Error: [http]: unable to connect to worker: invalid data found in the buffer (possible echo): signal: killed
hunzhiwange_framework
train
php
1a58d3aae443f324f3caf94430a93e998c87aed8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -222,9 +222,10 @@ module.exports = (api, options) => { options, rendererConfig ).then(server => { - console.log('\nLaunching Electron...\n') + console.log('\nLaunching Electron....
fix(serve): fixes #<I>, changes launch command
nklayman_vue-cli-plugin-electron-builder
train
js
6226af0f4304d6e739c0ab261bdb6b00302b9de7
diff --git a/shinken/daemons/arbiterdaemon.py b/shinken/daemons/arbiterdaemon.py index <HASH>..<HASH> 100644 --- a/shinken/daemons/arbiterdaemon.py +++ b/shinken/daemons/arbiterdaemon.py @@ -521,6 +521,7 @@ class Arbiter(Daemon): # Now we can get all initial broks for our satellites self.get_initial_b...
fix: arbiter fifo can be None even if loaded ?
Alignak-monitoring_alignak
train
py
bd46350f8d4913410b79c13b9bfadfc32c89ad6b
diff --git a/packages/node_modules/@webex/plugin-authorization-node/src/authorization.js b/packages/node_modules/@webex/plugin-authorization-node/src/authorization.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-authorization-node/src/authorization.js +++ b/packages/node_modules/@webex/plugin-a...
fix(plugin-authorization-node): append manditory hydra uri Append a statement that allows hydra to be used as a service before u2c catalogs are collected
webex_spark-js-sdk
train
js
9860bf3651c369f0dc46c007ff0acdd1c60d3dd6
diff --git a/src/js/datepicker/index.js b/src/js/datepicker/index.js index <HASH>..<HASH> 100644 --- a/src/js/datepicker/index.js +++ b/src/js/datepicker/index.js @@ -1232,6 +1232,9 @@ var DatePicker = snippet.defineClass(/** @lends DatePicker.prototype */{ changeLanguage: function(language) { this._langu...
feat: check time picker for changeLanguage
nhn_tui.date-picker
train
js
b56d14e88fd69e959ad776608fbad3146387ecde
diff --git a/src/plugins/end_video.js b/src/plugins/end_video.js index <HASH>..<HASH> 100644 --- a/src/plugins/end_video.js +++ b/src/plugins/end_video.js @@ -1,6 +1,5 @@ import Events from '../base/events' import CorePlugin from '../base/core_plugin' -import { Fullscreen } from '../base/utils' export default clas...
fix(end_video): change function call ask the core if the current instance is in fullscren
clappr_clappr
train
js
123d57e0ef22adb5ae5f09b435c69f0589f521d1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,8 @@ smallest number of bins.""" setup( name="rectpack", version="0.2.2", - description=long_description, + description="2D Rectangle packing library", + long_description=long_description, url=...
fix: Correct setup.py description field error when it contains new lines
secnot_rectpack
train
py
fb55e76f44061a1a0bac8b9f2ec5759f06b1bb0d
diff --git a/packages/service/src/lib/sources/instagram/authInfo.js b/packages/service/src/lib/sources/instagram/authInfo.js index <HASH>..<HASH> 100644 --- a/packages/service/src/lib/sources/instagram/authInfo.js +++ b/packages/service/src/lib/sources/instagram/authInfo.js @@ -30,6 +30,10 @@ export class InstagramAuth...
fix(service): `InstagramAuthInfo` needs a `recordsGetter` implementation.
randytarampi_me
train
js
0245929ff2ddc2e5dcdf9a2352b02dd6cba9fc2b
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 @@ -303,7 +303,8 @@ class ExtendedGtkView(GtkView, Observer): "The item with focus (receives key...
fix(view): Make changes compatible to gaphas <I>
DLR-RM_RAFCON
train
py
06c953c3924773040ada5f243b7b91e3dfae30b1
diff --git a/cloudvolume/skeleton.py b/cloudvolume/skeleton.py index <HASH>..<HASH> 100644 --- a/cloudvolume/skeleton.py +++ b/cloudvolume/skeleton.py @@ -946,7 +946,7 @@ class Skeleton(object): c.f. http://research.mssm.edu/cnic/swc.html """ - from ... import __version__ + from . import __version__ ...
fix: swc exporter broken due to relative path import location change
seung-lab_cloud-volume
train
py
dfeff964c98fb3ec3d106b3765c4f0a230ab82fa
diff --git a/lib/googmodule.js b/lib/googmodule.js index <HASH>..<HASH> 100644 --- a/lib/googmodule.js +++ b/lib/googmodule.js @@ -7,9 +7,10 @@ var createPreprocesor = function(logger, /* config.basePath */ basePath) { return function(content, file, done) { if (path.extname(file.originalPath) !== '.js' || - ...
fix: increase the potential window for goog.module statements.
karma-runner_karma-googmodule-preprocessor
train
js
1cb31d08a81ee27db2fe1d1b0ad46291ada337ae
diff --git a/src/manager.js b/src/manager.js index <HASH>..<HASH> 100644 --- a/src/manager.js +++ b/src/manager.js @@ -304,7 +304,7 @@ Manager.prototype.processOnMove = function (evt) { identifier: nipple.identifier, position: pos, force: force, - pressure: evt.force || evt.pressure ||...
fix(manager): add default pressure at 0
yoannmoinet_nipplejs
train
js
69f4e48e5a3146d20996098edab73126796b9f01
diff --git a/commitlint.config.js b/commitlint.config.js index <HASH>..<HASH> 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -5,17 +5,16 @@ const packages = require('@commitlint/config-lerna-scopes') const applyCustomScope = () => { const customScope = packages.rules[`scope-enum`]()[2] customSco...
chore(config): add all folders to commitlint scopes (#<I>)
telus_tds-core
train
js
88a690cd8eaa270aa4a43804783de1d821d02429
diff --git a/packages/wxa-cli/src/const/color.js b/packages/wxa-cli/src/const/color.js index <HASH>..<HASH> 100644 --- a/packages/wxa-cli/src/const/color.js +++ b/packages/wxa-cli/src/const/color.js @@ -4,4 +4,5 @@ export default { COMPILED: 1, INIT: 0, CHANGED: -1, + COMPILE_ERROR: -2, }; diff --git...
fix(cli): while a module compiled fail, we also need to mark it.
wxajs_wxa
train
js,js
1453ac071467b496918c9f60693fe86a214f730a
diff --git a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js +++ b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js @...
fix(meetings): add check for guest wireless share
webex_spark-js-sdk
train
js
b0475400105d342c8a34dbbcdd6501ca62a83d2f
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -39,10 +39,11 @@ module.exports = function (karma) { webpackServer: { stats: { colors: true - } + }, + noInfo: true, + quiet: true }, - // web server por...
chore: Remove webpack compile info in karma console Former-commit-id: d6bd<I>f<I>ebf8a9b<I>cf5f<I>c<I>
JetBrains_ring-ui
train
js
49d946f9796edd09c930b4dd9a7a6bca7dd68538
diff --git a/packages/browserify/test/issue-58.test.js b/packages/browserify/test/issue-58.test.js index <HASH>..<HASH> 100644 --- a/packages/browserify/test/issue-58.test.js +++ b/packages/browserify/test/issue-58.test.js @@ -10,15 +10,15 @@ var from = require("from2-string"), bundle = require("./lib/bundle...
test: arrow fns and a longer timeout
tivac_modular-css
train
js
c2bec58c6b921193cfc42e1d6124966d74356eab
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,6 @@ 'use strict'; +import babiliPreset from 'babel-preset-babili'; import bannerPlugin from '@comandeer/babel-plugin-banner'; import { getCommentContent } from '@comandeer/babel-plugin-banner/util...
fix(babel): explicitly pass preset to babel
Comandeer_rollup-plugin-babel-minify
train
js
e48d350792aa6f0cb9f173303c86a78e577257e5
diff --git a/src/Models/RefreshToken.php b/src/Models/RefreshToken.php index <HASH>..<HASH> 100644 --- a/src/Models/RefreshToken.php +++ b/src/Models/RefreshToken.php @@ -25,6 +25,7 @@ namespace Seat\Eveapi\Models; use Carbon\Carbon; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\SoftDelete...
feat(relationship): add affiliation relation from token
eveseat_eveapi
train
php
2d4144727a60b638905ad2159693871d145bd110
diff --git a/ui/src/components/select/QSelect.js b/ui/src/components/select/QSelect.js index <HASH>..<HASH> 100755 --- a/ui/src/components/select/QSelect.js +++ b/ui/src/components/select/QSelect.js @@ -602,7 +602,7 @@ export default createComponent({ return typeof val === 'function' ? val - : ...
perf(QSelect): use faster check for object like (#<I>)
quasarframework_quasar
train
js
1d305db7402a7ebbc4d45e5e3e5bebfb9aa8d826
diff --git a/lib/handlers/directory/manifest.js b/lib/handlers/directory/manifest.js index <HASH>..<HASH> 100644 --- a/lib/handlers/directory/manifest.js +++ b/lib/handlers/directory/manifest.js @@ -20,6 +20,7 @@ function manifest (spec, opts) { (pkg, sr) => { pkg._shrinkwrap = sr pkg._hasShrinkwrap ...
fix(directory): add _resolved to directory manifests
zkat_pacote
train
js
a8ae53355b3100580742d3fb206715c2380552ba
diff --git a/src/datepicker.js b/src/datepicker.js index <HASH>..<HASH> 100644 --- a/src/datepicker.js +++ b/src/datepicker.js @@ -399,14 +399,15 @@ export default class Datepicker { * Checks if date is already selected, returns selected date if finds some * Returns selected date needed for timepicker ...
fix: fixed hiliting selected month/year
t1m0n_air-datepicker
train
js,js
bb8a54ea27cf2393d995d1f6b4466483eb3d6d4d
diff --git a/packages/bolt-build-tools/build-slack/index.js b/packages/bolt-build-tools/build-slack/index.js index <HASH>..<HASH> 100644 --- a/packages/bolt-build-tools/build-slack/index.js +++ b/packages/bolt-build-tools/build-slack/index.js @@ -170,7 +170,7 @@ function deploy(context, sha) { if (process.env.CI || pr...
test: third time's a charm? re-testing travis deployment
bolt-design-system_bolt
train
js
2d49cb907bda7c6050e40eb3a82209f27ae0c7b7
diff --git a/packages/cli/bin.js b/packages/cli/bin.js index <HASH>..<HASH> 100755 --- a/packages/cli/bin.js +++ b/packages/cli/bin.js @@ -4,7 +4,6 @@ const chalk = require("chalk"); const execa = require("execa"); const semver = require("semver"); -const { verifyConfig } = require("./config"); const currentNodeVer...
fix: remove verifyConfig step (no longer needed)
Webiny_webiny-js
train
js
ab2a0b6a8bb1a374e0819e2c672e1701c4dab138
diff --git a/test/transports.websocket.test.js b/test/transports.websocket.test.js index <HASH>..<HASH> 100644 --- a/test/transports.websocket.test.js +++ b/test/transports.websocket.test.js @@ -44,7 +44,6 @@ module.exports = { io.set('transports', ['websocket']); io.sockets.on('connection', function (socke...
test: removed protocolVersion private api from tests
socketio_socket.io
train
js
396f6f8fe06022891658b24025b1d1bb8e85e0df
diff --git a/__tests__/checkLogs.helper.js b/__tests__/checkLogs.helper.js index <HASH>..<HASH> 100644 --- a/__tests__/checkLogs.helper.js +++ b/__tests__/checkLogs.helper.js @@ -20,8 +20,8 @@ module.exports = async ({ client, projectPath, projectName, mode }) => { // Remove any quotes appBaseUrl = appBaseUrl...
fix(webpackConfig): proper BASE_URL in build, fixes #<I>
nklayman_vue-cli-plugin-electron-builder
train
js,js
162c0be5b8537e1be6363522c298c7bdbbab79a8
diff --git a/packages/css-to-js/css-to-js.js b/packages/css-to-js/css-to-js.js index <HASH>..<HASH> 100644 --- a/packages/css-to-js/css-to-js.js +++ b/packages/css-to-js/css-to-js.js @@ -164,10 +164,12 @@ exports.transform = (file, processor, opts = {}) => { if(!imports.size) { return; } ...
feat(css-to-js): abs vs rel imports
tivac_modular-css
train
js
b697a3a1f22051fcc73cac22e9225313f2d75618
diff --git a/test/multi-window-test.js b/test/multi-window-test.js index <HASH>..<HASH> 100644 --- a/test/multi-window-test.js +++ b/test/multi-window-test.js @@ -27,6 +27,7 @@ describe('multiple windows', function () { it('should switch focus thanks to windowByIndex', async function () { // TODO + if (pro...
test: disable failing window focus test on Ubuntu
electron_spectron
train
js
db0959808c36c16d57171158c9992fda25213189
diff --git a/lib/instrumentation/index.js b/lib/instrumentation/index.js index <HASH>..<HASH> 100644 --- a/lib/instrumentation/index.js +++ b/lib/instrumentation/index.js @@ -79,7 +79,7 @@ function Instrumentation (agent) { // Lazy require so that we don't have to use `require.resolve` which // would fail...
fix(instrumentation): add .js to module path (#<I>)
elastic_apm-agent-nodejs
train
js
5f06e556ea1ffcd9f7d6f5545f64876022d7ff4f
diff --git a/lib/utils/get-config.js b/lib/utils/get-config.js index <HASH>..<HASH> 100644 --- a/lib/utils/get-config.js +++ b/lib/utils/get-config.js @@ -13,6 +13,8 @@ const USER_CONFIG_FILENAME = 'pangolin.config.js' * @returns {Object} Configuration */ module.exports = (context) => { + const { PANGOLIN_ENV, PA...
fix: Force hash for imported files only in dev environment
pangolinjs_core
train
js
d94ade1e3657fe3bb60326fb999f23621e0e55b0
diff --git a/packages/test/src/util/server-tests-runner/ServerContext.js b/packages/test/src/util/server-tests-runner/ServerContext.js index <HASH>..<HASH> 100644 --- a/packages/test/src/util/server-tests-runner/ServerContext.js +++ b/packages/test/src/util/server-tests-runner/ServerContext.js @@ -46,7 +46,7 @@ class S...
fix(test): fix regression with legacy test API
marko-js_cli
train
js
8dba9eb0dc42513cb3944fc3718dce94c040f27c
diff --git a/test/lib/api/user.test.js b/test/lib/api/user.test.js index <HASH>..<HASH> 100644 --- a/test/lib/api/user.test.js +++ b/test/lib/api/user.test.js @@ -48,13 +48,13 @@ describe('test/lib/api/user.test.js', () => { const result = yield dingtalk.user.update({ userid: userId, - name: 'user-te...
test: change userName to \'user-{userId}\' (#<I>)
ali-sdk_node-dingtalk
train
js
50a94d73c9ae27d9c2a5efe19ebbf47f93d5c710
diff --git a/client/alloc_runner_test.go b/client/alloc_runner_test.go index <HASH>..<HASH> 100644 --- a/client/alloc_runner_test.go +++ b/client/alloc_runner_test.go @@ -168,7 +168,7 @@ func TestAllocRunner_DeploymentHealth_Unhealthy_Deadline(t *testing.T) { // Make the task block task := ar.alloc.Job.TaskGroups[0...
test: try to prevent flakiness on travis
hashicorp_nomad
train
go
5c662a9be44a7300f5001aa29770d03cd6f37e99
diff --git a/samples/system-test/kms.test.js b/samples/system-test/kms.test.js index <HASH>..<HASH> 100644 --- a/samples/system-test/kms.test.js +++ b/samples/system-test/kms.test.js @@ -17,11 +17,13 @@ const fs = require(`fs`); const path = require(`path`); const {assert} = require('chai'); -const {execSync} = requ...
refactor: wrap execSync with encoding: utf-8 (#<I>)
googleapis_nodejs-kms
train
js
160967f8b86aa2b966428e28b3cbd4b282f177fa
diff --git a/sparse/client.go b/sparse/client.go index <HASH>..<HASH> 100644 --- a/sparse/client.go +++ b/sparse/client.go @@ -300,9 +300,9 @@ func processDiff(encoder *gob.Encoder, decoder *gob.Decoder, local <-chan Hashed // Compare file hashes hashLocal = fileHasher.Sum(nil) - log.Info("hashLocal=", hashLocal)...
test: fixed broken 1G benchmark test
rancher_sparse-tools
train
go,go