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
d341f8f868370d85f49903c2c5b0140e55c7e3cc
diff --git a/aws/resource_aws_securityhub_invite_accepter_test.go b/aws/resource_aws_securityhub_invite_accepter_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_securityhub_invite_accepter_test.go +++ b/aws/resource_aws_securityhub_invite_accepter_test.go @@ -96,7 +96,7 @@ func testAccAWSSecurityHubInviteAcc...
chore: lint security hub test
terraform-providers_terraform-provider-aws
train
go
6707bbf5507bb4b10c3746be47a8d5c6117aa32a
diff --git a/test/extended/apiserver/api_requests.go b/test/extended/apiserver/api_requests.go index <HASH>..<HASH> 100644 --- a/test/extended/apiserver/api_requests.go +++ b/test/extended/apiserver/api_requests.go @@ -233,7 +233,7 @@ var _ = g.Describe("[sig-arch][Late]", func() { "cluster-autoscaler-operator": ...
test: bump apirequests upper bounds for VSphere and AWS single node
openshift_origin
train
go
3ef4d22917d86bdc7946edbe8e924512bc69b063
diff --git a/lib/plugins/index.js b/lib/plugins/index.js index <HASH>..<HASH> 100644 --- a/lib/plugins/index.js +++ b/lib/plugins/index.js @@ -1545,7 +1545,7 @@ pluginMgr.setProxy = function (p) { httpMgr.setPluginMgr(pluginMgr); -var PLUGIN_KEY_RE =/^\$(?:whistle\.)?([a-z\d_-]+)[/:]([^\s]+)$/; +var PLUGIN_KEY_RE ...
refactor: refine PLUGIN_KEY_RE
avwo_whistle
train
js
56cd3c926e81b5d126ce938406a9447e11ee4131
diff --git a/packages/info/mixins/log/mixin.core.js b/packages/info/mixins/log/mixin.core.js index <HASH>..<HASH> 100644 --- a/packages/info/mixins/log/mixin.core.js +++ b/packages/info/mixins/log/mixin.core.js @@ -45,7 +45,7 @@ class LogMixin extends Mixin { const logger = this.getLogger(); logger.setLogLeve...
fix(info): hide starting message if no command is set
untool_untool
train
js
a1fedb9a72e6ad609063bc49c100c53fbc01b638
diff --git a/tools/make-closure.js b/tools/make-closure.js index <HASH>..<HASH> 100644 --- a/tools/make-closure.js +++ b/tools/make-closure.js @@ -9,6 +9,7 @@ module.exports = function makeClosure(sourcePath) { jsCode: [{src: source}], languageIn: 'ES2015', createSourceMap: true, + rewritePolyfills: f...
fix(bundle): closure to not rewrite polyfills for minification (#<I>)
ReactiveX_rxjs
train
js
493765ec969973e2e431f344e423c1a7dbea0a59
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -7,7 +7,7 @@ class SimpleGenerator { } class NodeAssertGenerator { assert(expression) { - return `assert(${expression});`; + return `assert(${expression}, ${expression});`; } } function maybeSki...
feat(src): add assertion's description
azu_babel-plugin-jsdoc-to-assert
train
js
781929d70216ed7ab83ceaf5ea90092e27cf3b4d
diff --git a/src/components/tabs/js/tabsController.js b/src/components/tabs/js/tabsController.js index <HASH>..<HASH> 100644 --- a/src/components/tabs/js/tabsController.js +++ b/src/components/tabs/js/tabsController.js @@ -558,12 +558,11 @@ function MdTabsController ($scope, $element, $window, $timeout, $mdConstant, $m...
fix(tabs): fixes infinite digests bug in Firefox Related to #<I>
angular_material
train
js
7f0680d75dd13c4de40fd7590dc74870d2df2a9d
diff --git a/src/Leevel/Kernel/App.php b/src/Leevel/Kernel/App.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Kernel/App.php +++ b/src/Leevel/Kernel/App.php @@ -355,8 +355,11 @@ class App implements IApp */ public function isDebug(): bool { - return 'production' !== $this->environment() && - ...
refactor(kernel): Fix when option was not in container
hunzhiwange_framework
train
php
67abd7ef9695fdf106c835b3c04e3b112eb2356c
diff --git a/DrdPlus/Tables/Tables.php b/DrdPlus/Tables/Tables.php index <HASH>..<HASH> 100644 --- a/DrdPlus/Tables/Tables.php +++ b/DrdPlus/Tables/Tables.php @@ -471,7 +471,7 @@ class Tables extends StrictObject implements \IteratorAggregate public function getMovementTypesTable() { if (!array_key_e...
fix: Movement types table can be given by tables factory
drdplusinfo_tables
train
php
f9fcb0842222fda925e16c59d8c8d41d357dda01
diff --git a/app/controllers/devise_token_auth/omniauth_callbacks_controller.rb b/app/controllers/devise_token_auth/omniauth_callbacks_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/devise_token_auth/omniauth_callbacks_controller.rb +++ b/app/controllers/devise_token_auth/omniauth_callbacks_controller....
fix(resource_class): support optional mapping property from set_user_by_token
lynndylanhurley_devise_token_auth
train
rb
825c62a5c8197be03e1d04b89aa469efa528da77
diff --git a/lib/driver.js b/lib/driver.js index <HASH>..<HASH> 100644 --- a/lib/driver.js +++ b/lib/driver.js @@ -53,6 +53,7 @@ const NO_PROXY = [ ['POST', new RegExp('^/session/[^/]+/appium/device/activate_app')], ['POST', new RegExp('^/session/[^/]+/appium/device/app_installed')], ['POST', new RegExp('^/ses...
chore: Add fingerprint to the list of NO_PROXY endpoints (#<I>)
appium_appium-espresso-driver
train
js
169786d7c59e1f6ade622f053695d18cd1a8e876
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -8,6 +8,12 @@ from setuptools import setup SETUP_DIR = os.path.dirname(__file__) README = os.path.join(SETUP_DIR, 'README.rst') +# if python3 runtime and `setup.py install` is called +if sys.version_info.major == 3 and sys...
feat: prevent python3-pip installation until py3 is supported
common-workflow-language_cwltool
train
py
3f2fd0ae5b33eb93a8f4358c0e79b346eb59a4f0
diff --git a/sdk/containerservice/mgmt/src/main/java/com/azure/management/containerservice/implementation/KubernetesClusterImpl.java b/sdk/containerservice/mgmt/src/main/java/com/azure/management/containerservice/implementation/KubernetesClusterImpl.java index <HASH>..<HASH> 100644 --- a/sdk/containerservice/mgmt/src/m...
fix: container service spotbugs (#<I>)
Azure_azure-sdk-for-java
train
java
fa5b81a97a0fe817209eb001cb0e94a90882cd0e
diff --git a/lib/storage-client.js b/lib/storage-client.js index <HASH>..<HASH> 100644 --- a/lib/storage-client.js +++ b/lib/storage-client.js @@ -314,7 +314,7 @@ class ChromedriverStorageClient { arch += M1_ARCH_SUFFIX; } log.debug(`Selecting chromedrivers whose platform matches to ${name}${arch...
fix: Update platform filter regex (#<I>)
appium_appium-chromedriver
train
js
332ee5a6615ae90f9e627c8db8f3a153b669350e
diff --git a/lib/foreman_fog_proxmox/engine.rb b/lib/foreman_fog_proxmox/engine.rb index <HASH>..<HASH> 100644 --- a/lib/foreman_fog_proxmox/engine.rb +++ b/lib/foreman_fog_proxmox/engine.rb @@ -46,7 +46,13 @@ module ForemanFogProxmox widget 'foreman_fog_proxmox_widget', name: N_('Foreman Fog Proxmox widget'),...
fix: :bug: fixes renamed routes permissions
theforeman_foreman_fog_proxmox
train
rb
8582f23b6ad64a3e247904d711de9b60666e2f29
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -15,7 +15,8 @@ const SHALLOW = { shallow: true }; // components without names, kept as a hash for later comparison to return consistent UnnamedComponentXX names. const UNNAMED = []; -const VOID_ELEMENTS = /...
fix: On empty className w/ compat, class attr will no longer be duplicated
developit_preact-render-to-string
train
js
b5348fb4dd92a0f31acfb598e7f02c8fbfd51890
diff --git a/test/renderer/epics/kernel-launch-spec.js b/test/renderer/epics/kernel-launch-spec.js index <HASH>..<HASH> 100644 --- a/test/renderer/epics/kernel-launch-spec.js +++ b/test/renderer/epics/kernel-launch-spec.js @@ -113,16 +113,19 @@ describe('newKernelEpic', () => { it('throws an error if given a bad act...
test: kernel launch now restarts indefinitely
nteract_nteract
train
js
28f4ea69b49793ff3ac40668fb95e00ed4022754
diff --git a/tasks/reporters/event-reporter.js b/tasks/reporters/event-reporter.js index <HASH>..<HASH> 100644 --- a/tasks/reporters/event-reporter.js +++ b/tasks/reporters/event-reporter.js @@ -27,6 +27,12 @@ module.exports = function(grunt) { // only invoked when offending code was detected // complexi...
docs: comment for complexity metrics workaround
vigetlabs_grunt-complexity
train
js
548deacf157e794926fee1a6cb326f01056574f0
diff --git a/packages/react/src/components/ComposedModal/ComposedModal.js b/packages/react/src/components/ComposedModal/ComposedModal.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/ComposedModal/ComposedModal.js +++ b/packages/react/src/components/ComposedModal/ComposedModal.js @@ -133,15 +133,17 @@...
fix(ComposedModal): add null check before querySelector (#<I>)
carbon-design-system_carbon-components
train
js
1cc06fdde1e01747d33104c5c61a398042c55072
diff --git a/src/android/CDVNearIT.java b/src/android/CDVNearIT.java index <HASH>..<HASH> 100644 --- a/src/android/CDVNearIT.java +++ b/src/android/CDVNearIT.java @@ -319,13 +319,12 @@ public class CDVNearIT extends CordovaPlugin { /** * Set NearIT profile identifier * <code><pre> - cordova.exec(successCb, err...
refactor(android): setProfileId doesnt need callbacks
nearit_Cordova-SDK
train
java
e189c1b728d8fd2742acc4d807e7559e807814fd
diff --git a/src/rest/APIRouter.js b/src/rest/APIRouter.js index <HASH>..<HASH> 100644 --- a/src/rest/APIRouter.js +++ b/src/rest/APIRouter.js @@ -11,13 +11,6 @@ function buildRoute(manager) { get(target, name) { if (reflectors.includes(name)) return () => route.join('/'); if (methods.includes(name))...
fix: revert #<I> see #<I>, fixes issues with stack not displaying correctly
discordjs_discord.js
train
js
55f1e3c8f840e92653059e9751d193171be6d1ff
diff --git a/src/resources/reorderable-repeat.js b/src/resources/reorderable-repeat.js index <HASH>..<HASH> 100644 --- a/src/resources/reorderable-repeat.js +++ b/src/resources/reorderable-repeat.js @@ -298,10 +298,8 @@ export class ReorderableRepeat extends AbstractRepeater { addView(bindingContext, overrideConte...
chore: remove debug lines, forgotten for long time.
buttonwoodcx_bcx-aurelia-reorderable-repeat
train
js
0c681a1b00e649536c3f2fac7e07bc3bb14731c9
diff --git a/build/pre-publish.js b/build/pre-publish.js index <HASH>..<HASH> 100644 --- a/build/pre-publish.js +++ b/build/pre-publish.js @@ -412,16 +412,16 @@ async function bundleDTS() { plugins: [ dts({ respectExternal: true - }), - { - gen...
chore: remove support of <I>
apache_incubator-echarts
train
js,js
94829f4e4a7af0d5787d64b03d2ad279b4200b85
diff --git a/src/Connection.php b/src/Connection.php index <HASH>..<HASH> 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -26,11 +26,11 @@ use GuzzleHttp\HandlerStack; class Connection { /** - * The connection configuration. + * The Guzzle Client instance. * - * @var \ArkEcosystem\C...
refactor: do not assign the config to the instance
ArkEcosystem_php-client
train
php
72ecf4fa13510af76d4b011793eaff449241583e
diff --git a/packages/cozy-konnector-libs/src/libs/saveFiles.js b/packages/cozy-konnector-libs/src/libs/saveFiles.js index <HASH>..<HASH> 100644 --- a/packages/cozy-konnector-libs/src/libs/saveFiles.js +++ b/packages/cozy-konnector-libs/src/libs/saveFiles.js @@ -172,7 +172,7 @@ const saveEntry = function(entry, options...
fix(saveFiles): properly handle timeout
konnectors_libs
train
js
10cfe916d2c7ef7a7f2f0cddd4f8e345ec71f3ac
diff --git a/tasks/assets_inline.js b/tasks/assets_inline.js index <HASH>..<HASH> 100644 --- a/tasks/assets_inline.js +++ b/tasks/assets_inline.js @@ -106,6 +106,10 @@ module.exports = function(grunt) { } else { style = style.replace(src, 'data:image/svg+xml;utf8,' + processSvg(grunt.file.read(f...
fix(core): inlined assets not deleted
sparanoid_grunt-assets-inline
train
js
b40d620e067d94a740cb63d2c36422c1dbe4d9bb
diff --git a/website/src/index.js b/website/src/index.js index <HASH>..<HASH> 100644 --- a/website/src/index.js +++ b/website/src/index.js @@ -18,7 +18,7 @@ import Home from './components/pages/Home' import Header from './components/Header' import ScrollToTop from './components/ScrollToTop' import { getRoutes } from...
feat(website): disable service worker
plouc_nivo
train
js
1f0318fc61c8be12c175d72073db234f7264f6a5
diff --git a/lib/cocoapods-tdfire-binary/command/push.rb b/lib/cocoapods-tdfire-binary/command/push.rb index <HASH>..<HASH> 100644 --- a/lib/cocoapods-tdfire-binary/command/push.rb +++ b/lib/cocoapods-tdfire-binary/command/push.rb @@ -45,7 +45,7 @@ module Pod @path = path - @name = name || path.spli...
fix: undefined - method for String
tripleCC_cocoapods-tdfire-binary
train
rb
990c87cfb61049096b60830669065ebdfe928eb6
diff --git a/lib/mittsu/renderers/opengl_renderer.rb b/lib/mittsu/renderers/opengl_renderer.rb index <HASH>..<HASH> 100644 --- a/lib/mittsu/renderers/opengl_renderer.rb +++ b/lib/mittsu/renderers/opengl_renderer.rb @@ -708,7 +708,7 @@ module Mittsu glUniformMatrix3fv(location, value.length, GL_FALSE, arr...
fix: failing tests in OpenGLRenderer#load_uniforms_generic
jellymann_mittsu
train
rb
299929b6d001351fedfa16f217d7bb22963bcb06
diff --git a/lib/natural/tokenizers/aggressive_tokenizer_no.js b/lib/natural/tokenizers/aggressive_tokenizer_no.js index <HASH>..<HASH> 100644 --- a/lib/natural/tokenizers/aggressive_tokenizer_no.js +++ b/lib/natural/tokenizers/aggressive_tokenizer_no.js @@ -34,7 +34,7 @@ util.inherits(AggressiveTokenizer, Tokenizer) ...
fix: fixed camel case issue (closes #<I>) (#<I>)
NaturalNode_natural
train
js
c02d0074a402a3c6775905dd67b9112a5be96a1f
diff --git a/test/test-openssh.js b/test/test-openssh.js index <HASH>..<HASH> 100644 --- a/test/test-openssh.js +++ b/test/test-openssh.js @@ -34,6 +34,11 @@ if (semver.gte(process.version, '5.2.0')) { } var DEBUG = false; +// Fix file modes to avoid OpenSSH client complaints about keys' permissions +fs.readdirSync...
test: fix file permissions to avoid OpenSSH client issues
mscdex_ssh2
train
js
de725b50d2fb955323f02be29ec9fe17e507f2d8
diff --git a/lib/utils/decorators.js b/lib/utils/decorators.js index <HASH>..<HASH> 100644 --- a/lib/utils/decorators.js +++ b/lib/utils/decorators.js @@ -28,7 +28,6 @@ function findDecorator(node, decoratorName) { /** * Check whether or not a node has at least the given decorator - * If no decoratorName is provid...
refactor: change confusing behavior of hasDecorator util
ember-cli_eslint-plugin-ember
train
js,js
94b46929489fc408cccc1aff72bb1ae68b5dd16e
diff --git a/lib/plugins/console/deploy.js b/lib/plugins/console/deploy.js index <HASH>..<HASH> 100644 --- a/lib/plugins/console/deploy.js +++ b/lib/plugins/console/deploy.js @@ -1,7 +1,5 @@ 'use strict'; -const assignIn = require('lodash/assignIn'); -const clone = require('lodash/clone'); const fs = require('hexo-...
refactor: drop lodash console/deploy (#<I>)
hexojs_hexo
train
js
ccb326306f7858b7e04c3dc2d84b4efa822a906b
diff --git a/TestsExample/App.js b/TestsExample/App.js index <HASH>..<HASH> 100644 --- a/TestsExample/App.js +++ b/TestsExample/App.js @@ -15,6 +15,7 @@ import Test619 from './src/Test619'; import Test624 from './src/Test624'; import Test640 from './src/Test640'; import Test645 from './src/Test645'; +import Test648 ...
fix: add missing Test<I> in App.js (#<I>) Small PR adding the Test<I> test case, not included in the PR.
kmagiera_react-native-screens
train
js
c2c667aac6200127a32171458a25869a2e23fa49
diff --git a/algolia/search/responses_log.go b/algolia/search/responses_log.go index <HASH>..<HASH> 100644 --- a/algolia/search/responses_log.go +++ b/algolia/search/responses_log.go @@ -13,6 +13,7 @@ type GetLogsRes struct { type LogRes struct { Answer string `json:"answer"` AnswerCode int ...
feat: expose Exhaustive boolean in search.LogRes struct
algolia_algoliasearch-client-go
train
go,go
23a37c19ba8b95b20326de709f1f0afba11c3aea
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -28,7 +28,8 @@ var mockbus = { pubsubqueues: {}, correlationId: function () {}, publish: function (key, event, done) { - done() + done && done() + // lol } }
test: make sure I dont break other things with my weird test in the future
mateodelnorte_servicebus-register-handlers
train
js
ffbb08ad016852ad68d3dc630be9562f92d621d4
diff --git a/anyconfig/api.py b/anyconfig/api.py index <HASH>..<HASH> 100644 --- a/anyconfig/api.py +++ b/anyconfig/api.py @@ -213,8 +213,7 @@ def _single_load(input_, ac_parser=None, ac_template=False, # option is deprecated and removed completely. if "ignore_missing" in options: warnings.warn("k...
fix: DeprecationWarning is global and not from warnings
ssato_python-anyconfig
train
py
5d64037216950db6bca4636eeaee11fb823a18ee
diff --git a/tests/test_logind.py b/tests/test_logind.py index <HASH>..<HASH> 100644 --- a/tests/test_logind.py +++ b/tests/test_logind.py @@ -14,6 +14,7 @@ __license__ = 'LGPL 3+' import unittest import os import sys +import re import subprocess import dbusmock @@ -37,7 +38,7 @@ class TestLogind(dbusmock.DBusTe...
test: Adjust logind version parsing to systemd <I> `loginctl --version` now looks like `systemd <I> (<I>)` which the previous parsing stumbled upon. Just take the first number from the first line now.
martinpitt_python-dbusmock
train
py
5933b05a0d4e9d3702c0c03cdb3d78395929a58c
diff --git a/src/MariaDbEventStore.php b/src/MariaDbEventStore.php index <HASH>..<HASH> 100644 --- a/src/MariaDbEventStore.php +++ b/src/MariaDbEventStore.php @@ -190,7 +190,7 @@ EOT; throw RuntimeException::fromStatementErrorInfo($statement->errorInfo()); } - return '1' === $statement->f...
fix(mariadb): hasStream failed to detect existing stream
prooph_pdo-event-store
train
php
88639434b82ae02943f3003e433e3eccfa556e4f
diff --git a/src/Symbiote/Components/ComponentService.php b/src/Symbiote/Components/ComponentService.php index <HASH>..<HASH> 100644 --- a/src/Symbiote/Components/ComponentService.php +++ b/src/Symbiote/Components/ComponentService.php @@ -19,6 +19,10 @@ use Symbiote\ArrayListExportable; class ComponentService { + ...
fix(ComponentService): Return component_paths property Accidentally removed during port of SS3 changes.
symbiote_silverstripe-components
train
php
7ba9b6f8a1f4d1bd1c5c04c04f42d16a116b881c
diff --git a/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/ediscovery.js b/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/ediscovery.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/ediscovery.js +++ b/packages/node_modules/@cisco...
fix(ediscovery): switch to getpagedcontent as getcontent has a bug
webex_spark-js-sdk
train
js
65d3f6db293afa28a424f687242a3f3f59a5c62b
diff --git a/Core/src/Batch/HandleFailureTrait.php b/Core/src/Batch/HandleFailureTrait.php index <HASH>..<HASH> 100644 --- a/Core/src/Batch/HandleFailureTrait.php +++ b/Core/src/Batch/HandleFailureTrait.php @@ -49,16 +49,16 @@ trait HandleFailureTrait sys_get_temp_dir() ); } - ...
fix: Only throw exception when creating directory really failed in HandleFailureTrait (#<I>) When multiple processes try to create a directory at the same time `mkdir` is going to fail and return false. This should not warrant an exception. This change ensures the directory exists - and only throws when it does not...
googleapis_google-cloud-php
train
php
a4603ceed7d017fb3cf12ff1c1df5224b88b8654
diff --git a/tests/test_types.py b/tests/test_types.py index <HASH>..<HASH> 100644 --- a/tests/test_types.py +++ b/tests/test_types.py @@ -235,3 +235,20 @@ def test_resource_slot_comparison_subset(): assert not r3.eq_contains(r1) assert not r1.eq_contained(r3) assert r1.eq_contains(r3) + + +def test_reso...
test: Add a ResourceSlot test case for calculation with infinity * Fortunately it works as expected.
lablup_backend.ai-common
train
py
94dbc675bfdcdcd2c34628fe73a624482e502e22
diff --git a/src/ServerlessOffline.js b/src/ServerlessOffline.js index <HASH>..<HASH> 100644 --- a/src/ServerlessOffline.js +++ b/src/ServerlessOffline.js @@ -380,7 +380,8 @@ module.exports = class ServerlessOffline { !( serviceRuntime.startsWith('nodejs') || serviceRuntime.startsWith('python')...
feat: add go to supported runtimes
dherault_serverless-offline
train
js
30a1f7a19acd1ab79566934d4e446446df96089b
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -144,4 +144,4 @@ function jscsTask(fix) { } gulp.task('jscs-fix', jscsTask.bind(null, true)); -gulp.task('jscs-lint', jscsTask.bind(null, false)); \ No newline at end of file +gulp.task('jscs-lint', jscsTask.bi...
fix(gulpfile): add trailing new line to make jscs happy
BranchMetrics_cordova-ionic-phonegap-branch-deep-linking
train
js
69cb44d4d16bea66f02217064042623b304e999c
diff --git a/src/dialogs-wrapper.js b/src/dialogs-wrapper.js index <HASH>..<HASH> 100644 --- a/src/dialogs-wrapper.js +++ b/src/dialogs-wrapper.js @@ -82,8 +82,8 @@ export default { return createElement( 'transition-group', { - props: Object.assign( - { ...this.$attrs, ...this.$props ...
refactor: remove the use of object spread operator
hjkcai_vue-modal-dialogs
train
js
f6d8190e8f62ce239158be8ffeb9ca63432c28b3
diff --git a/initialize/user_data_test.go b/initialize/user_data_test.go index <HASH>..<HASH> 100644 --- a/initialize/user_data_test.go +++ b/initialize/user_data_test.go @@ -29,3 +29,21 @@ func TestParseHeaderCRLF(t *testing.T) { } } } + +func TestParseConfigCRLF(t *testing.T) { + contents := "#cloud-config\r\nh...
test(crlf): Add test that parses user-data with carriage returns
coreos_coreos-cloudinit
train
go
daebe1bbcc146cac3b08b19c0fe22509c5eca247
diff --git a/CustomerData/Customer.php b/CustomerData/Customer.php index <HASH>..<HASH> 100644 --- a/CustomerData/Customer.php +++ b/CustomerData/Customer.php @@ -14,7 +14,7 @@ class Customer extends OriginalCustomerData /** * @var CurrentCustomer */ - private $currentCustomer; + protected $curre...
fix(customer-data): protected instead of private MAGENTO-OPS
emartech_magento2-extension
train
php
940d07268e91254eb18c2978cda233381ab643cb
diff --git a/parser.go b/parser.go index <HASH>..<HASH> 100644 --- a/parser.go +++ b/parser.go @@ -180,8 +180,8 @@ func (parser *Parser) ParseAPI(searchDir string, mainAPIFile string) error { if err = parser.packages.RangeFiles(parser.ParseRouterAPIInfo); err != nil { return err } - - return parser.checkOpera...
fix: fmt check lint (#<I>)
swaggo_swag
train
go
9680e040a31e8bdb04d1dbf92c15b8655dd6c5a8
diff --git a/tests/__main__.py b/tests/__main__.py index <HASH>..<HASH> 100644 --- a/tests/__main__.py +++ b/tests/__main__.py @@ -7,4 +7,4 @@ os.chdir(REPO_ROOT) os.putenv('PATH', '{}:{}'.format(os.path.join(REPO_ROOT, 'bin'), os.getenv('PATH'))) os.putenv('DVC_HOME', REPO_ROOT) -check_call('nosetests --cover-incl...
test: run tests in NCORES processes
iterative_dvc
train
py
0dd20f1dbfdc58fe52df4f7fefdc4a2095eff442
diff --git a/website/src/data/components/bar/mapper.js b/website/src/data/components/bar/mapper.js index <HASH>..<HASH> 100644 --- a/website/src/data/components/bar/mapper.js +++ b/website/src/data/components/bar/mapper.js @@ -14,6 +14,10 @@ const TooltipWrapper = styled.div` display: grid; grid-template-colu...
fix(website): update bar tooltip to prevent crash (#<I>)
plouc_nivo
train
js
9d7e149346edc11d50493a4f577bd6f3b0e621be
diff --git a/src/Search/Search.php b/src/Search/Search.php index <HASH>..<HASH> 100644 --- a/src/Search/Search.php +++ b/src/Search/Search.php @@ -94,7 +94,7 @@ trait Search public function doSearchCharacterAssets() { return CharacterAsset::authorized('character.asset') - ->with('character...
fix(search): Update corporation and alliance relation through affiliation model
eveseat_services
train
php
1d07f5260ab055646f6e1c8da6076701ce841f4c
diff --git a/src/plugins/dvr_controls/dvr_controls.js b/src/plugins/dvr_controls/dvr_controls.js index <HASH>..<HASH> 100644 --- a/src/plugins/dvr_controls/dvr_controls.js +++ b/src/plugins/dvr_controls/dvr_controls.js @@ -41,6 +41,7 @@ export default class DVRControls extends UICorePlugin { } dvrChanged(dvrEna...
fix(dvr_controls): use correct live/vod style for the seekbar
clappr_clappr
train
js
51c657900c3997bc842b4e1117d3713696cb10e3
diff --git a/test/unit/events.js b/test/unit/events.js index <HASH>..<HASH> 100644 --- a/test/unit/events.js +++ b/test/unit/events.js @@ -42,4 +42,28 @@ describe('custom events', () => { done(); }, 1); }); + + it('should not duplicate handlers', done => { + let count = 0; + const Comp = reactify(...
test(event): Add test to ensure event handlers aren't duplicated. #<I>
webcomponents_react-integration
train
js
ec3d87b57db242ed88997ec48c0b41eb4cc1201c
diff --git a/test/tools/runner/index.js b/test/tools/runner/index.js index <HASH>..<HASH> 100644 --- a/test/tools/runner/index.js +++ b/test/tools/runner/index.js @@ -103,3 +103,7 @@ require('./plugins/client_leak_checker'); require('mocha-sinon'); const chai = require('chai'); chai.use(require('sinon-chai')); +chai...
test: allow all test files to use custom chai mongodb spec matcher
mongodb_node-mongodb-native
train
js
b3f8ae2e8db2b5b5c31c7aa535241d25a1053657
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -131,9 +131,9 @@ module.exports.util.attribution = function navngiving(type, doc, authors, licens if (author.url) { return prev + delim + `<a href="${author.url}">${author.navn}</a>`; - } else { - ...
fix(jshint): remove unexpected 'else' after 'return'
Turbasen_turbasen.js
train
js
50ac57fd7a778ba50c9fc96e64cb6f5366382a43
diff --git a/packages/blueprint-stripe/app/services/stripe.js b/packages/blueprint-stripe/app/services/stripe.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-stripe/app/services/stripe.js +++ b/packages/blueprint-stripe/app/services/stripe.js @@ -8,8 +8,8 @@ module.exports = Service.extend ({ init () { ...
feat: can set the api version via the configuration
onehilltech_blueprint
train
js
8a16f4b7c2794692bbce214f0844f086122d3efd
diff --git a/src/ai/backend/client/cli/session.py b/src/ai/backend/client/cli/session.py index <HASH>..<HASH> 100644 --- a/src/ai/backend/client/cli/session.py +++ b/src/ai/backend/client/cli/session.py @@ -531,6 +531,7 @@ def upload(session_id, files): FILES: One or more paths to upload. """ if len(file...
fix: A follow-up to be<I>d7 (#<I>)
lablup_backend.ai-client-py
train
py
36a551a8f0377979771d5d4132d42f98202cf3d7
diff --git a/src/main/java/com/transloadit/sdk/Assembly.java b/src/main/java/com/transloadit/sdk/Assembly.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/transloadit/sdk/Assembly.java +++ b/src/main/java/com/transloadit/sdk/Assembly.java @@ -83,7 +83,8 @@ public class Assembly extends OptionsBuilder { ...
fix: do tus uploads only when there are files to upload
transloadit_java-sdk
train
java
674ed0e7e1f66e5e1b7c9f5c5b6f6ed4baa49454
diff --git a/src/js/render.js b/src/js/render.js index <HASH>..<HASH> 100644 --- a/src/js/render.js +++ b/src/js/render.js @@ -448,7 +448,7 @@ export default { if (options.movable && options.cropBoxMovable) { // Turn to move the canvas when the crop box is equal to the container - self.$face.data('ac...
fix: improve action changing condition closes #<I>
fengyuanchen_cropper
train
js
7ee45772e04298005b6d89d01b6c6ebd6e5329d8
diff --git a/src/CornerstoneViewport/CornerstoneViewport.js b/src/CornerstoneViewport/CornerstoneViewport.js index <HASH>..<HASH> 100644 --- a/src/CornerstoneViewport/CornerstoneViewport.js +++ b/src/CornerstoneViewport/CornerstoneViewport.js @@ -278,6 +278,10 @@ class CornerstoneViewport extends Component { if ...
fix: eventlinsteners for functional component (#<I>)
cornerstonejs_react-cornerstone-viewport
train
js
c1bff292447c889c5f808a065e0be51246352385
diff --git a/test/tools/runner/config.js b/test/tools/runner/config.js index <HASH>..<HASH> 100644 --- a/test/tools/runner/config.js +++ b/test/tools/runner/config.js @@ -131,12 +131,19 @@ class NativeConfiguration { let multipleHosts; if (this.options.hosts.length > 1) { - multipleHosts = this.options...
test: force use of a single host for sharded topology tests We currently have an expectation that sharded tests are run against a single mongos, but the driver does not correctly discover that a single host passed in is a mongos or not. The only way to do this currently is by specifying the host multiple times. A side...
mongodb_node-mongodb-native
train
js
4e41ef0b18569df2bafb2f266c435b29ec21d043
diff --git a/mediatype/mediatype.go b/mediatype/mediatype.go index <HASH>..<HASH> 100644 --- a/mediatype/mediatype.go +++ b/mediatype/mediatype.go @@ -256,7 +256,7 @@ findValueStart: _, runeLength := _utf8.DecodeRuneInString(s[i:]) s = s[i+runeLength:] - escaped := false + escaped := r == '\\' findValueEn...
fix: parse media types which are escaped at first rune (#<I>) This commit fixing parsing media type params which stars with escaping. Fox example `\"pdf\"` should be fixed as `"\"pdf\""`.
jhillyerd_enmime
train
go,go
cc754d61c7cb45b68bcb9443f8da9ff5245e436e
diff --git a/packages/cozy-scripts/scripts/init.js b/packages/cozy-scripts/scripts/init.js index <HASH>..<HASH> 100644 --- a/packages/cozy-scripts/scripts/init.js +++ b/packages/cozy-scripts/scripts/init.js @@ -202,9 +202,9 @@ function run(appPath, dataMap, cliOptions, gracefulRootExit, successCallback) { 'You...
fix: :pencil2: better init ending text
CPatchane_create-cozy-app
train
js
a89e8dfae732a6d13e0d9aa4993ee33979fe9d78
diff --git a/lexicon/providers/aurora.py b/lexicon/providers/aurora.py index <HASH>..<HASH> 100644 --- a/lexicon/providers/aurora.py +++ b/lexicon/providers/aurora.py @@ -138,7 +138,11 @@ class Provider(BaseProvider): 'Content-Type': 'application/json' }) - # If the request fails ...
fix: Return when the response for Aurora DNS is a <I> (Duplicate record)
AnalogJ_lexicon
train
py
6bb3b6e1c72f2ce1f53967bdea182a95c490fb17
diff --git a/docs/website/src/components/shared/Nav.js b/docs/website/src/components/shared/Nav.js index <HASH>..<HASH> 100644 --- a/docs/website/src/components/shared/Nav.js +++ b/docs/website/src/components/shared/Nav.js @@ -91,8 +91,8 @@ const BuildNav = ({ depth }) => { return Object.values(menu) - .sort((p...
docs: fix website nav sorting
adaltas_node-nikita
train
js
79aa010bd0e05cd8881e5edebd2c948c6739bb8e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -30,7 +30,7 @@ function processNodeContentWithPosthtml(node, options) { */ function parseLocals(attributeLocals = {}, optionLocals = {}) { try { - const locals = merge(JSON.parse(attributeLocals), optionLocals); + ...
refactor: switch merging order makes attribute locals override option locals
posthtml_posthtml-modules
train
js
2d39cd7c28ed61c66f333ffce2c100ba98cbabe7
diff --git a/src/core/resolvers.js b/src/core/resolvers.js index <HASH>..<HASH> 100644 --- a/src/core/resolvers.js +++ b/src/core/resolvers.js @@ -42,10 +42,6 @@ function getCtorConfig (vnode) { export function resolveDirectiveRules (el, binding, vnode) { let rules = ''; - if (!binding.value && (!binding || !bin...
chore: deprecate defining rules as a data-vv attr
baianat_vee-validate
train
js
09d31631128f967345af61fce3984845a80f075a
diff --git a/algoliasearch/index.py b/algoliasearch/index.py index <HASH>..<HASH> 100644 --- a/algoliasearch/index.py +++ b/algoliasearch/index.py @@ -1083,7 +1083,7 @@ class Index(object): Retrieve a rule from the index with the specified objectID. @param objectID The objectID of the rule to retrieve...
fix(rules): also fix read_rule
algolia_algoliasearch-client-python
train
py
e33c8a45d2388281aa26bf340d372ac0f940a994
diff --git a/pipes/pipeline/create_pipeline.py b/pipes/pipeline/create_pipeline.py index <HASH>..<HASH> 100644 --- a/pipes/pipeline/create_pipeline.py +++ b/pipes/pipeline/create_pipeline.py @@ -178,6 +178,7 @@ class SpinnakerPipeline: if pipeline['name'] == name: return_id = pip...
fix: Break out of loop once Pipeline found See also: PSOBAT-<I>
foremast_foremast
train
py
c58e5407b9bd71b52bf95f101529413af0bb3f29
diff --git a/commons-types/src/main/java/se/l4/commons/types/matching/AbstractClassMatchingMultimap.java b/commons-types/src/main/java/se/l4/commons/types/matching/AbstractClassMatchingMultimap.java index <HASH>..<HASH> 100644 --- a/commons-types/src/main/java/se/l4/commons/types/matching/AbstractClassMatchingMultimap....
fix(types): Removing unused class
LevelFourAB_commons
train
java
bfd3e5afba81db7a6e475875f196bf9f4cf089f0
diff --git a/components/base/custom-button.js b/components/base/custom-button.js index <HASH>..<HASH> 100644 --- a/components/base/custom-button.js +++ b/components/base/custom-button.js @@ -13,6 +13,9 @@ export const CustomButton = { element = context.parent.$root.$options.components['router-link'] data...
fix(base): custom link and button should dispatch click event when rendering router-link closes #<I>
stasson_vue-mdc-adapter
train
js,js
9c7a4299b24ba8a887480962bf168d8b80ff7ac9
diff --git a/app/models/tenon/page.rb b/app/models/tenon/page.rb index <HASH>..<HASH> 100644 --- a/app/models/tenon/page.rb +++ b/app/models/tenon/page.rb @@ -71,6 +71,12 @@ module Tenon publish_at.present? ? publish_at <= Time.now : false end + # Update each subpage.path up the tree: + after_save :...
fix: subpage.path updates when parent page is saved
factore_tenon
train
rb
1bf71642da8e0698aa0ad0e5f1c9b2fff951f631
diff --git a/gatsby-node.js b/gatsby-node.js index <HASH>..<HASH> 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -275,14 +275,17 @@ function setStatus(activity, status) { } async function getIndexToUse({ index, tempIndex, enablePartialUpdates }) { - if (enablePartialUpdates) { - return index; + const main...
fix: create index before browse (#<I>)
algolia_gatsby-plugin-algolia
train
js
0a8f0da92019a22d143041b654c391224392c18b
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,6 @@ export default { strict: false, failRoute: '/', assumeGlobal: !strict, - ignoreParentRoute: true }, options )
fix: remove ignoreParentRoute (was never used)
mblarsen_vue-browser-acl
train
js
0fadb1a1d5c0477c9367d99b389e04d87d39835c
diff --git a/lib/dio/module_base.rb b/lib/dio/module_base.rb index <HASH>..<HASH> 100644 --- a/lib/dio/module_base.rb +++ b/lib/dio/module_base.rb @@ -2,6 +2,8 @@ module Dio # Dio::ModuleBase provides core methods as a mixin. + # A module who extends ModuleBase must define @state and @injector_id + # as class i...
feat(base): Enable to reset global state
ryym_dio
train
rb,rb
b272acf24187a060299b8ba0158d4365ac4245ac
diff --git a/src/Console/ArtisanServiceProvider.php b/src/Console/ArtisanServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Console/ArtisanServiceProvider.php +++ b/src/Console/ArtisanServiceProvider.php @@ -79,10 +79,31 @@ class ArtisanServiceProvider extends BaseArtisanServiceProvider protected function r...
fix: remove not support laravel commands
crcms_microservice-framework
train
php
6fcb190de90db157d86ed811ac49ac6364a3bb4c
diff --git a/memote/suite/tests/test_thermodynamics.py b/memote/suite/tests/test_thermodynamics.py index <HASH>..<HASH> 100644 --- a/memote/suite/tests/test_thermodynamics.py +++ b/memote/suite/tests/test_thermodynamics.py @@ -42,7 +42,10 @@ def test_find_candidate_irreversible_reactions(model): boundary reaction,...
docs: extend test descriptions in test_thermodynamics
opencobra_memote
train
py
324e0d0dd2401ba16f1b538c45214983df48c64e
diff --git a/lib/transports/smtp.js b/lib/transports/smtp.js index <HASH>..<HASH> 100644 --- a/lib/transports/smtp.js +++ b/lib/transports/smtp.js @@ -46,6 +46,11 @@ exports.defaults = { user: getString('SMTP_USERNAME'), //username pass: getString('SMTP_PASSWORD'), //password for the user }, + + // defaul...
feat: start support TLS options on SMTP transport
lykmapipo_postman
train
js
8365a29a23a5fa4f7d20045b5912bb3d144ba102
diff --git a/test/fixtures/index.js b/test/fixtures/index.js index <HASH>..<HASH> 100644 --- a/test/fixtures/index.js +++ b/test/fixtures/index.js @@ -4,8 +4,6 @@ const path = require('path'); const fury = require('fury'); -const CACHE = {}; - const FORMATS = { apib: { name: 'API Blueprint', ext: '.apib', medi...
test: remove fixtures caching as API Elements cannot be frozen twice
apiaryio_dredd-transactions
train
js
43e58edcafcf9d2381ff1325fcfd34358f65afda
diff --git a/stellar_sdk/keypair.py b/stellar_sdk/keypair.py index <HASH>..<HASH> 100644 --- a/stellar_sdk/keypair.py +++ b/stellar_sdk/keypair.py @@ -191,7 +191,7 @@ class Keypair: The verification failed and the signature was incorrect. """ try: - return self.verify_key.verif...
fix: Keypair.verify should not return anything.
StellarCN_py-stellar-base
train
py
38e93ad9ee5fe0cca9a509cdf8a96c9caf270293
diff --git a/src/tween/Tween.js b/src/tween/Tween.js index <HASH>..<HASH> 100644 --- a/src/tween/Tween.js +++ b/src/tween/Tween.js @@ -370,7 +370,7 @@ return Class.create(/** @lends Tween.prototype */{ //render & update callback me._render(easeRatio); - (callback = me.onUpdate) && callback.ca...
fix: Tween.onUpdate use easeRatio
hiloteam_Hilo
train
js
4d3646269d0ec0248e7bb28d08e8cbbc47feddd2
diff --git a/src/tools/annotation/bidirectionalTool/addNewMeasurement.js b/src/tools/annotation/bidirectionalTool/addNewMeasurement.js index <HASH>..<HASH> 100644 --- a/src/tools/annotation/bidirectionalTool/addNewMeasurement.js +++ b/src/tools/annotation/bidirectionalTool/addNewMeasurement.js @@ -9,6 +9,7 @@ import { ...
fix: Updating the perpendicular line handles when done creating (#<I>)
cornerstonejs_cornerstoneTools
train
js
5873fe886b3352f80fe4244ce3fdd6389c4d7d8c
diff --git a/test/download.test.js b/test/download.test.js index <HASH>..<HASH> 100644 --- a/test/download.test.js +++ b/test/download.test.js @@ -27,4 +27,9 @@ describe('download', function() { let { url } = download('4.2.0', null, 'darwin'); assert.equal(url, 'https://fastdl.mongodb.org/osx/mongodb-macos-x8...
test(download): add coverage for osx < <I>
vkarpov15_run-rs
train
js
37224fa0d46042f133d051427b30f4bb4dc197ad
diff --git a/rollup.config.js b/rollup.config.js index <HASH>..<HASH> 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,9 +1,10 @@ +import { keys } from 'lodash'; import pkg from './package.json'; export default [ { input: 'src/index.js', - external: ['lodash'], + external: [...keys(pkg.depen...
refactor(configs): upgrade rollup config
CodeTanzania_majifix-service-group
train
js
09fdfc404029e6392f5a25b18f430bd4c71bf689
diff --git a/apps/actor-web/js/components/DialogSection.react.js b/apps/actor-web/js/components/DialogSection.react.js index <HASH>..<HASH> 100644 --- a/apps/actor-web/js/components/DialogSection.react.js +++ b/apps/actor-web/js/components/DialogSection.react.js @@ -8,7 +8,7 @@ var ComposeSection = require('./dialog/Co...
fix(web): prevent messages twitch on dialog change on large displays
actorapp_actor-platform
train
js
95715c6abb32bdbfbd6fa763e4e393f3440a2608
diff --git a/dependencyManager.js b/dependencyManager.js index <HASH>..<HASH> 100644 --- a/dependencyManager.js +++ b/dependencyManager.js @@ -58,14 +58,14 @@ function addDependency(deps, name, version, force) { function getRequiredDeps(packageJson) { const deps = { - "webpack": "~3.0.0", + "webpa...
chore: bump plugin dependencies (#<I>) This should fix the unmet peerDependency `webpack@<I>` npm warning.
NativeScript_nativescript-dev-webpack
train
js
5c3cf6cb9671edd58276f1ebd520c4c7474568b1
diff --git a/lib/generators/breakfast/install_generator.rb b/lib/generators/breakfast/install_generator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/breakfast/install_generator.rb +++ b/lib/generators/breakfast/install_generator.rb @@ -60,8 +60,20 @@ module Breakfast end def install_required_pack...
fix: Move all packages from dev to regular dependencies
devlocker_breakfast
train
rb
5fbd478cdd14c36b439a8f138419fd02edea3819
diff --git a/src/transition.js b/src/transition.js index <HASH>..<HASH> 100644 --- a/src/transition.js +++ b/src/transition.js @@ -75,6 +75,7 @@ angular.module("ct.ui.router.extras.transition", [ 'ct.ui.router.extras.core' ]) // This event is handled synchronously in transitionTo call stack $roo...
fix(transition): mitigate angular-permissions causing exceptions. angular-permissions is firing fake state events. detecting a specific scenario (too many statechangestart events) and exiting early from the event listener.
christopherthielen_ui-router-extras
train
js
2ad4eb993463fadb006a680c0225d4176f59c620
diff --git a/test/k8sT/Updates.go b/test/k8sT/Updates.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Updates.go +++ b/test/k8sT/Updates.go @@ -22,11 +22,11 @@ var _ = Describe("K8sUpdates", func() { // This test runs 8 steps as following: // 1 - delete all pods. Clean cilium, this can be, and should be achieved by ...
test: Fix comment in K8sUpdates test
cilium_cilium
train
go
ff4382f019c96f3c523d91ba6afc0b58c35b9cf8
diff --git a/test/filters.js b/test/filters.js index <HASH>..<HASH> 100644 --- a/test/filters.js +++ b/test/filters.js @@ -5,14 +5,14 @@ const test = require('tape') const Filters = require('object-filter-sequence') const filterHttpHeaders = require('../lib/filters/http-headers') -function makeTransactionWithHeader...
fix: fixes intent of filter test (#<I>)
elastic_apm-agent-nodejs
train
js
ae8dba8e4442ed909915c598f3d1a3da32128609
diff --git a/lib/action_handler/args/default.rb b/lib/action_handler/args/default.rb index <HASH>..<HASH> 100644 --- a/lib/action_handler/args/default.rb +++ b/lib/action_handler/args/default.rb @@ -4,12 +4,16 @@ module ActionHandler module Args # Args::Default is a default arguments supplier for handler method...
fix(args): Inject reset_session method correctly
ryym_action_handler
train
rb
fba2079ce818baadb59120e866b18b294a91e3c3
diff --git a/tooling/test.js b/tooling/test.js index <HASH>..<HASH> 100755 --- a/tooling/test.js +++ b/tooling/test.js @@ -6,6 +6,7 @@ const dotenv = require(`dotenv`); dotenv.config({path: `.env.default`}); dotenv.config(); +process.env.NODE_ENV = `test`; const g = require(`glob`); const debug = require(`debug`...
feat(tooling): force NODE_ENV to test
webex_spark-js-sdk
train
js
8d19662511b7ad3096c9d392404e71503889f0c2
diff --git a/src/Leevel/View/Html.php b/src/Leevel/View/Html.php index <HASH>..<HASH> 100644 --- a/src/Leevel/View/Html.php +++ b/src/Leevel/View/Html.php @@ -63,7 +63,7 @@ class Html extends View implements IView $this->setVar($vars); } if (is_array($this->vars) && !empty($this->vars)) {...
refactor(view): extract EXTR_PREFIX_SAME set `_`
hunzhiwange_framework
train
php,php
f628981f4234cae8c90b2a388cbd00b69c551699
diff --git a/src/structures/CategoryChannel.js b/src/structures/CategoryChannel.js index <HASH>..<HASH> 100644 --- a/src/structures/CategoryChannel.js +++ b/src/structures/CategoryChannel.js @@ -9,7 +9,7 @@ const GuildChannel = require('./GuildChannel'); class CategoryChannel extends GuildChannel { /** * Channe...
docs(CategoryChannel): Fix children being incorrectly marked as nullable (#<I>)
discordjs_discord.js
train
js
52bbed72e1359f30d224aea8857762e1cf507c90
diff --git a/src/Listener/ViewSearchListener.php b/src/Listener/ViewSearchListener.php index <HASH>..<HASH> 100644 --- a/src/Listener/ViewSearchListener.php +++ b/src/Listener/ViewSearchListener.php @@ -130,8 +130,10 @@ class ViewSearchListener extends BaseListener $urlArgs = []; $fieldKeys ...
fix: check type before iterating over fieldKeys
FriendsOfCake_crud-view
train
php
f8d9aeed0d8145971d782be418b2b170e45f02c0
diff --git a/packages/cwp-template-aws/cli/deploy/deploy.js b/packages/cwp-template-aws/cli/deploy/deploy.js index <HASH>..<HASH> 100644 --- a/packages/cwp-template-aws/cli/deploy/deploy.js +++ b/packages/cwp-template-aws/cli/deploy/deploy.js @@ -33,8 +33,10 @@ module.exports = async (inputs, context) => { install...
fix: make first deployment only if nothing is deployed
Webiny_webiny-js
train
js
771227b84b8d98faa0347b336784eb360daf9ca7
diff --git a/src/middleware/auth.js b/src/middleware/auth.js index <HASH>..<HASH> 100644 --- a/src/middleware/auth.js +++ b/src/middleware/auth.js @@ -2,7 +2,7 @@ import { hash, compare } from '../support/secret'; import * as passport from 'koa-passport'; import { models } from './orm'; import inflector from '../sup...
fix: wrong import statement in middleware/auth
gerard2p_koaton
train
js
ad98a5afb8759d62dc0248cf6368e655ac04ad9f
diff --git a/src/firebase-import.js b/src/firebase-import.js index <HASH>..<HASH> 100755 --- a/src/firebase-import.js +++ b/src/firebase-import.js @@ -44,7 +44,7 @@ var argv = require('optimist') function main() { admin.initializeApp({ - credential: admin.credential.cert(argv.service_account), + credential:...
fix: fallback to default service account when file is not provided (#<I>)
FirebaseExtended_firebase-import
train
js
710a12c21a6fdbf0d242fcd4d851be6da395aa63
diff --git a/src/Exscript/protocols/drivers/one_os.py b/src/Exscript/protocols/drivers/one_os.py index <HASH>..<HASH> 100644 --- a/src/Exscript/protocols/drivers/one_os.py +++ b/src/Exscript/protocols/drivers/one_os.py @@ -13,7 +13,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc.,...
fix: typo in one os API docs.
knipknap_exscript
train
py