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
a3153ccf0a598cf962955e176db244b04954567d
diff --git a/bingo/views.py b/bingo/views.py index <HASH>..<HASH> 100644 --- a/bingo/views.py +++ b/bingo/views.py @@ -134,7 +134,7 @@ def create_board(request): game = bingo_board.game if bingo_board is not None else None if bingo_board: - Game.objects.filter(bingo_board.game.id).update( + Ga...
fix: updating the timestamp of new games works now
allo-_django-bingo
train
py
3c04be31647f1b9d42b9722831479fc29a179b2b
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -508,7 +508,7 @@ const reactRules = { const es6ImportRules = { 'import/first': ERROR, 'import/newline-after-import': [ - ERROR, + WARNING, { count: 2 }
style: Change eslint newline-after-import rule to warning
bookbrainz_bookbrainz-data-js
train
js
eb75e0aa3484bee3224d645c09238725b486109d
diff --git a/tests/Database/Query/OrderByTest.php b/tests/Database/Query/OrderByTest.php index <HASH>..<HASH> 100644 --- a/tests/Database/Query/OrderByTest.php +++ b/tests/Database/Query/OrderByTest.php @@ -120,7 +120,7 @@ class OrderByTest extends TestCase $sql = <<<'eot' [ - "SE...
fix(tests): PDOException: SQLSTATE[HY<I>]: General error: <I> Expression #1 of ORDER BY contains aggregate function and applies to the result of a non-aggregated query
hunzhiwange_framework
train
php
233570ebfea476a837b636e6e2add4f31f94d829
diff --git a/packages/generator-nitro/tests/jasmine/app/appDefaultsSpec.js b/packages/generator-nitro/tests/jasmine/app/appDefaultsSpec.js index <HASH>..<HASH> 100644 --- a/packages/generator-nitro/tests/jasmine/app/appDefaultsSpec.js +++ b/packages/generator-nitro/tests/jasmine/app/appDefaultsSpec.js @@ -83,6 +83,22 @...
test(generator): add more tests for compiler feature #<I>
namics_generator-nitro
train
js
d9c77c943f93d67d2709be10a57bacd1c9767ce3
diff --git a/lib/grammar.js b/lib/grammar.js index <HASH>..<HASH> 100644 --- a/lib/grammar.js +++ b/lib/grammar.js @@ -166,13 +166,13 @@ var grammar = module.exports = { { // a=ptime:20 name: 'ptime', - reg: /^ptime:(\d*)/, + reg: /^ptime:(\d*(?:\.\d*)*)/, format: 'ptime:%d' }, ...
feat: Parse ptime as a float
clux_sdp-transform
train
js
4412f4b5101b06b0c896b74c4c13ffc17211196b
diff --git a/stellar_sdk/transaction.py b/stellar_sdk/transaction.py index <HASH>..<HASH> 100644 --- a/stellar_sdk/transaction.py +++ b/stellar_sdk/transaction.py @@ -126,9 +126,8 @@ class Transaction: def from_xdr_object( cls, xdr_object: Union[stellar_xdr.Transaction, stellar_xdr.TransactionV0]...
refactor: the `v1` parameter in the `stellar_sdk.Transaction.from_xdr_object` and `stellar_sdk.Transaction.from_xdr` functions is set to `True` by default (#<I>)
StellarCN_py-stellar-base
train
py
a230ff65a9fb49e29d49197dc8e297bd7f0bdfc2
diff --git a/pkg/api/alerting.go b/pkg/api/alerting.go index <HASH>..<HASH> 100644 --- a/pkg/api/alerting.go +++ b/pkg/api/alerting.go @@ -305,7 +305,7 @@ func PauseAllAlerts(c *middleware.Context, dto dtos.PauseAllAlertsCommand) Respo result := map[string]interface{}{ "state": response, - "message": ...
fix(alerting): typo
grafana_grafana
train
go
f4cdda4b2a8baddb7a6c2b4af6c845501ec2cedb
diff --git a/plugins/outputs/http/http_test.go b/plugins/outputs/http/http_test.go index <HASH>..<HASH> 100644 --- a/plugins/outputs/http/http_test.go +++ b/plugins/outputs/http/http_test.go @@ -667,9 +667,9 @@ func TestBatchedUnbatched(t *testing.T) { require.NoError(t, err) if client.UseBatchFormat { - ...
test: exchange confused parameters (expected vs actual) (#<I>)
influxdata_telegraf
train
go
37679e36c112ce60c93c9b4c9745eafa4a25e48f
diff --git a/allauth/socialaccount/providers/openid/forms.py b/allauth/socialaccount/providers/openid/forms.py index <HASH>..<HASH> 100644 --- a/allauth/socialaccount/providers/openid/forms.py +++ b/allauth/socialaccount/providers/openid/forms.py @@ -6,7 +6,7 @@ class LoginForm(forms.Form): openid = forms.URLField...
fix(openid): OpenID was kinking to unexisting page
pennersr_django-allauth
train
py
3831027c546f041ed2b154d81458b619d50fdb65
diff --git a/cmd/erasure-object.go b/cmd/erasure-object.go index <HASH>..<HASH> 100644 --- a/cmd/erasure-object.go +++ b/cmd/erasure-object.go @@ -1495,10 +1495,10 @@ func (er erasureObjects) restoreTransitionedObject(ctx context.Context, bucket s return setRestoreHeaderFn(oi, false, toObjectErr(reducedErr, bucket, ...
fix: compiler errors in restoreTransitionedObject (#<I>)
minio_minio
train
go
56c829bfad227ac8c096610e089871d231bf89ea
diff --git a/packages/react-router/modules/withRouter.js b/packages/react-router/modules/withRouter.js index <HASH>..<HASH> 100644 --- a/packages/react-router/modules/withRouter.js +++ b/packages/react-router/modules/withRouter.js @@ -36,7 +36,11 @@ function withRouter(Component) { if (__DEV__) { C.propTypes ...
fix(react-router): Allow string and object refs in withRouter (#<I>) * fix(react-router): Don't warn about ref objects * fix(react-router): Don't warn about string refs
ReactTraining_react-router
train
js
cf7342559a778263482b880e0401f49773996fd4
diff --git a/lib/api/units/normalize/normalizeHeaders.js b/lib/api/units/normalize/normalizeHeaders.js index <HASH>..<HASH> 100644 --- a/lib/api/units/normalize/normalizeHeaders.js +++ b/lib/api/units/normalize/normalizeHeaders.js @@ -1,5 +1,5 @@ const normalizeStringValue = (value) => { - return value.toLowerCase()....
refactor: removes trimming of header values
apiaryio_gavel.js
train
js
c8f7050c165afd6f70bdc01bc24d360ae3086086
diff --git a/packages/shared-metrics/test/dependencies/test.js b/packages/shared-metrics/test/dependencies/test.js index <HASH>..<HASH> 100644 --- a/packages/shared-metrics/test/dependencies/test.js +++ b/packages/shared-metrics/test/dependencies/test.js @@ -50,22 +50,12 @@ describe('dependencies', function () { ...
test: simplified test/dependencies/test.js asserts - these are always failing if you change dependencies - IMO it's enough to check <I> length and max 2 main dependencie asserts
instana_nodejs-sensor
train
js
95116ee3f31a9f1cdc604bd0ed59d57cc4a64d3d
diff --git a/src/kids/__init__.py b/src/kids/__init__.py index <HASH>..<HASH> 100644 --- a/src/kids/__init__.py +++ b/src/kids/__init__.py @@ -1,6 +1,4 @@ -# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages -try: - __import__('pkg_resources').declare_namespace(__name__) -except ImportError: ...
fix: fixed import time performance issue due to obsolete namespacing pattern. (fixes #9)
0k_kids.cache
train
py
1dfeb192a31f8a6fcfc9265a4ab99a25da3b8b74
diff --git a/public/app/features/templating/templateValuesSrv.js b/public/app/features/templating/templateValuesSrv.js index <HASH>..<HASH> 100644 --- a/public/app/features/templating/templateValuesSrv.js +++ b/public/app/features/templating/templateValuesSrv.js @@ -294,11 +294,6 @@ function (angular, _, kbn) { };...
fix(templating): another fix for templating and custom all value escaping, fixes #<I>
grafana_grafana
train
js,js
a3e2af79594889b6baad6df3cb09f5b1f7430565
diff --git a/src/main/java/org/getopentest/base/TestAction.java b/src/main/java/org/getopentest/base/TestAction.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/getopentest/base/TestAction.java +++ b/src/main/java/org/getopentest/base/TestAction.java @@ -12,6 +12,7 @@ import jdk.nashorn.api.scripting.ScriptObje...
feat(TestAction): when a string arg receives a Java Map value, use the JSON representation of the object
mcdcorp_opentest
train
java
929fc2844584376b376277bf5b4be66346e9e6d9
diff --git a/packages/ts-config-webpack-plugin/src/TsConfigWebpackPlugin.js b/packages/ts-config-webpack-plugin/src/TsConfigWebpackPlugin.js index <HASH>..<HASH> 100644 --- a/packages/ts-config-webpack-plugin/src/TsConfigWebpackPlugin.js +++ b/packages/ts-config-webpack-plugin/src/TsConfigWebpackPlugin.js @@ -72,13 +72...
fix(TsConfigWebpackPlugin): Remove devTool side effect fix #7
namics_webpack-config-plugins
train
js
b671a4deacefc5a399ed5c7868417b7b39f0bf67
diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/runtime/DefaultCorrelationHandler.java b/engine/src/main/java/org/camunda/bpm/engine/impl/runtime/DefaultCorrelationHandler.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/runtime/DefaultCorrelationHandler.java +++ b/e...
chore(engine): refactor execution query in DefaultCorrelationHandler contributes to CAM-<I>
camunda_camunda-bpm-platform
train
java
af2640455c836e0f0f0aa2e90b7641399a921141
diff --git a/lib/symbols.js b/lib/symbols.js index <HASH>..<HASH> 100644 --- a/lib/symbols.js +++ b/lib/symbols.js @@ -1,17 +1,17 @@ -const chalk = require('chalk') +const { blue, green, yellow, red } = require('chalk') const main = { - ':info:': chalk.blue('ℹ'), - ':success:': chalk.green('✔'), - ':warning:': ch...
refactor(symbols): only use color name methods
ahmadnassri_logress
train
js
683d34fc18067a348fd94a2744755406b90cd301
diff --git a/command/agent/fs_endpoint_test.go b/command/agent/fs_endpoint_test.go index <HASH>..<HASH> 100644 --- a/command/agent/fs_endpoint_test.go +++ b/command/agent/fs_endpoint_test.go @@ -481,7 +481,7 @@ func TestHTTP_FS_Logs_Follow(t *testing.T) { req, err := http.NewRequest("GET", path, nil) require.Nil(...
test: allow goroutine to exit even if test blocks
hashicorp_nomad
train
go
801e91d9e14f179470338213af5deaf1c3588146
diff --git a/src/manager.js b/src/manager.js index <HASH>..<HASH> 100644 --- a/src/manager.js +++ b/src/manager.js @@ -33,6 +33,7 @@ Manager.prototype.config = function (options) { // Defaults this.options.zone = document.body; this.options.multitouch = false; + this.options.maxNumberOfNipples = 1; ...
feat: limit the number of simultaneous nipples
yoannmoinet_nipplejs
train
js
48e7f598955a09dc4130a0074cb953ecd05d1a01
diff --git a/modeltranslation/admin.py b/modeltranslation/admin.py index <HASH>..<HASH> 100644 --- a/modeltranslation/admin.py +++ b/modeltranslation/admin.py @@ -60,9 +60,12 @@ class TranslationBaseModelAdmin(BaseModelAdmin): orig_field, request, **kwargs ) field.widget = dee...
fix(admin): Fix custom widget initialization problem
deschler_django-modeltranslation
train
py
ce504a9081ac6cac96ea76614dbe19a3ab73a057
diff --git a/tornado/test/netutil_test.py b/tornado/test/netutil_test.py index <HASH>..<HASH> 100644 --- a/tornado/test/netutil_test.py +++ b/tornado/test/netutil_test.py @@ -163,6 +163,7 @@ class ThreadedResolverImportTest(unittest.TestCase): # name with spaces used in this test. @skipIfNoNetwork @unittest.skipIf(p...
test: Add some more skips on windows Alternate resolvers behave differently on this platform for unknown reasons.
tornadoweb_tornado
train
py
a5406c581131fb57c4a7505d18f41cb93aa3beb7
diff --git a/api/models.py b/api/models.py index <HASH>..<HASH> 100644 --- a/api/models.py +++ b/api/models.py @@ -476,16 +476,25 @@ class Release(UuidAuditedModel): # construct fully-qualified target image new_version = self.version + 1 tag = 'v{}'.format(new_version) - release_image ...
fix(controller): update release process
deis_controller-sdk-go
train
py
f8d02479a3d859ade057ff0542355e6f6eb63129
diff --git a/anyconfig/mergeabledict.py b/anyconfig/mergeabledict.py index <HASH>..<HASH> 100644 --- a/anyconfig/mergeabledict.py +++ b/anyconfig/mergeabledict.py @@ -112,7 +112,7 @@ def get(dic, path, seps=PATH_SEPS): ([1, 2], '') >>> get(d, "/a/b/d/1") (2, '') - >>> get(d, "/a/b/d/2") # doctest: +I...
refactor: remove unnecessary doctest option line
ssato_python-anyconfig
train
py
8056ffed3ed6b4a86aeb38a75bd76c0be0f02e02
diff --git a/packages/razzle/config/paths.js b/packages/razzle/config/paths.js index <HASH>..<HASH> 100644 --- a/packages/razzle/config/paths.js +++ b/packages/razzle/config/paths.js @@ -6,7 +6,7 @@ const url = require('url'); // Make sure any symlinks in the project folder are resolved: // https://github.com/faceb...
fix(razzle): join paths in appDirectory
jaredpalmer_razzle
train
js
3eb0e46ae0edfae953e67346e41c2987cbafe694
diff --git a/packages/docs/src/router/index.js b/packages/docs/src/router/index.js index <HASH>..<HASH> 100644 --- a/packages/docs/src/router/index.js +++ b/packages/docs/src/router/index.js @@ -39,7 +39,11 @@ export function createRouter (vuetify, store, i18n) { layout('Default', [abort()]), ]), ...
docs(router): api links were getting caught in locale redirect
vuetifyjs_vuetify
train
js
3568bc4e5f59dafbaa74a1658d0d3465b16e0ea3
diff --git a/tests/lib/rule-setup.js b/tests/lib/rule-setup.js index <HASH>..<HASH> 100644 --- a/tests/lib/rule-setup.js +++ b/tests/lib/rule-setup.js @@ -70,6 +70,16 @@ describe('rule setup is correct', () => { const ALLOWED_CATEGORIES = ['Rules', 'Tests']; assert.ok(ALLOWED_CATEGORIES.includes(r...
test: Add test for rule jsdoc type comment (#<I>)
not-an-aardvark_eslint-plugin-eslint-plugin
train
js
93ba05ad476ed055e3355f7c4cc03eccd7874e74
diff --git a/lib/middleware/common.js b/lib/middleware/common.js index <HASH>..<HASH> 100644 --- a/lib/middleware/common.js +++ b/lib/middleware/common.js @@ -16,8 +16,7 @@ class PromiseContainer { } then (success, error) { - error = error || _.noop - return this.promise.then(success).catch(error) + re...
fix(middleware): Obey the Promise API. Rather than catching and discarding the error if no error handler is passed, let the promise package chain it. This allows use to have a .catch() follow the then().
karma-runner_karma
train
js
6660427b072fa395726bcc0f6b3550623edfcd98
diff --git a/lib/components/app/responsive-webapp.js b/lib/components/app/responsive-webapp.js index <HASH>..<HASH> 100644 --- a/lib/components/app/responsive-webapp.js +++ b/lib/components/app/responsive-webapp.js @@ -144,6 +144,11 @@ class ResponsiveWebapp extends Component { ) } + // Prevent "bounce...
feat(mobile): Suppress "bounce" effect on mobile iOS
opentripplanner_otp-react-redux
train
js
0521c99a8dc1a2178a45d986dd65ea8820a3d07a
diff --git a/webapps/webapp/src/test/js/e2e/admin/specs/users-spec.js b/webapps/webapp/src/test/js/e2e/admin/specs/users-spec.js index <HASH>..<HASH> 100644 --- a/webapps/webapp/src/test/js/e2e/admin/specs/users-spec.js +++ b/webapps/webapp/src/test/js/e2e/admin/specs/users-spec.js @@ -119,7 +119,7 @@ describe('Admin U...
test(admin): correct expected value for logged in user name Related to CAM-<I>
camunda_camunda-bpm-platform
train
js
ea60eef9e1f70d6bc4a46475da6e9295d0bb0f41
diff --git a/src/router.js b/src/router.js index <HASH>..<HASH> 100644 --- a/src/router.js +++ b/src/router.js @@ -148,7 +148,7 @@ export class Router { } createNavModel(config) { - let navModel = new NavModel(this, config.route); + let navModel = new NavModel(this, 'href' in config ? config.href : config...
fix(navigation): route config href was not used in router.navigation
aurelia_router
train
js
c89bdd7566599a95a404b0f9e4b0828a866d0a71
diff --git a/src/managers/GuildEmojiRoleManager.js b/src/managers/GuildEmojiRoleManager.js index <HASH>..<HASH> 100644 --- a/src/managers/GuildEmojiRoleManager.js +++ b/src/managers/GuildEmojiRoleManager.js @@ -74,16 +74,16 @@ class GuildEmojiRoleManager { remove(roleOrRoles) { if (!Array.isArray(roleOrRoles) &...
fix(GuildEmojiRoleManager): bug in #remove (#<I>)
discordjs_discord.js
train
js
fcdb01dad248ae2b1219067df7b59f53cf94ac19
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -433,6 +433,15 @@ class KadDHT { * @returns {void} */ findProviders (key, timeout, callback) { + if (typeof timeout === 'function') { + callback = timeout + timeout = null + } + + ...
fix: make findProviders treat timeout the same as findPeer (#<I>)
libp2p_js-libp2p-kad-dht
train
js
4da0b3b71b9fddeb5e5d5bb5907e7445c931456e
diff --git a/engine-rest/engine-rest-jax-rs-two/src/test/java/org/camunda/bpm/engine/rest/impl/FetchAndLockHandlerTest.java b/engine-rest/engine-rest-jax-rs-two/src/test/java/org/camunda/bpm/engine/rest/impl/FetchAndLockHandlerTest.java index <HASH>..<HASH> 100644 --- a/engine-rest/engine-rest-jax-rs-two/src/test/java/...
chore(engine-rest): ignore failing test case related to long-polling related to CAM-<I>
camunda_camunda-bpm-platform
train
java
57133400fa56fa3c4434c218238597e8ac9f6326
diff --git a/browser/lib/shim/request.js b/browser/lib/shim/request.js index <HASH>..<HASH> 100644 --- a/browser/lib/shim/request.js +++ b/browser/lib/shim/request.js @@ -77,9 +77,12 @@ function mapForm(superagentRequest, options) { if (options != null) { var form = options.form; if (form != null) { - ...
fix(browser): set content-type header first so that superagent does not add content-type application/json automatically, see <URL>
traverson_traverson
train
js
f818d0ba5618e5bf21130dd2d6adafad44191eb6
diff --git a/filetype/types/base.py b/filetype/types/base.py index <HASH>..<HASH> 100644 --- a/filetype/types/base.py +++ b/filetype/types/base.py @@ -19,11 +19,9 @@ class Type(object): def extension(self): return self.__extension - @property def is_extension(self, extension): return se...
fix(base): remove property decorator
h2non_filetype.py
train
py
4d66a5488aa387fcbee98c1a13c091e9aa2684eb
diff --git a/lib/components/state-resources/search/index.js b/lib/components/state-resources/search/index.js index <HASH>..<HASH> 100644 --- a/lib/components/state-resources/search/index.js +++ b/lib/components/state-resources/search/index.js @@ -158,8 +158,9 @@ class Search { } const queries = this.searchF...
fix: Exclude some fields from storage search query
wmfs_tymly-solr-plugin
train
js
6f6c441662e73084087da3f564e71f0a174c3ee4
diff --git a/activerecord/lib/active_record/associations/collection_association.rb b/activerecord/lib/active_record/associations/collection_association.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/associations/collection_association.rb +++ b/activerecord/lib/active_record/associations/collection_...
fix: duplicate active record objects on inverse_of Fixes a bug that causes duplicate references to the same object to be added to the collection association on an active_record object when inverse_of is used. In cases where has_many_inversing is set to true, the set_inverse_instance function calls target= on collecti...
rails_rails
train
rb,rb
18755339d51d913c1dfab6e1aba23b58ba4c104e
diff --git a/public/js/editors/libraries.js b/public/js/editors/libraries.js index <HASH>..<HASH> 100644 --- a/public/js/editors/libraries.js +++ b/public/js/editors/libraries.js @@ -537,8 +537,19 @@ var libraries = [ 'label': 'Less 1.3.3' }, { - 'url': 'https://cdn.rawgit.com/lodash/lodash/4.5.1/dist/lod...
feat(Library): Add lodash fp and update lodash - Update lodash 4.x - Add lodash fp 4.x - Add lodash 3.x Group as "Lodash"
jsbin_jsbin
train
js
566c803a49d30d9ad69db6c15c4c915be9537f17
diff --git a/packages/@vue/cli-service/lib/config/assets.js b/packages/@vue/cli-service/lib/config/assets.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/config/assets.js +++ b/packages/@vue/cli-service/lib/config/assets.js @@ -36,7 +36,7 @@ module.exports = (api, options) => { api.chainWebpack(we...
feat(cli-service): add support new image format avif (#<I>)
vuejs_vue-cli
train
js
ed65d1e5d5089fb068e2db9b05bd94dc6560ede0
diff --git a/src/nipplejs.js b/src/nipplejs.js index <HASH>..<HASH> 100644 --- a/src/nipplejs.js +++ b/src/nipplejs.js @@ -2,6 +2,8 @@ // Constants var isTouch = !!('ontouchstart' in window); +var isPointer = window.PointerEvent ? true : false; +var isMSPointer = window.MSPointerEvent ? true : false; var events = ...
feat: support IE PointerEvents close #1
yoannmoinet_nipplejs
train
js
99874122f3af426df58c949d74e3fadc5e972ab1
diff --git a/model/sharedStimulus/service/PatchService.php b/model/sharedStimulus/service/PatchService.php index <HASH>..<HASH> 100644 --- a/model/sharedStimulus/service/PatchService.php +++ b/model/sharedStimulus/service/PatchService.php @@ -65,7 +65,7 @@ class PatchService extends ConfigurableService ); ...
fix: pass content to MediaSavedEvent
oat-sa_extension-tao-mediamanager
train
php
27f249fb0655381b8b9f178a665a3bcf761d054b
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -25,10 +25,6 @@ async function prompt(questions=[], { onSubmit=noop, onCancel=noop }={}) { continue; // take val & run } - if (typeof question.message !== 'string') { - throw new Error('pr...
fix(prompts): Check for message type after evaluating if it is a function (#<I>) * fix(prompts): Check for message type after evaluating if it is a function
terkelg_prompts
train
js
b3d527328da07cf1b3b27b554aa82fdfd9fd773b
diff --git a/src/foremast/autoscaling_policy/create_policy.py b/src/foremast/autoscaling_policy/create_policy.py index <HASH>..<HASH> 100644 --- a/src/foremast/autoscaling_policy/create_policy.py +++ b/src/foremast/autoscaling_policy/create_policy.py @@ -83,7 +83,7 @@ class AutoScalingPolicy: self.log.info('...
fix: change print to debug log
foremast_foremast
train
py
54be7545f6d8e71e3d82076e5d31475d4f66b463
diff --git a/coveralls/api.py b/coveralls/api.py index <HASH>..<HASH> 100644 --- a/coveralls/api.py +++ b/coveralls/api.py @@ -235,9 +235,14 @@ class Coveralls: # attach a random value to ensure uniqueness # TODO: an auto-incrementing integer might be easier to reason # about if w...
fix(github): send null job_id to fix <I> during resubmission (#<I>) If a submission is failed, the tool will check and adjust/resubmit again with a newly generated job_id. For GitHub Actions, this needs to be null again.
coveralls-clients_coveralls-python
train
py
8993c0f3dc217ef36dcaad5f5acc9276c3e88ce6
diff --git a/test/aws_lambda/common/tests_common.js b/test/aws_lambda/common/tests_common.js index <HASH>..<HASH> 100644 --- a/test/aws_lambda/common/tests_common.js +++ b/test/aws_lambda/common/tests_common.js @@ -328,13 +328,14 @@ exports.registerTests = function registerTests(handlerDefinitionPath) { const metr...
test(lambda): do not test for fs action based metrics
instana_nodejs-sensor
train
js
fc30882372ada46568e9b226ee166221a5994799
diff --git a/tasks/release.js b/tasks/release.js index <HASH>..<HASH> 100644 --- a/tasks/release.js +++ b/tasks/release.js @@ -80,7 +80,22 @@ gulp.task('_bumpPackage', ['assets'], function(done) { }); }); -gulp.task('_addVersionRelease', ['assets'], function(done) { +gulp.task('_addVariablesToVersionRelease', fun...
chore(release): add variables to release folder [#<I>]
pivotal-cf_pivotal-ui
train
js
3efe8eeeebeed593ec7988571177efecd57bf690
diff --git a/ui/src/components/btn/QBtn.js b/ui/src/components/btn/QBtn.js index <HASH>..<HASH> 100644 --- a/ui/src/components/btn/QBtn.js +++ b/ui/src/components/btn/QBtn.js @@ -17,6 +17,8 @@ let keyboardTarget = void 0, mouseTarget = void 0 +const iconAttrs = { role: 'img', 'aria-hidden': 'true' } + export d...
feat(QBtn): tweaks to a<I>y on QBtn icons
quasarframework_quasar
train
js
9f0504efa673e0ca232b574b993c943be9f67803
diff --git a/lib/util/index.js b/lib/util/index.js index <HASH>..<HASH> 100644 --- a/lib/util/index.js +++ b/lib/util/index.js @@ -854,6 +854,7 @@ function readRuleList(rule, callback, isJson) { if (isJson) { result = result.map(parseJSON).filter(noop); if (result.length > 1) { + result.revers...
fix: adjust the order of the merge rules
avwo_whistle
train
js
32f482354b02e6294da8f918f9773025b4120cac
diff --git a/packages/bar/src/compute/grouped.js b/packages/bar/src/compute/grouped.js index <HASH>..<HASH> 100644 --- a/packages/bar/src/compute/grouped.js +++ b/packages/bar/src/compute/grouped.js @@ -68,7 +68,7 @@ const generateVerticalGroupedBars = ( } }) ) - ).filter(bar =...
fix(bar): include bars with zero height/width
plouc_nivo
train
js,js
be4121ce83922b97fb5fea6e1f061959f3483d9b
diff --git a/lib/easypost/resource.rb b/lib/easypost/resource.rb index <HASH>..<HASH> 100644 --- a/lib/easypost/resource.rb +++ b/lib/easypost/resource.rb @@ -2,6 +2,8 @@ # The Resource object is extended by each EasyPost object. class EasyPost::Resource < EasyPost::EasyPostObject + extend Enumerable + # The cl...
feat: Resource#each enumerates resources across pages
EasyPost_easypost-ruby
train
rb
5709dd0a1144511ca0e6f3281e7737ae887c2046
diff --git a/node-tests/unit/utils/rasterize-list-test.js b/node-tests/unit/utils/rasterize-list-test.js index <HASH>..<HASH> 100644 --- a/node-tests/unit/utils/rasterize-list-test.js +++ b/node-tests/unit/utils/rasterize-list-test.js @@ -37,12 +37,16 @@ describe('RasterizeList', function() { it('writes the file...
fix(rasterize-list): Update test to not hang on failed promise-dependant expecation
isleofcode_splicon
train
js
472d4fd71933e2aa18cc615414360cf70a8fb2d2
diff --git a/github_release.py b/github_release.py index <HASH>..<HASH> 100755 --- a/github_release.py +++ b/github_release.py @@ -539,7 +539,7 @@ def print_ref_info(ref, indent=""): print("") -def get_refs(repo_name, tags=False, pattern=None): +def get_refs(repo_name, tags=None, pattern=None): response =...
style: gh_ref: Change default value for tags from False to None
j0057_github-release
train
py
99326910d6d4280ca57fc1a4f8767a3a7b3a6c3b
diff --git a/packages/edition-slices/src/tiles/tile-w/styles/index.js b/packages/edition-slices/src/tiles/tile-w/styles/index.js index <HASH>..<HASH> 100644 --- a/packages/edition-slices/src/tiles/tile-w/styles/index.js +++ b/packages/edition-slices/src/tiles/tile-w/styles/index.js @@ -29,6 +29,12 @@ const wideBreakpoi...
feat: REPLAT-<I> Secondary 1 styling for <I> (#<I>)
newsuk_times-components
train
js
59106994b0c6eaae8f8f07b0629cdf937f2d4551
diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/history/HistoricProcessInstanceQueryOrTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/history/HistoricProcessInstanceQueryOrTest.java index <HASH>..<HASH> 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/history/HistoricProcessInsta...
test(engine): skip hist proc inst query test if history level is audit related to CAM-<I>
camunda_camunda-bpm-platform
train
java
502d03f9f48519a322ece2d655e90728f270c53e
diff --git a/tasks/monolith.js b/tasks/monolith.js index <HASH>..<HASH> 100644 --- a/tasks/monolith.js +++ b/tasks/monolith.js @@ -27,7 +27,7 @@ gulp.task('monolith-build-css-from-cache', () => { .pipe(generateCss( pipeline( map((cssDependency, callback) => { - if (cssDependency.packageNam...
chore(lint): opps. Broke CI with no space.
pivotal-cf_pivotal-ui
train
js
7b45e86aa6ec6a54bb9a80e59364fd4da4fae91c
diff --git a/connection/pool.js b/connection/pool.js index <HASH>..<HASH> 100644 --- a/connection/pool.js +++ b/connection/pool.js @@ -32,6 +32,7 @@ var DESTROYED = 'destroyed'; var _id = 0; function supportsClusterTime(topology) { + if (topology == null) return false; return topology.ismaster == null ? false :...
fix(pool): check topology exists before verifying session support NODE-<I>
mongodb_node-mongodb-native
train
js
904377c7470aeebf793bb7eaf72fa1043c0885fe
diff --git a/src/FieldGroup/FieldGroup.js b/src/FieldGroup/FieldGroup.js index <HASH>..<HASH> 100644 --- a/src/FieldGroup/FieldGroup.js +++ b/src/FieldGroup/FieldGroup.js @@ -16,11 +16,9 @@ const styles = theme => ({ flexBasis: 0 }, '& input': { - '&, &:disabled': { + '&, &:disabled, &:enable...
fix(FieldGroup): fix hover/focus input borders
rambler-digital-solutions_rambler-ui
train
js
79d3e8ea4de61b5735970809e36bd67854725502
diff --git a/addon/lib/transition-promise.js b/addon/lib/transition-promise.js index <HASH>..<HASH> 100644 --- a/addon/lib/transition-promise.js +++ b/addon/lib/transition-promise.js @@ -30,7 +30,6 @@ export default class TransitionPromise { this._promise = options.finishPrevious() .then(() => { - ...
fix(TransitionPromise): removes abandoned logging
runspired_liquid-fire-tweenlite
train
js
24e30b8123609e827f983a501349d54fa9e01ae0
diff --git a/src/components/DataTable/TableContainer.js b/src/components/DataTable/TableContainer.js index <HASH>..<HASH> 100644 --- a/src/components/DataTable/TableContainer.js +++ b/src/components/DataTable/TableContainer.js @@ -18,7 +18,7 @@ TableContainer.propTypes = { /** * Provide a title for the Table ...
docs(TableContainer): Remove proptype warning for title (#<I>) Title should support both text and nodes (to support react-intl)
carbon-design-system_carbon-components-react
train
js
da3d7582d6bc6d0956b299aab7e085700d217c2c
diff --git a/unicore/distribute/api/tests/test_repo_status.py b/unicore/distribute/api/tests/test_repo_status.py index <HASH>..<HASH> 100644 --- a/unicore/distribute/api/tests/test_repo_status.py +++ b/unicore/distribute/api/tests/test_repo_status.py @@ -31,9 +31,7 @@ class TestRepositoryStatusResource(ModelBaseTest): ...
refactor: removed stray print statement from test_repo_status.py
universalcore_unicore.distribute
train
py
bbabfae7ecc5ec8802abb5cb4b23dfe0c40ea2ac
diff --git a/insights/core/evaluators.py b/insights/core/evaluators.py index <HASH>..<HASH> 100644 --- a/insights/core/evaluators.py +++ b/insights/core/evaluators.py @@ -53,9 +53,13 @@ class Evaluator(Formatter): def run_serial(self, graph=None): dr.run(graph or dr.COMPONENTS[dr.GROUPS.single], broker=se...
feat: Support parallelly running for insights-engine (#<I>)
RedHatInsights_insights-core
train
py
22784a96e118ffb151fe2d830c5e8e81491332c3
diff --git a/lib/custom.js b/lib/custom.js index <HASH>..<HASH> 100644 --- a/lib/custom.js +++ b/lib/custom.js @@ -50,7 +50,6 @@ if (config.whiteLabel) { }); } else if (config.customisation) { var defaults = ['html', 'css', 'js'], - root = config.customisation.base, extracted = {}; try { @@ -79,...
fix(custom-code): fix for indexOf error that was preventing cfg load
jsbin_jsbin
train
js
fcb7896c9e4f6b510b03561ef2ee042b1502f7fe
diff --git a/rsrc_test.go b/rsrc_test.go index <HASH>..<HASH> 100644 --- a/rsrc_test.go +++ b/rsrc_test.go @@ -62,6 +62,21 @@ func TestBuildSucceeds(t *testing.T) { t.Fatal(err) } + // Try running UPX on the executable, if the tool is found in PATH + cmd = exec.Command("upx", "testdata.exe") + if cmd.P...
test: run upx if found in PATH
akavel_rsrc
train
go
bb9cfc491f327beb5e1e9f8b048175fa433117ce
diff --git a/app/src/components/InstrumentSettings/PipetteCalibrationInfo.js b/app/src/components/InstrumentSettings/PipetteCalibrationInfo.js index <HASH>..<HASH> 100644 --- a/app/src/components/InstrumentSettings/PipetteCalibrationInfo.js +++ b/app/src/components/InstrumentSettings/PipetteCalibrationInfo.js @@ -164,6...
fix(app): pipette calibration info sections show be same height (#<I>) Regardless of the warnings or variable content inside of the two pipette calibration sections on the pipette info page, they should grow to be the same height
Opentrons_opentrons
train
js
ca465f75b5ad3277e7cf8a2f9a03aebe4d11e378
diff --git a/example/src/pages/Email.react.js b/example/src/pages/Email.react.js index <HASH>..<HASH> 100644 --- a/example/src/pages/Email.react.js +++ b/example/src/pages/Email.react.js @@ -16,7 +16,7 @@ import SiteWrapper from "../SiteWrapper.react"; function Email() { return ( <SiteWrapper> - <div clas...
fix(Email): Rename class prop to className
tabler_tabler-react
train
js
4ccae03db0269fa5b27cf7c1c196eb7ee804c3f6
diff --git a/dramatiq/worker.py b/dramatiq/worker.py index <HASH>..<HASH> 100644 --- a/dramatiq/worker.py +++ b/dramatiq/worker.py @@ -205,7 +205,7 @@ class _ConsumerThread(Thread): # The consumer must retry itself with exponential backoff # assuming it hasn't been shut down. if self.running:...
refactor: lower backoff factor on consumer retry
Bogdanp_dramatiq
train
py
6d2d9a75d72506c21c7e1891994646819ee2bae4
diff --git a/packages/rum-core/src/performance-monitoring/performance-monitoring.js b/packages/rum-core/src/performance-monitoring/performance-monitoring.js index <HASH>..<HASH> 100644 --- a/packages/rum-core/src/performance-monitoring/performance-monitoring.js +++ b/packages/rum-core/src/performance-monitoring/perform...
feat(rum-core): log when dt header isnt injected (#<I>) * fix(rum-core): log when dt header isnt injected * address review
elastic_apm-agent-rum-js
train
js
e0d4dc44b46dc1c532369971e85c2616ab07d1b9
diff --git a/src/components/link.js b/src/components/link.js index <HASH>..<HASH> 100644 --- a/src/components/link.js +++ b/src/components/link.js @@ -125,7 +125,24 @@ export default { // in case the <a> is a static node a.isStatic = false const aData = (a.data = extend({}, a.data)) - ...
fix(link): merge event listeners when provided in an anchor Fix #<I>
vuejs_vue-router
train
js
5226f095c39985d04c34e7703d60814e74be96f8
diff --git a/gitlab/client.py b/gitlab/client.py index <HASH>..<HASH> 100644 --- a/gitlab/client.py +++ b/gitlab/client.py @@ -787,7 +787,7 @@ class Gitlab(object): ) from e def http_delete(self, path: str, **kwargs: Any) -> requests.Response: - """Make a PUT request to the Gitlab server. + ...
docs: fix typo in http_delete docstring
python-gitlab_python-gitlab
train
py
99cf82cb7cdbf2e594cf2dedc4fb84555714284b
diff --git a/src/language/en/index.js b/src/language/en/index.js index <HASH>..<HASH> 100644 --- a/src/language/en/index.js +++ b/src/language/en/index.js @@ -61,7 +61,7 @@ function normalize(word, next) { * Normalized tokens that can be skipped if they are missing in the input. */ const SKIPPABLE = [ - 'in', 'at'...
feat(en): Adding the, by and to to skippable tokens
aholstenson_ecolect-js
train
js
8a2110f4aaab7ea6af493f00d460165cee09d8f8
diff --git a/src/OoGlee/Domain/Providers/PostServiceProvider.php b/src/OoGlee/Domain/Providers/PostServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/OoGlee/Domain/Providers/PostServiceProvider.php +++ b/src/OoGlee/Domain/Providers/PostServiceProvider.php @@ -9,6 +9,10 @@ use Ooglee\Domain\Entities\Post\Post; *...
docs: update comment in serviceProvider
RowlandOti_ooglee-blogmodule
train
php
05f48b0d6b265434122117119f13abc2d1752399
diff --git a/plugins/Admin/tests/TestCase/src/Controller/ProductsControllerTest.php b/plugins/Admin/tests/TestCase/src/Controller/ProductsControllerTest.php index <HASH>..<HASH> 100644 --- a/plugins/Admin/tests/TestCase/src/Controller/ProductsControllerTest.php +++ b/plugins/Admin/tests/TestCase/src/Controller/Products...
test: fix for php <I>
foodcoopshop_foodcoopshop
train
php
6a125874e8a281b76dc2b35955c67d51be2ecf8a
diff --git a/packages/blueprint-sequelize/lib/resource-controller.js b/packages/blueprint-sequelize/lib/resource-controller.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-sequelize/lib/resource-controller.js +++ b/packages/blueprint-sequelize/lib/resource-controller.js @@ -330,15 +330,10 @@ module.exports = Re...
fix: the getOne did not honor projections
onehilltech_blueprint
train
js
e5e819867f8250ac5abb964d42c5763db650b23f
diff --git a/packages/build-tools/__tests__/multi-lang/index.js b/packages/build-tools/__tests__/multi-lang/index.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/__tests__/multi-lang/index.js +++ b/packages/build-tools/__tests__/multi-lang/index.js @@ -72,7 +72,7 @@ describe('Tests to confirm that the latest ...
fix: update test file to address prettier issue
bolt-design-system_bolt
train
js
387ad26d4ddf0df4fa017bfd37bec88e5387db5a
diff --git a/system/Model.php b/system/Model.php index <HASH>..<HASH> 100644 --- a/system/Model.php +++ b/system/Model.php @@ -90,11 +90,6 @@ class Model extends BaseModel protected $escape = []; /** - * @var BaseConnection - */ - protected $db; - - /** * Model constructor. * * @param ConnectionInterfa...
fix: remove $db because parent class defines it
codeigniter4_CodeIgniter4
train
php
a79899ae5f6f66aa0c65e7fda8e0186d38ff446e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -109,9 +109,10 @@ class ServerlessPythonRequirements { * The plugin constructor * @param {Object} serverless * @param {Object} options + * @param {Object} v3Utils * @return {undefined} */ - constructor(s...
refactor: Adapt v3 log writing interfaces
UnitedIncome_serverless-python-requirements
train
js
2c52bbd3dae79632214663525e10e8abefd3f478
diff --git a/test/specs/real-world/known-errors.js b/test/specs/real-world/known-errors.js index <HASH>..<HASH> 100644 --- a/test/specs/real-world/known-errors.js +++ b/test/specs/real-world/known-errors.js @@ -88,6 +88,12 @@ function getKnownApiErrors () { whatToDo: "ignore" }, + { + api: "adyen....
fix: ignoring a busted API that's breaking unit tests
APIDevTools_swagger-parser
train
js
197696352d175ee0b2151ab26241416372485979
diff --git a/src/factories/request.js b/src/factories/request.js index <HASH>..<HASH> 100644 --- a/src/factories/request.js +++ b/src/factories/request.js @@ -65,14 +65,15 @@ class RequestFactory { promise .then(({ access_token, refresh_token, expires }) => { - const credentials = { - clie...
fix: set credentials to storage only if they are valid (#<I>)
moltin_js-sdk
train
js
631cc2a1981db267308705ec440980605e39c55e
diff --git a/packages/svg-baker-runtime/src/browser-sprite.js b/packages/svg-baker-runtime/src/browser-sprite.js index <HASH>..<HASH> 100644 --- a/packages/svg-baker-runtime/src/browser-sprite.js +++ b/packages/svg-baker-runtime/src/browser-sprite.js @@ -151,15 +151,23 @@ export default class BrowserSprite extends Spri...
fix(runtime): fix attaching to existing DOM node [skip-ci]
JetBrains_svg-mixer
train
js
b134e5504bf74593a436b62987bbd86e9e57a5f3
diff --git a/src/abortcontroller.js b/src/abortcontroller.js index <HASH>..<HASH> 100644 --- a/src/abortcontroller.js +++ b/src/abortcontroller.js @@ -24,12 +24,13 @@ class Emitter { if (!(event.type in this.listeners)) { return; } - const debounce = callback => { - setTimeout(() => callback.ca...
fix: remove debounce in `dispatchEvent`
mo_abortcontroller-polyfill
train
js
eeee5286bff15f815ead6a39365a43ef3d02e124
diff --git a/lib/pact/configuration.rb b/lib/pact/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/pact/configuration.rb +++ b/lib/pact/configuration.rb @@ -169,6 +169,11 @@ module Pact logger = ::Logger.new(log_path) logger.level = ::Logger::DEBUG logger + rescue Errno::EROFS + # So ...
fix: gracefully handle read only file system (eg RunKit)
pact-foundation_pact-support
train
rb,rb
18df6076fc38c2f5ab368e8415a5ee531bfde7e0
diff --git a/packages/analytics-core/src/analytics.js b/packages/analytics-core/src/analytics.js index <HASH>..<HASH> 100644 --- a/packages/analytics-core/src/analytics.js +++ b/packages/analytics-core/src/analytics.js @@ -92,7 +92,7 @@ export default class AvAnalytics { !isValidEventTypeOnTarget(event); getA...
fix(analytics-core): added dynamic length of attr key for slicing
Availity_sdk-js
train
js
2f5b5f17c0eb2ab8d3e684c5731947807a1341a0
diff --git a/ext/promise/aside.js b/ext/promise/aside.js index <HASH>..<HASH> 100644 --- a/ext/promise/aside.js +++ b/ext/promise/aside.js @@ -8,14 +8,15 @@ "use strict"; -var callable = require("es5-ext/object/valid-callable") +var isValue = require("es5-ext/object/is-value") + , callable = require("es5-ext/obj...
refactor: lint
medikoo_deferred
train
js
dc1a8c8d0db041d42203a665efe7cbad09088f85
diff --git a/views/js/uiForm.js b/views/js/uiForm.js index <HASH>..<HASH> 100644 --- a/views/js/uiForm.js +++ b/views/js/uiForm.js @@ -762,6 +762,15 @@ define([ serialize[this.name] = this.value; } }); + + $('[...
feat: include disabled depends-on-property fields in form serializer
oat-sa_tao-core
train
js
074dd0b75a15cf422c1ae2aaec7f258d8d263bcf
diff --git a/packages/components/bolt-trigger/__tests__/trigger.e2e.js b/packages/components/bolt-trigger/__tests__/trigger.e2e.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-trigger/__tests__/trigger.e2e.js +++ b/packages/components/bolt-trigger/__tests__/trigger.e2e.js @@ -12,8 +12,8 @@ module.exports ...
fix: use more specific selectors in trigger e2e test now that there are multiple triggers
bolt-design-system_bolt
train
js
1df756d1e63a82991f6db3c28765d580e91f466d
diff --git a/packages/resolve-scripts/src/server/render.js b/packages/resolve-scripts/src/server/render.js index <HASH>..<HASH> 100644 --- a/packages/resolve-scripts/src/server/render.js +++ b/packages/resolve-scripts/src/server/render.js @@ -42,8 +42,9 @@ export default (initialState, { req, res }) => { `...
feat(resolve-scripts): provide jwt on client side fixes #<I>
reimagined_resolve
train
js
e85a15501a38bf48f3f41da3b87a21971f82e780
diff --git a/session/bench_test.go b/session/bench_test.go index <HASH>..<HASH> 100644 --- a/session/bench_test.go +++ b/session/bench_test.go @@ -1692,7 +1692,7 @@ func BenchmarkInsertIntoSelect(b *testing.B) { do.Close() st.Close() }() - + mustExecute(se, `set @@tidb_enable_mutation_checker = 0`) mustExecut...
test: disable mutation checker in BenchmarkInsertIntoSelect (#<I>) close pingcap/tidb#<I>
pingcap_tidb
train
go
7c381f9d7dc73ec30ca09356c9ae2efb9f0de883
diff --git a/packages/graphiql/src/utility/commonKeys.js b/packages/graphiql/src/utility/commonKeys.js index <HASH>..<HASH> 100644 --- a/packages/graphiql/src/utility/commonKeys.js +++ b/packages/graphiql/src/utility/commonKeys.js @@ -1,7 +1,8 @@ +const isMacOs = window.navigator.platform === 'MacIntel'; + const commo...
fix: preserve ctrl-f key for macOS
graphql_graphiql
train
js
14186eb186e4a07d4a2bdab71573567471dd6e08
diff --git a/packages/avet-build/lib/babel/preset.js b/packages/avet-build/lib/babel/preset.js index <HASH>..<HASH> 100644 --- a/packages/avet-build/lib/babel/preset.js +++ b/packages/avet-build/lib/babel/preset.js @@ -33,7 +33,11 @@ module.exports = (opts = {}) => { require.resolve('babel-plugin-transform-class...
feat: disable polyfill and helpers
avetjs_avet
train
js
a4fbee1b108513e4dde1624b174b348f5348cc0e
diff --git a/packages/@vue/cli-plugin-typescript/__tests__/tsPluginTest.spec.js b/packages/@vue/cli-plugin-typescript/__tests__/tsPluginTest.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-plugin-typescript/__tests__/tsPluginTest.spec.js +++ b/packages/@vue/cli-plugin-typescript/__tests__/tsPluginTest.spec....
test: also test ts + babel + jest
vuejs_vue-cli
train
js
20eb9cc2c8d9c650a8598f448fe688df2b94cd67
diff --git a/src/NSwag.Npm/bin/nswag.js b/src/NSwag.Npm/bin/nswag.js index <HASH>..<HASH> 100644 --- a/src/NSwag.Npm/bin/nswag.js +++ b/src/NSwag.Npm/bin/nswag.js @@ -3,12 +3,12 @@ var defaultCoreVersion = "Net60"; var supportedCoreVersions = [ - { ver: '6.0', dir: "Net60", }, - { ver: '5.0', dir: "Net50", },...
fix: npm script regression when manually selecting runtime (#<I>)
RicoSuter_NSwag
train
js
888eb95b7a9c79d2f711501e37bb127cdcd8e6c7
diff --git a/runtime/launchpad/index.js b/runtime/launchpad/index.js index <HASH>..<HASH> 100644 --- a/runtime/launchpad/index.js +++ b/runtime/launchpad/index.js @@ -111,7 +111,7 @@ export class LaunchpadRuntime extends Component { }} Type={launchpadApp.types[launchpadPanel.type]} ...
feat: pass width of runtime to Launchpad's topbar
UXtemple_panels
train
js
dbe8145dc9160e1997a34bc8d6c63029784fb805
diff --git a/utils/chai.js b/utils/chai.js index <HASH>..<HASH> 100644 --- a/utils/chai.js +++ b/utils/chai.js @@ -8,5 +8,7 @@ chai.use(require('dirty-chai')) chai.use(require('chai-subset')) module.exports = { - expect: chai.expect + expect: chai.expect, + assert: chai.assert, + chai }
feat: export assert and chai itself
ipfs_aegir
train
js
e9a88e7b375da7928e0802ce71b6e0236fd94615
diff --git a/oidc/checkSession.js b/oidc/checkSession.js index <HASH>..<HASH> 100644 --- a/oidc/checkSession.js +++ b/oidc/checkSession.js @@ -30,6 +30,7 @@ function checkSession (req, res, next) { }, 3000) }) } + compareOpbs() } /**
fix(checkSession): Execute inner logic
anvilresearch_connect
train
js
9517342b727b977bcc7a99197c802bc084584c5d
diff --git a/airflow/api/common/experimental/pool.py b/airflow/api/common/experimental/pool.py index <HASH>..<HASH> 100644 --- a/airflow/api/common/experimental/pool.py +++ b/airflow/api/common/experimental/pool.py @@ -42,7 +42,7 @@ def get_pools(session=None): @provide_session def create_pool(name, slots, descript...
refactor: f-string and comment update (#<I>) _ Update the f-string for the case when pool_name_length exceed, for coherent and consistent of the file. _ Fix the docstring grammar """Create a pool with a given parameters.""" -> """Create a pool with given parameters."""
apache_airflow
train
py
e9dc74e78768988c51e21741ba982c7240fd30b8
diff --git a/packages/babel-preset-env/src/polyfills/corejs3/built-in-definitions.js b/packages/babel-preset-env/src/polyfills/corejs3/built-in-definitions.js index <HASH>..<HASH> 100644 --- a/packages/babel-preset-env/src/polyfills/corejs3/built-in-definitions.js +++ b/packages/babel-preset-env/src/polyfills/corejs3/b...
fix: Promise.any requires global.AggregateError (#<I>) * fix: promise.any requires global.AggregateError * address review comments
babel_babel
train
js
e2974bb48b13d536e6f5e20f89259af123dff250
diff --git a/src/actions/query.js b/src/actions/query.js index <HASH>..<HASH> 100644 --- a/src/actions/query.js +++ b/src/actions/query.js @@ -548,16 +548,18 @@ function appbaseSearch({ appbaseRef.setHeaders({ ...headers }); appbaseRef .reactiveSearchv3(query, settings) - .then(async (res) => { + .then((r...
fix: use promise for es5 builds
appbaseio_reactivecore
train
js
7840ab66a5cf754e2325ce269c0134ad8aff5b6b
diff --git a/spec/security.js b/spec/security.js index <HASH>..<HASH> 100644 --- a/spec/security.js +++ b/spec/security.js @@ -11,11 +11,16 @@ describe('security issues', function() { }); it('should allow prototype properties that are not constructors', function() { - class TestClass { - ...
test: make security testcase internet explorer compatible Internet Explorer does not support the 'class Testclass {}' notation, and tests are not compiled using babel. closes #<I>
wycats_handlebars.js
train
js