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
a9758dc77e04d423d98bbb9c0e8a8c39b1784c9b
diff --git a/lib/workers/repository/finalise/prune.js b/lib/workers/repository/finalise/prune.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/finalise/prune.js +++ b/lib/workers/repository/finalise/prune.js @@ -48,6 +48,6 @@ async function pruneStaleBranches(config, branchList) { } const closePr =...
refactor(logs): autoclosed
renovatebot_renovate
train
js
0bb7f92c093bee1eee8936e8e1f4633e79b64fb1
diff --git a/prometheus/process_collector_windows.go b/prometheus/process_collector_windows.go index <HASH>..<HASH> 100644 --- a/prometheus/process_collector_windows.go +++ b/prometheus/process_collector_windows.go @@ -36,15 +36,15 @@ type processMemoryCounters struct { // https://docs.microsoft.com/en-us/windows/des...
fix: process_resident_memory_bytes detected is incorrect in Win7 <I>bit Ref: <URL>
prometheus_client_golang
train
go
7d4a40a26d1ecbebfd654fb74e99214c46dbbced
diff --git a/src/util/Formatters.js b/src/util/Formatters.js index <HASH>..<HASH> 100644 --- a/src/util/Formatters.js +++ b/src/util/Formatters.js @@ -161,7 +161,7 @@ Formatters.strikethrough = strikethrough; * @method time * @memberof Formatters * @param {number|Date} [date] The date to format. - * @param {Times...
docs(Formatters): fix typo of TimestampStyles (#<I>)
discordjs_discord.js
train
js
7cbca43eb143ef6448feffa181d6eedff39ae1e9
diff --git a/cmd/admin-handlers-users.go b/cmd/admin-handlers-users.go index <HASH>..<HASH> 100644 --- a/cmd/admin-handlers-users.go +++ b/cmd/admin-handlers-users.go @@ -379,7 +379,7 @@ func (a adminAPIHandlers) AddUser(w http.ResponseWriter, r *http.Request) { } // Not allowed to add a user with same access key...
fix: allow admins to create users (#<I>) PR #<I> introduced a regression, root credential should be allowed to create users
minio_minio
train
go
5138106665ca29db4a9c78c405777e9d37255a85
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -23,6 +23,11 @@ import config from './src/core/config' * Named exports are freezed and hence we need to create * a copy, so that it can be extended. */ +const rawCopy = Object.keys(raw).reduce((result, name) => { + resu...
feat(raw): allow raw validations to be extended
poppinss_indicative
train
js
d5a5a105efee6bde7fb6827b19bdc367073946e4
diff --git a/packages/blueprint-mongodb/lib/populate/add-model-visitor.js b/packages/blueprint-mongodb/lib/populate/add-model-visitor.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-mongodb/lib/populate/add-model-visitor.js +++ b/packages/blueprint-mongodb/lib/populate/add-model-visitor.js @@ -88,6 +88,9 @@ con...
fix: failed is model collection was empty
onehilltech_blueprint
train
js
c6c4143b044a6ed19db2c3c8bc9b5abdd1cb3a78
diff --git a/superset/views/base.py b/superset/views/base.py index <HASH>..<HASH> 100644 --- a/superset/views/base.py +++ b/superset/views/base.py @@ -101,6 +101,7 @@ FRONTEND_CONF_KEYS = ( "SQLALCHEMY_DISPLAY_TEXT", "GLOBAL_ASYNC_QUERIES_WEBSOCKET_URL", "DASHBOARD_AUTO_REFRESH_MODE", + "SCHEDULED_QUE...
fix: show SCHEDULED_QUERIES when defined (#<I>) Without this entry `Schedule` option for `SqlLab` will not be shown in UI since it will never be put under `bootstrapData.common.conf` needed in here <URL>
apache_incubator-superset
train
py
dfb03e147cdf247c59a79f9913519de59d88bb0f
diff --git a/pyemu/utils/pp_utils.py b/pyemu/utils/pp_utils.py index <HASH>..<HASH> 100644 --- a/pyemu/utils/pp_utils.py +++ b/pyemu/utils/pp_utils.py @@ -150,7 +150,7 @@ def setup_pilotpoints_grid(ml=None, sr=None, ibound=None, prefix_dict=None, for i in range(start,ib.shape[0]-start,every_n_cell): ...
fix(pp_utils): account for MF6-style pass-through cells in ibound
jtwhite79_pyemu
train
py
9d4e36c2fa2d8b59e909a5dc4dbf587de0db4a78
diff --git a/src/foremast/__main__.py b/src/foremast/__main__.py index <HASH>..<HASH> 100644 --- a/src/foremast/__main__.py +++ b/src/foremast/__main__.py @@ -24,8 +24,8 @@ def add_pipeline(subparsers): pipeline_subparsers = pipeline_parser.add_subparsers(title='Pipelines') pipeline_full_parser = pipeline_s...
fix: Point pipeline app subcommand to entry point
foremast_foremast
train
py
c19dcf5c62073091d562bdf67c8b02a89abd159e
diff --git a/aws/resource_aws_appconfig_deployment.go b/aws/resource_aws_appconfig_deployment.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_appconfig_deployment.go +++ b/aws/resource_aws_appconfig_deployment.go @@ -213,5 +213,6 @@ func resourceAwsAppconfigDeploymentUpdate(d *schema.ResourceData, meta interface ...
fix: add the warning log when AppConfig Deployment resource is removed
terraform-providers_terraform-provider-aws
train
go
ad35b255610ef729f87c4547e90136f1bcf4a1c1
diff --git a/types/consumer_version_selector.go b/types/consumer_version_selector.go index <HASH>..<HASH> 100644 --- a/types/consumer_version_selector.go +++ b/types/consumer_version_selector.go @@ -22,6 +22,7 @@ type ConsumerVersionSelector struct { Environment string `json:"environment,omitempty"` MainBran...
feat: support matching branch selector. Fixes #<I>
pact-foundation_pact-go
train
go
37eeefae0c61c421fd8d5049efece188952dad68
diff --git a/src/node.js b/src/node.js index <HASH>..<HASH> 100644 --- a/src/node.js +++ b/src/node.js @@ -75,8 +75,8 @@ async function getConsensusProtocolVersion (protocols = [], height) { const Node = AsyncInit.compose({ async init ({ url, internalUrl }) { if (!url) throw new Error('"url" required') - th...
refactor: remove extra char in regex
aeternity_aepp-sdk-js
train
js
ae1055d7441a8c1d4eb373968da9727365395ee8
diff --git a/src/geshi/bash.php b/src/geshi/bash.php index <HASH>..<HASH> 100644 --- a/src/geshi/bash.php +++ b/src/geshi/bash.php @@ -233,7 +233,7 @@ $language_data = array ( //Variables without braces 1 => "\\$[a-zA-Z_][a-zA-Z0-9_]*", //Variable assignment - 2 => "([a-zA-Z_][a-zA-Z0-...
fix: Initial rework of the variable highlighting with BASH ...
GeSHi_geshi-1.0
train
php
0558c187db5ae2a0ca5a3e9fb8391450c2086604
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -84,8 +84,24 @@ class HtmlWebpackPlugin { compiler.plugin('emit', (compilation, callback) => { const applyPluginsAsyncWaterfall = self.applyPluginsAsyncWaterfall(compilation); - // Get all chunks - cons...
refactor(performance): Reduce the generated chunk information to speed up build time
jantimon_html-webpack-plugin
train
js
2fe3a5a5312061546a95d86158c93c9e556fca0e
diff --git a/test/resCookies.test.js b/test/resCookies.test.js index <HASH>..<HASH> 100644 --- a/test/resCookies.test.js +++ b/test/resCookies.test.js @@ -2,6 +2,6 @@ var util = require('./util.test'); module.exports = function() { util.request('http://rescookies.test.whistlejs.com/', function(res, data) { - + ...
test: reqCookies
avwo_whistle
train
js
753d4903cc7651ec72ad308b7d5886bf317edc16
diff --git a/lib/superapi/api.js b/lib/superapi/api.js index <HASH>..<HASH> 100644 --- a/lib/superapi/api.js +++ b/lib/superapi/api.js @@ -87,7 +87,7 @@ Api.prototype = { }, service: function(id) { - return this.config.services[id]; + return this.config.services ? this.config.services[id] : null; }, ...
fix(api): add guard condition against no services - this will avoid a RTE if a configuration does not have any services defined - a non existing service results in a `null` value
stephanebachelier_superapi
train
js
e975358df7dc147368762e96a7efee69b3089afa
diff --git a/revision/client.py b/revision/client.py index <HASH>..<HASH> 100644 --- a/revision/client.py +++ b/revision/client.py @@ -23,6 +23,7 @@ from revision.exceptions import InvalidArgType from revision.file_transfer import FileTransfer from revision.history import History from revision.state import State +fr...
refactor(source): refactor touch new file implementation
COLORFULBOARD_revision
train
py,py
b263315a07504236d2f2bf5ef61198724253e961
diff --git a/tests/performance/gui_performance.py b/tests/performance/gui_performance.py index <HASH>..<HASH> 100644 --- a/tests/performance/gui_performance.py +++ b/tests/performance/gui_performance.py @@ -15,6 +15,7 @@ def add_state_machine_to_manager_model(state_machine, profiling=False): if profiling: ...
feat(gui_performance): Profile asynchronous operations Add a wait_for_gui before stopping the profiler to profile asynchronous operations.
DLR-RM_RAFCON
train
py
a1e54a23e95d662a23ca363504f010f2ce012e47
diff --git a/src/Row.js b/src/Row.js index <HASH>..<HASH> 100644 --- a/src/Row.js +++ b/src/Row.js @@ -45,6 +45,7 @@ const Row = React.forwardRef((props, ref) => { ); }); +Row.displayName = 'Row'; Row.propTypes = propTypes; Row.defaultProps = defaultProps;
fix: add displayName to Row (#<I>)
react-bootstrap_react-bootstrap
train
js
100cbe272278fea532089393dc3445c811816005
diff --git a/lib/helpers.js b/lib/helpers.js index <HASH>..<HASH> 100644 --- a/lib/helpers.js +++ b/lib/helpers.js @@ -37,7 +37,7 @@ const reduceAssets = (files, asset, moduleAssets) => { }); } - const isEntryAsset = asset.chunks.length > 0; + const isEntryAsset = asset.chunks && asset.chunks.length > 0; ...
fix(v5): check for chunks before checking length. re: #<I>
danethurber_webpack-manifest-plugin
train
js
e6d146d6354fc093120979f2cb01b39ec3e8495c
diff --git a/nicfit/command.py b/nicfit/command.py index <HASH>..<HASH> 100644 --- a/nicfit/command.py +++ b/nicfit/command.py @@ -45,10 +45,11 @@ class Command(object): @staticmethod def initAll(subparsers): + if not Command._all_commands: + raise ValueError("No commands have been registe...
fix: loop/else misunderstood, again.
nicfit_nicfit.py
train
py
68fe5843ccf28c9fed9870ce7de54f103648425e
diff --git a/src/util/brush/getCircle.js b/src/util/brush/getCircle.js index <HASH>..<HASH> 100644 --- a/src/util/brush/getCircle.js +++ b/src/util/brush/getCircle.js @@ -17,8 +17,8 @@ export default function getCircle( xCoord = 0, yCoord = 0 ) { - const x0 = Math.round(xCoord); - const y0 = Math.round(yCoord)...
fix(Brush): Use floor instead of round for determining brush's selected pixels
cornerstonejs_cornerstoneTools
train
js
41c0c2b6402e2481d8c1a818086f21b61a7885d5
diff --git a/samples/detect.js b/samples/detect.js index <HASH>..<HASH> 100644 --- a/samples/detect.js +++ b/samples/detect.js @@ -283,7 +283,6 @@ async function streamingDetectIntent( sampleRateHertz: sampleRateHertz, languageCode: languageCode, }, - singleUtterance: true, }, };
chore: removed singleutterance flag (#<I>)
googleapis_nodejs-dialogflow
train
js
d476743e2d99e1310dadefa34c8591377cdd67f8
diff --git a/core/poi/lib/plugins/config-html.js b/core/poi/lib/plugins/config-html.js index <HASH>..<HASH> 100644 --- a/core/poi/lib/plugins/config-html.js +++ b/core/poi/lib/plugins/config-html.js @@ -52,7 +52,7 @@ exports.apply = api => { } const defaultHtmlOpts = { - title: api.pkg.data.name || 'Po...
fix: use pkg.productName as html title
egoist_poi
train
js
73e61964d243de9c3e7a286bf100bb809ab72a86
diff --git a/webapps/ui/common/scripts/services/locales.js b/webapps/ui/common/scripts/services/locales.js index <HASH>..<HASH> 100644 --- a/webapps/ui/common/scripts/services/locales.js +++ b/webapps/ui/common/scripts/services/locales.js @@ -12,7 +12,7 @@ module.exports = function(ngModule, appRoot, appName) { ...
fix(translations): add app prefix for cached translations. Related to CAM-<I>
camunda_camunda-bpm-platform
train
js
fa36d635fc5ca3c4213e7e3e55aad6a212b8676d
diff --git a/test/directives/faSurfaceSpec.js b/test/directives/faSurfaceSpec.js index <HASH>..<HASH> 100644 --- a/test/directives/faSurfaceSpec.js +++ b/test/directives/faSurfaceSpec.js @@ -90,6 +90,26 @@ describe('faSurface', function() { expect(surface.classList).toEqual([]); }); + it("support...
test: test addition and removal of multiple classes via ng-class
Famous_famous-angular
train
js
7ade8c736c3e4ec7ac8b951f8bc681687a32c873
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ extras_require = { "pytest-cov>=2.10,<3.0", "pytest-xdist>=1.32,<2.0", "eth-tester[py-evm]>=0.5.0b1,<0.6", - "web3>=5.11,<6.0", + "web3==5.12.3", "tox>=3.15,<4.0...
fix: pin web3py to <I> to solve encoding bug
ethereum_vyper
train
py
1027719f872f16d32361d97cae3f7462d9535257
diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/standalone/history/DetermineHistoryLevelCmdTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/standalone/history/DetermineHistoryLevelCmdTest.java index <HASH>..<HASH> 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/standalone/history...
test(engine): isolate DetermineHistoryLevelCmdTest by distinct h2 url related to CAM-<I>
camunda_camunda-bpm-platform
train
java
22c628f3da67466b23d1bff130094debd8882dab
diff --git a/src/server/public/abejs/scripts/modules/EditorReferences.js b/src/server/public/abejs/scripts/modules/EditorReferences.js index <HASH>..<HASH> 100644 --- a/src/server/public/abejs/scripts/modules/EditorReferences.js +++ b/src/server/public/abejs/scripts/modules/EditorReferences.js @@ -11,8 +11,8 @@ export ...
fix: queryselector from addReference outside of reference editor
abecms_abecms
train
js
36e95c6203b3f03bc3a23c9748ea846d1978608f
diff --git a/cloudvolume/__init__.py b/cloudvolume/__init__.py index <HASH>..<HASH> 100644 --- a/cloudvolume/__init__.py +++ b/cloudvolume/__init__.py @@ -10,4 +10,4 @@ from .volumecutout import VolumeCutout from . import secrets from . import txrx -__version__ = '0.31.0' +__version__ = '0.30.3' diff --git a/cloudv...
feat: upgrade 'matrix' protocol to encrypted (https)
seung-lab_cloud-volume
train
py,py
13e58e682299a6f8b488a1ecc839edcd4d1bc642
diff --git a/core/crypto/ed25519.go b/core/crypto/ed25519.go index <HASH>..<HASH> 100644 --- a/core/crypto/ed25519.go +++ b/core/crypto/ed25519.go @@ -68,7 +68,7 @@ func (k *Ed25519PrivateKey) pubKeyBytes() []byte { func (k *Ed25519PrivateKey) Equals(o Key) bool { edk, ok := o.(*Ed25519PrivateKey) if !ok { - retu...
fix: use fallback comparison for ed<I> keys
libp2p_go-libp2p
train
go
0b0cafee74d26113d414ee278f5315de5a8ae90f
diff --git a/test/test-actions.js b/test/test-actions.js index <HASH>..<HASH> 100644 --- a/test/test-actions.js +++ b/test/test-actions.js @@ -1,9 +1,8 @@ import CLI, { Terminal } from '../dist/index'; -import fs from 'fs'; import path from 'path'; import { WritableStream } from 'memory-streams'; -describe('CLI', ...
test: Cleaned up action tests.
cb1kenobi_cli-kit
train
js
68f4faa42099723ba3d33cd18290d6d3f10f26e6
diff --git a/image_test.go b/image_test.go index <HASH>..<HASH> 100644 --- a/image_test.go +++ b/image_test.go @@ -359,7 +359,7 @@ func TestImageAutoRotate(t *testing.T) { {"exif/Landscape_2.jpg", 1}, {"exif/Landscape_3.jpg", 1}, {"exif/Landscape_4.jpg", 1}, - {"exif/Landscape_5.jpg", 5}, + {"exif/Landscape_...
fix(tests): autorotate
h2non_bimg
train
go,go
34ebd331f489065bffb7e460821388794a1bf47f
diff --git a/framework/directives/scope.js b/framework/directives/scope.js index <HASH>..<HASH> 100755 --- a/framework/directives/scope.js +++ b/framework/directives/scope.js @@ -6,7 +6,7 @@ * @extensionOf angular * @description * [en]All child elements using the "var" attribute will be attached to the scope of...
docs(ons-scope): Added Japanese doc comments.
OnsenUI_OnsenUI
train
js
0d3ee9f8eb0239085d7d84def88ba7701b4880bf
diff --git a/_scripts/check-release.js b/_scripts/check-release.js index <HASH>..<HASH> 100755 --- a/_scripts/check-release.js +++ b/_scripts/check-release.js @@ -103,16 +103,20 @@ conventionalChangelog({ } var package = commit.scope; + var toPush = null; if (commit.type === 'fix') { status[p...
chore(META): fix check-release redundant info Should not show same commit twice.
cyclejs_cyclejs
train
js
5bfa439a1cfe853d322403516ea70e12d51389fa
diff --git a/src/module/api/common-api.js b/src/module/api/common-api.js index <HASH>..<HASH> 100644 --- a/src/module/api/common-api.js +++ b/src/module/api/common-api.js @@ -51,8 +51,8 @@ RMModule.factory('RMCommonApi', ['$http', 'RMFastQ', '$log', function($http, $q, if(_for) { _for = '$' + _for + 'Ur...
fix(factory): fixes typo in call to canonicalUrlFor. Closes #<I>
platanus_angular-restmod
train
js
214ea14f299eab33b7303a2a42cd920069fd603d
diff --git a/cmd/handler-api.go b/cmd/handler-api.go index <HASH>..<HASH> 100644 --- a/cmd/handler-api.go +++ b/cmd/handler-api.go @@ -247,7 +247,12 @@ func maxClients(f http.HandlerFunc) http.HandlerFunc { if val := globalServiceFreeze.Load(); val != nil { if unlock, ok := val.(chan struct{}); ok && unlock !=...
fix: for frozen calls return if client disconnects (#<I>)
minio_minio
train
go
cb638053714ee7800e57d660ef48040fec64da20
diff --git a/packages/mangojuice-core/src/Cmd.js b/packages/mangojuice-core/src/Cmd.js index <HASH>..<HASH> 100644 --- a/packages/mangojuice-core/src/Cmd.js +++ b/packages/mangojuice-core/src/Cmd.js @@ -22,13 +22,19 @@ export function createCommand(name, func, exec, opts) { this._model = modelObj; ret...
feat(core): added isAfter and isBefore fields of command object
mangojuicejs_mangojuice
train
js
d83726746cc319617103e10d94b869144e1517da
diff --git a/src/runner.js b/src/runner.js index <HASH>..<HASH> 100644 --- a/src/runner.js +++ b/src/runner.js @@ -482,6 +482,7 @@ async function runGroup(group) { } } + logs.flush() group.file.flush() }) })
fix: flush logs after every test
aleclarson_testpass
train
js
4b23e3e6aa9bfbc2735b6d3b2ef97c09b5bcbb49
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100755 --- a/src/index.js +++ b/src/index.js @@ -95,6 +95,14 @@ const getReleaseByTag = async ({ owner, repo, tag }) => { return null; }; +const parseBody = (str) => { + try { + return JSON.parse(str); + } catch (err) { + return s...
fix: fixes issue where markdown cant be passed into the body (#<I>) * Fixes issue where markdown cant be passed into the body * fix build err * Update package.json * Update package.json
cheton_github-release-cli
train
js
7dd9e96649eed3dc6037f0852a51c281ed264707
diff --git a/prudentia/local.py b/prudentia/local.py index <HASH>..<HASH> 100644 --- a/prudentia/local.py +++ b/prudentia/local.py @@ -18,6 +18,12 @@ class LocalProvider(SimpleProvider): def __init__(self): super(LocalProvider, self).__init__(self.NAME) + @staticmethod + def _prepare(box): + ...
fix(facts): Prepares local box before contacting it
StarterSquad_prudentia
train
py
810f88096126b6785cb88c7c783a4c681b91d554
diff --git a/lib/sg_postcode/services/google.rb b/lib/sg_postcode/services/google.rb index <HASH>..<HASH> 100644 --- a/lib/sg_postcode/services/google.rb +++ b/lib/sg_postcode/services/google.rb @@ -2,12 +2,19 @@ require 'rest-client' module SgPostcode class Google + # Request URL REQUEST_SERVICE_URL = 'h...
docs: add docs for Google #request method
ManagedApplicationServices_sg_postcode
train
rb
c1144df25acd362802fa848fa55b5ca714d0f9c8
diff --git a/algoliasearch/search_index.py b/algoliasearch/search_index.py index <HASH>..<HASH> 100644 --- a/algoliasearch/search_index.py +++ b/algoliasearch/search_index.py @@ -90,8 +90,9 @@ class SearchIndex(object): "(like a primary key) to be valid. " \ "Algo...
fix(generate-object-id-message): improves wording (#<I>)
algolia_algoliasearch-client-python
train
py
71926fdd98666ddf9b2f18165a9c0ae4c6048a0f
diff --git a/src/FluidFormControl.php b/src/FluidFormControl.php index <HASH>..<HASH> 100644 --- a/src/FluidFormControl.php +++ b/src/FluidFormControl.php @@ -25,10 +25,11 @@ class FluidFormControl extends Control /** * @param $defaultValues + * @param bool $mergeWithPrevious */ - public function setDefaults...
fix: passing mergeWithPrevious from outer setDefaults method
grape-fluid_form
train
php
39d402c1bf5329cd196b86f63f3d68bfd60f892a
diff --git a/scripts/prepublish.js b/scripts/prepublish.js index <HASH>..<HASH> 100644 --- a/scripts/prepublish.js +++ b/scripts/prepublish.js @@ -5,7 +5,7 @@ const decompress = require('decompress'); const decompressTargz = require('decompress-targz'); const env = require('./env.js'); -function writeFileExecutor(u...
refactor: rename function
yfinkelstein_node-zookeeper
train
js
2d10d7524715e3c4a55aaa18ab6fc07ef61eb425
diff --git a/java-vision/google-cloud-vision/src/test/java/com/google/cloud/vision/it/ITSystemTest.java b/java-vision/google-cloud-vision/src/test/java/com/google/cloud/vision/it/ITSystemTest.java index <HASH>..<HASH> 100644 --- a/java-vision/google-cloud-vision/src/test/java/com/google/cloud/vision/it/ITSystemTest.jav...
chore: converted array of strings to string (#<I>) * chore: converted array of strings to string * lint fix * lint fix
googleapis_google-cloud-java
train
java
32db108627ad04484b298c4f31ee6b2a0b7e5ec0
diff --git a/lib/tasks/download-assets.js b/lib/tasks/download-assets.js index <HASH>..<HASH> 100644 --- a/lib/tasks/download-assets.js +++ b/lib/tasks/download-assets.js @@ -57,7 +57,7 @@ export default function downloadAssets (options) { return Promise.mapSeries(locales, (locale) => { const url = asse...
fix(assets-output): change figure for asset's error from warning to cross (#<I>)
contentful_contentful-export
train
js
6a224c7492753b2ae5f86f5546f470cbbf7b0b74
diff --git a/sdam/topology_description.js b/sdam/topology_description.js index <HASH>..<HASH> 100644 --- a/sdam/topology_description.js +++ b/sdam/topology_description.js @@ -75,7 +75,10 @@ class TopologyDescription { // value among ServerDescriptions of all data-bearing server types. If any have a null // lo...
fix(topology-description): we can't use Object.values yet
mongodb_node-mongodb-native
train
js
e6b670a38bc8206eced76a478a6dda1047cfd3fa
diff --git a/tests/ml/ml_test.py b/tests/ml/ml_test.py index <HASH>..<HASH> 100644 --- a/tests/ml/ml_test.py +++ b/tests/ml/ml_test.py @@ -238,6 +238,12 @@ def test_maxabs_scaler(): assert result_vaex.absmax_scaled_w.values.tolist() == result_skl[:, 2].tolist(), "scikit-learn and vaex results do not match" +im...
test: skip for special case of linux and py<I> and numpy <I>-2
vaexio_vaex
train
py
1e179079be8725e2b83e364c11c58781c6674a47
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -54,9 +54,20 @@ function getDataDir(dirname) { exports.getDataDir = getDataDir; -function createAgent(config, https) { - return new (https ? httpsAgent : httpAgent)(config) -.on('free', preventThrowOu...
refactor: Set idle timeout for the connection
avwo_whistle
train
js
dfe802aed3d6f463bde3c7dde00497c1277eb35c
diff --git a/modules/caddyhttp/celmatcher.go b/modules/caddyhttp/celmatcher.go index <HASH>..<HASH> 100644 --- a/modules/caddyhttp/celmatcher.go +++ b/modules/caddyhttp/celmatcher.go @@ -94,7 +94,7 @@ func (m *MatchExpression) Provision(_ caddy.Context) error { // create the CEL environment env, err := cel.NewEnv( ...
chore: forego the use of deprecated cel func NewIdent in favor of NewVar (#<I>)
mholt_caddy
train
go
9ece10ef248fc3ea4dc49e56814abc6d98c0fb76
diff --git a/pkg/api/dataproxy.go b/pkg/api/dataproxy.go index <HASH>..<HASH> 100644 --- a/pkg/api/dataproxy.go +++ b/pkg/api/dataproxy.go @@ -109,7 +109,7 @@ func ProxyDataSourceRequest(c *middleware.Context) { proxyPath := c.Params("*") if ds.Type == m.DS_PROMETHEUS { - if !(c.Req.Request.Method == "GET" && st...
style(dataproxy): simplify expression
grafana_grafana
train
go
8237a23957e2b3c89c49687a4cb9ecfe0c717b12
diff --git a/source/php/Module.php b/source/php/Module.php index <HASH>..<HASH> 100644 --- a/source/php/Module.php +++ b/source/php/Module.php @@ -175,8 +175,8 @@ class Module * @return string */ public function setBlockTitle( $title, $id = null ) { - if($titleField = get_field('custom_block...
fix: issue with custom block title overriding all titles in lists
helsingborg-stad_Modularity
train
php
5ae08886296b08273a34ac349cda0d4b2839891f
diff --git a/p2p/protocol/identify/obsaddr.go b/p2p/protocol/identify/obsaddr.go index <HASH>..<HASH> 100644 --- a/p2p/protocol/identify/obsaddr.go +++ b/p2p/protocol/identify/obsaddr.go @@ -35,9 +35,15 @@ var observedAddrManagerWorkerChannelSize = 16 // we will return for each (IPx/TCP or UDP) group. var maxObserved...
fix(id): document observation struct
libp2p_go-libp2p
train
go
1af0cd873f0198eaca43a62940789cbd6dd0b604
diff --git a/packages/collapsible/src/index.js b/packages/collapsible/src/index.js index <HASH>..<HASH> 100644 --- a/packages/collapsible/src/index.js +++ b/packages/collapsible/src/index.js @@ -26,7 +26,7 @@ const waitForHeightTransitionToEnd = element => { element.style.height === `${element.getBoundingClientRec...
fix(collapsible): ensure it expands completely on page load This hopefully fixes #<I>. See the bottom of that issue (after the repro steps) for a description of the problem and the way this fixes it.
pluralsight_design-system
train
js
84f349fe79b41461f23348f37a50bc5f5992b9d2
diff --git a/packages/image/src/styledComponents/Image.js b/packages/image/src/styledComponents/Image.js index <HASH>..<HASH> 100644 --- a/packages/image/src/styledComponents/Image.js +++ b/packages/image/src/styledComponents/Image.js @@ -10,7 +10,6 @@ const StyledImage = styled.img` box-sizing: border-box; width...
fix(Image): remove orverflow hidden from default image styles affects: @crave/farmblocks-empty-state, @crave/farmblocks-footer, @crave/farmblocks-hoc-validation-messages, @crave/farmblocks-image, @crave/farmblocks-input-select, @crave/farmblocks-table BREAKING CHANGE: overflow hidden isnt default anymore ISSUES CLOS...
CraveFood_farmblocks
train
js
8cd565f72594fe9000d2db31ab934287fff1532f
diff --git a/test/test_release.go b/test/test_release.go index <HASH>..<HASH> 100644 --- a/test/test_release.go +++ b/test/test_release.go @@ -91,9 +91,11 @@ bash -e /tmp/install-flynn -r "http://{{ .Blobstore }}" `)) var updateScript = template.Must(template.New("update-script").Parse(` +timeout --signal=QUIT --ki...
test: Wrap release update script in a timeout The update script has timed out a few times in CI.
flynn_flynn
train
go
57d54624ea09912f946dbc78b26d559589062b2a
diff --git a/version.go b/version.go index <HASH>..<HASH> 100644 --- a/version.go +++ b/version.go @@ -11,7 +11,7 @@ import ( var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.13.1" +const CurrentVersionNumber = "0.14.0-dev" const ApiVe...
chore: reset version number back to <I>-dev
ipfs_go-ipfs
train
go
fe900b6a6c4076ba9cda2e19c67e60227f68f417
diff --git a/src/lib/CollectStore.js b/src/lib/CollectStore.js index <HASH>..<HASH> 100644 --- a/src/lib/CollectStore.js +++ b/src/lib/CollectStore.js @@ -495,6 +495,10 @@ export default class CollectStore { } } + const legacyKonnector = this.getKonnectorBySlug(slug) + const hasAccount = legacyKonne...
feat: check account existence for connection status :white_check_mark:
cozy_cozy-home
train
js
aa60e1dbb2c90b75bb1ef07e0a3d752b9443b89b
diff --git a/src/webui/src/modules/home/index.js b/src/webui/src/modules/home/index.js index <HASH>..<HASH> 100644 --- a/src/webui/src/modules/home/index.js +++ b/src/webui/src/modules/home/index.js @@ -2,6 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import {Loading, MessageBox} from 'eleme...
fix: adds debounce to search api call
verdaccio_verdaccio
train
js
c6b380b32c37842e6a8954a33f6427539b30a21c
diff --git a/lib/structures/Interaction.js b/lib/structures/Interaction.js index <HASH>..<HASH> 100644 --- a/lib/structures/Interaction.js +++ b/lib/structures/Interaction.js @@ -43,7 +43,7 @@ class Interaction extends Base { } } - this._client.emit("warn", new Error(`Unknown interaction ...
fix(interactions): static function client reference (#<I>)
abalabahaha_eris
train
js
ed834c791a9490ba1e4d7aca790fefa71fde2e68
diff --git a/src/components/btn/QBtnDropdown.js b/src/components/btn/QBtnDropdown.js index <HASH>..<HASH> 100644 --- a/src/components/btn/QBtnDropdown.js +++ b/src/components/btn/QBtnDropdown.js @@ -10,7 +10,15 @@ export default { value: Boolean, split: Boolean, contentClass: [Array, String, Object], - ...
feat: QBtnDropdown - popover-anchor & popover-self props (to align its popover) #<I>
quasarframework_quasar
train
js
b30d7a3dfcb483707fdbee00a5884a035bc8eeb0
diff --git a/src/streams/stream-from-filereader.js b/src/streams/stream-from-filereader.js index <HASH>..<HASH> 100644 --- a/src/streams/stream-from-filereader.js +++ b/src/streams/stream-from-filereader.js @@ -16,7 +16,7 @@ const streamFromFileReader = (file, options) => { this.fileReader.onloadend = (event) =>...
fix: write after end (#7) License: MIT
ipfs_js-ipfs
train
js
e9f6ff7bbea056ebb95b51cfc776d5dd2f2ba09e
diff --git a/src/components/Selector.js b/src/components/Selector.js index <HASH>..<HASH> 100644 --- a/src/components/Selector.js +++ b/src/components/Selector.js @@ -5,10 +5,6 @@ class Selector extends React.Component { this.handleChange = this.handleChange.bind(this); } - shouldComponentUpdate() { - ret...
fix(Selector): render a controlled component
algolia_instantsearch.js
train
js
bb630f2a54350d27a78f28faeb6c0da980af70e0
diff --git a/protocol-designer/src/step-generation/utils.js b/protocol-designer/src/step-generation/utils.js index <HASH>..<HASH> 100644 --- a/protocol-designer/src/step-generation/utils.js +++ b/protocol-designer/src/step-generation/utils.js @@ -19,8 +19,8 @@ import blowout from './commandCreators/atomic/blowout' imp...
fix(protocol-designer): revert changes to source_well / dest_well constants (#<I>) this created an unintended breaking change for PD files in application-data, for no good reason!
Opentrons_opentrons
train
js
67e9ce46933c6471fad60d38255f19ce4318c7d2
diff --git a/src/structures/interfaces/InteractionResponses.js b/src/structures/interfaces/InteractionResponses.js index <HASH>..<HASH> 100644 --- a/src/structures/interfaces/InteractionResponses.js +++ b/src/structures/interfaces/InteractionResponses.js @@ -177,13 +177,13 @@ class InteractionResponses { } /** ...
docs(InteractionResponses): generalize wording in update to fit other component interaction types (#<I>)
discordjs_discord.js
train
js
54f43b540433f3136e2592e77efcce6476ff84ba
diff --git a/packages/orbit-components/src/hooks/useMediaQuery/index.js b/packages/orbit-components/src/hooks/useMediaQuery/index.js index <HASH>..<HASH> 100644 --- a/packages/orbit-components/src/hooks/useMediaQuery/index.js +++ b/packages/orbit-components/src/hooks/useMediaQuery/index.js @@ -8,11 +8,11 @@ import type...
fix(useMediaQuery): fix Rules of Hooks violation
kiwicom_orbit-components
train
js
9ac9caf3306e730a550f5e571196c263e83ac237
diff --git a/lib/https/server-agent.js b/lib/https/server-agent.js index <HASH>..<HASH> 100644 --- a/lib/https/server-agent.js +++ b/lib/https/server-agent.js @@ -1,7 +1,7 @@ var tls = require('tls'); var Q = require('q'); var ca = require('./ca'); -var MAX_SERVERS = 360; +var MAX_SERVERS = 320; var MAX_PORT = 6000...
refactor: Set MAX_SERVERS = <I>
avwo_whistle
train
js
624a64962d1cab4f0b917e74abe2635a83d8e4b8
diff --git a/src/record-service.js b/src/record-service.js index <HASH>..<HASH> 100644 --- a/src/record-service.js +++ b/src/record-service.js @@ -113,10 +113,14 @@ var RecordService = function (provider, type, id) { * @returns {Promise} resolves with the record's data */ this.load = function () { + var _...
feat(RecordService): include id when loading data
castle-dev_le-storage-service
train
js
686c2d2de5379146d18bfd12b209d741a1d2c7b0
diff --git a/icons/with-size-prop.js b/icons/with-size-prop.js index <HASH>..<HASH> 100644 --- a/icons/with-size-prop.js +++ b/icons/with-size-prop.js @@ -17,7 +17,7 @@ const getIconSize = size => { case 'big': return ICON_SIZES.BIG; default: - return ICON_SIZES.MEDIUM; + return ICON_SIZES.BI...
fix(icons): set default size to big * ... as it was before
commercetools_ui-kit
train
js
69c66e35404b0a41c8dab0aadd619d14894e8521
diff --git a/lib/topologies/topology_base.js b/lib/topologies/topology_base.js index <HASH>..<HASH> 100644 --- a/lib/topologies/topology_base.js +++ b/lib/topologies/topology_base.js @@ -390,18 +390,18 @@ class TopologyBase extends EventEmitter { this.s.sessionPool.endAllPooledSessions(); } + // We nee...
refactor(topology): flush store entries before topology destroy
mongodb_node-mongodb-native
train
js
c09a826ef05db5f47e444075da238483a3f4e889
diff --git a/src/charts/line.js b/src/charts/line.js index <HASH>..<HASH> 100644 --- a/src/charts/line.js +++ b/src/charts/line.js @@ -20,11 +20,27 @@ export default { default: 1 }, - transition: String + transition: String, + + hideLine: Boolean, + + dashed: { + type: String, + defa...
feat: add hideLine and dashed prop
QingWei-Li_laue
train
js
5dff383aaf7f0e7936908210da1854d44c269be9
diff --git a/ember-cli-build.js b/ember-cli-build.js index <HASH>..<HASH> 100644 --- a/ember-cli-build.js +++ b/ember-cli-build.js @@ -26,8 +26,7 @@ module.exports = function(defaults) { babel: babelOptions, 'ember-cli-babel': { - includePolyfill: - process.env.EMBER_ENV === 'production' || Bool...
chore(build): drop polyfill for CI
machty_ember-concurrency
train
js
7432c593c10d3aca9e1c05b85d7f0147510e6ba9
diff --git a/test/token-program.test.js b/test/token-program.test.js index <HASH>..<HASH> 100644 --- a/test/token-program.test.js +++ b/test/token-program.test.js @@ -448,9 +448,10 @@ test('invalid approve', async () => { const owner = await newAccountWithTokens(connection); const account1 = await testToken.new...
test: add delegate mismatch test case
solana-labs_solana-web3.js
train
js
e36ba6c1d4cad4fc321f3376129b329fe663068d
diff --git a/lib/browser.js b/lib/browser.js index <HASH>..<HASH> 100644 --- a/lib/browser.js +++ b/lib/browser.js @@ -37,6 +37,7 @@ var Browser = function (id, fullName, /* capturedBrowsers */ collection, emitter self.state = DISCONNECTED self.disconnectsCount++ log.warn('Disconnected (%d times)' + (rea...
feat(browser): Emit a browser error when a disconnect occurs. Show the suite as failing when using the karma plugin for intellij; prior behavior was, even though the remainder of the suite would be skipped, intellij still showed it as passing.
karma-runner_karma
train
js,js
5fc08584ec5ecad55476f1e1c574ff4c6868d215
diff --git a/bin/cli.js b/bin/cli.js index <HASH>..<HASH> 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -38,9 +38,7 @@ program.command('ports') }); } }) - .catch(err => { - console.log(err); - }); + .catch(err => console.log(err)); }); program.command('read') diff --...
chore: tiny nits to make code more readable
nodebots_nodebots-interchange
train
js,js
90da8a88271f7251de17e652c0e9be36024465e9
diff --git a/test/runAll.unmocked.spec.js b/test/runAll.unmocked.spec.js index <HASH>..<HASH> 100644 --- a/test/runAll.unmocked.spec.js +++ b/test/runAll.unmocked.spec.js @@ -10,7 +10,7 @@ import runAll from '../lib/runAll' jest.unmock('execa') -jest.setTimeout(10000) +jest.setTimeout(20000) const testJsFilePre...
test: further increase timeout for long test
okonet_lint-staged
train
js
5e5fea35b04423d6bd7b6ba8d92557e7437f48a7
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -16,7 +16,9 @@ function parseConfiguration () { try { // read config and remove json comments const path = require('first-existing-path').sync(CONFIG_PATHS) - console.error('Reading configur...
fix: only show config log when DEBUG env is set
soyuka_dat-daemon
train
js
1404fd5d915e0e3be45246cd9a675d8edd1db8ac
diff --git a/bin/webpack.js b/bin/webpack.js index <HASH>..<HASH> 100755 --- a/bin/webpack.js +++ b/bin/webpack.js @@ -97,7 +97,7 @@ if (!cli.installed) { console.error( `We will use "${packageManager}" to install the CLI via "${packageManager} ${installOptions.join( " " - )}".` + )} ${cli.package}".` ); ...
fix: webpack-cli installation message
webpack_webpack
train
js
94068df10731abaaf9cc4e43b7c5361ef765a89d
diff --git a/parsers.js b/parsers.js index <HASH>..<HASH> 100644 --- a/parsers.js +++ b/parsers.js @@ -20,11 +20,12 @@ function array(str, length, itemParser, {indices} = {indices: false}) { assert(_.isInteger(length), `array(): expected parameter 'length' to be an integer but found ${length}`) const parsers = _....
refactor: clearer code for `indices` case of array parser
hgwood_jolicitron
train
js
50e7456798a1111d779f33307d4e2fccc31f8489
diff --git a/plugin/react.js b/plugin/react.js index <HASH>..<HASH> 100644 --- a/plugin/react.js +++ b/plugin/react.js @@ -219,7 +219,8 @@ module.exports = { // Prevent missing parentheses around multilines JSX // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-wrap-multi...
fix(react): set "react/jsx-wrap-multilines" to 0
adoyle-h_eslint-config-adoyle-style
train
js
b20780e9888133e7660d01b0ca06a41d8a4d0840
diff --git a/packages/build-tools/utils/manifest.js b/packages/build-tools/utils/manifest.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/utils/manifest.js +++ b/packages/build-tools/utils/manifest.js @@ -236,13 +236,17 @@ async function writeTwigNamespaceFile(relativeFrom, extraNamespaces = {}) { if (extr...
fix: update build tools logic to ensure setting a namespace key but NOT a paths config doesn't blow up the build on the Node or PHP side of things.
bolt-design-system_bolt
train
js
b3bf418f4e3d305409cd5eaeda345c2da4d4769c
diff --git a/source/rafcon/gui/mygaphas/items/state.py b/source/rafcon/gui/mygaphas/items/state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/mygaphas/items/state.py +++ b/source/rafcon/gui/mygaphas/items/state.py @@ -101,7 +101,7 @@ class StateView(Element): # Initialize NameView name_meta =...
feat(NameView): Initially, use full width of StateView
DLR-RM_RAFCON
train
py
a9871e607b90a3c7112d2eaa9eea8bdc245b7c53
diff --git a/rollup.config.js b/rollup.config.js index <HASH>..<HASH> 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -10,6 +10,7 @@ const production = ! process.env.ROLLUP_WATCH const name = parseName(pkg.name) const targetDir = dirname(pkg.main) +const deps = pkg.dependencies const banner = ` /** @@ -...
chore: contain pkg.dependencies as external
waitingsong_node-rxwalker
train
js
27daeaff5e5fba05e6bdd7c36273d47646d69a42
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -826,7 +826,7 @@ gulp.task('test.unit.js/ci', function(done) { reporters: ['dots'], browsers: browserConf.browsersToRun }, - done) + f...
fix(karma): fix running karma via gulp As described below, the karma server showdown process can crash, if the done() function, provided by gulp is referenced directly instead of wrapped in a closure function <URL>
angular_angular
train
js
087604a9b949206d0f9829f5d083acc9a633b489
diff --git a/.storybook/polyfills.js b/.storybook/polyfills.js index <HASH>..<HASH> 100644 --- a/.storybook/polyfills.js +++ b/.storybook/polyfills.js @@ -2,3 +2,4 @@ import 'core-js/modules/es7.array.includes'; import 'core-js/modules/es6.array.fill'; import 'core-js/modules/es6.string.includes'; import 'core-js/mo...
chore(polyfill): update polyfill list (#<I>)
carbon-design-system_carbon-components-react
train
js
e12e78aa690c55b9b57ec4d7fd0a76b6138569a2
diff --git a/session/http_server.go b/session/http_server.go index <HASH>..<HASH> 100644 --- a/session/http_server.go +++ b/session/http_server.go @@ -161,7 +161,7 @@ func decodeSignoutRequest(ctx context.Context, r *http.Request) (*signoutRequest }, nil } -const cookieSessionName = "session" +const cookieSessionN...
fix: change session cookie name used by UI to avoid conflict with incompatible <I>.x cookie (#<I>)
influxdata_influxdb
train
go,go
d13a712bf479416d5586b2d4cee8e0b561a35e87
diff --git a/lib/components/user/favorite-locations-pane.js b/lib/components/user/favorite-locations-pane.js index <HASH>..<HASH> 100644 --- a/lib/components/user/favorite-locations-pane.js +++ b/lib/components/user/favorite-locations-pane.js @@ -68,6 +68,7 @@ class FavoriteLocationsPane extends Component { <div...
refactor(FavoriteLocationsPane): Expand use of LocationField.
opentripplanner_otp-react-redux
train
js
fd95a796a8d2fb5d37d94d6c86704f87273f3d27
diff --git a/lib/dev.js b/lib/dev.js index <HASH>..<HASH> 100644 --- a/lib/dev.js +++ b/lib/dev.js @@ -83,7 +83,7 @@ module.exports = async function dev (sourceDir, cliOptions = {}) { isFirst = false console.log( `\n VuePress dev server listening at ${ - chalk.cyan(`http://${host}:${por...
chore: show localhost for default host
vuejs_vuepress
train
js
8d747e1113784cd2fd06c37f1ec9cb47efcd8293
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -265,6 +265,15 @@ module.exports = function(grunt) { stdout: true, execOptions: { cwd: bowerRepoDirectory } } + }, + git_build: {...
chore(Gruntfile): Add build task Add build task to generate all build files and commit them to Git
mbenford_ngTagsInput
train
js
12d2aad187eef5765abe4ea62561535c0ea86d74
diff --git a/babel.esm.config.js b/babel.esm.config.js index <HASH>..<HASH> 100644 --- a/babel.esm.config.js +++ b/babel.esm.config.js @@ -9,7 +9,7 @@ config.plugins.push( ['import-globals', { Buffer: { moduleName: 'buffer', exportName: 'Buffer' } }], - ['transform-default-named-imports', { exclude: ['rlp']...
chore: remove unnecessary exception for rlp package
aeternity_aepp-sdk-js
train
js
dd1cf332e3e89ad5f2c2783fb3f4c24a7b5b633d
diff --git a/anyconfig/backend/json.py b/anyconfig/backend/json.py index <HASH>..<HASH> 100644 --- a/anyconfig/backend/json.py +++ b/anyconfig/backend/json.py @@ -35,7 +35,8 @@ except ImportError: import simplejson as json -_LOAD_OPTS = ["cls", "parse_float", "parse_int", "parse_constant"] +_LOAD_OPTS = ["cls"...
fix: [json] add object_hook into the load opts
ssato_python-anyconfig
train
py
e00240d6b3ee01e7b304fbcdd0f4d1ff1d36284b
diff --git a/src/Admin/MultisitesModelAdminExtension.php b/src/Admin/MultisitesModelAdminExtension.php index <HASH>..<HASH> 100644 --- a/src/Admin/MultisitesModelAdminExtension.php +++ b/src/Admin/MultisitesModelAdminExtension.php @@ -10,6 +10,7 @@ use SilverStripe\Core\Extension; use Symbiote\Multisites\Multisites; ...
fix(MultisitesModelAdminExtension): missing use statement
symbiote_silverstripe-multisites
train
php
74d567897c94c83fd701697cbce5ea6ed7e975b6
diff --git a/lib/workers/repository/updates/flatten.js b/lib/workers/repository/updates/flatten.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/updates/flatten.js +++ b/lib/workers/repository/updates/flatten.js @@ -29,6 +29,7 @@ function flattenUpdates(config, packageFiles) { updateConfig, ...
fix: apply packageRules after merging upgrade type settings Fixes #<I>
renovatebot_renovate
train
js
cc9a376ceeefcf668748e893cf434394d8e7a781
diff --git a/lib/validated_object.rb b/lib/validated_object.rb index <HASH>..<HASH> 100644 --- a/lib/validated_object.rb +++ b/lib/validated_object.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'active_model' require 'validated_object/version' @@ -85,7 +87,7 @@ module ValidatedObject return i...
refactor: method sigs
public-law_validated_object
train
rb,rb
1e382c56412ae83eb8c25963aabef75a659058d5
diff --git a/packages/veui/test/unit/specs/components/NumberInput.spec.js b/packages/veui/test/unit/specs/components/NumberInput.spec.js index <HASH>..<HASH> 100644 --- a/packages/veui/test/unit/specs/components/NumberInput.spec.js +++ b/packages/veui/test/unit/specs/components/NumberInput.spec.js @@ -101,6 +101,8 @@ d...
test: fix test for NumberInput
ecomfe_veui
train
js
a4bac9bce9df8793bdd642c052edaf4a13dd75a8
diff --git a/ui/src/plugins/Dark.js b/ui/src/plugins/Dark.js index <HASH>..<HASH> 100644 --- a/ui/src/plugins/Dark.js +++ b/ui/src/plugins/Dark.js @@ -34,6 +34,10 @@ const Dark = { return } + const initialVal = dark !== void 0 + ? dark + : false + if (fromSSR === true) { const ssr...
fix(Dark): initial value for "mode" prop
quasarframework_quasar
train
js
2ae28e89b741f588d054a0f4c45d0195c5e94c41
diff --git a/classes/hypeJunction/Controllers/DeleteAction.php b/classes/hypeJunction/Controllers/DeleteAction.php index <HASH>..<HASH> 100644 --- a/classes/hypeJunction/Controllers/DeleteAction.php +++ b/classes/hypeJunction/Controllers/DeleteAction.php @@ -30,7 +30,11 @@ class DeleteAction extends Action { if (!$t...
fix(actions): canDelete is only available after <I>
hypeJunction_hypeApps
train
php
d2d097efbb1675393a1ac5b17754ba9090d2c52e
diff --git a/docker/types/services.py b/docker/types/services.py index <HASH>..<HASH> 100644 --- a/docker/types/services.py +++ b/docker/types/services.py @@ -436,7 +436,7 @@ class UpdateConfig(dict): class RollbackConfig(UpdateConfig): """ - Used to specify the way containe rollbacks should be performed by ...
docs: fix simple typo, containe -> container (#<I>) There is a small typo in docker/types/services.py. Should read `container` rather than `containe`.
docker_docker-py
train
py
f90d17be03531526614edb59a76ade238472949c
diff --git a/src/components/transitions/expand-transition.js b/src/components/transitions/expand-transition.js index <HASH>..<HASH> 100644 --- a/src/components/transitions/expand-transition.js +++ b/src/components/transitions/expand-transition.js @@ -50,6 +50,12 @@ export default function (expandedParentClass = '') { ...
fix(v-expand-transition): remove height afterLeave if user does not specify a height, it should always be nulled out before and after transition fixes #<I>
vuetifyjs_vuetify
train
js