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
352dd71aa3d3db6219f65f2a1f4879c2450c6a9e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -293,6 +293,7 @@ function getPathValue(obj, path) { function setPathValue(obj, path, val) { var parsed = parsePath(path); internalSetPathValue(obj, val, parsed); + return obj; } module.exports = { diff --git a/test...
feat: returns the object in which the value was set. Closes #6
chaijs_pathval
train
js,js
542e86c22870cc8ddcc3c6a2c328654e00a7775f
diff --git a/sessions.js b/sessions.js index <HASH>..<HASH> 100644 --- a/sessions.js +++ b/sessions.js @@ -49,10 +49,11 @@ class ClientSession { this.topology.command( 'admin.$cmd', { endSessions: 1, ids: [this.id] }, - { readPreference: ReadPreference.primaryPreferred } + { readP...
refactor(endSession): don't return if topology command is run NODE-<I>
mongodb_node-mongodb-native
train
js
89c209a5a559b0032e6a8e1916ccf47c7c66bb32
diff --git a/actor-apps/app-web/src/app/components/Login.react.js b/actor-apps/app-web/src/app/components/Login.react.js index <HASH>..<HASH> 100644 --- a/actor-apps/app-web/src/app/components/Login.react.js +++ b/actor-apps/app-web/src/app/components/Login.react.js @@ -163,6 +163,7 @@ class Login extends React.Compone...
feat(web): add links to desktop app to login page
actorapp_actor-platform
train
js
d510b9c912734b4cee1afefbea332747af4ca22e
diff --git a/views/js/layout/actions/common.js b/views/js/layout/actions/common.js index <HASH>..<HASH> 100644 --- a/views/js/layout/actions/common.js +++ b/views/js/layout/actions/common.js @@ -377,7 +377,12 @@ define([ .then(function(response) { var message; ...
fix: Remove unnecessary openbranch event trigger
oat-sa_tao-core
train
js
ecd1ccdb6f9267ee865bfc054297181f94f162c1
diff --git a/peerdiversity/filter.go b/peerdiversity/filter.go index <HASH>..<HASH> 100644 --- a/peerdiversity/filter.go +++ b/peerdiversity/filter.go @@ -174,7 +174,7 @@ func (f *Filter) TryAdd(p peer.ID) bool { return false } if len(key) == 0 { - dfLog.Debugw("group key is empty", "appKey", f.logKey, "ip"...
feat: when using the diversity filter for ipv6 addresses if the ASN cannot be found for a particular address then fallback on using the /<I> mask of the address as the group name instead of simply rejecting the peer from routing table
libp2p_go-libp2p-kbucket
train
go
600bc2b16eb9fe1e7b3bee757fa80a5fa177d5fd
diff --git a/lib/inspectors/res.js b/lib/inspectors/res.js index <HASH>..<HASH> 100644 --- a/lib/inspectors/res.js +++ b/lib/inspectors/res.js @@ -263,10 +263,15 @@ module.exports = function(req, res, next) { var maxRetryCount = 1; var retryCount = 0; var retryXHost = 0; + var ...
refactor: retry ECONNRESET
avwo_whistle
train
js
b0f136f57304e24f46f8ed91d4c652b0f5a99973
diff --git a/src/main/java/com/synopsys/integration/blackduck/codelocation/bdio2legacy/UploadBdio2Callable.java b/src/main/java/com/synopsys/integration/blackduck/codelocation/bdio2legacy/UploadBdio2Callable.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/synopsys/integration/blackduck/codelocation/bdio2legacy...
feat: UploadBdio2Callable: set project and version headers
blackducksoftware_blackduck-common
train
java
bb5a3b1e75d4162e532e4aea6abd28d8b70be907
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,3 @@ -import assign from "core-js/library/fn/object/assign"; import joi from "joi"; import optionsSchema from "./utils/optionsSchema"; @@ -32,15 +31,12 @@ function remarkGenericExtensions(options = ...
chore(module): replace `Object::assign` by es6 spread operator
medfreeman_remark-generic-extensions
train
js
809c78afc78597a7355ba2e3962518ebca8a89d7
diff --git a/scripts/build.js b/scripts/build.js index <HASH>..<HASH> 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -31,13 +31,20 @@ shell.config.verbose = true; shell.cd(`${env.sourceFolder}`); if (env.isWindows) { - exec(`cmake -DWANT_SYNCAPI=OFF -DCMAKE_GENERATOR_PLATFORM=${process.arch} .`); - e...
fix: less verbose Windows builds
yfinkelstein_node-zookeeper
train
js
d9e6da2a8e41337285e2f3d3d6b6f040d446a9e2
diff --git a/checkList/checkList.go b/checkList/checkList.go index <HASH>..<HASH> 100644 --- a/checkList/checkList.go +++ b/checkList/checkList.go @@ -1,7 +1,7 @@ package checkList import ( - "errors" + "log" "os/exec" "sync" @@ -109,7 +109,7 @@ func hasLicense(taskName string) (message string, success bool) ...
chore: Make it pass through gometalinter
karolgorecki_goprove
train
go
2aa71112a6c8c01c6b26ac942aea0d7de6a7dd00
diff --git a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js +++ b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js @...
feat(meetings): add totalJmt joinTime metric
webex_spark-js-sdk
train
js
8e1bba92715ff05af39817d00e293d408c3074dd
diff --git a/test/mp/helpers/entry-runtime-with-compiler.js b/test/mp/helpers/entry-runtime-with-compiler.js index <HASH>..<HASH> 100644 --- a/test/mp/helpers/entry-runtime-with-compiler.js +++ b/test/mp/helpers/entry-runtime-with-compiler.js @@ -31,7 +31,8 @@ Vue.prototype.$mount = function ( imports: { ...
test: fix entry runtime, add components: "child"
kaola-fed_megalo
train
js
ac9b223c51a51a7d09e294cf1d331b6607043a94
diff --git a/scripts/config.js b/scripts/config.js index <HASH>..<HASH> 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -8,6 +8,7 @@ const flow = require('rollup-plugin-flow-no-whitespace') const version = process.env.VERSION || require('../package.json').version const weexVersion = process.env.WEEX_VERSION...
feat: use Vue core as Vue.version and add Vue.megaloVersion #<I>
kaola-fed_megalo
train
js,js
b227fe7e2afd438c134e9d4b600f1f5e882483c2
diff --git a/test/test_controller.go b/test/test_controller.go index <HASH>..<HASH> 100644 --- a/test/test_controller.go +++ b/test/test_controller.go @@ -114,7 +114,11 @@ func unmarshalControllerExample(data []byte) (map[string]interface{}, error) { } func (s *ControllerSuite) generateControllerExamples(t *c.C) ma...
test: Use explicit cluster client in controller examples test
flynn_flynn
train
go
d7914adfa8269a49e82aa7bd87b504376af90ee2
diff --git a/tests/integration/utils/get-server.js b/tests/integration/utils/get-server.js index <HASH>..<HASH> 100644 --- a/tests/integration/utils/get-server.js +++ b/tests/integration/utils/get-server.js @@ -26,12 +26,22 @@ function getServer (options, callback) { nock('http://localhost:5984') // PouchDB sen...
test: adaptions for @hoodie/account-server-api@3
hoodiehq_hoodie-account-server
train
js
ed548e70eb7973684db9208ba3895c87a4d5f28e
diff --git a/views/cypress/tests/manage-schema.spec.js b/views/cypress/tests/manage-schema.spec.js index <HASH>..<HASH> 100644 --- a/views/cypress/tests/manage-schema.spec.js +++ b/views/cypress/tests/manage-schema.spec.js @@ -126,4 +126,4 @@ cy.removePropertyFromClass(className, newPropertyName, selectors...
chore: add new line at eof
oat-sa_extension-tao-item
train
js
9382b47750f9fb31cf795d5db79078e411e603fa
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -79,7 +79,6 @@ export default { * true value */ const chainCans = (metas, to, from) => { - // store most recent fail let fail = null const chain = metas.reduce((chain, meta) => {...
refactor: shorten and simplify chain impl.
mblarsen_vue-browser-acl
train
js
5272cec6c8c3a24a79ced409a625d998ea7e289a
diff --git a/src/client/ClientDataResolver.js b/src/client/ClientDataResolver.js index <HASH>..<HASH> 100644 --- a/src/client/ClientDataResolver.js +++ b/src/client/ClientDataResolver.js @@ -307,6 +307,7 @@ class ClientDataResolver { * ``` * [ * 'DEFAULT', + * 'WHITE', * 'AQUA', * 'GREEN',...
feat(Util): add WHITE as color resolvable (#<I>)
discordjs_discord.js
train
js,js,ts
4c7e6e0f5985b676d6fd3c02d89d8a00bcd4df39
diff --git a/src/Youch/index.js b/src/Youch/index.js index <HASH>..<HASH> 100644 --- a/src/Youch/index.js +++ b/src/Youch/index.js @@ -129,7 +129,7 @@ class Youch { message: this.error.message, name: this.error.name, status: this.error.status, - frames: stack.frames.map(callback) + frames...
refactor(youch): add conditional before looping over frames frames can be undefined at times, so it is required to make sure frames is a valid array before mapping over them
poppinss_youch
train
js
7cfa929a39bbf50c2ed3157f6b6fac8055afc0ae
diff --git a/api/src/opentrons/system/nmcli.py b/api/src/opentrons/system/nmcli.py index <HASH>..<HASH> 100644 --- a/api/src/opentrons/system/nmcli.py +++ b/api/src/opentrons/system/nmcli.py @@ -412,7 +412,8 @@ def _build_con_add_cmd(ssid: str, security_type: SECURITY_TYPES, 'ifname', 'wlan0', ...
fix(api): Force the permanent mac address for wifi connections (#<I>) This should prevent the macs from changing when the robot restarts, which plays havoc with people using mac whitelisting in their wireless networks.
Opentrons_opentrons
train
py
846fb3e46b9e8e0dc6b7951235ddaee24a9323fa
diff --git a/hrp/internal/boomer/runner.go b/hrp/internal/boomer/runner.go index <HASH>..<HASH> 100644 --- a/hrp/internal/boomer/runner.go +++ b/hrp/internal/boomer/runner.go @@ -830,10 +830,8 @@ func (r *workerRunner) run() { log.Warn().Msg("Timeout waiting for sending quit message to master, boomer will quit any...
fix: mask error logging that worker fails to sign out
HttpRunner_HttpRunner
train
go
c73fc53ded563ef463e7937877a4f8dd3a41d5a9
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -67,10 +67,9 @@ module.exports = function(config) { // Enable / disable watching file and executing tests whenever any file changes autoWatch: false, - // If browser does not capture in given...
fix(tests): disables sauce config startConnect
platanus_angular-restmod
train
js
75765bf5f3421ba3545376f198bcb1d8d77563c1
diff --git a/src/components/editor/editor-utils.js b/src/components/editor/editor-utils.js index <HASH>..<HASH> 100644 --- a/src/components/editor/editor-utils.js +++ b/src/components/editor/editor-utils.js @@ -230,14 +230,18 @@ export function getContentObject (el) { attributes: {} } - Array.from(el.attribu...
feat: Updates for QEditor
quasarframework_quasar
train
js
877bba8bad5fa41e8982335be9ac4d17d922ce38
diff --git a/src/endpoints/pcm-variations-relationships.js b/src/endpoints/pcm-variations-relationships.js index <HASH>..<HASH> 100644 --- a/src/endpoints/pcm-variations-relationships.js +++ b/src/endpoints/pcm-variations-relationships.js @@ -41,7 +41,7 @@ class PCMVariationsRelationshipsEndpoint { } Update(pro...
fix: typo (#<I>)
moltin_js-sdk
train
js
fcd622131e6d9f043353d3bdc83eb9c116b6cf6b
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 @@ -267,6 +267,7 @@ class BaseKonnector { ...
feat: log account state when waiting for twofa code
konnectors_libs
train
js
ab0e82b105baefcc72719b22af958abb648dd4b1
diff --git a/faker.go b/faker.go index <HASH>..<HASH> 100644 --- a/faker.go +++ b/faker.go @@ -206,6 +206,7 @@ var ( ErrMoreArguments = "Passed more arguments than is possible : (%d)" ErrNotSupportedPointer = "Use sample:=new(%s)\n faker.FakeData(sample) instead" ErrSmallerThanZero = "Size:%d is smaller...
fix: 0 not valid for random size #<I> logically invalid to as for a random number between 0 and 0 but more importantly, it panics on the Intn call with `panic: invalid argument to Intn`
bxcodec_faker
train
go
7ee390d57b16577797d5961ac31c9ef922f58f60
diff --git a/src/Support/Period.php b/src/Support/Period.php index <HASH>..<HASH> 100644 --- a/src/Support/Period.php +++ b/src/Support/Period.php @@ -413,7 +413,7 @@ class Period */ public function setStartDateTime(DateTime $startDateTime) { - $this->startDateTime = $startDateTime; + $thi...
feat: create Carbon instance from DateTime
cyrildewit_eloquent-viewable
train
php
b2441158025df1ae0f4b94d4727391a16df1ee6d
diff --git a/models/classes/Lists/DataAccess/Repository/DependsOnPropertyRepository.php b/models/classes/Lists/DataAccess/Repository/DependsOnPropertyRepository.php index <HASH>..<HASH> 100644 --- a/models/classes/Lists/DataAccess/Repository/DependsOnPropertyRepository.php +++ b/models/classes/Lists/DataAccess/Reposito...
refactor: use cache repository instead
oat-sa_tao-core
train
php
c164952516d0deb0200e48f18f9f9ef5aabc0207
diff --git a/src/components/bottomSheet/bottomSheet.js b/src/components/bottomSheet/bottomSheet.js index <HASH>..<HASH> 100644 --- a/src/components/bottomSheet/bottomSheet.js +++ b/src/components/bottomSheet/bottomSheet.js @@ -183,13 +183,14 @@ function MdBottomSheetProvider($$interimElementProvider) { function on...
fix(bottomSheet): unset overflow after leave animation completes as per discussion at <URL>
angular_material
train
js
3702ba1bee3bab5ea09b720ff7afaaf70d530a76
diff --git a/test/helper.js b/test/helper.js index <HASH>..<HASH> 100644 --- a/test/helper.js +++ b/test/helper.js @@ -58,7 +58,6 @@ ex('sl-build --install --commit'); assert(!test('-e', 'node_modules/debug'), 'dev dep not installed'); assert(test('-e', 'node_modules/node-syslog'), 'prod dep installed'); assert(!tes...
test: Don't require sl-pm in path Remove assertion that strong-pm has been installed or linked globally.
strongloop_strong-pm
train
js
1bf8d725a91276f2332dd89d8e90feaba8750175
diff --git a/tests/acceptance/layouts-test.js b/tests/acceptance/layouts-test.js index <HASH>..<HASH> 100644 --- a/tests/acceptance/layouts-test.js +++ b/tests/acceptance/layouts-test.js @@ -18,7 +18,7 @@ test('visiting /layout-test', function(assert) { let breakpoints = deviceLayout.get('breakpoints'); let bp = ...
fix(breakpoints-test): breakpoints are now better defined
html-next_flexi-layouts
train
js
92e98a1feddec2a905d7d4c312835ab24079effe
diff --git a/libs/logger.js b/libs/logger.js index <HASH>..<HASH> 100644 --- a/libs/logger.js +++ b/libs/logger.js @@ -2,7 +2,7 @@ const util = require('util') util.inspect.defaultOptions.maxArrayLength = null util.inspect.defaultOptions.colors = true -const env = process.env.NODE_ENV +const env = process.env.NODE_...
fix: logger initialization in production environment
konnectors_libs
train
js
4b8f7ea2c9bb44ac9bdbd440ef778323d5a66d28
diff --git a/module.js b/module.js index <HASH>..<HASH> 100644 --- a/module.js +++ b/module.js @@ -1,16 +1,15 @@ module.exports = require( 'classes' ).Module.extend({ preRoute: function( UserModel, AccountModel ) { - UserModel.on( 'preQuery', function( options ) { - var nestedInclude = { - ...
fix(findOptions): Updated to use the new hooks
CleverStack_clever-accounts
train
js
ce04467d998ddeabdf989bc9193cb85ed8120382
diff --git a/nightwatch.js b/nightwatch.js index <HASH>..<HASH> 100644 --- a/nightwatch.js +++ b/nightwatch.js @@ -21,21 +21,21 @@ const launch_url = process.env.NOW_URL || 'https://boltdesignsystem.com'; console.log({ launch_url }); if (process.env.TRAVIS) { - setCheckRun({ - name: 'Nightwatch', - status: '...
chore: removing initial Nightwatch in_progress call
bolt-design-system_bolt
train
js
e152630fe1f0d62e29016447174a6783192ee8dd
diff --git a/src/foremast/runner.py b/src/foremast/runner.py index <HASH>..<HASH> 100644 --- a/src/foremast/runner.py +++ b/src/foremast/runner.py @@ -74,7 +74,8 @@ class ForemastRunner: def plugin_manager(self, service): """Wrapper around PluginManager""" manager = PluginManager(service, self.pr...
refactor: Simplify plugin manager
foremast_foremast
train
py
983a7dfe11e03aab5f595e9308ea1f69a6fabe58
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 @@ -57,6 +57,7 @@ module.exports = appInfo => { }; config.security = { + xframe: false, csrf: { enable: false, },
feat: support iframe (#<I>)
macacajs_macaca-datahub
train
js
ef5efaf61bb10a433a83a8db6ee376967e59d6b2
diff --git a/lib/mp4/probe.js b/lib/mp4/probe.js index <HASH>..<HASH> 100644 --- a/lib/mp4/probe.js +++ b/lib/mp4/probe.js @@ -123,7 +123,7 @@ startTime = function(timescale, fragment) { } return result; })[0]; - baseTime = baseTime || Infinity; + baseTime = typeof baseTime === 'numbe...
fix: baseTime 0 is valid (#<I>) Right now if baseTime is equal to 0 in the tfdt we exclude it from our list of valid start times, which is incorrect. Instead, we have to look for NaN or non-number baseTimes and only exclude those. Fixes videojs/http-streaming#<I>
videojs_mux.js
train
js
262d7fefbb285cd865b6803a63b81566d44368bd
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -13,6 +13,8 @@ Object.assign( reactNativeElements.reduce((getters, key) => { const tag = key.toLowerCase() getters[tag] = glamorous(ReactNativeElementMap[key]) + // backward compatible camel cas...
feat(glamorous): add camel case aliases to builtin component factories (#<I>) glamorous.touchablehighlight -> glamorous.touchableHighlight
robinpowered_glamorous-native
train
js
13d086b8097f3cf1d2f323509ea66813833557c3
diff --git a/test/runner/runner.go b/test/runner/runner.go index <HASH>..<HASH> 100644 --- a/test/runner/runner.go +++ b/test/runner/runner.go @@ -308,6 +308,9 @@ func needsBuild(event Event) bool { if e, ok := event.(*PullRequestEvent); ok && e.Action == "closed" { return false } + if e, ok := event.(*PushEvent...
test: Ignore branch delete events
flynn_flynn
train
go,go
e88d0c5f0e54630a99eeb74b0e9fe0c3bd58608f
diff --git a/lib/utils/openBrowser.js b/lib/utils/openBrowser.js index <HASH>..<HASH> 100644 --- a/lib/utils/openBrowser.js +++ b/lib/utils/openBrowser.js @@ -20,15 +20,15 @@ function displayManualOpenMessage(url, err) { } module.exports = function openBrowser(url) { - let browser = process.env.BROWSER; - if (bro...
refactor: Ensure async function format
serverless_serverless
train
js
de61fe485476102c106eb455d0c5e1f36fbf07df
diff --git a/src/sharding/ShardingManager.js b/src/sharding/ShardingManager.js index <HASH>..<HASH> 100644 --- a/src/sharding/ShardingManager.js +++ b/src/sharding/ShardingManager.js @@ -301,12 +301,12 @@ class ShardingManager extends EventEmitter { /** * Kills all running shards and respawns them. * @param ...
fix(ShardingManager): fix respawnAll not passing delay correctly (#<I>)
discordjs_discord.js
train
js
981907c596c0cf0f70f696d1b0af6c5499f90928
diff --git a/javascript-i18n-library.js b/javascript-i18n-library.js index <HASH>..<HASH> 100644 --- a/javascript-i18n-library.js +++ b/javascript-i18n-library.js @@ -127,7 +127,7 @@ case 'CHF': return 'CHF'; default: - return 'NO CURRENCY'; + return '¤'; } };
feat(Currency): Use a default symbol when no currency matches instead of a long string to be more consistent with the other symbols
iadvize_javascript-i18n-library
train
js
0ba505ca0248a64f71522b99faa421199b3dc369
diff --git a/packages/@vue/cli-plugin-eslint/index.js b/packages/@vue/cli-plugin-eslint/index.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-plugin-eslint/index.js +++ b/packages/@vue/cli-plugin-eslint/index.js @@ -53,7 +53,10 @@ module.exports = (api, options) => { emitWarning: allWarnings, ...
fix: fix eslint path resolution in `vue serve` (#<I>) fixes #<I>
vuejs_vue-cli
train
js
9dbf37af2b03c5b18c9940e1e849c4d282b6766d
diff --git a/src/Keboola/GenericExtractor/Subscriber/UrlSignature.php b/src/Keboola/GenericExtractor/Subscriber/UrlSignature.php index <HASH>..<HASH> 100755 --- a/src/Keboola/GenericExtractor/Subscriber/UrlSignature.php +++ b/src/Keboola/GenericExtractor/Subscriber/UrlSignature.php @@ -19,6 +19,10 @@ class UrlSignature...
fix: Query auth now doesn't overwrite params from request
keboola_generic-extractor
train
php
c1c66d2d0ab552bffc019fb6d35971707010d234
diff --git a/.make-compat-package.js b/.make-compat-package.js index <HASH>..<HASH> 100644 --- a/.make-compat-package.js +++ b/.make-compat-package.js @@ -18,6 +18,7 @@ const ROOT = 'dist-compat/'; const CJS_ROOT = ROOT + 'cjs/compat/'; const ESM5_ROOT = ROOT + 'esm5/compat/'; const ESM2015_ROOT = ROOT + 'esm2015/co...
chore(build): Copy compat bundle output into package (#<I>) Previously the bundles were left behind in `dist-compat` but never copied into `dist-compat/package` prior to publish. This ensures the bundles are part of the compat release.
ReactiveX_rxjs
train
js
68e5a56eaf5372ca9261f04e5e87d1361424fa9d
diff --git a/source/rafcon/gui/models/meta.py b/source/rafcon/gui/models/meta.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/models/meta.py +++ b/source/rafcon/gui/models/meta.py @@ -9,7 +9,7 @@ # Franz Steinmetz <franz.steinmetz@dlr.de> # Sebastian Brunner <sebastian.brunner@dlr.de> - +import hashlib from...
feat(MetaModel): Methods to calculate meta data hash
DLR-RM_RAFCON
train
py
ce959593656f13d4429f0ab0e04cf57874e97a40
diff --git a/module.flow.js b/module.flow.js index <HASH>..<HASH> 100644 --- a/module.flow.js +++ b/module.flow.js @@ -60,7 +60,7 @@ declare module '@solana/web3.js' { getFinality(): Promise<number>; requestAirdrop(to: PublicKey, amount: number): Promise<TransactionSignature>; sendTransaction(from: Accou...
fix(flow): correct onAccountChange prototype
solana-labs_solana-web3.js
train
js
bd2613e9c8c22bebc1437f7f6ca71aaef5f68863
diff --git a/ecs.php b/ecs.php index <HASH>..<HASH> 100644 --- a/ecs.php +++ b/ecs.php @@ -6,10 +6,9 @@ use PHP_CodeSniffer\Standards\Squiz\Sniffs\Classes\ValidClassNameSniff; use PHP_CodeSniffer\Standards\Squiz\Sniffs\Commenting\ClassCommentSniff; use PHP_CodeSniffer\Standards\Squiz\Sniffs\Commenting\FileCommentSnif...
chore: changed to new style of ecs config
whatwedo_CoreBundle
train
php
9344330f5f84ce9e3e0aac69e9714462495f4f78
diff --git a/renku/_compat.py b/renku/_compat.py index <HASH>..<HASH> 100644 --- a/renku/_compat.py +++ b/renku/_compat.py @@ -17,10 +17,20 @@ # limitations under the License. """Compatibility layer for different Python versions.""" -try: - from pathlib import Path -except ImportError: # pragma: no cover - f...
fix(compat): support strict param in path.resolve Improves compatibility of pathlib.Path.resolve method on Python <I>.
SwissDataScienceCenter_renku-python
train
py,py
ae0287f3337c980a0512b472f3009368d866eef4
diff --git a/xod-core/src/project/selectors.js b/xod-core/src/project/selectors.js index <HASH>..<HASH> 100644 --- a/xod-core/src/project/selectors.js +++ b/xod-core/src/project/selectors.js @@ -530,7 +530,7 @@ export const getPatchIOPin = (node, i) => { nodeId: node.id, pinLabel: node.properties.pinLabel, ...
refactor(patchNodes): remove direction from pin keys of patch nodes
xodio_xod
train
js
5d297a77908375b76929e0c8081977c3016ea7d6
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -41,7 +41,7 @@ exports.interfaceVersion = 2; * @param {object} options - the resolver options * @return {object} */ -exports.resolve = (source, file, options) => { +exports.resolve = (source, file, optio...
fix: Prevents `options.extensions` from failing when `options` is `null` (#<I>)
tleunen_eslint-import-resolver-babel-module
train
js
d4eb1a27f713737ba0614475fcf34eb68077d74b
diff --git a/src/Views.php b/src/Views.php index <HASH>..<HASH> 100644 --- a/src/Views.php +++ b/src/Views.php @@ -159,7 +159,7 @@ class Views $cacheKey = $this->makeCacheKey($this->period, $this->unique, $this->collection); - if ($this->shouldCache) { + if ($this->shouldCache()) { ...
refactor: add dedicated shouldCache method
cyrildewit_eloquent-viewable
train
php
a4657b56184375d374c71dd39b3d6a2531c95a32
diff --git a/memote/support/basic.py b/memote/support/basic.py index <HASH>..<HASH> 100644 --- a/memote/support/basic.py +++ b/memote/support/basic.py @@ -250,7 +250,6 @@ def find_oxygen_reactions(model): def find_unique_metabolites(model): """Return set of metabolite IDs without duplicates from compartments.""...
docs: remove wrong TODO comment.
opencobra_memote
train
py
6b1921f59e1105499a329ab3aaf6134e7fb0ff6c
diff --git a/lib/cli/resolve-input.js b/lib/cli/resolve-input.js index <HASH>..<HASH> 100644 --- a/lib/cli/resolve-input.js +++ b/lib/cli/resolve-input.js @@ -7,7 +7,7 @@ const parseArgs = require('./parse-args'); const baseArgsSchema = { boolean: new Set(['version', 'help', 'help-interactive', 'v']), - string: ...
refactor(CLI): Recognize "app" and "org" params
serverless_serverless
train
js
9c662acd58dafcf551d88c353f9d38ed36a3997b
diff --git a/lib/espresso-runner.js b/lib/espresso-runner.js index <HASH>..<HASH> 100644 --- a/lib/espresso-runner.js +++ b/lib/espresso-runner.js @@ -243,6 +243,10 @@ class EspressoRunner { let hasSocketError = false; // start the instrumentation process + this.jwproxy.instrumentationState = { + ex...
fix: Reset instrumentation state before starting a new instance (#<I>)
appium_appium-espresso-driver
train
js
9df19e8bc862901884c97eb8dec2acbbe3641603
diff --git a/src/global/money/money.test.js b/src/global/money/money.test.js index <HASH>..<HASH> 100644 --- a/src/global/money/money.test.js +++ b/src/global/money/money.test.js @@ -70,12 +70,12 @@ describe('ui-money-mask', function() { it('shold allow string as definition of decimals', angular.mock.inject(function(...
style(uiMoneyMask): change double quotes to single quotes
assisrafael_angular-input-masks
train
js
1e26c649129376c1986e70f5a59bd8cc3f9b7ba1
diff --git a/lib/routes/admin-api/util.js b/lib/routes/admin-api/util.js index <HASH>..<HASH> 100644 --- a/lib/routes/admin-api/util.js +++ b/lib/routes/admin-api/util.js @@ -26,13 +26,17 @@ const nameType = customJoi const handleErrors = (res, logger, error) => { logger.warn(error.message); + // eslint-disa...
fix: Name conflict should return <I> closes #<I>
Unleash_unleash
train
js
31a85096aa29a16168cce019cabccfc524c76da8
diff --git a/lib/build/webpack-config.js b/lib/build/webpack-config.js index <HASH>..<HASH> 100644 --- a/lib/build/webpack-config.js +++ b/lib/build/webpack-config.js @@ -3,6 +3,7 @@ const path = require('path'), chalk = require('chalk'), webpack = require('webpack'), + merge = require('webpack-merge'), Pr...
fix: Add missing dep in webpack-config
quasarframework_quasar-cli
train
js
79b6340d6ced0ad62628de6e51dce18d50a5be9f
diff --git a/lib/cli-engine/cli-engine.js b/lib/cli-engine/cli-engine.js index <HASH>..<HASH> 100644 --- a/lib/cli-engine/cli-engine.js +++ b/lib/cli-engine/cli-engine.js @@ -408,7 +408,7 @@ function isErrorMessage(message) { * a directory or looks like a directory (ends in `path.sep`), in which case the file * nam...
chore: fixed typo in client-Engine (#<I>)
eslint_eslint
train
js
a93380570d99e1260fcd47c6d7380c95b58f6e7a
diff --git a/vendor/joomla/libraries/joomla/user/authentication.php b/vendor/joomla/libraries/joomla/user/authentication.php index <HASH>..<HASH> 100644 --- a/vendor/joomla/libraries/joomla/user/authentication.php +++ b/vendor/joomla/libraries/joomla/user/authentication.php @@ -115,6 +115,9 @@ class JAuthentication ext...
fix: if the plugin class doesn't exist then skip instead of calling methods on stdclass
anahitasocial_anahita
train
php
d75ae0f14f28c2c9e994aa870b7f370eb119bacf
diff --git a/packages/ui-toolkit/src/base/global.js b/packages/ui-toolkit/src/base/global.js index <HASH>..<HASH> 100644 --- a/packages/ui-toolkit/src/base/global.js +++ b/packages/ui-toolkit/src/base/global.js @@ -26,6 +26,7 @@ export default ({ theme }) => css` padding: 0; background: ${theme.background}; ...
feat(instances): Adds font antialiasing. closes #<I>
yldio_joyent-portal
train
js
c9b2066053de2a80391e2dff66f20150df36b069
diff --git a/apps/pattern-lab/.boltrc.js b/apps/pattern-lab/.boltrc.js index <HASH>..<HASH> 100644 --- a/apps/pattern-lab/.boltrc.js +++ b/apps/pattern-lab/.boltrc.js @@ -8,6 +8,7 @@ module.exports = { startPath: 'pattern-lab/index.html', plConfigFile: './config/config.yml', verbosity: 1, + schemaErrorReporti...
feat: Set schema error reporting to cli for pattern lab (BDS-<I>)
bolt-design-system_bolt
train
js
c0351143c14c54429c125b90f39b6daf503aa0a1
diff --git a/src/anyconfig/globals/datatypes.py b/src/anyconfig/globals/datatypes.py index <HASH>..<HASH> 100644 --- a/src/anyconfig/globals/datatypes.py +++ b/src/anyconfig/globals/datatypes.py @@ -27,6 +27,6 @@ class IOInfo(typing.NamedTuple): extension: str -IOI_KEYS: typing.Tuple[typing.Optional[typing.Any...
fix: correct an wrong type hint to .globals.IOI_KEYS
ssato_python-anyconfig
train
py
455350176c87a53e1eab8ae849370b1938cfbb58
diff --git a/routes/account.js b/routes/account.js index <HASH>..<HASH> 100644 --- a/routes/account.js +++ b/routes/account.js @@ -168,7 +168,11 @@ function accountRoutes (server, options, next) { method: 'DELETE', path: '/session/account', config: { - auth: false + auth: false, + validate...
fix(routes): DELETE /session/account?include=foobar * * * This commit was sponsored by Neighbourhoodie You can hire Neighbourhoodie for all your Hoodie / CouchDB / Offline First needs <URL>
hoodiehq_hoodie-account-server
train
js
3c4d2b8ca1b0d7ec24c3c5ed9fc0518a039b3dec
diff --git a/pkg/services/alerting/notifier.go b/pkg/services/alerting/notifier.go index <HASH>..<HASH> 100644 --- a/pkg/services/alerting/notifier.go +++ b/pkg/services/alerting/notifier.go @@ -73,11 +73,19 @@ type WebhookNotifier struct { func (this *WebhookNotifier) Dispatch(alertResult *AlertResult) { this.log...
feat(alerting): add basic body for webhooks
grafana_grafana
train
go
00a1eb2b82e5b3f14fafc0a80384f1fab8192aed
diff --git a/lib/config/protractor.js b/lib/config/protractor.js index <HASH>..<HASH> 100644 --- a/lib/config/protractor.js +++ b/lib/config/protractor.js @@ -4,8 +4,7 @@ module.exports = function(_, path, grunt) {// jshint ignore: line var capabilities = []; grunt.config('angularToolbox.e2eBrowsers').forEach(fun...
chore: stop requireing OSX for protractor tests
Jimdo_grunt-angular-toolbox
train
js
368ee1cae1e6b5c1680e980c60c546b17639036c
diff --git a/gh-pages-publish.js b/gh-pages-publish.js index <HASH>..<HASH> 100755 --- a/gh-pages-publish.js +++ b/gh-pages-publish.js @@ -5,6 +5,10 @@ var ghpages = require('gh-pages'); var path = require('path'); -ghpages.publish(path.join(__dirname, 'demo-build'), function(err) { - console.log(err); +ghpages.pu...
chore(gh-pages): added better logging
valor-software_ngx-bootstrap
train
js
6cd783eafc9ccca02cea3d5d594112c7b922d216
diff --git a/packages/base-element/src/lib/decorators.js b/packages/base-element/src/lib/decorators.js index <HASH>..<HASH> 100644 --- a/packages/base-element/src/lib/decorators.js +++ b/packages/base-element/src/lib/decorators.js @@ -378,8 +378,7 @@ const jsonSchemaPropsDecorator = clazz => { props[propNa...
feat: do not force booleans to reflect
bolt-design-system_bolt
train
js
5b9acf23c65fe457739c20e8f27586c1d3ec149c
diff --git a/lib/fetch/util.js b/lib/fetch/util.js index <HASH>..<HASH> 100644 --- a/lib/fetch/util.js +++ b/lib/fetch/util.js @@ -195,7 +195,7 @@ function appendFetchMetadata (httpRequest) { header = httpRequest.mode // 4. Set a structured field value `Sec-Fetch-Mode`/header in r’s header list. - httpRequest...
fix(fetch): set don't append sec-fetch-mode
mcollina_undici
train
js
3ff0349e0c553918ebc64b49de8427e482f01d4f
diff --git a/test/android-sdk.js b/test/android-sdk.js index <HASH>..<HASH> 100644 --- a/test/android-sdk.js +++ b/test/android-sdk.js @@ -6,6 +6,7 @@ require("../src/Config").setSilentConsole(true); var Console = require("../src/Console"); var AndroidSDK = require("../src/AndroidSDK"); +var ShellJS = require("shell...
test: In android-sdk.js::generateProjectTemplate() cleanup after test Remove the generated project skeleton in com.example.Foo/ so repeatedly running the test does not fail on an already existing directory.
crosswalk-project_crosswalk-app-tools
train
js
ab46cd5672e96865997c0f53d8dc59e7cb0ccb09
diff --git a/renku/ui/service/serializers/cache.py b/renku/ui/service/serializers/cache.py index <HASH>..<HASH> 100644 --- a/renku/ui/service/serializers/cache.py +++ b/renku/ui/service/serializers/cache.py @@ -115,7 +115,7 @@ class ProjectCloneContext(RepositoryCloneRequest): def set_missing_id(self, data, **kwar...
fix(service): fix project_id not being autogenerated if missing in request schema (#<I>)
SwissDataScienceCenter_renku-python
train
py
d6419aa86d6ad385e15d685bf47242bb6c67653e
diff --git a/gitlab/tests/test_gitlab.py b/gitlab/tests/test_gitlab.py index <HASH>..<HASH> 100644 --- a/gitlab/tests/test_gitlab.py +++ b/gitlab/tests/test_gitlab.py @@ -673,14 +673,15 @@ class TestGitlab(unittest.TestCase): self.assertEqual(status.emoji, "thumbsup") def test_todo(self): - t...
test: remove warning about open files from test_todo() When running unittests python warns that the json file from test_todo() was still open. Use with to open, read, and create encoded json data that is used by resp_get_todo().
python-gitlab_python-gitlab
train
py
d193d04cea862e2db84ac40226cfdbdb39be46d5
diff --git a/src/structures/Webhook.js b/src/structures/Webhook.js index <HASH>..<HASH> 100644 --- a/src/structures/Webhook.js +++ b/src/structures/Webhook.js @@ -90,7 +90,7 @@ class Webhook { * The source guild of the webhook * @type {?(Guild|APIGuild)} */ - this.sourceGuild = this.client....
fix(Webhook): Resolve source guild only if cached (#<I>)
discordjs_discord.js
train
js
195b837a21b845a05107971bd65665878f195e22
diff --git a/ommprotocol/utils.py b/ommprotocol/utils.py index <HASH>..<HASH> 100644 --- a/ommprotocol/utils.py +++ b/ommprotocol/utils.py @@ -76,7 +76,7 @@ def timed_input(prompt, timeout=300.0): astring = None try: timer.start() - astring = raw_input(prompt) + astring = raw_input() ...
fix: user prompt on emergency recovery was printed twice
insilichem_ommprotocol
train
py
9dcfcff548f2e101bb5de1c24f9a0629471d11e6
diff --git a/build-tools/gulp-tasks/build-webpack/webpack.config.js b/build-tools/gulp-tasks/build-webpack/webpack.config.js index <HASH>..<HASH> 100644 --- a/build-tools/gulp-tasks/build-webpack/webpack.config.js +++ b/build-tools/gulp-tasks/build-webpack/webpack.config.js @@ -33,8 +33,6 @@ const defaultConfig = { ...
fix: revert webpack config update -- no longer needed.
bolt-design-system_bolt
train
js
4cc87cb68db95e6a84c838dd066bfab8ddcb5d9c
diff --git a/services/datalad/datalad_service/common/s3.py b/services/datalad/datalad_service/common/s3.py index <HASH>..<HASH> 100644 --- a/services/datalad/datalad_service/common/s3.py +++ b/services/datalad/datalad_service/common/s3.py @@ -92,7 +92,7 @@ def validate_s3_config(dataset_path, realm): # get annex o...
fix: Correctly decode reading remote.log
OpenNeuroOrg_openneuro
train
py
ab5fa7b1e2f857afbff7f6a66644c9540104f1a2
diff --git a/src/ODataResource.js b/src/ODataResource.js index <HASH>..<HASH> 100644 --- a/src/ODataResource.js +++ b/src/ODataResource.js @@ -12,7 +12,7 @@ function hook(resource, pos, fn) { /*eslint-disable */ method.map((curr) => { if (resource._hooks[curr][pos]) { - const _fn = resource._hooks[metho...
fix(resource): cant set `all hook` over 1 more function for a resource.
TossShinHwa_node-odata
train
js
ac71927eb2e2de59bae1707b31c04a8dbc36b249
diff --git a/matchers/image.go b/matchers/image.go index <HASH>..<HASH> 100644 --- a/matchers/image.go +++ b/matchers/image.go @@ -83,7 +83,7 @@ func CR2(buf []byte) bool { } func Tiff(buf []byte) bool { - return len(buf) > 3 && + return len(buf) > 9 && ((buf[0] == 0x49 && buf[1] == 0x49 && buf[2] == 0x2A && buf...
fix(tiff): check min length
h2non_filetype
train
go
c42fa6083818ef39dcc014d269a6caee710ba8f8
diff --git a/lib/main.js b/lib/main.js index <HASH>..<HASH> 100644 --- a/lib/main.js +++ b/lib/main.js @@ -36,6 +36,10 @@ function addBuiltins(store) { store.add(new Interface('CallbackGame', { description: 'A placeholder, currently holds no information. Use BotFather to set up your game.', })) + store.add(...
feat: Add InputFile manually
sergeysova_telegram-typings
train
js
9f7fc0808e475d2aff93a548ef7edc5b7ef26fe0
diff --git a/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/CustomResource.java b/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/CustomResource.java index <HASH>..<HASH> 100644 --- a/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/CustomResource.java +++ b/kubernetes-client/src/...
refactor: apply toLowerCase to both branches
fabric8io_kubernetes-client
train
java
433d4523198c0fa764b42c9b1de538c23617dd3f
diff --git a/packages/vaex-core/vaex/dataset.py b/packages/vaex-core/vaex/dataset.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/dataset.py +++ b/packages/vaex-core/vaex/dataset.py @@ -1067,9 +1067,6 @@ class Dataset(object): arguments = _ensure_strings_from_expressions(arguments) return lazy_functi...
fix: Dataset.apply removed print statements and dead code
vaexio_vaex
train
py
2ba7d653eeb029644c75598bcb241ef2b2328283
diff --git a/src/elements/chips/Chips.spec.js b/src/elements/chips/Chips.spec.js index <HASH>..<HASH> 100644 --- a/src/elements/chips/Chips.spec.js +++ b/src/elements/chips/Chips.spec.js @@ -64,20 +64,6 @@ describe('Element: NovoChipsElement', () => { expect(component.blur).toBeDefined(); expe...
chore(tests): Fixing test
bullhorn_novo-elements
train
js
8c70e3e88c178f1cc36e195b164cbfdc371b5796
diff --git a/packages/node_modules/@webex/plugin-meetings/src/constants.js b/packages/node_modules/@webex/plugin-meetings/src/constants.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/src/constants.js +++ b/packages/node_modules/@webex/plugin-meetings/src/constants.js @@ -332,8 +332,8 ...
fix(meeting): constants
webex_spark-js-sdk
train
js
e77faf7187e880bf5f0201d6ed4a11ea5892d361
diff --git a/src/Stripe.php b/src/Stripe.php index <HASH>..<HASH> 100644 --- a/src/Stripe.php +++ b/src/Stripe.php @@ -20,6 +20,8 @@ namespace Cartalyst\Stripe; +use ReflectionClass; + class Stripe { /** @@ -264,7 +266,7 @@ class Stripe { $class = "\\Cartalyst\\Stripe\\Api\\".ucwords($method);...
chore: Make sure that abstract classes are not being instantiated.
cartalyst_stripe
train
php
ecec265305b7f26bbf90924ad4ad37c571caa085
diff --git a/src/Transfer.php b/src/Transfer.php index <HASH>..<HASH> 100644 --- a/src/Transfer.php +++ b/src/Transfer.php @@ -23,11 +23,26 @@ class Transfer extends Entity return parent::all($options); } + /** + * Create a direct transfer from merchant's account to + * any of the linked acco...
feat(transfers): Create a transfer to a linked account for a payment
razorpay_razorpay-php
train
php
9dae6c9174c0cd3bbb429d52319fcf776318a031
diff --git a/intranet/apps/eighth/views/admin/groups.py b/intranet/apps/eighth/views/admin/groups.py index <HASH>..<HASH> 100644 --- a/intranet/apps/eighth/views/admin/groups.py +++ b/intranet/apps/eighth/views/admin/groups.py @@ -662,8 +662,7 @@ def add_member_to_group_view(request, group_id): if not results: ...
refactor(eighth): sort users in group add view
tjcsl_ion
train
py
c70f84702abba38f45588d41bfa01a3ff2e768c0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,11 @@ from __future__ import absolute_import from __future__ import print_function from setuptools import setup -import sys -sys.path.insert(0, '.') -import version +import si_prefix setup(name='si-prefix', -...
fix(setup): fix package version lookup
cfobel_si-prefix
train
py
fa067b31c60a035bae61745fbb78f21b4da50b3c
diff --git a/lib/generators/templates/devise.rb b/lib/generators/templates/devise.rb index <HASH>..<HASH> 100755 --- a/lib/generators/templates/devise.rb +++ b/lib/generators/templates/devise.rb @@ -126,8 +126,11 @@ Devise.setup do |config| # A period that the user is allowed to access the website even without # ...
chore(docs): allow_unconfirmed_access_for = nil (#<I>) (#<I>)
plataformatec_devise
train
rb
a9938457db3e3b6c4baf6608560f99336a4c2866
diff --git a/fmts/doc.go b/fmts/doc.go index <HASH>..<HASH> 100644 --- a/fmts/doc.go +++ b/fmts/doc.go @@ -44,6 +44,7 @@ // black A uncompromising Python code formatter - https://github.com/psf/black // flake8 Tool for python style guide enforcement - https://flake8.pycqa.org/ // isort A Python utility / libra...
feat(docs): update documentation for Python mypy ... by using `go generate ./...`
reviewdog_errorformat
train
go
e072dc8842d0ce2957eea5cda9a84960dd6d05b6
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -179,7 +179,7 @@ function oneOra(str, options) { */ function loggerStart(...args) { let options = args[args.length - 1] - args = args.slice(0,args.length-1) + args = args.slice(0,args.length-1 || 1) let { ora, log...
fix: 🐛 two-log:start args length >= 1
chinanf-boy_two-log-min
train
js
a2d247843efaf292c4b7861ef2ebcf1f6eb9e2bb
diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go index <HASH>..<HASH> 100644 --- a/test/helpers/kubectl.go +++ b/test/helpers/kubectl.go @@ -2220,15 +2220,17 @@ func (kub *Kubectl) overwriteHelmOptions(options map[string]string) error { } if !RunsWithKubeProxy() { - nodeIP, err := kub.GetNodeIPByLa...
test: Fix kube-proxy-free on GKE due to wrong k8sServiceHost value On GKE, kube-apiserver doesn't run on the first node as in our Jenkins builds, leading to a failure to start Cilium in kube-proxy-free mode. Since kube-proxy is always provisioned on GKE, we don't need to specify k8sServiceHost and k8sServicePort on GK...
cilium_cilium
train
go
6c41fd52fc567555760b6a88e48bde2ca80bf82e
diff --git a/packages/redux-xlsx/src/saga.js b/packages/redux-xlsx/src/saga.js index <HASH>..<HASH> 100644 --- a/packages/redux-xlsx/src/saga.js +++ b/packages/redux-xlsx/src/saga.js @@ -22,7 +22,7 @@ function readFile(file, columns) { reader.onload = async e => { /** read workbook */ const data = e....
fix: xlsx-import date (#<I>)
36node_sketch
train
js
246b261d35c7ea92747e8d6d4b2ef68308cf5215
diff --git a/src/modules/Dropdown/Dropdown.js b/src/modules/Dropdown/Dropdown.js index <HASH>..<HASH> 100644 --- a/src/modules/Dropdown/Dropdown.js +++ b/src/modules/Dropdown/Dropdown.js @@ -203,7 +203,7 @@ export default class Dropdown extends Component { /* eslint-enable no-console */ } - if (!_.isEq...
fix(Dropdown): compare nextProps to props in cwrp
Semantic-Org_Semantic-UI-React
train
js
63e6f377f80c59108944a3c7866347002a152991
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -381,6 +381,11 @@ export default class Carousel extends Component { const scrollOffset = this._getScrollOffset(event); const newActiveItem = this._getActiveItem(scrollOffset); const itemsLength = thi...
feat(module): use native driver for slide's animation This can be overridden via `animationOptions`
archriss_react-native-snap-carousel
train
js
dc262f16e7aab9bcbb6c4a92a56b288ec6b21774
diff --git a/nightwatch.js b/nightwatch.js index <HASH>..<HASH> 100644 --- a/nightwatch.js +++ b/nightwatch.js @@ -35,6 +35,7 @@ if (process.env.TRAVIS) { module.exports = { globals_path: './nightwatch-globals.js', + persist_globals: true, // selenium: { // start_process: true, // server_path: requi...
chore: persist global data on nightwatch
bolt-design-system_bolt
train
js
459a485915e8e88298889d9ff9f78feef5b552ae
diff --git a/src/enforcers.js b/src/enforcers.js index <HASH>..<HASH> 100644 --- a/src/enforcers.js +++ b/src/enforcers.js @@ -64,8 +64,8 @@ export let columnDescriptor = osom({ type: Any, required: true, validate (value) { - let type = isFunction(value) ? value.name : value - return isOneOf(CO...
fix(enforcers): broken descriptor validation Fix incorrect validation in `columnDescriptor` due to string casing. Also ensure that the `type` being checked is a string before casing it.
citycide_trilogy
train
js
c752469d16b52731beacee95b113ec00736ba552
diff --git a/endless.go b/endless.go index <HASH>..<HASH> 100644 --- a/endless.go +++ b/endless.go @@ -2,6 +2,7 @@ package endless import ( "crypto/tls" + "errors" "flag" "fmt" "log" @@ -410,11 +411,12 @@ func (srv *endlessServer) hammerTime(d time.Duration) { func (srv *endlessServer) fork() (err error) ...
fix: checking "runningServersForked" doesn't work expectedly after mutex lock when forking
fvbock_endless
train
go
8923fad8a9b054fc4ec1f48aaa34916521cb167f
diff --git a/src/fury.js b/src/fury.js index <HASH>..<HASH> 100644 --- a/src/fury.js +++ b/src/fury.js @@ -47,22 +47,11 @@ class Fury { } findAdapter(source, mediaType, method) { - let adapter; - if (mediaType) { - adapter = findAdapter(this.adapters, mediaType, method); - } else { - for (l...
refactor(findAdapter): Simplify and use detect method
apiaryio_fury.js
train
js
677731259621a357214cf1787e219112a7301ec5
diff --git a/src/page_scrapers/__init__.py b/src/page_scrapers/__init__.py index <HASH>..<HASH> 100644 --- a/src/page_scrapers/__init__.py +++ b/src/page_scrapers/__init__.py @@ -1,4 +1,4 @@ # Do not change this version manually. # Versioning is managed by package_controller. # To update the version run `pc version ...
chore: <I>. Updates the version from <I> to <I>.
alexseitsinger_page_scrapers
train
py
38fda202470f228a1fded2f4298acdaec3c00ac7
diff --git a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/internal/contacts/ContactsSyncActor.java b/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/internal/contacts/ContactsSyncActor.java index <HASH>..<HASH> 100644 --- a/actor-sdk/sdk-core/core/core-shared/src/main/...
fix(core): recover contact sync
actorapp_actor-platform
train
java