author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
306,444
07.07.2021 17:47:34
-7,200
8a766644db02d3e452afba3f55e8a209e2257908
fix(localize,form-core): wait for localize before updating feedback
[ { "change_type": "ADD", "diff": "+---\n+'@lion/form-core': minor\n+'@lion/localize': minor\n+---\n+\n+Make ValidateMixin feedback message wait for localize loadingComplete, to ensure getting the right fieldName if this refers to a localized label.\n", "new_path": ".changeset/sour-oranges-matter.md", ...
JavaScript
MIT License
ing-bank/lion
fix(localize,form-core): wait for localize before updating feedback
1
fix
localize,form-core
104,855
07.07.2021 17:56:31
-19,080
4b34b9de0d600e7c9f2d5d8272bd5ccfb537733a
fix(table): wrap the column selection text
[ { "change_type": "MODIFY", "diff": "display: flex;\nuser-select: none;\noverflow: hidden;\n+ flex-wrap: wrap;\n// allow the multiselect filter to expand to full height and the table to scroll\n.#{$prefix}--multi-select .#{$prefix}--list-box__menu {\nmax-height: unset;\n", "new_path": "packages/react/src...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): wrap the column selection text #2482
1
fix
table
756,013
07.07.2021 19:39:00
21,600
b101d3a4cd4fc97c4a6c794877efc47d43b12f02
feat: improve ag-solo robustness and performance
[ { "change_type": "MODIFY", "diff": "@@ -11,8 +11,12 @@ import { makeNotifierKit } from '@agoric/notifier';\nimport { makePromiseKit } from '@agoric/promise-kit';\nimport { assert, details as X } from '@agoric/assert';\n+import {\n+ DEFAULT_BATCH_TIMEOUT_MS,\n+ makeBatchedDeliver,\n+} from '@agoric/vats/src/...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: improve ag-solo robustness and performance
1
feat
null
756,013
07.07.2021 19:39:30
21,600
935f7b1e364ccc9e85d7ed2f745bec317073de05
fix: provide Makefile targets to use separate fee and client auth
[ { "change_type": "MODIFY", "diff": "@@ -78,25 +78,24 @@ scenario2-run-chain:\nDEBUG=SwingSet:ls,SwingSet:vat \\\n$(AGC) `$(BREAK_CHAIN) && echo --inspect-brk` --home=t1/n0 start --log_level=warn\n+# Blow away all client state to try again without resetting the chain.\nscenario2-reset-client:\nrm -rf t1/$(BA...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: provide Makefile targets to use separate fee and client auth
1
fix
null
780,866
07.07.2021 19:59:29
10,800
c1ecd6cad1ef16c39b2849f7e38e43e2a22e2a29
fix(components/account-points): format points number shown
[ { "change_type": "MODIFY", "diff": "</div>\n{{ i19available }}:\n- <b>{{ pointsEntry.active_points }}</b>\n+ <b>{{ pointsEntry.active_points.toFixed(1) }}</b>\n<small\nv-if=\"pointsEntry.earned_points\"\nclass=\"text-muted\"\n>\n- / {{ `${pointsEntry.earned_points} ${i19pointsEarned}` }}\n+ / {{ `${pointsEn...
JavaScript
MIT License
ecomplus/storefront
fix(components/account-points): format points number shown
1
fix
components/account-points
67,479
07.07.2021 20:44:38
-36,000
5e2d624ea81e32260e8a8bde5137793d8e84593f
perf(renderer): don't always call applyBb
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import {\nLifecycleFlags,\nBindingBehaviorExpression,\nBindingBehaviorFactory,\n+ ExpressionKind,\n} from '@aurelia/runtime';\nimport { CallBinding } from './binding/call-binding.js';\nimport { AttributeBinding } from './binding/attribute.js';\n@@ -419,17 ...
TypeScript
MIT License
aurelia/aurelia
perf(renderer): don't always call applyBb
1
perf
renderer
777,369
07.07.2021 20:45:19
36,000
c3ef821a6526bc350b544088084452f74831979b
fix: preserve subroutes
[ { "change_type": "MODIFY", "diff": "@@ -46,14 +46,15 @@ const ExperimentMultiTrialTabs: React.FC<Props> = (\nconst handleTabChange = useCallback(key => {\nsetTabKey(key);\n- history.replace(key === DEFAULT_TAB_KEY ? basePath : `${basePath}/${key}`);\n+ history.replace(`${basePath}/${key}`);\n}, [ basePath, ...
Python
Apache License 2.0
determined-ai/determined
fix: preserve subroutes (#2676)
1
fix
null
780,866
07.07.2021 21:27:28
10,800
e054f2b1764bd57ee2c422363abb890bda7ac657
fix(app/credit-card-form): prevent errors with installments function and incomplete bin
[ { "change_type": "MODIFY", "diff": "@@ -66,6 +66,7 @@ export default {\ninstallment: this.installmentOptions ? 1 : 0\n},\nisLoadingInstallments: false,\n+ hasLoadedInstallments: false,\ninstallmentList: [],\nalert: {\nbin: false,\n@@ -153,7 +154,7 @@ export default {\nupdateInstallmentList () {\nconst cardI...
JavaScript
MIT License
ecomplus/storefront
fix(app/credit-card-form): prevent errors with installments function and incomplete bin
1
fix
app/credit-card-form
780,866
07.07.2021 21:31:11
10,800
0d484e7f214261b1eeff830542fea744ee229fdf
feat(widget-fb-pixel/cms): handle new `disablePurchase` config option (for Conversions API)
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ export default (options = {}) => {\n}\nparseContext(track)\n- watchAppRoutes(track)\n+ watchAppRoutes(track, options)\nwatchShoppingCart(track)\n}\n}\n", "new_path": "@ecomplus/widget-fb-pixel/src/index.js", "old_path": "@ecomplus/widget-fb-pixel...
JavaScript
MIT License
ecomplus/storefront
feat(widget-fb-pixel/cms): handle new `disablePurchase` config option (for Conversions API) [#495]
1
feat
widget-fb-pixel/cms
756,013
07.07.2021 22:04:23
21,600
260ecc9f437d427b2494e9b7d1a8a3994431164c
fix(cosmic-swingset): decrease Nagling to 500ms
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ Send:\nto ${FAUCET_ADDRESS}`;\n-const SEND_RETRY_DELAY_MS = DEFAULT_BATCH_TIMEOUT_MS;\n+const SEND_RETRY_DELAY_MS = Math.min(DEFAULT_BATCH_TIMEOUT_MS, 500);\nconst MAX_BUFFER_SIZE = 10 * 1024 * 1024;\n", "new_path": "packages/solo/src/chain-cosmos-sd...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmic-swingset): decrease Nagling to 500ms
1
fix
cosmic-swingset
104,828
07.07.2021 22:13:02
-7,200
3c02aaf1d922e1691987827bd4a2fa0dcde210b2
test(composedmodal): increased coverage and rewrote enzyme tests
[ { "change_type": "MODIFY", "diff": "+const all90Covered = {\n+ statements: 90,\n+ branches: 90,\n+ functions: 90,\n+ lines: 90,\n+};\n+\nmodule.exports = {\ncollectCoverageFrom: [\n'src/components/**/*.js?(x)',\n@@ -21,6 +28,7 @@ module.exports = {\nfunctions: 80,\nlines: 80,\n},\n+ './src/components/Compos...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(composedmodal): increased coverage and rewrote enzyme tests
1
test
composedmodal
104,825
07.07.2021 23:06:09
14,400
be700f2b8949f8ae90a09533c3956b61d75c76c1
refactor(list): simplify select and dnd
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ export enum SelectionType {\n<ng-container *ngIf=\"data.item.id && !isArray(data.item)\">\n<ai-list-item-wrapper\n[draggable]=\"itemsDraggable && data.item.isDraggable\"\n- [isDragging]=\"draggingState.isDragging\"\n+ [isDragging]=\"isItemDragging\"\n(dr...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(list): simplify select and dnd
1
refactor
list
67,479
07.07.2021 23:21:41
-36,000
510b3c607b3dc91a1af955ef7028439119f390d6
chore(dist): try change dist folder
[ { "change_type": "MODIFY", "diff": "\"version\": \"2.0.0-alpha.10\",\n\"main\": \"dist/bundle/index.js\",\n\"module\": \"dist/bundle/index.js\",\n- \"types\": \"dist/index.d.ts\",\n- \"typings\": \"dist/index.d.ts\",\n+ \"types\": \"dist/types/index.d.ts\",\n+ \"typings\": \"dist/types/index.d.ts\",\n\"lice...
TypeScript
MIT License
aurelia/aurelia
chore(dist): try change dist folder
1
chore
dist
71,585
08.07.2021 05:17:19
14,400
48dd7718d94026e29c0fe6b15c162616840fcabe
fix(pipelines): singlePublisherPerType overwrites assets buildspec file of other pipelines This PR fixes It works by rendering the file name based on the CDK path (rather than on the generic name) of the assets action.
[ { "change_type": "MODIFY", "diff": "@@ -175,7 +175,7 @@ export class PublishAssetsAction extends CoreConstruct implements codepipeline.I\n}\nprivate getBuildSpecFileName(): string {\n- return `buildspec-assets-${this.props.actionName}.yaml`;\n+ return `buildspec-assets-${this.node.path.replace(new RegExp('/...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(pipelines): singlePublisherPerType overwrites assets buildspec file of other pipelines (#15356) This PR fixes https://github.com/aws/aws-cdk/issues/15355 It works by rendering the file name based on the CDK path (rather than on the generic name) of the assets action.
1
fix
pipelines
306,385
08.07.2021 09:21:57
-7,200
e87b6293fe519da65ad436b21dd059b4cb845fd4
fix(form-core): only preserve caret if value changed
[ { "change_type": "ADD", "diff": "+---\n+'@lion/form-core': patch\n+'@lion/input': patch\n+'@lion/textarea': patch\n+---\n+\n+only preserve caret if value changed, which fixes a safari bug\n", "new_path": ".changeset/thin-bulldogs-warn.md", "old_path": null }, { "change_type": "MODIFY", "...
JavaScript
MIT License
ing-bank/lion
fix(form-core): only preserve caret if value changed
1
fix
form-core
71,095
08.07.2021 09:54:04
14,400
af7ad2cd279dce2d355e3678433a84eb5c8334e8
feat(autoscaling): ScalingEvents.TERMINATION_EVENTS Add the option to easily add notifications to only TERMINATION_EVENTS ( ScalingEvent.INSTANCE_TERMINATE, ScalingEvent.INSTANCE_TERMINATE_ERROR ) for ASGs *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 li...
[ { "change_type": "MODIFY", "diff": "@@ -1460,6 +1460,12 @@ export class ScalingEvents {\n*/\npublic static readonly LAUNCH_EVENTS = new ScalingEvents(ScalingEvent.INSTANCE_LAUNCH, ScalingEvent.INSTANCE_LAUNCH_ERROR);\n+ /**\n+ * Fleet termination launch events\n+ */\n+ public static readonly TERMINATION_EVE...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(autoscaling): ScalingEvents.TERMINATION_EVENTS (#15302) Add the option to easily add notifications to only TERMINATION_EVENTS ( ScalingEvent.INSTANCE_TERMINATE, ScalingEvent.INSTANCE_TERMINATE_ERROR ) for ASGs ---- *By submitting this pull request, I confirm that my contribution is made under the ter...
1
feat
autoscaling
531,793
08.07.2021 09:57:57
-3,600
e1505a01cbd32b7eb4397b0ad19bdf5c5a8022fb
fix(api): fix empty response for alertList.json
[ { "change_type": "MODIFY", "diff": "@@ -729,7 +729,9 @@ func alertList(w http.ResponseWriter, r *http.Request) {\n}\nsort.Strings(sortKeys)\n- al := AlertList{}\n+ al := AlertList{\n+ Alerts: []map[string]string{},\n+ }\nfor _, labels := range labelMap {\nal.Alerts = append(al.Alerts, labels)\n}\n", "ne...
TypeScript
Apache License 2.0
prymitive/karma
fix(api): fix empty response for alertList.json
1
fix
api
67,479
08.07.2021 10:03:24
-36,000
290c5102db7e9b1b09226a75d5326ef440d76581
chore(dist): fix path to dist files
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@aurelia/aot\",\n\"version\": \"2.0.0-alpha.10\",\n- \"main\": \"dist/cjs/index.js\",\n- \"module\": \"dist/esm/index.js\",\n+ \"main\": \"dist/bundle/index.cjs.js\",\n+ \"module\": \"dist/bundle/index.js\",\n\"type\": \"commonjs\",\n\"types\": \"dist/index...
TypeScript
MIT License
aurelia/aurelia
chore(dist): fix path to dist files
1
chore
dist
366,946
08.07.2021 10:09:29
-32,400
0ebcc403eeee793dfa343f5cbd9587aa8059b865
fix: rename onChange to onChangeInput
[ { "change_type": "MODIFY", "diff": "@@ -61,8 +61,13 @@ type Props<T> = {\nclassName?: string\n/**\n* Fire when the value of input changes.\n+ * @deprecated The onChange handler is deprecated, so use onChangeInput handler instead.\n*/\nonChange?: (e: ChangeEvent<HTMLInputElement>) => void\n+ /**\n+ * Fire wh...
TypeScript
MIT License
kufu/smarthr-ui
fix: rename onChange to onChangeInput (#1727)
1
fix
null
14,210
08.07.2021 10:14:22
-7,200
0e0ce81405c4c71b31e5689820bc3909eaec5908
fix(completion): prevent error when getting `activeItem` with an empty collection
[ { "change_type": "MODIFY", "diff": "\"files\": [\n{\n\"path\": \"packages/autocomplete-core/dist/umd/index.production.js\",\n- \"maxSize\": \"5.25 kB\"\n+ \"maxSize\": \"5.5 kB\"\n},\n{\n\"path\": \"packages/autocomplete-js/dist/umd/index.production.js\",\n", "new_path": "bundlesize.config.json", "o...
TypeScript
MIT License
algolia/autocomplete
fix(completion): prevent error when getting `activeItem` with an empty collection (#623)
1
fix
completion
67,479
08.07.2021 10:35:55
-36,000
faecb1ac715b9a829e79079221b337c1e5e11c61
chore(dist): tweak cjs output to have default export fix bb application on ForOf ast
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,8 @@ export default {\n{\nfile: 'dist/bundle/index.cjs.js',\nformat: 'cjs',\n- sourcemap: true\n+ sourcemap: true,\n+ exports: 'named'\n},\n],\nplugins: [\n", "new_path": "packages-cjs/aot/rollup.config.js", "old_path": "packages-cjs/aot/rollup.config...
TypeScript
MIT License
aurelia/aurelia
chore(dist): tweak cjs output to have default export fix bb application on ForOf ast
1
chore
dist
67,479
08.07.2021 10:44:12
-36,000
80ed88bc3858f18581953c9d98355eb4beb725f8
chore(tests): fix create element tests
[ { "change_type": "MODIFY", "diff": "@@ -133,7 +133,7 @@ describe(`createElement() creates element based on type`, function () {\nassert.strictEqual(actual['instructions'].length, 1, `actual['instructions'].length`);\nassert.strictEqual(actual['instructions'][0].length, 1, `actual['instructions'][0].length`)...
TypeScript
MIT License
aurelia/aurelia
chore(tests): fix create element tests
1
chore
tests
821,230
08.07.2021 10:55:53
21,600
9d07724cd8b4a200bb6212425311cca2029fa752
fix: change npm tag
[ { "change_type": "MODIFY", "diff": "@@ -99,7 +99,7 @@ workflows:\ncontext: org-global\ngithub-release: true\nprerelease: true\n- tag: v2\n+ tag: core-v1\nrequires:\n- lint\n- compile-typescript\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" } ]
TypeScript
MIT License
oclif/oclif
fix: change npm tag
1
fix
null
71,254
08.07.2021 10:57:43
-3,600
1d19b3b66e7c91ae8d9b4c49432bd0249e18a366
fix(lambda-nodejs): pnpm exec args separator order Fixes the local bundling command when using the pnpm package manager. The args separator is now before the command as described in fixes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -63,8 +63,8 @@ export class PackageManager {\nreturn [\nos.platform() === 'win32' ? `${runCommand}.cmd` : runCommand,\n...runArgs,\n- bin,\n...(this.argsSeparator ? [this.argsSeparator] : []),\n+ bin,\n].join(' ');\n}\n}\n", "new_path": "packages/@aws-cdk/aws-lambd...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(lambda-nodejs): pnpm exec args separator order (#15410) Fixes the local bundling command when using the pnpm package manager. The args separator is now before the command as described in https://github.com/pnpm/pnpm/blob/76136751958ceac0ee77e9a0466b96d4a093a094/packages/plugin-commands-script-runners/src/exec.ts#L...
1
fix
lambda-nodejs
791,394
08.07.2021 11:02:06
-36,000
9c8aa5ad52c2c697aa46fd8b31438e61d650eb07
docs(pubsublite): recommendation for timeout settings
[ { "change_type": "MODIFY", "diff": "@@ -73,6 +73,8 @@ type PublishSettings struct {\n// details of the last error that occurred while trying to reconnect to\n// backends. Note that if the timeout duration is long, ErrOverflow may occur\n// first.\n+ //\n+ // It is not recommended to set Timeout below 2 minu...
Go
Apache License 2.0
googleapis/google-cloud-go
docs(pubsublite): recommendation for timeout settings (#4389)
1
docs
pubsublite
791,682
08.07.2021 11:02:12
14,400
08425f0644ad866d3e20635b1ecb4a16b206d8b5
core(fr): split timespan support for server-response-time
[ { "change_type": "MODIFY", "diff": "const Audit = require('./audit.js');\nconst i18n = require('../lib/i18n/i18n.js');\nconst MainResource = require('../computed/main-resource.js');\n+const NetworkRecords = require('../computed/network-records.js');\n+const NetworkAnalyzer = require('../lib/dependency-graph...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): split timespan support for server-response-time (#12758)
1
core
fr
942,615
08.07.2021 11:05:30
25,200
298faee47959e27f4aa47e499f0cf6a9203bd4a2
build: Pull component mdx + examples into docs module during build
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"watch\": \"yarn build:es6 -w\",\n\"clean\": \"rimraf dist && rimraf ts3.5 && rimraf .build-info && mkdirp dist && mkdirp ts3.5/dist\",\n- \"build:mdx\": \"node ./utils/build.js mdx/\",\n+ \"build:mdx\": \"node ./utils/build-mdx.js mdx/\",\n\"build:cjs\":...
TypeScript
Apache License 2.0
workday/canvas-kit
build: Pull component mdx + examples into docs module during build (#1130)
1
build
null
711,597
08.07.2021 11:09:30
-7,200
510025a3fa41c4d155fb289f8365383de0790c5b
fix(core): Update relation custom fields when updating Asset Fixes
[ { "change_type": "MODIFY", "diff": "@@ -259,6 +259,7 @@ export class AssetService {\ninput.focalPoint.y = to3dp(input.focalPoint.y);\n}\npatchEntity(asset, omit(input, ['tags']));\n+ await this.customFieldRelationService.updateRelations(ctx, Asset, input, asset);\nif (input.tags) {\nasset.tags = await this....
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Update relation custom fields when updating Asset Fixes #952
1
fix
core
711,623
08.07.2021 11:11:55
-10,800
5b4a166ab298e81e4e160e9bc5489b4ed794b34a
feat(core): Add Russian and Ukrainian translation for server messages
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ export class I18nService implements OnModuleInit {\n.use(Backend as any)\n.use(ICU as any)\n.init({\n- preload: ['en', 'de'],\n+ preload: ['en', 'de', 'ru', 'uk'],\nfallbackLng: 'en',\ndetection: {\nlookupQuerystring: 'languageCode',\n", "new_path": ...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Add Russian and Ukrainian translation for server messages (#973)
1
feat
core
889,620
08.07.2021 11:24:19
-28,800
5b6b8170856ea85f487041ad003eb80b9b36996d
feat(opds): do not show soft deleted books/series
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,8 @@ open class BookSearch(\nval libraryIds: Collection<String>? = null,\nval seriesIds: Collection<String>? = null,\nval searchTerm: String? = null,\n- val mediaStatus: Collection<Media.Status>? = null\n+ val mediaStatus: Collection<Media.Status>? = null,\n+ v...
Kotlin
MIT License
gotson/komga
feat(opds): do not show soft deleted books/series
1
feat
opds
67,479
08.07.2021 11:28:44
-36,000
4154938861f04cdb45e95a7ebbfc266f9d02ef1f
chore(dist): fix http-server bin file ref path
[ { "change_type": "MODIFY", "diff": "#!/usr/bin/env node\n/* eslint-disable import/extensions */\n-import '../dist/esm/cli.js';\n+import '../dist/bundle/cli.js';\n", "new_path": "packages/http-server/bin/cli.js", "old_path": "packages/http-server/bin/cli.js" }, { "change_type": "MODIFY", ...
TypeScript
MIT License
aurelia/aurelia
chore(dist): fix http-server bin file ref path
1
chore
dist
401,123
08.07.2021 11:48:27
-19,080
96fa248f8b0f382d452b69a171bc598f985f6ca3
refactor(core): refactors box styling to fix code smells affects:
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,9 @@ const nonActiveStyle = ({ borderColor, hasError, disabled }: Props & CheckboxThe\n`;\n};\n+// const getPressedStyle = ...;\n+// const getHoveredStyle =\n+\nexport const StyledCheckbox = styled.div`\nborder: 0.15rem solid;\nbox-sizing: border-box;\n@@ -75...
TypeScript
MIT License
medly/medly-components
refactor(core): refactors box styling to fix code smells affects: @medly-components/core
1
refactor
core
306,320
08.07.2021 11:48:40
-3,600
66e9ae773d0f3938e1ee1b3889fa470a60631a7c
fix: fix panic if .config directory can't be accessed
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,13 @@ func main() {\nvar appErr error\nupdateMessageChan := make(chan *update.Info)\n- ctx, appErr := config.NewRunContextFromEnv(context.Background())\n+ ctx, err := config.NewRunContextFromEnv(context.Background())\n+ if err != nil {\n+ if err.Error() != \"...
Go
Apache License 2.0
infracost/infracost
fix: fix panic if .config directory can't be accessed
1
fix
null
711,597
08.07.2021 12:01:13
-7,200
bf728d66992ad43544a642e63323183c7d0dd0a3
fix(admin-ui): Correctly display currency names in all languages Relates to
[ { "change_type": "MODIFY", "diff": "@@ -26,23 +26,22 @@ export class LocaleCurrencyNamePipe extends LocaleBasePipe implements PipeTransf\nlet symbol = '';\nconst activeLocale = typeof locale === 'string' ? locale : this.locale ?? 'en';\n+ // Awaiting TS types for this API: https://github.com/microsoft/TypeS...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Correctly display currency names in all languages Relates to #971
1
fix
admin-ui
126,276
08.07.2021 12:11:02
14,400
94f4fd52dfec77e6cb58624f5dff9ac2c2e5b565
chore(embedded/sql): expose InferParameters function in RowReader interface
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,11 @@ func (cr *conditionalRowReader) ImplicitTable() string {\nreturn cr.rowReader.ImplicitTable()\n}\n+func (cr *conditionalRowReader) SetParameters(params map[string]interface{}) {\n+ cr.rowReader.SetParameters(params)\n+ cr.params = params\n+}\n+\nfunc (c...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): expose InferParameters function in RowReader interface Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
08.07.2021 12:12:00
14,400
27b2b9cbaef22ac7efea8af051d946fea6c2a113
chore(pkg/database): method to retrieve row cursor based on a sql query stament
[ { "change_type": "MODIFY", "diff": "@@ -73,6 +73,7 @@ type DB interface {\nUseSnapshot(req *schema.UseSnapshotRequest) error\nSQLQuery(req *schema.SQLQueryRequest) (*schema.SQLQueryResult, error)\nSQLQueryPrepared(stmt *sql.SelectStmt, namedParams []*schema.NamedParam, renewSnapshot bool) (*schema.SQLQueryR...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): method to retrieve row cursor based on a sql query stament Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
711,597
08.07.2021 12:16:08
-7,200
bcb57b052053a2cc38d6ab003cd7025398dfc341
fix(admin-ui): Fix affix logic of CurrencyInputComponent Relates to
[ { "change_type": "MODIFY", "diff": "@@ -53,12 +53,18 @@ export class CurrencyInputComponent implements ControlValueAccessor, OnInit, OnC\nreturn '';\n}\nconst locale = languageCode.replace(/_/g, '-');\n+ const parts = new Intl.NumberFormat(locale, {\n+ style: 'currency',\n+ currency: currencyCode,\n+ curren...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix affix logic of CurrencyInputComponent Relates to #971
1
fix
admin-ui
306,423
08.07.2021 12:26:52
-7,200
ea768c932ada6be5325525c64e5d56c895a9ab30
fix(rocket-preset-extend-lion-docs): handle html stories
[ { "change_type": "ADD", "diff": "+---\n+'rocket-preset-extend-lion-docs': patch\n+---\n+\n+Replace tags in html stories when extending\n", "new_path": ".changeset/short-rockets-fail.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -16,9 +16,38 @@ const { transformSync } = ...
JavaScript
MIT License
ing-bank/lion
fix(rocket-preset-extend-lion-docs): handle html stories
1
fix
rocket-preset-extend-lion-docs
127,957
08.07.2021 12:29:59
-10,800
7d1716b3f7f682a1d3649485d35aa44adcc67ada
feat: add onSelectorChange helper
[ { "change_type": "MODIFY", "diff": "@@ -9,13 +9,14 @@ route: /charts/lineChart\nBased on [recharts](https://github.com/recharts/recharts)\n| Name | &nbsp;&nbsp; | Type | &nbsp;&nbsp; | Description |\n-| :--------- | ------------ | :--------------------------------------------------------: | ------------ | :...
TypeScript
MIT License
coingaming/moon-design
feat: add onSelectorChange helper (#1241)
1
feat
null
126,276
08.07.2021 12:36:36
14,400
1bdbf75100d908451bd379351e02868e73d211ac
test(embedded/sql): unit testing aliasing
[ { "change_type": "MODIFY", "diff": "@@ -1493,7 +1493,7 @@ func TestSubQuery(t *testing.T) {\nrequire.NoError(t, err)\n}\n- r, err := engine.QueryStmt(\"SELECT id, title AS t FROM (SELECT id, title, active FROM table1 AS table2) WHERE active AND table2.id >= 0\", nil, true)\n+ r, err := engine.QueryStmt(\"SE...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing aliasing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
67,479
08.07.2021 12:39:31
-36,000
f1533ec14bf8d43b3a02a6a85b278c7005d9cf6f
chore(build): tweak test types dist files, fix rl warnings
[ { "change_type": "MODIFY", "diff": "\"extends\": \"../tsconfig-build.json\",\n\"compilerOptions\": {\n\"allowSyntheticDefaultImports\": true,\n- \"declarationDir\": \"dist\",\n+ \"declarationDir\": \"dist/types\",\n\"outDir\": \"dist/cjs\",\n\"lib\": [\"esnext\", \"dom\"],\n\"resolveJsonModule\": true,\n", ...
TypeScript
MIT License
aurelia/aurelia
chore(build): tweak test types dist files, fix rl warnings
1
chore
build
135,501
08.07.2021 13:04:28
18,000
c3bef384ff1a3ec428ba7c86bc778c50a9e6eead
fix(types): adds TargetCaseType[] for CaseRuleConfig
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,7 @@ export type RuleConfig<\nexport type CaseRuleConfig<V = RuleConfigQuality.User> = RuleConfig<\nV,\n- TargetCaseType\n+ TargetCaseType | TargetCaseType[]\n>;\nexport type LengthRuleConfig<V = RuleConfigQuality.User> = RuleConfig<\nV,\n", "new_path": "...
TypeScript
MIT License
conventional-changelog/commitlint
fix(types): adds TargetCaseType[] for CaseRuleConfig
1
fix
types
306,660
08.07.2021 13:24:10
-19,080
ab105189d6c26579db7f5d72cb0440f9fdb37350
fix(pageHeaders): removes extra wrappers
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,15 @@ export const PageHeader = (props: PageHeaderProps) => {\n});\nconst renderCenter = () => {\n- return navigation ? navigation : stepper;\n+ if (!navigation && !stepper) {\n+ return null;\n+ }\n+\n+ return (\n+ <div className=\"PageHeader-navigationWrappe...
TypeScript
MIT License
innovaccer/design-system
fix(pageHeaders): removes extra wrappers
1
fix
pageHeaders
667,636
08.07.2021 13:26:27
-28,800
904796e2e8fa321714844231f11bb492834d5f0d
refactor(react,vue): rm batch polyfill
[ { "change_type": "MODIFY", "diff": "@@ -56,27 +56,12 @@ function startBatch() {\n}\n}\n-/**\n- * Hippy applies batched rendering,\n- * but iOS JSCore Promise.resolve task executed too fast,\n- * resulting in segmented rendering,\n- * so use polyfill to handle it on different platforms.\n- */\n-function task...
C++
Apache License 2.0
tencent/hippy
refactor(react,vue): rm batch polyfill
1
refactor
react,vue
67,479
08.07.2021 13:40:51
-36,000
d66126ecf2cbdcbbcbe94a8d1529976932b14b09
chore(bench): fix http-server path
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,7 @@ async function startApp(fxName: string, appPath: string, port: string) {\nconst app = spawn(\n'node',\n[\n- '../../../packages/http-server/dist/esm/cli.js',\n+ '../../../packages/http-server/dist/bundle/cli.js',\n'--root',\njoin(appPath, 'dist'),\n'--por...
TypeScript
MIT License
aurelia/aurelia
chore(bench): fix http-server path
1
chore
bench
777,369
08.07.2021 13:45:35
36,000
d39adbc9cab8d942961367367e60e3a7cf2478c8
fix: no data available
[ { "change_type": "MODIFY", "diff": "@@ -151,12 +151,6 @@ const ExperimentDetails: React.FC = () => {\nreturn <Spinner />;\n}\n- let tabsComponent = <ExperimentMultiTrialTabs experiment={experiment} />;\n-\n- if (isSingleTrial) {\n- tabsComponent = <ExperimentSingleTrialTabs experiment={experiment} trialId={...
Python
Apache License 2.0
determined-ai/determined
fix: no data available [DET-5734] (#2695)
1
fix
null
126,276
08.07.2021 13:46:42
14,400
781787eb62c197ac73329500bcdd48c9638650d4
test(embedded/sql): unit testing jointColumnTo edge cases
[ { "change_type": "MODIFY", "diff": "@@ -1251,6 +1251,10 @@ func (sel *ColSelector) resolve(implicitDB, implicitTable string) (aggFn, db, ta\n}\nfunc (sel *ColSelector) alias() string {\n+ if sel.as == \"\" {\n+ return sel.col\n+ }\n+\nreturn sel.as\n}\n", "new_path": "embedded/sql/stmt.go", "old_pat...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing jointColumnTo edge cases Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
942,581
08.07.2021 13:57:11
21,600
3d426b768ac0a6aa4d2c2713fc073dbb3605e1ed
fix(modal): Fix focus trap when Modal contains an iframe Fixes
[ { "change_type": "MODIFY", "diff": "@@ -620,4 +620,49 @@ describe('Modal', () => {\n});\n});\n});\n+\n+ context(`given the 'Iframe Test' story is rendered`, () => {\n+ beforeEach(() => {\n+ h.stories.load('Testing/React/Popups/Modal', 'Iframe Test');\n+ });\n+\n+ context('when the modal is opened', () => {\...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(modal): Fix focus trap when Modal contains an iframe (#1135) Fixes #1097
1
fix
modal
791,370
08.07.2021 14:10:22
21,600
25e0eaecf9feb1caa97988c5398ac58f6ca17391
fix(internal): fix relative pathing for generator
[ { "change_type": "MODIFY", "diff": "@@ -302,7 +302,7 @@ func (g *GapicGenerator) microgen(conf *microgenConfig) error {\nargs = append(args, \"--go_gapic_opt\", fmt.Sprintf(\"release-level=%s\", conf.releaseLevel))\n}\nif conf.gRPCServiceConfigPath != \"\" {\n- args = append(args, \"--go_gapic_opt\", fmt.Sp...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(internal): fix relative pathing for generator (#4397)
1
fix
internal
889,620
08.07.2021 14:17:08
-28,800
c1d34e430cb0b7138742928cbfd5da05d22a0c59
feat(api): add query parameter to filter on deleted series or books
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,14 @@ class BookSearchWithReadProgress(\nseriesIds: Collection<String>? = null,\nsearchTerm: String? = null,\nmediaStatus: Collection<Media.Status>? = null,\n+ deleted: Boolean? = null,\nval tags: Collection<String>? = null,\nval readStatus: Collection<ReadSt...
Kotlin
MIT License
gotson/komga
feat(api): add query parameter to filter on deleted series or books
1
feat
api
815,609
08.07.2021 14:27:42
-28,800
b24f01f8c3b96d8542d3476666d2ecaf07634ede
chore(deps): bump tokio from 1.8.0 to 1.8.1
[ { "change_type": "MODIFY", "diff": "@@ -432,7 +432,7 @@ dependencies = [\n\"ckb-logger\",\n\"ckb-spawn\",\n\"ckb-stop-handler\",\n- \"tokio 1.8.0\",\n+ \"tokio 1.8.1\",\n]\n[[package]]\n@@ -906,7 +906,7 @@ dependencies = [\n\"rand_distr\",\n\"serde\",\n\"serde_json\",\n- \"tokio 1.8.0\",\n+ \"tokio 1.8.1\",...
Rust
MIT License
nervosnetwork/ckb
chore(deps): bump tokio from 1.8.0 to 1.8.1
1
chore
deps
67,479
08.07.2021 14:33:30
-36,000
645248bcce37c2a172f6714090df74d0698441e8
chore(examples): tweak paths to the new cli dist
[ { "change_type": "MODIFY", "diff": "\"version\": \"0.8.0\",\n\"scripts\": {\n\"build\": \"webpack --config webpack.config.js\",\n- \"serve\": \"node ../../node_modules/@aurelia/http-server/dist/esm/cli.js au.conf.js\"\n+ \"serve\": \"node ../../node_modules/@aurelia/http-server/dist/bundle/cli.js au.conf.js...
TypeScript
MIT License
aurelia/aurelia
chore(examples): tweak paths to the new cli dist
1
chore
examples
777,345
08.07.2021 14:47:43
25,200
df183b9a9c589302aea49258f3f6d840a4f47dc9
feat: allow nightly gpu tests to be requested
[ { "change_type": "MODIFY", "diff": "@@ -2119,6 +2119,42 @@ workflows:\nmark: [\"det_deploy_local\"]\ndet-version: [$CIRCLE_SHA1]\n+ - request-gpu-nightly:\n+ type: approval\n+ filters: *upstream-feature-branch\n+\n+ - test-e2e-aws:\n+ name: test-e2e-gpu-nightly\n+ context: aws\n+ filters: *upstream-feature-...
Python
Apache License 2.0
determined-ai/determined
feat: allow nightly gpu tests to be requested (#2692)
1
feat
null
401,123
08.07.2021 14:50:53
-19,080
83bf482cc580c7e20ef70608aeb466dc88935d82
feat(theme): added pressed state to selectors borderColor prop affects:
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ const checkbox: CheckboxTheme = {\ndefault: colors.black,\nerror: colors.red[500],\nactive: colors.blue[500],\n+ pressed: colors.blue[600],\ndisabled: colors.grey[500]\n},\nbgColor: {\n", "new_path": "packages/theme/src/core/checkbox/index.ts", "...
TypeScript
MIT License
medly/medly-components
feat(theme): added pressed state to selectors borderColor prop affects: @medly-components/theme
1
feat
theme
401,123
08.07.2021 14:52:03
-19,080
41ced5ae51b059de1326a00707a1170d8f7b5a89
fix(theme): corrects the colors for pressed event of borderColor prop affects:
[ { "change_type": "MODIFY", "diff": "@@ -35,8 +35,8 @@ const radio: RadioTheme = {\nactive: colors.blue[500]\n},\npressed: {\n- error: colors.blue[600],\n- active: colors.red[700]\n+ error: colors.red[600],\n+ active: colors.blue[600]\n}\n},\nboxShadow: {\n", "new_path": "packages/theme/src/core/radio/in...
TypeScript
MIT License
medly/medly-components
fix(theme): corrects the colors for pressed event of borderColor prop affects: @medly-components/theme
1
fix
theme
401,123
08.07.2021 14:53:22
-19,080
9fea3f53f15c79f82661776e444c2a5d116840f5
refactor(core): refactors code to not use nested template literals affects:
[ { "change_type": "MODIFY", "diff": "@@ -33,9 +33,6 @@ const nonActiveStyle = ({ borderColor, hasError, disabled }: Props & CheckboxThe\n`;\n};\n-// const getPressedStyle = ...;\n-// const getHoveredStyle =\n-\nexport const StyledCheckbox = styled.div`\nborder: 0.15rem solid;\nbox-sizing: border-box;\n@@ -94...
TypeScript
MIT License
medly/medly-components
refactor(core): refactors code to not use nested template literals affects: @medly-components/core
1
refactor
core
711,623
08.07.2021 15:09:56
-10,800
5061a43ae0202bcbe69c05ad634e1866e7ce8f30
fix(admin-ui): Fix Russian & Ukrainian translations
[ { "change_type": "MODIFY", "diff": "{\n- \"generatedOn\": \"2021-06-29T10:27:05.737Z\",\n- \"lastCommit\": \"e4f276791c3c46a90c9c37c03d7f28b48a7bec86\",\n+ \"generatedOn\": \"2021-07-08T07:55:27.400Z\",\n+ \"lastCommit\": \"cb0ce43cd81a9bd0fbb60525131dee73018ac5bc\",\n\"translationStatus\": {\n\"cs\": {\n\"...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix Russian & Ukrainian translations
1
fix
admin-ui
304,866
08.07.2021 15:10:08
25,200
875fa92343369d85595dadc75ae7bc4eb5ba0531
test: fix group_agg_test to yield data and use array.from for input
[ { "change_type": "MODIFY", "diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n", "new_path": "libflux/go/libflux/buildinfo.gen.go", "old_path": "libflux/go/libflux/buildinfo.gen.go" }, { "change_type": "MODIFY", "diff": "package ...
Go
MIT License
influxdata/flux
test: fix group_agg_test to yield data and use array.from for input (#3863)
1
test
null
777,367
08.07.2021 15:11:34
25,200
488fe333ee540761c2ba7cb8d7921c8d1a5998a6
chore: fix error introduced by rebasing
[ { "change_type": "MODIFY", "diff": "@@ -191,7 +191,7 @@ func (c *command) Receive(ctx *actor.Context) error {\ncase *apiv1.GetTensorboardRequest:\nctx.Respond(&apiv1.GetTensorboardResponse{\nTensorboard: c.toTensorboard(ctx),\n- Config: protoutils.ToStruct(c.config),\n+ Config: protoutils.ToStruct(c.Config)...
Python
Apache License 2.0
determined-ai/determined
chore: fix error introduced by rebasing (#2697)
1
chore
null
866,415
08.07.2021 15:17:59
14,400
2a4e7f0c0c6542e6db23286e02500c452ea9b9f6
fix(select): add custom selected event for select component
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,7 @@ export const Default = args => {\nsize=\"${ifNonNull(size)}\"\nvalidity-message=\"${ifNonNull(validityMessage)}\"\nvalue=\"${ifNonNull(value)}\"\n- @input=\"${ifNonNull(onInput)}\"\n+ @bx-select-selected=\"${ifNonNull(onInput)}\"\n>\n${children}\n</bx-se...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(select): add custom selected event for select component (#667)
1
fix
select
821,230
08.07.2021 15:37:05
21,600
001d5f19d97255b2c69fe14c50c2fd5ec19a7109
chore: update pack:win description [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -195,7 +195,9 @@ FunctionEnd\nexport default class PackWin extends Command {\nstatic hidden = true\n- static description = 'create windows installer from oclif CLI'\n+ static description = `create windows installer from oclif CLI\n+\n+ This command requires WINDOWS_SIG...
TypeScript
MIT License
oclif/oclif
chore: update pack:win description [skip ci]
1
chore
null
401,123
08.07.2021 15:39:07
-19,080
0c845032708564cdcb6db9ad899030e1ecea83a5
fix: code smell fixes affects:
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,23 @@ const nonActiveStyle = ({ borderColor, hasError, disabled }: Props & CheckboxThe\n`;\n};\n+const getEventStyle = (event: 'hovered' | 'pressed' | 'focused') => ({\n+ isActive,\n+ hasError,\n+ borderColor,\n+ theme,\n+ bgColor\n+}: CheckboxTheme & Props &...
TypeScript
MIT License
medly/medly-components
fix: code smell fixes affects: @medly-components/core, @medly-components/forms
1
fix
null
889,620
08.07.2021 15:51:34
-28,800
4dac73ea9f154e9f3644d3c042ec7f1e63939416
feat(api): add endpoint to empty trash per library
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,11 @@ sealed class Task(priority: Int = DEFAULT_PRIORITY) : Serializable {\noverride fun uniqueId() = \"SCAN_LIBRARY_$libraryId\"\n}\n+ class EmptyTrash(val libraryId: String, priority: Int = DEFAULT_PRIORITY) : Task(priority) {\n+ override fun uniqueId() = \...
Kotlin
MIT License
gotson/komga
feat(api): add endpoint to empty trash per library
1
feat
api
889,620
08.07.2021 15:52:30
-28,800
31fbf2a829b4fc0f6a246178935ffc2598df10b0
feat(webui): add library action menu item to empty trash
[ { "change_type": "MODIFY", "diff": "<v-list-item @click=\"confirmRefreshMetadataModal = true\">\n<v-list-item-title>{{ $t('menu.refresh_metadata') }}</v-list-item-title>\n</v-list-item>\n+ <v-list-item @click=\"confirmEmptyTrash = true\">\n+ <v-list-item-title>{{ $t('menu.empty_trash') }}</v-list-item-title...
Kotlin
MIT License
gotson/komga
feat(webui): add library action menu item to empty trash
1
feat
webui
67,479
08.07.2021 15:52:39
-36,000
6d01a24721113cbba1cbb2ed716d35a0fef707d4
chore(dist): fix cjs package main path, tweak publish scripts
[ { "change_type": "MODIFY", "diff": "\"change-tsconfigs:restore\": \"ts-node -P tsconfig.json scripts/change-tsconfigs.ts restore\",\n\"prepare-release\": \"ts-node -P tsconfig.json scripts/prepare-release.ts\",\n\"generate-native-modules\": \"ts-node -P tsconfig.json scripts/generate-native-modules.ts\",\n-...
TypeScript
MIT License
aurelia/aurelia
chore(dist): fix cjs package main path, tweak publish scripts
1
chore
dist
889,620
08.07.2021 15:53:53
-28,800
68a9f7a79c8d45e0ed47b44dd3561de7aa44e2ba
fix(webui): show different empty state if library is empty
[ { "change_type": "MODIFY", "diff": "<v-container fluid>\n<empty-state\n- v-if=\"totalPages === 0\"\n+ v-if=\"totalPages === 0 && sortOrFilterActive\"\n:title=\"$t('common.filter_no_matches')\"\n:sub-title=\"$t('common.use_filter_panel_to_change_filter')\"\nicon=\"mdi-book-multiple\"\n<v-btn @click=\"resetSo...
Kotlin
MIT License
gotson/komga
fix(webui): show different empty state if library is empty
1
fix
webui
889,620
08.07.2021 15:56:03
-28,800
58a67f50cce18c0c5cec96c4a028c86853592de8
refactor(webui): extract i18n strings
[ { "change_type": "MODIFY", "diff": "<confirmation-dialog\nv-model=\"confirmAnalyzeModal\"\n- title=\"Analyze library\"\n- body=\"Analyzes all the media files in the library. The analysis captures information about the media. Depending on your library size, this may take a long time.\"\n- button-confirm=\"An...
Kotlin
MIT License
gotson/komga
refactor(webui): extract i18n strings
1
refactor
webui
667,635
08.07.2021 16:02:59
-28,800
f3b89b5fa5d79b847bb2dc8ee077fb1a0d688cbc
chore(ios): add logs in podspec file
[ { "change_type": "MODIFY", "diff": "#\nPod::Spec.new do |s|\n+ puts 'hippy.podspec read begins'\ns.name = 'hippy'\ns.version = '2.2.0'\ns.summary = 'Hippy library for iOS'\n@@ -31,16 +32,21 @@ Pod::Spec.new do |s|\ns.default_subspec = 'core'\ns.subspec 'core' do |cores|\n+ puts 'hippy subspec \\'core\\' rea...
C++
Apache License 2.0
tencent/hippy
chore(ios): add logs in podspec file
1
chore
ios
67,479
08.07.2021 16:07:02
-36,000
7b81eebc4d55973f61da6610258a1e9380e010f1
chore(dist): ensure ts node available during publish
[ { "change_type": "MODIFY", "diff": "@@ -281,7 +281,7 @@ jobs:\nsteps:\n- run: git checkout << parameters.branch >>\n- run: git pull\n- - run: sudo npm i -g lage\n+ - run: npm ci\n- run:\nname: \"Authenticate with registry\"\ncommand: echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" >> ~/.npmrc\n", "...
TypeScript
MIT License
aurelia/aurelia
chore(dist): ensure ts node available during publish
1
chore
dist
821,230
08.07.2021 16:13:23
21,600
0dc68b09fd7f52719d45440e4faf85782ced9680
fix: throw error if WINDOWS_SIGNING_PASS is not set
[ { "change_type": "MODIFY", "diff": "@@ -232,10 +232,16 @@ export default class PackWin extends Command {\nconst buildLocationUnsigned = o.replace(`${arch}.exe`, `${arch}-unsigned.exe`)\n// eslint-disable-next-line no-await-in-loop\nawait qq.mv(o, buildLocationUnsigned)\n+\n+ const pass = config.scopedEnvVar...
TypeScript
MIT License
oclif/oclif
fix: throw error if WINDOWS_SIGNING_PASS is not set
1
fix
null
185,952
08.07.2021 16:17:02
25,200
7f1eeafebdd34454e0692226552758e0dcddc661
chore: release v0.25.1
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"electron-fiddle\",\n\"productName\": \"Electron Fiddle\",\n- \"version\": \"0.25.0\",\n+ \"version\": \"0.25.1\",\n\"description\": \"The easiest way to get started with Electron\",\n\"repository\": \"https://github.com/electron/fiddle\",\n\"main\": \"./dis...
TypeScript
MIT License
electron/fiddle
chore: release v0.25.1 (#758)
1
chore
null
667,713
08.07.2021 16:25:33
-28,800
5e13f8e94da31e39f2381b1f7c26331a893a6062
refactor(android): remove maven gradle
[ { "change_type": "MODIFY", "diff": "apply plugin: 'com.android.library'\napply from: './mavencentral.gradle'\n-//apply from: './maven.gradle'\next {\nCMAKE_PATH = \"$projectDir.absolutePath/src/main/jni/CMakeLists.txt\"\n", "new_path": "android/sdk/build.gradle", "old_path": "android/sdk/build.gradl...
C++
Apache License 2.0
tencent/hippy
refactor(android): remove maven gradle
1
refactor
android
104,831
08.07.2021 16:27:12
18,000
a7ec678fe93d0cfc986c95e8b72354e4a083f21a
fix(card-variables): handle null values in handle-card-variables
[ { "change_type": "MODIFY", "diff": "@@ -1347,6 +1347,21 @@ describe('cardUtilityFunctions', () => {\nexpect(updatedCard.thresholds[0].value).toEqual(100);\nexpect(updatedCard.thresholds[1].value).toEqual('mystring');\n});\n+\n+ it('replaceVariables handles null targets', () => {\n+ const card = {\n+ title: ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card-variables): handle null values in handle-card-variables
1
fix
card-variables
688,448
08.07.2021 16:27:48
-10,800
8fc94c5d887ce438ca7e6cd15cdd997dbb5d7b57
fix(Select): close Popper after disabling Select
[ { "change_type": "MODIFY", "diff": "@@ -128,4 +128,20 @@ describe('useSelectState', () => {\nexpect(result.current.selectedIndexes).toEqual([0])\nexpect(result.current.displayValue).toEqual(DEFAULT_OPTIONS[0].text)\n})\n+\n+ describe('when select is opened but has became disabled', () => {\n+ it('switches t...
TypeScript
MIT License
toptal/picasso
fix(Select): close Popper after disabling Select (#2113)
1
fix
Select
942,613
08.07.2021 16:29:58
21,600
4824433cb512cc957e003b177f83d4e9a24a6b22
fix: Fix onAction bugs in Breadcrumbs
[ { "change_type": "MODIFY", "diff": "@@ -118,7 +118,7 @@ export const DropdownMenu = ({\ncase 'Enter':\nevent.preventDefault();\nif (item.onAction) {\n- item.onAction(item);\n+ item.onAction(item.link);\nresetFocus();\nbreak;\n}\n", "new_path": "modules/_labs/breadcrumbs/react/lib/Breadcrumbs/Dropdown/Me...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Fix onAction bugs in Breadcrumbs (#1073)
1
fix
null
942,613
08.07.2021 16:37:42
21,600
c2d6120d20acd0202dc79dfb081340c4153d7659
fix: Fix Checkbox width bug
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ const CheckboxContainer = styled('div')({\nconst CheckboxInputWrapper = styled('div')<Pick<CheckboxProps, 'disabled'>>({\ndisplay: 'flex',\nheight: checkboxHeight,\n- width: checkboxWidth,\n+ minWidth: checkboxWidth,\nmarginTop: '3px',\nalignSelf: 'flex-...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Fix Checkbox width bug (#1139)
1
fix
null
815,593
08.07.2021 16:41:21
-32,400
8a7f18572fdaa8adb88415df6eb033a3c1c31dbb
feat: add message prefix to BlockAssembler
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,7 @@ fn block_assembler_config() -> BlockAssemblerConfig {\ncode_hash: secp_script.code_hash().unpack(),\nhash_type: hash_type.into(),\nargs,\n+ message_prefix: None,\nmessage: Default::default(),\n}\n}\n", "new_path": "benches/benches/benchmarks/overall....
Rust
MIT License
nervosnetwork/ckb
feat: add message prefix to BlockAssembler
1
feat
null
342,890
08.07.2021 16:48:28
-7,200
bf70c400223f8f2e5fc0cecbf8b05794649b548e
fix: don't break build for misconfigured Figma images
[ { "change_type": "MODIFY", "diff": "@@ -74,7 +74,7 @@ module.exports = (props, pluginOptions) => {\nfunction onError(err) {\nconst triesLeft = tries - 1;\nif (!triesLeft) {\n- throw err;\n+ return { data: { err } };\n}\nreturn wait(delay).then(() => fetchRetry(url, delay, triesLeft));\n}\n@@ -115,7 +115,10 ...
JavaScript
MIT License
kiwicom/orbit
fix: don't break build for misconfigured Figma images
1
fix
null
342,890
08.07.2021 16:51:24
-7,200
09d276d4668bc9b7e31c4e00e04d369baec4487c
fix: contraction linting slightly faster with existence slightly fewer false positives
[ { "change_type": "MODIFY", "diff": "-extends: substitution\n-message: \"Feel free to use '%s' instead of '%s'.\"\n-link: 'https://orbit.kiwi/content/technical-content/language/#use-contractions'\n+extends: existence\n+message: \"Feel free to use a contraction instead of '%s':\n+ https://orbit.kiwi/content/t...
JavaScript
MIT License
kiwicom/orbit
fix: contraction linting slightly faster with existence slightly fewer false positives
1
fix
null
386,581
08.07.2021 16:52:13
-7,200
755527fe88cf45a00ab8ade8353f507c8c7918d8
fix(operators): _request getter default value should be null.
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ function _request({ arrayIndices, params, requests, location }) {\nconst key = keyParts.reduce((acc, value) => (acc === '' ? value : acc.concat('.', value)), '');\nreturn get(requests[requestId].response, applyArrayIndices(arrayIndices, key), {\ncopy: tr...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(operators): _request getter default value should be null.
1
fix
operators
342,890
08.07.2021 16:57:00
-7,200
ec88fdc1a3fdf1e41d775c7e55edc3acc33d7323
docs: improve guidelines and add template
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ It's efforts like yours that help keep our docs useful.\n- [Location](#location)\n- [Running the docs locally](#running-the-docs-locally)\n+- [Creating new component docs](#creating-new-component-docs)\n- [Code style](#code-style)\n- [Prose style](#prose-s...
JavaScript
MIT License
kiwicom/orbit
docs: improve guidelines and add template
1
docs
null
791,704
08.07.2021 17:13:25
18,000
f41ca8d3c744adfb030225094243ced32c838eeb
scripts(i18n): support es modules in collect-strings
[ { "change_type": "MODIFY", "diff": "@@ -645,3 +645,6 @@ if (typeof module !== 'undefined' && module.exports) {\n} else {\nself.Util = Util;\n}\n+\n+// TODO(esmodules): export these strings too, then collect-strings will work when this file is esm.\n+// export const UIStrings = Util.UIStrings;\n", "new_p...
JavaScript
Apache License 2.0
googlechrome/lighthouse
scripts(i18n): support es modules in collect-strings (#12741)
1
scripts
i18n
756,059
08.07.2021 17:30:39
25,200
664f2c1f8e009a6aede77d23b365ed2659a41695
chore: bring refcount log messages up to date
[ { "change_type": "MODIFY", "diff": "@@ -818,6 +818,7 @@ export default function makeKernelKeeper(\nreachable += 1;\n}\nrecognizable += 1;\n+ // kdebug(`++ ${kernelSlot} ${tag} ${reachable},${recognizable}`);\nsetObjectRefCount(kernelSlot, { reachable, recognizable });\n}\n}\n@@ -860,6 +861,7 @@ export defau...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: bring refcount log messages up to date
1
chore
null
756,059
08.07.2021 17:32:30
25,200
7edfa24ca7ca8f511775791cef690bf482a7bc81
fix: make verbose flag work from the very beginning
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import bundleSource from '@agoric/bundle-source';\nimport './types.js';\nimport { insistStorageAPI } from './storageAPI.js';\nimport { initializeKernel } from './kernel/initializeKernel.js';\n+import { kdebugEnable } from './kernel/kdebug.js';\n/**\n* @par...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: make verbose flag work from the very beginning
1
fix
null
756,059
08.07.2021 17:34:33
25,200
9941a086837ad4e6c314da5a6c4faa999430c3f4
feat: refactor object pinning
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,6 @@ import { waitUntilQuiescent } from './waitUntilQuiescent.js';\nimport { makeGcAndFinalize } from './gc-and-finalize.js';\nimport { insistStorageAPI } from './storageAPI.js';\nimport { insistCapData } from './capdata.js';\n-import { parseVatSlot } from '....
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: refactor object pinning
1
feat
null
756,059
08.07.2021 17:38:27
25,200
d7c9792597d063fbc8970acb034674b15865de7d
feat: audit object refcounts closes:
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,7 @@ async function simpleCall(t) {\nconst vatAdminRoot = ['ko20', adminVatID, 'o+0'];\nt.deepEqual(data.kernelTable, [vatAdminRoot]);\n- // vat1:o+1 will map to ko21\n+ // vat1:o+0 will map to ko21\ncontroller.queueToVatRoot('vat1', 'foo', capdata('args'));\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: audit object refcounts closes: #3445
1
feat
null
730,496
08.07.2021 17:43:17
-3,600
5f12b43a2b996311016b64caea38892aab56da3b
fix(meetings): remove non-Webex calls after user leaves fixes
[ { "change_type": "MODIFY", "diff": "@@ -115,6 +115,7 @@ export const _RESOURCE_ROOM_ = 'RESOURCE_ROOM';\nexport const _RECEIVE_ONLY_ = 'RECVONLY';\nexport const _ROOM_ = hydraTypes.ROOM;\n+export const _SIP_BRIDGE_ = 'SIP_BRIDGE';\nexport const _SIP_URI_ = 'SIP_URI';\nexport const _SEND_RECEIVE_ = 'SENDRECV...
JavaScript
MIT License
webex/webex-js-sdk
fix(meetings): remove non-Webex calls after user leaves fixes SPARK-248251
1
fix
meetings
185,944
08.07.2021 17:49:08
18,000
fba74a86c46c27d2c8ad1b74726c163e28af673d
fix: when EditorState.setVersion() loads a template for the new version
[ { "change_type": "MODIFY", "diff": "-import { autorun, reaction } from 'mobx';\n+import { autorun, reaction, when } from 'mobx';\nimport * as path from 'path';\nimport { ipcRenderer } from 'electron';\n@@ -111,6 +111,10 @@ export class App {\n);\nconst { Header } = await import('./components/header');\n+ //...
TypeScript
MIT License
electron/fiddle
fix: when EditorState.setVersion() loads a template for the new version (#754)
1
fix
null
185,944
08.07.2021 17:51:24
18,000
3777a1c5af9b0109b7ef73e1d8fb06e81ccf585a
chore: get version list from electronjs.org
[ { "change_type": "MODIFY", "diff": "@@ -260,30 +260,26 @@ export async function getUpdatedElectronVersions(): Promise<\n}\n/**\n- * Fetch the latest known versions directly from npm.\n+ * Fetch a list of released versions from electronjs.org.\n*\n- * @returns {Promise<Array<Version>>}\n+ * @returns {Promise...
TypeScript
MIT License
electron/fiddle
chore: get version list from electronjs.org (#756)
1
chore
null
217,922
08.07.2021 18:24:44
-7,200
1aaa552c82fb5d77dfa8d8264e189a1b5b1690fe
perf(list): new progress write system for multiplayer autofill, a bit slower but way more reliable
[ { "change_type": "MODIFY", "diff": "import { List } from '../../../../modules/list/model/list';\nimport { Injectable, NgZone } from '@angular/core';\nimport { ListStore } from './list-store';\n-import { combineLatest, Observable, of, throwError } from 'rxjs';\n+import { combineLatest, from, Observable, of, ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(list): new progress write system for multiplayer autofill, a bit slower but way more reliable
1
perf
list
217,922
08.07.2021 18:35:04
-7,200
b477d06448dc83ae2036b8bcf339ace0840df1bb
perf(list): modifications history now only retains the last 25 changes to improve loading time
[ { "change_type": "MODIFY", "diff": "@@ -718,5 +718,8 @@ export class List extends DataWithPermissions {\nif ((<any>this.name)?.name) {\nthis.name = (<any>this.name).name;\n}\n+ if (this.modificationsHistory.length > 25) {\n+ this.modificationsHistory = this.modificationsHistory.slice(0, 25);\n+ }\n}\n}\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(list): modifications history now only retains the last 25 changes to improve loading time
1
perf
list
67,479
08.07.2021 19:03:15
-36,000
187b5cdd10d406c4d278400d643ff9b973f0fe4d
chore(dist): use global ts-node instead
[ { "change_type": "MODIFY", "diff": "@@ -281,7 +281,7 @@ jobs:\nsteps:\n- run: git checkout << parameters.branch >>\n- run: git pull\n- - run: npm ci\n+ - run: sudo npm i -g ts-node @types/node\n- run:\nname: \"Authenticate with registry\"\ncommand: echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" >> ~/....
TypeScript
MIT License
aurelia/aurelia
chore(dist): use global ts-node instead
1
chore
dist
777,367
08.07.2021 19:06:39
25,200
3a8a2bc063c4a29400d9409dc784d4315be100cd
fix: e2e test
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ func (s CommandSpec) ToTaskSpec(keys *ssh.PrivateAndPublicKeys, taskToken string\n}...)\n}\n- res.Archives = s.Base.makeArchives([]container.RunArchive{\n+ res.Archives = res.makeArchives([]container.RunArchive{\nwrapArchive(s.Base.AgentUserGroup.OwnArch...
Python
Apache License 2.0
determined-ai/determined
fix: e2e test (#2700)
1
fix
null
104,828
08.07.2021 20:36:11
-7,200
fa4cfdb085ffabc1740bdaa1d1b5c17bc1ecb9c4
fix(imagehotspots): fixing pr feedback
[ { "change_type": "MODIFY", "diff": "@@ -3471,6 +3471,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/D\n}\n/>\n<div\n+ data-testid=\"null-hotspots-container\"\nstyle={\nObject {\n\"left\": undefined,\n@@ -3478,7 +3479,6 @@ exports[`Storybook Snapshot tests and console che...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagehotspots): fixing pr feedback
1
fix
imagehotspots
791,742
08.07.2021 20:39:57
-10,800
000da66af1ad2281e8409642e5166b47b71df936
core(canonical): proper explanation for url misuse
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ const UIStrings = {\n* @description Explanatory message stating that there was a failure in an audit caused by a URL being relative instead of absolute.\n* @example {https://example.com/} url\n* */\n- explanationRelative: 'Relative URL ({url})',\n+ expla...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(canonical): proper explanation for url misuse (#12676)
1
core
canonical
217,922
08.07.2021 20:56:35
-7,200
f54a949c9ac9453a2c8286505dc36beb59f099f5
chore: better system for modifications history reduction
[ { "change_type": "MODIFY", "diff": "@@ -109,6 +109,11 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nreturn Object.assign(item, extracts[item.id]);\n});\nlist.afterDeserialized();\n+ if (list.modificationsHistory.length > 25) {\n+ const popped = list.modificationsHistor...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better system for modifications history reduction
1
chore
null
104,825
08.07.2021 20:58:39
14,400
d28b2f2176bc1285a4ed2f18e4f926191a9e6408
refactor(list): apply suggsted changes
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ export enum SelectionType {\nselector: 'ai-list',\ntemplate: `\n<div class=\"iot--list\">\n- <ai-list-header [hasSearch]=\"hasSearch\" [title]=\"title\" (onSearch)=\"onSearch.emit($event)\">\n+ <ai-list-header [hasSearch]=\"hasSearch\" [title]=\"title\" ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(list): apply suggsted changes Co-authored-by: Zvonimir <zvonimir.fras@ibm.com>
1
refactor
list
573,217
08.07.2021 21:02:14
-7,200
3002182cacc7a9334237a9284a339ba93d3f213c
fix: format falsy constants properly in json formatter
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ var errors = require('restify-errors');\n*/\nfunction formatJSON(req, res, body) {\nvar data = 'null';\n- if (body) {\n+ if (body !== undefined) {\ntry {\ndata = JSON.stringify(body);\n} catch (e) {\n", "new_path": "lib/formatters/json.js", "old_...
JavaScript
MIT License
restify/node-restify
fix: format falsy constants properly in json formatter (#1792)
1
fix
null
426,691
08.07.2021 21:09:14
-7,200
cb693c7198f0e11c5d1d546159b3d0f71b09fba2
fix(test-runner): use block comments in snapshots to make them work in all browsers
[ { "change_type": "ADD", "diff": "+---\n+'@web/test-runner': patch\n+'@web/test-runner-commands': patch\n+---\n+\n+Use block comments in snapshots to make them work in all browsers\n", "new_path": ".changeset/curvy-actors-dance.md", "old_path": null }, { "change_type": "MODIFY", "diff": "...
TypeScript
MIT License
modernweb-dev/web
fix(test-runner): use block comments in snapshots to make them work in all browsers
1
fix
test-runner
129,350
08.07.2021 21:11:44
-7,200
e94eae96f3b2d122da81de8b03efa581704bffad
feat(changelog): add support for single version and version range Closes
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ def find_increment(\n# Most important cases are major and minor.\n# Everything else will be considered patch.\nselect_pattern = re.compile(regex)\n- increment = None\n+ increment: Optional[str] = None\nfor commit in commits:\nfor message in commit.messag...
Python
MIT License
commitizen-tools/commitizen
feat(changelog): add support for single version and version range Closes #399 #225
1
feat
changelog