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
f4985aedeea6237e8b1a65bb367e3c53786dbe5a
diff --git a/test/read-cache.js b/test/read-cache.js index <HASH>..<HASH> 100644 --- a/test/read-cache.js +++ b/test/read-cache.js @@ -20,23 +20,24 @@ test('readCache closure is a promise', t => { test('readCache success callback', t => { const value = { - body: { - responseType: 'text', - responseTe...
test(read-cache): fix test to support value format
RasCarlito_axios-cache-adapter
train
js
b4732e6f3ab4ab54626607d46b97f76d59635632
diff --git a/scripts/commit-lint.js b/scripts/commit-lint.js index <HASH>..<HASH> 100755 --- a/scripts/commit-lint.js +++ b/scripts/commit-lint.js @@ -21,7 +21,7 @@ const matchRelease = /Release/gi.test(gitMessage); const exitCode = +!(matchRelease || matchRevert || matchCommit); if (exitCode === 0) { - console.lo...
chore(repo): change ok emoji to thumbs up in commit-lint (#<I>)
nrwl_nx
train
js
111091f36ff88ab802fa4b7e79a64758a6e7c218
diff --git a/packages/api-page-builder/src/plugins/graphql/Page.js b/packages/api-page-builder/src/plugins/graphql/Page.js index <HASH>..<HASH> 100644 --- a/packages/api-page-builder/src/plugins/graphql/Page.js +++ b/packages/api-page-builder/src/plugins/graphql/Page.js @@ -265,6 +265,11 @@ export default { ...
fix: use "region" value from state, not from inputs
Webiny_webiny-js
train
js
a5b619cb1ad460cf5535f44f33797e8499423597
diff --git a/vaex/__init__.py b/vaex/__init__.py index <HASH>..<HASH> 100644 --- a/vaex/__init__.py +++ b/vaex/__init__.py @@ -287,7 +287,8 @@ def example(download=True): def zeldovich(dim=2, N=256, n=-2.5, t=None, scale=1, seed=None): """Creates a zeldovich dataset """ - return vaex.dataset.Zeldovich(dim=dim, N=N...
fix: zeldovich class was moved
vaexio_vaex
train
py
7436dc8bb7b55a269f8d223a630cec01a560f2e9
diff --git a/test/extended/operators/cluster.go b/test/extended/operators/cluster.go index <HASH>..<HASH> 100644 --- a/test/extended/operators/cluster.go +++ b/test/extended/operators/cluster.go @@ -101,6 +101,10 @@ var _ = g.Describe("[Feature:Platform] Managed cluster should", func() { } for _, pod := range p...
test: Skip pending must-gather pods in the crashloop test No reason to fail on these tests.
openshift_origin
train
go
a274321c6ad705ad2517026191634bba9490804f
diff --git a/pgjdbc/src/test/java/org/postgresql/test/jdbc4/ArrayTest.java b/pgjdbc/src/test/java/org/postgresql/test/jdbc4/ArrayTest.java index <HASH>..<HASH> 100644 --- a/pgjdbc/src/test/java/org/postgresql/test/jdbc4/ArrayTest.java +++ b/pgjdbc/src/test/java/org/postgresql/test/jdbc4/ArrayTest.java @@ -473,7 +473,6 ...
test: createArrayOf(..., null) test It is not clear if that should be supported. Adding a case to clarify current behavior
pgjdbc_pgjdbc
train
java
3e8e44ee0399a6fe7524afb1e24f23529e059b9c
diff --git a/test/test_container.py b/test/test_container.py index <HASH>..<HASH> 100644 --- a/test/test_container.py +++ b/test/test_container.py @@ -218,7 +218,7 @@ def test_container_doesnt_exhaust_max_workers(container): # start the first worker, which should wait for spam_continue container.spawn_worker(...
docs: fix simple typo, speparate -> separate (#<I>) There is a small typo in test/test_container.py. Should read `separate` rather than `speparate`.
nameko_nameko
train
py
b33bbcd596af5efc7f4cfe99d306e51f0f73cfaa
diff --git a/test/e2e/index.js b/test/e2e/index.js index <HASH>..<HASH> 100644 --- a/test/e2e/index.js +++ b/test/e2e/index.js @@ -22,7 +22,10 @@ $("[data-action=setup]") }); $("#registerForWebPush") - .click(() => Leanplum.registerForWebPush().then(refreshWebPush)); + .click(() => { + const swLocati...
chore: fix serviceworker registration for gh-pages (#<I>)
Leanplum_Leanplum-JavaScript-SDK
train
js
0f93ad9d6d61684f23d1d99a8702e562dc32c818
diff --git a/test/manifest.registry.js b/test/manifest.registry.js index <HASH>..<HASH> 100644 --- a/test/manifest.registry.js +++ b/test/manifest.registry.js @@ -19,7 +19,13 @@ var SCOPEDPKG = { npmlog.level = process.env.LOGLEVEL || 'silent' var OPTS = { registry: 'https://mock.reg', - log: npmlog + log: npmlo...
test: make all tests default to imploding faster if a req fails
zkat_pacote
train
js
fe408ae0509a44e543816ab0da36f6fcd8b1666b
diff --git a/app/javascript/activeadmin_addons/config.js b/app/javascript/activeadmin_addons/config.js index <HASH>..<HASH> 100644 --- a/app/javascript/activeadmin_addons/config.js +++ b/app/javascript/activeadmin_addons/config.js @@ -1,5 +1,5 @@ var initializer = function() { - ActiveadminAddons = { + window.Active...
fix(js): fix undefined variable
platanus_activeadmin_addons
train
js,js
eb8667a3e8c420d4f271e4d5f9fee17c2180b489
diff --git a/src/binding-language.js b/src/binding-language.js index <HASH>..<HASH> 100644 --- a/src/binding-language.js +++ b/src/binding-language.js @@ -30,6 +30,8 @@ export class TemplatingBindingLanguage extends BindingLanguage { 'formmethod':'formMethod', 'formnovalidate':'formNoValidate', 'fo...
fix(attribute-map): add rowspan and colspan attributes Binding to a td rowspan and colspan won't work unless they are added to the binding-language attribute map.
aurelia_templating-binding
train
js
36bf4dc0f05a089f0ff84db4cd3d6085714c9f55
diff --git a/plugin/import.js b/plugin/import.js index <HASH>..<HASH> 100644 --- a/plugin/import.js +++ b/plugin/import.js @@ -1,4 +1,4 @@ -require('eslint-plugin-import'); +require.resolve('eslint-plugin-import'); module.exports = { plugins: [ diff --git a/plugin/react-a11y.js b/plugin/react-a11y.js index <HAS...
refactor: using `require.resolve` instead of `require` in plugin config
adoyle-h_eslint-config-adoyle-style
train
js,js,js
e16b1f8e5ba735f93321d1266d9b4754bc2024a5
diff --git a/structs.go b/structs.go index <HASH>..<HASH> 100644 --- a/structs.go +++ b/structs.go @@ -1631,6 +1631,26 @@ const ( IntentMessageContent Intent = 1 << 15 IntentGuildScheduledEvents Intent = 1 << 16 + // TODO: remove when compatibility is not needed + + IntentsGuilds Intent ...
fix(structs): added back old intent definitions for compatibility
bwmarrin_discordgo
train
go
450184c314c4e479cf96b87d84a8a20e7122866b
diff --git a/watch.go b/watch.go index <HASH>..<HASH> 100644 --- a/watch.go +++ b/watch.go @@ -8,6 +8,7 @@ import ( "io/ioutil" "log" "net/http" + "net/url" "os" "os/exec" "text/tabwriter" @@ -93,7 +94,15 @@ func prepareEnvironment(appID string, version string, oldVersion string, updateC env = append(env...
fix(watch): add package name to url
coreos_updateservicectl
train
go
22a1749ccd823c27ad034855f2ef7fcabc8cf5c1
diff --git a/core/src/elements/ons-page.js b/core/src/elements/ons-page.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-page.js +++ b/core/src/elements/ons-page.js @@ -53,7 +53,7 @@ class PageElement extends BaseElement { } if (!util.hasAnyComponentAsParent(this)) { - this._show(); + se...
fix(ons-page): Emits 'show' event asynchronously.
OnsenUI_OnsenUI
train
js
bb94c4b38626d7faa25904ea9c537e1c9045fa3b
diff --git a/views/default/page/components/interactions.js b/views/default/page/components/interactions.js index <HASH>..<HASH> 100644 --- a/views/default/page/components/interactions.js +++ b/views/default/page/components/interactions.js @@ -142,6 +142,9 @@ define(function (require) { if ($trigger.length) { ...
fix(ux): popup menu now hides itself before loading the form
hypeJunction_hypeInteractions
train
js
1cca6d96f78955b4b9eda9edf48c68690772a01b
diff --git a/packages/xod-js/test/transpiler.spec.js b/packages/xod-js/test/transpiler.spec.js index <HASH>..<HASH> 100644 --- a/packages/xod-js/test/transpiler.spec.js +++ b/packages/xod-js/test/transpiler.spec.js @@ -367,7 +367,7 @@ describe('Transpiler', () => { // It will begins with [object Object] instead ...
fix(xod-js): fix test using String.trim() to prevent errors caused by empty new lines in the end of result/fixture
xodio_xod
train
js
f059f7c6336deb866150c7ab9d846f2ba8448056
diff --git a/packages/adapter-flat-file-db/test.js b/packages/adapter-flat-file-db/test.js index <HASH>..<HASH> 100644 --- a/packages/adapter-flat-file-db/test.js +++ b/packages/adapter-flat-file-db/test.js @@ -1,11 +1,6 @@ const path = require('path'); -const flatfile = require('flat-file-db'); -const promisify = req...
test: Use adapter clear in adapter-flat-file-db tests
micro-analytics_micro-analytics-cli
train
js
e610df404e0700903f2e8423b68d63c310c6242c
diff --git a/lib/api-client/http-client.js b/lib/api-client/http-client.js index <HASH>..<HASH> 100644 --- a/lib/api-client/http-client.js +++ b/lib/api-client/http-client.js @@ -85,9 +85,8 @@ HttpClient.prototype.post = function(path, options) { Object.keys(options.fields || {}).forEach(function (field) { ...
fix(attachments): use unique name for attachments
camunda_camunda-bpm-sdk-js
train
js
a478f1927374c9d5d8c048f9d0c041a927a81449
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -140,7 +140,11 @@ module.exports = function (grunt) { grunt.registerTask('widedocs', 'Convert to bootstrap container-fluid', function () { promising(this, - system('sed -i.bak -e \'s/class="row"/...
docs(site): Add 'Provider' text near gear icon
ui-router_angular
train
js
9217f676bde50a859293717bfbbcbfd6a9c0fc7c
diff --git a/apps/actor-web/js/components/DialogSection.react.js b/apps/actor-web/js/components/DialogSection.react.js index <HASH>..<HASH> 100644 --- a/apps/actor-web/js/components/DialogSection.react.js +++ b/apps/actor-web/js/components/DialogSection.react.js @@ -74,7 +74,7 @@ var DialogSection = React.createClass({...
perf(web): some optimizations on messages rendering
actorapp_actor-platform
train
js,js
02829213aa9057b3e7eaba5f87991c2e537a56ee
diff --git a/packages/redux-devtools-core/webpack.config.umd.js b/packages/redux-devtools-core/webpack.config.umd.js index <HASH>..<HASH> 100644 --- a/packages/redux-devtools-core/webpack.config.umd.js +++ b/packages/redux-devtools-core/webpack.config.umd.js @@ -9,6 +9,7 @@ module.exports = (env = {}) => ({ }, ou...
fix(redux-devtools-core): fix umd build (#<I>)
reduxjs_redux-devtools
train
js
d31b449db7b52c30fecd6afa3ec9001dcedf9f6a
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -38,7 +38,7 @@ module.exports = function echint (files, options, cb) { // default values const defaults = { - config: process.env.ECHINT_CONFIG || path.join(process.cwd(), '.editorconfig'), + conf...
feat(core): let linspaces handle lookup of .editorconfig files This provides a better matching of files against .editorconfig rules, making proper lookup and mergin of .editorconfig files, all handled by schorfES/node-lintspaces and editorconfig/editorconfig-core-js BREAKING CHANGE: .editorconfig rules matching has b...
ahmadnassri_echint
train
js
be8aa3f0588e6cdd1c6aa49d124c6d9ee2c9d32c
diff --git a/src/runScript.js b/src/runScript.js index <HASH>..<HASH> 100644 --- a/src/runScript.js +++ b/src/runScript.js @@ -5,10 +5,10 @@ const execa = require('execa') module.exports = function runScript(commands, pathsToLint, packageJson, gitDir) { const lintersArray = Array.isArray(commands) ? commands : ...
fix(windows): Do not reuse execa options object for runners since it breaks on Windows (#<I>) On Windows, if the same execaOptions are re-used for running 'linters' in runScripts.js `windowsVerbatimArguments: true` option will be added which breaks the `git add` command if present with the error from #<I>. Fixes #<...
okonet_lint-staged
train
js
f97226e68ae439fc4e034a355222532c7a17d2c1
diff --git a/lib/class/hawkejs.js b/lib/class/hawkejs.js index <HASH>..<HASH> 100644 --- a/lib/class/hawkejs.js +++ b/lib/class/hawkejs.js @@ -238,12 +238,15 @@ Hawkejs.setMethod(function renameVars(code, level) { fncOpen, opened, token, + skip, i; // Variables per function scope fncVa...
fix: only global variable name classes are not overridden on compile
skerit_hawkejs
train
js
87cc98ac1ec1580eb5fc16190c93b1a81fbac3e6
diff --git a/packages/@vue/cli-service/lib/webpack/MovePlugin.js b/packages/@vue/cli-service/lib/webpack/MovePlugin.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/webpack/MovePlugin.js +++ b/packages/@vue/cli-service/lib/webpack/MovePlugin.js @@ -8,7 +8,9 @@ module.exports = class MovePlugin { ...
chore: check file existence first in MovePlugin
vuejs_vue-cli
train
js
7c7da6b962f3588100545a8bc705fe2e5c55dba0
diff --git a/packages/micro-journeys/src/interactive-pathways.js b/packages/micro-journeys/src/interactive-pathways.js index <HASH>..<HASH> 100644 --- a/packages/micro-journeys/src/interactive-pathways.js +++ b/packages/micro-journeys/src/interactive-pathways.js @@ -114,7 +114,15 @@ class BoltInteractivePathways extend...
feat: custom dropdown closes with you select an option
bolt-design-system_bolt
train
js
5c3f8ec291d2666f0decc39e4f69365ddfbb93a9
diff --git a/ibis/backends/postgres/tests/test_client.py b/ibis/backends/postgres/tests/test_client.py index <HASH>..<HASH> 100644 --- a/ibis/backends/postgres/tests/test_client.py +++ b/ibis/backends/postgres/tests/test_client.py @@ -63,16 +63,6 @@ def test_list_tables(con): assert len(con.list_tables(like='funct...
test: remove flaky test Remove a test that is flaky when parallelized.
ibis-project_ibis
train
py
9d9d82db2de5adf3df594de762d139ac10a0a3fd
diff --git a/src/clappr-dash-shaka-playback.js b/src/clappr-dash-shaka-playback.js index <HASH>..<HASH> 100644 --- a/src/clappr-dash-shaka-playback.js +++ b/src/clappr-dash-shaka-playback.js @@ -310,13 +310,16 @@ class DashShakaPlayback extends HTML5Video { } _onError (err) { - let { category, code, severity...
refactor(dash): check if error is from video tag and treat it
clappr_dash-shaka-playback
train
js
298efad4af598a6b49996699815a9b91b33a79ba
diff --git a/src/components/area-selector/AreaSelectorCtrl.js b/src/components/area-selector/AreaSelectorCtrl.js index <HASH>..<HASH> 100644 --- a/src/components/area-selector/AreaSelectorCtrl.js +++ b/src/components/area-selector/AreaSelectorCtrl.js @@ -160,6 +160,7 @@ export default class AreaSelectorCtrl { * @par...
fix(area-selector): modify the comments for area-selector (#<I>)
ShuyunFF2E_ccms-components
train
js
dde29885ed067f6924d11005bdcc536a06a8e837
diff --git a/templates/hooks/after_plugin_add/register_plugins.js b/templates/hooks/after_plugin_add/register_plugins.js index <HASH>..<HASH> 100755 --- a/templates/hooks/after_plugin_add/register_plugins.js +++ b/templates/hooks/after_plugin_add/register_plugins.js @@ -12,7 +12,7 @@ var fromEnv = process.env.CORDOVA_P...
fix(templates): Fix a wrong check of already existing plugin
diegonetto_generator-ionic
train
js
62affb76a3fc75a91cd83e7b9104ad14ff36add5
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ function NS(ns) { this.collection = ns.slice(this.dotIndex + 1); } - this.system = /^system\./.test(this.collection); + this.system = /^(?:system|enxcol_)\./.test(this.collection); this.oplog = /l...
feat: mark CSFLE helper collections as system collections COMPASS-<I> (#<I>)
mongodb-js_ns
train
js,js
3592296869c24b57a703f99c9a2d16d983323cd0
diff --git a/test/integration/specs/ScopedVue.spec.js b/test/integration/specs/ScopedVue.spec.js index <HASH>..<HASH> 100644 --- a/test/integration/specs/ScopedVue.spec.js +++ b/test/integration/specs/ScopedVue.spec.js @@ -18,7 +18,6 @@ describe('scopedVue', () => { } } }) - console.log(Vuex.sta...
refactor: remove unnecessary console.log from ScopedVue.spec
vuejs_vue-test-utils
train
js
000cd6bcefa365c80142e49c3c64593dba5c8281
diff --git a/go/vt/orchestrator/ssl/ssl.go b/go/vt/orchestrator/ssl/ssl.go index <HASH>..<HASH> 100644 --- a/go/vt/orchestrator/ssl/ssl.go +++ b/go/vt/orchestrator/ssl/ssl.go @@ -166,9 +166,8 @@ func ReadPEMData(pemFile string, pemPass []byte) ([]byte, error) { pemData, err = x509.DecryptPEMBlock(pemBlock, pemPass) ...
refactor: fix lint issues in ssl package
vitessio_vitess
train
go
fa062d209822a871f063bd2a46393f43c294e88f
diff --git a/src/rollbar.js b/src/rollbar.js index <HASH>..<HASH> 100644 --- a/src/rollbar.js +++ b/src/rollbar.js @@ -41,9 +41,9 @@ Rollbar.prototype.configure = function(options, payloadData) { if (payloadData) { payload = {payload: payloadData}; } - this.notifier && this.notifier.configure(_.merge(option...
fix(review): configure after this.options assignment
rollbar_rollbar.js
train
js
0815beca5ea1a6a524c066fc0d2d49a765411326
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,23 @@ Object.defineProperty(exports, "__esModule", { value: true }); -exports.fontgen = fontgen; + +exports.default = function (options) { + var _this = this; + + if (!options.dest) { + throw new _gulpUtil2.d...
fix: Compiled index.js
agentk_gulp-fontgen
train
js
318555dbd207d6ec76ae167342067ccc43cf89a9
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -29,7 +29,7 @@ module.exports = function(grunt) { wrapper: [ '(function (root, factory) {\n' + ' if(typeof define === "function" && define.amd) {\n' + - ' define([], factory);\n' + + ...
fix: the header of wrapped lib to load as AMD module
valerii-zinchenko_class-wrapper
train
js
9f7569bcbff66cd706e1b049f35bdad775dec333
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -83,7 +83,7 @@ module.exports = function (config) { // Continuous Integration mode // if true, Karma captures browsers, runs the tests and exits - singleRun: true + singleR...
chore: karma single run in CI env
formly-js_angular-formly-templates-material
train
js
1212850266d95b2bf6dcf594a0b0fa919d05a18a
diff --git a/mapillary_tools/exif_write.py b/mapillary_tools/exif_write.py index <HASH>..<HASH> 100644 --- a/mapillary_tools/exif_write.py +++ b/mapillary_tools/exif_write.py @@ -69,7 +69,7 @@ class ExifEdit(object): def add_altitude(self, altitude, precision=100): """Add altitude (pre is the precision)...
fix: bug where reference altitude was written incorrently to exif
mapillary_mapillary_tools
train
py
f81cc6b1ee4ed882ade4c31a5e4dda63182bd31b
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -85,7 +85,10 @@ exports.concatStreams = function(streams) { if (!stream) return passThrough.end(); stream.once("end", () => pipeNext(streams.shift())); - stream.pipe(passThrough, { end: false });...
chore: Rerun prettier to resolve #<I>
jamhall_s3rver
train
js
6c7b7a81dcaabcb42dd287d4cb76d6a4c1a5ee9b
diff --git a/src/js/core/img.js b/src/js/core/img.js index <HASH>..<HASH> 100644 --- a/src/js/core/img.js +++ b/src/js/core/img.js @@ -172,7 +172,9 @@ function getImageFromElement(el, src, sources) { wrapInPicture(img, sources); setSourceProps(el, img); - img.onload = () => setSrcAttrs(el, img.currentSrc...
fix: do not return values from onload function, it seems to cause strange behavior in chrome
uikit_uikit
train
js,js
fbb33964e0d55712ba310f81aa35696daecfd157
diff --git a/filer/south_migrations/0016_auto__chg_field_image_subject_location.py b/filer/south_migrations/0016_auto__chg_field_image_subject_location.py index <HASH>..<HASH> 100644 --- a/filer/south_migrations/0016_auto__chg_field_image_subject_location.py +++ b/filer/south_migrations/0016_auto__chg_field_image_subje...
fix: south migration: no data migration on dry-run
divio_django-filer
train
py
d55fca1ad6571c963b8177c7c8a20092a5034031
diff --git a/docs/components/Base.js b/docs/components/Base.js index <HASH>..<HASH> 100644 --- a/docs/components/Base.js +++ b/docs/components/Base.js @@ -7,7 +7,8 @@ export default React.createClass({ propTypes: { route: PropTypes.any.isRequired, - children: PropTypes.any.isRequired + children: PropTyp...
fix(docs): top bar should minimize when not on base route
nikgraf_belle
train
js
1455ad02c795face56c3ad8f209c41c565d59a40
diff --git a/lib/helper/Playwright.js b/lib/helper/Playwright.js index <HASH>..<HASH> 100644 --- a/lib/helper/Playwright.js +++ b/lib/helper/Playwright.js @@ -2448,7 +2448,7 @@ class Playwright extends Helper { * ``` * This method allows intercepting and mocking requests & responses. [Learn more about it](https:/...
fix: Wrong Typing for mockRoute jsdoc (#<I>)
Codeception_CodeceptJS
train
js
4b1254ea9bddfa5d8296a0e09eaef9b743f6fc83
diff --git a/addon/adapters/hoodie.js b/addon/adapters/hoodie.js index <HASH>..<HASH> 100644 --- a/addon/adapters/hoodie.js +++ b/addon/adapters/hoodie.js @@ -21,6 +21,7 @@ export default DS.Adapter.extend({ createRecord(store, type, snapshot) { var props = this.serialize(snapshot); + if (snapshot.id) { pr...
fix: support custom ids for new records
hoodiehq_ember-hoodie
train
js
f29815ec8916d480f37c5d8978a939eaa215acfa
diff --git a/webapps/ui/cockpit/tests/specs/dashboard-spec.js b/webapps/ui/cockpit/tests/specs/dashboard-spec.js index <HASH>..<HASH> 100644 --- a/webapps/ui/cockpit/tests/specs/dashboard-spec.js +++ b/webapps/ui/cockpit/tests/specs/dashboard-spec.js @@ -53,7 +53,6 @@ describe('Cockpit Dashboard Spec', function() { ...
test(cockpit-dashboard): correct collapsible regions test Related to CAM-<I>
camunda_camunda-bpm-platform
train
js
29d760ef04591cd9a745a508ff4dfbb8859c347a
diff --git a/src/ae/contract.js b/src/ae/contract.js index <HASH>..<HASH> 100644 --- a/src/ae/contract.js +++ b/src/ae/contract.js @@ -290,7 +290,7 @@ async function delegateSignatureCommon (ids = [], opt = {}) { Buffer.concat( [ Buffer.from(this.getNetworkId(opt)), - decode(await this.addre...
fix(delegate-signature): stop using the default account in the contex for signing
aeternity_aepp-sdk-js
train
js
3faa3ece0f1e245446a8954bf0b5c18f96ad210f
diff --git a/lib/workers/repository/process/lookup/index.js b/lib/workers/repository/process/lookup/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/process/lookup/index.js +++ b/lib/workers/repository/process/lookup/index.js @@ -154,12 +154,20 @@ async function lookupUpdates(config) { const bucke...
fix: try/catch getNewValue
renovatebot_renovate
train
js
a12da8335ab82c3014c267e379a1b82d05ee8a46
diff --git a/src/processor/intents/_damage.js b/src/processor/intents/_damage.js index <HASH>..<HASH> 100644 --- a/src/processor/intents/_damage.js +++ b/src/processor/intents/_damage.js @@ -7,7 +7,7 @@ module.exports = function(object, target, damage, attackType, scope) { const {roomObjects, bulk, roomControlle...
fix(processor): damage of roomObjects being currently created
screeps_engine
train
js
d0e7759bdddfab9f9f44f5174274f1acb5dde4f1
diff --git a/website/docusaurus.navbar.js b/website/docusaurus.navbar.js index <HASH>..<HASH> 100644 --- a/website/docusaurus.navbar.js +++ b/website/docusaurus.navbar.js @@ -31,7 +31,7 @@ const navbar = { dropdownItemsAfter: [ { href: 'https://react-day-picker-v7.netlify.app', - lab...
chore(website): update navbar
gpbl_react-day-picker
train
js
0a78070b08d8b754f683a3dbb6d7375ea40c5646
diff --git a/components/transfer/__tests__/list.test.js b/components/transfer/__tests__/list.test.js index <HASH>..<HASH> 100644 --- a/components/transfer/__tests__/list.test.js +++ b/components/transfer/__tests__/list.test.js @@ -40,4 +40,18 @@ describe('List', () => { .prop('checked'), ).toBeTruthy(); ...
test: upadte cases for Transfer.List
ant-design_ant-design
train
js
f302b2e6aae9d45f9da87307260372383c4cb565
diff --git a/framework/directives/backButton.js b/framework/directives/backButton.js index <HASH>..<HASH> 100755 --- a/framework/directives/backButton.js +++ b/framework/directives/backButton.js @@ -39,7 +39,7 @@ return { pre: function(scope, element, attrs, controller, transclude) { Cu...
fix(ons-back-button): Fix reference to undefined variable.
OnsenUI_OnsenUI
train
js
b97a702141496ca86045767cf130c87ba8ef2f40
diff --git a/examples/line-dynamic/index.js b/examples/line-dynamic/index.js index <HASH>..<HASH> 100644 --- a/examples/line-dynamic/index.js +++ b/examples/line-dynamic/index.js @@ -39,6 +39,7 @@ window.onload = () => { let vis = new DynamicLineChart(el, { data, x: 'index', + xScale: {nice: false, zero...
feat(LineChart): Add option for setting x and y scales
Kitware_candela
train
js,js
d2c6298fc539e83a253de08adf03a2095912daed
diff --git a/owlbot.py b/owlbot.py index <HASH>..<HASH> 100644 --- a/owlbot.py +++ b/owlbot.py @@ -22,6 +22,7 @@ java.common_templates(excludes=[ '.github/ISSUE_TEMPLATE/bug_report.md', '.github/snippet-bot.yml', '.github/release-please.yml', + '.github/CODEOWNERS', '.github/workflows/*', '.kokoro/linka...
chore: ignore CODEOWNERS for owlbot updates (#<I>)
googleapis_cloud-bigtable-client
train
py
fe63e375d8b6b147e334e865aad465ffa28f2d67
diff --git a/lib/git_diff_parser/version.rb b/lib/git_diff_parser/version.rb index <HASH>..<HASH> 100644 --- a/lib/git_diff_parser/version.rb +++ b/lib/git_diff_parser/version.rb @@ -1,3 +1,3 @@ module GitDiffParser - VERSION = '2.0.0' + VERSION = '2.0.1-beta' end
chore(app): bump development version to <I>-beta
packsaddle_ruby-git_diff_parser
train
rb
70818dce65303e3906df4f33cf1b46ff191c52ee
diff --git a/mopidy_musicbox_webclient/static/js/gui.js b/mopidy_musicbox_webclient/static/js/gui.js index <HASH>..<HASH> 100644 --- a/mopidy_musicbox_webclient/static/js/gui.js +++ b/mopidy_musicbox_webclient/static/js/gui.js @@ -16,6 +16,7 @@ function resetSong() { data.track.artists = ''; data.track.length...
fix:Ensure that song information is reset on all panes.
pimusicbox_mopidy-musicbox-webclient
train
js
166c13d6d8bbf86a7206be00566ded34ef9ab17d
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -29,8 +29,8 @@ function loadPolyfills(){ return System.normalize('aurelia-loader', frameworkName).then(function(loaderName){ var toLoad = []; - logger.debug('loading the es6-shim polyfi...
feat(bootstrapper): switch to core-js
aurelia_bootstrapper
train
js
ddb0ecd4792f65b9f5bd5bc75cf9f6738fb986a0
diff --git a/packages/webpack/mixin.core.js b/packages/webpack/mixin.core.js index <HASH>..<HASH> 100644 --- a/packages/webpack/mixin.core.js +++ b/packages/webpack/mixin.core.js @@ -3,7 +3,11 @@ const { existsSync: exists } = require('fs'); const { join } = require('path'); -const debug = require('debug')('untool:...
fix(webpack): re-introduce config debug output
untool_untool
train
js
e56d05c01cfb413e4f599df8141e29d513930e0c
diff --git a/rest_flex_fields/filter_backends.py b/rest_flex_fields/filter_backends.py index <HASH>..<HASH> 100644 --- a/rest_flex_fields/filter_backends.py +++ b/rest_flex_fields/filter_backends.py @@ -93,7 +93,7 @@ class FlexFieldsFilterBackend(BaseFilterBackend): except FieldDoesNotExist: retur...
fix: TypeError: _get_expandable_fields() takes 1 positional argument but 2 were given
rsinger86_drf-flex-fields
train
py
0252d7035aae0752c076c4abce3f9a55e462f28a
diff --git a/lib/components/narrative/narrative-itineraries.js b/lib/components/narrative/narrative-itineraries.js index <HASH>..<HASH> 100644 --- a/lib/components/narrative/narrative-itineraries.js +++ b/lib/components/narrative/narrative-itineraries.js @@ -152,17 +152,6 @@ class NarrativeItineraries extends Component...
refactor(batch-routing): remove redundant mode filter dropdown
opentripplanner_otp-react-redux
train
js
6740ca363d37d348b5c4d5cb58f30256ad002112
diff --git a/packages/@vue/cli/lib/util/installDeps.js b/packages/@vue/cli/lib/util/installDeps.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli/lib/util/installDeps.js +++ b/packages/@vue/cli/lib/util/installDeps.js @@ -182,6 +182,10 @@ exports.installDeps = async function installDeps (targetDir, command, cliReg...
fix: should add `--shamefully-flatten` for `pnpm install`
vuejs_vue-cli
train
js
4ce2484d6edf5fcbac4647f2bc7af09121122a6d
diff --git a/src/main/java/org/firmata4j/fsm/FiniteStateMachine.java b/src/main/java/org/firmata4j/fsm/FiniteStateMachine.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/firmata4j/fsm/FiniteStateMachine.java +++ b/src/main/java/org/firmata4j/fsm/FiniteStateMachine.java @@ -200,7 +200,8 @@ public class FiniteSt...
fix(fsm): improve logging for missing event handler
kurbatov_firmata4j
train
java
dca4644da12049b71876469b72bcd142c511ed77
diff --git a/actor-apps/app-web/src/app/stores/ComposeStore.js b/actor-apps/app-web/src/app/stores/ComposeStore.js index <HASH>..<HASH> 100644 --- a/actor-apps/app-web/src/app/stores/ComposeStore.js +++ b/actor-apps/app-web/src/app/stores/ComposeStore.js @@ -78,7 +78,7 @@ let onTyping = (action) => { let all = get...
fix(web): case-insensitive mentions match
actorapp_actor-platform
train
js
15ec41caf74e264d757d2c64b92427f027194b82
diff --git a/gitlab/cli.py b/gitlab/cli.py index <HASH>..<HASH> 100644 --- a/gitlab/cli.py +++ b/gitlab/cli.py @@ -188,7 +188,7 @@ def main(): sys.exit(e) # We only support v4 API at this time if config.api_version not in ("4",): - raise ModuleNotFoundError(name="gitlab.v%s.cli" % self._api_ve...
fix: wrong variable name Discovered this when I ran flake8 on the file. Unfortunately I was the one who introduced this wrong variable name :(
python-gitlab_python-gitlab
train
py
c2de23ff82073d393384bc302c46a2e4c16773cb
diff --git a/lib/treasure.js b/lib/treasure.js index <HASH>..<HASH> 100644 --- a/lib/treasure.js +++ b/lib/treasure.js @@ -25,7 +25,9 @@ var Treasure = (function() { this.configure(options); for (var plugin in Treasure.Plugins) { - Treasure.Plugins[plugin].configure.call(this, options); + if (Trea...
refactor(lib): make plugin check more robust in case of future changes
treasure-data_td-js-sdk
train
js
ce30d7fae9343c288a2dc87387fd73e9eb955308
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -7,8 +7,9 @@ module.exports = { manifest: require('./manifest'), naming: require('./naming'), saveDataAndFile: require('./save_data_and_file'), + saveBills: require('./saveBills'), updateOrCreate: require('./updat...
fix: forgot to pass bankOptions to saveBills + saveBills in index
konnectors_libs
train
js,js
0bdebe9527fbf65e335f45466eed61dc7055e196
diff --git a/cloudvolume/cloudvolume.py b/cloudvolume/cloudvolume.py index <HASH>..<HASH> 100644 --- a/cloudvolume/cloudvolume.py +++ b/cloudvolume/cloudvolume.py @@ -1,6 +1,7 @@ import sys import time +import multiprocessing as mp import numpy as np from .exceptions import UnsupportedFormatError diff --git a/t...
fix: missing import of multiprocessing for boolean parallel param
seung-lab_cloud-volume
train
py,py
58ae930d13cdfc91a64b6e3a3afb314b69a032ad
diff --git a/core/src/elements/ons-dialog/animator.js b/core/src/elements/ons-dialog/animator.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-dialog/animator.js +++ b/core/src/elements/ons-dialog/animator.js @@ -151,7 +151,7 @@ export class AndroidDialogAnimator extends DialogAnimator { */ export class IO...
fix(dialog): Adjust duration of iOS `default` animation.
OnsenUI_OnsenUI
train
js
b68c5ae9f38b8744292ffcafe65373b65e6a7f64
diff --git a/src/Exceptions/SessionException.php b/src/Exceptions/SessionException.php index <HASH>..<HASH> 100644 --- a/src/Exceptions/SessionException.php +++ b/src/Exceptions/SessionException.php @@ -12,9 +12,7 @@ namespace Josantonius\Session\Exceptions; /** - * You can use an exception and error handler with t...
refactor: change class comment #<I>
Josantonius_PHP-Session
train
php
d5cf8ccda22ac28a25403c83eea6cc813778d485
diff --git a/lib/helpers.js b/lib/helpers.js index <HASH>..<HASH> 100644 --- a/lib/helpers.js +++ b/lib/helpers.js @@ -124,8 +124,6 @@ function appIdForBundle (bundleId, appDict) { function getPossibleDebuggerAppKeys (bundleIds, appDict) { let proxiedAppIds = []; - - // go through the possible bundle identifie...
fix: make sure list of apps unique
appium_appium-remote-debugger
train
js
0a5e55edb5d1367acf1382c7c3d7971c644095c8
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 @@ -347,6 +347,8 @@ export default class HttpServer { url: request.url.href, } + const requestPath = request.path.substr(`...
fix(http-server): change hapiHandler to use current request path The _path property is set initially during the createRoutes call and but is passed into LambdaIntegrationEvent function for every request. This commit changes the path argument to use the path of the current request.
dherault_serverless-offline
train
js
dc88c47454a7867399fa4e72c3e4ffa5910093aa
diff --git a/taskqueue/taskqueue.py b/taskqueue/taskqueue.py index <HASH>..<HASH> 100644 --- a/taskqueue/taskqueue.py +++ b/taskqueue/taskqueue.py @@ -35,7 +35,7 @@ def deserialize(data): return target_class(**params) def payloadBase64Decode(payload): - decoded_string = base64.b64decode(payload).encode('asci...
fix: make encoding python3 friendly
seung-lab_python-task-queue
train
py
6a0181318ef22e90ad6793740a2532e6a5242780
diff --git a/js/lbank.js b/js/lbank.js index <HASH>..<HASH> 100644 --- a/js/lbank.js +++ b/js/lbank.js @@ -194,7 +194,7 @@ module.exports = class lbank extends Exchange { 'max': undefined, }, 'amount': { - 'min': undefined, + ...
fix(lbank): add `market.amount.min` Lbank api has `minTranQua` provided, while it is not used by ccxt for now. API: <URL>
ccxt_ccxt
train
js
bdebf1cb56ef761f6ffefb043872ad9c90193e73
diff --git a/resources/modules/app.js b/resources/modules/app.js index <HASH>..<HASH> 100644 --- a/resources/modules/app.js +++ b/resources/modules/app.js @@ -2,6 +2,7 @@ import message from 'react-bootstrap-message/js/react-bootstrap-message'; import modal from '@miaoxing/modal'; import param from 'jquery-param'; i...
refactor: app.get/post 请求改为 axios
miaoxing_app
train
js
88ff506ea4b466baee47e32c740180447e63f7d4
diff --git a/src/tooltip/html.js b/src/tooltip/html.js index <HASH>..<HASH> 100644 --- a/src/tooltip/html.js +++ b/src/tooltip/html.js @@ -18,6 +18,15 @@ function find(dom, cls) { return dom.getElementsByClassName(cls)[0]; } +function mergeStyles(styles, cfg) { + Object.keys(styles).forEach(function(k) { + if...
fix(tooltip): merge custom style before applied to container
antvis_component
train
js
99c874f9a0a5f3a460fc67f74e6498a4e04f53ef
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -30,7 +30,7 @@ export class PortalProvider extends React.Component { }; } - componentWillMount() { + UNSAFE_componentWillMount() { this._emitter = new mitt(); } @@ -81,7 +81,7 @@ export class BlackPortal ...
fix: fixed component will mount deprecated warning
zenyr_react-native-portal
train
js
a0ff72b556149334df525021a850096a15c27797
diff --git a/src/client/rest/RESTMethods.js b/src/client/rest/RESTMethods.js index <HASH>..<HASH> 100644 --- a/src/client/rest/RESTMethods.js +++ b/src/client/rest/RESTMethods.js @@ -508,7 +508,11 @@ class RESTMethods { updateGuildMember(member, data, reason) { if (data.channel) { - data.channel_id = thi...
fix(GuildMember): add explicit channel resolve error to member edit (#<I>)
discordjs_discord.js
train
js
4f704e3e1f6f8a2207c4319422807673b2b5f5e7
diff --git a/packages/core/src/index.js b/packages/core/src/index.js index <HASH>..<HASH> 100644 --- a/packages/core/src/index.js +++ b/packages/core/src/index.js @@ -5,6 +5,8 @@ export { just, empty, never } from './source/core' export { periodic } from './source/periodic' +export { newStream } from './source/new...
fix(newStream): export newStream from index.js (#<I>) newStream declared in TypeScript defs but not matched by an actual export
mostjs_core
train
js
127f74b82e712a5ab7a35a055948cd170588081f
diff --git a/hooks/before_prepare/icon.js b/hooks/before_prepare/icon.js index <HASH>..<HASH> 100644 --- a/hooks/before_prepare/icon.js +++ b/hooks/before_prepare/icon.js @@ -151,15 +151,7 @@ function generate(done) { mkdirp.sync(path.dirname(dest)); } - gm(source).density(ico...
refactor(hook): remove error handling of GraphicsMagick as it's inappropriate and going to be replaced
SamVerschueren_gulp-cordova-icon
train
js
152cd677f5cdc9770d44808d15af1079721d8f19
diff --git a/test/e2e/verifier.test.js b/test/e2e/verifier.test.js index <HASH>..<HASH> 100644 --- a/test/e2e/verifier.test.js +++ b/test/e2e/verifier.test.js @@ -199,6 +199,7 @@ describe('End-to-end verification', () => { }); }); + // TODO test is always failing, but passing when run by itself. To investiga...
chore(test): added todo
blockchain-certificates_cert-verifier-js
train
js
e27fed0635a6096180c74b9a7411203c75d5f8f8
diff --git a/lib/allSettled.js b/lib/allSettled.js index <HASH>..<HASH> 100644 --- a/lib/allSettled.js +++ b/lib/allSettled.js @@ -23,13 +23,11 @@ function createResolve(proxy) { if (Array.isArray(result)) { result = result.map(iterator); } else if (result instanceof Map) { - for (const [key, val]...
fix(allSettled): stop using for-of
suguru03_aigle
train
js
038c4d99946e9706b7bea6d22f454ec78504f199
diff --git a/test/interface.spec.js b/test/interface.spec.js index <HASH>..<HASH> 100644 --- a/test/interface.spec.js +++ b/test/interface.spec.js @@ -52,6 +52,10 @@ describe('interface-ipfs-core tests', () => { { name: 'should list config profiles', reason: 'TODO: Not implemented in go-ipfs' +...
chore: skip some tests because there is no go implementation
ipfs_js-ipfs
train
js
8528e4c702412d44254dd02e2922076bdf165560
diff --git a/dramatiq/rate_limits/backend.py b/dramatiq/rate_limits/backend.py index <HASH>..<HASH> 100644 --- a/dramatiq/rate_limits/backend.py +++ b/dramatiq/rate_limits/backend.py @@ -64,8 +64,8 @@ class RateLimiterBackend: raise NotImplementedError def incr_and_sum(self, key, keys, amount, maximum, ...
fix: update docs for incr_and_sum behavior
Bogdanp_dramatiq
train
py
eeeda2397ccd2ccebb1de5f34af126d697ac80f5
diff --git a/packages/ipfs-unixfs-exporter/src/resolvers/unixfs-v1/content/file.js b/packages/ipfs-unixfs-exporter/src/resolvers/unixfs-v1/content/file.js index <HASH>..<HASH> 100644 --- a/packages/ipfs-unixfs-exporter/src/resolvers/unixfs-v1/content/file.js +++ b/packages/ipfs-unixfs-exporter/src/resolvers/unixfs-v1/c...
fix: yield buf after reading length to make it safe to use with worker transfer
ipfs_js-ipfs-unixfs
train
js
8e1ecff53ae2078e4b751bc679b78d2742fa1616
diff --git a/packages/retail-ui/scripts/publish/prepublish/index.js b/packages/retail-ui/scripts/publish/prepublish/index.js index <HASH>..<HASH> 100644 --- a/packages/retail-ui/scripts/publish/prepublish/index.js +++ b/packages/retail-ui/scripts/publish/prepublish/index.js @@ -7,4 +7,4 @@ config.publishConfig = Object...
chore: don't confuse wKich with my english
skbkontur_retail-ui
train
js
c8d9b5bd658b77e506e8c4609ca123170fdef455
diff --git a/test/instrumentation/modules/redis.js b/test/instrumentation/modules/redis.js index <HASH>..<HASH> 100644 --- a/test/instrumentation/modules/redis.js +++ b/test/instrumentation/modules/redis.js @@ -10,6 +10,7 @@ var redis = require('redis') var test = require('tape') var mockClient = require('../../_mo...
test(redis): fix timing issue by ignoring order (#<I>)
elastic_apm-agent-nodejs
train
js
c173ec0cc7656f4796efe9ba850f14a96388f00b
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -635,9 +635,7 @@ var Unirest = function (method, uri, headers, body, callback) { var key var i - options = options || { - attachment: false - } + options = options || { attachment: false...
fix(unirest-response-parse): CLRF -> CRLF fixes #<I>
Kong_unirest-nodejs
train
js
8ff48c126abeb23a1d505159b57662b59fd7c77f
diff --git a/pkg/api/api_plugin.go b/pkg/api/api_plugin.go index <HASH>..<HASH> 100644 --- a/pkg/api/api_plugin.go +++ b/pkg/api/api_plugin.go @@ -6,7 +6,8 @@ import ( "net/http/httputil" "net/url" - "github.com/Unknwon/macaron" + "gopkg.in/macaron.v1" + "github.com/grafana/grafana/pkg/log" "github.com/grafan...
fix(merge): minor merge fix
grafana_grafana
train
go
b22cece4859bda96914cc6911742297cc5dec44a
diff --git a/packages/react/src/components/OverflowMenu/OverflowMenu.js b/packages/react/src/components/OverflowMenu/OverflowMenu.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/OverflowMenu/OverflowMenu.js +++ b/packages/react/src/components/OverflowMenu/OverflowMenu.js @@ -535,7 +535,6 @@ class Ove...
refactor(OverflowMenu): remove reference to deleted method (#<I>)
carbon-design-system_carbon-components
train
js
fc7df151d3ee06228f03bcc48401dbc0fbe67843
diff --git a/build/tasks/build.js b/build/tasks/build.js index <HASH>..<HASH> 100644 --- a/build/tasks/build.js +++ b/build/tasks/build.js @@ -28,7 +28,7 @@ gulp.task('build-es6', function () { srcResult.dts.pipe(gulp.dest(paths.esmOutput+'src/')), srcResult.js.pipe(sourcemaps.write()).pipe(gulp.dest(...
fix(package): sourcemap generation returned
eastbanctechru_e2e4
train
js
587f60e1a35cbb36c2430595032245643eac1dff
diff --git a/test/check-role-authorization-test.js b/test/check-role-authorization-test.js index <HASH>..<HASH> 100644 --- a/test/check-role-authorization-test.js +++ b/test/check-role-authorization-test.js @@ -215,4 +215,17 @@ describe('checkRoleAuthorization', () => { 'create' // action )).to.equal(fa...
test: Extra test so we hit <I>% coverage :D
wmfs_rbac
train
js
876a3c04c07a9f8d97e1edca3ec1f76e51e1a310
diff --git a/lib/runner.js b/lib/runner.js index <HASH>..<HASH> 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -352,6 +352,9 @@ Runner.prototype.setupGlobals_ = function(driver) { // Enable sourcemap support for stack traces. require('source-map-support').install(); + // Required by dart2js machinery. + //...
feat(runner): support running dart2js spec files This commit supports running Dart2JS output in NodeJS. Officially, Dart2JS in supposed to only generate code for running in a real webbrowser. With this patch, the dart2js code can also be executed in NodeJS. Ref: <URL>
angular_protractor
train
js,js
588be2f3dd25a8360b95240d9432b2248a30e1ae
diff --git a/lib/components/narrative/narrative-itineraries-header.js b/lib/components/narrative/narrative-itineraries-header.js index <HASH>..<HASH> 100644 --- a/lib/components/narrative/narrative-itineraries-header.js +++ b/lib/components/narrative/narrative-itineraries-header.js @@ -95,7 +95,7 @@ export default func...
fix(itinerary): correctly use sort type for displaying selected value
opentripplanner_otp-react-redux
train
js
17b2e1f33d62f232b776f7c558554a8882e9ed8a
diff --git a/tests/system/Database/Live/DbUtilsTest.php b/tests/system/Database/Live/DbUtilsTest.php index <HASH>..<HASH> 100644 --- a/tests/system/Database/Live/DbUtilsTest.php +++ b/tests/system/Database/Live/DbUtilsTest.php @@ -108,12 +108,12 @@ final class DbUtilsTest extends CIUnitTestCase { $util = ...
fix: dbname to upper.
codeigniter4_CodeIgniter4
train
php
2d98c2eb2949687a49ede71f4f98953b9917b9fd
diff --git a/lib/inspectors/res.js b/lib/inspectors/res.js index <HASH>..<HASH> 100644 --- a/lib/inspectors/res.js +++ b/lib/inspectors/res.js @@ -469,7 +469,7 @@ function(resBody, resPrepend, resAppend, htmlAppend, jsAppend, cssAppend, delete data.delay; type = util.getContentType(headers); - var isHtml = typ...
refactor: resMerge
avwo_whistle
train
js
55a82969b60675fa20997937446d310436165fbc
diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go index <HASH>..<HASH> 100644 --- a/test/helpers/kubectl.go +++ b/test/helpers/kubectl.go @@ -104,7 +104,7 @@ var ( "k8s.requireIPv4PodCIDR": "true", "pprof.enabled": "true", "logSystemLoad": "true", - "bpf.pre...
test: Change preallocate BPF maps default to false This matches with how we deploy Cilium because our Helm charts default to false as well.
cilium_cilium
train
go
7263962c0df0dfe9b6a774597ce27ae4c8ac1492
diff --git a/src/permission-ng/permission-ng.js b/src/permission-ng/permission-ng.js index <HASH>..<HASH> 100644 --- a/src/permission-ng/permission-ng.js +++ b/src/permission-ng/permission-ng.js @@ -37,7 +37,11 @@ function run($rootScope, $location, PermTransitionProperties, PermTransitionEven * @returns {boolean...
refactor: Simplified state permission checking
RafaelVidaurre_angular-permission
train
js,js
10629e15666e06101a157ceb5e51a5edf3d190b5
diff --git a/packages/shell-chrome/src/devtools-background.js b/packages/shell-chrome/src/devtools-background.js index <HASH>..<HASH> 100644 --- a/packages/shell-chrome/src/devtools-background.js +++ b/packages/shell-chrome/src/devtools-background.js @@ -16,7 +16,7 @@ function createPanelIfHasVue () { return } ...
fix: avoid exception when opening devtools on a non-vue page (#<I>)
vuejs_vue-devtools
train
js
b949a1cbaed5a0c954f1153261a5d6a2e307fba0
diff --git a/test/mailgun.spec.js b/test/mailgun.spec.js index <HASH>..<HASH> 100644 --- a/test/mailgun.spec.js +++ b/test/mailgun.spec.js @@ -86,7 +86,7 @@ test.group('Mailgun', () => { mailgun.setConfig(config) const response = await mailgun.send({ - from: [process.env.SMTP_TO_EMAIL], + from: [p...
refactor(ses): disable ses emails
adonisjs_adonis-mail
train
js,js
380d970daaefab4f799ccc4c53b1b22fa7c07a78
diff --git a/sparse/client_test.go b/sparse/client_test.go index <HASH>..<HASH> 100644 --- a/sparse/client_test.go +++ b/sparse/client_test.go @@ -11,6 +11,7 @@ import ( const localPath = "foo1.bar" const remotePath = "foo2.bar" const localhost = "127.0.0.1" +const timeout = 5 //seconds var remoteAddr = TCPEndPoi...
test: fixed broken cleint/server calls
rancher_sparse-tools
train
go