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
2b810fd8193a15dff53393698478c0d2fcf33071
diff --git a/lib/util/injectscripts.js b/lib/util/injectscripts.js index <HASH>..<HASH> 100644 --- a/lib/util/injectscripts.js +++ b/lib/util/injectscripts.js @@ -87,16 +87,19 @@ module.exports = function (pathOrHtml, resourceType, opts, cb) { } } else if (resourceType === 'graphic') { if (config.rollbar && ...
fix(rollbar): fix browser-side Rollbar not receiving the correct access token from the config This prevented it from working at all. lol
nodecg_nodecg
train
js
fc38ed0f038f51e2718e160592848bca70d54e53
diff --git a/src/masonite/foundation/Kernel.py b/src/masonite/foundation/Kernel.py index <HASH>..<HASH> 100644 --- a/src/masonite/foundation/Kernel.py +++ b/src/masonite/foundation/Kernel.py @@ -2,6 +2,7 @@ import os from cleo import Application as CommandApplication from .response_handler import response_handler +...
fix: display real version in Masonite commands help
MasoniteFramework_masonite
train
py
7e943590dac1c65c146ff3abd4f35816e33de40a
diff --git a/hooks/lib/ios/associatedDomains.js b/hooks/lib/ios/associatedDomains.js index <HASH>..<HASH> 100644 --- a/hooks/lib/ios/associatedDomains.js +++ b/hooks/lib/ios/associatedDomains.js @@ -60,11 +60,8 @@ var second = preferences.linkDomain.split('.')[1] var rest = preferences.linkDomain.split('....
chore: removed test link domain from associated domains
BranchMetrics_cordova-ionic-phonegap-branch-deep-linking
train
js
ed93b339c45146cbcbd37b2bf32bd194bc6f4240
diff --git a/packages/vuetifyjs.com/lang/en/vuetify/AppToolbar.js b/packages/vuetifyjs.com/lang/en/vuetify/AppToolbar.js index <HASH>..<HASH> 100644 --- a/packages/vuetifyjs.com/lang/en/vuetify/AppToolbar.js +++ b/packages/vuetifyjs.com/lang/en/vuetify/AppToolbar.js @@ -11,6 +11,11 @@ export default { icon: 'mdi...
feat(ecosystem): added reddit
vuetifyjs_vuetify
train
js
0e4109a5df0931953460092d6b95bb1078b338e9
diff --git a/tests/Helper/TestCase.php b/tests/Helper/TestCase.php index <HASH>..<HASH> 100644 --- a/tests/Helper/TestCase.php +++ b/tests/Helper/TestCase.php @@ -21,7 +21,6 @@ class TestCase extends PHPUnit_Framework_TestCase * @var Di */ protected $di; - protected static $logged = []; publi...
test: log start and finish for test cases
phwoolcon_phwoolcon
train
php
5a80d2225f54176f0c4d463efb181d40f802b300
diff --git a/lib/anycable/rails/config.rb b/lib/anycable/rails/config.rb index <HASH>..<HASH> 100644 --- a/lib/anycable/rails/config.rb +++ b/lib/anycable/rails/config.rb @@ -1,6 +1,9 @@ # frozen_string_literal: true require "anycable/config" +# Make sure Rails extensions for Anyway Config are loaded +# See https:/...
fix: ensure anyway/rails is loaded
anycable_anycable-rails
train
rb
fd724df176241cd40c813cd439bd34dcb8d4ceea
diff --git a/pook/mock.py b/pook/mock.py index <HASH>..<HASH> 100644 --- a/pook/mock.py +++ b/pook/mock.py @@ -8,7 +8,7 @@ from .request import Request from .matcher import MatcherEngine from .helpers import trigger_methods from .exceptions import PookExpiredMock -from .matchers import init as matcher # noqa +from ...
refactor(mock): remove noqa statement
h2non_pook
train
py
b4d37b11a61492da50485d0e4822680258a8d581
diff --git a/packages/upload-core/upload.js b/packages/upload-core/upload.js index <HASH>..<HASH> 100644 --- a/packages/upload-core/upload.js +++ b/packages/upload-core/upload.js @@ -75,15 +75,21 @@ class Upload { } onSuccessCallback() { - const response = this.upload._xhr.getResponseHeader('references'); //...
refactor(upload-core): guard access to references
Availity_sdk-js
train
js
ffb1be88368f183b12fc5789c7d20604f35ba08a
diff --git a/packages/mysql/lib/mysql_p.js b/packages/mysql/lib/mysql_p.js index <HASH>..<HASH> 100644 --- a/packages/mysql/lib/mysql_p.js +++ b/packages/mysql/lib/mysql_p.js @@ -74,14 +74,16 @@ function patchGetConnection(pool) { var args = arguments; var callback = args[0]; - if(callback instanceof Fun...
feat: add mysql2 support to patchGetConnection
aws_aws-xray-sdk-node
train
js
22a2f3f5b5eb38a5200fd653227ad846ae46d43e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ required_packages = [ "inotify_simple==1.2.1", "werkzeug==0.15.5", "paramiko==2.4.2", - "psutil==5.6.7", + "psutil>=5.6.7", "protobuf>=3.1", "scipy>=1.2.2", ]
fix: relax psutils version requirements to avoid version conflicts. (#<I>)
aws_sagemaker-containers
train
py
0bd1d5b4314d216d1a0b09df0129d6d260821641
diff --git a/tests/CommonDatatypeTest.php b/tests/CommonDatatypeTest.php index <HASH>..<HASH> 100644 --- a/tests/CommonDatatypeTest.php +++ b/tests/CommonDatatypeTest.php @@ -48,11 +48,11 @@ class CommonDatatypeTest extends \PHPUnit_Framework_TestCase } else if ($mdat['key'] === 'KBC.datatype.length') { ...
fix: test for nullable true
keboola_php-datatypes
train
php
4c383d86f18d109f9176d3bdb5c25a42b08297c2
diff --git a/docs/src/examples/addons/Responsive/Types/ResponsiveExampleMaxWidth.js b/docs/src/examples/addons/Responsive/Types/ResponsiveExampleMaxWidth.js index <HASH>..<HASH> 100644 --- a/docs/src/examples/addons/Responsive/Types/ResponsiveExampleMaxWidth.js +++ b/docs/src/examples/addons/Responsive/Types/Responsive...
docs(Responsive): update ResponsiveExampleMaxWidth.js (added two words to clarify) (#<I>) Added "and lower" to the <I>px width example, because that's what it does and the wording was confusing on first sight.
Semantic-Org_Semantic-UI-React
train
js
cedfb1d9ab7a7cc58c9032dd40509dc34666b3e9
diff --git a/workflow/controller/exec_control.go b/workflow/controller/exec_control.go index <HASH>..<HASH> 100644 --- a/workflow/controller/exec_control.go +++ b/workflow/controller/exec_control.go @@ -14,7 +14,7 @@ import ( ) // applyExecutionControl will ensure a pod's execution control annotation is up-to-date ...
fix: Stop the workflow if activeDeadlineSeconds has beed patched (#<I>)
argoproj_argo
train
go
d9df1b341a99f0d606155e3de1a4982e3bcccdf5
diff --git a/lib/media/streaming_engine.js b/lib/media/streaming_engine.js index <HASH>..<HASH> 100644 --- a/lib/media/streaming_engine.js +++ b/lib/media/streaming_engine.js @@ -1211,7 +1211,10 @@ shaka.media.StreamingEngine = class { const info = this.playerInterface_.mediaSourceEngine.getBufferedInfo(); ...
fix: Log buffered info as a string On WebOS, objects are logged as 'Object' rather than the properties. Convert buffered info to a string, so that the properties get printed in the logs. Change-Id: Ia6daab<I>ed<I>e<I>ff7d<I>c<I>fdcb<I>bdb7e
google_shaka-player
train
js
5c5d9398d9b19c27620b1ff4550df419c8c93541
diff --git a/packages/components/bolt-image/src/image.js b/packages/components/bolt-image/src/image.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-image/src/image.js +++ b/packages/components/bolt-image/src/image.js @@ -190,8 +190,8 @@ class BoltImage extends withLitHtml() { // Include <noscript> ...
refactor: rename is_ssr ro isSSR to follow JS convention
bolt-design-system_bolt
train
js
3803c24725b1bc68458f6903107e13690c343f55
diff --git a/demo/src/App.js b/demo/src/App.js index <HASH>..<HASH> 100644 --- a/demo/src/App.js +++ b/demo/src/App.js @@ -586,11 +586,11 @@ class App extends Component { <div ref={tc => (this.treeContainer = tc)} className="tree-container"> <Tree data={this.state.data} - ...
fix(demo): restore toggling between node rendering types
bkrem_react-d3-tree
train
js
087f309858d94faaa6158becb56c0f7702a08ac4
diff --git a/src/main/java/com/twilio/Twilio.java b/src/main/java/com/twilio/Twilio.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/twilio/Twilio.java +++ b/src/main/java/com/twilio/Twilio.java @@ -116,14 +116,9 @@ public class Twilio { * Set the account sid. * * @param accountSid account sid...
fix: support setting null account sid (#<I>)
twilio_twilio-java
train
java
bcf2add6fb9c855ca7d465f85c8547073c6d88e9
diff --git a/src/com/transloadit/sdk/Transloadit.java b/src/com/transloadit/sdk/Transloadit.java index <HASH>..<HASH> 100644 --- a/src/com/transloadit/sdk/Transloadit.java +++ b/src/com/transloadit/sdk/Transloadit.java @@ -43,17 +43,17 @@ public class Transloadit { /** * - * @return an assembly instanc...
refactor: Improved access modifiers
transloadit_java-sdk
train
java
273e4f29824fa2dd15f6afaab8c2fe99610a8149
diff --git a/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/LPAResetAttribute.java b/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/LPAResetAttribute.java index <HASH>..<HASH> 100755 --- a/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/la...
docs: annotate LPAResetAttribute perform() as @Override
Jasig_uPortal
train
java
7527271feb4d420f098af031d5a344f2ac041fc5
diff --git a/packages/@vue/cli-service/lib/config/app.js b/packages/@vue/cli-service/lib/config/app.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/config/app.js +++ b/packages/@vue/cli-service/lib/config/app.js @@ -251,6 +251,9 @@ module.exports = (api, options) => { noErrorOnMissing: true,...
fix(cli-service): skip minimization of public folder (#<I>)
vuejs_vue-cli
train
js
8f58835fa118d97b5328f72bb58146074624d0ba
diff --git a/npm/vue/.releaserc.js b/npm/vue/.releaserc.js index <HASH>..<HASH> 100644 --- a/npm/vue/.releaserc.js +++ b/npm/vue/.releaserc.js @@ -1,7 +1,12 @@ module.exports = { ...require('../../.releaserc.base'), branches: [ - { name: 'npm/vue/v2', channel: 'latest', range: '2.x' }, + // we need to keep...
ci: release vue3 on master (#<I>)
cypress-io_cypress
train
js
05ab9ad4cff2f2cc0be7ef60452ac9faaa24accf
diff --git a/Repository/FilterRepository.php b/Repository/FilterRepository.php index <HASH>..<HASH> 100644 --- a/Repository/FilterRepository.php +++ b/Repository/FilterRepository.php @@ -27,15 +27,21 @@ namespace whatwedo\TableBundle\Repository; -use Doctrine\ORM\EntityRepository; +use Doctrine\Bundle\DoctrineBund...
refactor: register repository as service
whatwedo_TableBundle
train
php
62c5c78a4649246d4d73d4ab8a3162158952d8b0
diff --git a/src/common.js b/src/common.js index <HASH>..<HASH> 100644 --- a/src/common.js +++ b/src/common.js @@ -35,7 +35,7 @@ function toArray(object) { * @returns {boolean} */ function isNull(value) { - return toString.call(value) === '[object Null]' + return value === null; } /**
fix(common): isNull function, fixed
a8m_angular-filter
train
js
68170336d5cd889d5d05b62116f379c0cc0a7b9e
diff --git a/packages/netlify-cms-backend-github/src/API.js b/packages/netlify-cms-backend-github/src/API.js index <HASH>..<HASH> 100644 --- a/packages/netlify-cms-backend-github/src/API.js +++ b/packages/netlify-cms-backend-github/src/API.js @@ -638,6 +638,11 @@ export default class API { await this.patchBran...
fix(backend-github): update Open Authoring branches with no PR (#<I>)
netlify_netlify-cms
train
js
22a422643e5da6a4e54a47450fe116fe8ac405df
diff --git a/percy/percy.test.js b/percy/percy.test.js index <HASH>..<HASH> 100644 --- a/percy/percy.test.js +++ b/percy/percy.test.js @@ -157,7 +157,7 @@ test('OTP-RR', async () => { ) await routeViewerButton.click() await page.waitForSelector('.route-viewer') - await page.waitFortimeout(5000) + await page....
ci(percy): correct typo
opentripplanner_otp-react-redux
train
js
63a9f2f2f291d653648fe2d4f7b535fe2f588a73
diff --git a/src/Twig/RequestRuntime.php b/src/Twig/RequestRuntime.php index <HASH>..<HASH> 100644 --- a/src/Twig/RequestRuntime.php +++ b/src/Twig/RequestRuntime.php @@ -3,6 +3,7 @@ namespace EMS\CommonBundle\Twig; use EMS\CommonBundle\Helper\EmsFields; +use EMS\CommonBundle\Storage\NotSavedException; use EMS\Com...
fix: catch NotSavedException in ems_asset_path
ems-project_EMSCommonBundle
train
php
7ed2b58e875f67555dcda28cc8133b297a4b7e43
diff --git a/js/src/files/stat.js b/js/src/files/stat.js index <HASH>..<HASH> 100644 --- a/js/src/files/stat.js +++ b/js/src/files/stat.js @@ -132,15 +132,14 @@ module.exports = (createCommon, options) => { }) }) - // TODO: (achingbrain) - Not yet supported in js-ipfs or go-ipfs yet') - it.skip('sho...
test: enable test stat with ipfs paths (#<I>) Not sure why this is still skipped.
ipfs_interface-js-ipfs-core
train
js
5a3aff0cf50ad63f76fc1d7fc7df3375080ab498
diff --git a/build/paths.js b/build/paths.js index <HASH>..<HASH> 100644 --- a/build/paths.js +++ b/build/paths.js @@ -12,7 +12,7 @@ module.exports = { source: appRoot + '**/*.js', tsSource: [ appRoot + '**/*.js', // list files to parse for d.ts - '!' + appRoot + '*ValueConverter.js' // exclude ...
chore(build): fix build with value converters
SpoonX_aurelia-authentication
train
js,js
b6825756e97699db4d8c0230605919da877493d5
diff --git a/packages/@vue/cli/__tests__/Generator.spec.js b/packages/@vue/cli/__tests__/Generator.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli/__tests__/Generator.spec.js +++ b/packages/@vue/cli/__tests__/Generator.spec.js @@ -456,13 +456,16 @@ test('api: onCreateComplete', async () => { ], af...
test: fix failing tests that due to async support in Generator
vuejs_vue-cli
train
js
3116bb9c2d568a17e2267c191f288e3570ea1cf2
diff --git a/test/mocha-utils.js b/test/mocha-utils.js index <HASH>..<HASH> 100644 --- a/test/mocha-utils.js +++ b/test/mocha-utils.js @@ -117,6 +117,11 @@ global.describeChromeOnly = (...args) => { if (process.env.COVERAGE) assertCoverage(); +console.log( + `Running unit tests with: + -> product: ${product} ...
chore: log product + binary on unit test runs (#<I>) This way it's super clear which product and binary you're testing against.
GoogleChrome_puppeteer
train
js
c72c2a18f819dfe6957f6e8904e8d569a78159c8
diff --git a/phwoolcon-package/assets/phwoolcon/utils.js b/phwoolcon-package/assets/phwoolcon/utils.js index <HASH>..<HASH> 100644 --- a/phwoolcon-package/assets/phwoolcon/utils.js +++ b/phwoolcon-package/assets/phwoolcon/utils.js @@ -34,6 +34,8 @@ HTMLElement.prototype.toggleClass = function (toggleMe) { }; docume...
fix(assets): support `document.on('click')` for touch devices [ci skip]
phwoolcon_phwoolcon
train
js
96647054351535843dc802401a834f64358e99e4
diff --git a/superset-frontend/webpack.config.js b/superset-frontend/webpack.config.js index <HASH>..<HASH> 100644 --- a/superset-frontend/webpack.config.js +++ b/superset-frontend/webpack.config.js @@ -225,6 +225,10 @@ const config = { noParse: /(mapbox-gl)\.js$/, rules: [ { + test: /datatables...
fix: datatable dependencies for pivot-table in dev (#<I>)
apache_incubator-superset
train
js
f7f4aabe9e687480f928dbc240860ac61105e894
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -114,17 +114,17 @@ async function run(options, plugins) { await plugins.prepare( {options, logger, lastRelease, commits, nextRelease}, { - getNextInput: async lastResult => { + getNextInput: as...
refactor: use the `lastInput` arg to compute the `prepare` pipeline next input Use the `getNextInput`'s provided argument rather than relying on the closure.
semantic-release_semantic-release
train
js
d7646eeaef1272734c55b94e04edccfe77460904
diff --git a/platform/nativescript/util/index.js b/platform/nativescript/util/index.js index <HASH>..<HASH> 100644 --- a/platform/nativescript/util/index.js +++ b/platform/nativescript/util/index.js @@ -77,10 +77,14 @@ export function after(original, thisArg, wrap) { export function deepProxy(object, depth = 0) { r...
fix: allow deepProxy to be used in expressions
nativescript-vue_nativescript-vue
train
js,js
f64764bb31d29fdecb2762578764ee71c9496d90
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -14,6 +14,11 @@ import DropdownItem from './DropdownItem'; import DropdownTrigger from './DropdownTrigger'; import Facet from './Facet'; import FacetsSection from './FacetsSection'; +import Form from './Form...
fix(form): export form and related components Form, FormPopover, and other form-related components were missing from index.js. Adds them.
rackerlabs_canon-react
train
js
7cab12cf74421f2e85d8ab1993cea9c42e886b1f
diff --git a/pkg/config/config.go b/pkg/config/config.go index <HASH>..<HASH> 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -379,6 +379,7 @@ func Load(file string) (config Project, err error) { if err != nil { return } + defer f.Close() log.WithField("file", file).Info("loading config file") ...
fix: close config file (#<I>)
goreleaser_goreleaser
train
go
5429c0f9fa8f2657abd5f594891c8e554616d99b
diff --git a/app/templates/server/routers/index.js b/app/templates/server/routers/index.js index <HASH>..<HASH> 100644 --- a/app/templates/server/routers/index.js +++ b/app/templates/server/routers/index.js @@ -10,6 +10,8 @@ module.exports = function(app, server){ {{#if genSwagger}} require('./swagger')(...
fix: adding new test to debug public route
ibm-developer_generator-ibm-core-node-express
train
js,js
a230b0350885194e5f07be667312316ad869b7fc
diff --git a/lib/resolveGitRepo.js b/lib/resolveGitRepo.js index <HASH>..<HASH> 100644 --- a/lib/resolveGitRepo.js +++ b/lib/resolveGitRepo.js @@ -54,7 +54,7 @@ export const resolveGitRepo = async (cwd = process.cwd()) => { // read the path of the current directory relative to the top-level directory // don...
fix: use cwd option when resolving git repo root (#<I>)
okonet_lint-staged
train
js
ccce47921757d6b25001a7d62648219cdf253c40
diff --git a/src/cli.js b/src/cli.js index <HASH>..<HASH> 100644 --- a/src/cli.js +++ b/src/cli.js @@ -206,7 +206,7 @@ export default class CLI extends Context { } const parser = new Parser(); - let showHelpOnError = this.showHelpOnError; + let { showHelpOnError } = this; try { const { _, argv, conte...
fix: Correctly reference command context properties.
cb1kenobi_cli-kit
train
js
6fe8d092a6796d36230a0e3480cd2a8472e1a6f0
diff --git a/test/k8sT/DatapathConfiguration.go b/test/k8sT/DatapathConfiguration.go index <HASH>..<HASH> 100644 --- a/test/k8sT/DatapathConfiguration.go +++ b/test/k8sT/DatapathConfiguration.go @@ -551,7 +551,7 @@ var _ = Describe("K8sDatapathConfig", func() { Context("Etcd", func() { // Flaky on pipelines othe...
test: Fix and re-enable test reliant on managed etcd - ensure `global.identityAllocationMode=kvstore` is set; the default is `crd` which is not what etcd test was meant to be testing - it looks like there is still a deadlock occuring when default `crd` modes is used Fixes: #<I>
cilium_cilium
train
go
e1aaec4c43e8c6a26dd9314c62ef2fbaa9679ca3
diff --git a/tests/Database/Ddd/Create/CreateTest.php b/tests/Database/Ddd/Create/CreateTest.php index <HASH>..<HASH> 100644 --- a/tests/Database/Ddd/Create/CreateTest.php +++ b/tests/Database/Ddd/Create/CreateTest.php @@ -51,7 +51,7 @@ class CreateTest extends TestCase * description=" * _**完整例子**_ ...
fix: fix comment for tests/Database/Ddd/Create/CreateTest.php
hunzhiwange_framework
train
php
281566536760cd9e9dd8ae8eeb0ca07656ffd5b1
diff --git a/library/pages/components/FeatureList/index.js b/library/pages/components/FeatureList/index.js index <HASH>..<HASH> 100644 --- a/library/pages/components/FeatureList/index.js +++ b/library/pages/components/FeatureList/index.js @@ -22,7 +22,7 @@ export default function FeatureList(props) { c...
fix: getting started ttypo (#<I>)
90milesbridge_react-rainbow
train
js
4b1104175dcd842ee42ca1f19b6dd53b6895f891
diff --git a/lib/plugins/load-plugin.js b/lib/plugins/load-plugin.js index <HASH>..<HASH> 100644 --- a/lib/plugins/load-plugin.js +++ b/lib/plugins/load-plugin.js @@ -40,7 +40,7 @@ var getText = function(item) { var execCallback = function(id, cbs, item) { var cb = cbs[id]; - if (cbs === reqCallbacks || (!item |...
feat: supports to get network data in plugin
avwo_whistle
train
js
ebac2a5ec042592866aeded3b42d94e66bba4244
diff --git a/features/opsworks/step_definitions/opsworks.js b/features/opsworks/step_definitions/opsworks.js index <HASH>..<HASH> 100644 --- a/features/opsworks/step_definitions/opsworks.js +++ b/features/opsworks/step_definitions/opsworks.js @@ -1,7 +1,7 @@ module.exports = function() { this.Before("@opsworks", fu...
fix: intermittent test failures with OpsWorks (#<I>)
aws_aws-sdk-js
train
js
46dbd88c1c8bbee9e0525a8cb11da7790024230f
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -62,7 +62,7 @@ var PATH = { all: APP_SRC, lib: [ // Order is quite important here for the HTML tag injection. - require.resolve('traceur/bin/traceur-runtime.js'), + require.resolve('angul...
fix(build): proper traceur path
NathanWalker_angular-seed-advanced
train
js
68f0da5ade827174aa9df3f06273ce0de9675e0b
diff --git a/lib/workers/branch/check-existing.js b/lib/workers/branch/check-existing.js index <HASH>..<HASH> 100644 --- a/lib/workers/branch/check-existing.js +++ b/lib/workers/branch/check-existing.js @@ -22,19 +22,6 @@ async function prAlreadyExisted(config) { ); if (pr) { logger.debug('Found closed PR wi...
refactor: remove legacy code detecting mistakenly closed PRs
renovatebot_renovate
train
js
a921953d1ac28297e107f19f093d7f9765895658
diff --git a/src/color-thief.js b/src/color-thief.js index <HASH>..<HASH> 100644 --- a/src/color-thief.js +++ b/src/color-thief.js @@ -28,8 +28,6 @@ var CanvasImage = function (image) { this.canvas = document.createElement('canvas'); this.context = this.canvas.getContext('2d'); - document.body.appendChi...
refactor: Don't append canvas to DOM
lokesh_color-thief
train
js
86967562dce909c999e8e5b69106f71b90213e63
diff --git a/bindings/vue/vue-onsenui/rollup.config.js b/bindings/vue/vue-onsenui/rollup.config.js index <HASH>..<HASH> 100644 --- a/bindings/vue/vue-onsenui/rollup.config.js +++ b/bindings/vue/vue-onsenui/rollup.config.js @@ -24,7 +24,7 @@ babelrc.plugins = ['external-helpers']; babelrc.exclude = [local('node_modules...
chore(vue): Fix rollup external test regex This broke because I renamed the directory to `vue-onsenui` so local imports were getting treated as external.
OnsenUI_OnsenUI
train
js
f607dd3247ab547d8a16638f93c58601d0b4d619
diff --git a/src/label/base.js b/src/label/base.js index <HASH>..<HASH> 100644 --- a/src/label/base.js +++ b/src/label/base.js @@ -157,7 +157,7 @@ class Label extends Component { if (!oldLabel) { return; } - if (this.get('useHtml')) { + if (oldLabel.tagName) { const node = this._createDom(...
fix(axis): when global htmlTemplate is set, use html to render label
antvis_component
train
js
ca1ce2f905ca718cf01c0ac0de022168fa0d340b
diff --git a/grappa/operators/equal.py b/grappa/operators/equal.py index <HASH>..<HASH> 100644 --- a/grappa/operators/equal.py +++ b/grappa/operators/equal.py @@ -34,6 +34,9 @@ class EqualOperator(Operator): # Is the operator a keyword kind = Operator.Type.MATCHER + # Enable diff report + show_diff = ...
feat(equal): enable show_diff report in operator
grappa-py_grappa
train
py
3ed1788eb212318cb8742d437ebf3148e0432992
diff --git a/packages/functionals/botpress-qna/src/providers/qnaMaker.js b/packages/functionals/botpress-qna/src/providers/qnaMaker.js index <HASH>..<HASH> 100644 --- a/packages/functionals/botpress-qna/src/providers/qnaMaker.js +++ b/packages/functionals/botpress-qna/src/providers/qnaMaker.js @@ -72,7 +72,7 @@ export ...
fix(qna): fix deleting questions for QnA-maker (#<I>)
botpress_botpress
train
js
b33e8e23f00b5192e3d5866f22d4fc3e370cd9eb
diff --git a/src/migrations/20210421133845-add-sort-order-to-strategies.js b/src/migrations/20210421133845-add-sort-order-to-strategies.js index <HASH>..<HASH> 100644 --- a/src/migrations/20210421133845-add-sort-order-to-strategies.js +++ b/src/migrations/20210421133845-add-sort-order-to-strategies.js @@ -15,5 +15,5 @@...
fix: migration rollback use DROP for column
Unleash_unleash
train
js
69b27e970225b1e678ea1a9bf5c25b84fc7d4396
diff --git a/src/Services/QueuedJobService.php b/src/Services/QueuedJobService.php index <HASH>..<HASH> 100644 --- a/src/Services/QueuedJobService.php +++ b/src/Services/QueuedJobService.php @@ -680,7 +680,7 @@ class QueuedJobService $jobDescriptor->write(); } - if...
fix(QueuedJobService): When a job hits the "Job releasing memory and waiting" case and completed successfully, it would not run the 'afterComplete' logic.
symbiote_silverstripe-queuedjobs
train
php
1544f5147125856e4de066e566820bd8548be007
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 @@ -31,6 +31,7 @@ class ExtendedGtkView(GtkView, Observer): Observer.__init__(self) self._selection = state...
fix(gaphas): Expose event on destruction If a model had been selected when the GUI was closed, that element was drawn, as it was deselected by the Selection. This had led (under some circumstances) to exception during the close operation. This is now fixed by relieving the Selection in the ExtendedGTKView when then r...
DLR-RM_RAFCON
train
py
5846d475ea590b5970a02048e373aad1f801f0fd
diff --git a/symlink.js b/symlink.js index <HASH>..<HASH> 100644 --- a/symlink.js +++ b/symlink.js @@ -4,9 +4,11 @@ var isCallable = require("es5-ext/object/is-callable") , isValue = require("es5-ext/object/is-value") , isString = require("es5-ext/string/is-string") , deferred = require("deferred") - ,...
feat: support `intermediate` option in symlink
medikoo_fs2
train
js
31d5deffc6f0b5e8cfc316ba0b4298c595fdacc3
diff --git a/src/material-context.js b/src/material-context.js index <HASH>..<HASH> 100644 --- a/src/material-context.js +++ b/src/material-context.js @@ -8,6 +8,7 @@ export default class Context extends EventEmitter { constructor() { this.dispatcher = new Dispatcher(); + this._stores = []; }...
fix(Context): prevent duplicated register fixed multiple call store's onhandler, when call action.
azu_material-flux
train
js
0a7536de8d44c9db02b0ba06ea76a1b2fe41ed2b
diff --git a/packages/build-tools/webpack/webpack-config/optimization.js b/packages/build-tools/webpack/webpack-config/optimization.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/webpack/webpack-config/optimization.js +++ b/packages/build-tools/webpack/webpack-config/optimization.js @@ -5,7 +5,7 @@ const { ...
fix(webpack-config): add default value to optimization config from package.json affects: @goldwasserexchange/webpack-config
goldwasserexchange_public
train
js
18c8a4f2c558ac7c31633e2cf7cab0322d6c61a2
diff --git a/realtime/src/main/java/cn/leancloud/im/v2/AVIMConversation.java b/realtime/src/main/java/cn/leancloud/im/v2/AVIMConversation.java index <HASH>..<HASH> 100644 --- a/realtime/src/main/java/cn/leancloud/im/v2/AVIMConversation.java +++ b/realtime/src/main/java/cn/leancloud/im/v2/AVIMConversation.java @@ -1446,...
fix(rtm): typo in AVIMConversation.read()
leancloud_java-sdk-all
train
java
1230e90c73cf207c4f9b5f9963fad48070223af1
diff --git a/src/DTS/eBaySDK/ReturnManagement/Types/IssueRefundOptionType.php b/src/DTS/eBaySDK/ReturnManagement/Types/IssueRefundOptionType.php index <HASH>..<HASH> 100644 --- a/src/DTS/eBaySDK/ReturnManagement/Types/IssueRefundOptionType.php +++ b/src/DTS/eBaySDK/ReturnManagement/Types/IssueRefundOptionType.php @@ -2...
fix: declare correct integer type of various properties
davidtsadler_ebay-sdk-php
train
php
fdb2b3d9d644fb178da4b8d70c298ee12d0ff027
diff --git a/test/specs/commonTests.js b/test/specs/commonTests.js index <HASH>..<HASH> 100644 --- a/test/specs/commonTests.js +++ b/test/specs/commonTests.js @@ -26,6 +26,15 @@ const componentCtx = require.context( const componentInfo = componentCtx.keys().map(key => { const Component = componentCtx(key).default...
feat(commonTests): catch bad component export
Semantic-Org_Semantic-UI-React
train
js
49423f9610fd6755d4d4b83dc8173f4d86b8c29f
diff --git a/tests/k8s_test.go b/tests/k8s_test.go index <HASH>..<HASH> 100644 --- a/tests/k8s_test.go +++ b/tests/k8s_test.go @@ -54,7 +54,7 @@ func setupFromConfigFile(mngr, file string) []Cmd { func tearDownFromConfigFile(mngr, file string) []Cmd { return []Cmd{ {"kubectl delete --grace-period=0 --force -f " +...
test: increase sleep after kubectl delete
skydive-project_skydive
train
go
8dc7df86e0c844d72749c0a492fdad6be2078f32
diff --git a/lib/ApiNetworkLog.php b/lib/ApiNetworkLog.php index <HASH>..<HASH> 100644 --- a/lib/ApiNetworkLog.php +++ b/lib/ApiNetworkLog.php @@ -27,7 +27,7 @@ class ApiNetworkLog extends XjtuApi { 'username' => $username ] ]); - return $response->getBody()...
fix: use parseResponse to process response
xjtuana-dev_xjtu-api-php
train
php
c67299314798a13c2304c33c44fc220607dfedf9
diff --git a/dredd_hooks/dredd.py b/dredd_hooks/dredd.py index <HASH>..<HASH> 100644 --- a/dredd_hooks/dredd.py +++ b/dredd_hooks/dredd.py @@ -110,7 +110,7 @@ class HookHandler(SocketServer.StreamRequestHandler): self.wfile.write(msg) except ValueError: print("\nConnection clo...
chore: Prepare release <I>
apiaryio_dredd-hooks-python
train
py,py
9cf4a7c8fda3ea8ae2b0e2f686a95680242bac57
diff --git a/src/components/GoogleAddressLookup/component.js b/src/components/GoogleAddressLookup/component.js index <HASH>..<HASH> 100644 --- a/src/components/GoogleAddressLookup/component.js +++ b/src/components/GoogleAddressLookup/component.js @@ -201,6 +201,7 @@ class PlacesLookupComponent extends Component { ...
fix: make the first google option selected by default (#<I>)
90milesbridge_react-rainbow
train
js
2c8d81dc9d58b3ff23a2652d765063c188e9c69d
diff --git a/lib/components/viewers/trip-viewer.js b/lib/components/viewers/trip-viewer.js index <HASH>..<HASH> 100644 --- a/lib/components/viewers/trip-viewer.js +++ b/lib/components/viewers/trip-viewer.js @@ -21,7 +21,10 @@ const { getUserTimezone } = coreUtils.time class TripViewer extends Component { static p...
refactor(trip-viewer): adjust for linter
opentripplanner_otp-react-redux
train
js
33f0494683c037d2ec88a00e2babcc4e218792d8
diff --git a/packages/ternary/src/index.js b/packages/ternary/src/index.js index <HASH>..<HASH> 100644 --- a/packages/ternary/src/index.js +++ b/packages/ternary/src/index.js @@ -1,5 +1,7 @@ const CONDITIONAL_EXP = 'ConditionalExpression'; +// test change + export default { name: 'ternary',
fix: test change to ternary
soney_jsep
train
js
4dccba29c368f50d28b6dd4c018e6511bcc9c24a
diff --git a/tsdb/engine/tsm1/engine.go b/tsdb/engine/tsm1/engine.go index <HASH>..<HASH> 100644 --- a/tsdb/engine/tsm1/engine.go +++ b/tsdb/engine/tsm1/engine.go @@ -1616,7 +1616,7 @@ func (e *Engine) deleteSeriesRange(seriesKeys [][]byte, min, max int64) error { // Have we deleted all values for the series? If so...
chore(tsm1): go fmt file
influxdata_influxdb
train
go
a8fc131b895b2bea4d512e3dd9dec2b0c8982db6
diff --git a/packages/wasm-edit/src/index.js b/packages/wasm-edit/src/index.js index <HASH>..<HASH> 100644 --- a/packages/wasm-edit/src/index.js +++ b/packages/wasm-edit/src/index.js @@ -19,6 +19,10 @@ function preprocess(ab: ArrayBuffer): ArrayBuffer { } function sortBySectionOrder(nodes: Array<Node>) { + const o...
fix: keep insertion order for added nodes
xtuc_webassemblyjs
train
js
4e0a661b369b1bbe0f1838e6077fd0b9d8ba16d3
diff --git a/type/__tests__/is.test.js b/type/__tests__/is.test.js index <HASH>..<HASH> 100644 --- a/type/__tests__/is.test.js +++ b/type/__tests__/is.test.js @@ -223,11 +223,48 @@ describe('types/is', () => { }) describe('Maybe', () => { + test('Maybe', () => { + const expected = true + const mayb...
refactor(types): add tests for is maybe
joelnet_MojiScript
train
js
bb3328982321fe7f1e12493adc25c53730133860
diff --git a/packages/cerebral/src/Controller.js b/packages/cerebral/src/Controller.js index <HASH>..<HASH> 100644 --- a/packages/cerebral/src/Controller.js +++ b/packages/cerebral/src/Controller.js @@ -85,7 +85,7 @@ class Controller extends FunctionTree { typeof navigator !== 'undefined' && /Chrome/.test...
fix: corrected documentation url for debugger (#<I>)
cerebral_cerebral
train
js
00f06741b0cb2e2dc4fadf59d85ac995bf1dbff1
diff --git a/commands/MakeTest.js b/commands/MakeTest.js index <HASH>..<HASH> 100644 --- a/commands/MakeTest.js +++ b/commands/MakeTest.js @@ -82,7 +82,7 @@ class MakeTest extends Command { * defined */ if (!unit && !functional) { - type = await this.chioce('Select the type of test to create', [ +...
fix(command): fix `chioce` to `choice` typo
adonisjs_adonis-vow
train
js
b56f318ea703e3a39ae5d80d8a5be6d682be3239
diff --git a/src/angular-pdf.js b/src/angular-pdf.js index <HASH>..<HASH> 100644 --- a/src/angular-pdf.js +++ b/src/angular-pdf.js @@ -165,7 +165,8 @@ } if (url && url.length) { - pdfLoaderTask = PDFJS.getDocument(params, null, null, scope.onProgress); + pdfLoaderTask = PDF...
fix: removing warning in getDocument call Warning message was: Deprecated API usage: getDocument is called with pdfDataRangeTransport, passwordCallback or progressCallback
sayanee_angularjs-pdf
train
js
811c6e68b241ea81159bb1a0abae9c8e34c734b4
diff --git a/lib/handlers/file-proxy.js b/lib/handlers/file-proxy.js index <HASH>..<HASH> 100644 --- a/lib/handlers/file-proxy.js +++ b/lib/handlers/file-proxy.js @@ -139,9 +139,9 @@ module.exports = function(req, res, next) { } var defaultType = mime.lookup(req.fullUrl.replace(/[?#].*$/, ''), 'text/html'); va...
refactor: set content-length by default
avwo_whistle
train
js
87582068579c74977dd9671f22daf5e689ebda3b
diff --git a/app/state.js b/app/state.js index <HASH>..<HASH> 100644 --- a/app/state.js +++ b/app/state.js @@ -127,6 +127,7 @@ const initialState = { dragging: null, selection: [], linkingPin: null, + selectedNodeType: 1, }, nodeTypes: { 1: {
feat(editor): add selectedNodeType into initial state
xodio_xod
train
js
94b601361786c88cd56ca1241b41fcec1992aa97
diff --git a/templates/src/api/routes/___route.js b/templates/src/api/routes/___route.js index <HASH>..<HASH> 100644 --- a/templates/src/api/routes/___route.js +++ b/templates/src/api/routes/___route.js @@ -36,7 +36,7 @@ router.{{@key}}('{{../../subresource}}', (req, res, next) => { if (err) { {{#each ../resp...
fix: resolve generation of multiple constants with same name
fmvilas_swagger-node-codegen
train
js
5544c44414d8889aeabadf021597fb490f15202e
diff --git a/packages/okam-build/lib/processor/css/plugins/postcss-plugin-import.js b/packages/okam-build/lib/processor/css/plugins/postcss-plugin-import.js index <HASH>..<HASH> 100644 --- a/packages/okam-build/lib/processor/css/plugins/postcss-plugin-import.js +++ b/packages/okam-build/lib/processor/css/plugins/postcs...
chore(okam-build): up file comment
ecomfe_okam
train
js,js
38bcad5f2797a18b581c6e7c99526180b5f8dde9
diff --git a/src/activation.js b/src/activation.js index <HASH>..<HASH> 100644 --- a/src/activation.js +++ b/src/activation.js @@ -180,10 +180,40 @@ function shouldContinue(output, router: Router) { return output; } +class SafeSubscription { + //if this were TypeScript, subscriptionFunc would be of type + //(s...
feat(router): observables in lifecycle Given that Observables are moving through committee to become a web standard, it would be of use to support that standard similarly to how Promises are supported. Like with promises, if an observable (really, anything with a subscribe function) is returned from the activate life...
aurelia_router
train
js
9a1d047080f1a5ca629643d59d6687f928cde3b8
diff --git a/packages/blueprint-mongodb/lib/gridfs-controller.js b/packages/blueprint-mongodb/lib/gridfs-controller.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-mongodb/lib/gridfs-controller.js +++ b/packages/blueprint-mongodb/lib/gridfs-controller.js @@ -76,6 +76,10 @@ module.exports = ResourceController.ex...
feat: allow you to configure the bucket name for gridfs
onehilltech_blueprint
train
js
c0b164420dbf0255c175a4acd7b516b58ea33ac9
diff --git a/packages/xgplayer/src/skin/controls/textTrack.js b/packages/xgplayer/src/skin/controls/textTrack.js index <HASH>..<HASH> 100644 --- a/packages/xgplayer/src/skin/controls/textTrack.js +++ b/packages/xgplayer/src/skin/controls/textTrack.js @@ -2,7 +2,6 @@ import Player from '../../player' import SubTitles f...
feat: (xgplayer) eslint
bytedance_xgplayer
train
js
5ed4548e9ece02012f50a3c50f4b7f7cc5297e44
diff --git a/components/cards/index.js b/components/cards/index.js index <HASH>..<HASH> 100644 --- a/components/cards/index.js +++ b/components/cards/index.js @@ -1,3 +1,5 @@ +// @flow + export { default as Block } from './card_block'; export { default as Header } from './card_header'; export { default as Text } fro...
chore(cards): update cards to use flow
guzart_fain
train
js
dd1291212431b64b6740d7bfd06a4e04867e5073
diff --git a/src/client/actions/InviteCreate.js b/src/client/actions/InviteCreate.js index <HASH>..<HASH> 100644 --- a/src/client/actions/InviteCreate.js +++ b/src/client/actions/InviteCreate.js @@ -9,7 +9,7 @@ class InviteCreateAction extends Action { const client = this.client; const channel = client.channe...
fix(Actions): Avoid crash in InviteCreate with unknown channel (#<I>)
discordjs_discord.js
train
js
3b19af385bf45bc22a32fdabe2bffe4020978fc3
diff --git a/src/funnies.js b/src/funnies.js index <HASH>..<HASH> 100644 --- a/src/funnies.js +++ b/src/funnies.js @@ -152,4 +152,11 @@ export default [ "Kindly hold on as we convert this bug to a feature...", "Kindly hold on as our intern quits vim...", "Winter is coming...", + "Installing dependancies", + ...
feat: Add more funnies (#<I>)
1egoman_funnies
train
js
ba94d203d78ef4fe336b561706a10a93c80c9800
diff --git a/packages/node_modules/@webex/http-core/src/lib/interceptor.js b/packages/node_modules/@webex/http-core/src/lib/interceptor.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/http-core/src/lib/interceptor.js +++ b/packages/node_modules/@webex/http-core/src/lib/interceptor.js @@ -24,8 +24,6 @@...
fix(http-core): change env validation for logging to method scope Change the env check for verbose network logging to occur every time the logging interceptor's method is called.
webex_spark-js-sdk
train
js
3eb3f9c68d795a816304948f57d80680333e2139
diff --git a/packages/release-rules-peakfijn/index.js b/packages/release-rules-peakfijn/index.js index <HASH>..<HASH> 100644 --- a/packages/release-rules-peakfijn/index.js +++ b/packages/release-rules-peakfijn/index.js @@ -1,7 +1,13 @@ 'use strict'; const commitTypes = require('commit-types-peakfijn'); +const defau...
fix(release-rules): include default breaking and revert rules (#<I>) Without this breaking changes are not handled as breaking changes. This makes sure both breaking and revert commits are handled properly.
Peakfijn_Conventions
train
js
42e89bc903604a4226a867a89d55a06186f40db1
diff --git a/config/config.default.js b/config/config.default.js index <HASH>..<HASH> 100644 --- a/config/config.default.js +++ b/config/config.default.js @@ -47,7 +47,7 @@ module.exports = appInfo => { }; config.dataHubView = { - assetsUrl: 'https://unpkg.com/datahub-view@2', + assetsUrl: 'https://cdn.js...
feat: use cdn.jsdelivr.net by default (#<I>)
macacajs_macaca-datahub
train
js
7394150fe8dc657dfe6c92fe02c80d8fc753f83b
diff --git a/src/model.js b/src/model.js index <HASH>..<HASH> 100644 --- a/src/model.js +++ b/src/model.js @@ -1,7 +1,7 @@ import * as types from './types' import * as helpers from './helpers' import * as enforcers from './enforcers' -import { isArray, isString, isObject } from './util' +import { isArray, isString, ...
fix(findOne): error when no result and column provided Return early if result is null or undefined to prevent errors from trying to read properties of it if provided a column.
citycide_trilogy
train
js,js
d8e2829e5b551a3ecf92763617ce25cc699fff15
diff --git a/aio/tools/examples/add-example-boilerplate.js b/aio/tools/examples/add-example-boilerplate.js index <HASH>..<HASH> 100644 --- a/aio/tools/examples/add-example-boilerplate.js +++ b/aio/tools/examples/add-example-boilerplate.js @@ -30,6 +30,7 @@ const files = { // requires admin access because it adds sym...
feat(aio): boilerplate:add cleans (removes) before adding
angular_angular
train
js
be0d1cd6637bca837f687bfd00e07e8bacf52838
diff --git a/src/client/Client.js b/src/client/Client.js index <HASH>..<HASH> 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -53,6 +53,10 @@ class Client extends BaseClient { this.options.totalShardCount = this.options.shardCount; } } + if (!this.options.shards && this.options.s...
fix: Client#shards not being set properly
discordjs_discord.js
train
js
0f01f3f0c2cdef759884257d8da8d40f8ae8fee1
diff --git a/src/Plugin/Alipay/PreparePlugin.php b/src/Plugin/Alipay/PreparePlugin.php index <HASH>..<HASH> 100644 --- a/src/Plugin/Alipay/PreparePlugin.php +++ b/src/Plugin/Alipay/PreparePlugin.php @@ -122,7 +122,7 @@ class PreparePlugin implements PluginInterface protected function formatCert(array $ssl): array ...
fix: hexdec deprected
yansongda_pay
train
php
cd572b838495d78ab65c85d4c14e74801150552b
diff --git a/framework/views/slidingMenu.js b/framework/views/slidingMenu.js index <HASH>..<HASH> 100644 --- a/framework/views/slidingMenu.js +++ b/framework/views/slidingMenu.js @@ -367,7 +367,6 @@ limitations under the License. this._mainPage.append(pageContent); if (this._currentPageElement) { - ...
feat(ons-sliding-menu): adapted to page lifecycle events
OnsenUI_OnsenUI
train
js
a6b3836d85c9666a1ee223687210a854fe47c919
diff --git a/ui/tests/integration/components/job-page/parts/placement-failures-test.js b/ui/tests/integration/components/job-page/parts/placement-failures-test.js index <HASH>..<HASH> 100644 --- a/ui/tests/integration/components/job-page/parts/placement-failures-test.js +++ b/ui/tests/integration/components/job-page/pa...
fix: mirage fixtures are randomized so we cant assert.expect
hashicorp_nomad
train
js
b89bd0e2fe450d3431f5b1636e24356803e25f45
diff --git a/src/nipplejs.js b/src/nipplejs.js index <HASH>..<HASH> 100644 --- a/src/nipplejs.js +++ b/src/nipplejs.js @@ -135,17 +135,14 @@ var Nipple = function (options) { // Basic event system. Nipple.prototype.on = function (type, cb) { var self = this; - var types = type.split(/[ ,]/g); + var types =...
fix(on): allows multiple spaces in event string
yoannmoinet_nipplejs
train
js
d058c1da2e057c044fb0750e16a82ddcbf85ec58
diff --git a/cpenv/__main__.py b/cpenv/__main__.py index <HASH>..<HASH> 100644 --- a/cpenv/__main__.py +++ b/cpenv/__main__.py @@ -395,6 +395,7 @@ class Copy(cli.CLI): copier.copy([module_spec], args.overwrite) cli.echo('OK!') + class Publish(cli.CLI): '''Publish a Module to a repo.'''
fix: spacing in __main__
cpenv_cpenv
train
py
efd558799a54db917498819798d1e66e98bfbd71
diff --git a/python/setup.py b/python/setup.py index <HASH>..<HASH> 100755 --- a/python/setup.py +++ b/python/setup.py @@ -108,7 +108,7 @@ if platform.system() == 'Darwin': setup( name='neuroglancer', - version='1.1.4', + version='1.1.5', description='Python data backend for neuroglancer, a WebGL-bas...
chore(python): bump package version to <I>
google_neuroglancer
train
py
ab7e5c92aed1fc22a16751b3c77ed6ec3c2cbd55
diff --git a/master/docs/bbdocs/highlighterrors.py b/master/docs/bbdocs/highlighterrors.py index <HASH>..<HASH> 100644 --- a/master/docs/bbdocs/highlighterrors.py +++ b/master/docs/bbdocs/highlighterrors.py @@ -93,3 +93,4 @@ def setup(app): of Sphinx is %s. Check disabled. """) % (sphinx.__ve...
docs: Enable multiprocess support for bbdocs.highlighterrors extension
buildbot_buildbot
train
py
d3ac5e0fa2d1f3ce7b3ac31c65b6ffa4bae6147d
diff --git a/javascript/atoms/inject.js b/javascript/atoms/inject.js index <HASH>..<HASH> 100644 --- a/javascript/atoms/inject.js +++ b/javascript/atoms/inject.js @@ -372,7 +372,7 @@ bot.inject.executeAsyncScript = function(fn, args, timeout, onDone, // a 0-based timeout. timeoutId = win.setTimeout(function()...
fix: typo in async execute error text (#<I>)
SeleniumHQ_selenium
train
js
7fcfc5f3270d3507a002247c53a29da211f1ecb6
diff --git a/src/image-preview/index.js b/src/image-preview/index.js index <HASH>..<HASH> 100644 --- a/src/image-preview/index.js +++ b/src/image-preview/index.js @@ -62,6 +62,10 @@ const ImagePreview = (images, startPosition = 0) => { instance.value = show; }); + instance.$once('closed', () => { + instan...
fix(ImagePreview): should not show previews image
youzan_vant
train
js
ccd3d26059b7b30e70adffea005faf787a703cd5
diff --git a/test/functional/adduser.js b/test/functional/adduser.js index <HASH>..<HASH> 100644 --- a/test/functional/adduser.js +++ b/test/functional/adduser.js @@ -1,4 +1,6 @@ var Server = require('./lib/server') +var fs = require('fs') +var path = require('path') module.exports = function() { var server = ne...
test: adduser created with htpasswd
verdaccio_verdaccio
train
js
72dd6a85ad096c36bda8fe0b653ace9ce8d66509
diff --git a/src/components/btn/btn-mixin.js b/src/components/btn/btn-mixin.js index <HASH>..<HASH> 100644 --- a/src/components/btn/btn-mixin.js +++ b/src/components/btn/btn-mixin.js @@ -81,7 +81,7 @@ export default { }, attrs () { const att = { tabindex: this.computedTabIndex } - if (this.type ==...
chore: Addition to previous QBtn commit
quasarframework_quasar
train
js
911c686f006dc9a5996ace9235099fdee0f2eca9
diff --git a/config/ember-try.js b/config/ember-try.js index <HASH>..<HASH> 100644 --- a/config/ember-try.js +++ b/config/ember-try.js @@ -4,6 +4,7 @@ const getChannelURL = require('ember-source-channel-url'); module.exports = async function() { return { + useYarn: true, scenarios: [ { nam...
fix: configure `ember-try` to use Yarn
tim-evans_ember-pop-over
train
js