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
cea7888efd039a1a4a241e34a978452c2262e808
diff --git a/src/main/java/com/smartsheet/api/models/ContactObjectValue.java b/src/main/java/com/smartsheet/api/models/ContactObjectValue.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/smartsheet/api/models/ContactObjectValue.java +++ b/src/main/java/com/smartsheet/api/models/ContactObjectValue.java @@ -63,11...
fix: fix typo in `image`
smartsheet-platform_smartsheet-java-sdk
train
java
e0981518493618eb3d9901baf87ebeb2673db904
diff --git a/middleware/logger.js b/middleware/logger.js index <HASH>..<HASH> 100644 --- a/middleware/logger.js +++ b/middleware/logger.js @@ -76,7 +76,7 @@ class Logger { io = chalk.red(io) } if (body) { - log += `${prefix}${io}${res.statusCode}: ${body.replace(/\r?\n|\r/g, ' '...
fix: Fix issue where purely numerical responses would cause an error while logging.
cubic-js_cubic
train
js
a17cbda1a9d172cf02873c1860c9f5e7b33964c6
diff --git a/lib/manager/index.js b/lib/manager/index.js index <HASH>..<HASH> 100644 --- a/lib/manager/index.js +++ b/lib/manager/index.js @@ -224,11 +224,12 @@ async function resolvePackageFiles(config) { return packageFile; } let queue = allPackageFiles.map(p => () => resolvePackageFile(p)); - // limit to...
fix: allow config.global limit for maxPackageFiles
renovatebot_renovate
train
js
192bf85c0a8ef8cc70018bd4d64b602c1ec89b9d
diff --git a/cobra/io/mat.py b/cobra/io/mat.py index <HASH>..<HASH> 100644 --- a/cobra/io/mat.py +++ b/cobra/io/mat.py @@ -25,18 +25,18 @@ except ImportError: # precompiled regular expressions -_bracket_re = re.compile(r"\[[a-z]+\]$") -_underscore_re = re.compile(r"_[a-z]{1,3}$") +_bracket_re = re.compile(r"\[(?P<...
refactor: search for named groups
opencobra_cobrapy
train
py
370daddead4c403cb3a75a58196794cb2002fce5
diff --git a/test/exporter.spec.js b/test/exporter.spec.js index <HASH>..<HASH> 100644 --- a/test/exporter.spec.js +++ b/test/exporter.spec.js @@ -9,7 +9,6 @@ const UnixFS = require('ipfs-unixfs') const pull = require('pull-stream') const zip = require('pull-zip') const CID = require('cids') -const loadFixture = req...
chore: fix linting issues
ipfs_js-ipfs-unixfs
train
js
6a989271c7c7d4976c49139f4802d2746233a338
diff --git a/lib/inspectors/data.js b/lib/inspectors/data.js index <HASH>..<HASH> 100644 --- a/lib/inspectors/data.js +++ b/lib/inspectors/data.js @@ -34,6 +34,11 @@ function checkBodySize(data) { } } +function isUnzipJs(r) { + r = r.headers; + return !r['content-encoding'] && util.getContentType(r) === 'JS'; +...
refactor: enlarge cache size of js file
avwo_whistle
train
js
625ae7dfce84d2cb8a7ee99efa7dea3bf1ae7e1d
diff --git a/samples/export-to-storage.v1p1beta1.js b/samples/export-to-storage.v1p1beta1.js index <HASH>..<HASH> 100644 --- a/samples/export-to-storage.v1p1beta1.js +++ b/samples/export-to-storage.v1p1beta1.js @@ -36,7 +36,7 @@ function main( // const languageCode = 'BCP-47_LANGUAGE_CODE_OF_AUDIO'; // Imports ...
docs(samples): moved export-to-gcs sample to v1 (#<I>)
googleapis_nodejs-speech
train
js
fe627b35e930710ed951569b8031f38023fc14ab
diff --git a/tests/system/RESTful/ResourceControllerTest.php b/tests/system/RESTful/ResourceControllerTest.php index <HASH>..<HASH> 100644 --- a/tests/system/RESTful/ResourceControllerTest.php +++ b/tests/system/RESTful/ResourceControllerTest.php @@ -35,7 +35,12 @@ use Tests\Support\RESTful\Worker; * so we need to ma...
test: revert @runTestsInSeparateProcesses Without it, tests fail. I don't know why.
codeigniter4_CodeIgniter4
train
php,php
8c0a957c3ef0149f3f616a8baef2eb9a164436c1
diff --git a/workflow/controller/workflowpod.go b/workflow/controller/workflowpod.go index <HASH>..<HASH> 100644 --- a/workflow/controller/workflowpod.go +++ b/workflow/controller/workflowpod.go @@ -373,7 +373,7 @@ func (woc *wfOperationCtx) createWorkflowPod(ctx context.Context, nodeName strin // https://kubernete...
fix: Fix bug in entrypoint lookup (#<I>)
argoproj_argo
train
go
781fa25a0e6684783d2713f3a0566fe6fa1bfabc
diff --git a/packages/blueprint-mongodb/app/services/mongodb.js b/packages/blueprint-mongodb/app/services/mongodb.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-mongodb/app/services/mongodb.js +++ b/packages/blueprint-mongodb/app/services/mongodb.js @@ -169,8 +169,8 @@ module.exports = Service.extend ({ ...
feat: changed order to seed before migrating
onehilltech_blueprint
train
js
b8dc53fa439b98541644c64c1275f25d9f2e2235
diff --git a/_postinstall.js b/_postinstall.js index <HASH>..<HASH> 100755 --- a/_postinstall.js +++ b/_postinstall.js @@ -34,7 +34,7 @@ try { "\x1b[37m24 февраля " + bold("Россия напала на Украину") + ", что уже стало причиной " + - bold("7000+ жертв среди российских военных") + + bold("15000+ жерт...
chore: Improve manifest (#<I>)
medikoo_es5-ext
train
js
d5be4977295c1a2d2f19190a37813255883dd38f
diff --git a/test/k8sT/Services.go b/test/k8sT/Services.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Services.go +++ b/test/k8sT/Services.go @@ -25,7 +25,7 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" log "github.com/sirupsen/logrus" - "k8s.io/client-go/pkg/api/v1" + "k8s.io/api/core/v1" )...
test: change import path for k8s API
cilium_cilium
train
go
4f07ec65abe53e6930d1c3a2eaf98bf71827ab7c
diff --git a/packages/bonde-public/pages/mobilization.connected.js b/packages/bonde-public/pages/mobilization.connected.js index <HASH>..<HASH> 100644 --- a/packages/bonde-public/pages/mobilization.connected.js +++ b/packages/bonde-public/pages/mobilization.connected.js @@ -106,7 +106,7 @@ const plugins = [ ...
fix(public): add href to shared on post-action donation
nossas_bonde-client
train
js
49c4de3f7b4b362fbdaacb754f46b4a0c934e5ae
diff --git a/testing/integration_test.go b/testing/integration_test.go index <HASH>..<HASH> 100644 --- a/testing/integration_test.go +++ b/testing/integration_test.go @@ -94,14 +94,14 @@ retry git fetch origin {{if .PR}}pull/{{.PR}}/head{{else}}{{.Branch}}{{end}}:pul git checkout pull_branch git reset --hard {{.Commi...
fix: use latest version of nan when installing pprof-nodejs in v8-canary test (#<I>)
googleapis_cloud-profiler-nodejs
train
go
68a7cfcb6e81397affcfed7d4df829b30b657674
diff --git a/lib/console-reporter.js b/lib/console-reporter.js index <HASH>..<HASH> 100644 --- a/lib/console-reporter.js +++ b/lib/console-reporter.js @@ -87,6 +87,7 @@ ConsoleReporter.prototype.stats = function stats(data) { data.summaries = data.histograms || {}; // TODO: Remove, or make consistent everywhere ...
fix(console-reporter): handle report object not having any tracked rates
artilleryio_artillery
train
js
2a31245d30a056f393971b8d1adc0498782d9fe6
diff --git a/benchbuild/utils/actions.py b/benchbuild/utils/actions.py index <HASH>..<HASH> 100644 --- a/benchbuild/utils/actions.py +++ b/benchbuild/utils/actions.py @@ -679,6 +679,8 @@ class SetProjectVersion(Step): src = variant.owner src.version(project.builddir, variant.version) + ...
feat(actions): track active_variant with SetProjectVersion
PolyJIT_benchbuild
train
py
02d9e57f88543282715885703e7cd8f0c3fdb4c2
diff --git a/packages/node_modules/@webex/plugin-memberships/src/memberships.js b/packages/node_modules/@webex/plugin-memberships/src/memberships.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-memberships/src/memberships.js +++ b/packages/node_modules/@webex/plugin-memberships/src/memberships....
fix(plugin-memberships): update cluster target for hide events
webex_spark-js-sdk
train
js
3f74fb6c6dbcb547aaee979e913e35ee89a73181
diff --git a/src/createNext.js b/src/createNext.js index <HASH>..<HASH> 100644 --- a/src/createNext.js +++ b/src/createNext.js @@ -8,10 +8,18 @@ var validateOutput = function (action, path, arg, signalName) { var checkers = action.output || action.outputs[path || action.defaultOutput] - if (checkers === undefin...
fix(actionValidations): should throw error when have validation, but no values
cerebral_cerebral
train
js
6ee5bcbb713b9185534c27034d1c814b55779fbb
diff --git a/lib/api-client/resources/batch.js b/lib/api-client/resources/batch.js index <HASH>..<HASH> 100644 --- a/lib/api-client/resources/batch.js +++ b/lib/api-client/resources/batch.js @@ -27,4 +27,18 @@ Batch.get = function(id, done) { }); }; +Batch.statistics = function(params, done) { + return this.http...
feat(api): add batch statistics related to CAM-<I>
camunda_camunda-bpm-sdk-js
train
js
ad0ccc9e5a8d523bba043034be5613a1bc26fcd4
diff --git a/src/helpers/contacts.js b/src/helpers/contacts.js index <HASH>..<HASH> 100644 --- a/src/helpers/contacts.js +++ b/src/helpers/contacts.js @@ -1,4 +1,4 @@ -import { sortBy } from 'lodash' +import sortBy from 'lodash/sortBy' import { models } from 'cozy-client' const { getFullname, @@ -121,10 +121,10 @@...
refactor: Rename sorted contacts in contact helper little clean up
cozy_cozy-contacts
train
js
0d8e1842ba1a2013ac3521caae800244979cffa9
diff --git a/test/unit/sessions/collection_tests.js b/test/unit/sessions/collection_tests.js index <HASH>..<HASH> 100644 --- a/test/unit/sessions/collection_tests.js +++ b/test/unit/sessions/collection_tests.js @@ -61,7 +61,7 @@ describe('Sessions', function() { const doc = request.document; if (d...
test(sessions): make sure test can end by responding to endSessions
mongodb_node-mongodb-native
train
js
dd373a2a589bb69956769e82c482d02926a4e43f
diff --git a/lib/toxy.js b/lib/toxy.js index <HASH>..<HASH> 100644 --- a/lib/toxy.js +++ b/lib/toxy.js @@ -1,7 +1,7 @@ const midware = require('midware') const Proxy = require('./proxy') -const rules = require('./lib/rules') -const poisons = require('./lib/poisons') +const rules = require('./rules') +const poisons = ...
fix(toxy): bad require path
h2non_toxy
train
js
3524a4eb0dfac76327fc94d83fb5320a5a88baa8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -124,7 +124,7 @@ export const FILTER_TYPES = { export const REQUESTS_IN_FLIGHT_LOADER_DOM_ID = 'loader-for-requests-in-flight'; -export const GraphQlTargets = { +export const GRAPHQL_TARGETS = { MerchantCenterBackend: ...
refactor: casing on GraphQl target constant
commercetools_merchant-center-application-kit
train
js
99585d88d05ca96f475eac2d1068620c86f8a8a9
diff --git a/lib/FileSystemInfo.js b/lib/FileSystemInfo.js index <HASH>..<HASH> 100644 --- a/lib/FileSystemInfo.js +++ b/lib/FileSystemInfo.js @@ -813,7 +813,7 @@ const getManagedItem = (managedPath, path) => { */ const getResolvedTimestamp = entry => { if (entry === "ignore") return undefined; - if (entry === nul...
fix: safeguard agains `undefined` entry
webpack_webpack
train
js
37f2bcc8333d6cf456dd625552e8ce1e973956e4
diff --git a/test/unit/specs/mount/Wrapper/attributes.spec.js b/test/unit/specs/mount/Wrapper/attributes.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/specs/mount/Wrapper/attributes.spec.js +++ b/test/unit/specs/mount/Wrapper/attributes.spec.js @@ -16,7 +16,7 @@ describe('attributes', () => { expect(wrapper....
test: spelling correction in test (#<I>)
vuejs_vue-test-utils
train
js
38528e5353f6fe282f40a3e259418a08dc2e1303
diff --git a/anyconfig/processors.py b/anyconfig/processors.py index <HASH>..<HASH> 100644 --- a/anyconfig/processors.py +++ b/anyconfig/processors.py @@ -226,14 +226,15 @@ class Processors(object): """ return find_by_type(ptype, self.list(sort=False)) - def find(self, ipath, ptype=None): + de...
fix: add 'cls' argument to .processors.Processors.find add 'cls' argument to anyconfig.processors.Processors.find to for class or instance comparison later. Along with it, fix the arguments giving to find called from it.
ssato_python-anyconfig
train
py
36b3b9cf92ed31f9b730bb4fbf9755c020c840b6
diff --git a/lib/webpackConfig.js b/lib/webpackConfig.js index <HASH>..<HASH> 100644 --- a/lib/webpackConfig.js +++ b/lib/webpackConfig.js @@ -94,8 +94,9 @@ function getExternals (api, pluginOptions) { } return true }) - const { dependencies } = require(api.resolve('./package.json')) - const externalsLis...
fix(webpackConfig): externalize optional dependencies (#<I>) Optional dependencies from package.json ended up being webpack'd even if specified in `externals`.
nklayman_vue-cli-plugin-electron-builder
train
js
9607fcd304e785409b83fe9928a47879afe61209
diff --git a/src/components/core/events/onTouchStart.js b/src/components/core/events/onTouchStart.js index <HASH>..<HASH> 100644 --- a/src/components/core/events/onTouchStart.js +++ b/src/components/core/events/onTouchStart.js @@ -65,7 +65,7 @@ export default function (event) { ) { document.activeElement.bl...
fix: wrong object of params
nolimits4web_swiper
train
js
d9a1b43044250eac94138b0554585ff4c1fb3411
diff --git a/app/marko/src/client/preview/render.js b/app/marko/src/client/preview/render.js index <HASH>..<HASH> 100644 --- a/app/marko/src/client/preview/render.js +++ b/app/marko/src/client/preview/render.js @@ -6,6 +6,7 @@ import { logger } from '@storybook/client-logger'; const rootEl = document.getElementById('r...
fix: always destroy old Marko component when switching stories
storybooks_storybook
train
js
9db41d72476cd69b3897a573800ad50bbd9ff271
diff --git a/ui/src/components/btn/QBtn.js b/ui/src/components/btn/QBtn.js index <HASH>..<HASH> 100644 --- a/ui/src/components/btn/QBtn.js +++ b/ui/src/components/btn/QBtn.js @@ -17,6 +17,13 @@ let keyboardTarget = void 0, mouseTarget = void 0 +const eventHasKeyModifiers = e => ( + e.ctrlKey === true || + e.s...
feat(QBtn): Follow normal browser behavior when modifier keys are pressed #<I>
quasarframework_quasar
train
js
6929d24dd8e3048ef02c955b9786914c1c4f1cd6
diff --git a/src/Zephyrus/Database/Core/DatabaseStatement.php b/src/Zephyrus/Database/Core/DatabaseStatement.php index <HASH>..<HASH> 100644 --- a/src/Zephyrus/Database/Core/DatabaseStatement.php +++ b/src/Zephyrus/Database/Core/DatabaseStatement.php @@ -5,6 +5,11 @@ use PDO; use PDOStatement; use stdClass; +/** + ...
feat: allow retrieval of native PDO statement
dadajuice_zephyrus
train
php
0e2363ab64720d6ae104e8666062520243778e4e
diff --git a/lib/components/viewers/viewer-container.js b/lib/components/viewers/viewer-container.js index <HASH>..<HASH> 100644 --- a/lib/components/viewers/viewer-container.js +++ b/lib/components/viewers/viewer-container.js @@ -19,7 +19,7 @@ class ViewerContainer extends Component { // check for main panel co...
refactor(route-viewer): add back button on desktop
opentripplanner_otp-react-redux
train
js
0fed43c2c86a9ba4a7b390db505f23fed0409d2d
diff --git a/models/classes/execution/event/DeliveryExecutionStateContext.php b/models/classes/execution/event/DeliveryExecutionStateContext.php index <HASH>..<HASH> 100644 --- a/models/classes/execution/event/DeliveryExecutionStateContext.php +++ b/models/classes/execution/event/DeliveryExecutionStateContext.php @@ -5...
fix: update models/classes/execution/event/DeliveryExecutionStateContext.php
oat-sa_extension-tao-delivery
train
php
d747469e1ae26190d364e5cc9c8112d3d865a0b9
diff --git a/test/unit/features/directives/for.spec.js b/test/unit/features/directives/for.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/features/directives/for.spec.js +++ b/test/unit/features/directives/for.spec.js @@ -125,6 +125,26 @@ describe('Directive v-for', () => { }) if (hasSymbol) { + it('sho...
test: test case for v-for native collection support
kaola-fed_megalo
train
js
0b96b2f95854b11b751e725dfcbe6043f8778bff
diff --git a/ommprotocol/md.py b/ommprotocol/md.py index <HASH>..<HASH> 100644 --- a/ommprotocol/md.py +++ b/ommprotocol/md.py @@ -228,7 +228,7 @@ class Stage(object): self.trajectory = trajectory self.trajectory_every = int(trajectory_every) self.trajectory_new_every = int(trajectory_new_eve...
fix: DCD output failed if no trajectory_atom_subset was provided
insilichem_ommprotocol
train
py
a224365c34c171d14a56b33da6832013340fe431
diff --git a/src/ui/uploads/tests/on-fiile-changed-spec.js b/src/ui/uploads/tests/on-fiile-changed-spec.js index <HASH>..<HASH> 100644 --- a/src/ui/uploads/tests/on-fiile-changed-spec.js +++ b/src/ui/uploads/tests/on-fiile-changed-spec.js @@ -1,4 +1,4 @@ -/* global describe, beforeEach, it, expect */ +/* global descr...
test(upload): ignore test for now. IE issue
Availity_availity-angular
train
js
ea98118b319e3af3eab7c20ea300a20764cccbf9
diff --git a/src/foremast/configs/prepare_configs.py b/src/foremast/configs/prepare_configs.py index <HASH>..<HASH> 100644 --- a/src/foremast/configs/prepare_configs.py +++ b/src/foremast/configs/prepare_configs.py @@ -58,7 +58,7 @@ def process_git_configs(git_short=''): LOG.info('Pipeline configuration not av...
fix: Missing character See also: #<I>
foremast_foremast
train
py
ca60df058bda897859655047e695de4b0b464798
diff --git a/addon/lib/transition-promise.js b/addon/lib/transition-promise.js index <HASH>..<HASH> 100644 --- a/addon/lib/transition-promise.js +++ b/addon/lib/transition-promise.js @@ -29,17 +29,17 @@ export default class TransitionPromise { this._firstStep = defer(this.id + '-start'); this._promise = opt...
feat(first-step): enables pass-thru of params from completion of the first step
runspired_liquid-fire-tweenlite
train
js
a1de7c3a6ae798121c76a41b0548be9805d404c9
diff --git a/lib/instrumentation/span.js b/lib/instrumentation/span.js index <HASH>..<HASH> 100644 --- a/lib/instrumentation/span.js +++ b/lib/instrumentation/span.js @@ -119,7 +119,7 @@ Span.prototype._recordStackTrace = function (obj) { // TODO: This is expensive! Consider if there's a way to cache some of this ...
fix: don't throw if span callsites can't be collected
elastic_apm-agent-nodejs
train
js
7e2a584c5f7e1448cccab0f510e45215f33da1f6
diff --git a/aws/resource_aws_elasticsearch_domain_test.go b/aws/resource_aws_elasticsearch_domain_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_elasticsearch_domain_test.go +++ b/aws/resource_aws_elasticsearch_domain_test.go @@ -306,7 +306,7 @@ func TestAccAWSElasticSearchDomain_CognitoOptions(t *testing....
style: Ran make fmt on Elasticsearch test file
terraform-providers_terraform-provider-aws
train
go
0f0bce677d7af650f3f3c930208a7f8dc789fa8e
diff --git a/jobs/github-event/push.js b/jobs/github-event/push.js index <HASH>..<HASH> 100644 --- a/jobs/github-event/push.js +++ b/jobs/github-event/push.js @@ -83,7 +83,7 @@ module.exports = async function (data) { } // if there are no changes in packag.json files or the greenkeeper config - if (_.isEqual(o...
fix(push): check only for relevant greenkeeper config changes
greenkeeperio_greenkeeper
train
js
17233c2bd5440c1534be4294109336c1d1a38a29
diff --git a/components/TrackerDash/test/trackerdash.image.js b/components/TrackerDash/test/trackerdash.image.js index <HASH>..<HASH> 100644 --- a/components/TrackerDash/test/trackerdash.image.js +++ b/components/TrackerDash/test/trackerdash.image.js @@ -5,5 +5,5 @@ imageTest({ url: 'http://localhost:28000/examples/...
test(TrackerDash): increase threshold
Kitware_candela
train
js
9629e24277f14a0bd21f0845206a3db380af5333
diff --git a/packages/bonde-admin-canary/src/scenes/Dashboard/scenes/Chatbot/components/ChatbotPersistentMenu.js b/packages/bonde-admin-canary/src/scenes/Dashboard/scenes/Chatbot/components/ChatbotPersistentMenu.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin-canary/src/scenes/Dashboard/scenes/Chatbot/compone...
fix(canary): add limit to persistent menu on chatbot
nossas_bonde-client
train
js
0868812233c7b4ca83401586e5dca2ab356ece28
diff --git a/src/tools/annotation/ArrowAnnotateTool.js b/src/tools/annotation/ArrowAnnotateTool.js index <HASH>..<HASH> 100644 --- a/src/tools/annotation/ArrowAnnotateTool.js +++ b/src/tools/annotation/ArrowAnnotateTool.js @@ -289,20 +289,24 @@ export default class ArrowAnnotateTool extends BaseAnnotationTool { ...
fix: 🐛 Fix ArrowAnnotate's event firing on complete/cancel (#<I>)
cornerstonejs_cornerstoneTools
train
js
a517f257a9e66adff5040ed5d55b39e766246b52
diff --git a/src/foremast/awslambda/awslambda.py b/src/foremast/awslambda/awslambda.py index <HASH>..<HASH> 100644 --- a/src/foremast/awslambda/awslambda.py +++ b/src/foremast/awslambda/awslambda.py @@ -116,13 +116,14 @@ class LambdaFunction(object): def create_function(self, vpc_config): """Create lambda...
docs: Move comment into docstring
foremast_foremast
train
py
3ee1426213ec94b89675469d2bcaea83a4117d9d
diff --git a/biz/webui/cgi-bin/composer.js b/biz/webui/cgi-bin/composer.js index <HASH>..<HASH> 100644 --- a/biz/webui/cgi-bin/composer.js +++ b/biz/webui/cgi-bin/composer.js @@ -166,8 +166,9 @@ module.exports = function(req, res) { headers[config.CLIENT_IP_HEAD] = util.getClientIp(req); options.method = getMetho...
refactor: socket > websocket
avwo_whistle
train
js
9f5169b210894209feec8dba6500bcd21a8cccf0
diff --git a/tests/integ/test_git.py b/tests/integ/test_git.py index <HASH>..<HASH> 100644 --- a/tests/integ/test_git.py +++ b/tests/integ/test_git.py @@ -15,6 +15,7 @@ from __future__ import absolute_import import os import numpy +import pytest import tempfile from tests.integ import lock as lock @@ -30,6 +31,...
fix: add pytest.mark.local_mode annotation to broken tests (#<I>)
aws_sagemaker-python-sdk
train
py
63207331448887c8ff81e675b7ac80b34cac15ed
diff --git a/system/CLI/CLI.php b/system/CLI/CLI.php index <HASH>..<HASH> 100644 --- a/system/CLI/CLI.php +++ b/system/CLI/CLI.php @@ -469,11 +469,7 @@ class CLI */ public static function color(string $text, string $foreground, ?string $background = null, ?string $format = null): string { - if (!...
refactor: combine if statements
codeigniter4_CodeIgniter4
train
php
ca2a36b1d713a743045b15adf99eda69a6fdbec7
diff --git a/src/structures/ApplicationCommand.js b/src/structures/ApplicationCommand.js index <HASH>..<HASH> 100644 --- a/src/structures/ApplicationCommand.js +++ b/src/structures/ApplicationCommand.js @@ -212,7 +212,7 @@ class ApplicationCommand extends Base { static transformOption(option, received) { const ...
fix(ApplicationCommand): stringType isn't supposed to be sent to the API (#<I>)
discordjs_discord.js
train
js
2c06bc1cd6d7f2a705cf75cc2a6b9ffbdeadd4ed
diff --git a/test/variadic.js b/test/variadic.js index <HASH>..<HASH> 100644 --- a/test/variadic.js +++ b/test/variadic.js @@ -8,9 +8,18 @@ describe('varargs', function () { afterEach(gc) it('should work with vararg C functions', function () { - var printfPtr = ffi.DynamicLibrary().get('printf') - var pri...
test: use `snprintf()` for the variadic test
node-ffi-napi_node-ffi-napi
train
js
e9cc1574b7546d9e35abda27bfabe251a639d547
diff --git a/lib/ApiSms.php b/lib/ApiSms.php index <HASH>..<HASH> 100644 --- a/lib/ApiSms.php +++ b/lib/ApiSms.php @@ -23,7 +23,7 @@ class ApiSms extends XjtuApi { 'accountKey' => $this->config['accountKey'], ], ]); - return $this->parseResponse($response); + return ...
fix: parse sms response as json
xjtuana-dev_xjtu-api-php
train
php
fca3dada2a565eecfc7e5275cc9317df1d261871
diff --git a/packages/discord.js/src/structures/Embed.js b/packages/discord.js/src/structures/Embed.js index <HASH>..<HASH> 100644 --- a/packages/discord.js/src/structures/Embed.js +++ b/packages/discord.js/src/structures/Embed.js @@ -73,8 +73,8 @@ class Embed { * @typedef {Object} EmbedAssetData * @property {?...
docs(Embed): Ensure height and width are numbers (#<I>)
discordjs_discord.js
train
js
d1003a193d1f0643b968acb3b83ac4a38c5a9ac8
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -14,22 +14,7 @@ import io -import setuptools - -# Disable version normalization performed by setuptools.setup() -try: - # Try the approach of using sic(), added in setuptools 46.1.0 - from setuptools import sic -exc...
chore(revert): revert preventing normalization (#<I>)
GoogleCloudPlatform_google-auth-library-python-httplib2
train
py
c2d4b6992c563bd992c08f9cd78df11a4c12eaf7
diff --git a/test/lib/base.py b/test/lib/base.py index <HASH>..<HASH> 100644 --- a/test/lib/base.py +++ b/test/lib/base.py @@ -224,6 +224,12 @@ class Container(object): return int(local(cmd, capture=True)) return -1 + def start_tcpdump(self, interface=None, filename=None): + if not int...
test: add start_tcpdump()
osrg_gobgp
train
py
1f6efad734531fdb1b1a13a2a9ad6321548304cb
diff --git a/advanced_filters/forms.py b/advanced_filters/forms.py index <HASH>..<HASH> 100644 --- a/advanced_filters/forms.py +++ b/advanced_filters/forms.py @@ -30,12 +30,16 @@ from django.utils.translation import ugettext_lazy as _ from django.utils.six.moves import range, reduce from django.utils.text import capf...
fix(forms): toggle advanced `vendor/jquery` dir according to version
modlinltd_django-advanced-filters
train
py
8a6b4ad15a5f7088a52aa8fee99e8b6fdb7ac5c8
diff --git a/packages/xod-client/src/core/actions.js b/packages/xod-client/src/core/actions.js index <HASH>..<HASH> 100644 --- a/packages/xod-client/src/core/actions.js +++ b/packages/xod-client/src/core/actions.js @@ -1,16 +1,23 @@ import { undoPatch, redoPatch } from '../project/actions'; import { SHOW_CODE_REQUEST...
fix(xod-client): do not execute undo/redo actions on a patch if an input is focused
xodio_xod
train
js
b949edaf449a6f29712698a2c6767f701fc839d5
diff --git a/demo/src/Demo.js b/demo/src/Demo.js index <HASH>..<HASH> 100644 --- a/demo/src/Demo.js +++ b/demo/src/Demo.js @@ -25,8 +25,9 @@ const Demo = (props) => { codeSampleWrapper: { margin: 0, padding: '1rem', - minWidth: '90vw', background: '#efefef' + width: '90vw', + ov...
feat(docs): small style change
theopak_react-parallax-card
train
js
a82c492db03d3ee85057384fe119863191ecf14b
diff --git a/src/mixins/overlayable.js b/src/mixins/overlayable.js index <HASH>..<HASH> 100644 --- a/src/mixins/overlayable.js +++ b/src/mixins/overlayable.js @@ -94,7 +94,11 @@ export default { */ scrollListener (e) { if (e.type === 'keydown') { - if (['INPUT', 'TEXTAREA', 'SELECT'].includes(e...
fix(overlayable): add check for contenteditable was blocking use of contenteditable fixes #<I>
vuetifyjs_vuetify
train
js
96c84c5cdbb77c2f7330ae518beb5254447a1a46
diff --git a/src/notebook/index.js b/src/notebook/index.js index <HASH>..<HASH> 100644 --- a/src/notebook/index.js +++ b/src/notebook/index.js @@ -57,11 +57,11 @@ class App extends React.PureComponent { return ( <Provider store={store}> <div> + <link rel="stylesheet" href="../static/styles...
fix(CSS): Initialize main.css first to allow themes to override CSS variables
nteract_nteract
train
js
0dd1567711208ae219b31f7a04d90719321516a4
diff --git a/packages/site/pages/roadmap.js b/packages/site/pages/roadmap.js index <HASH>..<HASH> 100644 --- a/packages/site/pages/roadmap.js +++ b/packages/site/pages/roadmap.js @@ -19,10 +19,6 @@ import { const work = { now: [ { - title: 'Button - Loading States', - tags: ['Component'] - }, - ...
refactor(site): update roadmap
pluralsight_design-system
train
js
3be4d000c218a72690bbf256573ac3d1c1f95060
diff --git a/packages/form/src/react/vertical-layout.js b/packages/form/src/react/vertical-layout.js index <HASH>..<HASH> 100644 --- a/packages/form/src/react/vertical-layout.js +++ b/packages/form/src/react/vertical-layout.js @@ -22,7 +22,10 @@ const VerticalLayout = (props, context) => ( ) VerticalLayout.displayNam...
refactor(form): relax vertical layout to allow a single element
pluralsight_design-system
train
js
1f2a1927472041090783bb44cb010036a9c8ff37
diff --git a/chuda/app.py b/chuda/app.py index <HASH>..<HASH> 100644 --- a/chuda/app.py +++ b/chuda/app.py @@ -122,8 +122,8 @@ class App: subcommands_dict[instance.command_name] = instance subparser = subparsers.add_parser( instance.command_name, - help=instance...
fix(subcommands): description isn't required
Varkal_chuda
train
py,py
65af2020787d01cac773099a19497af694d551f6
diff --git a/src/bp/ui-admin/src/Pages/Teams/Bots.js b/src/bp/ui-admin/src/Pages/Teams/Bots.js index <HASH>..<HASH> 100644 --- a/src/bp/ui-admin/src/Pages/Teams/Bots.js +++ b/src/bp/ui-admin/src/Pages/Teams/Bots.js @@ -91,7 +91,7 @@ class Bots extends Component { editBot = async () => { await api .getSec...
fix(admin): update bot route was wrong
botpress_botpress
train
js
d0b875aad5916294b7aee985211977c539981771
diff --git a/dsl/pact_test.go b/dsl/pact_test.go index <HASH>..<HASH> 100644 --- a/dsl/pact_test.go +++ b/dsl/pact_test.go @@ -217,8 +217,6 @@ func TestPact_Integration(t *testing.T) { EachLike(36, 1), ) - fmt.Println(body) - // Set up our interactions. Note we have multiple in this test case! pact. AddIn...
test(integration): remove print statement in E2E test
pact-foundation_pact-go
train
go
a8cbae566da9209e0450e014f5449eb9216dc800
diff --git a/packages/cli/bin/sketch-test.js b/packages/cli/bin/sketch-test.js index <HASH>..<HASH> 100644 --- a/packages/cli/bin/sketch-test.js +++ b/packages/cli/bin/sketch-test.js @@ -11,6 +11,7 @@ program .option("-c, --config", "specify config file") .option("--testMatch", "test glob match") .option("--co...
feat: add runInBand option for sketch test (#<I>) (#<I>)
36node_sketch
train
js
6d77e4dfd6b6e69d9eee9fa66e0a4e07837bca16
diff --git a/pkg/fs/fs_test.go b/pkg/fs/fs_test.go index <HASH>..<HASH> 100644 --- a/pkg/fs/fs_test.go +++ b/pkg/fs/fs_test.go @@ -1,21 +1,30 @@ package fs import ( + "io/ioutil" + "os" "os/exec" "strings" "testing" ) func TestSetNOCOW(t *testing.T) { - if IsBtrfs("/") { - SetNOCOW("/") - cmd := exec.Co...
fix(fs): rewrite test to avoid side effect
etcd-io_etcd
train
go
c67c94247701d3ff7dfc44f6aa6223d05a311993
diff --git a/lib/components/places/SearchBox.js b/lib/components/places/SearchBox.js index <HASH>..<HASH> 100644 --- a/lib/components/places/SearchBox.js +++ b/lib/components/places/SearchBox.js @@ -184,7 +184,7 @@ var SearchBox = (exports.SearchBox = (function(_React$PureComponent) { * @see https://developers....
chore(lib): compile from src with `babel`
tomchentw_react-google-maps
train
js
2db3e6dda18e08938b7af060d776739418894a21
diff --git a/lib/testers/rule-tester.js b/lib/testers/rule-tester.js index <HASH>..<HASH> 100644 --- a/lib/testers/rule-tester.js +++ b/lib/testers/rule-tester.js @@ -58,9 +58,21 @@ function verify(ruleName, rule, testCases) { it(`test case #${idx}`, function() { - const expectedResult = { - ...
feat(rule-tester): be able to assert multiple returned reports
bpmn-io_bpmnlint
train
js
f7d4f300487beebf4798baffbad95a24b4c43be0
diff --git a/basic_ds.go b/basic_ds.go index <HASH>..<HASH> 100644 --- a/basic_ds.go +++ b/basic_ds.go @@ -131,7 +131,7 @@ func (d *NullDatastore) Query(ctx context.Context, q dsq.Query) (dsq.Results, er return dsq.ResultsWithEntries(q, nil), nil } -func (d *NullDatastore) Batch() (Batch, error) { +func (d *NullDa...
fix: make NullDatastore satisfy the Batching interface again
ipfs_go-datastore
train
go
dcd69f2a922906e050c4597c00acb7476c463070
diff --git a/test/test-userauth-agent-openssh.js b/test/test-userauth-agent-openssh.js index <HASH>..<HASH> 100644 --- a/test/test-userauth-agent-openssh.js +++ b/test/test-userauth-agent-openssh.js @@ -6,6 +6,12 @@ const { spawnSync } = require('child_process'); const debug = false; const SPAWN_OPTS = { windowsHide:...
test: bypass ssh-agent test on Windows for now
mscdex_ssh2
train
js
9a10e0ab28e7c6965f27d0b1228045e35e96025a
diff --git a/website/src/components/playground/Query.js b/website/src/components/playground/Query.js index <HASH>..<HASH> 100644 --- a/website/src/components/playground/Query.js +++ b/website/src/components/playground/Query.js @@ -38,9 +38,12 @@ function useHistory() { } function useLocation() { - const { listen }...
chore(website): fix build
smooth-code_svgr
train
js
57bd97ca58fcc9c9558e1d7fcacf9cf114fa574c
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 @@ -116,10 +116,13 @@ class BaseKonnector { ...
feat: More logs in BaseKonnector
konnectors_libs
train
js
5c263209df199e6640ec522efadc93fd03539474
diff --git a/internal/core/command/put.go b/internal/core/command/put.go index <HASH>..<HASH> 100644 --- a/internal/core/command/put.go +++ b/internal/core/command/put.go @@ -36,11 +36,12 @@ func NewPutCommand( lc logger.LoggingClient, originalRequest *http.Request) (Executor, error) { + queryParams := originalRe...
feat: processing query params of url in put method (#<I>)
edgexfoundry_edgex-go
train
go
155df9f5531a965cbb8f7fcfe1911db8df6323e0
diff --git a/lib/Chunk.js b/lib/Chunk.js index <HASH>..<HASH> 100644 --- a/lib/Chunk.js +++ b/lib/Chunk.js @@ -476,7 +476,7 @@ class Chunk { } /** - * @param {Chunk} newChunk the new chunk that will be split out of, and then chunk raphi twil= + * @param {Chunk} newChunk the new chunk that will be split out of ...
fix: rephrase split method signature info
webpack_webpack
train
js
4b8ed4ad45f661eed01d5c087b31a13cce0bade7
diff --git a/util/traverse.js b/util/traverse.js index <HASH>..<HASH> 100644 --- a/util/traverse.js +++ b/util/traverse.js @@ -7,7 +7,7 @@ function parentPackagePath (parentPath) { const pathDirs = dirs.slice(0, dirs.length - 1) if (pathDirs[pathDirs.length - 1] === 'node_modules') { return parentPackagePath...
fix: parent path bug with relative paths
imsnif_synp
train
js
e485202b16ad1394202d2f1a15e60ca8dce098c4
diff --git a/ui/src/plugins/Screen.js b/ui/src/plugins/Screen.js index <HASH>..<HASH> 100644 --- a/ui/src/plugins/Screen.js +++ b/ui/src/plugins/Screen.js @@ -60,14 +60,15 @@ export default defineReactivePlugin({ const { visualViewport } = window const target = visualViewport || window + const scrollingE...
fix(Screen): fallback to documentElement when scrollElement is missing (jest) #<I> (#<I>) #<I>
quasarframework_quasar
train
js
6481e93bc84dd197c2a9af0e2799138c8fb0ade5
diff --git a/tests/test_sync.py b/tests/test_sync.py index <HASH>..<HASH> 100644 --- a/tests/test_sync.py +++ b/tests/test_sync.py @@ -83,7 +83,7 @@ def test_config_variations( config_file = ensure_parent_dir(repo_dir=dummy_repo, clone_name="anotherclone") configs = load_configs([str(config_file)]) - for...
test(sync): This doesn't seem used
vcs-python_vcspull
train
py
2dde9c34499e73d2fa317111745ce9ea7cdfe903
diff --git a/courriers/tasks.py b/courriers/tasks.py index <HASH>..<HASH> 100644 --- a/courriers/tasks.py +++ b/courriers/tasks.py @@ -1,6 +1,7 @@ -from __future__ import absolute_import - -from celery.task import task +try: + from celery.task import task +except ImportError: + from celery import shared_task as t...
fix: add compat for celery 5.x
ulule_django-courriers
train
py
ccbf8de5ca1e01f814d65dc7a60212672922ad47
diff --git a/templates/webpack.typescript.js b/templates/webpack.typescript.js index <HASH>..<HASH> 100644 --- a/templates/webpack.typescript.js +++ b/templates/webpack.typescript.js @@ -214,7 +214,8 @@ module.exports = env => { transpileOnly: !!hmr, allowTsInNo...
fix: stop generating .d.ts on TS compilation (#<I>) In case `declaration` is set to true in `tsconfig.json` file, the webpack watcher goes in indefinite loop as each change of .ts file leads to generation of new .d.ts files which are also detected by webpack. To prevent this, ensure declaration is set to false in all...
NativeScript_nativescript-dev-webpack
train
js,js
49d9b3f84ba48ca01c06b7c6a1398c82d86127f9
diff --git a/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEnabledRootView.java b/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEnabledRootView.java index <HASH>..<HASH> 100644 --- a/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEnabledRoo...
feat: add RNGestureHandlerEnabledRootView constructor with attrs so we can use this view inside an xml layout file (#<I>)
kmagiera_react-native-gesture-handler
train
java
19f7d12b5938565686585b4229776794e0213d2d
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -88,11 +88,11 @@ module.exports = postcss.plugin(name, (options) => { map = mapTable.get('root'); } - const selector = uniformStyle.process( + const selector = uniformStyle.processSy...
fix: correct postcss selector parser to use sync processing
ChristianMurphy_postcss-combine-duplicated-selectors
train
js,js
e577566a873d24b096864b0a2663a09a42c6f8f6
diff --git a/tests/unit/fetch-test.js b/tests/unit/fetch-test.js index <HASH>..<HASH> 100644 --- a/tests/unit/fetch-test.js +++ b/tests/unit/fetch-test.js @@ -23,3 +23,16 @@ test('fetch', function (t) { simple.restore() t.end() }) + +test('fetch without state', function (t) { + t.plan(1) + + fetch({ + baseU...
test: account.fetch() fails if signed out * * * This commit was sponsored by &yet. Our friends at &yet have been supporters of Hoodie since its earliest days. <3 And they have availability for new projects! We think they’re some of the best people you can hire anywhere, but you can read what other people have to say...
hoodiehq_hoodie-account-client
train
js
b112376161ce58a547b73b71fe5390da1ee1ee9f
diff --git a/ext/function/delay.js b/ext/function/delay.js index <HASH>..<HASH> 100644 --- a/ext/function/delay.js +++ b/ext/function/delay.js @@ -2,7 +2,8 @@ "use strict"; -var callable = require("es5-ext/object/valid-callable") +var isValue = require("es5-ext/object/is-value") + , callable = req...
refactor: lint
medikoo_deferred
train
js
c6e010fd9f0b96866e79f7076560967fa9218e87
diff --git a/packages/datepicker/src/react/__specs__/index.spec.js b/packages/datepicker/src/react/__specs__/index.spec.js index <HASH>..<HASH> 100644 --- a/packages/datepicker/src/react/__specs__/index.spec.js +++ b/packages/datepicker/src/react/__specs__/index.spec.js @@ -34,7 +34,7 @@ describe('DatePicker', () => { ...
fix(datepicker): fix test for onselect when invalid date is provided - `onSelect` should still be called on invalid dates, allowing parent components to track whether the current date value in the DatePicker is valid/invalid. For example, a save button may need to be disabled if the DatePicker value is currently an in...
pluralsight_design-system
train
js
583f673ea87f2e080caa8a09e6cb3063895ecf5a
diff --git a/src/util/graphic.js b/src/util/graphic.js index <HASH>..<HASH> 100644 --- a/src/util/graphic.js +++ b/src/util/graphic.js @@ -332,7 +332,7 @@ function singleEnterEmphasis(el) { var zr = el.__zr; - var useHoverLayer = el.useHoverLayer && zr.painter.type === 'canvas'; + var useHoverLayer = el....
fix(graphic): fix when zr does not exist
apache_incubator-echarts
train
js
67fc59114909d0ed7db371f8c0bcbfc797c4ff6e
diff --git a/packages/input-checkbox/src/Checkbox.story.js b/packages/input-checkbox/src/Checkbox.story.js index <HASH>..<HASH> 100644 --- a/packages/input-checkbox/src/Checkbox.story.js +++ b/packages/input-checkbox/src/Checkbox.story.js @@ -33,6 +33,12 @@ storiesOf("Checkbox Input", "module") <Checkbox label...
test(stories): tweak fieldset example to have content below the checkbox as well affects: @crave/farmblocks-input-checkbox
CraveFood_farmblocks
train
js
a203c6a287e499ff93349cadc0f3a087513b2f13
diff --git a/packages/build/css/js-to-css.js b/packages/build/css/js-to-css.js index <HASH>..<HASH> 100644 --- a/packages/build/css/js-to-css.js +++ b/packages/build/css/js-to-css.js @@ -1,3 +1,5 @@ +const dashify = require('dashify') + // based on https://raw.githubusercontent.com/tiaanduplessis/obj-to-css/master/ind...
fix(build): dashify the output css rules
pluralsight_design-system
train
js
0f85b85a69ad7dfdf0bea1701d527bb7dd14c0a4
diff --git a/features/require/require.js b/features/require/require.js index <HASH>..<HASH> 100644 --- a/features/require/require.js +++ b/features/require/require.js @@ -202,6 +202,7 @@ for (bind in databinding.binds) { observers.push(_createObserver(parent, ractive, bind, databinding.binds[b...
feat(require): support double data-binding on "data-bind-*" attributes
CodeCorico_ractive-require
train
js
16f68452a638d2c5aaae505e35d86d1fc0c07f1d
diff --git a/packages/workflow/settings/schema.js b/packages/workflow/settings/schema.js index <HASH>..<HASH> 100644 --- a/packages/workflow/settings/schema.js +++ b/packages/workflow/settings/schema.js @@ -28,13 +28,18 @@ const schema = Joi.object() sourceMap: Joi.string() .default('source-map') ...
refactor(workflow): fixed hotloader setting not allowing boolean as value
Availity_availity-workflow
train
js
d7886def18df358dcafd409a6b67306df649e10f
diff --git a/src/js/core/mediaelement.js b/src/js/core/mediaelement.js index <HASH>..<HASH> 100644 --- a/src/js/core/mediaelement.js +++ b/src/js/core/mediaelement.js @@ -430,6 +430,7 @@ class MediaElement { return triggerAction(methodName, args); }).catch((e) => { t.mediaElement.generateError...
fix: error now thrown with promises
mediaelement_mediaelement
train
js
f3c33b13dc7e20e514c0086dc691d94d0a1d1fb0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setuptools.setup( url="https://github.com/ladybug-tools/ladybug", packages=setuptools.find_packages(), install_requires=[ - 'euclid3' + 'euclid3==0.1' ], classifiers=[ ...
fix(euclid3): enforce dependency version Judging by the last deploy of euclid3 being <I> I am not overly worried about breaking changes but this is a good habit to keep.
ladybug-tools_ladybug
train
py
c4a0e1147b87493f367f5f18eb324549744ca2e1
diff --git a/packages/mdc-snackbar/addon/components/mdc-snackbar.js b/packages/mdc-snackbar/addon/components/mdc-snackbar.js index <HASH>..<HASH> 100644 --- a/packages/mdc-snackbar/addon/components/mdc-snackbar.js +++ b/packages/mdc-snackbar/addon/components/mdc-snackbar.js @@ -98,11 +98,11 @@ export default Component....
fix: the snackbar failed if the action was undefined
onehilltech_ember-cli-mdc
train
js
ec6390771250976be98e98b9803b08f9ce4f1c89
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -56,7 +56,7 @@ module.exports = { CONVERSATION_SERVICE: process.env.CONVERSATION_SERVICE, WDM_SERVICE_URL: process.env.WDM_SERVICE_URL, HYDRA_SERVICE_URL: process.env.HY...
chore(webpack): fix ATLAs config
webex_spark-js-sdk
train
js
4acce550c457129f0a9502cbf2cdd52f2f61913b
diff --git a/test/mouse.spec.js b/test/mouse.spec.js index <HASH>..<HASH> 100644 --- a/test/mouse.spec.js +++ b/test/mouse.spec.js @@ -138,7 +138,7 @@ module.exports.addTests = function({testRunner, expect, FFOX}) { ]); }); // @see https://crbug.com/929806 - xit('should work with mobile viewports an...
fix(test): enable cross process viewport test (#<I>)
GoogleChrome_puppeteer
train
js
ec0fe740bc696b1ef8b72a6cff3b229a5b1d2e59
diff --git a/src/services/leafletLayerHelpers.js b/src/services/leafletLayerHelpers.js index <HASH>..<HASH> 100644 --- a/src/services/leafletLayerHelpers.js +++ b/src/services/leafletLayerHelpers.js @@ -355,6 +355,12 @@ angular.module("leaflet-directive") return L.imageOverlay(params.url, params.bounds...
feat(layers): Add support for Leaflet.TileLayer.IIP Could not use 'custom' type because of the angular.copy() statement, therefore add case to the switch
tombatossals_angular-leaflet-directive
train
js
7c9ca476ca441491e3df8c48a58a0d33e4b968c4
diff --git a/lib/https/index.js b/lib/https/index.js index <HASH>..<HASH> 100644 --- a/lib/https/index.js +++ b/lib/https/index.js @@ -1081,6 +1081,7 @@ module.exports = function(socket, next, isWebPort) { var requestCert = (enable.clientCert || enable.requestCert) && !disable.clientCert && !disable.requestCert;...
refactor: refine sniCallback
avwo_whistle
train
js
61b1c7f25ca901546b0f32bb2c190bb876a164ae
diff --git a/lib/workers/repository/updates/branchify.js b/lib/workers/repository/updates/branchify.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/updates/branchify.js +++ b/lib/workers/repository/updates/branchify.js @@ -50,6 +50,10 @@ function branchifyUpgrades(config) { const branchList = config.repo...
refactor: sort branches This makes the onboarding PR easier to understand by putting pin first, then minor, then major.
renovatebot_renovate
train
js
a780691ea56885fb8e466ddf5444efb540ed8b86
diff --git a/lib/hexo/load_plugins.js b/lib/hexo/load_plugins.js index <HASH>..<HASH> 100644 --- a/lib/hexo/load_plugins.js +++ b/lib/hexo/load_plugins.js @@ -12,16 +12,6 @@ module.exports = ctx => { }; function loadModuleList(ctx) { - let customThemeName; - - if (ctx.config) { - const { theme } = ctx.config; ...
fix(load_plugins): prevent hexo-theme being loaded as plugin (#<I>)
hexojs_hexo
train
js
426d62b531a6cd56bf2a787cbc9d92844da09a06
diff --git a/src/elements/dropdown/Dropdown.spec.js b/src/elements/dropdown/Dropdown.spec.js index <HASH>..<HASH> 100644 --- a/src/elements/dropdown/Dropdown.spec.js +++ b/src/elements/dropdown/Dropdown.spec.js @@ -1,7 +1,10 @@ -import { Component } from '@angular/core'; +import { Component, ElementRef } from '@angular...
chore(tests): Fixing tests
bullhorn_novo-elements
train
js
6089dbe4ae3033474962320473e17e360cf04ef0
diff --git a/nicfit/command.py b/nicfit/command.py index <HASH>..<HASH> 100644 --- a/nicfit/command.py +++ b/nicfit/command.py @@ -4,7 +4,7 @@ from collections import OrderedDict def register(CommandSubClass): """A class decorator for Command classes to register in the default set.""" - Command._all_commands...
fix: use command name for _all_commands
nicfit_nicfit.py
train
py