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
937153a92f5b6ac3818ebfce6a11cda71fb631f8
diff --git a/src/managers/GuildMemberManager.js b/src/managers/GuildMemberManager.js index <HASH>..<HASH> 100644 --- a/src/managers/GuildMemberManager.js +++ b/src/managers/GuildMemberManager.js @@ -5,6 +5,7 @@ const { Error, TypeError, RangeError } = require('../errors'); const GuildMember = require('../structures/Gu...
fix(GuildMemberManager): Use actually random nonce in fetch (#<I>)
discordjs_discord.js
train
js
88c06787d21e475819a928eacc1b5497fdd4f74d
diff --git a/webapps/Gruntfile.js b/webapps/Gruntfile.js index <HASH>..<HASH> 100644 --- a/webapps/Gruntfile.js +++ b/webapps/Gruntfile.js @@ -59,7 +59,6 @@ module.exports = function(grunt) { tasks: ['less'] } }; - require('./grunt/config/watch')(config, watchConf); require('./ui/tasklist/grunt/confi...
fix(build): do not require non-existent watch file
camunda_camunda-bpm-platform
train
js
93041193e9df99b370779c6523204b03342cce0a
diff --git a/source/php/Module/Curator/Curator.php b/source/php/Module/Curator/Curator.php index <HASH>..<HASH> 100644 --- a/source/php/Module/Curator/Curator.php +++ b/source/php/Module/Curator/Curator.php @@ -46,6 +46,7 @@ class Curator extends \Modularity\Module if(is_array($data['posts']) && !empty($data['...
fix: Curator, truncate long descriptions.
helsingborg-stad_Modularity
train
php
2c79231817aa9d95bde7f4019ce5dfae4e059124
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -147,13 +147,9 @@ function configureCommandlineSwitchesSync(cliArgs) { if (argvValue === true || argvValue === 'true') { if (argvKey === 'disable-hardware-acceleration') { app.disableHardwareAcceleratio...
fix: don't use appendArgument to add switch values (#<I>) * fix: don't use appendArgument to add switch values * args - make sure to allow to enabe color correct rendering
Microsoft_vscode
train
js
5c6c46bc27fb02d4bc15b5a8f6fd46e5ec8b060d
diff --git a/src/EloGank/Replay/Observer/Client/ReplayObserverClient.php b/src/EloGank/Replay/Observer/Client/ReplayObserverClient.php index <HASH>..<HASH> 100644 --- a/src/EloGank/Replay/Observer/Client/ReplayObserverClient.php +++ b/src/EloGank/Replay/Observer/Client/ReplayObserverClient.php @@ -62,7 +62,7 @@ class R...
fix: LoL game id has reached the maximum integer value.
EloGank_lol-replay-observer
train
php
cd2889e370a6ffac0696ff25d5e849a9df0120f8
diff --git a/packages/wxa-cli/src/resolvers/ast/index.js b/packages/wxa-cli/src/resolvers/ast/index.js index <HASH>..<HASH> 100644 --- a/packages/wxa-cli/src/resolvers/ast/index.js +++ b/packages/wxa-cli/src/resolvers/ast/index.js @@ -9,6 +9,12 @@ import {generateCodeFromAST} from '../../compilers/script'; let debug...
feat(cli): Allow use import declaration to add static file to project re #<I>
wxajs_wxa
train
js
5a070ce9fe3091095be709b644eeac3125b8924f
diff --git a/packages/swagger2openapi/index.js b/packages/swagger2openapi/index.js index <HASH>..<HASH> 100644 --- a/packages/swagger2openapi/index.js +++ b/packages/swagger2openapi/index.js @@ -56,6 +56,7 @@ function throwOrWarn(message, container, options) { } function fixUpSubSchema(schema,parent,options) { + ...
fix(s2o): existing nullable counts as a patch
Mermade_oas-kit
train
js
70548c1c267b6a7aedb7ca92d02e756c783f778a
diff --git a/tests/integration/test_metrics.py b/tests/integration/test_metrics.py index <HASH>..<HASH> 100644 --- a/tests/integration/test_metrics.py +++ b/tests/integration/test_metrics.py @@ -1,7 +1,6 @@ from datetime import datetime, timedelta, timezone import json import signal -from time import sleep import...
test(integration-metrics): Explicitly mention session metrics integration test (#<I>) - Rename session integration test to explicitly say it's about sessions. Now that there also are integration tests on transaction metrics, I think it's worth the effort to clarify whether it's about sessions. - Remove unused `sleep`...
getsentry_semaphore
train
py
21c1f0dcec1201d8ec40d06d0d4eaeee2ab94f07
diff --git a/lib/filterSeries.js b/lib/filterSeries.js index <HASH>..<HASH> 100644 --- a/lib/filterSeries.js +++ b/lib/filterSeries.js @@ -14,9 +14,6 @@ class FilterSeriesArray extends AigleSeriesArray { } _callResolve(value, index) { - if (this._promise._resolved !== 0) { - return; - } this._re...
refactor(filterSeries): remove unnecessary if statement
suguru03_aigle
train
js
8423429e664ab28aa98b6b52f7195057c60655b3
diff --git a/src/Logging/Mocks/HasManyHandlers.php b/src/Logging/Mocks/HasManyHandlers.php index <HASH>..<HASH> 100644 --- a/src/Logging/Mocks/HasManyHandlers.php +++ b/src/Logging/Mocks/HasManyHandlers.php @@ -17,6 +17,22 @@ trait HasManyHandlers public $default = null; /** + * Check if logger can load many ...
feat: Check if logger can load many handlers
modulusphp_hibernate
train
php
9ede0af051a34374af75f6a3bcaedc61cac90fb6
diff --git a/lib/crc32.js b/lib/crc32.js index <HASH>..<HASH> 100644 --- a/lib/crc32.js +++ b/lib/crc32.js @@ -1,3 +1,5 @@ +'use strict' + var stream = require( 'stream' ) /**
fix(lib): Node v4 block-scoped declarations
jhermsmeier_node-cyclic-32
train
js
c5b69cf3f36659578cdf773886159a531d0325f6
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ var randomBytes = require('randombytes') -var ALPHABET = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ~abcdefghijklmnopqrstuvwxyz_' +var ALPHABET = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~' va...
fix(ALPHABET): sorted chars.
nxtedition_xuid
train
js
95d7bdbbd88f690c1dc0db4c3cbe0e8419fb03fa
diff --git a/src/connection.js b/src/connection.js index <HASH>..<HASH> 100644 --- a/src/connection.js +++ b/src/connection.js @@ -575,7 +575,7 @@ const GetBlockTimeRpcResult = struct({ jsonrpc: struct.literal('2.0'), id: 'string', error: 'any?', - result: struct.union(['null', 'number']), + result: struct.u...
fix: undefined is a valid result for getBlockTime
solana-labs_solana-web3.js
train
js
a7a96d70de246482ca423d877bf2787c1bc61b89
diff --git a/bindings/vue/vue-onsenui/src/mixins/derive.js b/bindings/vue/vue-onsenui/src/mixins/derive.js index <HASH>..<HASH> 100644 --- a/bindings/vue/vue-onsenui/src/mixins/derive.js +++ b/bindings/vue/vue-onsenui/src/mixins/derive.js @@ -3,8 +3,8 @@ import ons from 'onsenui'; import { camelize, eventToHandler, ha...
fix(vue): Add deviceBackButton event to emits key
OnsenUI_OnsenUI
train
js
4ca9b27828d62015cc4bbe1ff3e03cdf56774772
diff --git a/dirsync/syncer.py b/dirsync/syncer.py index <HASH>..<HASH> 100644 --- a/dirsync/syncer.py +++ b/dirsync/syncer.py @@ -160,7 +160,7 @@ class Syncer(object): left.add(path) anc_dirs = re_path[:-1].split('/') anc_dirs_path = '' - ...
fix(syncer): fix range issue introduced in <I>efc<I>
tkhyn_dirsync
train
py
9b3515604a656f685775750e6fa09e0adbf64400
diff --git a/qa/large-data-tests/src/test/java/org/camunda/bpm/qa/largedata/optimize/OptimizeApiPageSizeTest.java b/qa/large-data-tests/src/test/java/org/camunda/bpm/qa/largedata/optimize/OptimizeApiPageSizeTest.java index <HASH>..<HASH> 100644 --- a/qa/large-data-tests/src/test/java/org/camunda/bpm/qa/largedata/optimi...
chore(qa): revert cleanup in large data test - the cleanup takes too long to finish due to the amount of data Related to CAM-<I>
camunda_camunda-bpm-platform
train
java
4583695e284676742c3857cc5953c2909da343a6
diff --git a/generators/app/templates/client/app/components/remote-unique/remote-unique.directive.js b/generators/app/templates/client/app/components/remote-unique/remote-unique.directive.js index <HASH>..<HASH> 100644 --- a/generators/app/templates/client/app/components/remote-unique/remote-unique.directive.js +++ b/g...
fix(remoteUnique): fix ignore, ignore 1st val
michaelkrone_generator-material-app
train
js
33e77c02bdb5b3b9c02f5f53d40175bbd52993b1
diff --git a/jobs/create-group-version-branch.js b/jobs/create-group-version-branch.js index <HASH>..<HASH> 100644 --- a/jobs/create-group-version-branch.js +++ b/jobs/create-group-version-branch.js @@ -206,7 +206,7 @@ module.exports = async function ( if (!satisfies && openPR) { const dependencyN...
fix(create-group-version-branch): comments on PR docs might not exist yet
greenkeeperio_greenkeeper
train
js
cc574a703e708e73d1c9deeeae8074378692f7bc
diff --git a/src/modules/Tab/TabPane.js b/src/modules/Tab/TabPane.js index <HASH>..<HASH> 100644 --- a/src/modules/Tab/TabPane.js +++ b/src/modules/Tab/TabPane.js @@ -32,7 +32,7 @@ function TabPane(props) { } return ( - <ElementType {...calculatedDefaultProps} {...rest} className={classes} loading={loading}>...
fix(TabPane): remove extra loading prop (#<I>)
Semantic-Org_Semantic-UI-React
train
js
771b40c6960233e5fff6608f5646bec4405cb899
diff --git a/renku/core/models/provenance/activities.py b/renku/core/models/provenance/activities.py index <HASH>..<HASH> 100644 --- a/renku/core/models/provenance/activities.py +++ b/renku/core/models/provenance/activities.py @@ -278,6 +278,7 @@ class Activity(CommitMixin): def __attrs_post_init__(self): ...
fix: initialize Activity with Commit post-init closes #<I>
SwissDataScienceCenter_renku-python
train
py
6bb0ca28a77c2c3d371e00ce1931f1f0e02ff01d
diff --git a/p2p/protocol/internal/circuitv1-deprecated/relay.go b/p2p/protocol/internal/circuitv1-deprecated/relay.go index <HASH>..<HASH> 100644 --- a/p2p/protocol/internal/circuitv1-deprecated/relay.go +++ b/p2p/protocol/internal/circuitv1-deprecated/relay.go @@ -16,8 +16,10 @@ import ( "github.com/libp2p/go-libp2...
chore: update go-log to v2 (#<I>)
libp2p_go-libp2p
train
go
c143694c4e2e8c98c75310c5fbb41997cf71f20e
diff --git a/kv/session.go b/kv/session.go index <HASH>..<HASH> 100644 --- a/kv/session.go +++ b/kv/session.go @@ -113,6 +113,18 @@ func (s *Service) findSession(ctx context.Context, tx Tx, key string) (*influxdb ps = append(ps, p...) } ps = append(ps, influxdb.MePermissions(sn.UserID)...) + + // TODO(desa): thi...
fix(kv): grant user union of their tokens and urms perms
influxdata_influxdb
train
go
c97c866cd7ec606612a263c7eda2161c76ab3a99
diff --git a/lib/create-http-client.js b/lib/create-http-client.js index <HASH>..<HASH> 100644 --- a/lib/create-http-client.js +++ b/lib/create-http-client.js @@ -76,7 +76,7 @@ export default function createHttpClient (axios, options) { config.basePath = `/${config.basePath.split('/').filter(Boolean).join('/')}` ...
fix(http-client): keep baseURL when passed as option
contentful_contentful-sdk-core
train
js
bf0be69953674ff3295fe986f62131b0103a7d28
diff --git a/sdk/src/core/cc.searchService.js b/sdk/src/core/cc.searchService.js index <HASH>..<HASH> 100644 --- a/sdk/src/core/cc.searchService.js +++ b/sdk/src/core/cc.searchService.js @@ -38,7 +38,7 @@ cc.define('cc.SearchService', function(configService, $http, $q, applier){ url: endpoint, ...
feat(searchService): provide productImageUrl for results
sofa_sofa-couch-service
train
js
a7c7420268b57f0bca6656a47c835b114472ef02
diff --git a/packages/build/css/glamor-to-css.js b/packages/build/css/glamor-to-css.js index <HASH>..<HASH> 100644 --- a/packages/build/css/glamor-to-css.js +++ b/packages/build/css/glamor-to-css.js @@ -4,9 +4,9 @@ const jsToCss = require('./js-to-css.js') function glamorToCss(obj) { return ( - convertKeyframe...
fix(build): handle esm styles in cjs-based css build
pluralsight_design-system
train
js
899e2a0e123737600dea2a41a591197f1e078a05
diff --git a/connect_check_dummy.go b/connect_check_dummy.go index <HASH>..<HASH> 100644 --- a/connect_check_dummy.go +++ b/connect_check_dummy.go @@ -2,8 +2,6 @@ package clickhouse -import "net" - -func connCheck(conn net.Conn) error { +func (conn *connect) connCheck() error { return nil }
fix: connCheck signature for unsupported OS
kshvakov_clickhouse
train
go
2968b0ea672ce52cc1ee351b3e8d9cee24329b88
diff --git a/lib/commands/app-management.js b/lib/commands/app-management.js index <HASH>..<HASH> 100644 --- a/lib/commands/app-management.js +++ b/lib/commands/app-management.js @@ -83,8 +83,11 @@ commands.mobileQueryAppState = async function mobileQueryAppState (opts = {}) { return await this.proxyCommand('/wda/ap...
fix: Pass options to installApp call (#<I>)
appium_appium-xcuitest-driver
train
js
76be26c3853a6794f163ca47cbe8d1f63312c81d
diff --git a/lib/promise.js b/lib/promise.js index <HASH>..<HASH> 100644 --- a/lib/promise.js +++ b/lib/promise.js @@ -20,7 +20,7 @@ class Promise { if (executor === INTERNAL) { return; } - executor(value => this._resolve(value), reason => this._reject(reason)); + execute(this, executor); } ...
feat(promise): add try-catch for executor
suguru03_aigle
train
js
1751f7f497a92ede61d65f0063ccfbdb92c11820
diff --git a/refract/contrib/apielements.py b/refract/contrib/apielements.py index <HASH>..<HASH> 100644 --- a/refract/contrib/apielements.py +++ b/refract/contrib/apielements.py @@ -1,4 +1,4 @@ -from typing import List +from typing import List, Iterator from refract.elements import Array, String, Number from refra...
refactor: resolve mypy complaints
kylef_refract.py
train
py
8df0e392fec50d222132c831b4f2ae3b3f0858a1
diff --git a/scripts/build-examples.js b/scripts/build-examples.js index <HASH>..<HASH> 100644 --- a/scripts/build-examples.js +++ b/scripts/build-examples.js @@ -10,9 +10,24 @@ glob.sync(`${examplesDir}/*/webpack.config.js`, { absolute: true }).forEach((p) => { const config = require(p); - webpack(config, (err...
chore(scripts): fail when errors or warnings in examples build occurs
kisenka_svg-sprite-loader
train
js
909caa03bdd8b40d890f06d5b3e54d982a199be1
diff --git a/gridsome/lib/build.js b/gridsome/lib/build.js index <HASH>..<HASH> 100644 --- a/gridsome/lib/build.js +++ b/gridsome/lib/build.js @@ -44,6 +44,7 @@ module.exports = async (context, args) => { // 5. clean up await plugins.callHook('afterBuild', { context, config, queue }) + await fs.remove(path.res...
fix(build): clear cached data files
gridsome_gridsome
train
js
d25a3e9f266fcdbf8b124d4643f744e37854f88f
diff --git a/checkmgr/broker.go b/checkmgr/broker.go index <HASH>..<HASH> 100644 --- a/checkmgr/broker.go +++ b/checkmgr/broker.go @@ -59,6 +59,11 @@ func (cm *CheckManager) getBrokerCN(broker *apiclient.Broker, submissionURL apic cn := "" for _, detail := range broker.Details { + // broker must be active + if ...
fix: for enterprise brokers, when getting cn verify status is active
circonus-labs_circonus-gometrics
train
go
77c91cc08513be47798c6866f0fa718bc41e7a69
diff --git a/lib/rollbar/configuration.rb b/lib/rollbar/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/rollbar/configuration.rb +++ b/lib/rollbar/configuration.rb @@ -261,7 +261,10 @@ module Rollbar found = Gem::Specification.each.select { |spec| name === spec.name } puts "[Rollbar] No gems fo...
fix: avoid temporary array copies caused by chaining
rollbar_rollbar-gem
train
rb,rb
d4967a59cd73d40783c82a8d6dc1be7f29db1618
diff --git a/test/suites/CSSJanusTest.php b/test/suites/CSSJanusTest.php index <HASH>..<HASH> 100644 --- a/test/suites/CSSJanusTest.php +++ b/test/suites/CSSJanusTest.php @@ -21,6 +21,7 @@ class CSSJanusTest extends PHPUnit_Framework_TestCase { $input = $case[0]; $noop = !isset($case[1]); $output = $noop...
test: Update to upstream <I>
cssjanus_php-cssjanus
train
php
8b063b31b29c062e384edc05cb3949d6b6a0807d
diff --git a/src/stylable.js b/src/stylable.js index <HASH>..<HASH> 100644 --- a/src/stylable.js +++ b/src/stylable.js @@ -6,12 +6,13 @@ import Node from './node' import isPureComponent from './isPureComponent' import getDisplayName from './getDisplayName' -export default function stylable (name) { +export default ...
feat: Use better naming for components For ex: const Title = stylable('Title')(Text) will be visible in react-devtools like 'Stylable(Title)(Text)'
vovkasm_react-native-stylable
train
js
17dbc38f5670ab221bf941f3cb0ae219d8cbefa8
diff --git a/packages/build-tools/tasks/webpack-tasks.js b/packages/build-tools/tasks/webpack-tasks.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/tasks/webpack-tasks.js +++ b/packages/build-tools/tasks/webpack-tasks.js @@ -220,6 +220,11 @@ async function server(buildTime) { hotClient: { ...
fix: update webpack-serve config so local IE <I> testing works with webpack-hot-client
bolt-design-system_bolt
train
js
3adc472f06f7c435b922ac3f905d021114029712
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1123,8 +1123,8 @@ gulp.task('!bundle.testing', ['build.js.dev'], function() { {sourceMaps: true}); }); -gulp.task('!bundles.js.docs', function() { - gulp.src('modules/angular2/docs/bun...
chore(build): fix race condition for the !bundles.js.docs task
angular_angular
train
js
9217e10e0610ba807b8e657d3885bb62c5aeed22
diff --git a/packages/netlify-cms-widget-relation/src/RelationControl.js b/packages/netlify-cms-widget-relation/src/RelationControl.js index <HASH>..<HASH> 100644 --- a/packages/netlify-cms-widget-relation/src/RelationControl.js +++ b/packages/netlify-cms-widget-relation/src/RelationControl.js @@ -148,7 +148,7 @@ expor...
fix(widget-relation): handle optional configuration (#<I>)
netlify_netlify-cms
train
js
fb5fb8a0dfc841ba16722887245c7c0ac15b4969
diff --git a/packages/bonde-admin/client/mobilizations/widgets/components/form-finish-message/index.js b/packages/bonde-admin/client/mobilizations/widgets/components/form-finish-message/index.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin/client/mobilizations/widgets/components/form-finish-message/index.js +...
fix(widgets): change index on finish custom message
nossas_bonde-client
train
js
8f28784c7d0d8baeb9a8d2a30ca7e8469e09012a
diff --git a/handler/oauth2/flow_resource_owner_test.go b/handler/oauth2/flow_resource_owner_test.go index <HASH>..<HASH> 100644 --- a/handler/oauth2/flow_resource_owner_test.go +++ b/handler/oauth2/flow_resource_owner_test.go @@ -88,7 +88,7 @@ func TestResourceOwnerFlow_HandleTokenEndpointRequest(t *testing.T) { d...
chore: fix typo of authorization_code in test (#<I>)
ory_fosite
train
go
b4efa580e146a14b48d153e463861fea09a89a5a
diff --git a/app-webpack/lib/dev-server-ssr.js b/app-webpack/lib/dev-server-ssr.js index <HASH>..<HASH> 100644 --- a/app-webpack/lib/dev-server-ssr.js +++ b/app-webpack/lib/dev-server-ssr.js @@ -238,11 +238,6 @@ module.exports = class DevServer { setupMiddlewares: (middlewares, opts) => { const ...
fix(app-webpack): issue with HMR for SSR (#<I>) fixes #<I>
quasarframework_quasar
train
js
82c36da2877f80294599ba0e4f42c36dd4aa2872
diff --git a/generators/gae/index.js b/generators/gae/index.js index <HASH>..<HASH> 100644 --- a/generators/gae/index.js +++ b/generators/gae/index.js @@ -770,7 +770,12 @@ module.exports = class extends BaseGenerator { return { productionBuild() { if (this.abort) return; - + ...
fix: add info to disable .gcloudignore file generation until GCloud SDK bug is fixed This gives users information to disable .gcloudignore file generation until <URL>
jhipster_generator-jhipster
train
js
35a584234b00297dc511300bb6e42eeaceac8345
diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100644 --- a/lib/server.js +++ b/lib/server.js @@ -417,12 +417,12 @@ class Server extends KarmaEventEmitter { } processWrapper.on('unhandledRejection', (error) => { - this.log.error(`UnhandledRejection: ${error.message || String(error)}`) ...
feat(server): print stack of unhandledrejections (#<I>) * feat(server): print stack of unhandledrejections The v8 engine includes the error with the stack and most of the time we need the stack also.
karma-runner_karma
train
js
816a3a3dc5d0fc759546dcc2c6a01c9e9e98a611
diff --git a/packages/orbit-components/src/Card/components/CardWrapper/index.js b/packages/orbit-components/src/Card/components/CardWrapper/index.js index <HASH>..<HASH> 100644 --- a/packages/orbit-components/src/Card/components/CardWrapper/index.js +++ b/packages/orbit-components/src/Card/components/CardWrapper/index....
fix(CardSection): missing hover (#<I>)
kiwicom_orbit-components
train
js
bf339d28c29662e599bc1df189bcc5a0edede62d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,20 +1,31 @@ 'use strict' -var formatter = require('./lib/node-0.10-formatter') +const formatter = require('./lib/node-0.10-formatter') -var orig = Error.prepareStackTrace -Error.prepareStackTrace = function (err, calls...
feat: support overwriting of Error.prepareStacktrace Previously, if the `Error.prepareStacktrace` function was overwritten after this module was loaded, we would loose the ability to set the magic `__error_callsites` property. With this commit, we'll always ensure to run our `prepareStacktrace` function before any ot...
watson_error-callsites
train
js
42aa03541291cfcedf4ca8cc178f19b26bdd330a
diff --git a/tooling/util/coverage.js b/tooling/util/coverage.js index <HASH>..<HASH> 100644 --- a/tooling/util/coverage.js +++ b/tooling/util/coverage.js @@ -76,9 +76,8 @@ async function combine(packageName) { async function report() { const collector = new Collector(); const pattern = `reports/coverage/**/*.js...
fix(tooling): do not include legacy in code coverage
webex_spark-js-sdk
train
js
fb5dd81c9d0afc37ebd74090576068b192fb1f36
diff --git a/src/components/player.js b/src/components/player.js index <HASH>..<HASH> 100644 --- a/src/components/player.js +++ b/src/components/player.js @@ -12,7 +12,7 @@ import Loader from './loader' import PlayerInfo from './player_info' import $ from 'clappr-zepto' -const baseUrl = currentScriptUrl().replace(/...
style(player): remove unnecessary escape character
clappr_clappr
train
js
2338409dc7c027bfc95f8c4279dbb5367a268d82
diff --git a/app/modules/checkout/CheckoutController.js b/app/modules/checkout/CheckoutController.js index <HASH>..<HASH> 100644 --- a/app/modules/checkout/CheckoutController.js +++ b/app/modules/checkout/CheckoutController.js @@ -133,7 +133,9 @@ angular $scope.canProceed = function(){ r...
fix(checkout): never allow to proceed with paypal in regular checkout
sofa_sofa-couch-service
train
js
be360105ecff14f67ddef1e235f07504d0da795f
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -18,8 +18,4 @@ var Treasure = require('./treasure.js'); // Load all cached clients require('./loadClients')(Treasure); -if (typeof global.window.define === 'function' && global.window.define.amd) { - globa...
fix(export): ADM support is broken and unused
treasure-data_td-js-sdk
train
js
77315744b219b90eb6a02efc9d26e5400f99af62
diff --git a/lib/report.js b/lib/report.js index <HASH>..<HASH> 100644 --- a/lib/report.js +++ b/lib/report.js @@ -74,7 +74,7 @@ class Report { reports.create(_reporter, { skipEmpty: false, skipFull: this.skipFull, - maxCols: 100 + maxCols: process.stdout.columns || 100 })....
feat: use process.stdout.columns for reporter maxCols (#<I>)
bcoe_c8
train
js
7e24d3ff79ebf8869f967f3c5178b5121a0fc771
diff --git a/scripts/build/build-docs.js b/scripts/build/build-docs.js index <HASH>..<HASH> 100644 --- a/scripts/build/build-docs.js +++ b/scripts/build/build-docs.js @@ -2,6 +2,7 @@ "use strict"; +const fs = require("fs"); const path = require("path"); const shell = require("shelljs"); const parsers = require(...
fix(playground): avoid `assign to readonly` error on Safari (#<I>) * fix(playground): suppress`assign to readonly` error * fix(playground): avoid `assign to readonly` error
josephfrazier_prettier_d
train
js
b3c498210c30c884182a379a9d315232f1ca9c85
diff --git a/tooling/circle-cli/commands/trigger-build.js b/tooling/circle-cli/commands/trigger-build.js index <HASH>..<HASH> 100644 --- a/tooling/circle-cli/commands/trigger-build.js +++ b/tooling/circle-cli/commands/trigger-build.js @@ -64,10 +64,31 @@ module.exports = { return build; }) .then(...
chore(tooling): be more aggressive about non-test build failures
webex_spark-js-sdk
train
js
a06c1c6830203a1d0c27b59e605d2d4bc00a6ac4
diff --git a/packages/vue-styleguidist/scripts/make-webpack-config.js b/packages/vue-styleguidist/scripts/make-webpack-config.js index <HASH>..<HASH> 100644 --- a/packages/vue-styleguidist/scripts/make-webpack-config.js +++ b/packages/vue-styleguidist/scripts/make-webpack-config.js @@ -147,10 +147,16 @@ module.exports ...
fix: webpackConfig has priority on publicPath closes #<I>
vue-styleguidist_vue-styleguidist
train
js
568ba0a19a6050e37ba713c41aac1b5ef20e462f
diff --git a/src/runner.js b/src/runner.js index <HASH>..<HASH> 100644 --- a/src/runner.js +++ b/src/runner.js @@ -40,6 +40,9 @@ function runUser(userId, onlyInRoom) { if(runResult.memory) { promises.push(driver.saveUserMemory(userId, runResult.memory, onlyInRoom)); } + if(runResul...
feat(runtime): new asynchronous memory segments feature
screeps_engine
train
js
be96db1d1dadcb8f30152565da1f804833b68c77
diff --git a/config/webpack/webpack.config.ssr.js b/config/webpack/webpack.config.ssr.js index <HASH>..<HASH> 100644 --- a/config/webpack/webpack.config.ssr.js +++ b/config/webpack/webpack.config.ssr.js @@ -19,6 +19,7 @@ const { webpackDecorator, polyfills, isStartScript, + sourceMapsProd, supportedBrowser...
feat: Add support for sourceMapsProd in SSR (#<I>)
seek-oss_sku
train
js
9456d72c70a13129dfc17d58ba9e6eb93a9f7435
diff --git a/packages/node_modules/samples/browser-single-party-call/app.js b/packages/node_modules/samples/browser-single-party-call/app.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/samples/browser-single-party-call/app.js +++ b/packages/node_modules/samples/browser-single-party-call/app.js @@ -29,6 +29,...
feat(samples): add the group calling flag to the single-party example
webex_spark-js-sdk
train
js
ef536f35f09038f92f24b9f2de4c8fe464ab36c2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -72,9 +72,7 @@ function tryCatch (fn, opts, cb) { cb = isAsyncFn ? utils.once(utils.dezalgo(cb)) : utils.once(cb) - opts = opts && typeof opts === 'object' - ? opts - : {} + opts = utils.extend({}, opts) ...
fix(options): immutable options object use extend-shallow to shallow clone passed options object, better defaults fixes #7
hybridables_try-catch-core
train
js,js
835676148e32817599ed4d9f57cfb579c7268e6a
diff --git a/okdownload/src/main/java/com/liulishuo/okdownload/core/breakpoint/BreakpointStoreOnCache.java b/okdownload/src/main/java/com/liulishuo/okdownload/core/breakpoint/BreakpointStoreOnCache.java index <HASH>..<HASH> 100644 --- a/okdownload/src/main/java/com/liulishuo/okdownload/core/breakpoint/BreakpointStoreOn...
fix: fix raise IndexOutOfBoundsException issue because fileDirtyList exposed with non-thread-safe
lingochamp_okdownload
train
java
21ec9ff48c74c69f63ee0bcb04c001f01e3530ca
diff --git a/app/src/components/Resources/index.js b/app/src/components/Resources/index.js index <HASH>..<HASH> 100644 --- a/app/src/components/Resources/index.js +++ b/app/src/components/Resources/index.js @@ -22,6 +22,13 @@ export default function Resources() { url={'https://protocols.opentrons.com/'} ...
feat(app): add link to docs in resources card (#<I>)
Opentrons_opentrons
train
js
8edd6dded5cdf2a6b418a2d7b6543202511487c8
diff --git a/config/karma.conf.js b/config/karma.conf.js index <HASH>..<HASH> 100644 --- a/config/karma.conf.js +++ b/config/karma.conf.js @@ -4,12 +4,16 @@ module.exports = function(config){ files : [ 'app/lib/angular/angular.js', - 'app/lib/angular/angular-*.js', + 'app/lib/angular/angular-.js...
fix(karma): Excluded minified files from unit test
angular_angular-seed
train
js
8b64efa141970480673b2cd0e76d6551bc179b48
diff --git a/examples/searchLibrary.js b/examples/searchLibrary.js index <HASH>..<HASH> 100644 --- a/examples/searchLibrary.js +++ b/examples/searchLibrary.js @@ -2,6 +2,6 @@ var Sonos = require('../').Sonos var sonos = new Sonos(process.env.SONOS_HOST || '192.168.1.19', process.env.SONOS_PORT || 1400) -sonos.sear...
fix: missing options param in example (#<I>)
bencevans_node-sonos
train
js
729b6d556b61a46e37bedd510b83ecc7063e0d01
diff --git a/uPortal-api/uPortal-api-rest/src/main/java/org/apereo/portal/rest/oauth/OidcUserInfoController.java b/uPortal-api/uPortal-api-rest/src/main/java/org/apereo/portal/rest/oauth/OidcUserInfoController.java index <HASH>..<HASH> 100644 --- a/uPortal-api/uPortal-api-rest/src/main/java/org/apereo/portal/rest/oauth...
fix: correct an issue with the OidcUserInfoController when no beans of type OAuthClient are defined
Jasig_uPortal
train
java
3e3f05b4c11268aa470e23b2b39c451c8e3bad24
diff --git a/test/specs/component/ResponsiveContainerSpec.js b/test/specs/component/ResponsiveContainerSpec.js index <HASH>..<HASH> 100644 --- a/test/specs/component/ResponsiveContainerSpec.js +++ b/test/specs/component/ResponsiveContainerSpec.js @@ -57,8 +57,8 @@ describe('<ResponsiveContainer />', () => { </Re...
feat: update test spec to accomodate new aspect + height feature
recharts_recharts
train
js
4de7b471e1179bbd1a3d988f3c870d6a5344992f
diff --git a/cursor.js b/cursor.js index <HASH>..<HASH> 100644 --- a/cursor.js +++ b/cursor.js @@ -239,13 +239,13 @@ Cursor.prototype._find = function(callback) { } // Return after processing command cursor - return callback(null, null); + return callback(null, result); } ...
fix(cursor): callback with server response on `_find` This allows us to properly include the server reply in APM events in the porcelain driver
mongodb_node-mongodb-native
train
js
2b3415dfd88488bdbab21895f2b94d2ce69bb4c7
diff --git a/build/zip.py b/build/zip.py index <HASH>..<HASH> 100644 --- a/build/zip.py +++ b/build/zip.py @@ -5,6 +5,7 @@ import sys import zipfile LINUX_BINARIES_TO_STRIP = [ + 'chromedriver', 'electron', 'libffmpeg.so', 'libnode.so' @@ -17,6 +18,8 @@ EXTENSIONS_TO_SKIP = [ PATHS_TO_SKIP = [ 'angled...
chore: remove duplicate and un-needed files from dist zips (#<I>) * chore: remove duplicate and un-needed files from dist zips * Strip chromedriver binaries Also, fix path for files to skip * Don't strip mksnapshot for now Mksnapshot needs special handling for arm/arm<I> because there is both an x<I> and a...
electron_electron
train
py
3d85478e186224c28df0e43296d534363c1ef9d0
diff --git a/allauth/account/forms.py b/allauth/account/forms.py index <HASH>..<HASH> 100644 --- a/allauth/account/forms.py +++ b/allauth/account/forms.py @@ -38,7 +38,8 @@ class EmailAwarePasswordResetTokenGenerator(PasswordResetTokenGenerator): user, timestamp ) sync_user_email_addresse...
fix(accounts): Attribute error for custom email field
pennersr_django-allauth
train
py
e6f5c80011e425d217aef58ec91a8e57f175fb3f
diff --git a/packages/mdc-textfield/addon/mixins/helper-text-support.js b/packages/mdc-textfield/addon/mixins/helper-text-support.js index <HASH>..<HASH> 100644 --- a/packages/mdc-textfield/addon/mixins/helper-text-support.js +++ b/packages/mdc-textfield/addon/mixins/helper-text-support.js @@ -89,5 +89,5 @@ export defa...
fix: Prioritize validation message or error message since error message is managed externally to the component
onehilltech_ember-cli-mdc
train
js
6692d9cb6140865ad8b7dd2c20c630930f768966
diff --git a/src/http/api/routes/webui.js b/src/http/api/routes/webui.js index <HASH>..<HASH> 100644 --- a/src/http/api/routes/webui.js +++ b/src/http/api/routes/webui.js @@ -17,7 +17,7 @@ module.exports = [ method: '*', path: '/webui', handler (request, h) { - return h.redirect('/ipfs/QmRvPGBVDBEUv...
chore: update to Web UI <I> (#<I>)
ipfs_js-ipfs
train
js
1ea7ad4e93cbf6a49f8988dc155b45ea30b9548b
diff --git a/lib/mongo_client.js b/lib/mongo_client.js index <HASH>..<HASH> 100644 --- a/lib/mongo_client.js +++ b/lib/mongo_client.js @@ -467,7 +467,7 @@ MongoClient.prototype.isConnected = function(options) { * @param {array} [options.readPreferenceTags=null] Read preference tags * @param {number} [options.number...
chore(minSize): fixing jsdoc for minSize
mongodb_node-mongodb-native
train
js
9ca2082a033d77990c1813db3e24ff8ea7bfa0ff
diff --git a/utils/replace-html-placeholders.js b/utils/replace-html-placeholders.js index <HASH>..<HASH> 100644 --- a/utils/replace-html-placeholders.js +++ b/utils/replace-html-placeholders.js @@ -1,9 +1,8 @@ const assets = require('../html-scripts'); const sanitizeAppEnvironment = require('./sanitize-app-environme...
chore(k8s): declare env.json config for k8s Deployment
commercetools_merchant-center-application-kit
train
js
9f96b452f11346f2953f3647aaabd6e7044dfa69
diff --git a/lib/datasource/go.js b/lib/datasource/go.js index <HASH>..<HASH> 100644 --- a/lib/datasource/go.js +++ b/lib/datasource/go.js @@ -73,7 +73,7 @@ async function getPkgReleases(purl, config) { const githubPurl = await getSourcePurl(name); if (githubPurl) { const githubTags = await github.getPkgRele...
fix(go): better check tags before releases
renovatebot_renovate
train
js
90cf3812b50881783310ce4fd904f3dd2e195424
diff --git a/lib/inspectors/data.js b/lib/inspectors/data.js index <HASH>..<HASH> 100644 --- a/lib/inspectors/data.js +++ b/lib/inspectors/data.js @@ -2,6 +2,7 @@ var iconv = require('iconv-lite'); var zlib = require('zlib'); var fs = require('fs'); var fse = require('fs-extra'); +var path = require('path'); var MA...
feat: Support exports using relative paths
avwo_whistle
train
js
b72ef7c9ca9d1bae0b2a8cd9f5bc9bc1f7532c14
diff --git a/src/components/menuBar/js/menuBarDirective.js b/src/components/menuBar/js/menuBarDirective.js index <HASH>..<HASH> 100644 --- a/src/components/menuBar/js/menuBarDirective.js +++ b/src/components/menuBar/js/menuBarDirective.js @@ -92,10 +92,7 @@ angular .module('material.components.menuBar') .directiv...
fix(build): closure build needs @ngInject annotation It was labeled as "@ngInjdect" instead of "@ngInject". Refs #<I>. Closes #<I>
angular_material
train
js,js
fc44605fbc05f54af0cd5c378b5941b16d28e326
diff --git a/lib/node-static.js b/lib/node-static.js index <HASH>..<HASH> 100644 --- a/lib/node-static.js +++ b/lib/node-static.js @@ -6,8 +6,8 @@ const fs = require('fs') , http = require('http') , path = require('path') , mime = require('mime') - , util = require('./node-static/util') ...
refactor: list 3rd party deps. together
cloudhead_node-static
train
js
0814658223d21d5a1a92b7ad228965bf64311806
diff --git a/lib/policies/service_bus_policy.js b/lib/policies/service_bus_policy.js index <HASH>..<HASH> 100644 --- a/lib/policies/service_bus_policy.js +++ b/lib/policies/service_bus_policy.js @@ -10,6 +10,7 @@ module.exports = new Policy({ maxMessageSize: 10000, // Arbitrary choice }, encoder: funct...
fix(ServiceBusPolicy): Avoid jsonifying Buffers
noodlefrenzy_node-amqp10
train
js
2f9df55d8d08bb9fb491893cba0f903e56dd1a8f
diff --git a/webapps/webapp/src/main/webapp/app/cockpit/pages/processInstance.js b/webapps/webapp/src/main/webapp/app/cockpit/pages/processInstance.js index <HASH>..<HASH> 100644 --- a/webapps/webapp/src/main/webapp/app/cockpit/pages/processInstance.js +++ b/webapps/webapp/src/main/webapp/app/cockpit/pages/processInsta...
fix(cockpit): variable scope with TransitionInst - set correct variable scope for variables in Transition Instance related to #CAM-<I>
camunda_camunda-bpm-platform
train
js
58b61929b930052bc20eb682ad5866d019942a63
diff --git a/rocketbelt/base/rocketbelt.js b/rocketbelt/base/rocketbelt.js index <HASH>..<HASH> 100644 --- a/rocketbelt/base/rocketbelt.js +++ b/rocketbelt/base/rocketbelt.js @@ -43,6 +43,14 @@ 'role': 'role' }; + // Self-removing event listener. + window.rb.once = (node, type, callback) => { + no...
feat(Javascript): Add vanilla self-removing event handler.
Pier1_rocketbelt
train
js
e39dcacea2b5f7b169519c1b8ec7e6ef18899fb5
diff --git a/src/components/toast/toast.js b/src/components/toast/toast.js index <HASH>..<HASH> 100644 --- a/src/components/toast/toast.js +++ b/src/components/toast/toast.js @@ -24,8 +24,9 @@ let ] Events.on('app:vue-ready', (_Vue) => { - toast = new _Vue(Toast) - document.body.appendChild(toast.$el) + let no...
refactor: [vue2] Toast
quasarframework_quasar
train
js
28b5f11b6d94d1dfb9056f155902fc5539bd6797
diff --git a/packages/pob/lib/generators/core/yarn/CoreYarnGenerator.js b/packages/pob/lib/generators/core/yarn/CoreYarnGenerator.js index <HASH>..<HASH> 100644 --- a/packages/pob/lib/generators/core/yarn/CoreYarnGenerator.js +++ b/packages/pob/lib/generators/core/yarn/CoreYarnGenerator.js @@ -81,7 +81,9 @@ export defa...
fix(pob): add try/catch when running preversion script
christophehurpeau_pob-lerna
train
js
ce3be0397afa4ff5742b1ae3177e8b6cb4657e33
diff --git a/packages/cozy-pouch-link/src/PouchManager.js b/packages/cozy-pouch-link/src/PouchManager.js index <HASH>..<HASH> 100644 --- a/packages/cozy-pouch-link/src/PouchManager.js +++ b/packages/cozy-pouch-link/src/PouchManager.js @@ -114,10 +114,11 @@ export default class PouchManager { } console.info('S...
fix: Launch replication when device are online 📞
cozy_cozy-client
train
js
adaf1d828abb5677172a288e157f83f0967e0726
diff --git a/intranet/apps/eighth/models.py b/intranet/apps/eighth/models.py index <HASH>..<HASH> 100644 --- a/intranet/apps/eighth/models.py +++ b/intranet/apps/eighth/models.py @@ -509,8 +509,8 @@ class EighthBlock(AbstractBaseEighthModel): blocks = (EighthBlock.objects.get_blocks_this_year().order_by( ...
refactor: make EighthBlock.previous_blocks() return a QuerySet
tjcsl_ion
train
py
58bfcd09c585aac839758c66b880a4b5aad4007f
diff --git a/lib/plugins/gzip.js b/lib/plugins/gzip.js index <HASH>..<HASH> 100644 --- a/lib/plugins/gzip.js +++ b/lib/plugins/gzip.js @@ -9,7 +9,12 @@ var assert = require('assert-plus'); function _writeHead(originalFunction) { this.removeHeader('Content-Length'); - originalFunction.apply(this, Array.protot...
fix: arguments leak during _writeHead (#<I>)
restify_plugins
train
js
f0990d58d4be2ef2e87e321dc8aaeb957e6a2d27
diff --git a/src/components/Tooltip/Tooltip.react.js b/src/components/Tooltip/Tooltip.react.js index <HASH>..<HASH> 100644 --- a/src/components/Tooltip/Tooltip.react.js +++ b/src/components/Tooltip/Tooltip.react.js @@ -35,7 +35,7 @@ class Tooltip extends React.Component<Props, State> { const classes = cn( ...
refactor(Tooltip): Change ternary operators into logical operators All null returning ternary operators ( X ? Y : null ) have been replaced with logical operators ( X && Y)
tabler_tabler-react
train
js
8445b710bdd34e0847f9f2bfd062b26606703e03
diff --git a/src/browsing.js b/src/browsing.js index <HASH>..<HASH> 100644 --- a/src/browsing.js +++ b/src/browsing.js @@ -53,17 +53,33 @@ function lines(text) { return text.split(/\r\n|\n\r|\r|\n/); } +function inheritedMeta(m, name) { + if (m[name]) { + return m[name]; + } else { + var parent = m.belong...
feat: Allows inheritance of some properties from container objects.
robotlolita_metamagical
train
js
4199c35e1c3b10b4ac32a51403db33909e7c59b2
diff --git a/lib/util/data-server.js b/lib/util/data-server.js index <HASH>..<HASH> 100644 --- a/lib/util/data-server.js +++ b/lib/util/data-server.js @@ -197,6 +197,9 @@ module.exports = function init(_proxy) { var result; if (ip === 'self') { ip = clientIp; + cid = clientId; + } else if (ip =...
feat: self <=> clientIp + clientId
avwo_whistle
train
js
75d3938a4842b2aa667dcd902e376a5a01a797e5
diff --git a/commitizen/git.py b/commitizen/git.py index <HASH>..<HASH> 100644 --- a/commitizen/git.py +++ b/commitizen/git.py @@ -21,7 +21,10 @@ class GitCommit(GitObject): @property def message(self): - return f"{self.title}\n\n{self.body}" + message = self.title + if self.body: + ...
fix(git): fix returned value for GitCommit.message when body is empty GitCommit.message should return only title without excess newlines if commit body is empty.
Woile_commitizen
train
py
61c70b442bbd08858ce2435cf410f31a7ec91d37
diff --git a/packages/www/webpack.client.config.base.js b/packages/www/webpack.client.config.base.js index <HASH>..<HASH> 100644 --- a/packages/www/webpack.client.config.base.js +++ b/packages/www/webpack.client.config.base.js @@ -58,7 +58,8 @@ const views = [ ["photos", `${config.get("www.publishUrl")}${config.ge...
fix(www): Generate a `map.html` file so we don't give crawlers <I>s. SEO~~
randytarampi_me
train
js
ba7fd2e1b428b2b76378aa90d0a19e8ec0d12498
diff --git a/lib/utils/telemetry/areDisabled.js b/lib/utils/telemetry/areDisabled.js index <HASH>..<HASH> 100644 --- a/lib/utils/telemetry/areDisabled.js +++ b/lib/utils/telemetry/areDisabled.js @@ -2,4 +2,8 @@ const configUtils = require('@serverless/utils/config'); -module.exports = Boolean(process.env.SLS_TRACK...
feat(Telemetry): Allow to disable telemetry via `SLS_TELEMETRY_DISABLED`
serverless_serverless
train
js
2d11a28e4ef20b9d8c534e1152de98b4fabc1d55
diff --git a/lib/gruff/base.rb b/lib/gruff/base.rb index <HASH>..<HASH> 100644 --- a/lib/gruff/base.rb +++ b/lib/gruff/base.rb @@ -19,9 +19,6 @@ require 'bigdecimal' module Gruff class Base - # Draw extra lines showing where the margins and text centers are - DEBUG = false - # Space around text element...
refactor: Remove unused debug method (#<I>)
topfunky_gruff
train
rb
a2c471a2acce7b81659096d989da10d0eb4f776b
diff --git a/tasks/lint.js b/tasks/lint.js index <HASH>..<HASH> 100644 --- a/tasks/lint.js +++ b/tasks/lint.js @@ -2,7 +2,7 @@ var gulp = require('gulp'); var plugins = require('gulp-load-plugins')(); gulp.task('lint', function() { - return gulp.src(['gulpfile.js', 'tasks/**/*.js', 'src/**/*.js', 'spec/**/*.js', '...
chore(ci): Remove missing file from gulp lint task
pivotal-cf_dr-frankenstyle
train
js
265ace33f5bbcd313113ac87b4750c7b05f15f26
diff --git a/src/lib/InstantSearch.js b/src/lib/InstantSearch.js index <HASH>..<HASH> 100644 --- a/src/lib/InstantSearch.js +++ b/src/lib/InstantSearch.js @@ -1,4 +1,6 @@ -import algoliasearch from 'algoliasearch/lite'; +// we use the fullpath to the lite build to solve a meteor.js issue: +// https://github.com/algolia...
fix(meteorjs): lite build must point to the browser lite (#<I>) fixes #<I> Actually I had previously fixed #<I> by pointing to the lite build (side effect). But since <URL>)
algolia_instantsearch.js
train
js
3317899440419b313807b62113fbd09c3037a368
diff --git a/app/templates/entry/client-prefetch.js b/app/templates/entry/client-prefetch.js index <HASH>..<HASH> 100644 --- a/app/templates/entry/client-prefetch.js +++ b/app/templates/entry/client-prefetch.js @@ -104,8 +104,8 @@ export function addPreFetchHooks (router<%= store ? ', store' : '' %>, publicPat pre...
fix(app): preFetch's currentRoute is a ref instead of the actual value #<I>
quasarframework_quasar
train
js
1d120b6b3aefe6efaa3f7d9254edb7c906a034b0
diff --git a/packages/button/src/Button.js b/packages/button/src/Button.js index <HASH>..<HASH> 100644 --- a/packages/button/src/Button.js +++ b/packages/button/src/Button.js @@ -160,6 +160,10 @@ const buttonStyles = props => { // vertically align correctly without setting the lineHeight equal to the // small...
fix(button): Fix vertical alignment
mineral-ui_mineral-ui
train
js
f3bc3596d109362c75fea7de9fb125037923d43a
diff --git a/src/select.js b/src/select.js index <HASH>..<HASH> 100644 --- a/src/select.js +++ b/src/select.js @@ -1180,6 +1180,8 @@ }; function onDocumentClick(e) { + if (!$select.open) return; //Skip it if dropdown is close + var contains = false; if (window.jQuery...
fix(focus): prevent to focus stealing on focusable targets
angular-ui_ui-select
train
js
b4a7ad7a0c98202650968af9137b5d6ca156a934
diff --git a/lib/cursor.js b/lib/cursor.js index <HASH>..<HASH> 100644 --- a/lib/cursor.js +++ b/lib/cursor.js @@ -1020,8 +1020,7 @@ Cursor.prototype.transformStream = function(options) { Cursor.prototype.explain = function(callback) { if (this.operation) { this.operation.options.explain = true; - executeOp...
fix: return `executeOperation` for explain, if promise is desired
mongodb_node-mongodb-native
train
js
a1d1b5a2f621ba50d986d97b96ff32f33e9a1106
diff --git a/src/rollup.js b/src/rollup.js index <HASH>..<HASH> 100644 --- a/src/rollup.js +++ b/src/rollup.js @@ -54,7 +54,7 @@ module.exports = function linaria({ result.code += `\nimport ${JSON.stringify(filename)};\n`; /* eslint-disable-next-line consistent-return */ - return result.code; + ...
feat: add a sourcemap to rollup output (#<I>)
callstack_linaria
train
js
fd0f6e15415cf9c75c2c71d15ab324da8b5beb30
diff --git a/superset/connectors/base/models.py b/superset/connectors/base/models.py index <HASH>..<HASH> 100644 --- a/superset/connectors/base/models.py +++ b/superset/connectors/base/models.py @@ -410,7 +410,7 @@ class BaseDatasource( fkmany: List[Column], fkmany_class: Type[Union["BaseColumn", "Bas...
fix: removed disabled lint rule `too-many-locals` in connectors/base/models.py (#<I>)
apache_incubator-superset
train
py
6b8077c8f39c88b5e3939248f098bd1cf0b3bddc
diff --git a/routes/discover.js b/routes/discover.js index <HASH>..<HASH> 100644 --- a/routes/discover.js +++ b/routes/discover.js @@ -1,4 +1,11 @@ /** + * Module dependencies + */ + +var Scope = require('../models/Scope'); + + +/** * Well-Known Endpoint */ @@ -9,7 +16,18 @@ module.exports = function (server) { ...
fix(discovery): include all registered scopes in server metadata
anvilresearch_connect
train
js
09e9ca6fba221e7ddbf577f68ddc04fbe96363d5
diff --git a/packages/app-frontend/src/features/timeline/index.js b/packages/app-frontend/src/features/timeline/index.js index <HASH>..<HASH> 100644 --- a/packages/app-frontend/src/features/timeline/index.js +++ b/packages/app-frontend/src/features/timeline/index.js @@ -6,7 +6,7 @@ import { formatTime } from '@front/ut...
refactor(timeline): simplify auto-stacking
vuejs_vue-devtools
train
js
7a407c9a30306ba6927dda7cfd277181a23f0f08
diff --git a/pgcopy/inspect.py b/pgcopy/inspect.py index <HASH>..<HASH> 100644 --- a/pgcopy/inspect.py +++ b/pgcopy/inspect.py @@ -10,10 +10,7 @@ def get_types(conn, schema, table): SELECT a.attname, t.typcategory AS type_category, - CASE - ...
refactor: use COALESCE
altaurog_pgcopy
train
py