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
2ba915d14093027b9d285e66cff93a76131465f4
diff --git a/packages/cozy-pouch-link/src/migrations/adapter.js b/packages/cozy-pouch-link/src/migrations/adapter.js index <HASH>..<HASH> 100644 --- a/packages/cozy-pouch-link/src/migrations/adapter.js +++ b/packages/cozy-pouch-link/src/migrations/adapter.js @@ -20,7 +20,7 @@ export const migratePouch = async ({ dbName...
refactor: Use method param
cozy_cozy-client
train
js
aa8b3f373633c3c8a303a3a5703e8bbab4976ebd
diff --git a/examples/apps/microservice-http-endpoint-python3/lambda_function.py b/examples/apps/microservice-http-endpoint-python3/lambda_function.py index <HASH>..<HASH> 100644 --- a/examples/apps/microservice-http-endpoint-python3/lambda_function.py +++ b/examples/apps/microservice-http-endpoint-python3/lambda_funct...
docs: unindent line <I> in example app (#<I>)
awslabs_serverless-application-model
train
py
74d109268bd933803c542de42e6bd14662ea4528
diff --git a/tests/dummy/config/environment.js b/tests/dummy/config/environment.js index <HASH>..<HASH> 100644 --- a/tests/dummy/config/environment.js +++ b/tests/dummy/config/environment.js @@ -1,7 +1,7 @@ /* jshint node: true */ module.exports = function(environment) { - var backendUrl = 'https://flexberry-ember...
chore: Update backend URL for dummy app
Flexberry_ember-flexberry
train
js
c3f03e4497beb4cd2aee1735c6a89d6333ed931e
diff --git a/src/diagrams/class/classRenderer.js b/src/diagrams/class/classRenderer.js index <HASH>..<HASH> 100644 --- a/src/diagrams/class/classRenderer.js +++ b/src/diagrams/class/classRenderer.js @@ -8,7 +8,7 @@ import { parser } from './parser/classDiagram' parser.yy = classDb -const idCache = {} +let idCache ...
fix: fix draw function can only call once
knsv_mermaid
train
js
dadd9ab3ee19d76d4789e995f7c72c79f4d90b32
diff --git a/src/geshi/lolcode.php b/src/geshi/lolcode.php index <HASH>..<HASH> 100644 --- a/src/geshi/lolcode.php +++ b/src/geshi/lolcode.php @@ -106,6 +106,7 @@ $language_data = array( 4 => 'color: #800000;' ), 'COMMENTS' => array( + 0 => 'color: #666666; style: italic;',...
fix: Fix issues with LangCheck compatibility
GeSHi_geshi-1.0
train
php
a50e9c4a8437045c08d214aae5a33a31dcf11a17
diff --git a/src/js/mixin/parallax.js b/src/js/mixin/parallax.js index <HASH>..<HASH> 100644 --- a/src/js/mixin/parallax.js +++ b/src/js/mixin/parallax.js @@ -87,6 +87,10 @@ export default { if (prop === 'stroke') { + if (!steps.some(step => step)) { + retu...
fix: check for valid steps in stroke props
uikit_uikit
train
js
535dfc023e69269f8b3b9e35fe8476cc82523c02
diff --git a/packages/botfuel-dialog/src/adapters/web-adapter.js b/packages/botfuel-dialog/src/adapters/web-adapter.js index <HASH>..<HASH> 100644 --- a/packages/botfuel-dialog/src/adapters/web-adapter.js +++ b/packages/botfuel-dialog/src/adapters/web-adapter.js @@ -184,7 +184,7 @@ class WebAdapter extends Adapter { ...
fix: set quality of image screenshot default value to <I>
Botfuel_botfuel-dialog
train
js
0c8af5bd824a0d019ee409cd83855eecb602244f
diff --git a/packages/ieee754/src/index.js b/packages/ieee754/src/index.js index <HASH>..<HASH> 100644 --- a/packages/ieee754/src/index.js +++ b/packages/ieee754/src/index.js @@ -43,5 +43,5 @@ export function decodeF32(bytes: Array<Byte>): number { export function decodeF64(bytes: Array<Byte>): number { const buffe...
fix: use double for f<I>
xtuc_webassemblyjs
train
js
3cccb2448924fc32b7e3f3945376f6cbeb92bd28
diff --git a/lib/core/client.js b/lib/core/client.js index <HASH>..<HASH> 100644 --- a/lib/core/client.js +++ b/lib/core/client.js @@ -704,7 +704,11 @@ class Parser extends HTTPParser { } } - request.onComplete(headers) + try { + request.onComplete(headers) + } catch (err) { + ...
fix: don't fail socket if onComplete throws
mcollina_undici
train
js
1c3fd406a2e807eafae92de1dad18927b15796d1
diff --git a/tests/apigateway/test_api.py b/tests/apigateway/test_api.py index <HASH>..<HASH> 100644 --- a/tests/apigateway/test_api.py +++ b/tests/apigateway/test_api.py @@ -10,7 +10,9 @@ from foremast.awslambda.api_gateway_event.api_gateway_event import APIGateway @mock.patch('foremast.awslambda.api_gateway_event.ap...
test: Add required rules dictionary See also: PSOBAT-<I>
foremast_foremast
train
py
7c0abdd1f1ddef608459c1d32d243ed39498fc15
diff --git a/src/utils/calculate-textarea-height.js b/src/utils/calculate-textarea-height.js index <HASH>..<HASH> 100644 --- a/src/utils/calculate-textarea-height.js +++ b/src/utils/calculate-textarea-height.js @@ -3,13 +3,13 @@ import { canUseDOM } from 'exenv'; let hiddenTextarea; const computedStyleCache = {}; co...
feat(TextInput): make sure normal styling does not influence height calculations
nikgraf_belle
train
js
25a6d7b87638fd16967a8a76bcf9448818302875
diff --git a/packages/blueprint-stripe/lib/models/stripe-account-ref.js b/packages/blueprint-stripe/lib/models/stripe-account-ref.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-stripe/lib/models/stripe-account-ref.js +++ b/packages/blueprint-stripe/lib/models/stripe-account-ref.js @@ -5,8 +5,11 @@ const Stripe...
chore: replaced status with two other flags
onehilltech_blueprint
train
js
4654e247a38e4e74484494f5736c553064126350
diff --git a/actions/class.ClientConfig.php b/actions/class.ClientConfig.php index <HASH>..<HASH> 100755 --- a/actions/class.ClientConfig.php +++ b/actions/class.ClientConfig.php @@ -20,8 +20,8 @@ declare(strict_types=1); -use oat\tao\model\routing\Resolver; use oat\tao\model\menu\MenuService; +use oat\tao\model\...
refactor: change use-statements alphabet order
oat-sa_tao-core
train
php
8bfe8d59ef1d7bc41ef4aaa73ee3684860c16495
diff --git a/src/ProductMetadata/Services/ProductMetadataBaseService.php b/src/ProductMetadata/Services/ProductMetadataBaseService.php index <HASH>..<HASH> 100644 --- a/src/ProductMetadata/Services/ProductMetadataBaseService.php +++ b/src/ProductMetadata/Services/ProductMetadataBaseService.php @@ -31,7 +31,7 @@ class P...
fix: use correct sandbox url for product metadata service
davidtsadler_ebay-sdk-php
train
php
bfb5e4e7e64a99260c4975c46de29eea5f072d71
diff --git a/tests/Integration/MultiClusterManagementTest.php b/tests/Integration/MultiClusterManagementTest.php index <HASH>..<HASH> 100644 --- a/tests/Integration/MultiClusterManagementTest.php +++ b/tests/Integration/MultiClusterManagementTest.php @@ -146,7 +146,7 @@ class MultiClusterManagementTest extends AlgoliaI...
chore(tests-mcm): retries a little bit more
algolia_algoliasearch-client-php
train
php
18d8306e3acd1f019e14bcd087b1b1d79fafcda9
diff --git a/packages/core/lib/utils.js b/packages/core/lib/utils.js index <HASH>..<HASH> 100644 --- a/packages/core/lib/utils.js +++ b/packages/core/lib/utils.js @@ -17,7 +17,7 @@ exports.validate = (strategy, checkArgs = () => {}, checkResult = () => {}) => functions.map((fn) => (...callArgs) => { ...
refactor(core): replace duck check with instanceof
untool_untool
train
js
c285ffa999094f30b0c5c6e87eb9f73104b7b0d4
diff --git a/src/SearchIndex.php b/src/SearchIndex.php index <HASH>..<HASH> 100644 --- a/src/SearchIndex.php +++ b/src/SearchIndex.php @@ -186,7 +186,7 @@ class SearchIndex $message .= "If your batch has a unique identifier but isn't called objectID,\n"; $message .= "you can map it automatical...
fix(auto-generate-id-message): improves wording (#<I>)
algolia_algoliasearch-client-php
train
php
4ad864ce890c64fb1103d8838cb4d32826a39be9
diff --git a/src/utils/gitignore.js b/src/utils/gitignore.js index <HASH>..<HASH> 100644 --- a/src/utils/gitignore.js +++ b/src/utils/gitignore.js @@ -12,7 +12,7 @@ const hasGitIgnore = async function (dir) { const ensureNetlifyIgnore = async function (dir) { const gitIgnorePath = path.join(dir, '.gitignore') - ...
fix: add newline when editing the .gitignore (#<I>) without a newline, appending to the `.gitignore` can result in problems for example: ``` ntl init # => appends .netlify to .gitignore with no newline echo ".cache" >> .gitignore ``` now the .gitignore looks like this: ``` .netlify.cache ``` adding...
netlify_cli
train
js
17624a73d65f1d76a6cdd4fc9fc1f71977359a50
diff --git a/packages/demoing-storybook/src/build/readCommandLineArgs.js b/packages/demoing-storybook/src/build/readCommandLineArgs.js index <HASH>..<HASH> 100644 --- a/packages/demoing-storybook/src/build/readCommandLineArgs.js +++ b/packages/demoing-storybook/src/build/readCommandLineArgs.js @@ -14,7 +14,7 @@ module....
fix(demoing-storybook): default build folder should be storybook-static
open-wc_open-wc
train
js
5695f0d1bb171112025ad941152a4f1a89eb658a
diff --git a/src/transform/__specs__/object.spec.js b/src/transform/__specs__/object.spec.js index <HASH>..<HASH> 100644 --- a/src/transform/__specs__/object.spec.js +++ b/src/transform/__specs__/object.spec.js @@ -37,7 +37,9 @@ describe('transform/object', function () { }); it('should serialize map', funct...
fix(tests): Skip Map serialization on node < <I>
megahertz_electron-log
train
js
77d25c7b2489646745aa16d6c7cb2b2a0e85cd5d
diff --git a/src/components/VSelect/VSelect.js b/src/components/VSelect/VSelect.js index <HASH>..<HASH> 100644 --- a/src/components/VSelect/VSelect.js +++ b/src/components/VSelect/VSelect.js @@ -58,7 +58,10 @@ export default { default: '$vuetify.icons.dropdown' }, appendIconCb: Function, - attach: B...
fix(VSelect): pass attach prop to menu when not true <I>b<I>e still had the wrong type
vuetifyjs_vuetify
train
js
70670e108a172613b4a2d6befed5f86797e548f7
diff --git a/epab/cli.py b/epab/cli.py index <HASH>..<HASH> 100644 --- a/epab/cli.py +++ b/epab/cli.py @@ -18,7 +18,7 @@ import epab.utils from epab import __version__ with open('epab.yml') as config_file: - CONFIG = yaml.load(config_file) + CONFIG = yaml.safe_load(config_file) def _install_pyinstaller(c...
fix: fix unsafe YAML loading
etcher-be_epab
train
py
0c6205b8730620d8ee08c2cfca640ba428d2e019
diff --git a/lib/components/admin/draggable-window.js b/lib/components/admin/draggable-window.js index <HASH>..<HASH> 100644 --- a/lib/components/admin/draggable-window.js +++ b/lib/components/admin/draggable-window.js @@ -50,7 +50,7 @@ export default class DraggableWindow extends Component { {header} ...
refactor(draggable-window): make windows fit more screen sizes
opentripplanner_otp-react-redux
train
js,js
191b81d69e4272c4186dbcc062308a65746fd1e5
diff --git a/dist/moon.js b/dist/moon.js index <HASH>..<HASH> 100644 --- a/dist/moon.js +++ b/dist/moon.js @@ -35,6 +35,9 @@ var data = instance.data; var initMethod = function(methodName, method) { + if("development" !== "production" && data.hasOwnProperty(methodName) === true) { + ...
fix: warn when method has same key as a data property (fixes #<I>)
kbrsh_moon
train
js,js
9c12dc8112ebffbc189e61d9d7320a739c310d87
diff --git a/lib/clone-ast.js b/lib/clone-ast.js index <HASH>..<HASH> 100644 --- a/lib/clone-ast.js +++ b/lib/clone-ast.js @@ -17,8 +17,9 @@ module.exports = function cloneWithWhitelist (astWhiteList) { }, {}); function cloneContainer (obj) { - if (obj.type && whitelist[obj.type]) { - retu...
perf(espurify): reduce number of whitelist lookup
estools_espurify
train
js
d58d381a037c3ffbe099d3d070b45af08227f93d
diff --git a/packages/letter/lib/renderPdf.js b/packages/letter/lib/renderPdf.js index <HASH>..<HASH> 100644 --- a/packages/letter/lib/renderPdf.js +++ b/packages/letter/lib/renderPdf.js @@ -18,7 +18,7 @@ export default async (html, letter) => { const page = await browser.newPage(); const pdfPath = path.join(...
chore(letter): `renderPdf` emulates `print` media by default. Unlike `resume-cli` which emulates `screen`.
randytarampi_me
train
js
3afc8f530b9564e6e6a5f210a6305d56ccbccf64
diff --git a/src/Http/DataTables/Scopes/MiningCorporationScope.php b/src/Http/DataTables/Scopes/MiningCorporationScope.php index <HASH>..<HASH> 100644 --- a/src/Http/DataTables/Scopes/MiningCorporationScope.php +++ b/src/Http/DataTables/Scopes/MiningCorporationScope.php @@ -70,7 +70,7 @@ class MiningCorporationScope im...
fix(corporation): Datatables corporation mining ledger needs to look at affiliations for corporation_id of character
eveseat_web
train
php
a9c22ef163dd2402b1637dbac380586aecb8afb1
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -76,9 +76,11 @@ export const sessionStoreBuilder = () => ({ keepalive({ state, dispatch }) { if (!state.user) return const httpLib = state.httpLib || this.$axios - if (httpLib) httpLib.p...
fix: wait for keepalive to be over before reading cookie
koumoul-dev_sd-vue
train
js
092a23af890dcc651d9b8c1156aa3aa8013f5da4
diff --git a/chef-utils/lib/chef-utils/dist.rb b/chef-utils/lib/chef-utils/dist.rb index <HASH>..<HASH> 100644 --- a/chef-utils/lib/chef-utils/dist.rb +++ b/chef-utils/lib/chef-utils/dist.rb @@ -113,6 +113,9 @@ module ChefUtils # The server`s docs URL SERVER_DOCS = "https://docs.chef.io/server/" + + ...
chore: add constant for ChefServer system user
chef_chef
train
rb
bf48bf0dcddcba480640aa85c795ca62d5ed00a4
diff --git a/components/dropdown/menu.js b/components/dropdown/menu.js index <HASH>..<HASH> 100644 --- a/components/dropdown/menu.js +++ b/components/dropdown/menu.js @@ -181,7 +181,7 @@ export default class DropdownMenu extends Intact { // in vue the click event of trigger element // will pro...
fix(Dropdown): name conflict, #<I>
ksc-fe_kpc
train
js
726b707a99aaf23c81362f54539a9ed83824b397
diff --git a/frontend/src/component/common/index.js b/frontend/src/component/common/index.js index <HASH>..<HASH> 100644 --- a/frontend/src/component/common/index.js +++ b/frontend/src/component/common/index.js @@ -140,8 +140,8 @@ IconLink.propTypes = { icon: PropTypes.string, }; -export const DropdownButton = ...
fix: minor visual for dropdowns
Unleash_unleash
train
js
88af4d6abe954498226c675febd5e8a5937f56d6
diff --git a/packages/tab/src/css/index.js b/packages/tab/src/css/index.js index <HASH>..<HASH> 100644 --- a/packages/tab/src/css/index.js +++ b/packages/tab/src/css/index.js @@ -56,6 +56,11 @@ export default { // __bar '& span': { bottom: '-1px' + }, + + // __overflow-button + '& ...
fix(tab): prevent overflow buttons from shifting on list focus
pluralsight_design-system
train
js
c6ed32694bbb5cae42e8dad5dddb5199238ba7ef
diff --git a/config/jest/jestConfig.js b/config/jest/jestConfig.js index <HASH>..<HASH> 100644 --- a/config/jest/jestConfig.js +++ b/config/jest/jestConfig.js @@ -47,7 +47,7 @@ module.exports = { transformIgnorePatterns: [ // Allow 'compilePackages' code to be transformed in tests by overriding // the defa...
fix(jest): Remove trailing slash on transform ignore paths (#<I>)
seek-oss_sku
train
js
1dfdeb0a786a60a359d9c61cbdb76d12ae5654b0
diff --git a/ui/src/components/table/QTh.js b/ui/src/components/table/QTh.js index <HASH>..<HASH> 100644 --- a/ui/src/components/table/QTh.js +++ b/ui/src/components/table/QTh.js @@ -56,12 +56,9 @@ export default defineComponent({ const data = { class: col.__thClass + (props.autoWidth === tru...
fix(QTh): "click" event not being emitted when sortable is false #<I>
quasarframework_quasar
train
js
969396c5610a9c5dc7e6e8c16500514569778390
diff --git a/packages/cozy-jobs-cli/src/init-konnector-config.js b/packages/cozy-jobs-cli/src/init-konnector-config.js index <HASH>..<HASH> 100644 --- a/packages/cozy-jobs-cli/src/init-konnector-config.js +++ b/packages/cozy-jobs-cli/src/init-konnector-config.js @@ -12,7 +12,7 @@ const configPath = path.resolve('konnec...
fix: forgot one strip-json-comment in cozy-jobs-cli...
konnectors_libs
train
js
4ca0eff97cb4889ccf207262763df7216a2c1172
diff --git a/src/authentication.js b/src/authentication.js index <HASH>..<HASH> 100644 --- a/src/authentication.js +++ b/src/authentication.js @@ -70,6 +70,11 @@ export class Authentication { this.setResponseObject(response); } + get hasDataStored() { + LogManager.getLogger('authentication').warn('Authent...
chore(authentication): add hasDataStored getter to ensure BC
SpoonX_aurelia-authentication
train
js
86eca2baa42788c2e5a74652048dc9591c701cfc
diff --git a/src/components/VSlider/VSlider.js b/src/components/VSlider/VSlider.js index <HASH>..<HASH> 100644 --- a/src/components/VSlider/VSlider.js +++ b/src/components/VSlider/VSlider.js @@ -402,15 +402,15 @@ export default { if ('touches' in e) { this.app.addEventListener('touchmove', this.onMous...
fix(v-slider): remove duplicate change event onMouseUp is already triggered by v-input, our mouseUp usage is more internal for slider, just renamed method fixes #<I>
vuetifyjs_vuetify
train
js
cece0e585f7e44f1096a674f42dc8c93f15bda8b
diff --git a/sites/fast-website/webpack.common.js b/sites/fast-website/webpack.common.js index <HASH>..<HASH> 100644 --- a/sites/fast-website/webpack.common.js +++ b/sites/fast-website/webpack.common.js @@ -69,6 +69,7 @@ module.exports = { new CleanWebpackPlugin(), new HtmlWebpackPlugin({ ...
chore: inject website bundle script into the head to prevent flash of unstyled content (#<I>)
Microsoft_fast-dna
train
js
31aa87a4d948912a855c06740180104a8feb56c7
diff --git a/src/components/core/core-class.js b/src/components/core/core-class.js index <HASH>..<HASH> 100644 --- a/src/components/core/core-class.js +++ b/src/components/core/core-class.js @@ -393,14 +393,14 @@ class Swiper { mount(el) { const swiper = this; - if (swiper.mounted) return; + if (swiper....
fix(core): don't throw error when trying to init on non existent element
nolimits4web_swiper
train
js
2fa000979fdf69781b26e225385329d431219574
diff --git a/test/k8sT/Services.go b/test/k8sT/Services.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Services.go +++ b/test/k8sT/Services.go @@ -1552,7 +1552,8 @@ Secondary Interface %s :: IPv4: (%s, %s), IPv6: (%s, %s)`, helpers.DualStackSupp SkipContextIf(func() bool { // The graceful termination feature depen...
test: Skip graceful term tests if no kube-proxy The graceful termination suite disables KPR (only bpf_lxc per-packet LB is enabled for pod netns), which makes the K8s cluster half-functioning if there is no kube-proxy installed. E.g., DNS resolution via CoreDNS from host netns will fail. The suite should be
cilium_cilium
train
go
aee10a5e1e465f6ec1641512f595d1fb11879530
diff --git a/packages/node_modules/@webex/webex-core/src/lib/credentials/credentials.js b/packages/node_modules/@webex/webex-core/src/lib/credentials/credentials.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/webex-core/src/lib/credentials/credentials.js +++ b/packages/node_modules/@webex/webex-core/...
feat(webex-core): add org extraction from user token
webex_spark-js-sdk
train
js
2b6e6d86310a9f9fc4293c2f76f37690db9003e4
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -40,6 +40,7 @@ module.exports = { GuildMemberManager: require('./managers/GuildMemberManager'), GuildMemberRoleManager: require('./managers/GuildMemberRoleManager'), GuildManager: require('./managers/G...
feat(Module): add ReactionManager to exports (#<I>) add ReactionManager to the manager exports in src/index.js closes #<I>
discordjs_discord.js
train
js
880b6b30077b300138b5e5bfb9fecb759125cf2d
diff --git a/lib/core/EventBus.js b/lib/core/EventBus.js index <HASH>..<HASH> 100644 --- a/lib/core/EventBus.js +++ b/lib/core/EventBus.js @@ -98,15 +98,9 @@ var slice = Array.prototype.slice; function EventBus() { this._listeners = {}; - // cleanup on destroy - - var self = this; - - // destroy on lowest prio...
chore(core): factor out EventBus destroy into method
bpmn-io_diagram-js
train
js
880c93c3afc7ad8c0f4ea7cb1082d727d0ad49c0
diff --git a/bukuserver/server.py b/bukuserver/server.py index <HASH>..<HASH> 100644 --- a/bukuserver/server.py +++ b/bukuserver/server.py @@ -344,12 +344,11 @@ def search_tag( row: T.Tuple[str, int] for row in db.cur.execute(*query_args): - tagset = row[0].strip(buku.DELIM).split(buku.DELIM) - ...
fix(search_tag): no key on dic
jarun_Buku
train
py
39911ea8bb089770681a25f60e36383a69464c1f
diff --git a/addon/services/can.js b/addon/services/can.js index <HASH>..<HASH> 100644 --- a/addon/services/can.js +++ b/addon/services/can.js @@ -3,7 +3,6 @@ import Ability from 'ember-can/ability'; import { assert } from '@ember/debug'; import { getOwner } from '@ember/application'; import { assign } from '@ember/...
fix: don't wrap destroying abilities in a runloop fixes #<I>
minutebase_ember-can
train
js
9cd613125b48ab6a2725e9972068cb4f994697dd
diff --git a/actions/comment/save.php b/actions/comment/save.php index <HASH>..<HASH> 100644 --- a/actions/comment/save.php +++ b/actions/comment/save.php @@ -12,7 +12,7 @@ if (empty($description)) { $comment_guid = get_input('comment_guid', null); $entity_guid = get_input('entity_guid', null); -$new_comment = ($co...
fix(actions): fix typo in action
hypeJunction_hypeInteractions
train
php
cd1fa579129eebb3723d77f620aba054984caeb7
diff --git a/test/test-pmctl-local.js b/test/test-pmctl-local.js index <HASH>..<HASH> 100644 --- a/test/test-pmctl-local.js +++ b/test/test-pmctl-local.js @@ -57,6 +57,7 @@ helper.pmctl.waiton = waiton; function waiton(cmd, output) { while (true) { try { + console.trace('WAITON %s', cmd); expect(cm...
test: improve traceability of pmctl tests
strongloop_strong-pm
train
js
25cf88c29449cef6b925d19ec9cd17671f1befc9
diff --git a/lib/protractor.js b/lib/protractor.js index <HASH>..<HASH> 100644 --- a/lib/protractor.js +++ b/lib/protractor.js @@ -99,6 +99,13 @@ var buildElementHelper = function(ptor) { }; /** + * @return {webdriver.Locator} + */ + ElementArrayFinder.prototype.locator = function() { + return this.loca...
feat(ElementArrayFinder): keep a reference to the original locator
angular_protractor
train
js,js
8141d336d32d2545a0ee204f2a539e760de7e050
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 @@ -60,12 +60,10 @@ module.exports = function getConfig({ strictEqual(typeof outp...
fix: check output folder even when skipPostprocess
wildpeaks_package-webpack-config-web
train
js
68021e16a6496cbba1b3d2e3a015c09fa2f3dcc1
diff --git a/services/amo/amo-base.js b/services/amo/amo-base.js index <HASH>..<HASH> 100644 --- a/services/amo/amo-base.js +++ b/services/amo/amo-base.js @@ -21,7 +21,7 @@ class BaseAmoService extends BaseJsonService { async fetch({ addonId }) { return this._requestJson({ schema, - url: `https://ad...
fix(amo): include trailing slash in API call (#<I>)
badges_shields
train
js
3677b2000643936c19bf0836942d852389a9e6fb
diff --git a/src/main/java/net/emaze/dysfunctional/groups/Groups.java b/src/main/java/net/emaze/dysfunctional/groups/Groups.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/emaze/dysfunctional/groups/Groups.java +++ b/src/main/java/net/emaze/dysfunctional/groups/Groups.java @@ -28,7 +28,7 @@ public abstract cla...
fix: inference in Groups.groupBy
cybazeitalia_emaze-dysfunctional
train
java
8f3eb0141a321c17a7d0350eb3f712fd1082c77b
diff --git a/src/Acl/AccessChecker.php b/src/Acl/AccessChecker.php index <HASH>..<HASH> 100644 --- a/src/Acl/AccessChecker.php +++ b/src/Acl/AccessChecker.php @@ -535,8 +535,8 @@ trait AccessChecker } // determine if the requested entity is related to a corporation or alliance include in the permiss...
fix(acl): use affiliation to character entity during check
eveseat_web
train
php
5a982ae42bdc1cac8cee56ef55b2afd3947c298b
diff --git a/app/models/site.rb b/app/models/site.rb index <HASH>..<HASH> 100644 --- a/app/models/site.rb +++ b/app/models/site.rb @@ -5,7 +5,7 @@ class Site < ApplicationRecord belongs_to :user validates :url, :name, :site_node_id, presence: true - validates :url, uniqueness: true + validates :url, format: {...
fix: 修复issues 3无法添加https网址
ruby-china_homeland-site
train
rb
f737bfce1d3164b9dff82635e6eb4330a609ecc9
diff --git a/packages/test-helper-file/src/file.shim.js b/packages/test-helper-file/src/file.shim.js index <HASH>..<HASH> 100644 --- a/packages/test-helper-file/src/file.shim.js +++ b/packages/test-helper-file/src/file.shim.js @@ -104,9 +104,9 @@ var FileShim = module.exports = { }); }, - isBufferLike, + is...
fix(test-helper-file): use proper syntax (again) I really have no idea why this fix keeps getting lost
webex_spark-js-sdk
train
js
e4acb58686329c52f14b0a15f41e583b0c946526
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -28,6 +28,7 @@ export { commonTags, setColors, includePackage, + shellEscape, } /**
feat: export shellEscape (#<I>)
kentcdodds_nps-utils
train
js
83257bd21aaf1ec8c77576758dcdd65a39400a43
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -163,9 +163,9 @@ test('should respect routes defined order (useful on REST APIs)', function (done ctx.body = `Create new profile. Route path: ${ctx.route.path}` return next() }) - api.get('/profiles/:profile', functi...
fix(codeclimate): fix "duplicate" issue from codeclimate (shits et al)
tunnckoCoreLabs_koa-better-router
train
js
1d7cc7aef300edde5134546deeb2b6018e0bab44
diff --git a/lib/helpers.js b/lib/helpers.js index <HASH>..<HASH> 100644 --- a/lib/helpers.js +++ b/lib/helpers.js @@ -119,6 +119,8 @@ function hasInsertionPoint (file) { if (token !== '' && String(file.contents).indexOf(token) > -1) { insertionPoint = 'token' + } else if (token !== '' && token !== defaults....
fix(lib): notify user when provided token is not found
theetrain_gulp-resource-hints
train
js
61043249bec0948431dd0329aac84f316286de0a
diff --git a/lib/manager.js b/lib/manager.js index <HASH>..<HASH> 100755 --- a/lib/manager.js +++ b/lib/manager.js @@ -29,6 +29,14 @@ exports.manager = function (options) { console.log(`new flow: ${flow.name} ${JSON.stringify(flow)}`); }); + manager.addListener('endpointSchemeRegistered', function (end...
feat: detect step / endpoint events (dummy impl only)
Kronos-Integration_kronos-service-consul
train
js
4598bfeac3735262dad8e6d162e5ddc8d5b430b3
diff --git a/library/src/main/java/com/liulishuo/filedownloader/FileDownloadMessenger.java b/library/src/main/java/com/liulishuo/filedownloader/FileDownloadMessenger.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/liulishuo/filedownloader/FileDownloadMessenger.java +++ b/library/src/main/java/com/liuli...
fix(crash-npe): FileDownloader might occur NPE when the download listener was removed, but its download task is still running in FileDownloader Closes #<I>
lingochamp_FileDownloader
train
java
7f52b8aefec87d4f27bbb925f3bab70b63bc4b4a
diff --git a/src/object.js b/src/object.js index <HASH>..<HASH> 100644 --- a/src/object.js +++ b/src/object.js @@ -88,7 +88,7 @@ inherits(ObjectSchema, MixedSchema, { let innerOptions = { ...options, parent: intermediateValue, - __validating: false, + __validating: options.__validating || f...
fix: object bug when nested object has a property with strict (#<I>)
jquense_yup
train
js,js
05d8d55b855a2401ac3aeb00bcf57e846748dc3f
diff --git a/agent/state.go b/agent/state.go index <HASH>..<HASH> 100644 --- a/agent/state.go +++ b/agent/state.go @@ -136,6 +136,11 @@ func (self *AgentState) DropPeersJob(jobName string) { for i, idx := range idxs { self.peers[peer] = append(self.peers[peer][0:idx-i], self.peers[peer][idx-i+1:]...) } + + /...
fix(agent): clear empty entries when dropping peers When a job no longer has any peers, it does not need to be tracked. This will help keep the memory usage of the fleet agent under control.
coreos_fleet
train
go
767e7ceccb12abda56d1e2a9725c68e4d19f9e08
diff --git a/toucan_data_sdk/fakir/fake_data_generator.py b/toucan_data_sdk/fakir/fake_data_generator.py index <HASH>..<HASH> 100644 --- a/toucan_data_sdk/fakir/fake_data_generator.py +++ b/toucan_data_sdk/fakir/fake_data_generator.py @@ -1,11 +1,11 @@ from itertools import product -from typing import List +from typin...
fix(mypy): fakir
ToucanToco_toucan-data-sdk
train
py
fa7d054fb258bf5e50acbb0eaf0d1250177c71c4
diff --git a/tests/HelperTest.php b/tests/HelperTest.php index <HASH>..<HASH> 100644 --- a/tests/HelperTest.php +++ b/tests/HelperTest.php @@ -35,4 +35,17 @@ class HelperTest extends TestCase $this->actingAs($user); $this->assertInstanceOf(Authorizable::class, Helper::authenticated()); } + + p...
test(Helper): add tests for the method except
eneav_laravel-authorization
train
php
e36e1def57b2dc1e4b7a5beba964c5924e87f8d8
diff --git a/src/config/karma.conf.js b/src/config/karma.conf.js index <HASH>..<HASH> 100644 --- a/src/config/karma.conf.js +++ b/src/config/karma.conf.js @@ -10,6 +10,7 @@ const isWebworker = process.env.AEGIR_RUNNER === 'webworker' // Env to pass in the bundle with DefinePlugin const env = { + 'process.env': JSO...
fix: whitelist process env keys (#<I>) PSA: previous versions included process.env in the bundles so tokens, keys etc might be compromised please reset those to be safe!!
ipfs_aegir
train
js,js
0582cc4de3f2141a5340eed9e0268668948931ea
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -301,7 +301,7 @@ function buildModuleStyles(name) { return lazypipe() .pipe(insert.prepend, baseStyles) .pipe(gulpif, /theme.scss/, - rename(name + '-default-theme.scss'), concat(name + '-core.scss') ...
chore(build): for modular component build, dont add -core to css file
angular_material
train
js
ed3c19ad6d78c6170ef72105305ed9c0ed98cddd
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -208,12 +208,6 @@ module.exports = function (grunt) { }, browsers: ['SL_Chrome', 'SL_Firefox', 'SL_Safari', 'SL_iOS', /*'SL_IE_8', */'SL_IE_9', 'SL_IE_10', 'SL_IE_11'], reporters: [ 'progress', '...
chore(grunt): remove coverage reporter from Sauce Labs tests No reporter was set anyway.
seriema_angular-apimock
train
js
a3df14266229c7cbd73e9205557cade514e9de15
diff --git a/templates/webpack.javascript.js b/templates/webpack.javascript.js index <HASH>..<HASH> 100644 --- a/templates/webpack.javascript.js +++ b/templates/webpack.javascript.js @@ -96,13 +96,15 @@ module.exports = env => { extensions: [".js", ".scss", ".css"], // Resolve {N} system modul...
fix(js): try to resolve node_modules from the project root before resolving in a linked location (#<I>)
NativeScript_nativescript-dev-webpack
train
js
a5f566905e30f344b9c23647f6522be87fb38870
diff --git a/packages/posts/serverless/util/response/returnErrorResponse.js b/packages/posts/serverless/util/response/returnErrorResponse.js index <HASH>..<HASH> 100644 --- a/packages/posts/serverless/util/response/returnErrorResponse.js +++ b/packages/posts/serverless/util/response/returnErrorResponse.js @@ -14,6 +14,...
chore(posts): Log an `info` whenever we return a 4xx error.
randytarampi_me
train
js
cd006dca2e9680e1ee24aac4293302de60b1731d
diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/db/sql/DbSqlSessionFactory.java b/engine/src/main/java/org/camunda/bpm/engine/impl/db/sql/DbSqlSessionFactory.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/db/sql/DbSqlSessionFactory.java +++ b/engine/src/main/java/o...
fix(engine): fix selectRunningProcessInstancesIncludingIncidents in webapps project Related to CAM-<I>
camunda_camunda-bpm-platform
train
java
b2ed310b44b7383ba7ad233c812f7f5abf31e25d
diff --git a/bin/plugin.js b/bin/plugin.js index <HASH>..<HASH> 100755 --- a/bin/plugin.js +++ b/bin/plugin.js @@ -95,6 +95,13 @@ function install(cmd, name, argv) { removeDir(installPath); } catch (e) {} } + try { + var pkgPath = path.join(realPath, 'node_modules', name, 'package...
fix: mtime remains unchanged after the plugin is installed
avwo_whistle
train
js
bb84fd8a1b7c9fc67a69810886ce02d40e580239
diff --git a/annotations/builder/src/main/java/io/sundr/builder/internal/utils/BuilderUtils.java b/annotations/builder/src/main/java/io/sundr/builder/internal/utils/BuilderUtils.java index <HASH>..<HASH> 100644 --- a/annotations/builder/src/main/java/io/sundr/builder/internal/utils/BuilderUtils.java +++ b/annotations/b...
fix: NPE when classRef not found is repository.
sundrio_sundrio
train
java
555745713bdf36519e4ae2837d54c85c0c7a663d
diff --git a/app/lib/quasar-config.js b/app/lib/quasar-config.js index <HASH>..<HASH> 100644 --- a/app/lib/quasar-config.js +++ b/app/lib/quasar-config.js @@ -594,7 +594,12 @@ class QuasarConfig { if (this.ctx.mode.cordova || this.ctx.mode.capacitor || this.ctx.mode.electron) { cfg.devServer.open = fals...
feat(app): Add notice about devserver with HTTPS on Capacitor
quasarframework_quasar
train
js
380c6d4979f0866baabc151ad7aab30bbe79bf9a
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -21,6 +21,7 @@ module.exports = { 'jest/globals': true }, rules: { + 'import/extensions': [WARNING, 'always', { ignorePackages: true }], 'react-hooks/exhaustive-deps': WARNING, 'react-ho...
style: warn on missing file extensions in imports
pluralsight_design-system
train
js
70828a4c9f0fc90241bdf5d7ae55822aa75d4cae
diff --git a/packages/dropdown/src/presenters/renderOptions.js b/packages/dropdown/src/presenters/renderOptions.js index <HASH>..<HASH> 100644 --- a/packages/dropdown/src/presenters/renderOptions.js +++ b/packages/dropdown/src/presenters/renderOptions.js @@ -34,7 +34,8 @@ function createOptionRenderer(downshift, render...
fix: show checked selected option when options is an array of objects
Autodesk_hig
train
js
9674e1cd7152a0b3e3abe544cae9b7d6f1bbf0b2
diff --git a/test/ui/ui_unit.js b/test/ui/ui_unit.js index <HASH>..<HASH> 100644 --- a/test/ui/ui_unit.js +++ b/test/ui/ui_unit.js @@ -196,6 +196,10 @@ describe('UI', () => { }); it('goes into fullscreen on double click', async () => { + if (!document.fullscreenEnabled) { + pending('This test re...
test: Skip fullscreen test on Tizen This test requires fullscreen support, which is not available on Tizen. We should skip the test on any such platform. This test was passing before the check for fullscreen support was added to the library to fix #<I>. Change-Id: I<I>a<I>af3ce6a2b3da1a<I>da9ab9
google_shaka-player
train
js
93cea19f5c9503b96070c0c4f572aa5156d75ce7
diff --git a/test/test-capture.js b/test/test-capture.js index <HASH>..<HASH> 100644 --- a/test/test-capture.js +++ b/test/test-capture.js @@ -101,10 +101,6 @@ http.get('http://google.com', function(res) { console.log('localIP = %j', localIP); console.log('Cap device list:\n%s', require('util').ins...
test: less verbose output
mscdex_cap
train
js
f50107ccfe216c211ed3c519035887507af9dc2c
diff --git a/client/scripts/index.js b/client/scripts/index.js index <HASH>..<HASH> 100755 --- a/client/scripts/index.js +++ b/client/scripts/index.js @@ -12,7 +12,8 @@ var React = require("react/addons"), bodyComponent, ACTIONS, - DROPDOWN_ACTIONS; + DROPDOWN_ACTIONS, + ALL_ACTIONS; ACTIONS = [...
chore(Body): add simple routing by location.hash
tomchentw_react-google-maps
train
js
dce98cb944a7d8f8c8f67571f2e3209278b6c48a
diff --git a/packages/jasmine-runner/testResources/big-project/spec/tests/big-text.spec.js b/packages/jasmine-runner/testResources/big-project/spec/tests/big-text.spec.js index <HASH>..<HASH> 100644 --- a/packages/jasmine-runner/testResources/big-project/spec/tests/big-text.spec.js +++ b/packages/jasmine-runner/testRes...
test: make garbage collector tests more robust (#<I>)
stryker-mutator_stryker
train
js,js
ae8cb4bfad12cdba4810b4639b3cf610ac982be6
diff --git a/python/lib/uploader.py b/python/lib/uploader.py index <HASH>..<HASH> 100644 --- a/python/lib/uploader.py +++ b/python/lib/uploader.py @@ -251,6 +251,10 @@ def upload_file(filepath, url, permission, signature, key=None, move_files=True, lib.io.mkdir_p(failed_path) for attempt in range(MAX_ATTEMP...
fix(uploader): Initialize response (fixed <I>)
mapillary_mapillary_tools
train
py
221311da79d542bf888761fe5473cda6b8a3db10
diff --git a/ui/tests/acceptance/job-detail-test.js b/ui/tests/acceptance/job-detail-test.js index <HASH>..<HASH> 100644 --- a/ui/tests/acceptance/job-detail-test.js +++ b/ui/tests/acceptance/job-detail-test.js @@ -361,7 +361,7 @@ module('Acceptance | job detail (with namespaces)', function (hooks) { }, });...
fix: pack-detail test We need to change the way we access `JobDetail`-pages based on recent namespace changes.
hashicorp_nomad
train
js
6472a51489815f65d16deda153b358e93ab681eb
diff --git a/packages/ui-tabs/src/Tabs/Tab/theme.js b/packages/ui-tabs/src/Tabs/Tab/theme.js index <HASH>..<HASH> 100644 --- a/packages/ui-tabs/src/Tabs/Tab/theme.js +++ b/packages/ui-tabs/src/Tabs/Tab/theme.js @@ -44,10 +44,10 @@ export default function generator ({ colors, typography, stacking }) { generator.canva...
fix(ui-tabs): update canvas theme variables to new variants refs: INSTUI-<I> TEST PLAN: - ensure the canvas theme overrides in the 'Tabs/Tab/'theme.js' file match the named variants in the code above it Change-Id: I<I>dc<I>ad<I>d4a<I>c<I>b<I>daa<I>e Reviewed-on: <URL>
instructure_instructure-ui
train
js
81d94796799781166fe670211b2bff3ef385f737
diff --git a/src/poetry/installation/installer.py b/src/poetry/installation/installer.py index <HASH>..<HASH> 100644 --- a/src/poetry/installation/installer.py +++ b/src/poetry/installation/installer.py @@ -337,7 +337,7 @@ class Installer: # Execute operations return self._execute(ops) - def _wri...
fix(installer): default `force` to `False` in `_write_lock_file`
sdispater_poetry
train
py,py
fc776f2ad6b45f87ec22d9e8a80f98421d968531
diff --git a/raft_server.go b/raft_server.go index <HASH>..<HASH> 100644 --- a/raft_server.go +++ b/raft_server.go @@ -36,6 +36,8 @@ func newRaftServer(name string, url string, tlsConf *TLSConfig, tlsInfo *TLSInfo return &raftServer{ Server: server, + // TODO: This will be the internal protocol version but tie...
fix(raft_server): add comment on version field explain what the version field is for and why it is set to releaseVersion
etcd-io_etcd
train
go
2d5b38870bfef9d65c779a6988d801a069397a0f
diff --git a/packages/demoing-storybook/index.js b/packages/demoing-storybook/index.js index <HASH>..<HASH> 100644 --- a/packages/demoing-storybook/index.js +++ b/packages/demoing-storybook/index.js @@ -16,6 +16,9 @@ export { color, array, boolean, + radios, + files, + optionsKnob, } from '@storybook/addon...
fix(demoing-storybook): add missing knob exports
open-wc_open-wc
train
js
5ccbbe47a7779d7ddb34df4af8182d958a31019b
diff --git a/packages/build-tools/create-webpack-config.js b/packages/build-tools/create-webpack-config.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/create-webpack-config.js +++ b/packages/build-tools/create-webpack-config.js @@ -367,7 +367,7 @@ async function createWebpackConfig(buildConfig) { // THIS ...
test: re-testing workaround to parallel build bottleneck
bolt-design-system_bolt
train
js
954f41a3152882ac3f436fc1d1f09c65a8964044
diff --git a/packages/slackbot/dbmigrate.js b/packages/slackbot/dbmigrate.js index <HASH>..<HASH> 100644 --- a/packages/slackbot/dbmigrate.js +++ b/packages/slackbot/dbmigrate.js @@ -7,16 +7,23 @@ const { Client } = require('pg') await db.connect() const createSql = ` - create table authenticatedusers ( + cre...
refactor(slackbot): make dbmigrate idempotent and exitable
pluralsight_design-system
train
js
3672c9ef71041bda68a01648c58905786d0130c7
diff --git a/packages/layout/src/index.js b/packages/layout/src/index.js index <HASH>..<HASH> 100644 --- a/packages/layout/src/index.js +++ b/packages/layout/src/index.js @@ -37,7 +37,7 @@ export const breakpoints = { sm: { width: rem(320), columns: 4, - margin: 0, + margin: '0', }, md: { ...
fix(layout): update small margin to be a string (#<I>) * Change small margin to be a string Super pedantic but it breaks breakpoint types that expect margin to all to be the same type (string). Another option would be just using '0' * Update packages/layout/src/index.js
carbon-design-system_carbon-elements
train
js
6fc7ffbb5203e8d52d98dc20f1eaaceab2668530
diff --git a/test/proxy-agent.js b/test/proxy-agent.js index <HASH>..<HASH> 100644 --- a/test/proxy-agent.js +++ b/test/proxy-agent.js @@ -374,7 +374,8 @@ test('Proxy via HTTPS to HTTPS endpoint', async (t) => { ], key: readFileSync(join(__dirname, 'fixtures', 'client-key-2048.pem'), 'utf8'), cert:...
test: add rejectUnauthorized for agent1 cert
mcollina_undici
train
js
1570f2032a1c681502837d8604ac485e4b2448e4
diff --git a/lib/shields-list.js b/lib/shields-list.js index <HASH>..<HASH> 100644 --- a/lib/shields-list.js +++ b/lib/shields-list.js @@ -31,6 +31,11 @@ module.exports = { path: 'codeclimate/github/{repo}', link: 'https://codeclimate.com/github/{repo}', }, + climatemaintainability: { + text: 'Code Cli...
feat: add code climate maintainability badge (#4) * feat: add code climate maintainability badge * Update shields-list.js
zkochan_shieldman
train
js
27dc32a5513e4719b4145081908a9970736d57d7
diff --git a/ui/shared/haserver.js b/ui/shared/haserver.js index <HASH>..<HASH> 100644 --- a/ui/shared/haserver.js +++ b/ui/shared/haserver.js @@ -23,15 +23,18 @@ const haServer = (function ($, RED) { function autocomplete(type, callback) { // If a server is selected populate drop downs - const s...
fix: request autocomplete results only if server actually changes
zachowj_node-red-contrib-home-assistant-websocket
train
js
cecd2adbe90afbc5bb08537494197780fcd72f35
diff --git a/bin/create-pull-request-on-change.js b/bin/create-pull-request-on-change.js index <HASH>..<HASH> 100755 --- a/bin/create-pull-request-on-change.js +++ b/bin/create-pull-request-on-change.js @@ -1,8 +1,21 @@ #!/usr/bin/env node -const checkOrUpdateRoutes = require("../lib/notify-about-routes-changes"); +...
ci(update): fail with helpful error when environment variables are missing
octokit_routes
train
js
817eef4c08877752266ff47afa45b0170f94c19d
diff --git a/src/React/Renderers/ImageRenderer/index.js b/src/React/Renderers/ImageRenderer/index.js index <HASH>..<HASH> 100644 --- a/src/React/Renderers/ImageRenderer/index.js +++ b/src/React/Renderers/ImageRenderer/index.js @@ -469,8 +469,11 @@ const ImageRenderer = React.createClass({ }, updateDimensions() ...
fix(ImageRenderer): Better guard for method
Kitware_paraviewweb
train
js
90106c0a5d70ac7d4a6b2e0f4db80eea7c9c5671
diff --git a/core/src/main/java/org/camunda/spin/test/ScriptRule.java b/core/src/main/java/org/camunda/spin/test/ScriptRule.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/camunda/spin/test/ScriptRule.java +++ b/core/src/main/java/org/camunda/spin/test/ScriptRule.java @@ -258,7 +258,7 @@ public class Scri...
fix(test): path separator replacement - on Windows, File.separator evaluates to a backslash which messes up regex evaluation
camunda_camunda-spin
train
java
f7a850b5da3b654145a68f3ff68a62e060a96875
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -19,7 +19,6 @@ module.exports = function (config) { files: [ 'node_modules/es6-promise/dist/es6-promise.auto.min.js', 'node_modules/whatwg-fetch/fetch.js', - 'n...
chore: object-assign npm package is used as polyfill
Workfront_workfront-api
train
js
f0f7b39356c4954e66959753e87a0f6dba6dbdb5
diff --git a/dask_kubernetes/core.py b/dask_kubernetes/core.py index <HASH>..<HASH> 100644 --- a/dask_kubernetes/core.py +++ b/dask_kubernetes/core.py @@ -569,8 +569,9 @@ class KubeCluster(SpecCluster): if self.namespace is None: self.namespace = namespace_default() + environ = {k: v for ...
fix: environ may duplicate keys for str format (#<I>) * fix: environ may duplicate keys for str format In an interesting edge-case, when you have `user` or `uuid` env variables defines str.format dies because of dupplicate keys. The fix is to filter the environ dictionary and remove those 2 keys * fix formatting
dask_dask-kubernetes
train
py
b9cf000b6ab3b4a38c4008f814d8ff6800c585d5
diff --git a/components/diagram/mxgraph/mx.js b/components/diagram/mxgraph/mx.js index <HASH>..<HASH> 100644 --- a/components/diagram/mxgraph/mx.js +++ b/components/diagram/mxgraph/mx.js @@ -1,9 +1,11 @@ import mx from 'mxgraphx'; +import {hasWindow} from '../../utils'; -const doll = mx({ +// only support running in...
fix(Diagram): only support running in browser
ksc-fe_kpc
train
js
4c8444be2280241327a5c5fcb2e9602b814c98c8
diff --git a/nightwatch.js b/nightwatch.js index <HASH>..<HASH> 100644 --- a/nightwatch.js +++ b/nightwatch.js @@ -41,4 +41,9 @@ module.exports = { }, }, src_folders: ['tests/e2e'], + unit_tests_mode: true, + test_workers: { + enabled: true, + workers: 'auto', + }, };
test: re-test updating nightwatch.js testing config
bolt-design-system_bolt
train
js
4e6782ed7d261055b40cbc0678624c74d89897c1
diff --git a/packages/manifest/index.js b/packages/manifest/index.js index <HASH>..<HASH> 100755 --- a/packages/manifest/index.js +++ b/packages/manifest/index.js @@ -34,6 +34,7 @@ function addManifest (options) { name: process.env.npm_package_name, short_name: process.env.npm_package_name, description: ...
feat(manifest): allow overriding publicPath (#<I>)
nuxt-community_pwa-module
train
js
7accad6eb9ad1d9549c2e0e5c55e11b3f827af6a
diff --git a/lib/Serverless.js b/lib/Serverless.js index <HASH>..<HASH> 100644 --- a/lib/Serverless.js +++ b/lib/Serverless.js @@ -96,6 +96,7 @@ class Serverless { }); } eventuallyFallbackToLocal() { + if (this.isLocallyInstalled) return null; return resolve(process.cwd(), 'serverless').then( ...
refactor: Prevent is local detection on locally installed
serverless_serverless
train
js
3914a630cd1208b18e4c52cb3815f5aac595d7a9
diff --git a/lib/policies/activemq_policy.js b/lib/policies/activemq_policy.js index <HASH>..<HASH> 100644 --- a/lib/policies/activemq_policy.js +++ b/lib/policies/activemq_policy.js @@ -4,16 +4,6 @@ var u = require('../utilities'), DefaultPolicy = require('./default_policy'); module.exports = u.deepMerge({ - ...
fix(ActiveMQPolicy): remove erroneous message about default idle A bug in our code indicated to me that ActiveMQ was not respecting idle timeouts that we sent. This is not the case, but I am still leaving the ActiveMQ policy in place in the event we find a need for it in the future.
noodlefrenzy_node-amqp10
train
js