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
551,635
15.02.2022 14:27:03
-7,200
422b1fef68bfd10547be16f5a847393722fd0c2d
fix(UI): fix errors in WebConsole browser console
[ { "change_type": "MODIFY", "diff": "</includes>\n<excludes>\n<exclude>**/*.woff</exclude>\n+ <exclude>**/*.ttf</exclude>\n</excludes>\n<outputDirectory>.</outputDirectory>\n<fileMode>755</fileMode>\n<directory>../ui/dist</directory>\n<includes>\n<include>**/*.woff</include>\n+ <include>**/*.ttf</include>\n<...
Java
Apache License 2.0
questdb/questdb
fix(UI): fix errors in WebConsole browser console (#1888)
1
fix
UI
386,584
15.02.2022 14:29:33
-7,200
1d70f64983922070916537c0a81b4ed343810365
feat(actions-core): Updated DisplayMessage action and tests to include edge cases.
[ { "change_type": "MODIFY", "diff": "@@ -2810,7 +2810,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@swc/cli\", \"virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55\"],\n[\"@swc/core\", \"npm:1...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Updated DisplayMessage action and tests to include edge cases.
1
feat
actions-core
889,620
15.02.2022 14:33:33
-28,800
b9c12bc22803c63f4404ab63cdf844f0a72cbad7
refactor: use stringbuilder
[ { "change_type": "MODIFY", "diff": "@@ -680,11 +680,9 @@ class OpdsController(\ntitle = \"$pre${if (prependNumber) \"${decimalFormat.format(metadata.numberSort)} - \" else \"\"}${metadata.title}\",\nupdated = lastModified.toCurrentTimeZone().atZone(ZoneId.systemDefault()) ?: ZonedDateTime.now(),\nid = id,\n...
Kotlin
MIT License
gotson/komga
refactor: use stringbuilder
1
refactor
null
847,143
15.02.2022 14:42:36
-28,800
0a495661b598f91f7596bdf554886cabcf8038a9
feat(theme): support `@import in user styles`
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import NormalPage from \"@theme-hope/components/NormalPage\";\nimport type { RouterScrollBehavior } from \"vue-router\";\nimport \"./styles/index.scss\";\n+import \"@sass-palette/hope-style\";\nexport default defineClientAppEnhance(({ app, router }) => {\n...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): support `@import in user styles`
1
feat
theme
841,488
15.02.2022 14:42:40
-28,800
f67796a962cfd1e5c33206622c325dfbdd3b4ee2
fix(es/utils): Keep arguments to `super` call
[ { "change_type": "MODIFY", "diff": "@@ -1907,6 +1907,34 @@ class A {\n\"\n);\n+test!(\n+ syntax(),\n+ |_| parameters(Default::default()),\n+ issue_3569,\n+ \"\n+export class TableView extends React.Component {\n+ constructor(props){\n+ super(props);\n+ this.getSearchForm = (innerWidth = 0)=>{\n+ this.getPro...
Rust
Apache License 2.0
swc-project/swc
fix(es/utils): Keep arguments to `super` call (#3570)
1
fix
es/utils
667,672
15.02.2022 15:06:11
-28,800
53c9c8b6f7fbaf723fd396b790a16fb8234e2948
fix(android): fix context leaks on EngineInitParams Use Context#getApplicationContext to create DefaultSharedPreferencesAdapter
[ { "change_type": "MODIFY", "diff": "@@ -302,7 +302,8 @@ public abstract class HippyEngine {\nEngineInitParams.class.getName() + \" imageLoader must not be null!\");\n}\nif (sharedPreferencesAdapter == null) {\n- sharedPreferencesAdapter = new DefaultSharedPreferencesAdapter(context);\n+ sharedPreferencesAda...
C++
Apache License 2.0
tencent/hippy
fix(android): fix context leaks on EngineInitParams Use Context#getApplicationContext to create DefaultSharedPreferencesAdapter
1
fix
android
386,584
15.02.2022 15:07:28
-7,200
578be12da8b52aaaa7d841a957ac1f8d14f79a3b
chore(actions-core): Bumped jest to 27.5.1.
[ { "change_type": "MODIFY", "diff": "\"@swc/cli\": \"0.1.55\",\n\"@swc/core\": \"1.2.135\",\n\"@swc/jest\": \"0.2.17\",\n- \"jest\": \"27.4.7\"\n+ \"jest\": \"27.5.1\"\n},\n\"publishConfig\": {\n\"access\": \"public\"\n", "new_path": "packages/plugins/actions/actions-core/package.json", "old_path": "...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(actions-core): Bumped jest to 27.5.1.
1
chore
actions-core
104,826
15.02.2022 15:07:56
10,800
45e0f025fc85f161b4a4f930ddf6f874b86da1a7
fix(IdleTimer): Adding `Secure;` too the cookie only if window.location.protocol is https.
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,9 @@ class IdleTimer {\n// Write the inactivity timeout cookie\ndocument.cookie = `${this.COOKIE_NAME}=${encodeURIComponent(\ntimestamp\n- )};expires=${expires};path=/;domain=${this.COOKIE_DOMAIN};Secure;`;\n+ )};expires=${expires};path=/;domain=${this.COOKIE...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(IdleTimer): Adding `Secure;` too the cookie only if window.location.protocol is https.
1
fix
IdleTimer
386,584
15.02.2022 15:09:14
-7,200
3d85e26ac5b5f33897032d04ebd6e20ab1944168
fix(actions-core): Changed param type check in DisplayMessage action.
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ function DisplayMessage({ methods: { displayMessage }, params }) {\n)}\".`\n);\n}\n- if (type.isNull(params) || type.isUndefined(params)) {\n+ if (type.isNone(params)) {\ndisplayMessage({ content: 'Success' });\n}\nif (type.isObject(params)) {\n", "n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(actions-core): Changed param type check in DisplayMessage action.
1
fix
actions-core
847,143
15.02.2022 15:11:56
-28,800
50f841ee463313d7c9d9ca9af4fa2ea095366345
feat(theme): remove $themeColorPicker in config.scss
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ export const useThemeAuthor = (): ComputedRef<AuthorInfo[]> => {\n};\nexport const useIconPrefix = (): ComputedRef<string> =>\n- computed(() => useThemeData().value.iconPrefix || \"\");\n+ computed(() => useThemeData().value.iconPrefix);\nexport const us...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): remove $themeColorPicker in config.scss
1
feat
theme
847,143
15.02.2022 15:32:24
-28,800
d7c605be95a104a4f4b77f82b9fd7dc08b9a535c
refactor(theme): remove dumplicate keys
[ { "change_type": "MODIFY", "diff": "@@ -5,8 +5,6 @@ import type { App } from \"@vuepress/core\";\nimport { resolveEncrypt } from \"./encrypt\";\nconst defaultRootOptions: HopeThemeOptions = {\n- iconPrefix: \"icon-\",\n-\nblog: {\narticleInfo: [\n\"Author\",\n", "new_path": "packages/theme/src/node/hand...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): remove dumplicate keys
1
refactor
theme
266,134
15.02.2022 15:33:34
28,800
0f9806afbc2a9bfd7260df817057d676bd0f2912
fix(conventional-commit-lint): check if automerge is enabled before using commit message vs title message
[ { "change_type": "MODIFY", "diff": "+exports['ConventionalCommitLint PR With Multiple Commits has a valid title, invalid commit, automerge enabled 1'] = {\n+ \"name\": \"conventionalcommits.org\",\n+ \"conclusion\": \"success\",\n+ \"head_sha\": \"6dcb09b5b57875f334f61aebed695e2e4193db5e\"\n+}\n+\nexports['...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
fix(conventional-commit-lint): check if automerge is enabled before using commit message vs title message (#3189)
1
fix
conventional-commit-lint
877,045
15.02.2022 15:43:15
-3,600
a1a1503e4648cdfa8a4b74655c20bab8b45f45b5
feat(@vtmn/vue): make identifier props required for selection controls components
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ export default /*#__PURE__*/ defineComponent({\n},\nidentifier: {\ntype: String as PropType<string>,\n- default: null,\n+ required: true,\n},\nchecked: {\ntype: Boolean as PropType<boolean>,\n", "new_path": "packages/sources/vue/src/components/select...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/vue): make identifier props required for selection controls components (#974) Co-authored-by: Gaspard Mathon <gaspard.mathon@hotmail.fr>
1
feat
@vtmn/vue
126,276
15.02.2022 15:45:45
10,800
c1c371abd8ac43a00027c167b614b9e22c9a165b
chore(embedded/tbtree): explicit error validation before loading
[ { "change_type": "MODIFY", "diff": "@@ -270,7 +270,7 @@ func Open(path string, opts *Options) (*TBtree, error) {\nopts.log.Infof(\"Skipping snapshot at '%s', reading commit data returned: %s\", snapPath, \"empty snapshot\")\ndiscardSnapshot = true\n}\n- if !discardSnapshot && cLogSize >= cLogEntrySize {\n+ ...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): explicit error validation before loading Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
847,143
15.02.2022 15:46:28
-28,800
c67f04a77deb0c36610b2a2485dca3037dac188a
feat(theme): add navbarIcon options
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,13 @@ export default defineComponent({\nh(\n\"header\",\n{\n- class: [\"navbar\", { \"auto-hide\": autoHide.value }],\n+ class: [\n+ \"navbar\",\n+ {\n+ \"auto-hide\": autoHide.value,\n+ \"hide-icon\": !themeLocale.value.navbarIcon,\n+ },\n+ ],\nref: navbar,\...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add navbarIcon options
1
feat
theme
847,143
15.02.2022 15:55:07
-28,800
44e604d299ab51abf03829db3b56c7dcfc0272d9
chore: jsdocs update and docs update
[ { "change_type": "MODIFY", "diff": "@@ -21,9 +21,15 @@ Please use RSS if possible.\nPlease set `atom`, `json` or `rss` to `true` in the plugin options according to the format you want to generate.\n+::: tip\n+\n+Of course you can enable them all. This is not a choose 1 from 3 situation.\n+\n+:::\n+\nConside...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: jsdocs update and docs update
1
chore
null
877,038
15.02.2022 16:01:30
-3,600
33466700e5f66e718772bdc75739bdf1ec8b67f8
fix(@vtmn/react): helper-text aria realtionshop
[ { "change_type": "MODIFY", "diff": "@@ -106,6 +106,10 @@ export const VtmnTextInput = ({\nid={identifier}\nplaceholder={placeholder}\ndisabled={disabled}\n+ aria-invalid={(error && !disabled) || undefined}\n+ aria-describedby={\n+ (helperText && `${identifier}-helper-text`) || undefined\n+ }\n{...props}\n/>...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/react): helper-text aria realtionshop (#970) Co-authored-by: Gaspard Mathon <gaspard.mathon@hotmail.fr>
1
fix
@vtmn/react
386,584
15.02.2022 16:12:27
-7,200
c79c7ed11da18923395aa8385fb542b5a41c7f96
feat(engine): Added getActions action method test.
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ function createGetActions({ actions, arrayIndices, blockId }) {\narrayIndices,\nlocation: blockId,\nobject: actions,\n- method: 'getAction',\n+ method: 'getActions',\nparams,\n});\n};\n", "new_path": "packages/engine/src/actions/createGetActions.js",...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Added getActions action method test.
1
feat
engine
889,620
15.02.2022 16:16:40
-28,800
9f2808dfdc6d91b947743386849c42594df3d9b4
fix(opds): better titles for entries force sort for Chunky via prepending display series titles for books when needed
[ { "change_type": "MODIFY", "diff": "@@ -218,13 +218,14 @@ class OpdsController(\n@GetMapping(ROUTE_ON_DECK)\nfun getOnDeck(\n@AuthenticationPrincipal principal: KomgaPrincipal,\n+ @RequestHeader(name = HttpHeaders.USER_AGENT, required = false, defaultValue = \"\") userAgent: String,\n@Parameter(hidden = tru...
Kotlin
MIT License
gotson/komga
fix(opds): better titles for entries force sort for Chunky via prepending display series titles for books when needed
1
fix
opds
386,584
15.02.2022 16:18:12
-7,200
5802217d3c6b20af5412af2a491f1b9f7852c175
feat(engine): Added getBlockId action method test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Added getBlockId action method test.
1
feat
engine
386,584
15.02.2022 16:21:04
-7,200
602e114040dcf51cf9f0c259d84a62ab847c2b0d
feat(engine): Added getPageId action method test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Added getPageId action method test.
1
feat
engine
777,353
15.02.2022 16:24:47
21,600
6d8d0b7e7e300da90224c11730f7af668db08f31
test: add more checks on interaction tests
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@testing-library/dom\": {\n- \"version\": \"8.10.1\",\n- \"resolved\": \"https://registry.npmjs.org/@testing-library/dom/-/dom-8.10.1.tgz\",\n- \"integrity\": \"sha512-rab7vpf1uGig5efWwsCOn9j4/doy+W3VBoUyzX7C4y77u0wAckwc7R8nyH6e2rw0rRzKJR+gWPiAg8zhiFbxWQ==\",\n+ ...
Python
Apache License 2.0
determined-ai/determined
test: add more checks on interaction tests (#3616)
1
test
null
841,421
15.02.2022 16:29:45
-32,400
bfc9897e347e2adc6efb5bd66151abdb9cbaa4fa
fix(es/minifier): Disable name mangler if `eval` is used
[ { "change_type": "MODIFY", "diff": "use mode::Minification;\nuse pass::postcompress::postcompress_optimizer;\n-use swc_common::{comments::Comments, sync::Lrc, SourceMap, GLOBALS};\n+use swc_common::{comments::Comments, sync::Lrc, SourceMap, SyntaxContext, GLOBALS};\nuse swc_ecma_ast::Module;\nuse swc_ecma_v...
Rust
Apache License 2.0
swc-project/swc
fix(es/minifier): Disable name mangler if `eval` is used (#3526)
1
fix
es/minifier
306,338
15.02.2022 16:32:35
-3,600
c80b728ddb2c23b727ce59b12f3f408da15a4666
fix(aws): Update autoscaling group tests to use ASG module v5 Upgrade guide: The v5 module removed support of launch configurations.
[ { "change_type": "MODIFY", "diff": "@@ -421,27 +421,12 @@ resource \"aws_autoscaling_group\" \"asg_mixed_instance_dynamic\" {\n}\n}\n-module \"asg-lc\" {\n- source = \"terraform-aws-modules/autoscaling/aws\"\n- version = \"~> 4\"\n- name = \"asg\"\n- use_lc = true\n- create_lc = true\n- lc_name = \"lc\"\n- ...
Go
Apache License 2.0
infracost/infracost
fix(aws): Update autoscaling group tests to use ASG module v5 Upgrade guide: https://github.com/terraform-aws-modules/terraform-aws-autoscaling/blob/master/UPGRADE-5.0.md The v5 module removed support of launch configurations.
1
fix
aws
386,584
15.02.2022 16:44:30
-7,200
031535c553e1f2c7806e810d8b609f3fb3550de3
feat(engine): Added getEvent action method test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Added getEvent action method test.
1
feat
engine
386,584
15.02.2022 16:49:20
-7,200
61d23a282ab98202b0b431f7043e381fad7a87c7
feat(engine): Added getGlobal action method test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Added getGlobal action method test.
1
feat
engine
551,701
15.02.2022 16:56:03
-3,600
2b0fdd8d9ce0663d1482f8691c754df1306cb268
fix(sql): distinct not applying order or limit ; order by removal in subqueries with limit clause ; outer query ordering skipping
[ { "change_type": "MODIFY", "diff": "package io.questdb.griffin;\npublic class OrderByMnemonic {\n+\n+ //Order is unknown at this stage and needs to be checked. It might be optional .\npublic static final int ORDER_BY_UNKNOWN = 0;\n+\n+ //Order is required by current stage/nested model (even though it might ...
Java
Apache License 2.0
questdb/questdb
fix(sql): distinct not applying order or limit ; order by removal in subqueries with limit clause ; outer query ordering skipping (#1893)
1
fix
sql
386,584
15.02.2022 17:02:12
-7,200
5578f46978ae78189b90e0ce39c1133add59499d
feat(engine): Added getInput action method test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Added getInput action method test.
1
feat
engine
126,276
15.02.2022 17:07:54
10,800
0cfef54b6687388ebf98dfcdbd2098297e744d15
fix(pkg/server): ensure sessions locks get released
[ { "change_type": "MODIFY", "diff": "@@ -18,16 +18,17 @@ package sessions\nimport (\n\"context\"\n+ \"math\"\n+ \"os\"\n+ \"sync\"\n+ \"time\"\n+\n\"github.com/codenotary/immudb/embedded/sql\"\n\"github.com/codenotary/immudb/pkg/auth\"\n\"github.com/codenotary/immudb/pkg/database\"\n\"github.com/codenotary/i...
Go
Apache License 2.0
codenotary/immudb
fix(pkg/server): ensure sessions locks get released Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
pkg/server
386,584
15.02.2022 17:11:23
-7,200
6665f2eaa06c604fedb4de64d0fb414d153af6b4
feat(engine): Added getUrlQuery action method test.
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,6 @@ afterAll(() => {\ntest('getInput params is true', async () => {\nconst rootBlock = {\n- id: 'rooto',\nblockId: 'root',\nmeta: {\ncategory: 'container',\n", "new_path": "packages/engine/src/actions/createGetInput.test.js", "old_path": "packages/en...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Added getUrlQuery action method test.
1
feat
engine
386,584
15.02.2022 17:12:20
-7,200
f7156f5e6f9ebf1178821b46f73ddeba6e6d134a
feat(engine): Added getUser action method test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Added getUser action method test.
1
feat
engine
386,584
15.02.2022 17:14:31
-7,200
384d2645d7f6b56bc9e17937f6d5e82c2c45adbe
feat(engine): Added getState action method test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Added getState action method test.
1
feat
engine
756,051
15.02.2022 17:29:27
21,600
668ef1ef960ba68bd7e031d298d826d3856d1277
fix(vats): reserve: is noop if key already exists (NEEDSTEST) IOU test case
[ { "change_type": "MODIFY", "diff": "@@ -61,13 +61,7 @@ export const makeNameHubKit = () => {\nconst nameAdmin = Far('nameAdmin', {\nreserve(key) {\nassert.typeof(key, 'string');\n- if (keyToRecord.has(key)) {\n- // If we already have a promise, don't use a new one.\n- if (keyToRecord.get(key).promise) {\n- ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(vats): reserve: is noop if key already exists (NEEDSTEST) IOU test case
1
fix
vats
688,478
15.02.2022 17:30:48
-7,200
ac198e4adfa0560dc93feac78910dbb0811ff139
feat(icon): update info icon
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+### Info Icon\n+\n+Update `Info` icon to the new one from Product Iconography\n", "new_path": ".changeset/silent-mice-brake.md", "old_path": null }, { "change_type": "MODIFY", "diff": "Binary files a/packages/pic...
TypeScript
MIT License
toptal/picasso
feat(icon): update info icon (#2440)
1
feat
icon
386,584
15.02.2022 17:33:34
-7,200
55519c5c5945ccb2d754ff38798f8917a49bfb5a
feat(engine): Added getRequestDetails action method test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Added getRequestDetails action method test.
1
feat
engine
711,597
15.02.2022 17:36:37
-3,600
f3a265411399551d08b71173ba493744f28f7219
feat(admin-ui): Enable filtering CustomerList by postalCode Relates to
[ { "change_type": "MODIFY", "diff": "{\n- \"generatedOn\": \"2022-02-14T16:02:28.770Z\",\n- \"lastCommit\": \"b463dd870fdcc9c3a8d23c8f337e5706d0e985fe\",\n+ \"generatedOn\": \"2022-02-15T16:20:08.660Z\",\n+ \"lastCommit\": \"6692b95e4769c58f828b01e2b3e4c1fff9281ba2\",\n\"translationStatus\": {\n\"cs\": {\n\"...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Enable filtering CustomerList by postalCode Relates to #1389
1
feat
admin-ui
756,051
15.02.2022 17:40:37
21,600
943fba55794f54adb13296ef163e898d6942c4be
fix(vats): reserve Treasury uiConfig for compatibility - shared: factor out duplication
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,6 @@ export const shared = harden({\nRUN: 'Agoric RUN currency',\nAttestation: 'Agoric lien attestation',\n},\n- // installation, instance nameAdmins\ncontract: {\ncontractGovernor: 'contract governor',\ncommittee: 'committee electorate',\n@@ -43,6 +42,10 @@ ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(vats): reserve Treasury uiConfig for compatibility - shared: factor out duplication
1
fix
vats
791,370
15.02.2022 17:46:29
25,200
0bdbf5660a7dd725a0f8475898e6181d897aab96
chore(storage): bump google.golang.org/api dep
[ { "change_type": "MODIFY", "diff": "@@ -4,15 +4,15 @@ go 1.15\nrequire (\ncloud.google.com/go v0.100.2\n- cloud.google.com/go/compute v0.1.0\n+ cloud.google.com/go/compute v1.2.0\ncloud.google.com/go/iam v0.1.1\ngithub.com/golang/protobuf v1.5.2\ngithub.com/google/go-cmp v0.5.7\ngithub.com/googleapis/gax-go...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(storage): bump google.golang.org/api dep (#5662)
1
chore
storage
756,051
15.02.2022 17:51:16
21,600
9ddf290668c5ecfbdb8337834eaf6f48d30b638a
fix(vats): don't dup / clobber client/home properties
[ { "change_type": "MODIFY", "diff": "@@ -106,15 +106,10 @@ export const makeClientManager = async (\n/** @type {SubscriptionRecord<PropertyMakers>} */\nconst { subscription, publication } = makeSubscriptionKit();\n- // Cache the latest full property maker state.\n- /** @type { PropertyMakers } */\n- let cach...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(vats): don't dup / clobber client/home properties
1
fix
vats
418,596
15.02.2022 17:52:14
-28,800
bf2d8a230e0c3a950eb36f9973ab777826406ba9
chore(web): fix style of comment
[ { "change_type": "MODIFY", "diff": "@@ -94,13 +94,13 @@ export interface IMidwayWebConfigurationOptions extends IConfigurationOptions {\n/**\n* @deprecated since version 3.0.0\n- * Please use IMiddleware from @midwayjs/core\n+ * Please use IMiddleware from '@midwayjs/core'\n*/\nexport type MidwayWebMiddlewa...
TypeScript
MIT License
midwayjs/midway
chore(web): fix style of @deprecated comment (#1707)
1
chore
web
847,143
15.02.2022 18:06:13
-28,800
e7b3a913802edcd20705c40c8fb5eddfd604612a
feat(reading-time2): update options
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ export const readingTimePlugin: Plugin<ReadingTimeOptions> = (options, app) => {\nextendsPage: (page: Page<{ readingTime: ReadingTime }>): void => {\npage.data.readingTime = getReadingTime(\npage.content,\n- options.wordPerminute || 300\n+ options.wordPe...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(reading-time2): update options
1
feat
reading-time2
847,143
15.02.2022 18:07:30
-28,800
c44d5825aa6b45acbd23fa97a91ffaf0633edbf3
docs(pwa2): update docs
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,13 @@ Based on the requirement of installable [^installable], the plugin provides rela\nThe manifest file should contain at least `name` (or `short_name`) `icons` `start_url`\n- And starting from Chrome 93, Service Woker must contain effective fetch events to...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(pwa2): update docs
1
docs
pwa2
306,644
15.02.2022 19:31:04
-19,080
3933bb9fbb144e4196542db73573678ddd51136d
fix(docs): fix font family for react tab in show code
[ { "change_type": "MODIFY", "diff": "@@ -137,7 +137,7 @@ const StoryComp = ({\nconst showLiveEditorContent = () => {\nif (activeButton === 'React') {\nreturn (\n- <div className=\"px-4\">\n+ <div className=\"px-4\" id=\"react-tab\">\n<LiveEditor theme={vsDark} />\n</div>\n);\n", "new_path": "docs/src/com...
TypeScript
MIT License
innovaccer/design-system
fix(docs): fix font family for react tab in show code
1
fix
docs
841,421
15.02.2022 19:35:59
-32,400
a1e45c4b863cd9119fd8ca8cd24439ec1bff1bfc
feat(bot): Add auto-bump script
[ { "change_type": "ADD", "diff": "+name: PR Maintenance\n+\n+on:\n+ push:\n+ pull_request:\n+ pull_request_review:\n+\n+jobs:\n+ ensure-comment:\n+ name: Ensure bump comment\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v2\n+\n+ - uses: actions/setup-node@v2\n+ with:\n+ node-version: \"16\"...
Rust
Apache License 2.0
swc-project/swc
feat(bot): Add auto-bump script (#3573)
1
feat
bot
126,276
15.02.2022 19:40:25
10,800
d34ceda51fa77dd2ce264166777a78a0ef81c158
chore(pkg/database): remove db name from options
[ { "change_type": "MODIFY", "diff": "@@ -136,15 +136,19 @@ type db struct {\n}\n// OpenDB Opens an existing Database from disk\n-func OpenDB(op *Options, log logger.Logger) (DB, error) {\n- log.Infof(\"Opening database '%s' {replica = %v}...\", op.dbName, op.replica)\n+func OpenDB(dbName string, op *Options,...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): remove db name from options Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
841,421
15.02.2022 19:47:47
-32,400
bfb51f382eb1dbd1086eddbab8cfbd285d3b7edf
chore(bot): Fix permission issue
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,9 @@ jobs:\n- name: Push back\nrun: |\n- git push --no-verify\n+ git push https://$GITHUB_TOKEN@github.com/swc-project/swc.git --no-verify\n+ env:\n+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}\n- name: Configure crates.io\nrun: |\n", "new_path": ".github/workf...
Rust
Apache License 2.0
swc-project/swc
chore(bot): Fix permission issue
1
chore
bot
780,866
15.02.2022 20:20:45
10,800
62e7c4e1ce572601784ba0b6c0bd0ba27a5b20a3
fix(components/account): prevent error with undefined customer `favorites` minor indentation fixes
[ { "change_type": "MODIFY", "diff": "enter-active-class=\"animated fadeInLeft slow\"\nleave-active-class=\"animated fadeOutLeft\"\n>\n- <div v-if=\"currentTab === 'account'\">\n+ <div v-if=\"currentTab === 'account' || !currentTab\">\n<slot name=\"registration\">\n<div class=\"row\">\n<div class=\"col-md-7\"...
JavaScript
MIT License
ecomplus/storefront
fix(components/account): prevent error with undefined customer `favorites` minor indentation fixes
1
fix
components/account
780,866
15.02.2022 20:21:14
10,800
4aeec1085a20ea52e1838a154ea73e2653aba03b
fix(app/account): prevent repeated route (same param) push
[ { "change_type": "MODIFY", "diff": "@@ -45,6 +45,7 @@ export default {\nreturn this.$route.params.tab\n},\nset (tab) {\n+ if (tab !== this.$route.params.tab) {\nthis.$router.push({\nname: 'account',\nparams: {\n@@ -53,6 +54,7 @@ export default {\n})\n}\n}\n+ }\n},\nmethods: {\n", "new_path": "@ecomplus/...
JavaScript
MIT License
ecomplus/storefront
fix(app/account): prevent repeated route (same param) push
1
fix
app/account
841,421
15.02.2022 20:23:44
-32,400
a582f1f95414bd8d5529fdfe308312635a7e82bb
chore: Publish `v1.2.140`
[ { "change_type": "MODIFY", "diff": "@@ -3974,7 +3974,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.139\"\n+version = \"1.2.140\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
chore: Publish `v1.2.140`
1
chore
null
780,866
15.02.2022 20:30:46
10,800
eb6e5b793b6198b1faf600c2671d545422ea8676
fix(components/product): better showing "add to favorites" state fix favorites module with better name and arg defaults
[ { "change_type": "MODIFY", "diff": ":class=\"isFavorite ? 'active' : null\"\n>\n</i>\n- {{ i19addToFavorites }}\n+ <span>\n+ {{ isFavorite ? i19removeFromFavorites : i19addToFavorites }}\n+ </span>\n</a>\n</div>\n</slot>\n", "new_path": "@ecomplus/storefront-components/src/html/TheProduct.html", "ol...
JavaScript
MIT License
ecomplus/storefront
fix(components/product): better showing "add to favorites" state fix favorites module with better name and arg defaults
1
fix
components/product
756,051
15.02.2022 21:41:54
21,600
f448176fd64ef47da5af00cab029104fb187afc7
fix(wallet): don't publish depositFacet until we're ready to receive ... zoe invitations, in particular.
[ { "change_type": "MODIFY", "diff": "@@ -1599,10 +1599,8 @@ export function makeWallet({\nreturn addPayment(payment);\n},\n});\n- const [address] = await Promise.all([\n- E(myAddressNameAdmin).getMyAddress(),\n- E(myAddressNameAdmin).update('depositFacet', selfDepositFacet),\n- ]);\n+\n+ const address = awai...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet): don't publish depositFacet until we're ready to receive ... zoe invitations, in particular.
1
fix
wallet
915,307
15.02.2022 21:41:57
-19,080
f708437a5fdd05cce1af28d3ca97a7c770a9d5e0
chore: remove CCI
[ { "change_type": "DELETE", "diff": "-version: 2.1\n-\n-orbs:\n- sdk: ory/sdk@0.1.53\n- changelog: ory/changelog@0.1.10\n- goreleaser: ory/goreleaser@0.1.38\n- slack: circleci/slack@3.4.2\n- nancy: ory/nancy@0.0.19\n- docs: ory/docs@0.0.12\n- golangci: ory/golangci@0.0.18\n- go: circleci/go@1.5.0\n- prettier...
Go
Apache License 2.0
ory/oathkeeper
chore: remove CCI
1
chore
null
841,509
15.02.2022 21:43:25
28,800
88e07b21d1f8a6439335134747e3da3bc1da646d
refactor(plugin): Remove direct dependency to `once_cell`
[ { "change_type": "MODIFY", "diff": "@@ -3440,7 +3440,6 @@ dependencies = [\nname = \"swc_plugin\"\nversion = \"0.27.0\"\ndependencies = [\n- \"once_cell\",\n\"swc_atoms\",\n\"swc_common\",\n\"swc_ecma_ast\",\n", "new_path": "Cargo.lock", "old_path": "Cargo.lock" }, { "change_type": "MODIFY",...
Rust
Apache License 2.0
swc-project/swc
refactor(plugin): Remove direct dependency to `once_cell` (#3582)
1
refactor
plugin
756,051
15.02.2022 21:47:48
21,600
806ed5a4dfc3160570250f4b1ef5ff5cc8d1bdcf
feat(vats): reserve depositFacet for each client This gives senders (such as a committee electorate sending out voter invitations) a promise for the depositFacet rather than having their lookup fail.
[ { "change_type": "MODIFY", "diff": "@@ -134,14 +134,16 @@ export const makeAddressNameHubs = async ({ consume: { client }, produce }) => {\n// Create a name hub for this address.\nconst { nameHub: myAddressNameHub, nameAdmin: rawMyAddressNameAdmin } =\nmakeNameHubKit();\n- // Register it with the namesByAdd...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(vats): reserve depositFacet for each client This gives senders (such as a committee electorate sending out voter invitations) a promise for the depositFacet rather than having their lookup fail.
1
feat
vats
847,143
15.02.2022 22:05:49
-28,800
d270bde0b45e8495ffbe99c8acd4f27d5c40ad2d
fix(theme): add external-link-icon plugin
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ export const getPluginConfig = (\n\"@vuepress/active-header-links\",\nresolveActiveHeaderLinksOptions(plugins.activeHeaderLinks),\n],\n+ [\"@vuepress/external-link-icon\", plugins.externalLinkIcon !== false],\n[\"@vuepress/nprogress\", plugins.nprogress ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): add external-link-icon plugin
1
fix
theme
151,430
15.02.2022 23:00:07
28,800
32eaf0865638e17e0e67507ce18a1a5f9a5a4cf0
feat: add visitor source utility
[ { "change_type": "ADD", "diff": "+dist\n+lib\n+node_modules\n+_misc\n+types\n+\n+*.log\n+\n+# IDE stuff\n+**/.idea\n+\n+# OS stuff\n+.DS_Store\n+.tmp\n", "new_path": "packages/analytics-util-visitor-source/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+<!--\n+title: J...
JavaScript
MIT License
davidwells/analytics
feat: add visitor source utility Signed-off-by: David Wells <>
1
feat
null
151,430
15.02.2022 23:03:46
28,800
a53501920215abe592e8d78870b96cf0d851fb7a
chore: x
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@analytics/visitor-source\",\n+ \"private\": true,\n\"version\": \"0.0.1\",\n\"description\": \"Get visitor source\",\n\"author\": \"David Wells\",\n},\n\"dependencies\": {\n\"@analytics/type-utils\": \"^0.5.4\",\n- \"@analytics/url-utils\": \"workspace:^0....
JavaScript
MIT License
davidwells/analytics
chore: x Signed-off-by: David Wells <>
1
chore
null
847,143
15.02.2022 23:06:33
-28,800
41e8f293a8af89412e77fe8754e1d6f30e222d11
refactor(theme): update user style import
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ import NormalPage from \"@theme-hope/components/NormalPage\";\nimport type { RouterScrollBehavior } from \"vue-router\";\nimport \"./styles/index.scss\";\n-import \"@sass-palette/hope-style\";\nexport default defineClientAppEnhance(({ app, router }) => {\n...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): update user style import
1
refactor
theme
847,143
15.02.2022 23:07:21
-28,800
ed7a8160e355e8ebf657f8062fb2e0e8e43a1477
feat(theme): update navbarHeight
[ { "change_type": "MODIFY", "diff": "/* layout */\n// navbar\n-$navbarHeight: 4.5rem !default;\n+$navbarHeight: 4rem !default;\n$navbarHorizontalPadding: 1.5rem !default;\n$navbarVerticalPadding: 0.7rem !default;\n$navbarMobileHeight: 3.25rem !default;\n", "new_path": "packages/theme/templates/layout.scs...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): update navbarHeight
1
feat
theme
151,430
15.02.2022 23:07:27
28,800
d6fa6382706552c30faa0710a4560cbd0988e3b1
chore: prep for publish
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@analytics/visitor-source\",\n- \"private\": true,\n- \"version\": \"0.1.0\",\n+ \"version\": \"0.0.1\",\n\"description\": \"Get visitor source\",\n\"author\": \"David Wells\",\n\"license\": \"MIT\",\n", "new_path": "packages/analytics-util-visitor-sour...
JavaScript
MIT License
davidwells/analytics
chore: prep for publish Signed-off-by: David Wells <>
1
chore
null
151,430
15.02.2022 23:17:49
28,800
b3d94138111ceba9f8e71bcb5db8119729b2712d
refactor: update demo and change types
[ { "change_type": "MODIFY", "diff": "<div>\n<h2>Visitor Source Demo</h2>\n<p>Open up console to see logs.</p>\n+ <pre id=\"val\"></pre>\n</div>\n<script type=\"text/javascript\">\n+ const valueDiv = document.querySelector('#val')\n+\nconst customCampaignMap = {\norg_social: 'Organic Social',\npaid_social: 'P...
JavaScript
MIT License
davidwells/analytics
refactor: update demo and change types Signed-off-by: David Wells <>
1
refactor
null
847,143
16.02.2022 00:21:04
-28,800
fdcb254ba015d510510feeaf7d24907d56c1e309
fix(theme): fix homepage icon color
[ { "change_type": "MODIFY", "diff": ".icon {\ndisplay: inline-block;\n- font-size: 2rem;\nmargin-bottom: 0.5rem;\n+ color: var(--theme-color);\n+ font-size: 2rem;\n}\nh2 {\n", "new_path": "packages/theme/src/client/styles/home-page.scss", "old_path": "packages/theme/src/client/styles/home-page.scss" ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix homepage icon color
1
fix
theme
847,143
16.02.2022 01:01:19
-28,800
3cd90277ca1947927fb3fcc59a1b373a0d720fce
chore: add theme docs command
[ { "change_type": "MODIFY", "diff": "\"demo:webpack-serve\": \"yarn workspace theme-demo webpack-serve\",\n\"dev\": \"concurrently \\\"tsc -b tsconfig.build.json --watch\\\" \\\"yarn dev:copy\\\"\",\n\"dev:copy\": \"lerna run dev:copy --parallel\",\n+ \"docs:theme-build\": \"yarn workspace theme-docs docs:vi...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: add theme docs command
1
chore
null
847,143
16.02.2022 01:06:05
-28,800
ddf273dc2bae4a2883c582ae36f772da16c32a42
fix(theme): fix dropdown title margin
[ { "change_type": "MODIFY", "diff": ".dropdown-title {\n@include reset.button;\n+ padding: 0 0.25rem;\n+\ncolor: var(--dark-grey);\nfont-family: inherit;\nfont-size: inherit;\n", "new_path": "packages/theme/src/client/module/navbar/styles/dropdown-link.scss", "old_path": "packages/theme/src/client/mo...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix dropdown title margin
1
fix
theme
847,143
16.02.2022 01:27:14
-28,800
892cc2846a988e7e7936463b2af68d56c748e20f
docs(theme): fix options
[ { "change_type": "MODIFY", "diff": "@@ -144,28 +144,28 @@ Available items in `ArticleInfo`:\n## Meta\n-### meta.lastUpdated\n+### lastUpdated\n- Type: `boolean`\n- Default: `true`\nWhether to show \"Last Updated\" or not.\n-### meta.contributors\n+### contributors\n- Type: `boolean`\n- Default: `true`\nWhet...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(theme): fix options
1
docs
theme
841,509
16.02.2022 02:10:05
28,800
07485d372ec4aaf4d58a58410dbac40311989b61
refactor(node-swc/types): Provide typed configuration for plugins
[ { "change_type": "MODIFY", "diff": "@@ -492,7 +492,21 @@ export interface JscConfig {\nexperimental?: {\noptimizeHygiene?: boolean,\n- keepImportAssertions?: boolean\n+ keepImportAssertions?: boolean,\n+ /**\n+ * Specify the location where SWC stores its intermidiate cache files.\n+ * Currently only transfo...
Rust
Apache License 2.0
swc-project/swc
refactor(node-swc/types): Provide typed configuration for plugins (#3584)
1
refactor
node-swc/types
419,596
16.02.2022 02:40:28
21,600
a5215a2adebb3e2a574da238a463a713d05680d3
docs: fix link to EM API docs from sidebar
[ { "change_type": "MODIFY", "diff": "{\n\"type\": \"link\",\n\"label\": \"EntityManager API\",\n- \"href\": \"/api/core/class/EventManager\"\n+ \"href\": \"/api/core/class/EntityManager\"\n},\n{\n\"type\": \"link\",\n", "new_path": "docs/versioned_sidebars/version-4.5-sidebars.json", "old_path": "doc...
TypeScript
MIT License
mikro-orm/mikro-orm
docs: fix link to EM API docs from sidebar (#2765)
1
docs
null
551,689
16.02.2022 07:47:34
0
d735e47226b5dec96e91d67e300609c4f8962aff
chore(ilp): ilp tcp commit test fix
[ { "change_type": "MODIFY", "diff": "@@ -361,8 +361,8 @@ abstract class AbstractLineTcpReceiverFuzzTest extends AbstractLineTcpReceiverTe\nvoid runTest() throws Exception {\nrunTest((factoryType, thread, name, event, segment, position) -> {\n- if (factoryType == PoolListener.SRC_WRITER && event == PoolListen...
Java
Apache License 2.0
questdb/questdb
chore(ilp): ilp tcp commit test fix (#1894)
1
chore
ilp
277,007
16.02.2022 08:39:20
10,800
9c60769ca37948c0b056c2e51edbefb0343ab1bf
feat(icons): add external-link icon
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,7 @@ import Dumbbell from './svg/dumbbell.svg';\nimport DumbbellFilled from './svg/dumbbell_filled.svg';\nimport Edit from './svg/edit.svg';\nimport Exit from './svg/exit.svg';\n+import ExternalLink from './svg/external_link.svg';\nimport Facebook from './svg...
JavaScript
MIT License
gympass/yoga
feat(icons): add external-link icon
1
feat
icons
841,498
16.02.2022 09:36:32
0
df69930c7f27127bc4e8268ee14e6cc28c157748
fix(es): Pass `FileName::Custom` to plugins
[ { "change_type": "MODIFY", "diff": "@@ -431,6 +431,7 @@ impl Options {\nlet transform_filename = match base {\nFileName::Real(path) => path.as_os_str().to_str().map(String::from),\n+ FileName::Custom(filename) => Some(filename.to_owned()),\n_ => None,\n};\n", "new_path": "crates/swc/src/config/mod.rs", ...
Rust
Apache License 2.0
swc-project/swc
fix(es): Pass `FileName::Custom` to plugins (#3578)
1
fix
es
791,274
16.02.2022 09:44:37
28,800
2aff2172c77164f8350bf4c9bacebb9b8183be5e
test(profiler): make integration test use Go 1.17.7
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,15 @@ cd $(dirname $0)/..\nexport GOOGLE_APPLICATION_CREDENTIALS=\"${KOKORO_KEYSTORE_DIR}/72935_cloud-profiler-e2e-service-account-key\"\nexport GCLOUD_TESTS_GOLANG_PROJECT_ID=\"cloud-profiler-e2e\"\n+# Ensure a newer version of Go is used so it is compatible...
Go
Apache License 2.0
googleapis/google-cloud-go
test(profiler): make integration test use Go 1.17.7 (#5620)
1
test
profiler
386,595
16.02.2022 09:50:42
-7,200
7a90f5b3edbf8e081aa73bf40db2768bf43c2107
fix(blocks-color-selectors): Fix typo in style import.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-@import '@lowdefy/blocks-antd/blocks/Label/style.less'\n+@import '@lowdefy/blocks-antd/blocks/Label/style.less';\n", "new_path": "packages/plugins/blocks/blocks-color-selectors/src/blocks/ChromeColorSelector/style.less", "old_p...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-color-selectors): Fix typo in style import.
1
fix
blocks-color-selectors
386,595
16.02.2022 09:55:12
-7,200
bb36b55d7c3a06dea1a448fb6b588b12547141b4
fix(build): Events with try defined should add default for catch.
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,10 @@ function buildEvents(block, pageContext) {\n}\". Received ${JSON.stringify(block.events[key].try)}`\n);\n}\n- if (!type.isArray(block.events[key].catch) && !type.isNone(block.events[key].catch)) {\n+ if (type.isNone(block.events[key].catch)) {\n+ block....
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Events with try defined should add default for catch.
1
fix
build
386,595
16.02.2022 09:57:55
-7,200
ce8640d85b5ff7daa3610fe145a4569ec4c91777
fix(blocks-antd): Temporary for schema for TimelineList.
[ { "change_type": "MODIFY", "diff": "\"additionalProperties\": false,\n\"properties\": {\n\"data\": {\n- \"type\": \"array\"\n+ \"type\": \"array\",\n+ \"docs\": {\n+ \"displayType\": \"yaml\"\n+ }\n},\n\"style\": {\n\"type\": \"object\",\n", "new_path": "packages/plugins/blocks/blocks-antd/src/blocks/Ti...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-antd): Temporary for schema for TimelineList.
1
fix
blocks-antd
777,415
16.02.2022 10:03:11
28,800
bf11918734f48c78cbccbd84261a75286a56fc0b
fix: log viewer bug
[ { "change_type": "MODIFY", "diff": "@@ -314,7 +314,7 @@ const LogViewerCore: React.FC<Props> = ({\naddLogs(logs);\n- if (currentIsOnBottom) listRef.current?.scrollTo(Number.MAX_SAFE_INTEGER);\n+ if (currentIsOnBottom) listRef.current?.scrollToItem(Number.MAX_SAFE_INTEGER, 'end');\n}\n};\nconst throttledProc...
Python
Apache License 2.0
determined-ai/determined
fix: log viewer bug (#3605)
1
fix
null
217,922
16.02.2022 10:06:39
-3,600
32327e05276e65e4c121c724c9eb3b5149b5befd
chore: update to rxjs 7.3.4 for better perfs
[ { "change_type": "MODIFY", "diff": "\"native-is-elevated\": \"^0.4.3\",\n\"ngx-google-analytics\": \"^11.2.1\",\n\"request\": \"^2.88.2\",\n- \"rxjs\": \"^7.5.2\",\n+ \"rxjs\": \"^7.5.4\",\n\"tslib\": \"^2.3.1\"\n},\n\"devDependencies\": {\n", "new_path": "package.json", "old_path": "package.json" ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: update to rxjs 7.3.4 for better perfs
1
chore
null
141,575
16.02.2022 10:11:19
-39,600
a2b09002dd78088f13d019b0ac33505af46f3d9c
chore: add doc-block deprecate warning to button
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,9 @@ import GenericButton, {\nButtonRef,\n} from \"./components/GenericButton\"\n+/**\n+ * @deprecated draft-packages Button is deprecated. Please use Button from \"@kaizen/button\" instead.\n+ */\nconst Button = forwardRef(\n(props: ButtonProps, ref: Ref<Butto...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: add doc-block deprecate warning to button (#2534)
1
chore
null
104,844
16.02.2022 10:19:49
18,000
83f764c4cdf4cccb466ca11797f8f4849dd7aee2
chore(cardtest): reset clientWidth after test
[ { "change_type": "MODIFY", "diff": "@@ -385,6 +385,11 @@ describe('Card', () => {\n'scrollWidth'\n);\n+ const originalClientWidth = Object.getOwnPropertyDescriptor(\n+ HTMLElement.prototype,\n+ 'clientWidth'\n+ );\n+\nbeforeEach(() => {\nObject.defineProperty(HTMLElement.prototype, 'clientWidth', {\nwritabl...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(cardtest): reset clientWidth after test
1
chore
cardtest
942,613
16.02.2022 10:20:53
25,200
fe47402598869f69aa8a9c5885b7231efa00e710
docs: Remove CSS Radio stories This PR removes the stories for the CSS single radio button. We still have stories for the CSS Radio Group, and this better reflects what we have in our React docs. [category:Documentation]
[ { "change_type": "DELETE", "diff": "-import React from 'react';\n-import {storiesOf} from '@storybook/react';\n-import '../index.scss';\n-import '@workday/canvas-kit-css-radio/index.scss';\n-\n-storiesOf('Components/Inputs/Radio/CSS/Top Label/Radio', module)\n- .addParameters({ReadmePath: 'css/radio'})\n- ....
TypeScript
Apache License 2.0
workday/canvas-kit
docs: Remove CSS Radio stories (#1476) This PR removes the stories for the CSS single radio button. We still have stories for the CSS Radio Group, and this better reflects what we have in our React docs. [category:Documentation]
1
docs
null
777,354
16.02.2022 10:41:36
28,800
59da336b354728bc83088a7d620d19790bc3876b
chore: interactive test for Section
[ { "change_type": "ADD", "diff": "+import { render, screen } from '@testing-library/react';\n+import React from 'react';\n+\n+import Section from './Section';\n+\n+const setup = ({\n+ title = '',\n+ loading = false,\n+ hideTitle = false,\n+ options = <div />,\n+ filters = <div />,\n+ maxHeight = false,\n+ bo...
Python
Apache License 2.0
determined-ai/determined
chore: interactive test for Section [DET-6664] (#3621)
1
chore
null
151,430
16.02.2022 10:56:26
28,800
7e86cb7e94ad223aa45bce79bfd05fd1bcff3a98
feat: add getUrl for clean urls
[ { "change_type": "MODIFY", "diff": "@@ -143,9 +143,26 @@ export function getHost(url) {\nreturn getLocation(url).hostname\n}\n+\n+/**\n+ * Get clean URL from a URL string\n+ * @param {String} [url] - href of page, window.location.href will be used by default\n+ * @return {String} URL of page with no search/...
JavaScript
MIT License
davidwells/analytics
feat: add getUrl for clean urls Signed-off-by: David Wells <>
1
feat
null
711,605
16.02.2022 10:59:18
-3,600
e227463a7f78bdb0fed51964ef2e7c9eb676a057
docs(core): Fix doc for OrderItemPriceCalculationStrategy
[ { "change_type": "MODIFY", "diff": "@@ -5,9 +5,14 @@ import { ProductVariant } from '../../entity/product-variant/product-variant.ent\n/**\n* @description\n- * The OrderItemPriceCalculationStrategy defines the price of an OrderItem when a ProductVariant gets added\n- * to an order via the `addItemToOrder` m...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(core): Fix doc for OrderItemPriceCalculationStrategy (#1430) Co-authored-by: Christophe BLIN <cblin@monkeyfactory.fr>
1
docs
core
151,430
16.02.2022 11:15:09
28,800
4c33f6a07a7fc58a85b4bb974359dd12175d7b47
refctor: use pathname
[ { "change_type": "MODIFY", "diff": "@@ -46,13 +46,12 @@ export function parseUrl(url = '') {\nprotocol: match[1] || '',\nhostname: match[2] || '',\nport: match[3] || '',\n- path: match[4] || '',\n+ pathname: match[4] || '',\nsearch: match[5] || '',\nhash: match[6] || '',\n}\n}\n-\n/* export qss */\nexport {...
JavaScript
MIT License
davidwells/analytics
refctor: use pathname Signed-off-by: David Wells <>
1
refctor
null
306,900
16.02.2022 11:15:51
-3,600
91b8cb3e349a2b7bfcc80086ab0fc6995cd1929d
fix(elements|ino-datepicker): reattach on DOM update
[ { "change_type": "MODIFY", "diff": "@@ -299,6 +299,7 @@ export class Datepicker implements ComponentInterface {\nminDate: this.min,\nmaxDate: this.max,\n});\n+ this.create();\n}\ncomponentDidLoad() {\n", "new_path": "packages/elements/src/components/ino-datepicker/ino-datepicker.tsx", "old_path": "p...
TypeScript
MIT License
inovex/elements
fix(elements|ino-datepicker): reattach on DOM update (#518)
1
fix
elements|ino-datepicker
306,900
16.02.2022 11:18:17
-3,600
43c56b6c6f8f3d250d6aa3f225c4ec33a392650b
fix(elements|ino-select): update on ino-option change
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import {\nElement,\nEvent,\nEventEmitter,\n+ forceUpdate,\nh,\nHost,\nListen,\n@@ -27,7 +28,9 @@ export class Select implements ComponentInterface {\n// An internal instance of the material design form field.\nprivate mdcSelectInstance?: MDCSelect;\nprivat...
TypeScript
MIT License
inovex/elements
fix(elements|ino-select): update on ino-option change (#520)
1
fix
elements|ino-select
151,430
16.02.2022 11:26:10
28,800
f9bf73f468ea4df6ebd9d8912676d3f7ecf7c4fc
refactor: handle path
[ { "change_type": "MODIFY", "diff": "@@ -152,10 +152,9 @@ export function getHost(url) {\n* > https://subdomain.my-site.com/path-to/page/here\n*/\nexport function getUrl(url) {\n- const { protocol, hostname, pathname } = getLocation(url)\n- const page = `${protocol}://${hostname}${pathname}`\n- const last = ...
JavaScript
MIT License
davidwells/analytics
refactor: handle path Signed-off-by: David Wells <>
1
refactor
null
777,374
16.02.2022 11:27:42
28,800
54a5bd224b811a346d4a00f0771216e2dfea77f6
feat: support gcs backend for terraform state in `det deploy gcp`.
[ { "change_type": "MODIFY", "diff": "@@ -48,6 +48,10 @@ def deploy_gcp(command: str, args: argparse.Namespace) -> None:\nif not os.path.exists(args.local_state_path):\nos.makedirs(args.local_state_path)\nos.chdir(args.local_state_path)\n+\n+ if args.tf_state_gcs_bucket_name:\n+ print(\"Using GCS bucket for s...
Python
Apache License 2.0
determined-ai/determined
feat: support gcs backend for terraform state in `det deploy gcp`. (#3615)
1
feat
null
847,143
16.02.2022 11:27:55
-28,800
085fc29d9f1c2b3b2e711a413b629251f8e358e6
feat(seo2): add auto summary
[ { "change_type": "MODIFY", "diff": "import { resolvePagePermalink } from \"@vuepress/core\";\nimport { generateRobotsTxt, generateSeo } from \"./seo\";\nimport { appendSEO } from \"./inject\";\n-import { logger } from \"./utils\";\n+import { stripTags } from \"./stripTags\";\n+import { logger, md2text } fro...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(seo2): add auto summary
1
feat
seo2
865,918
16.02.2022 11:36:12
-3,600
8a3bb20bef5988a31605e81d5ec38baddf0c5039
chore(usage-statistics): add tracking for subprocess planes closes
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,14 @@ import serviceTasksWithParticipantsXML from './fixtures/service-tasks-with-parti\nimport serviceTasksWithSubprocessXML from './fixtures/service-tasks-with-subprocess.bpmn';\n+import subprocessEmptyXML from './fixtures/subprocess-empty.bpmn';\n+\n+import...
JavaScript
MIT License
camunda/camunda-modeler
chore(usage-statistics): add tracking for subprocess planes closes #2756
1
chore
usage-statistics
386,581
16.02.2022 11:45:01
-7,200
9d0cc45cffd3a373492bc842ba54a7254f7c509f
fix: Fix util package tests.
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,7 @@ exports[`display fallback component on error generated by child 1`] = `\n</div>\n`;\n-exports[`display no error message on error generated by child 1`] = ``;\n+exports[`display no error message on error generated by child 1`] = `null`;\nexports[`no error...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Fix util package tests.
1
fix
null
877,026
16.02.2022 11:54:00
-3,600
46f00d514c7562b0acc6ecac66ed22697f4364b0
fix(@vtmn/css): add aria-invalid for error form component, quantity, select, text inpnut
[ { "change_type": "MODIFY", "diff": "autocomplete\nclass=\"vtmn-select--error\"\naria-describedby=\"select-helper-1\"\n+ aria-invalid=\"true\"\n>\n<option value=\"\" disabled selected>Select</option>\n<option value=\"gymnastics\">Gymnastics</option>\n", "new_path": "packages/showcases/css/stories/compone...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/css): add aria-invalid for error form component, quantity, select, text inpnut (#977)
1
fix
@vtmn/css
386,581
16.02.2022 12:03:33
-7,200
e9fbe55baad4def9daa194c75003fc347a48c57d
chore: Fix dependencies, remove unused comments.
[ { "change_type": "MODIFY", "diff": "@@ -3525,6 +3525,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@testing-library/user-event\", \"virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Fix @lowdefy/plugin-aws dependencies, remove unused comments.
1
chore
null
386,581
16.02.2022 12:07:40
-7,200
0a9370ebc483fd789b5cf2b7d1158dbeaed3cc2a
chore: Update CI test definition @lowdefy/blocks-* and ignored until tests are fixed for v4
[ { "change_type": "MODIFY", "diff": "@@ -16,41 +16,10 @@ jobs:\n- name: yarn install\nrun: yarn install\n- name: Build packages\n- run: yarn build --ignore='@lowdefy/blocks-*'\n+ run: yarn build\n- # format tests don't pass on node 12 since icu is missing and tests don't work with locales\n- name: Test packa...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Update CI test definition @lowdefy/engine, @lowdefy/blocks-* and @lowdefy/plugin-aws ignored until tests are fixed for v4
1
chore
null
306,338
16.02.2022 12:22:51
-3,600
31fe2669575588cb70e3226aad5c5b109a0a6170
Fix: Remove Linux ARM64 Docker image build The Dockerfile uses some amd64 binaries.
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ jobs:\nuses: docker/build-push-action@v2\nwith:\ncontext: .\n- platforms: linux/amd64,linux/arm64\n+ platforms: linux/amd64\ntags: ${{ steps.meta.outputs.tags }}\npush: true\n@@ -82,7 +82,7 @@ jobs:\nwith:\ncontext: .\nfile: Dockerfile.ci\n- platforms: l...
Go
Apache License 2.0
infracost/infracost
Fix: Remove Linux ARM64 Docker image build The Dockerfile uses some amd64 binaries.
1
fix
null
847,143
16.02.2022 12:26:29
-28,800
04dbadb783a0bdef27aafa4bc558e4ecc629f987
feat(theme): support autoExcerpt
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,13 @@ export const blogPlugin: Plugin<BlogOptions> = (options) => {\nBLOG_META_SCOPE: metaScope,\n}),\n+ extendsPage(page): void {\n+ page.routeMeta = {\n+ ...(metaScope === \"\" ? getInfo(page) : { [metaScope]: getInfo(page) }),\n+ ...page.routeMeta,\n+ };\n...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): support autoExcerpt
1
feat
theme
151,430
16.02.2022 12:32:40
28,800
3f2cf0fca5ca990d5d1d103a3a5404b284dc7825
refactor: ref shape
[ { "change_type": "MODIFY", "diff": "@@ -153,8 +153,7 @@ export function getHost(url) {\n*/\nexport function getUrl(url) {\nconst { protocol, hostname, pathname, port } = getLocation(url)\n- const path = (pathname.charAt(pathname.length - 1) === '/') ? pathname.slice(0, -1) : pathname\n- return `${protocol}:...
JavaScript
MIT License
davidwells/analytics
refactor: ref shape Signed-off-by: David Wells <>
1
refactor
null
151,430
16.02.2022 12:35:12
28,800
02a3197562463a3b4f76d5f7093055bf66051de4
refactor: name
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,7 @@ export function parseReferrer(referrer = '', currentUrl) {\ntype: SEARCH,\ndata: {\nterm: term || NA,\n- engine: trimTld(name),\n+ name: trimTld(name),\n}\n}\n}\n", "new_path": "packages/analytics-util-visitor-source/src/utils/parse-referrer.js", ...
JavaScript
MIT License
davidwells/analytics
refactor: name Signed-off-by: David Wells <>
1
refactor
null
317,646
16.02.2022 12:40:13
-3,600
8c8f3e411d49b08fa06d11de063cea0fb852291c
refactor: use pointers to segment color
[ { "change_type": "MODIFY", "diff": "@@ -41,8 +41,6 @@ type Block struct {\nansi *color.Ansi\nactiveSegment *Segment\npreviousActiveSegment *Segment\n- activeBackground string\n- activeForeground string\nlength int\n}\n@@ -65,9 +63,7 @@ func (b *Block) initPlain(env environment.Environment, config *Config) {...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: use pointers to segment color
1
refactor
null
306,338
16.02.2022 12:49:00
-3,600
10c64fcb82ba804578a7a5d9e56427af4816fedf
chore: Make release homebrew update a separate step
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,9 @@ jobs:\ntags: ${{ steps.meta-ci.outputs.tags }}\npush: true\n- - name: Update Homebrew formula\n+ update-homebrew-formula:\n+ name: Update Homebrew formula\n+ needs: build\nuses: dawidd6/action-homebrew-bump-formula@v3\nwith:\ntoken: ${{secrets.HOMEBREW_R...
Go
Apache License 2.0
infracost/infracost
chore: Make release homebrew update a separate step
1
chore
null
306,338
16.02.2022 13:00:26
-3,600
04c053767c6ebcf1c3d8bb7423946975edce4cf5
fix: Fix create-release workflow for homebrew formula
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,9 @@ jobs:\nupdate-homebrew-formula:\nname: Update Homebrew formula\nneeds: build\n- uses: dawidd6/action-homebrew-bump-formula@v3\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: dawidd6/action-homebrew-bump-formula@v3\nwith:\ntoken: ${{secrets.HOMEBREW_RELEAS...
Go
Apache License 2.0
infracost/infracost
fix: Fix create-release workflow for homebrew formula
1
fix
null