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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
269,464 | 12.10.2021 20:14:15 | 10,800 | 9d87554ef358d9783ebc40ba1ae239a46b79ee26 | chore(ci): use repo-token | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,8 @@ jobs:\n-\nname: Set up Task\nuses: arduino/setup-task@v1\n+ with:\n+ repo-token: ${{ secrets.GITHUB_TOKEN }}\n-\nname: Set up QEMU\nuses: docker/setup-qemu-action@v1\n",
"new_path": ".github/workflows/build.yml",
"old_path": ".github/workflows/bu... | Go | MIT License | goreleaser/goreleaser | chore(ci): use repo-token
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | chore | ci |
471,357 | 12.10.2021 20:30:22 | -10,800 | 25c0e30d34faf3f27edcfb330874f54e4db03f59 | fix: prevent invalid context propagation in lambda functions | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ import {\nTextMapGetter,\nTraceFlags,\nTracerProvider,\n+ ROOT_CONTEXT,\n} from '@opentelemetry/api';\nimport {\nAWSXRAY_TRACE_ID_HEADER,\n@@ -375,7 +376,7 @@ export class AwsLambdaInstrumentation extends InstrumentationBase {\n}\nif (!parent) {\n// No c... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix: prevent invalid context propagation in lambda functions (#677) | 1 | fix | null |
71,499 | 12.10.2021 20:32:33 | -19,080 | aa5b22f455f462374b273e890b6498cdb349e865 | chore(cfnspec): improve messaging when property type cannot be determined
The error message is inaccurate and results in a message like -
```
AWS::Foo::Bar.Properties.Baz has known type: {"Documentation":"...","Required":false,"UpdateType":"Immutable"}
```
Improve the message.
*By submitting this pull request, I confir... | [
{
"change_type": "MODIFY",
"diff": "@@ -110,7 +110,8 @@ function validateProperties(\n} else {\n// eslint-disable-next-line no-console\n- console.error(`${typeName}.Properties.${name} has known type: ${JSON.stringify(property)}`);\n+ console.error(`${typeName}.Properties.${name} does not declare a type.` +\... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(cfnspec): improve messaging when property type cannot be determined (#16907)
The error message is inaccurate and results in a message like -
```
AWS::Foo::Bar.Properties.Baz has known type: {"Documentation":"...","Required":false,"UpdateType":"Immutable"}
```
Improve the message.
----
*By submitt... | 1 | chore | cfnspec |
551,649 | 12.10.2021 20:37:18 | -7,200 | ce504bd0e5c411f2a139fa41d6440dcfccca1586 | chore(ui): update rules for code formatting in build | [
{
"change_type": "MODIFY",
"diff": "@@ -75,7 +75,7 @@ module.exports = {\nallow: [\"warn\", \"error\", \"info\"],\n},\n],\n- \"prettier/prettier\": [\"error\"],\n+ \"prettier/prettier\": [\"warn\"],\n},\nsettings: {\nreact: {\n",
"new_path": "ui/.eslintrc.js",
"old_path": "ui/.eslintrc.js"
},
{
... | Java | Apache License 2.0 | questdb/questdb | chore(ui): update rules for code formatting in build (#1422) | 1 | chore | ui |
551,649 | 12.10.2021 21:08:29 | -7,200 | 37e9b809e158279c5d9073b85fa700546fbf4ac4 | feat(ui): reload table list on schema changes | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,7 @@ export enum BusEvent {\nMSG_QUERY_FIND_N_EXEC = \"query.build.execute\",\nMSG_QUERY_OK = \"query.out.ok\",\nMSG_QUERY_RUNNING = \"query.out.running\",\n+ MSQ_QUERY_SCHEMA = \"query.out.schema\",\nREACT_READY = \"react.ready\",\n}\n",
"new_path": "ui/... | Java | Apache License 2.0 | questdb/questdb | feat(ui): reload table list on schema changes (#1425) | 1 | feat | ui |
865,950 | 12.10.2021 21:24:32 | 0 | 567aa96069262e8f002eccdf0b11083f7d17b7cd | feat(distro): make file permissions in Linux distribution more strict
Closes | [
{
"change_type": "MODIFY",
"diff": "const handlers = [\nrequire('./after-pack/add-version'),\n- require('./after-pack/add-platform-files')\n+ require('./after-pack/add-platform-files'),\n+ require('./after-pack/set-permissions')\n];\n",
"new_path": "tasks/after-pack.js",
"old_path": "tasks/after-pac... | JavaScript | MIT License | camunda/camunda-modeler | feat(distro): make file permissions in Linux distribution more strict (#2483)
Closes #2439
Co-authored-by: Nico Rehwaldt <nico.rehwaldt@camunda.com> | 1 | feat | distro |
756,013 | 12.10.2021 21:58:38 | 21,600 | 6880646e6c26a2df2c2c6b95ac2ac5e230f41e76 | feat(cosmos)!: compile agd binary to supercede ag-chain-cosmos | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ VersionName := $(shell echo \"$(NAME)\" | sed -e 's/[^A-Za-z0-9]//g')\n# process linker flags\nldflags = -X github.com/cosmos/cosmos-sdk/version.Name=$(VersionName) \\\n- -X github.com/cosmos/cosmos-sdk/version.AppName=agoricd \\\n+ -X github.com/cosmos/... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmos)!: compile agd binary to supercede ag-chain-cosmos | 1 | feat | cosmos |
756,013 | 12.10.2021 22:07:10 | 21,600 | 66b387c03aea9159aaec5d9298972547542733a3 | chore: remove detritis | [
{
"change_type": "DELETE",
"diff": "-#! /bin/sh\n-PORT=26657\n-TTY=-i\n-IMAGE=agoric/agoric-sdk\n-test -t 0 && test -t 1 && TTY=-it\n-case \"$1\" in\n---pull)\n- shift\n- docker pull \"$IMAGE\"\n- ;;\n-esac\n-\n-exec docker run -p127.0.0.1:$PORT:$PORT \\\n- --volume=ag-chain-cosmos-state:/root/.ag-chain-cos... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: remove detritis | 1 | chore | null |
269,464 | 12.10.2021 22:18:56 | 10,800 | d097f474acf492f265b20e95a1fb4dd8a710ee83 | chore(ci): dependabot config | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,9 @@ updates:\ntime: \"08:00\"\nlabels:\n- \"dependencies\"\n- - \"automerge\"\n+ commit-message:\n+ prefix: \"feat\"\n+ include: \"scope\"\n- package-ecosystem: \"github-actions\"\ndirectory: \"/\"\nschedule:\n@@ -15,7 +17,9 @@ updates:\ntime: \"08:00\"\nlabel... | Go | MIT License | goreleaser/goreleaser | chore(ci): dependabot config
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | chore | ci |
269,464 | 12.10.2021 22:29:14 | 10,800 | 0ccc79f0992e0f028baf35c432a2d0f49b641f4c | chore(ci): fix docs action | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,9 @@ jobs:\n- uses: arduino/setup-task@v1\nwith:\nrepo-token: ${{ secrets.GITHUB_TOKEN }}\n+ - uses: actions/setup-go@v2\n+ with:\n+ go-version: 1.17\n- run: task docs:build\n- uses: wjdp/htmltest-action@master\nwith:\n",
"new_path": ".github/workflows/do... | Go | MIT License | goreleaser/goreleaser | chore(ci): fix docs action
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | chore | ci |
306,900 | 12.10.2021 23:15:19 | -7,200 | bb3853c092c3ac462d3ab8c604667feea3f0bbaf | refactor(elements|ino-autocomplete): provide better angular support
BREAKING CHANGE:
rename event `optionSelected` to `valueChange` for consistency sake
remove slot `list`, now only takes an `<ino-input>` in the `input` slot and `<ino-option>`s in the default slot | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,8 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ValueAccessorDirective } from './value-accessor.directive';\n@Directive({\n- selector: 'ino-input,ino-textarea,ino-range,ino-select,ino-datepicker',\n+ selector:\n+ 'ino-autocomplete,ino-input,i... | TypeScript | MIT License | inovex/elements | refactor(elements|ino-autocomplete): provide better angular support (#435)
BREAKING CHANGE:
- rename event `optionSelected` to `valueChange` for consistency sake
- remove slot `list`, now only takes an `<ino-input>` in the `input` slot and `<ino-option>`s in the default slot | 1 | refactor | elements|ino-autocomplete |
877,015 | 12.10.2021 23:43:34 | -7,200 | 64ae3d147469affd5aaa9185bbfcac093dd887d2 | docs(@vtmn/web-components): change imports for showcase | [
{
"change_type": "MODIFY",
"diff": "-import '@vtmn/css-design-tokens/dist/index.css';\n+import '@vtmn/css';\nimport '@vtmn/icons/dist/vitamix/font/vitamix.css';\nimport { withDesign } from 'storybook-addon-designs';\nimport backgrounds from '@vtmn/showcase-core/addons/backgrounds.json';\n",
"new_path": ... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs(@vtmn/web-components): change imports for showcase | 1 | docs | @vtmn/web-components |
902,122 | 12.10.2021 23:45:29 | -7,200 | 7067d67f89f5b78557fad5135e82e2272ff221ce | chore(release): v9.2.17 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.2.17](https://github.com/microlinkhq/browserless/compare/v9.2.16...v9.2.17) (2021-10-12)\n+\n+**Note:** Version... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.2.17 | 1 | chore | release |
269,464 | 13.10.2021 00:04:49 | 10,800 | d6724cf6246b4e004acac2a34f9da339fbf9daab | fix: gofish on windows | [
{
"change_type": "MODIFY",
"diff": "@@ -37,8 +37,8 @@ food = {\nresources = {\n{{- range $binary := $element.Binaries }}\n{\n- path = {{if ne $element.OS \"windows\"}}\"{{ $binary }}\"{{else}}\"{{ $binary }}.exe\"{{end}},\n- installpath = {{if ne $element.OS \"windows\"}}\"bin/{{ $binary }}\"{{else}}\"bin\\... | Go | MIT License | goreleaser/goreleaser | fix: gofish on windows
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
269,464 | 13.10.2021 00:10:07 | 10,800 | d5638991c81f81b1757b24c740b58344efb2dbc0 | fix: gofish with multiple binaries | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ food = {\n{{- if ne $element.OS \"windows\"}}\nexecutable = true\n{{- end }}\n- }\n+ },\n{{- end }}\n}\n},\n",
"new_path": "internal/pipe/gofish/food_template.go",
"old_path": "internal/pipe/gofish/food_template.go"
},
{
"change_type": "M... | Go | MIT License | goreleaser/goreleaser | fix: gofish with multiple binaries
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
791,880 | 13.10.2021 00:19:35 | -19,080 | 19c5b717d25966af7794ee70c4b38e6087edb6f2 | core(crawlable-anchors): ignore event listeners, validate url | [
{
"change_type": "MODIFY",
"diff": "<!-- PASS(crawlable-anchors): Link with a relative path -->\n<a href=\"/pass\">Some link</a>\n- <!-- PASS(crawlable-anchors): Link with a click event listener -->\n+ <!-- FAIL(crawlable-anchors): Link with a click event listener -->\n<a class=\"some-link\">Some link</a>\n... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(crawlable-anchors): ignore event listeners, validate url (#13105) | 1 | core | crawlable-anchors |
877,015 | 13.10.2021 00:20:14 | -7,200 | 080d697b32e364524a11ea4a6e4455bf3a262843 | refactor(showcases): change toolbar | [
{
"change_type": "MODIFY",
"diff": "border-bottom: 1px solid var(--vtmn-semantic-color_border-secondary);\nwidth: 100%;\nz-index: 50;\n+ position: fixed;\n+ top: 0;\ndisplay: flex;\nflex-direction: row;\njustify-content: space-between;\n/* Stories' preview */\n#root {\npadding: 1rem;\n+ margin-top: 110px;\n... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(showcases): change toolbar | 1 | refactor | showcases |
71,448 | 13.10.2021 00:55:01 | -28,800 | 93b3fdce80f0997d7b809f9ef7e3edd1e75e1f42 | fix(aws-ecs): add ASG capacity via Capacity Provider by not specifying machineImageType
fix(aws-ecs): make `Cluster.addAsgCapacityProvider()` not need specify `machineImageType`
close
*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": "@@ -329,10 +329,10 @@ export class Cluster extends Resource implements ICluster {\nif (this._capacityProviderNames.includes(provider.capacityProviderName)) {\nreturn;\n}\n-\nthis._hasEc2Capacity = true;\nthis.configureAutoScalingGroup(provider.autoScalingGroup, {\n...opti... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-ecs): add ASG capacity via Capacity Provider by not specifying machineImageType (#16361)
fix(aws-ecs): make `Cluster.addAsgCapacityProvider()` not need specify `machineImageType`
close #16360
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0... | 1 | fix | aws-ecs |
791,755 | 13.10.2021 01:10:43 | -19,080 | 2faf092f68624bfb0607f3ba6c0502fa2e02e3d9 | cli: add list-locales flag | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,11 @@ async function begin() {\ncommands.listAudits();\n}\n+ // Process terminating command\n+ if (cliFlags.listLocales) {\n+ commands.listLocales();\n+ }\n+\n// Process terminating command\nif (cliFlags.listTraceCategories) {\ncommands.listTraceCategories();... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli: add list-locales flag (#12983) | 1 | cli | null |
877,015 | 13.10.2021 01:58:31 | -7,200 | 5fcc4c16a74161393c454a5e00d87eb6922870c7 | refactor(@vtmn/react): rename all memo components exports | [
{
"change_type": "MODIFY",
"diff": "@@ -34,4 +34,8 @@ export const VtmnBadge = ({\n);\n};\n-export default React.memo(VtmnBadge);\n+const MemoVtmnBadge = React.memo(VtmnBadge);\n+\n+MemoVtmnBadge.displayName = 'VtmnBadge';\n+\n+export default MemoVtmnBadge;\n",
"new_path": "packages/sources/react/src/co... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/react): rename all memo components exports | 1 | refactor | @vtmn/react |
877,015 | 13.10.2021 02:10:03 | -7,200 | 47a56659da380e7bc5e3f35277f9b3602a567bbb | feat(@vtmn/web-components): add loader component | [
{
"change_type": "MODIFY",
"diff": "@@ -3,8 +3,14 @@ export const argTypes = {\ntype: { name: 'string', required: false },\ndescription: 'The size of the loader.',\ndefaultValue: 'medium',\n+ table: {\n+ type: {\n+ summary: 'string',\n+ },\n+ defaultValue: { summary: 'medium' },\n+ },\ncontrol: {\n- type: '... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/web-components): add loader component | 1 | feat | @vtmn/web-components |
815,609 | 13.10.2021 05:29:10 | -28,800 | d1bae0b3b3d9a786873cdb8cce5a605af1c48be0 | fix(hardfork): tx-pool refreshes caches with the incorrect VM version | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ impl<'a> IllTransactionChecker<'a> {\n/// Checks whether the transaction is ill formed.\npub fn check(&self) -> Result<(), ScriptError> {\n- let epoch_number = self.tx_env.current_epoch_number();\n+ let epoch_number = self.tx_env.epoch_number_without_pro... | Rust | MIT License | nervosnetwork/ckb | fix(hardfork): tx-pool refreshes caches with the incorrect VM version | 1 | fix | hardfork |
679,913 | 13.10.2021 05:39:49 | -7,200 | 4da9a503230868f0cf8513179ecf75ef826cb126 | fix(pointfree-lang): update CLI wrapper | [
{
"change_type": "MODIFY",
"diff": "@@ -9,4 +9,4 @@ while [ -h \"$SOURCE\" ]; do\ndone\nDIR=\"$( cd -P \"$( dirname \"$SOURCE\" )\" >/dev/null 2>&1 && pwd )\"\n-/usr/bin/env node --no-warnings --experimental-specifier-resolution=node --loader ts-node/esm \"$DIR/../cli.js\" \"$@\"\n+/usr/bin/env node \"$DIR/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(pointfree-lang): update CLI wrapper | 1 | fix | pointfree-lang |
679,913 | 13.10.2021 05:40:26 | -7,200 | 8daaf3884f6b836ac75ac9ad2f341c1fdd246a66 | fix(testament): update CLI wrapper | [
{
"change_type": "MODIFY",
"diff": "@@ -9,4 +9,4 @@ while [ -h \"$SOURCE\" ]; do\ndone\nDIR=\"$( cd -P \"$( dirname \"$SOURCE\" )\" >/dev/null 2>&1 && pwd )\"\n-/usr/bin/env node --no-warnings --experimental-specifier-resolution=node --loader ts-node/esm \"$DIR/../cli.js\" \"$@\"\n+/usr/bin/env node --no-wa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(testament): update CLI wrapper | 1 | fix | testament |
679,913 | 13.10.2021 05:42:31 | -7,200 | be5e8bf28934118b60a2bfb9a479d3907152a4d6 | feat(tools): update normalize pkg script | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { selectDefinedKeysObj } from \"@thi.ng/associative\";\nexport const normalizePackage = (pkg: any) => {\npkg.type = \"module\";\n+ !pkg.engines && (pkg.engines = { node: \">=14\" });\ndelete pkg.main;\ndelete pkg[\"umd:main\"];\n@@ -29,6 +30,7 @@ ex... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(tools): update normalize pkg script | 1 | feat | tools |
815,609 | 13.10.2021 05:45:45 | -28,800 | f5ef92c24556a48a10e6331216826ce267594ace | test(hardfork): tx-pool refreshes caches after hardfork | [
{
"change_type": "MODIFY",
"diff": "@@ -9,5 +9,6 @@ mod load_input_data_hash_cell;\nmod non_contextual_block_txs_verify;\nmod reward;\nmod truncate;\n+mod txs_verify_cache;\nmod uncle;\nmod util;\n",
"new_path": "chain/src/tests/mod.rs",
"old_path": "chain/src/tests/mod.rs"
},
{
"change_type... | Rust | MIT License | nervosnetwork/ckb | test(hardfork): tx-pool refreshes caches after hardfork | 1 | test | hardfork |
617,462 | 13.10.2021 09:39:24 | -7,200 | c6a3585b8f1a0b167bdcdd28fd9b374088125ced | fix(search): fix deduplication between PQ and Search | [
{
"change_type": "MODIFY",
"diff": "+import { getRouteBySource } from \"@socialgouv/cdtn-sources\";\n// merge by one of each\nconst merge = (res1, res2, max_result) => {\n@@ -16,7 +17,8 @@ const merge = (res1, res2, max_result) => {\n};\n// Remove Duplicates\n-const predicateFn = ({ _source: { source, slug ... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(search): fix deduplication between PQ and Search (#3850) | 1 | fix | search |
342,861 | 13.10.2021 09:42:45 | -7,200 | c3b90a3c983788a75449be1b62c601273d7f0342 | feat(Heading): add align prop | [
{
"change_type": "MODIFY",
"diff": "import * as React from \"react\";\nimport { text, select, boolean, object } from \"@storybook/addon-knobs\";\n-import { ELEMENT_OPTIONS, TYPE_OPTIONS } from \"./consts\";\n+import { ELEMENT_OPTIONS, TYPE_OPTIONS, ALIGN } from \"./consts\";\nimport SPACINGS_AFTER from \"..... | JavaScript | MIT License | kiwicom/orbit | feat(Heading): add align prop (#3141) | 1 | feat | Heading |
866,394 | 13.10.2021 09:51:15 | 14,400 | b2dcd0297d74657ec511aea505f315a5d6459937 | chore(github-forms): tweak to prefix for test scenario subject
### Related Ticket(s)
No related issue
### Description
This is a minor tweak to the subject for test scenario issues.
This also removes the carbon expressive line in the PR template.
### Changelog
**Changed**
`test_scenario_creation.yaml`
`PULL_REQUEST_TEMP... | [
{
"change_type": "MODIFY",
"diff": "name: Test Scenario Creation\ndescription:\nDescribe the test scenario that will need to be created in e2e tests\n-title: '[THE COMPONENT NAME]: Brief description'\n+title: '[Test Scenario]: Component and test scenario title'\nlabels: ['dev','test: e2e']\nbody:\n- type: i... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(github-forms): tweak to prefix for test scenario subject (#7374)
### Related Ticket(s)
No related issue
### Description
This is a minor tweak to the subject for test scenario issues.
This also removes the carbon expressive line in the PR template.
### Changelog
**Changed**
- `test_scenario_c... | 1 | chore | github-forms |
915,154 | 13.10.2021 09:55:51 | -7,200 | 560accee306a6f3b599798561230152579981085 | fix: fix hydra_client pk change mysql down migration | [
{
"change_type": "MODIFY",
"diff": "-ALTER TABLE hydra_client RENAME pk TO pk_tmp;\n+ALTER TABLE hydra_client DROP PRIMARY KEY, ADD PRIMARY KEY (pk_deprecated);\n+ALTER TABLE hydra_client DROP KEY pk_deprecated;\n+ALTER TABLE hydra_client DROP pk;\nALTER TABLE hydra_client CHANGE COLUMN pk_deprecated pk INT... | Go | Apache License 2.0 | ory/hydra | fix: fix hydra_client pk change mysql down migration (#2791) | 1 | fix | null |
865,936 | 13.10.2021 09:57:37 | -10,800 | bfe21d0fb84680a5285a4575dfac74f60700d7ab | docs(element-templates): fix typo | [
{
"change_type": "MODIFY",
"diff": "@@ -247,7 +247,7 @@ The `Boolean` type maps to a checkbox that can be toggled by the user. It render\n\n-When checked, it maps to `true` in the respective field (see [bindings](#Bindings)). Note that is does not map to `${tr... | JavaScript | MIT License | camunda/camunda-modeler | docs(element-templates): fix typo (#2486) | 1 | docs | element-templates |
104,831 | 13.10.2021 10:00:00 | 18,000 | dfc98a664b23a6de1d472093c9c7cb46e9f450de | test(table-body-row): fix test | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,7 @@ describe('TableBodyRow', () => {\ntruncateCellText: true,\n}}\ntableActions={mockActions}\n+ nestingChildCount={2}\n{...tableRowProps}\n/>,\n{\n@@ -67,6 +68,7 @@ describe('TableBodyRow', () => {\ntruncateCellText: true,\n}}\ntableActions={mockActions}\n+... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(table-body-row): fix test | 1 | test | table-body-row |
699,207 | 13.10.2021 10:13:53 | 25,200 | b17344dad70812566afa5206786968e59f50efb2 | fix(combobox): fix virtualization ref bug | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/combobox': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Combobox] Fix virtualization bug and add virtualization to combobox when an option template is used. The virtualization library we use, react-virtual, provides a ref that is required for correct... | TypeScript | MIT License | twilio-labs/paste | fix(combobox): fix virtualization ref bug (#1922) | 1 | fix | combobox |
265,942 | 13.10.2021 10:39:00 | 14,400 | 6b7a06defe1a3cadc6fad9258ff3fb01a2ecce0a | fix: remove bucket preconditions from deleteFiles, it is a file operation not bucket | [
{
"change_type": "MODIFY",
"diff": "@@ -1887,24 +1887,13 @@ class Bucket extends ServiceObject {\nconst MAX_PARALLEL_LIMIT = 10;\nconst errors = [] as Error[];\n- this.disableAutoRetryConditionallyIdempotent_(\n- this.methods.delete,\n- AvailableServiceObjectMethods.delete\n- );\n-\n- Object.assign(query, t... | TypeScript | Apache License 2.0 | googleapis/nodejs-storage | fix: remove bucket preconditions from deleteFiles, it is a file operation not bucket (#1661) | 1 | fix | null |
739,267 | 13.10.2021 10:58:57 | -7,200 | 4cd77fb3f47b1aab92354127686d4c06629c3da5 | fix: silently fail render unknown icon | [
{
"change_type": "ADD",
"diff": "+import React from 'react'\n+\n+import { render } from '../../utils/tests'\n+\n+import { IconFont } from './index'\n+\n+describe('<IconFont>', () => {\n+ it('should render correctly with existing icon name', () => {\n+ const consoleWarnMock = jest.spyOn(console, 'warn').mock... | TypeScript | MIT License | wttj/welcome-ui | fix: silently fail render unknown icon (#930) (#935) | 1 | fix | null |
276,958 | 13.10.2021 11:03:58 | 10,800 | dbebd17869b4e05fec79ff73301955ebd4716014 | refactor(system): remove prop "g" from gap | [
{
"change_type": "MODIFY",
"diff": "@@ -199,7 +199,7 @@ The `flexes` module has all the listed above\n<inlineCode>gap</inlineCode>\n</td>\n<td>\n- <inlineCode>gap</inlineCode>, <inlineCode>g</inlineCode>\n+ <inlineCode>gap</inlineCode>\n</td>\n<td>\n<inlineCode>gap</inlineCode>\n",
"new_path": "packages... | JavaScript | MIT License | gympass/yoga | refactor(system): remove prop "g" from gap | 1 | refactor | system |
815,609 | 13.10.2021 11:04:44 | -28,800 | 43dd6b184cd57d7a60af61ed0c46069b8234973c | fix(hardfork): network should enable ckb2021 features when tip is the last block of ckb2019 | [
{
"change_type": "MODIFY",
"diff": "@@ -688,7 +688,10 @@ impl TxPoolService {\n// The network protocol is switched after tx-pool confirms the cache,\n// there will be no problem with the current state as the choice of the broadcast protocol.\nlet with_vm_2021 = {\n- let epoch = snapshot.tip_header().epoch()... | Rust | MIT License | nervosnetwork/ckb | fix(hardfork): network should enable ckb2021 features when tip is the last block of ckb2019 | 1 | fix | hardfork |
401,107 | 13.10.2021 11:24:42 | -19,080 | 9d4b4bde3d11f8f2ba4c77769194436400d31874 | doc: add documentation for `centerAligned` in utils package
* docs(utils): add doc for centerAligned
affects:
ISSUES CLOSED:
* test(utils): add test for centerAligned
affects:
ISSUES CLOSED:
* docs(utils): improve doc for centerAligned
affects:
ISSUES CLOSED:
* docs(utils): fix center aligned example
affects:
ISSUES CL... | [
{
"change_type": "ADD",
"diff": "+import { Meta } from '@storybook/addon-docs/blocks';\n+\n+<Meta title=\"Utils/Style/centerAligned\" />\n+\n+# centerAligned\n+\n+`centerAligned` can be used to add css for center aligning the child elements.\n+\n+#### Parameters\n+\n+`display` - It can be either `flex` or `... | TypeScript | MIT License | medly/medly-components | doc: add documentation for `centerAligned` in utils package (#482)
* docs(utils): add doc for centerAligned
affects: @medly-components/utils
ISSUES CLOSED: #448
* test(utils): add test for centerAligned
affects: @medly-components/utils
ISSUES CLOSED: #448
* docs(utils): improve doc for centerAligned
... | 1 | doc | null |
4,988 | 13.10.2021 11:44:06 | -7,200 | 879a9dd3bfb4eca25d47519e6eff89838523ba26 | test(csv-parse): fix all tests | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ YYYY,YYY YYYY\nconst outputEl = document.getElementById('output')\nconvertEl.onclick = (e) => {\nlet input;\n- parse(inputEl.value, {\n+ csv_parse.parse(inputEl.value, {\ncolumns: true\n}, function(err, data){\nif(err){\n",
"new_path": "packages/csv-... | JavaScript | MIT License | adaltas/node-csv | test(csv-parse): fix all tests | 1 | test | csv-parse |
777,353 | 13.10.2021 12:24:13 | 18,000 | 0931009411ab15e0abb186d2f1848898160747f5 | fix: allow for non-integer timekeys | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ export const convertMetricsToUplotData = (\nconst timeSerie: number[] = [];\n// Sort time keys are not guaranteed to arrive in order so we sort them first.\n- const timeKeys = Object.keys(data).map(k => parseInt(k)).sort();\n+ const timeKeys = Object.keys(... | Python | Apache License 2.0 | determined-ai/determined | fix: allow for non-integer timekeys (#3076) | 1 | fix | null |
865,939 | 13.10.2021 12:26:49 | -7,200 | f58c8a75c85e738af39d1e7a9e9344732dfd5c0b | feat(form): allow to create form with engine profile set
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -1658,6 +1658,10 @@ export class App extends PureComponent {\nreturn this.createDiagram('form');\n}\n+ if (action === 'create-cloud-form') {\n+ return this.createDiagram('cloud-form');\n+ }\n+\nif (action === 'create-cloud-bpmn-diagram') {\nreturn this.createDiagram('c... | JavaScript | MIT License | camunda/camunda-modeler | feat(form): allow to create form with engine profile set
Closes #2480 | 1 | feat | form |
777,399 | 13.10.2021 12:36:49 | 14,400 | ca59928f30b855ec8203741f6e287ef095f21fac | fix: update `helm push` command to `helm cm-push`
The name of the command was changed by the upstream package [1].
[1] | [
{
"change_type": "MODIFY",
"diff": "@@ -17,4 +17,4 @@ release: export NGC_API_USERNAME ?=\nrelease: export NGC_API_KEY ?=\nrelease:\nhelm repo add determined $$NGC_REPO --username $$NGC_API_USERNAME --password $$NGC_API_KEY\n- helm push -f build/determined-latest.tgz determined\n+ helm cm-push -f build/dete... | Python | Apache License 2.0 | determined-ai/determined | fix: update `helm push` command to `helm cm-push` (#3075)
The name of the command was changed by the upstream package [1].
[1] https://github.com/chartmuseum/helm-push/commit/d7cc009a34f06eea26f87a03566a2c3f246d4394 | 1 | fix | null |
815,593 | 13.10.2021 12:47:16 | -28,800 | 845526cc07355a6e3593e8ee81a1e64b777ec574 | chore: remove unnecessary struct `KnownFilter` | [
{
"change_type": "MODIFY",
"diff": "@@ -623,7 +623,6 @@ impl Relayer {\n.take_relay_tx_hashes(MAX_RELAY_TXS_NUM_PER_BATCH);\nlet mut selected: HashMap<PeerIndex, Vec<Byte32>> = HashMap::default();\n{\n- let mut known_txs = self.shared.state().known_txs();\nfor (origin_peer, is_ckb2021, hash) in &tx_hashes {... | Rust | MIT License | nervosnetwork/ckb | chore: remove unnecessary struct `KnownFilter` | 1 | chore | null |
104,828 | 13.10.2021 12:56:58 | -7,200 | e0327ed0d87af275a6b95eead9b6c38a5fe416cb | doc(table): add row edit documentation | [
{
"change_type": "MODIFY",
"diff": "- [Pagination](#pagination)\n- [Batch actions](#batch-actions)\n- [Aggregation](#aggregation)\n+- [Row data editing](#row-data-editing)\n- [Props](#props)\n- [Column Prop](#column-prop)\n- [Data Prop](#data-prop)\n@@ -831,6 +832,103 @@ The table can sum columns and show t... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | doc(table): add row edit documentation
#2850 | 1 | doc | table |
104,828 | 13.10.2021 12:58:12 | -7,200 | 7fc17698c0514ebdb49274c4fe27d2fee32fac78 | fix(table): add missing proptype for hasRowEdit | [
{
"change_type": "MODIFY",
"diff": "@@ -101,6 +101,8 @@ const propTypes = {\nhasColumnSelectionConfig: PropTypes.bool,\nshouldLazyRender: PropTypes.bool,\nhasRowCountInHeader: PropTypes.bool,\n+ /** If true enables the row edit toolbar button and functionality */\n+ hasRowEdit: PropTypes.bool,\nhasResize: P... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): add missing proptype for hasRowEdit
#2850 | 1 | fix | table |
71,350 | 13.10.2021 13:27:04 | 25,200 | 589f284acec8530aa9824b75a5daef4632e98985 | fix(ecs-patterns): minScalingCapacity cannot be set to 0
fixes:
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": "@@ -320,14 +320,14 @@ export abstract class QueueProcessingServiceBase extends CoreConstruct {\n// Determine the desired task count (minimum) and maximum scaling capacity\nif (!this.node.tryGetContext(cxapi.ECS_REMOVE_DEFAULT_DESIRED_COUNT)) {\n- this.minCapacity = props.... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(ecs-patterns): minScalingCapacity cannot be set to 0 (#16961)
fixes: #15632
fixes: #14336
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | ecs-patterns |
332,702 | 13.10.2021 13:32:13 | 14,400 | 4d02faf149a9bb14c92b8e16e1203815aa21fdad | fix: fixing a messed up merge of the version schema | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"trackDeps\": {\n- \"description\": \"Include's the project's dependencies in calculating a recommended version bump.\",\n+ \"description\": \"Includes the project's dependencies in calculating a recommended version bump.\",\n\"type\": \"boolean\",\n\"default\": f... | TypeScript | MIT License | jscutlery/semver | fix: fixing a messed up merge of the version schema | 1 | fix | null |
392,551 | 13.10.2021 14:00:41 | -7,200 | 0e9fa8766c5ad355ffdc85416aa9c2fd457016ab | docs: refactor graphics example for clarity | [
{
"change_type": "MODIFY",
"diff": "@@ -79,7 +79,7 @@ function render(props) {\nconst imageId = 'image|fisheye|0';\nconst geometry = new S2GeometryProvider(19);\n- const dataProvider = new procedural.ProceduralDataProvider(geometry);\n+ const dataProvider = new procedural.ProceduralDataProvider({geometry});... | TypeScript | MIT License | mapillary/mapillary-js | docs: refactor graphics example for clarity | 1 | docs | null |
777,389 | 13.10.2021 14:13:57 | 25,200 | 0fea0753ad757bcdc36c2888049de549109fd38a | fix: fix an issue in some CLI aliases not working | [
{
"change_type": "MODIFY",
"diff": "@@ -160,7 +160,7 @@ def main(\n# TODO: we lazily import \"det deploy\" but in the future we'd want to lazily import everything.\nfull_cmd, aliases = generate_aliases(deploy_cmd.name)\n- is_deploy_cmd = len(args) > 0 and any(args[0] in alias for alias in [*aliases, full_cm... | Python | Apache License 2.0 | determined-ai/determined | fix: fix an issue in some CLI aliases not working (#3078) | 1 | fix | null |
304,868 | 13.10.2021 14:39:08 | 21,600 | 0a7dd98f88b01f0e31f48a2a3f38b8f6dc4f3336 | feat(libflux/fluxdoc): add short mode to fluxdoc dump
This change adds a feature to fluxdoc to dump Flux docs without their
descriptions in a so called _short_ mode. | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,9 @@ enum FluxDoc {\n/// Whether to structure the documentation as nested pacakges.\n#[structopt(short, long)]\nnested: bool,\n+ /// Whether to omit full descriptions and keep only the short form docs.\n+ #[structopt(long)]\n+ short: bool,\n},\n/// Check Flux... | Go | MIT License | influxdata/flux | feat(libflux/fluxdoc): add short mode to fluxdoc dump (#4138)
This change adds a feature to fluxdoc to dump Flux docs without their
descriptions in a so called _short_ mode. | 1 | feat | libflux/fluxdoc |
777,389 | 13.10.2021 14:58:30 | 25,200 | 4cd722d159c357e3cd986e5965b5a4d44232f2a9 | chore: update experiment and checkpoint imports for consistency | [
{
"change_type": "MODIFY",
"diff": "@@ -114,7 +114,7 @@ def describe(args: Namespace) -> None:\nrender_checkpoint(checkpoint)\n-args_description = Cmd(\n+main_cmd = Cmd(\n\"c|heckpoint\",\nNone,\n\"manage checkpoints\",\n@@ -147,3 +147,4 @@ args_description = Cmd(\n),\n],\n)\n+args_description = [main_cmd] ... | Python | Apache License 2.0 | determined-ai/determined | chore: update experiment and checkpoint imports for consistency (#3079) | 1 | chore | null |
304,868 | 13.10.2021 14:58:57 | 21,600 | 915d2f6acc69427a97ac0e3ec2beb0eac71473da | chore(libflux/fluxdocs): add script to generate flux docs | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,7 @@ jobs:\n- run: make checkgenerate\n- run: make checkfmt\n- run: make checktidy\n+ - run: make checkdocs\n- run: make vet\n- run: GOGC=50 make staticcheck\n- run: make libflux-wasm\n@@ -158,6 +159,8 @@ jobs:\n- run:\nname: Install pkg-config\ncommand: go b... | Go | MIT License | influxdata/flux | chore(libflux/fluxdocs): add script to generate flux docs (#4140) | 1 | chore | libflux/fluxdocs |
317,842 | 13.10.2021 15:30:47 | -7,200 | e3c069e5e66518f3648015dd3398b82bf7802fbe | feat(dotnet): display segment extensions updated
display segment when global.json exists | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ func (d *dotnet) init(props *properties, env environmentInfo) {\nd.language = &language{\nenv: env,\nprops: props,\n- extensions: []string{\"*.cs\", \"*.csx\", \"*.vb\", \"*.sln\", \"*.csproj\", \"*.vbproj\", \"*.fs\", \"*.fsx\", \"*.fsproj\"},\n+ extens... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(dotnet): display segment extensions updated
display segment when global.json exists | 1 | feat | dotnet |
865,921 | 13.10.2021 15:33:08 | -7,200 | 22343453b25e78d90a90cb1c149b997e6dfd6411 | deps: bump to /
Closes | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"camunda-bpmn-js\": {\n- \"version\": \"0.11.2\",\n- \"resolved\": \"https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-0.11.2.tgz\",\n- \"integrity\": \"sha512-KL3BCLDmP1gLbbOB05eIlJURr9tb3B5nZiFN18fNLnIY7jO86MM1m4biAi9CK1zUxDT1NQT23jlJMgAt6PfHbA==\",\n... | JavaScript | MIT License | camunda/camunda-modeler | deps: bump to camunda-bpmn-js@0.11.3 / camunda-bpmn-moddle@6.1.1
Closes https://github.com/camunda/camunda-modeler/issues/2484 | 1 | deps | null |
711,597 | 13.10.2021 15:44:50 | -7,200 | c735e75c3c3986e7454cae138319e1d079def556 | test(elasticsearch-plugin): Fix broken unit test | [
{
"change_type": "MODIFY",
"diff": "@@ -243,11 +243,7 @@ describe('buildElasticBody()', () => {\n);\nexpect(result.query).toEqual({\nbool: {\n- filter: [\n- CHANNEL_ID_TERM,\n- LANGUAGE_CODE_TERM,\n- { term: { productInStock: true }},\n- ],\n+ filter: [CHANNEL_ID_TERM, LANGUAGE_CODE_TERM, { term: { productI... | TypeScript | MIT License | vendure-ecommerce/vendure | test(elasticsearch-plugin): Fix broken unit test | 1 | test | elasticsearch-plugin |
865,939 | 13.10.2021 16:16:45 | -7,200 | 6427b8545c05d157724b5ea46b7cfbe55bc0daf7 | feat(plugins): expose Overlay component
Related to camunda/cloud-connect-modeler-plugin/issues/48 | [
{
"change_type": "MODIFY",
"diff": "import { filter } from 'min-dash';\nimport {\n- Modal\n+ Modal,\n+ Overlay\n} from '../shared/ui';\nimport { Fill } from '../app/slot-fill';\n@@ -53,7 +54,8 @@ export default class Plugins {\nglobal.components = {\nFill,\n- Modal\n+ Modal,\n+ Overlay\n};\nglobal.getModele... | JavaScript | MIT License | camunda/camunda-modeler | feat(plugins): expose Overlay component
Related to camunda/cloud-connect-modeler-plugin/issues/48 | 1 | feat | plugins |
777,367 | 13.10.2021 16:21:19 | 14,400 | 8d08a42b273e3dde419c2205cffd2db205abed69 | chore: upgrade sphinx version | [
{
"change_type": "MODIFY",
"diff": "@@ -10,10 +10,6 @@ expertise. Determined AI is a deep learning training platform that simplifies in\nmanagement for domain experts while enabling configuration-based deep learning functionality that is\ngenerally inconvenient to implement for engineering-oriented practiti... | Python | Apache License 2.0 | determined-ai/determined | chore: upgrade sphinx version (#3077) | 1 | chore | null |
711,597 | 13.10.2021 16:24:15 | -7,200 | ac851bb030d281e3fc31078d2e9d61620eae5b29 | chore: Publish v1.3.0 | [
{
"change_type": "MODIFY",
"diff": "+## 1.3.0 (2021-10-13)\n+\n+\n+#### Features\n+\n+* **core** Add support for stock status in DefaultSearchPlugin ([65add05](https://github.com/vendure-ecommerce/vendure/commit/65add05)), closes [#870](https://github.com/vendure-ecommerce/vendure/issues/870)\n+* **core** A... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v1.3.0 | 1 | chore | null |
104,828 | 13.10.2021 16:25:07 | -7,200 | a4565908576eb7dd95c9de59d8e9e68fa2b140c8 | fix(table): fix action cell styling | [
{
"change_type": "MODIFY",
"diff": ".#{$prefix}--loading--small {\nwidth: 1.875rem;\nheight: 1.875rem;\n+ margin-right: $spacing-03;\n}\n> * {\nflex-shrink: 0;\nopacity: 0;\npadding-left: $spacing-06;\n+ padding-right: $spacing-06;\nz-index: 0;\n@include backgroundGradient($hover-ui);\n}\n@@ -87,7 +89,7 @@ ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): fix action cell styling
#2292 | 1 | fix | table |
865,926 | 13.10.2021 16:26:23 | -7,200 | fa92476329d2f08fde7c4174e2706ad1d5e080d4 | feat: allow to drop files from VSCode
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -1803,9 +1803,7 @@ export class App extends PureComponent {\nthis.triggerAction('close-tab', { tabId: tab.id }).catch(console.error);\n}\n- handleDrop = async (files) => {\n- const filePaths = Array.from(files).map(({ path }) => path);\n-\n+ handleDrop = async (filePat... | JavaScript | MIT License | camunda/camunda-modeler | feat: allow to drop files from VSCode
Closes #2299 | 1 | feat | null |
711,597 | 13.10.2021 16:35:36 | -7,200 | 479505e8d5469295d5d5afedf1a9ff4a3164a42b | chore: Add all changes to latest changelog entry | [
{
"change_type": "MODIFY",
"diff": "#### Features\n+* **admin-ui** Add admin-ui Portuguese (Portugal) translation (#1069) ([81d9836](https://github.com/vendure-ecommerce/vendure/commit/81d9836)), closes [#1069](https://github.com/vendure-ecommerce/vendure/issues/1069)\n+* **admin-ui** Add empty option for n... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Add all changes to latest changelog entry | 1 | chore | null |
14,242 | 13.10.2021 16:45:33 | -7,200 | b41e823dff7c14c6df12e8fdce26fc36f13b844d | docs(examples): add README for GitHub example | [
{
"change_type": "MODIFY",
"diff": "+# Autocomplete GitHub repositories custom plugin example\n+\n+This example shows how to build an Autocomplete [plugin](https://www.algolia.com/doc/ui-libraries/autocomplete/core-concepts/plugins/) fetching GitHub repositories.\n+\n+<p align=\"center\"><img src=\"capture.... | TypeScript | MIT License | algolia/autocomplete | docs(examples): add README for GitHub example (#760) | 1 | docs | examples |
71,499 | 13.10.2021 16:48:41 | -19,080 | 2d9b57da6d45983deadc0fd09dc8f5649fd2720b | assertions: fix default fixture | [
{
"change_type": "MODIFY",
"diff": "-import { Construct, Stack } from '@aws-cdk/core';\n+import { Construct } from 'constructs';\n+import { Stack } from '@aws-cdk/core'\nimport { Capture, Match, Template } from '@aws-cdk/assertions';\nclass Fixture extends Stack {\n",
"new_path": "packages/@aws-cdk/asse... | TypeScript | Apache License 2.0 | aws/aws-cdk | assertions: fix default fixture | 1 | assertions | null |
749,519 | 13.10.2021 16:53:17 | 14,400 | d5ee451a336318fa7d852bc784d2a556d15b4355 | chore(changelog): add v8.42.2 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,17 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.42.2 (2021-10-13)\n+\n+#### :bug: Bug Fix\n+* `chrome`, `typography`\n+ * [#1225](https://git... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(changelog): add v8.42.2 [skip ci] | 1 | chore | changelog |
915,339 | 13.10.2021 16:56:08 | -28,800 | a8c9354acd64b097492c9dae9df092fecb1b310e | feat: add support for X-Forwarded-Proto header
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ jobs:\nbash <(curl -s https://codecov.io/bash)\n- run: ./test/e2e/run.sh\n- run: ./test/reload/run.sh\n+ - run: ./test/forwarded-header/run.sh\nworkflows:\n\"test, build, and relase\":\n",
"new_path": ".circleci/config.yml",
"old_path": ".circlec... | Go | Apache License 2.0 | ory/oathkeeper | feat: add support for X-Forwarded-Proto header (#665)
Closes #153 | 1 | feat | null |
699,201 | 13.10.2021 17:15:44 | 25,200 | fc1ebbd2d235e6ba7afd9ef0217a347c4c73a339 | chore: add babel parser dep | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,11 @@ const babelOptions = {\n},\n],\n],\n- plugins: ['macros', '@babel/proposal-class-properties', '@babel/proposal-object-rest-spread'],\n+ plugins: [\n+ 'macros',\n+ '@babel/proposal-class-properties',\n+ '@babel/proposal-object-rest-spread',\n+ '@babel/pl... | TypeScript | MIT License | twilio-labs/paste | chore: add babel parser dep | 1 | chore | null |
699,201 | 13.10.2021 17:16:22 | 25,200 | 51723bccee321cc7dab4922d90c76d2b912c9f68 | feat(badge): add ability to customize element | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/badge': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Badge] Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotion them... | TypeScript | MIT License | twilio-labs/paste | feat(badge): add ability to customize element | 1 | feat | badge |
160,177 | 13.10.2021 17:16:23 | -28,800 | e3c91599ced342ac64d92f54228bf8145cf52378 | fix: format bpmn xml | [
{
"change_type": "MODIFY",
"diff": "-/* This work is licensed under Creative Commons GNU LGPL License.\n-\n- License: http://creativecommons.org/licenses/LGPL/2.1/\n- Version: 0.9\n- Author: Stefan Goessner/2006\n- Web: http://goessner.net/\n+/**\n+ * This work is licensed under Creative Commons GNU LGPL Li... | TypeScript | Apache License 2.0 | didi/logicflow | fix: format bpmn xml | 1 | fix | null |
777,388 | 13.10.2021 17:19:36 | 21,600 | ec654a7ca72f4a2a6abfb406209048108056ec9b | chore: add branding field to master endpoint | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ func (a *apiServer) GetMaster(\nTelemetryEnabled: a.m.config.Telemetry.Enabled && a.m.config.Telemetry.SegmentWebUIKey != \"\",\nExternalLoginUri: a.m.config.InternalConfig.ExternalSessions.LoginURI,\nExternalLogoutUri: a.m.config.InternalConfig.External... | Python | Apache License 2.0 | determined-ai/determined | chore: add branding field to master endpoint [DET-6067] (#3080)
Co-authored-by: Caleb Kang <caleb@determined.ai> | 1 | chore | null |
815,609 | 13.10.2021 17:21:42 | -28,800 | ba1541456891f89ad580c7702a3843a74624e15d | ci: add a scheduled audit workflow | [
{
"change_type": "ADD",
"diff": "+name: Security Audit\n+on:\n+ schedule:\n+ - cron: '0 0 * * *'\n+jobs:\n+ audit:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v1\n+ - uses: yangby-cryptape/cargo-audit-check-action@customized-for-ckb\n+ with:\n+ token: ${{ secrets.GITHUB_TOKEN }}\n",
... | Rust | MIT License | nervosnetwork/ckb | ci: add a scheduled audit workflow | 1 | ci | null |
141,546 | 13.10.2021 17:21:50 | -36,000 | 9e5ad04c62f70a83f739acec151c52778ed7e38c | fix: update breadcrumb text link to style next to back button on wide views | [
{
"change_type": "MODIFY",
"diff": "@@ -561,6 +561,12 @@ $tab-container-height-medium-and-small-collapsed: $ca-grid * 0.75;\n@include ca-position($start: $ca-grid);\n}\n+ @media only screen and (min-width: $breadcrumb-breakpoint-width) {\n+ @include ca-position(\n+ $start: calc(#{$breadcrumb-circle-width} -... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: update breadcrumb text link to style next to back button on wide views (#2068)
Co-authored-by: Brandon Winch <brandon.winch@cultureamp.com> | 1 | fix | null |
777,367 | 13.10.2021 17:59:00 | 14,400 | a636b6d6126319a298f1bb669625fb1b2f8e8726 | chore: add redirect to documents | [
{
"change_type": "MODIFY",
"diff": "@@ -50,12 +50,13 @@ extensions = [\n\"sphinxarg.ext\",\n\"sphinx_copybutton\",\n\"sphinx_sitemap\",\n+ \"sphinx_reredirects\",\n]\nautosummary_generate = True\nautoclass_content = \"class\"\n-autodoc_mock_imports = [\"mmcv\", \"mmdet\", \"transformers\", \"pytorch_lightni... | Python | Apache License 2.0 | determined-ai/determined | chore: add redirect to documents (#3054) | 1 | chore | null |
551,636 | 13.10.2021 18:00:47 | -3,600 | eb751d777f864d765872bfc653ca85298af1df70 | fix(sql): implemented bind variable for regex function. Fixed expr parser to report unclosed quotes | [
{
"change_type": "MODIFY",
"diff": "out\nbenchmarks/target\ncore/target\n+utils/target\ncore/node\ncore/src/main/resources/io/questdb/site/public.zip\ndeploy*.bat\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "package io.questdb.griffin;\nim... | Java | Apache License 2.0 | questdb/questdb | fix(sql): implemented bind variable for regex function. Fixed expr parser to report unclosed quotes (#1431) | 1 | fix | sql |
865,916 | 13.10.2021 19:42:02 | -7,200 | 722db5856fc3557170dbf1a6a3eae17adb2f7cbf | fix(client): make empty tab scroll if necessary | [
{
"change_type": "MODIFY",
"diff": "align-items: center;\njustify-content: center;\n+ overflow-y: auto;\n+ position: absolute;\n+ top: 0;\n+ right: 0;\n+ bottom: 0;\n+ left: 0;\n+\n.create-buttons {\ndisplay: flex;\nflex-direction: column;\n",
"new_path": "client/src/app/EmptyTab.less",
"old_path": ... | JavaScript | MIT License | camunda/camunda-modeler | fix(client): make empty tab scroll if necessary | 1 | fix | client |
4,988 | 13.10.2021 19:44:13 | -7,200 | 177e2ce289c141d695ce68f53c4da67407426935 | refactor(csv-stringify): remove uncallable code block | [
{
"change_type": "MODIFY",
"diff": "@@ -207,12 +207,12 @@ class Stringifier extends Transform {\n// Detect columns from the first record\nif(this.info.records === 0){\nif(Array.isArray(chunk)){\n- if(this.options.header === true && !this.options.columns){\n- this.state.stop = true\n- return callback(Error('... | JavaScript | MIT License | adaltas/node-csv | refactor(csv-stringify): remove uncallable code block | 1 | refactor | csv-stringify |
865,921 | 13.10.2021 19:51:01 | -7,200 | 83edebbf1b9a00fd01fd15a35677268306b22390 | fix: allow `application/camunda-form` files to be opened via drop
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ export function isDropableItem(item) {\nreturn false;\n}\n- return /^(text\\/.*|application\\/([^+]*\\+)?xml|application\\/(cmmn|bpmn|dmn))?$/.test(type);\n+ return /^(text\\/.*|application\\/([^+]*\\+)?xml|application\\/(cmmn|bpmn|dmn|camunda-form))?$... | JavaScript | MIT License | camunda/camunda-modeler | fix: allow `application/camunda-form` files to be opened via drop
Closes https://github.com/camunda/camunda-modeler/issues/2490 | 1 | fix | null |
269,464 | 13.10.2021 19:58:27 | 10,800 | 7d6c4c95a36e313647ca4a4966b961fe75ba536f | docs: fix macOS wording | [
{
"change_type": "MODIFY",
"diff": "---\n-title: MacOS Universal Binaries\n+title: macOS Universal Binaries\n---\n-GoReleaser can create _MacOS Universal Binaries_ - also known as _Fat Binaries_.\n+GoReleaser can create _macOS Universal Binaries_ - also known as _Fat Binaries_.\nThose binaries are in a spec... | Go | MIT License | goreleaser/goreleaser | docs: fix macOS wording
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
306,321 | 13.10.2021 20:06:01 | -3,600 | d1c8b60fcad734339bfee242247c11812b1ea2f6 | fix(aws): cloudfront monthly http requests usage | [
{
"change_type": "MODIFY",
"diff": "@@ -2,11 +2,13 @@ package aws\nimport (\n\"fmt\"\n- \"github.com/infracost/infracost/internal/schema\"\n- \"github.com/infracost/infracost/internal/usage\"\n+ \"strconv\"\n+\n\"github.com/shopspring/decimal\"\n\"github.com/tidwall/gjson\"\n- \"strconv\"\n+\n+ \"github.com... | Go | Apache License 2.0 | infracost/infracost | fix(aws): cloudfront monthly http requests usage (#1048) | 1 | fix | aws |
320,202 | 13.10.2021 20:15:12 | -10,800 | fe99aa476ccfdb73b29c45beaaa972ac419a39b4 | feat: add SCREENSHOT_DIR config option | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ node_modules/\ndotenv\n*.proxies\nsuccess-*.png\n+screenshots/\n*.wav\n*.mp3\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "| `PROXY_PORT` | TCP Port number on which the proxy is listening ... | TypeScript | MIT License | jef/streetmerchant | feat: add SCREENSHOT_DIR config option (#2801) | 1 | feat | null |
104,828 | 13.10.2021 20:28:21 | -7,200 | dcd6a3211946812be878a20ab0ba95cbd5228a59 | chore(node): upgrade to v18 support | [
{
"change_type": "MODIFY",
"diff": "-14\n\\ No newline at end of file\n+16\n\\ No newline at end of file\n",
"new_path": ".nvmrc",
"old_path": ".nvmrc"
},
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"ibm-ai-applications\",\n\"engines\": {\n- \"node\": \"12.x || 14.x\"\n+ \"node\": ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(node): upgrade to v18 support
#1948 | 1 | chore | node |
320,202 | 13.10.2021 20:54:34 | -10,800 | a6d74472f3dec9cc50e8a3a507801301c67aa5cd | chore(alternate-de): add gpus | [
{
"change_type": "MODIFY",
"diff": "@@ -141,6 +141,18 @@ export const AlternateDe: Store = {\nseries: '3060',\nurl: 'https://www.alternate.de/html/product/1715299',\n},\n+ {\n+ brand: 'msi',\n+ model: 'gaming z trio',\n+ series: '3060',\n+ url: 'https://www.alternate.de/html/product/1753367',\n+ },\n+ {\n+ ... | TypeScript | MIT License | jef/streetmerchant | chore(alternate-de): add gpus (#2797) | 1 | chore | alternate-de |
269,464 | 13.10.2021 21:12:18 | 10,800 | 7ddcfb08464583ef0432b2170b0184f5a57ea1a8 | docs: remove shell script | [
{
"change_type": "MODIFY",
"diff": "@@ -113,17 +113,6 @@ Below you can find the steps for each of them.\n=== \"Pro\"\nDownload the `.deb`, `.rpm` or `.apk` packages from the [Pro releases page][pro-releases] and install them with the appropriate tools.\n-\n-### shell script\n-\n-=== \"OSS\"\n- ```sh\n- curl... | Go | MIT License | goreleaser/goreleaser | docs: remove shell script
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
679,913 | 13.10.2021 21:20:14 | -7,200 | a5a2058ef1dbdf9fc15c12f70398b7af207233a1 | feat(pixel): add CORS config for imagePromise() | [
{
"change_type": "MODIFY",
"diff": "@@ -79,12 +79,22 @@ export const imageCanvas = (\n};\n/**\n- * Async function. Loads image from given `src` URL.\n+ * Async function. Loads image from given `src` URL. By default, the image will\n+ * have its `crossorigin` HTML attribute set to 'anonymous' to avoid errors... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): add CORS config for imagePromise() | 1 | feat | pixel |
269,464 | 13.10.2021 21:25:55 | 10,800 | 58b99b11db169c876f1da6bfe6c04d7fd1a0a91b | docs: deprecate godownloader and goinstall | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,14 @@ Description.\n-->\n+### godownloader\n+\n+> since 2021-10-13\n+\n+GoDownloader, the install script generator, wasn't been updated for a long time and is now officially deprecated.\n+The website and all install scripts will be taken out in 6 months.\n+Yo... | Go | MIT License | goreleaser/goreleaser | docs: deprecate godownloader and goinstall
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
915,154 | 13.10.2021 21:51:36 | -7,200 | 697813e185045cabe997bf3a95de02089eea1a0f | refactor: generated UUID variant & version test
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ import (\n\"github.com/ory/fosite\"\n+ \"github.com/ory/hydra/internal/testhelpers/uuid\"\n\"github.com/ory/hydra/x\"\n)\n@@ -45,7 +46,11 @@ func TestHelperClientAutoGenerateKey(k string, m Storage) func(t *testing.T) {\nTermsOfServiceURI: \"foo\",\n}\na... | Go | Apache License 2.0 | ory/hydra | refactor: generated UUID variant & version test (#2793)
Closes #2792 | 1 | refactor | null |
4,988 | 13.10.2021 22:51:18 | -7,200 | e3a57fe909c7f3afe8d2fb122dc19c2b3e607cc4 | test: simplify coffee now it supports import.meta | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import path from 'path'\nimport {exec} from 'child_process'\nimport { fileURLToPath } from 'url';\n-__dirname = path.dirname fileURLToPath `import.meta.url`\n+__dirname = path.dirname fileURLToPath import.meta.url\ndir = path.resolve __dirname, '../samples... | JavaScript | MIT License | adaltas/node-csv | test: simplify coffee now it supports import.meta | 1 | test | null |
320,215 | 13.10.2021 23:25:39 | -3,600 | ada90bf6de4311256a6928bff3f382e4c2142f32 | chore(nvidia): add 3070ti & 3080ti | [
{
"change_type": "MODIFY",
"diff": "@@ -31,12 +31,24 @@ export const NvidiaGB: Store = {\nseries: '3070',\nurl: 'https://www.nvidia.com/en-gb/shop/geforce/gpu/?page=1&limit=9&locale=en-gb&category=GPU&gpu=RTX%203070&manufacturer=NVIDIA',\n},\n+ {\n+ brand: 'nvidia',\n+ model: 'founders edition',\n+ series: ... | TypeScript | MIT License | jef/streetmerchant | chore(nvidia): add 3070ti & 3080ti (#2798) | 1 | chore | nvidia |
4,988 | 13.10.2021 23:30:39 | -7,200 | 83134d28bb7d130d7a441a3a1fc20bb166a87734 | chore: update repository location | [
{
"change_type": "MODIFY",
"diff": "\"object\"\n],\n\"license\": \"MIT\",\n- \"repository\": {\n- \"type\": \"git\",\n- \"url\": \"http://www.github.com/adaltas/node-csv-generate\"\n- },\n\"homepage\": \"https://csv.js.org/generate/\",\n\"bugs\": \"https://github.com/adaltas/node-csv-generate/issues\",\n\"a... | JavaScript | MIT License | adaltas/node-csv | chore: update repository location | 1 | chore | null |
4,988 | 13.10.2021 23:33:27 | -7,200 | ddde5de421f8b9f8361ecf44211755c7e3e59f73 | chore: publish dist and samples to npm | [
{
"change_type": "MODIFY",
"diff": "\"csv\",\n\"object\"\n],\n- \"license\": \"MIT\",\n- \"homepage\": \"https://csv.js.org/generate/\",\n\"bugs\": \"https://github.com/adaltas/node-csv-generate/issues\",\n\"author\": \"David Worms <david@adaltas.com> (https://www.adaltas.com)\",\n\"devDependencies\": {\n}\... | JavaScript | MIT License | adaltas/node-csv | chore: publish dist and samples to npm | 1 | chore | null |
332,709 | 14.10.2021 00:10:10 | -7,200 | c38a38ee13f0e9c883152b2b08ed961573c29c58 | fix: :label: Fixed typescript strict issues and deprecations
ref | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import { readPackageJson } from './utils/project';\nimport type { TestingWorkspace } from './testing';\nimport type { VersionBuilderSchema } from './schema';\n+import { lastValueFrom } from 'rxjs';\ndescribe('@jscutlery/semver:version', () => {\nconst defa... | TypeScript | MIT License | jscutlery/semver | fix: :label: Fixed typescript strict issues and deprecations
ref #342 | 1 | fix | null |
756,039 | 14.10.2021 02:46:41 | 25,200 | 62bac88f133c4d4af23f1fd898eb17bb4f91cf16 | fix(wallet): Fix implicit remotable | [
{
"change_type": "MODIFY",
"diff": "@@ -455,7 +455,7 @@ export function buildRootObject(_vatPowers) {\n}\ncase 'walletAddOffer': {\nlet handled = false;\n- const actions = harden({\n+ const actions = Far('actions', {\nhandled(offer) {\nif (handled) {\nreturn;\n",
"new_path": "packages/dapp-svelte-wallet... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(wallet): Fix implicit remotable | 1 | fix | wallet |
71,303 | 14.10.2021 04:18:17 | -19,080 | e19ea31dbf62446edaf5131c75246098ab05da6e | feat(codepipeline): add support for string user parameters to the Lambda invoke action
feat(codepipeline-actions): Add support for string user parameters
closes
*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": "@@ -917,6 +917,25 @@ const lambdaAction = new codepipeline_actions.LambdaInvokeAction({\n});\n```\n+The Lambda Action supports custom user parameters that pipeline\n+will pass to the Lambda function:\n+\n+```ts\n+import * as lambda from '@aws-cdk/aws-lambda';\n+\n+const p... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(codepipeline): add support for string user parameters to the Lambda invoke action (#16946)
feat(codepipeline-actions): Add support for string user parameters
closes #16776
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | codepipeline |
471,313 | 14.10.2021 07:05:51 | -7,200 | f3400f096f2e83a9ea18272e6020d654cd7a9191 | docs: fix shouldSample call in express example | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,7 @@ function filterSampler(filterFn, parent) {\nif (!filterFn(spanName, spanKind, attr)) {\nreturn { decision: opentelemetry.SamplingDecision.NOT_RECORD };\n}\n- return parent.shouldSample(ctx, tid, name, kind, attr, links);\n+ return parent.shouldSample(ctx... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | docs: fix shouldSample call in express example (#685)
Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com> | 1 | docs | null |
838,025 | 14.10.2021 08:32:25 | 0 | 5761e7691998792e3afceaeea66dbea105b091a1 | test: messages params | [
{
"change_type": "MODIFY",
"diff": "@@ -49,11 +49,15 @@ func TestMessagesDeleteBuilder(t *testing.T) {\nb := params.NewMessagesDeleteBuilder()\nb.MessageIDs([]int{1})\n+ b.PeerID(1)\n+ b.ConversationMessageIDs([]int{1})\nb.Spam(true)\nb.GroupID(1)\nb.DeleteForAll(true)\nassert.Equal(t, b.Params[\"message_id... | Go | MIT License | severecloud/vksdk | test: messages params | 1 | test | null |
838,025 | 14.10.2021 08:33:00 | 0 | 38ce45c80e638d3efdc1c8b622ab1b4629927fac | feat: WallPostBuilder add more parameters | [
{
"change_type": "MODIFY",
"diff": "@@ -838,12 +838,6 @@ func (b *WallPostBuilder) CloseComments(v bool) *WallPostBuilder {\nreturn b\n}\n-// MuteNotifications parameter.\n-func (b *WallPostBuilder) MuteNotifications(v bool) *WallPostBuilder {\n- b.Params[\"mute_notifications\"] = v\n- return b\n-}\n-\n// D... | Go | MIT License | severecloud/vksdk | feat: WallPostBuilder add more parameters | 1 | feat | null |
838,025 | 14.10.2021 08:42:49 | 0 | 6c1bbc4defc23204649a48b743b1cbd4dd55b86e | feat: MarketMarketAlbum add IsMain and IsHidden | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,8 @@ type MarketMarketAlbum struct {\nPhoto PhotosPhoto `json:\"photo\"`\nTitle string `json:\"title\"` // Market album title\nUpdatedTime int `json:\"updated_time\"` // Date when album has been updated last time in Unixtime\n+ IsMain BaseBoolInt `json:\"is_m... | Go | MIT License | severecloud/vksdk | feat: MarketMarketAlbum add IsMain and IsHidden | 1 | feat | null |
705,237 | 14.10.2021 08:43:18 | 14,400 | a83ce3a27c01de61ac9794d6302eae1952bfa255 | fix: Set proper initial IsChecked value on chips (when available) and avoid discarding initial selection when ChipGroup is not ready. | [
{
"change_type": "MODIFY",
"diff": "@@ -185,6 +185,7 @@ namespace Uno.Material.Controls\ncontainer.ThumbnailTemplate = ThumbnailTemplate;\n}\n+ container.IsChecked = IsItemSelected(item);\ncontainer.CanRemove = CanRemove;\ncontainer.IsCheckedChanged += OnItemIsCheckedChanged;\n@@ -196,6 +197,12 @@ namespace... | C# | Apache License 2.0 | unoplatform/uno.themes | fix: Set proper initial IsChecked value on chips (when available) and avoid discarding initial selection when ChipGroup is not ready. | 1 | fix | null |
426,668 | 14.10.2021 09:04:46 | -3,600 | e6c7459e3a1e8c207bb26adf0e7660762eb18b13 | fix: use full path to browser session file | [
{
"change_type": "ADD",
"diff": "+---\n+\"@web/test-runner-mocha\": patch\n+\"@web/test-runner\": patch\n+---\n+\n+Use full path to browser session file\n",
"new_path": ".changeset/mean-forks-rest.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ const rewrit... | TypeScript | MIT License | modernweb-dev/web | fix: use full path to browser session file (#1723) | 1 | fix | null |
877,021 | 14.10.2021 09:12:03 | -7,200 | 88bc7170c154f796ac487a29ae9cdf7b2e1b3296 | refactor(@vtmn/css): add gt and lt prefixes to manage responsive | [
{
"change_type": "MODIFY",
"diff": "@@ -10,8 +10,14 @@ module.exports = {\nscreens: {\nmobile: { max: '599px' },\ntablet: { min: '600px', max: '899px' },\n+ 'gt-tablet': { min: '600px' },\n+ 'lt-small-desktop': { max: '899px' },\n'small-desktop': { min: '900px', max: '1199px' },\n+ 'gt-small-desktop': { min... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/css): add gt and lt prefixes to manage responsive (#678) | 1 | refactor | @vtmn/css |
730,448 | 14.10.2021 10:10:47 | -3,600 | df45b71d0a9b5d9920a0ed56e58a77f090f52ab1 | feat(pkce): upgrade crypto-js
feat(pkce): pkce code challenge
feat(pkce): add tests for pkce | [
{
"change_type": "MODIFY",
"diff": "Binary files a/package-lock.json and b/package-lock.json differ\n",
"new_path": "package-lock.json",
"old_path": "package-lock.json"
},
{
"change_type": "MODIFY",
"diff": "\"cookie-parser\": \"^1.4.4\",\n\"core-decorators\": \"^0.20.0\",\n\"cors\": \"^... | JavaScript | MIT License | webex/webex-js-sdk | feat(pkce): upgrade crypto-js
feat(pkce): pkce code challenge
feat(pkce): add tests for pkce | 1 | feat | pkce |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.