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
fa549430d9e2c8a61ec6e5fa5343dab2ce28f83a
diff --git a/src/InfoViz/Native/MutualInformationDiagram/index.js b/src/InfoViz/Native/MutualInformationDiagram/index.js index <HASH>..<HASH> 100644 --- a/src/InfoViz/Native/MutualInformationDiagram/index.js +++ b/src/InfoViz/Native/MutualInformationDiagram/index.js @@ -905,6 +905,17 @@ function informationDiagram(publ...
fix(MutualInformationDiagram): Add support for annotation edit and defaultScore update
Kitware_paraviewweb
train
js
28cbb1f64ccf903017952c544ad8ad0c792e1474
diff --git a/resources/views/users/login.php b/resources/views/users/login.php index <HASH>..<HASH> 100644 --- a/resources/views/users/login.php +++ b/resources/views/users/login.php @@ -40,9 +40,9 @@ <div class="input-group"> <input type="text" class="form-control" id="captcha" name="captcha" pla...
refactor: 解决addon显示不对
miaoxing_user
train
php
4b138cc5144157e6c0c11391517c87f03c26258f
diff --git a/platform/php/MailChecker.tmpl.php b/platform/php/MailChecker.tmpl.php index <HASH>..<HASH> 100644 --- a/platform/php/MailChecker.tmpl.php +++ b/platform/php/MailChecker.tmpl.php @@ -31,7 +31,12 @@ class MailChecker { } } - private static function isBlacklisted($email) { + /** + * ...
feat(php): make isBlacklisted in PHP public, fixes #<I>
FGRibreau_mailchecker
train
php
4235d045b2f0fa1f194ec0c7b3f7e6be97e37c74
diff --git a/lib/aggregation_cursor.js b/lib/aggregation_cursor.js index <HASH>..<HASH> 100644 --- a/lib/aggregation_cursor.js +++ b/lib/aggregation_cursor.js @@ -148,7 +148,7 @@ AggregationCursor.prototype.batchSize = function(value) { if (this.s.state === AggregationCursor.CLOSED || this.isDead()) throw Mongo...
fix(aggregation): fix field name typo
mongodb_node-mongodb-native
train
js
f9d05cf7e4b3d068377cccce2b7882aa582767b9
diff --git a/src/Gnugat/Medio/Model/Method.php b/src/Gnugat/Medio/Model/Method.php index <HASH>..<HASH> 100644 --- a/src/Gnugat/Medio/Model/Method.php +++ b/src/Gnugat/Medio/Model/Method.php @@ -14,10 +14,10 @@ namespace Gnugat\Medio\Model; use Gnugat\Medio\Exception\DomainException; /** - * @api - */ - class ...
fix: #<I> method class coding standard
memio_memio
train
php
2807849904592ddd3b84b20662e014a9b238dd9d
diff --git a/webapps/camunda-webapp/webapp/Gruntfile.js b/webapps/camunda-webapp/webapp/Gruntfile.js index <HASH>..<HASH> 100644 --- a/webapps/camunda-webapp/webapp/Gruntfile.js +++ b/webapps/camunda-webapp/webapp/Gruntfile.js @@ -426,7 +426,7 @@ module.exports = function(grunt) { dist: { options: { -...
fix(cockpit): fix the color of layout splitter
camunda_camunda-bpm-platform
train
js
50f63ac7b8dceb0f6ed314705e606c4fdfef9fbd
diff --git a/snippets/engine-plugin-add-save-points/src/test/java/com/camunda/bpm/demo/engine_plugin_add_save_points/InMemoryH2Test.java b/snippets/engine-plugin-add-save-points/src/test/java/com/camunda/bpm/demo/engine_plugin_add_save_points/InMemoryH2Test.java index <HASH>..<HASH> 100644 --- a/snippets/engine-plugin-...
test(add-save-points): add assert
camunda-consulting_code
train
java
202cef46c8198e244e94fd87b1af50cc61020f61
diff --git a/src/Component/Formatter/Title.php b/src/Component/Formatter/Title.php index <HASH>..<HASH> 100644 --- a/src/Component/Formatter/Title.php +++ b/src/Component/Formatter/Title.php @@ -43,7 +43,7 @@ class Title extends MessageFormatter // list($sW, $sH) = Helper::getScreenSize(); $width = (...
fix: title formatter var type maybe not fixed
inhere_php-console
train
php
032ca630a14a4a035e0ee8962eaa03f72cff93bc
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -128,6 +128,7 @@ let selectedResult = undefined function destroyModal(modalId) { if (modalId === undefined) { + $('#cwrc-entity-lookup [data-toggle=tooltip]').tooltip('destroy'); destroy...
fix: disable sanitization of sources popover also explicitly destroy tooltips
cwrc_CWRC-PublicEntityDialogs
train
js
2639dcef6961a6a613a993d8b80e32082b8b262a
diff --git a/src/svg/helper/ClippathManager.js b/src/svg/helper/ClippathManager.js index <HASH>..<HASH> 100644 --- a/src/svg/helper/ClippathManager.js +++ b/src/svg/helper/ClippathManager.js @@ -83,7 +83,7 @@ ClippathManager.prototype.updateDom = function ( // New <clipPath> id = 'zr' + this._...
fix(svg): use lower case for clippath Otherwise, Safari has compatibility problem
ecomfe_zrender
train
js
c4d3f50d88b60d1c7f2e1895815cd33177fc670f
diff --git a/packages/cozy-konnector-libs/src/libs/signin.js b/packages/cozy-konnector-libs/src/libs/signin.js index <HASH>..<HASH> 100644 --- a/packages/cozy-konnector-libs/src/libs/signin.js +++ b/packages/cozy-konnector-libs/src/libs/signin.js @@ -61,7 +61,7 @@ module.exports = function signin({ throw 'signin: ...
feat: allow signin to use a specified request instance The signin function can now take a requestInstance option with the request-promise instance it will use to do its own requests
konnectors_libs
train
js
34fdcf68bc621129d756eab0fb19a57b99141ecd
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -65,7 +65,9 @@ with open(readme_file_path, "r") as f: global_requirements = ['pylint>=1.6,<2', 'psutil', 'jsonconversion~=0.2.12', 'yaml_configuration~=0.1', 'python-gtkmvc3-dlr~=1.0.0', 'gaphas~=1.0.0...
fix: specify proper versions in setup.py that are compatible with py2
DLR-RM_RAFCON
train
py
b2594277707fe161aff7396a33cbc89595986ab1
diff --git a/test/integration.js b/test/integration.js index <HASH>..<HASH> 100644 --- a/test/integration.js +++ b/test/integration.js @@ -326,10 +326,11 @@ describe('hoodie.account', function () { // simulate an invalid session by changing the session id in localStorage // and reloading the page - .exec...
test: workaround travis CI issue #3
hoodiehq-archive_hoodie-account
train
js
7b8eb098a585f7494662f279dd5942e12e9b7259
diff --git a/satpy/multiscene.py b/satpy/multiscene.py index <HASH>..<HASH> 100644 --- a/satpy/multiscene.py +++ b/satpy/multiscene.py @@ -341,18 +341,20 @@ class MultiScene(object): input_q = Queue(batch_size if batch_size is not None else 1) load_thread = Thread(target=load_data, args=(input_q,)) ...
refactor: overwrite delayd with result from split_results
pytroll_satpy
train
py
c1552e44579d5b9eb857602f3fba9a83198dd92f
diff --git a/src/events/http/HttpServer.js b/src/events/http/HttpServer.js index <HASH>..<HASH> 100644 --- a/src/events/http/HttpServer.js +++ b/src/events/http/HttpServer.js @@ -170,8 +170,7 @@ export default class HttpServer { } // Override default headers with headers that have been explicitl...
refactor: use more Object.entries
dherault_serverless-offline
train
js
e28ed19d66e2206dc234131497c2a82587b09e45
diff --git a/moment.js b/moment.js index <HASH>..<HASH> 100644 --- a/moment.js +++ b/moment.js @@ -1487,20 +1487,24 @@ } function makeDateFromInput(config) { - var input = config._i, - matched = aspNetJsonRegex.exec(input); - + var input = config._i; if (input === undefined...
perf(makeDateFromInput): no need to match regex if input is a Date The moment constructor when passed a Date should be the fastest. There is no need to match the aspNetJsonRegex before testing if the `input` is a Date.
moment_moment
train
js
cce9ffa33593b4583f77c23c8756d1090c996517
diff --git a/src/components/VNavigationDrawer/VNavigationDrawer.js b/src/components/VNavigationDrawer/VNavigationDrawer.js index <HASH>..<HASH> 100644 --- a/src/components/VNavigationDrawer/VNavigationDrawer.js +++ b/src/components/VNavigationDrawer/VNavigationDrawer.js @@ -327,7 +327,11 @@ export default { },...
fix(v-navigation-drawer): change event type IE<I> doesn't support previous functionality. will deprecate when IE finally dies fixes #<I>
vuetifyjs_vuetify
train
js
638f2c960dc9d20b9825714719459f7fdd58baa3
diff --git a/demo/demo.js b/demo/demo.js index <HASH>..<HASH> 100755 --- a/demo/demo.js +++ b/demo/demo.js @@ -20,7 +20,8 @@ function init() { opts: { title: 'Coach Mark above feature', text: 'Some text explaining to the user why you changed their interface', - gotItText: 'Yup! I...
chore: Update demo for custom gotItText
Pearson-Higher-Ed_coach-mark
train
js
81462f1aad7634d0d08ebb8939b536cacd9fc97c
diff --git a/functional/signing_test.go b/functional/signing_test.go index <HASH>..<HASH> 100644 --- a/functional/signing_test.go +++ b/functional/signing_test.go @@ -22,11 +22,16 @@ func TestSignedRequests(t *testing.T) { t.Fatal(err) } + _, _, err = fleetctl("submit", "--sign=false", "fixtures/units/hello.serv...
fix(test): separate submit from start in signed-request test
coreos_fleet
train
go
ab395d2c49f586e5e93424a0241847e1a3e8e211
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -495,7 +495,7 @@ exports.extend = function(newConf) { return isWebUIHost(host) || !!config.pluginHostMap[host]; }; config.isLocalUIUrl = isLocalUIUrl; - + exports.isWebUIHost = isWebUIHost; e...
feat: support for using websocket to connect plugin ui server
avwo_whistle
train
js
6dc0d571ba5bf2666e86d5bd78987a47c7cc45e6
diff --git a/lib/utils/ember.js b/lib/utils/ember.js index <HASH>..<HASH> 100644 --- a/lib/utils/ember.js +++ b/lib/utils/ember.js @@ -157,9 +157,8 @@ function isModuleByFilePath(filePath, module) { const expectedFileNameTs = `${module}.ts`; const expectedFolderName = `${module}s`; - const filePathParts = file...
refactor: use path helper methods
ember-cli_eslint-plugin-ember
train
js
515df68a833fc4a00f4f9d284a6d5d4c79a6f2bb
diff --git a/http/write_handler.go b/http/write_handler.go index <HASH>..<HASH> 100644 --- a/http/write_handler.go +++ b/http/write_handler.go @@ -184,6 +184,7 @@ func (h *WriteHandler) handleWrite(w http.ResponseWriter, r *http.Request) { Op: "http/handleWrite", Msg: fmt.Sprintf("cannot write to internal bu...
fix(http): add return after returning system bucket errror
influxdata_influxdb
train
go
e9bfd8cea86d3b42967c18b92a0d30d5233bcc17
diff --git a/lib/ezfile/classes/ezdir.php b/lib/ezfile/classes/ezdir.php index <HASH>..<HASH> 100644 --- a/lib/ezfile/classes/ezdir.php +++ b/lib/ezfile/classes/ezdir.php @@ -266,7 +266,10 @@ class eZDir // RecursiveDelete fails if ... // $dir is not a directory if ( !is_dir( $dir ) ) + ...
fix:EZP-<I> when cache removal fails, no message is displayed
ezsystems_ezpublish-legacy
train
php
aba2613dcdf26b3e5adb8f8987b50bc8e5a0e2f0
diff --git a/allauth/socialaccount/providers/openid/views.py b/allauth/socialaccount/providers/openid/views.py index <HASH>..<HASH> 100644 --- a/allauth/socialaccount/providers/openid/views.py +++ b/allauth/socialaccount/providers/openid/views.py @@ -35,6 +35,8 @@ def login(request): ) if form.is_vali...
feat(openid): Support specifying the realm in settings
pennersr_django-allauth
train
py
34fc3cfd813425614f42218e496a8862270c8f50
diff --git a/src/foremast/consts.py b/src/foremast/consts.py index <HASH>..<HASH> 100644 --- a/src/foremast/consts.py +++ b/src/foremast/consts.py @@ -145,10 +145,10 @@ def find_config(): def _remove_empty_entries(entries): """Remove empty entries in a list""" valid_entries = [] - for entry in entries: + ...
refactor: Use set() earlier in iteration
foremast_foremast
train
py
ac4acab7a1b7f81661b53863bb9dfdd808fc3da8
diff --git a/lib/markdown/highlight.js b/lib/markdown/highlight.js index <HASH>..<HASH> 100644 --- a/lib/markdown/highlight.js +++ b/lib/markdown/highlight.js @@ -1,11 +1,15 @@ const chalk = require('chalk') const prism = require('prismjs') const loadLanguages = require('prismjs/components/index') +const escapeHtml ...
fix: escape text in code block when lang is text or not specified #<I> (#<I>)
vuejs_vuepress
train
js
df90df0e5d03cb455a9ac056777fe71a78e38927
diff --git a/packages/midway-bin/test/lib/util.test.js b/packages/midway-bin/test/lib/util.test.js index <HASH>..<HASH> 100644 --- a/packages/midway-bin/test/lib/util.test.js +++ b/packages/midway-bin/test/lib/util.test.js @@ -1,10 +1,11 @@ 'use strict'; +const pathx = require('path'); const assert = require('asser...
test(midway-bin): revert to test all
midwayjs_midway
train
js
5f9d8a5ebeb98d20b49dfb1e7e069bf9caa11e62
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -61,7 +61,7 @@ function dailyClockIn (options) { function commitAndLogAllDays (dates) { if (options.simulating) { console.log('The following dates are going to be recorded in the timesheet : ') - console.di...
fix(simulation): print String not objects
douglasduteil_daily-clock-in
train
js
1ccdb5d39b175ea869c43d780a1cf01cbe8569f9
diff --git a/src/canmatrix/formats/xls.py b/src/canmatrix/formats/xls.py index <HASH>..<HASH> 100644 --- a/src/canmatrix/formats/xls.py +++ b/src/canmatrix/formats/xls.py @@ -421,7 +421,7 @@ def load(file, **options): if frame_id.endswith("xh"): new_frame.arbitration_id = canmatrix.Arbitra...
fix: xls is using the wrong number for arbitration id (#<I>)
ebroecker_canmatrix
train
py
aa1e47d37e692cf2bd0a0d4e3646defd4f89fc7b
diff --git a/src/components/tabs/js/tabsController.js b/src/components/tabs/js/tabsController.js index <HASH>..<HASH> 100644 --- a/src/components/tabs/js/tabsController.js +++ b/src/components/tabs/js/tabsController.js @@ -32,7 +32,7 @@ function MdTabsController ($scope, $element, $window, $mdConstant, $mdTabInkRipp ...
fix(tabs): `md-center-tabs` should work now
angular_material
train
js
26cd24c179820fbc4b2ff67c657babd84c72a349
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 @@ -31,7 +31,7 @@ const getPublicUrl = appPackageJson => { if (fs.existsSync(appPackageJson)) { try { - packageJson = re...
fix(razzle): Undefined error in getPublicUrl Introduced in f1fdf1c<I>f3d<I>e6fd2e<I>b6afab3e<I>aa3
jaredpalmer_razzle
train
js
45aa6404720aee31e3f150cb91b59a45f9774f68
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -37,10 +37,26 @@ describe('XmlParserMiddleware', function () { var app = express(); app.use(xmlparser()); + app.get('/', function (req, res) { + res.json(req.body); + ...
test: add cases for get requests and missing content-type header
macedigital_express-xml-bodyparser
train
js
8ce63a9f185f181b68bc484fc85d3a101bdce24e
diff --git a/script/release/prepare-release.js b/script/release/prepare-release.js index <HASH>..<HASH> 100755 --- a/script/release/prepare-release.js +++ b/script/release/prepare-release.js @@ -112,7 +112,7 @@ async function createRelease (branchToTarget, isBeta) { name: `electron ${newVersion}`, body: relea...
refactor: point prepare-release at main (#<I>)
electron_electron
train
js
1b3a0d5a9265811352eb6c6c2081cb3a47bf907b
diff --git a/src/Lucid/Hooks/index.js b/src/Lucid/Hooks/index.js index <HASH>..<HASH> 100644 --- a/src/Lucid/Hooks/index.js +++ b/src/Lucid/Hooks/index.js @@ -38,6 +38,14 @@ class Hooks { } /** + * The events array of aliases, just required + * for validation purposes + * + * @type {Array} +...
fix(hooks): fix bad validation behavior couple of commits back a bad validation behavior regarding hook events was added, so fixed it
adonisjs_adonis-lucid
train
js
b4eb62ec1c1ebec531a0bc353714ade24039cea6
diff --git a/query_executor.go b/query_executor.go index <HASH>..<HASH> 100644 --- a/query_executor.go +++ b/query_executor.go @@ -54,6 +54,7 @@ func (q *queryExecutor) executeQuery(qry ExecutableQuery) (*Iter, error) { hostResponse.Mark(iter.err) if rt == nil { + iter.host = host break }
fix: set host when executing queries without retry policies.
gocql_gocql
train
go
10f5ac9c95771c53af9d634c3abdf70e57a96e6b
diff --git a/lib/topologies/replset.js b/lib/topologies/replset.js index <HASH>..<HASH> 100644 --- a/lib/topologies/replset.js +++ b/lib/topologies/replset.js @@ -381,10 +381,9 @@ class ReplSet extends TopologyBase { self.s.coreTopology.connect(_options); } - close(forceClosed) { - super.close(forceClosed...
refactor(replset): ensure callback is passed through to core topo
mongodb_node-mongodb-native
train
js
e314cac6c82df05b1b94a971399ea732beaaedb7
diff --git a/src/button/button.js b/src/button/button.js index <HASH>..<HASH> 100644 --- a/src/button/button.js +++ b/src/button/button.js @@ -12,6 +12,7 @@ export class MdButton { constructor(element) { this.classSetter = new CssClassSetter(element); } + attached() { let classes = []; @@ -35,7 +36...
feat(button): made disabled property changeable
aurelia-ui-toolkits_aurelia-materialize-bridge
train
js
3ec38c1fd70ca2f7d1deb627094b8a315f494342
diff --git a/rakelib/kokoro/kokoro_builder.rb b/rakelib/kokoro/kokoro_builder.rb index <HASH>..<HASH> 100644 --- a/rakelib/kokoro/kokoro_builder.rb +++ b/rakelib/kokoro/kokoro_builder.rb @@ -39,8 +39,8 @@ class KokoroBuilder < Command def build_kokoro_configs gems.each do |gem| name = gem.split("google-c...
chore: fix config builder (#<I>)
googleapis_google-cloud-ruby
train
rb
cfb6de8d8612072df6bca0b136bd98f0cec71337
diff --git a/label/label.story.js b/label/label.story.js index <HASH>..<HASH> 100644 --- a/label/label.story.js +++ b/label/label.story.js @@ -19,6 +19,7 @@ storiesOf('Fields/FieldLabel', module) isBold={boolean('isBold', true)} isRequired={boolean('isRequired', false)} tone={select('to...
fix(story): adds prop
commercetools_ui-kit
train
js
3cf81d0dbe15e90fd989aee8a0c7be1b67eeaa6f
diff --git a/anyconfig/globals.py b/anyconfig/globals.py index <HASH>..<HASH> 100644 --- a/anyconfig/globals.py +++ b/anyconfig/globals.py @@ -1,5 +1,6 @@ # # Copyright (C) 2013 - 2018 Satoru SATOH <ssato @ redhat.com> +# Copyright (C) 2019 Satoru SATOH <satoru.satoh @ gmail.com> # License: MIT # # pylint: disable...
fix: correct the copyright header in .globals
ssato_python-anyconfig
train
py
b2b33fdf6b4bb12b2a1b14c81827560669f54f3f
diff --git a/tests/spec/card_spec.js b/tests/spec/card_spec.js index <HASH>..<HASH> 100644 --- a/tests/spec/card_spec.js +++ b/tests/spec/card_spec.js @@ -85,6 +85,7 @@ describe('Test card', function () { }); after(function () { + document.body.focus(); // Removing focused element seems to cause IE bug...
test(card): Fix orphaned focus affecting other tests (#<I>)
carbon-design-system_carbon-components
train
js
d25e309862e68429ec8478d54bbd00d50537d701
diff --git a/src/View/Helper/CrudViewHelper.php b/src/View/Helper/CrudViewHelper.php index <HASH>..<HASH> 100644 --- a/src/View/Helper/CrudViewHelper.php +++ b/src/View/Helper/CrudViewHelper.php @@ -284,7 +284,7 @@ class CrudViewHelper extends Helper */ public function redirectUrl() { - $redirect...
fix: update deprecated calls to get a query argument
FriendsOfCake_crud-view
train
php
c5c8e82246a5fa3710feacd75789ffa0cc309759
diff --git a/cmd/tiller/release_server.go b/cmd/tiller/release_server.go index <HASH>..<HASH> 100644 --- a/cmd/tiller/release_server.go +++ b/cmd/tiller/release_server.go @@ -286,7 +286,10 @@ func (s *releaseServer) InstallRelease(c ctx.Context, req *services.InstallRelea // this stored in the future. if err := s.e...
feat(tiller): record release status deployed
helm_helm
train
go
46b8e98d509220a1ade2148183d601b517d1f96c
diff --git a/src/ExampleBundle/Tests/Model/Form/Type/AddressTypeTest.php b/src/ExampleBundle/Tests/Model/Form/Type/AddressTypeTest.php index <HASH>..<HASH> 100644 --- a/src/ExampleBundle/Tests/Model/Form/Type/AddressTypeTest.php +++ b/src/ExampleBundle/Tests/Model/Form/Type/AddressTypeTest.php @@ -26,7 +26,7 @@ class A...
fix(tests): change CountryType element to two-letter country code
commercetools_commercetools-php-symfony
train
php
e004d061445666bf7959014b247f4b5d06f9220b
diff --git a/matchers/isobmff/isobmff.go b/matchers/isobmff/isobmff.go index <HASH>..<HASH> 100644 --- a/matchers/isobmff/isobmff.go +++ b/matchers/isobmff/isobmff.go @@ -18,17 +18,17 @@ func IsISOBMFF(buf []byte) bool { // GetFtyp returns the major brand, minor version and compatible brands of the ISO-BMFF data func...
fix(isobmff): format issues, again
h2non_filetype
train
go
ae8de636e5ad81925cd24a68c524bee64928d36a
diff --git a/src/binders/InsertBinder.js b/src/binders/InsertBinder.js index <HASH>..<HASH> 100644 --- a/src/binders/InsertBinder.js +++ b/src/binders/InsertBinder.js @@ -172,6 +172,8 @@ var createInsertBinder = function(negate, force){ matchValue: function() { + var value = this.value; + if(value == null) ...
fix(InsertBinder): wrong behavior when equalsTo is not specified
karfcz_kff
train
js
3c96df4afceef512f4c188fb6a0c7f301c06b594
diff --git a/lib/egg.js b/lib/egg.js index <HASH>..<HASH> 100644 --- a/lib/egg.js +++ b/lib/egg.js @@ -234,7 +234,7 @@ class EggCore extends KoaApplication { } /** - * Close all, it wisll close + * Close all, it will close * - callbacks registered by beforeClose * - emit `close` event * - remove...
docs: fix a typo (#<I>)
eggjs_egg-core
train
js
7adf29bb4e8d684a837f67e741b4381529315812
diff --git a/webapps/ui/cockpit/plugins/base/app/views/processInstance/calledProcessInstanceTable.js b/webapps/ui/cockpit/plugins/base/app/views/processInstance/calledProcessInstanceTable.js index <HASH>..<HASH> 100644 --- a/webapps/ui/cockpit/plugins/base/app/views/processInstance/calledProcessInstanceTable.js +++ b/w...
fix(called-inst-table): adapt default sorting to label handle.
camunda_camunda-bpm-platform
train
js
2b3f5f2cb7eaecd8582f82a49bd6033ff77db649
diff --git a/drivers/exec/driver_test.go b/drivers/exec/driver_test.go index <HASH>..<HASH> 100644 --- a/drivers/exec/driver_test.go +++ b/drivers/exec/driver_test.go @@ -25,7 +25,6 @@ import ( "github.com/hashicorp/nomad/plugins/shared/hclutils" "github.com/hashicorp/nomad/testutil" "github.com/stretchr/testify/...
chore: goimports exec driver
hashicorp_nomad
train
go
770336e181c3734ae2de889cf3b2ac685884e2c3
diff --git a/lib/server-impl.js b/lib/server-impl.js index <HASH>..<HASH> 100644 --- a/lib/server-impl.js +++ b/lib/server-impl.js @@ -87,7 +87,9 @@ async function start(opts) { throw err; } - return createApp(options); + const instance = await createApp(options); + + return instance; } mod...
fix: add missing await for node <I>
Unleash_unleash
train
js
6471c64f4f95b288338311dcf5808996aeeef93a
diff --git a/lib/util/got/host-rules.js b/lib/util/got/host-rules.js index <HASH>..<HASH> 100644 --- a/lib/util/got/host-rules.js +++ b/lib/util/got/host-rules.js @@ -19,12 +19,12 @@ module.exports = got.create({ return next(opts); } if (!options.headers.authorization) { - if (hostRule.username &&...
fix(host-rules): allow missing username
renovatebot_renovate
train
js
1c01520515f709c87db7edaf47014bf95bc0f7f2
diff --git a/services/coverity/coverity-scan.tester.js b/services/coverity/coverity-scan.tester.js index <HASH>..<HASH> 100644 --- a/services/coverity/coverity-scan.tester.js +++ b/services/coverity/coverity-scan.tester.js @@ -12,8 +12,7 @@ t.create('known project id') t.create('unknown project id') .get('/abc.js...
test(coverity): fix failing service test (#<I>)
badges_shields
train
js
dee008ab7a5d70f1e95b4aeb4063adee3bc0c793
diff --git a/src/types.js b/src/types.js index <HASH>..<HASH> 100644 --- a/src/types.js +++ b/src/types.js @@ -1,11 +1,12 @@ // @flow -type zeroThroughEleven = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 +type zeroThroughElevenNumbers = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 +type zeroThroughElevenStrings...
fix(flow): allow valid number strings (#<I>) `size` and `offset` props can also accept strings. But flow currently sees this as an error.
gymnastjs_gymnast
train
js
e0f0c6ad22b37505e5e33774c8cf43f43c8bf467
diff --git a/src/Lucid/Relations/BelongsToMany.js b/src/Lucid/Relations/BelongsToMany.js index <HASH>..<HASH> 100644 --- a/src/Lucid/Relations/BelongsToMany.js +++ b/src/Lucid/Relations/BelongsToMany.js @@ -463,6 +463,21 @@ class BelongsToMany extends BaseRelation { } /** + * Make a andWhere clause on the piv...
feat(relations): add andWherePivot in belongs to many
adonisjs_adonis-lucid
train
js
b23c4fbe96ee9f448bbf1f4d04d503ef9ebd9b1d
diff --git a/android/src/main/java/com/transistorsoft/rnbackgroundfetch/HeadlessTask.java b/android/src/main/java/com/transistorsoft/rnbackgroundfetch/HeadlessTask.java index <HASH>..<HASH> 100644 --- a/android/src/main/java/com/transistorsoft/rnbackgroundfetch/HeadlessTask.java +++ b/android/src/main/java/com/transist...
fix(crash): catch class cast exception
transistorsoft_react-native-background-fetch
train
java
332e53c0243c890ae6ac27e245bc556bf7d0cd58
diff --git a/src/rpc/rpc-handler.js b/src/rpc/rpc-handler.js index <HASH>..<HASH> 100644 --- a/src/rpc/rpc-handler.js +++ b/src/rpc/rpc-handler.js @@ -221,7 +221,7 @@ module.exports = class RpcHandler { const rpcData = this._rpcs.get(correlationId) const servers = this._subscriptionRegistry.getAllRemoteServ...
fix(rpcs): Select a remote server using `getRandomInInRange` Fixes #<I> Servers were being selected non-uniformly due to misuse of `Math.round`.
deepstreamIO_deepstream.io
train
js
b010fffae8ac5256561c4303b1712c181d3d1d65
diff --git a/src/components/layout/QLayout.js b/src/components/layout/QLayout.js index <HASH>..<HASH> 100644 --- a/src/components/layout/QLayout.js +++ b/src/components/layout/QLayout.js @@ -22,7 +22,7 @@ export default { return { // page related height: onSSR ? 0 : window.innerHeight, - width: ...
perf: Addition to previous commit
quasarframework_quasar
train
js,js
d7cb7d5ffa3e7ba7e13d40afd50b848c3717d5ef
diff --git a/gather/recorder.go b/gather/recorder.go index <HASH>..<HASH> 100644 --- a/gather/recorder.go +++ b/gather/recorder.go @@ -6,6 +6,7 @@ import ( "github.com/influxdata/influxdb/nats" "github.com/influxdata/influxdb/storage" + "github.com/influxdata/influxdb/tsdb" "go.uber.org/zap" ) @@ -20,6 +21,1...
fix(gather): add bkt and org id to scraper writer
influxdata_influxdb
train
go
5ff885590e0e6a58772adfe4d150061ad638e101
diff --git a/packages/okam-build/lib/processor/template/transform/swan/key.js b/packages/okam-build/lib/processor/template/transform/swan/key.js index <HASH>..<HASH> 100644 --- a/packages/okam-build/lib/processor/template/transform/swan/key.js +++ b/packages/okam-build/lib/processor/template/transform/swan/key.js @@ -4...
feat(okam-build): keep :key attribute for swan app
ecomfe_okam
train
js
094b95a8d1fb25976588da3c706d9960653b1fc3
diff --git a/test/dependency.spec.js b/test/dependency.spec.js index <HASH>..<HASH> 100644 --- a/test/dependency.spec.js +++ b/test/dependency.spec.js @@ -26,7 +26,7 @@ import {Dependency} from '../src/dependency.js'; import {join} from './utils/join.js'; describe('Dependency', () => { - it('should should extract ...
chore: test description nits (#<I>)
mjeanroy_rollup-plugin-license
train
js
229b96756fbfa0027bd71b0fdaf8f9ab7176b843
diff --git a/engine-rest/engine-rest/src/test/java/org/camunda/bpm/engine/rest/history/HistoricIncidentRestServiceQueryTest.java b/engine-rest/engine-rest/src/test/java/org/camunda/bpm/engine/rest/history/HistoricIncidentRestServiceQueryTest.java index <HASH>..<HASH> 100644 --- a/engine-rest/engine-rest/src/test/java/o...
test(engine-rest): order historic incidents by tenant id ascending related to CAM-<I>
camunda_camunda-bpm-platform
train
java
ebcfb2a97002d65ef92b5c09c4bd7c151fc9f6a6
diff --git a/anyconfig/api.py b/anyconfig/api.py index <HASH>..<HASH> 100644 --- a/anyconfig/api.py +++ b/anyconfig/api.py @@ -75,7 +75,8 @@ def _maybe_validated(cnf, schema, format_checker=None, ac_namedtuple=False): if schema is None: valid = True else: - (valid, msg) = validate(cnf, schema,...
fix: anyconfig.validate only accepts two positional arguments, the rest of arguments must be passed as keyword arguments.
ssato_python-anyconfig
train
py
ab71727a450ca2d6b3ad41d795d81b18c7cbfa56
diff --git a/test/units/tunnelPolicy.test.js b/test/units/tunnelPolicy.test.js index <HASH>..<HASH> 100644 --- a/test/units/tunnelPolicy.test.js +++ b/test/units/tunnelPolicy.test.js @@ -8,8 +8,8 @@ module.exports = function() { util.request({ method: 'post', url: 'https://tp.w2.org/index.html', - isTun...
test: tunnel.headers[x-whistle-policy] = tunnel
avwo_whistle
train
js
368f0058a557a50b07f1f49dd339616d426c84a6
diff --git a/packages/webiny-api-forms/src/entities/Form.entity.js b/packages/webiny-api-forms/src/entities/Form.entity.js index <HASH>..<HASH> 100644 --- a/packages/webiny-api-forms/src/entities/Form.entity.js +++ b/packages/webiny-api-forms/src/entities/Form.entity.js @@ -151,7 +151,7 @@ export default (context: Obje...
fix(form-entity): overall stats query parent
Webiny_webiny-js
train
js
bffe848762def35a5d124699c5652b213d7c079d
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1,17 +1,6 @@ import QRCode from 'qr.js/lib/QRCode' import ErrorCorrectLevel from 'qr.js/lib/ErrorCorrectLevel' -function getBackingStorePixelRatio(ctx) { - return ( - ctx.webkitBackingStorePixelRatio |...
feat: backingStorePixelRatio is deprecated
scopewu_qrcode.vue
train
js
bd5a8a99bc470c13a93894be9c0f7f23142a4a31
diff --git a/util/fields/fields.go b/util/fields/fields.go index <HASH>..<HASH> 100644 --- a/util/fields/fields.go +++ b/util/fields/fields.go @@ -60,7 +60,7 @@ func (f Cleaner) WillExclude(x string) bool { func (f Cleaner) matches(x string) bool { for y := range f.fields { - if strings.HasPrefix(x, y) { + if st...
fix(fields): handle nexted fields when excluding (#<I>)
argoproj_argo
train
go,go
140da6d7bdb43961f63dc6f5d0c7bf426b2d8aeb
diff --git a/styleguide.config.js b/styleguide.config.js index <HASH>..<HASH> 100644 --- a/styleguide.config.js +++ b/styleguide.config.js @@ -9,6 +9,7 @@ module.exports = createStyleguideConfig({ Wrapper: path.join(__dirname, 'src/styleguidist/ThemeWrapper'), }, title: 'react-slider', + usageMode...
docs: expand props by default on the example page
mpowaga_react-slider
train
js
3e4a0abf3eee7eb98844c28a0edb8eab2398b688
diff --git a/maintain/commands/repo.py b/maintain/commands/repo.py index <HASH>..<HASH> 100644 --- a/maintain/commands/repo.py +++ b/maintain/commands/repo.py @@ -16,6 +16,8 @@ def gather_repositories(): """ for (root, dirs, files) in os.walk('.', topdown=True): + dirs.sort() + if '.git' not...
fix(repo): sort gathered repos This makes for consistency on macOS vs Linux. os.walk behaves differently based on underlying platform and caused tests to fail on Linux.
kylef_maintain
train
py
99777991e0b9d5a39976d08554dea8bb7e514019
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index <HASH>..<HASH> 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -430,7 +430,7 @@ gr1_project = gl.projects.create({"name": "gr1_project", "namespace_id": group1. gr2_project = gl.projects.create({"name": "gr2_project", "namespace...
fix: implement Gitlab's behavior change for owned=True
python-gitlab_python-gitlab
train
py
463e2fed003b1e25511d2272216b7d1b9f3f8208
diff --git a/config/rollup.config.js b/config/rollup.config.js index <HASH>..<HASH> 100644 --- a/config/rollup.config.js +++ b/config/rollup.config.js @@ -26,7 +26,7 @@ export default { ], sourceMap: true, - external: ['react', 'prop-types'], + external: ['react', 'react-dom', 'prop-types'], plugins: [ ...
fix(rollup): add react-dom as an external
telus_tds-core
train
js
2f4982581794b9e85112475f2f21cae186035f10
diff --git a/packages/node_modules/@webex/internal-plugin-devices/src/index.js b/packages/node_modules/@webex/internal-plugin-devices/src/index.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/internal-plugin-devices/src/index.js +++ b/packages/node_modules/@webex/internal-plugin-devices/src/index.js @...
fix(internal-plugin-devices): add logout trigger Add a logout trigger to the devices plugin that causes the devices plugin to unregister its registered device.
webex_spark-js-sdk
train
js
2e3291761a3ab5fdcebcf1f1e3b2eb0e072093e1
diff --git a/packages/react/src/components/InlineLoading/InlineLoading-story.js b/packages/react/src/components/InlineLoading/InlineLoading-story.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/InlineLoading/InlineLoading-story.js +++ b/packages/react/src/components/InlineLoading/InlineLoading-story....
docs(inline-loading): update mocksubmission example to have proptable (#<I>)
carbon-design-system_carbon-components
train
js
09f490c254a5c6e2f6c41bf1aff4b62296b84e88
diff --git a/teslajsonpy/teslaproxy.py b/teslajsonpy/teslaproxy.py index <HASH>..<HASH> 100644 --- a/teslajsonpy/teslaproxy.py +++ b/teslajsonpy/teslaproxy.py @@ -38,7 +38,7 @@ class TeslaProxy(AuthCaptureProxy): self._config_flow_id = None self._callback_url = None self.waf_retry = 0 - ...
refactor: change waf firewall timing
zabuldon_teslajsonpy
train
py
f2de959699785b071b5f13daf0dd3e2e5d924b92
diff --git a/packages/webpack-config-web/src/getConfig.js b/packages/webpack-config-web/src/getConfig.js index <HASH>..<HASH> 100644 --- a/packages/webpack-config-web/src/getConfig.js +++ b/packages/webpack-config-web/src/getConfig.js @@ -350,19 +350,16 @@ module.exports = function getConfig({ } ]; - const scssO...
test: simplify sass-loader config Because the docs say it auto-detects the implementation module and fibers from dependencies.
wildpeaks_package-webpack-config-web
train
js
c57443500f5d829d9c939d0de14479d4a45b7968
diff --git a/lib/plugins/index.js b/lib/plugins/index.js index <HASH>..<HASH> 100644 --- a/lib/plugins/index.js +++ b/lib/plugins/index.js @@ -5,7 +5,8 @@ const PLUGINS_DEFINITIONS = require('../definitions/plugins'); const pipeline = require('./pipeline'); const normalize = require('./normalize'); -module.exports ...
refactor: pass complete `context` to `lib/plugins/normalize.js`
semantic-release_semantic-release
train
js
53bf66b455e478cdcacf1bb969b9d273af710d45
diff --git a/admin/dashboard/app/pages/sitemap-controller.js b/admin/dashboard/app/pages/sitemap-controller.js index <HASH>..<HASH> 100644 --- a/admin/dashboard/app/pages/sitemap-controller.js +++ b/admin/dashboard/app/pages/sitemap-controller.js @@ -125,7 +125,7 @@ adminApp.controller('SitemapController', function($sc...
fix: re-ordering of sub pages
pagespace_pagespace
train
js
70f2fe67c4753bb37f614b437f94617561f1e3a0
diff --git a/src/body.js b/src/body.js index <HASH>..<HASH> 100644 --- a/src/body.js +++ b/src/body.js @@ -139,7 +139,9 @@ export async function sendBody( if (DEBUG_NODE_ENVS.includes(ENV.NODE_ENV)) { const validator = ajv.compile(schema); - if (!validator(response.body)) { + // The JSON transfo...
fix(Tests): Ensure that body checks reflect real world usage
nfroidure_swagger-http-router
train
js
cfa506e89effc5c95f2c789687cad0c1a614e9fb
diff --git a/packages/tiptap/src/Plugins/MenuBubble.js b/packages/tiptap/src/Plugins/MenuBubble.js index <HASH>..<HASH> 100644 --- a/packages/tiptap/src/Plugins/MenuBubble.js +++ b/packages/tiptap/src/Plugins/MenuBubble.js @@ -143,7 +143,8 @@ class Menu { } hide(event) { - if (event && event.relatedTarget &&...
refactor(menu-bubble-hide): break conditional to multiple lines
scrumpy_tiptap
train
js
3d8e4bf092318d3594ff33b69170c4bb68dc04c1
diff --git a/test/functional/session_leak_test.js b/test/functional/session_leak_test.js index <HASH>..<HASH> 100644 --- a/test/functional/session_leak_test.js +++ b/test/functional/session_leak_test.js @@ -22,7 +22,7 @@ beforeEach('Session Leak Before Each - Set up clean test environment', () => { }); beforeEach('...
test(sessions): minor syntax fix to session leak tests
mongodb_node-mongodb-native
train
js
646bd8dc3370057ea65ab7744d3619ab2995a7d5
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -17,9 +17,9 @@ function unsetProp(obj, path) { const pathArray = Array.isArray(path) ? path : path.split('.'); const [key, ...restPath] = pathArray; + // This will never be hit in the current code beca...
chore: fix istanbul coverage comment
zemirco_json2csv
train
js
0650aacdf93a682eed177d28ab120a3916f59113
diff --git a/authorizer/source.go b/authorizer/source.go index <HASH>..<HASH> 100644 --- a/authorizer/source.go +++ b/authorizer/source.go @@ -122,7 +122,7 @@ func (s *SourceService) CreateSource(ctx context.Context, src *influxdb.Source) // UpdateSource checks to see if the authorizer on context has write access t...
fix(authorizer): do not require read action in order to perform a write
influxdata_influxdb
train
go
bf0ef276940ad7047d5b582580db70eb1f729916
diff --git a/sheet.go b/sheet.go index <HASH>..<HASH> 100644 --- a/sheet.go +++ b/sheet.go @@ -233,6 +233,7 @@ func (s *Sheet) makeXLSXSheet(refTable *RefTable, styles *xlsxStyleSheet) *xlsxW } else { customWidth = true } + // When the cols content is empty, the cols flag is not output in the xml file. if...
fix:open excel after save, excel file format error issue #<I>
tealeg_xlsx
train
go
363aa7f647ab50100f3a687f105931fa8aa5b462
diff --git a/httprunner/make.py b/httprunner/make.py index <HASH>..<HASH> 100644 --- a/httprunner/make.py +++ b/httprunner/make.py @@ -64,6 +64,7 @@ if __name__ == "__main__": def __ensure_absolute(path: Text) -> Text: + path = ensure_path_sep(path) project_meta = load_project_meta(path) if os.path....
fix: compatibility with different path separators of Linux and Windows
HttpRunner_HttpRunner
train
py
8436a9d829f22f56cbc059e06a68d19163161391
diff --git a/render/render.go b/render/render.go index <HASH>..<HASH> 100644 --- a/render/render.go +++ b/render/render.go @@ -24,7 +24,6 @@ var ( _ HTMLRender = HTMLProduction{} _ Render = YAML{} _ Render = MsgPack{} - _ Render = MsgPack{} ) func writeContentType(w http.ResponseWriter, value []st...
fix(render): remove repeated static check. (#<I>)
gin-gonic_gin
train
go
2ce593027be197d9b3df5fb275a83a4e1e7a9a9c
diff --git a/test/inspect.test.js b/test/inspect.test.js index <HASH>..<HASH> 100644 --- a/test/inspect.test.js +++ b/test/inspect.test.js @@ -171,14 +171,3 @@ tap.test('versions inacurracy when composer is not installed', function (t) { t.end(); }).catch(tap.threw); }); - -tap.test('exec cmds correctly fo...
test: remove a test that doesn't test much ..
snyk_snyk-php-plugin
train
js
0a9ae93b9dea9143daedc86c2ca3b72805e620fa
diff --git a/lib/get-api.js b/lib/get-api.js index <HASH>..<HASH> 100644 --- a/lib/get-api.js +++ b/lib/get-api.js @@ -35,7 +35,7 @@ function getApi (state) { }, get ready () { if (state.isReady) { - return api + return Promise.resolve(api) } return Promise.all([hoodieAcco...
fix: hoodie.ready to resolve with API, not return it, after setup finished (#<I>)
hoodiehq_hoodie-client
train
js
246b6855f9c2481a65d43394f02155f3339e9c1c
diff --git a/cron/controllers/CronRouter.php b/cron/controllers/CronRouter.php index <HASH>..<HASH> 100644 --- a/cron/controllers/CronRouter.php +++ b/cron/controllers/CronRouter.php @@ -93,7 +93,7 @@ class CronRouter extends BaseMiddle * Look for a controller, app version first then the module's cron control...
chore: Using NAILS_APP_PATH instead of APPPATH
nails_module-cron
train
php
8b02f702d51759df453ee4e77ded34d8b89aff7e
diff --git a/scripts/build/build.js b/scripts/build/build.js index <HASH>..<HASH> 100755 --- a/scripts/build/build.js +++ b/scripts/build/build.js @@ -101,8 +101,8 @@ shell.sed( shell.echo("Update ISSUE_TEMPLATE.md"); shell.sed( "-i", - /(?!Prettier Version.*?)\d+\.\d+\.\d+/, - pkg.version, + /(Prettier Version...
fix(build): update ISSUE_TEMPLATE version regex to work as intended (#<I>)
josephfrazier_prettier_d
train
js
0a792fefac81f717c4032137e71cda8f4c109b0a
diff --git a/util/kube/kube.go b/util/kube/kube.go index <HASH>..<HASH> 100644 --- a/util/kube/kube.go +++ b/util/kube/kube.go @@ -131,7 +131,11 @@ func RemoveLabel(un *unstructured.Unstructured, key string) { for k := range labels { if k == key { delete(labels, k) - un.SetLabels(labels) + if len(labels) =...
fix: resource tracking normalization shuold drop empty labels (#<I>)
argoproj_argo-cd
train
go,go
5136112016f375c498b55d2bf9e6e784bee5fafb
diff --git a/test/utils/publish-please-version-under-test.js b/test/utils/publish-please-version-under-test.js index <HASH>..<HASH> 100644 --- a/test/utils/publish-please-version-under-test.js +++ b/test/utils/publish-please-version-under-test.js @@ -1,2 +1,5 @@ 'use strict'; -module.exports = 'publish-please@3.1.0'; ...
test(publish): sync tests to bumped version <I>
inikulin_publish-please
train
js
687da2f841be50fa3990b5acd458bed9bca2a4d0
diff --git a/packages/react/src/components/Accordion/Accordion-story.js b/packages/react/src/components/Accordion/Accordion-story.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/Accordion/Accordion-story.js +++ b/packages/react/src/components/Accordion/Accordion-story.js @@ -24,6 +24,8 @@ const props...
docs(accordion): add displayname for select component proptable (#<I>)
carbon-design-system_carbon-components
train
js
75c8e35039b9bfc852f5936600318bab31a58726
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 @@ -41,7 +41,7 @@ class RequestFactory { reject(response.json); }) - .catch(() => reject('Fetch error - check your network')); + .catch(e...
fix: Catch errors from failed fetch requests (#<I>)
moltin_js-sdk
train
js
856e5f4ceee462f50df2b42428e5deb56893ab45
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -65,6 +65,7 @@ function createMacro(macro, options = {}) { function nodeResolvePath(source, basedir) { return resolve.sync(source, { basedir, + extensions: ['.js', '.ts', '.tsx', '.mjs', '.cjs', '.j...
feat: support more extensions that babel macros can be written in (#<I>)
kentcdodds_babel-plugin-macros
train
js
448d820efc879a75448711cc5f205c2354761074
diff --git a/tasks/vendor-package.js b/tasks/vendor-package.js index <HASH>..<HASH> 100644 --- a/tasks/vendor-package.js +++ b/tasks/vendor-package.js @@ -13,7 +13,7 @@ gulp.task('vendor-package', ['css-build', 'react-build'], (callback) => { exec(`npm install --save ${path.join('pui-vendor', componentType, comp...
fix(vendor-package): temp fix for ci error
pivotal-cf_pivotal-ui
train
js
2d8737d6dce874caa0ca4145a0ee9b8f4446a6b0
diff --git a/test/helpers/node.go b/test/helpers/node.go index <HASH>..<HASH> 100644 --- a/test/helpers/node.go +++ b/test/helpers/node.go @@ -164,16 +164,21 @@ func (s *SSHMeta) Exec(cmd string, options ...ExecOptions) *CmdRes { if err != nil { exit = false } + res := CmdRes{ cmd: cmd, stdout: stdo...
test: report collection prints error from ssh.RunCommand We now log errors from SSHClient.RunCommand that we previously ignored. We exclude ExitError instances since they reflect errors from the command executed, as opposed to the SSH session and other infrastructure.
cilium_cilium
train
go
498642f3449037c20ace206e369e133671f42474
diff --git a/tests/TestHelper.php b/tests/TestHelper.php index <HASH>..<HASH> 100644 --- a/tests/TestHelper.php +++ b/tests/TestHelper.php @@ -29,7 +29,7 @@ class TestHelper * @param array $data * @return \CyrildeWit\EloquentViewable\Models\View */ - public static function createNewView($model, $...
feat: set empty array as default for $data in createNewView method
cyrildewit_eloquent-viewable
train
php
bab72f6887f2783ba1535e32d519509a4745c106
diff --git a/internal/event/target/webhook.go b/internal/event/target/webhook.go index <HASH>..<HASH> 100644 --- a/internal/event/target/webhook.go +++ b/internal/event/target/webhook.go @@ -30,6 +30,7 @@ import ( "net/url" "os" "path/filepath" + "strings" "time" "github.com/minio/minio/internal/event" @@ -...
fix: allow authToken for webhook to support Splunk (#<I>)
minio_minio
train
go
69855678123038c5d0e875e353c93f6dc40cdf28
diff --git a/src/components/ui-shell/ui-shell.config.js b/src/components/ui-shell/ui-shell.config.js index <HASH>..<HASH> 100644 --- a/src/components/ui-shell/ui-shell.config.js +++ b/src/components/ui-shell/ui-shell.config.js @@ -75,6 +75,9 @@ const sidenav = { module.exports = { preview: 'ui-shell-preview', + ...
chore(devenv): hide features not available in stable mode (#<I>)
carbon-design-system_carbon-components
train
js
6ef7a5f0a517c22cdc382ef37ee27da5f5a2cc9a
diff --git a/test/extended/util/disruption/controlplane/controlplane.go b/test/extended/util/disruption/controlplane/controlplane.go index <HASH>..<HASH> 100644 --- a/test/extended/util/disruption/controlplane/controlplane.go +++ b/test/extended/util/disruption/controlplane/controlplane.go @@ -106,7 +106,16 @@ func (t ...
test: AWS and Azure should tolerate no API disruption <I> brought us to a no disruption on upgrade state for the control plane. In <I> lock that requirement in so that future changes do not regress us further.
openshift_origin
train
go
105f6ea219003d17d7be954dd6a2fc1051df8881
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 @@ -224,11 +224,11 @@ function emitDataEvents(req, res, proxy) { } } -function addTimeout(req, res, timeout) { +function addTimeout(req, res, timeout, custom) { if (!...
fix: The timeout of post request
avwo_whistle
train
js