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
401,147
29.09.2021 19:16:04
-19,080
36c4fb273a2081168d8eb6bddffb532a7a38e559
fix: fix regex Denial of service and Weak Cryptography issue affects:
[ { "change_type": "MODIFY", "diff": "import '@testing-library/jest-dom/extend-expect';\nimport 'jest-styled-components';\n+const nodeCrypto = require('crypto');\nwindow.HTMLElement.prototype.scrollIntoView = function () {};\n+window.crypto = {\n+ getRandomValues: function (buffer) {\n+ return nodeCrypto.rand...
TypeScript
MIT License
medly/medly-components
fix: fix regex Denial of service and Weak Cryptography issue (#465) affects: @medly-components/core
1
fix
null
815,601
29.09.2021 19:27:00
-28,800
362953a69f3461a8bccc1f7aa1eb5b31c9e01179
fix: blocktemplate test
[ { "change_type": "MODIFY", "diff": "@@ -359,10 +359,19 @@ fn test_package_basic() {\ntx_pool.plug_entry(entries, PlugTarget::Proposed).unwrap();\n// 300 size best scored txs\n- let block_template = shared\n+ let mut block_template = shared\n.get_block_template(Some(300 + *BASIC_BLOCK_SIZE), None, None)\n.un...
Rust
MIT License
nervosnetwork/ckb
fix: blocktemplate test
1
fix
null
942,590
29.09.2021 19:58:21
25,200
d9014b8ebc14ffa3a532c67a28b62ed2a6630fa3
docs(menu): Fix Menu examples to be self-contained and SSR-safe
[ { "change_type": "MODIFY", "diff": "@@ -25,9 +25,9 @@ describe('Menu', () => {\nh.stories.visit();\n});\n- context('given the [Preview/Menu/React, Control Button] example is rendered', () => {\n+ context('given the [Preview/Menu/React, Basic] example is rendered', () => {\nbeforeEach(() => {\n- h.stories.lo...
TypeScript
Apache License 2.0
workday/canvas-kit
docs(menu): Fix Menu examples to be self-contained and SSR-safe (#1291)
1
docs
menu
679,913
29.09.2021 20:34:23
-7,200
698130acf10056c30f0d7caae259df366a2484ce
refactor(pixel): restructure package BREAKING CHANGE: migrate dither ops to new pkg thi.ng/pixel-dither remove dither related types & functions remove PackedBuffer.dither() move internal helpers
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"yarn clean && tsc --declaration\",\n\"build:check\": \"tsc --isolatedModules --noEmit\",\n- \"clean\": \"rimraf *.js *.d.ts *.map doc\",\n+ \"clean\": \"rimraf *.js *.d.ts *.map doc format internal\",\n\"doc\": \"typedoc --excludePrivate --exc...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(pixel): restructure package BREAKING CHANGE: migrate dither ops to new pkg thi.ng/pixel-dither - remove dither related types & functions - remove PackedBuffer.dither() - move internal helpers
1
refactor
pixel
679,913
29.09.2021 20:42:35
-7,200
4294df457a6fd9ac366950693338865203f64ae0
feat(pixel-dither): import as new pkg
[ { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apache.org/licenses/\n+\n+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n+\n+ 1. Definitions.\n+\n+ \"License\" shall mean the terms and conditions for use, reproduction,\n+ and distribution as defin...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(pixel-dither): import as new pkg
1
feat
pixel-dither
679,913
29.09.2021 20:43:49
-7,200
9a97d74b06f18b7105945a102f7b813d79abcf95
refactor(pixel-io-netpbm): update imports
[ { "change_type": "MODIFY", "diff": "import type { PackedBuffer } from \"@thi.ng/pixel\";\nimport { GRAY16 } from \"@thi.ng/pixel/format/gray16\";\n-import { luminanceABGR } from \"@thi.ng/pixel/utils\";\nconst formatComments = (\ncomments: string[] = [\"generated by @thi.ng/pixel-io-netpbm\"]\n@@ -57,7 +56,...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(pixel-io-netpbm): update imports
1
refactor
pixel-io-netpbm
679,913
29.09.2021 20:59:34
-7,200
03037691ef6a81483cbd74766d2a0b306aee5215
refactor(parse): update defmulti impls
[ { "change_type": "MODIFY", "diff": "\"./readers/string-reader\": {\n\"import\": \"./readers/string-reader.js\"\n},\n- \"./utils\": {\n- \"import\": \"./utils.js\"\n- },\n\"./xform/collect\": {\n\"import\": \"./xform/collect.js\"\n},\n", "new_path": "packages/parse/package.json", "old_path": "package...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(parse): update defmulti impls
1
refactor
parse
679,913
29.09.2021 21:03:06
-7,200
53e41e36452714c83435da7d579397cd724f2aa4
refactor(sexpr): update defmulti impls
[ { "change_type": "MODIFY", "diff": "-import type { MultiFn1O } from \"@thi.ng/defmulti\";\n+import type { MultiFn2 } from \"@thi.ng/defmulti\";\nimport { defmulti } from \"@thi.ng/defmulti/defmulti\";\nimport type { ASTNode, Implementations } from \"./api\";\nexport const runtime = <IMPL extends Implementat...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(sexpr): update defmulti impls
1
refactor
sexpr
679,913
29.09.2021 21:04:58
-7,200
b27b79c3f5bce60a51c816b4823c9fdc168ab447
refactor(vector-pools): minor pkg restructure
[ { "change_type": "MODIFY", "diff": "},\n\"./vec-pool\": {\n\"import\": \"./vec-pool.js\"\n- },\n- \"./wrap\": {\n- \"import\": \"./wrap.js\"\n}\n},\n\"thi.ng\": {\n", "new_path": "packages/vector-pools/package.json", "old_path": "packages/vector-pools/package.json" }, { "change_type": "MODIF...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vector-pools): minor pkg restructure
1
refactor
vector-pools
679,913
29.09.2021 21:06:29
-7,200
7eb054a5c926c862de28e43e10c8961a08ddb975
refactor(text-canvas): minor pkg restructure
[ { "change_type": "MODIFY", "diff": "},\n\"./text\": {\n\"import\": \"./text.js\"\n- },\n- \"./utils\": {\n- \"import\": \"./utils.js\"\n}\n},\n\"thi.ng\": {\n", "new_path": "packages/text-canvas/package.json", "old_path": "packages/text-canvas/package.json" }, { "change_type": "MODIFY", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(text-canvas): minor pkg restructure
1
refactor
text-canvas
679,913
29.09.2021 21:08:04
-7,200
8d3d49f65ad9c7948fe63bfc9849014fa9ac7e97
refactor(oquery): update defmulti impls
[ { "change_type": "MODIFY", "diff": "@@ -373,8 +373,7 @@ const impl = defmulti<\nOTerm,\nQueryOpts,\nvoid\n->((_, __, s, p, o) => classify(s) + classify(p) + classify(o));\n-impl.addAll(IMPLS);\n+>((_, __, s, p, o) => classify(s) + classify(p) + classify(o), {}, IMPLS);\nconst objQuery = (src: QueryObj[], op...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(oquery): update defmulti impls
1
refactor
oquery
679,913
29.09.2021 21:09:00
-7,200
ce4d3e80526379d41da1a82a69c61666392c3fac
refactor(webgl): update imports/exports
[ { "change_type": "MODIFY", "diff": "\"./api/glsl\": {\n\"import\": \"./api/glsl.js\"\n},\n- \"./api/logger\": {\n- \"import\": \"./api/logger.js\"\n- },\n\"./api/material\": {\n\"import\": \"./api/material.js\"\n},\n\"./geo/quad\": {\n\"import\": \"./geo/quad.js\"\n},\n+ \"./logger\": {\n+ \"import\": \"./l...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(webgl): update imports/exports
1
refactor
webgl
679,913
29.09.2021 21:19:40
-7,200
c807c380df3865e38aeced53dc00741bd0a1327d
refactor(bencode): update defmulti impls
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import { isBoolean } from \"@thi.ng/checks/is-boolean\";\nimport { isNumber } from \"@thi.ng/checks/is-number\";\nimport { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\nimport { isString } from \"@thi.ng/checks/is-string\";\n+import type { Mult...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(bencode): update defmulti impls
1
refactor
bencode
679,913
29.09.2021 21:20:54
-7,200
0188d235ab1bf5a51d0b65e159952d9c1dcae012
refactor(hiccup-markdown): update defmulti impls
[ { "change_type": "MODIFY", "diff": "@@ -2,8 +2,7 @@ import { implementsFunction } from \"@thi.ng/checks/implements-function\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\nimport { isNotStringAndIterable } from \"@thi.ng/checks/is-not-string-iterable\";\nimport { isString } from \"@thi.ng/ch...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup-markdown): update defmulti impls
1
refactor
hiccup-markdown
679,913
29.09.2021 21:22:54
-7,200
b7c0abe8d9142a55366fd714aad41a0e7999f167
refactor(iges): update defmulti impls
[ { "change_type": "MODIFY", "diff": "@@ -63,13 +63,18 @@ export const newDocument = (\n): IGESDocument => {\nconst globals = <GlobalParams>{ ...DEFAULT_GLOBALS, ...g };\nconst $FF = float(globals.precision);\n- const $PARAM = defmulti<any[], string>((x) => x[1]);\n- $PARAM.add(Type.INT, (x) => x[0].toString(...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(iges): update defmulti impls
1
refactor
iges
471,536
29.09.2021 23:15:26
-10,800
6551b7d52af6eefb074f3551892ba4da76a61788
docs: css all initial fixes
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ import '@rocket/launch/inline-notification/inline-notification.js';\n<inline-notification type=\"warning\">\n-Do note that setting `all: initial;` will also reset any CSS custom properties, which you'll usually _want_ to maintain. If you find yourself go...
JavaScript
MIT License
open-wc/open-wc
docs: css all initial fixes #2305
1
docs
null
902,122
29.09.2021 23:16:38
-7,200
a04973356a7dd281b0c6ddbec9647640578833ea
fix: avoid to reject early
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ module.exports = (\nconst browser = await browserless.browser()\nconst browserWSEndpoint = browser.wsEndpoint()\n- const subprocess = execa.node(execPath, { killSignal: 'SIGKILL', timeout })\n+ const subprocess = execa.node(execPath, { killSignal: 'SIGKI...
JavaScript
MIT License
microlinkhq/browserless
fix: avoid to reject early
1
fix
null
902,122
29.09.2021 23:17:19
-7,200
cb21c99c65153d11b0cd9052f2b3aa16b6cc5c57
chore(release): v9.2.7
[ { "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.7](https://github.com/microlinkhq/browserless/compare/v9.2.6...v9.2.7) (2021-09-29)\n+\n+\n+### Bug Fixes\n+\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.7
1
chore
release
401,147
29.09.2021 23:40:41
-19,080
13ba7e2e8c98daa217015ef5aa43d7fb4b6d1aba
fix: fix strict null check issue in Popup & Pagination component
[ { "change_type": "MODIFY", "diff": "@@ -29,45 +29,45 @@ describe('Pagination component', () => {\n});\nit('should call onClick handler with correct page number when any page link is clicked', () => {\n- const { getByText, mockOnPageClick } = renderer({ totalItems: 150, activePage: 3, itemsPerPage: 10 });\n-...
TypeScript
MIT License
medly/medly-components
fix: fix strict null check issue in Popup & Pagination component (#464)
1
fix
null
902,122
30.09.2021 00:13:54
-7,200
68b04ddbfbefd7be487921a7dacd1688e8ae124c
chore(lighthouse): be possible to load a preset config
[ { "change_type": "MODIFY", "diff": "@@ -5,5 +5,5 @@ const lighthouse = require('../../../lighthouse/src')\nmodule.exports = async ({ url, browserless, opts }) => {\nconst getBrowserless = () => browserless\nconst report = await lighthouse(url, { getBrowserless, ...opts })\n- return report\n+ return JSON.str...
JavaScript
MIT License
microlinkhq/browserless
chore(lighthouse): be possible to load a preset config
1
chore
lighthouse
902,122
30.09.2021 00:14:32
-7,200
5103838b56085afcd1bfab73295e3fa481b89104
chore(release): v9.2.8
[ { "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.8](https://github.com/microlinkhq/browserless/compare/v9.2.7...v9.2.8) (2021-09-29)\n+\n+**Note:** Version bu...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.8
1
chore
release
603,467
30.09.2021 00:17:57
-3,600
8d5ad22594cdb2ebddedc58a30259ca8430e360c
feat(webdriverio): support for native WebdriverIO services
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,8 @@ const sauceCapabilities = {\n};\nconst sauceLabsBrowsers: Partial<WebdriverIOConfig> = {\n+ user: process.env.SAUCE_USERNAME,\n+ key: process.env.SAUCE_ACCESS_KEY,\nservices: [\n['sauce', {\nsauceConnect: false,\n", "new_path": "integration-web/webdr...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(webdriverio): support for native WebdriverIO services
1
feat
webdriverio
471,204
30.09.2021 04:41:52
14,400
9ac1d8ed34e7673cdca4b68326c3bbdbcffe9d77
chore: fix cache paths for backcompat tests
[ { "change_type": "MODIFY", "diff": "@@ -103,7 +103,7 @@ jobs:\nwith:\npath: |\nexperimental/node_modules\n- experimental/packages/*/node_modules\n+ experimental/*/*/node_modules\nkey: node-tests-experimental-${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('experimental/**/package.json') }}\n- name...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore: fix cache paths for backcompat tests (#2511)
1
chore
null
699,207
30.09.2021 08:04:51
25,200
49a0db696408a9fa05d7c02c29cf70bd7defc294
chore(spinner): add element customization
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/spinner': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Spinner]: 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...
TypeScript
MIT License
twilio-labs/paste
chore(spinner): add element customization (#1894)
1
chore
spinner
815,585
30.09.2021 09:39:39
-28,800
e34032df26bd8966c31e266871ca53e1e6dca3e9
fix: remove quick_check_macos and quick_check_windows
[ { "change_type": "DELETE", "diff": "-name: ci_linters_windows\n-concurrency:\n- group: ci_linters_windows-${{ github.ref }}\n- cancel-in-progress: true\n-on:\n- pull_request:\n- types: [ opened, synchronize, reopened ]\n- push:\n- branches:\n- - master\n- - develop\n- - trying\n- - staging\n- - 'rc/*'\n-env...
Rust
MIT License
nervosnetwork/ckb
fix: remove quick_check_macos and quick_check_windows
1
fix
null
791,690
30.09.2021 10:09:54
18,000
c8dca2fd61ea6f71eca8bc4e9973295b7561d4f7
docs: add user flow docs
[ { "change_type": "ADD", "diff": "+# User Flows in Lighthouse\n+\n+> Motivation: You want to run Lighthouse on your whole site, not just the landing page.\n+\n+> Is that checkout form after you add an item to your cart accessible?\n+\n+> What is the Cumulative Layout Shift of my SPA page transition?\n+\n+You...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: add user flow docs (#13134)
1
docs
null
756,039
30.09.2021 10:18:21
25,200
4c563672836edaf92a65fb7829b0a189f7e4ce53
feat(wallet-connection): Add getAdminBootstrap functionality to wallet connection
[ { "change_type": "MODIFY", "diff": "import { AgoricWalletConnection } from './src/AgoricWalletConnection.js';\n+import './src/agoric-iframe-messenger.js';\nwindow.customElements.define(\n'agoric-wallet-connection',\n", "new_path": "packages/wallet-connection/agoric-wallet-connection.js", "old_path":...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet-connection): Add getAdminBootstrap functionality to wallet connection (#3909) Co-authored-by: Michael FIG <mfig@agoric.com>
1
feat
wallet-connection
317,842
30.09.2021 10:29:17
-7,200
f67ee8e60973cc92cdb2696b8a0ab5970c36cf82
fix(path): display root path icon when using agnoster
[ { "change_type": "MODIFY", "diff": "@@ -169,7 +169,7 @@ func (pt *path) getLetterPath() string {\nfunc (pt *path) getAgnosterFullPath() string {\npwd := pt.getPwd()\n- if string(pwd[0]) == pt.env.getPathSeperator() {\n+ if len(pwd) > 1 && string(pwd[0]) == pt.env.getPathSeperator() {\npwd = pwd[1:]\n}\nretu...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(path): display root path icon when using agnoster
1
fix
path
71,748
30.09.2021 10:46:31
-3,600
de5bf5d5eebffe9fb7d2dd9e5c6e5c3995b002ac
chore: revert "chore(release): 2.0.0-rc.24 (#16702)" This reverts commit The release is currently broken, and needs changes applied before it can go out. Reverting the automated release for now until the pipeline is green again.
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n-## [2.0.0-rc.24](https://github.com/aws/aws-cdk/compare/v2.0.0-rc.23...v2.0.0-rc.24) (2021-09-2...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: revert "chore(release): 2.0.0-rc.24 (#16702)" This reverts commit d45bb521764e0a4e4a7db2796ad500e867d9869c. The release is currently broken, and needs changes applied before it can go out. Reverting the automated release for now until the pipeline is green again.
1
chore
null
126,276
30.09.2021 10:52:16
10,800
ef5c3216f38762af23652a97177daf6822a84079
chore(embeddded/tbtree): leverage snapshot id to identify it's the current unflushed one
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,6 @@ type Snapshot struct {\nt *TBtree\nid uint64\nroot node\n- unsafe bool\nreaders map[int]io.Closer\nmaxReaderID int\nclosed bool\n", "new_path": "embedded/tbtree/snapshot.go", "old_path": "embedded/tbtree/snapshot.go" }, { "change_type": "...
Go
Apache License 2.0
codenotary/immudb
chore(embeddded/tbtree): leverage snapshot id to identify it's the current unflushed one Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embeddded/tbtree
126,276
30.09.2021 10:52:59
10,800
e2afaabe06e459d84948bede6f2cee07e1c7e499
chore(embedded/sql): delay index sync until fetching row by its pk
[ { "change_type": "MODIFY", "diff": "@@ -1383,26 +1383,6 @@ func (e *Engine) ExecPreparedStmts(stmts []SQLStmt, params map[string]interface{\nLastInsertedPKs: make(map[string]int64),\n}\n- lastTxID, _ := e.dataStore.Alh()\n- err = e.dataStore.WaitForIndexingUpto(lastTxID, nil)\n- if err != nil {\n- return ni...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): delay index sync until fetching row by its pk Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
438,921
30.09.2021 11:28:12
-32,400
6dd319e4d402363c742cc5c4c25c65498d162967
chore(build): Fix incorrect nightly versioning
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ const banner = {\n`${pkg.name}, JavaScript chart library`,\npkg.homepage,\n\"\",\n- `@version ${pkg.version}`\n+ `@version ${process.env?.VERSION || pkg.version}`\n].join(\"\\r\\n\"),\npackaged: [\n\"\",\n", "new_path": "config/banner.js", "old_p...
TypeScript
MIT License
naver/billboard.js
chore(build): Fix incorrect nightly versioning
1
chore
build
815,585
30.09.2021 11:35:13
-28,800
fef71f1855478c9ab881c8e4687a49ec830c35d3
feat: add windows self hosted runner
[ { "change_type": "MODIFY", "diff": "@@ -29,9 +29,12 @@ outputs:\njob_skip:\ndescription: \"The flag for skip run jobs or not\"\nvalue: ${{ steps.prologue.outputs.job_skip }}\n- runner_label:\n- description: \"The runner_label for ubuntu\"\n- value: ${{ steps.prologue.outputs.runner_label }}\n+ linux_runner_...
Rust
MIT License
nervosnetwork/ckb
feat: add windows self hosted runner
1
feat
null
471,204
30.09.2021 11:40:37
14,400
6afe2fc3089c91bf280e158c4397fe515768beff
chore(experimental): update stable deps to 26
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@opentelemetry/sdk-node\": \"0.25.0\",\n- \"@opentelemetry/sdk-trace-base\": \"0.25.0\"\n+ \"@opentelemetry/sdk-trace-base\": \"0.26.0\"\n},\n\"devDependencies\": {\n\"@types/node\": \"10.17.60\",\n", "new_path": "experimental/backwards-comp...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore(experimental): update stable deps to 26 (#2512)
1
chore
experimental
386,581
30.09.2021 12:00:25
-7,200
ec777ca4b90a9cac8bc82a2b941fff82cdb01824
fix(operators): _index operator is no longer supported in node env. BREAKING CHANGE: The _index operator is no longer supported in node env.
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,6 @@ export default {\n_gte: 'common/gte',\n_if_none: 'common/if_none',\n_if: 'common/if',\n- _index: 'common/_index',\n_json: 'common/json',\n_log: 'common/log',\n_lt: 'common/lt',\n", "new_path": "packages/operators/src/common/index.js", "old_path":...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(operators): _index operator is no longer supported in node env. BREAKING CHANGE: The _index operator is no longer supported in node env.
1
fix
operators
826,656
30.09.2021 12:11:17
-7,200
d8b7bf68c4d50fb086dbe5170a7a6530ab743606
ci: add config schema render script
[ { "change_type": "MODIFY", "diff": "@@ -186,7 +186,7 @@ workflows:\n- goreleaser/render-version-schema:\nrequires:\n- goreleaser/release\n- schema-path: internal/driver/config/config.schema.json\n+ schema-path: .schema/config.schema.json\nfilters:\ntags:\n# We have two types of tags: v0.0.0-foo.0 and proto/...
Go
Apache License 2.0
ory/keto
ci: add config schema render script (#740)
1
ci
null
277,001
30.09.2021 12:12:19
10,800
83ad8463538778e8e91fdc65b334634b819d445c
style(button icon): change to radii.circle on border-radius
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ const ButtonContainer = styled.View`\nalign-items: center;\njustify-content: center;\n- border-radius: ${large ? 24 : 12}px;\n+ border-radius: ${button.border.radius}px;\nbackground-color: ${\nbutton.types.contained.backgroundColor[state].default\n", ...
JavaScript
MIT License
gympass/yoga
style(button icon): change to radii.circle on border-radius
1
style
button icon
277,001
30.09.2021 12:14:04
10,800
b51dd92c34817e962cbc8ea146033c187324786c
refactor(button icon): lint fix
[ { "change_type": "MODIFY", "diff": "@@ -108,6 +108,7 @@ describe('<Button />', () => {\n<Button.Icon icon={Booking} inverted />\n</ThemeProvider>,\n);\n+\nexpect(container).toMatchSnapshot();\n});\n});\n@@ -203,6 +204,7 @@ describe('<Button />', () => {\n<Button.Icon icon={Booking} large />\n</ThemeProvider...
JavaScript
MIT License
gympass/yoga
refactor(button icon): lint fix
1
refactor
button icon
277,001
30.09.2021 12:15:08
10,800
b5ec9b5cf0b4e8b59289889f622b6ae2f4f29aa8
test(button icon): update the snapshots
[ { "change_type": "MODIFY", "diff": "@@ -240,7 +240,7 @@ exports[`<Button /> Snapshots disabled buttons With disabled prop should match s\nObject {\n\"alignItems\": \"center\",\n\"backgroundColor\": \"#F5F5FA\",\n- \"borderRadius\": 12,\n+ \"borderRadius\": 9999,\n\"display\": \"flex\",\n\"height\": 24,\n\"j...
JavaScript
MIT License
gympass/yoga
test(button icon): update the snapshots
1
test
button icon
494,315
30.09.2021 12:33:28
-7,200
37325a18d9430130d0062674433fa0d3f9a59eb3
feat: in docker debug support with delve
[ { "change_type": "ADD", "diff": "+FROM golang:1.16-buster\n+ENV CGO_ENABLED 1\n+\n+RUN apt-get update && apt-get install -y --no-install-recommends inotify-tools psmisc\n+RUN go get github.com/go-delve/delve/cmd/dlv\n+\n+COPY script/debug-entrypoint.sh /entrypoint.sh\n+\n+VOLUME /dockerdev\n+\n+WORKDIR /doc...
Go
Apache License 2.0
ory/kratos
feat: in docker debug support with delve (#1789)
1
feat
null
711,597
30.09.2021 12:40:33
-7,200
469e3f72d07646645241ec56cb626afadadd2804
refactor(core): Extract product variant price application into service
[ { "change_type": "MODIFY", "diff": "@@ -8,8 +8,8 @@ import { RelationCustomFieldConfig } from '../../config/custom-field/custom-fiel\nimport { TransactionalConnection } from '../../connection/transactional-connection';\nimport { VendureEntity } from '../../entity/base/base.entity';\nimport { ProductVariant ...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(core): Extract product variant price application into service
1
refactor
core
791,682
30.09.2021 13:11:49
14,400
806f26e8b14bfe9e6b6f283767db46ec779938fa
report(flow): localized sample
[ { "change_type": "MODIFY", "diff": "* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissio...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(flow): localized sample (#13143)
1
report
flow
342,861
30.09.2021 13:16:58
-7,200
f1b04633c0d66dcd5e2f046a4401c7b170872bb1
feat(Skeleton): allow string values for height and width
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ or you can pick one from our predefined presets:\n| animate | `boolean` | | `true` | Turn off/on animation |\n| ariaLabelledby | `string` | | | Optional prop for a11y element |\n| children | `React.ReactNode` | | | |\n-| height | `number` | | | Set heigh...
JavaScript
MIT License
kiwicom/orbit
feat(Skeleton): allow string values for height and width
1
feat
Skeleton
866,394
30.09.2021 13:20:51
14,400
29018414acea188d792e3f72b16f033abf1ad77d
docs(masthead): add codesandbox link for L1 to documentation ### Related Ticket(s) No related issue ### Description This adds the codesandbox link for Masthead L1 to the README. ### Changelog **Changed** Masthead README (web components)
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,14 @@ import { cdnJs, cdnCss } from '../../../globals/internal/storybook-cdn';\n> [CodeSandbox](https://githubbox.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/examples/codesandbox/components/masthead)\n> example implement...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(masthead): add codesandbox link for L1 to documentation (#7290) ### Related Ticket(s) No related issue ### Description This adds the codesandbox link for Masthead L1 to the README. ### Changelog **Changed** - Masthead README (web components)
1
docs
masthead
126,276
30.09.2021 13:31:42
10,800
26df4469afd12508ac9740152e2506a460f09726
fix(embedded/sql): correct max key length validation based on specified col max length
[ { "change_type": "MODIFY", "diff": "@@ -266,7 +266,7 @@ func TestCreateIndex(t *testing.T) {\nerr = engine.UseDatabase(\"db1\")\nrequire.NoError(t, err)\n- _, err = engine.ExecStmt(\"CREATE TABLE table1 (id INTEGER, name VARCHAR[50], age INTEGER, active BOOLEAN, PRIMARY KEY id)\", nil, true)\n+ _, err = eng...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): correct max key length validation based on specified col max length Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
699,207
30.09.2021 13:48:58
25,200
36cc8dce42f4abe357779c6fb80af6c2cd6abd52
feat(breadcrumb): add element customization
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/breadcrumb': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Breadcrumb] 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 em...
TypeScript
MIT License
twilio-labs/paste
feat(breadcrumb): add element customization (#1895)
1
feat
breadcrumb
342,861
30.09.2021 14:06:37
-7,200
3b6c5679cb8c1ef0369c5a82c166e66ab6bf750d
test(Skeleton): SSR fix(Skeleton): not matching ids
[ { "change_type": "MODIFY", "diff": "@@ -33,16 +33,15 @@ or you can pick one from our predefined presets:\n## Props\n| Name | Type | Required | Default | Description |\n-| --------------- | --------------------------------------------------------------------------------- | -------- | ------- | --------------...
JavaScript
MIT License
kiwicom/orbit
test(Skeleton): SSR fix(Skeleton): not matching ids
1
test
Skeleton
342,861
30.09.2021 14:11:05
-7,200
d4120bfef7ddcd69cf13663002dbb5bf547103a7
refactor(docs): breadcrumbs
[ { "change_type": "MODIFY", "diff": "import React from \"react\";\n-import styled from \"styled-components\";\n+import styled, { css } from \"styled-components\";\nimport { Link } from \"gatsby\";\nconst StyledList = styled.ul`\n+ ${({ theme }) => css`\ndisplay: flex;\nflex-wrap: wrap;\n- font-size: 14px;\n-...
JavaScript
MIT License
kiwicom/orbit
refactor(docs): breadcrumbs
1
refactor
docs
826,674
30.09.2021 14:26:33
-7,200
6811cd243a1ee0ac8ff2c6d6e54304f14b1083e3
ci: introduce Docker CVE scanning
[ { "change_type": "ADD", "diff": "+name: Docker Image Scan\n+on:\n+ push:\n+ branches:\n+ - 'master'\n+ tags:\n+ - 'v*.*.*'\n+ pull_request:\n+ branches:\n+ - 'master'\n+\n+jobs:\n+ docker:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - name: Checkout\n+ uses: actions/checkout@v2\n+ - name: Set up QEMU\n+ uses: do...
Go
Apache License 2.0
ory/keto
ci: introduce Docker CVE scanning (#745)
1
ci
null
791,704
30.09.2021 14:31:49
18,000
34fbe16f626e68c762b4bb02f8e98a10292d6859
clients(viewer): add body styles
[ { "change_type": "MODIFY", "diff": "box-sizing: border-box;\n}\n+body {\n+ font-family: Roboto, Helvetica, Arial, sans-serif;\n+ -webkit-font-smoothing: antialiased;\n+ line-height: 24px;\n+ margin: 0;\n+}\n+\n:root {\n--lh-background-color: #304ffe;\n}\n", "new_path": "lighthouse-viewer/app/styles/view...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(viewer): add body styles (#13144)
1
clients
viewer
791,704
30.09.2021 14:32:05
18,000
9d25ede71e00b27c6ac17dbf939eb907ec27616e
clients(viewer): remove devtools disclaimer
[ { "change_type": "MODIFY", "diff": "@@ -35,19 +35,6 @@ Unless required by applicable law or agreed to in writing, software distributed\nor <a href=\"https://web.dev/measure\">web.dev/measure</a>.</div>\n<input type=\"url\" class=\"viewer-placeholder__url js-gist-url\"\nplaceholder=\"Enter or paste Gist URL\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(viewer): remove devtools disclaimer (#13145)
1
clients
viewer
791,834
30.09.2021 14:33:14
18,000
e6921d9b1980ad8b50a3ad1705ff1e2102487140
tests: centralize running of docs tests
[ { "change_type": "MODIFY", "diff": "{\n+ \"private\": true,\n\"scripts\": {\n\"start\": \"node server/server.js\"\n},\n", "new_path": "docs/recipes/auth/package.json", "old_path": "docs/recipes/auth/package.json" }, { "change_type": "MODIFY", "diff": "# Make sure we're in this `docs/reci...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: centralize running of docs tests (#13150)
1
tests
null
126,295
30.09.2021 14:34:19
-7,200
d2eebe0a9929cb69ce00c9ba81f8f620d0740e79
chore(pkg/stdlib): remove context injection when query or exec
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,6 @@ import (\n\"context\"\n\"database/sql/driver\"\n\"github.com/codenotary/immudb/pkg/client\"\n- \"google.golang.org/grpc/metadata\"\n)\ntype Conn struct {\n@@ -70,9 +69,6 @@ func (c *Conn) ExecContext(ctx context.Context, query string, argsV []driver.Nam\...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/stdlib): remove context injection when query or exec Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/stdlib
386,581
30.09.2021 14:35:21
-7,200
e8a2141812870ec8ae50e1921f05ad2077ac176f
fix(engine): Add tests for payload change.
[ { "change_type": "MODIFY", "diff": "@@ -88,7 +88,7 @@ class Requests {\nthrow parserErrors[0];\n}\n- return this.fetch({ requestId, payload, arrayIndices });\n+ return this.fetch({ requestId, payload });\n}\nasync fetch({ requestId, payload }) {\n", "new_path": "packages/engine/src/Requests.js", "ol...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Add tests for payload change.
1
fix
engine
306,309
30.09.2021 14:57:51
-3,600
914fb4ef08769fda0fe25d7d5f3fc254fa2376dd
docs: add contributing note Discussed in
[ { "change_type": "MODIFY", "diff": "@@ -425,7 +425,7 @@ When Infracost is run with the `--usage-file=path/to/infracost-usage.yml` flag t\nThe following notes are general guidelines, please leave a comment in your pull request if they don't make sense or they can be improved for the resource you're adding.\n...
Go
Apache License 2.0
infracost/infracost
docs: add contributing note Discussed in https://github.com/infracost/infracost/issues/488
1
docs
null
711,597
30.09.2021 15:05:09
-7,200
28e6a3a1396e628024076dccf26ddc595553d535
feat(core): Implement EntityHydrator to simplify working with entities Relates to
[ { "change_type": "ADD", "diff": "+/* tslint:disable:no-non-null-assertion */\n+import { mergeConfig, Product } from '@vendure/core';\n+import { createTestEnvironment } from '@vendure/testing';\n+import gql from 'graphql-tag';\n+import path from 'path';\n+\n+import { initialData } from '../../../e2e-common/e...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Implement EntityHydrator to simplify working with entities Relates to #1103
1
feat
core
342,861
30.09.2021 15:26:07
-7,200
88b5b7e8d4fadc3af84f9545285f8f2cb738ffea
docs(Button): replace images
[ { "change_type": "MODIFY", "diff": "Binary files a/docs/src/images/button-primary-action-do.svg and b/docs/src/images/button-primary-action-do.svg differ\n", "new_path": "docs/src/images/button-primary-action-do.svg", "old_path": "docs/src/images/button-primary-action-do.svg" }, { "change_ty...
JavaScript
MIT License
kiwicom/orbit
docs(Button): replace images
1
docs
Button
826,656
30.09.2021 15:30:28
-7,200
142bd47603c976708e56351571d1680b24115ac7
fix: run a whole namespace migration as one transaction
[ { "change_type": "MODIFY", "diff": "@@ -194,8 +194,8 @@ func (m *toSingleTableMigrator) MigrateNamespace(ctx context.Context, n *namespa\nvar irrecoverableRTs ErrInvalidTuples\n- for done, page := false, 1; !done; {\nif err := p.Transaction(ctx, func(ctx context.Context, _ *pop.Connection) error {\n+ for pa...
Go
Apache License 2.0
ory/keto
fix: run a whole namespace migration as one transaction (#739)
1
fix
null
791,723
30.09.2021 16:03:16
25,200
b0fa0f6ca4080323a5a36fef3acead1a72c521e9
clients(psi): include global reports styles in legacy psi rendering
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,7 @@ export function prepareLabData(LHResult, document) {\nreportLHR.categoryGroups,\n{environment: 'PSI', gatherMode: lhResult.gatherMode}\n);\n+ perfCategoryEl.append(dom.createComponent('styles'));\nconst scoreGaugeEl = dom.find('.lh-score__gauge', perfCat...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(psi): include global reports styles in legacy psi rendering (#13151)
1
clients
psi
104,828
30.09.2021 16:09:12
-7,200
ac3a158f49851ef1bdd5fb5021e50794a8488bdc
test(table): updated screenshots and spelling fix
[ { "change_type": "MODIFY", "diff": "Binary files a/packages/react/cypress-visual-screenshots/baseline/components/Table/Table.test.e2ex-snapshot-1.png and b/packages/react/cypress-visual-screenshots/baseline/components/Table/Table.test.e2ex-snapshot-1.png differ\n", "new_path": "packages/react/cypress-vi...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(table): updated screenshots and spelling fix
1
test
table
711,597
30.09.2021 16:12:34
-7,200
e6cf34a2a4146a81aefb96aa548ea20ef399b650
test(admin-ui): Fix broken unit test
[ { "change_type": "MODIFY", "diff": "import { DeepPartial } from '@vendure/common/lib/shared-types';\n-import { CustomFieldConfig, LanguageCode, ProductWithVariants } from '../generated-types';\n+import { CustomFieldConfig, LanguageCode, ProductDetailFragment } from '../generated-types';\nimport { createUpda...
TypeScript
MIT License
vendure-ecommerce/vendure
test(admin-ui): Fix broken unit test
1
test
admin-ui
126,295
30.09.2021 16:15:46
-7,200
4970d498ba3b30498502098d9b852254d0ca6e9c
chore(pkg/stdlib): handling nil pointers when converting to immudb named params
[ { "change_type": "MODIFY", "diff": "@@ -20,4 +20,5 @@ import \"errors\"\nvar ErrNotImplemented = errors.New(\"not implemented\")\nvar ErrFloatValuesNotSupported = errors.New(\"float values are not yet supported by immudb\")\n+var ErrTimeValuesNotSupported = errors.New(\"time values are not yet supported by ...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/stdlib): handling nil pointers when converting to immudb named params Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/stdlib
791,834
30.09.2021 16:18:16
18,000
b132cf72a2ca53588fbba8e91249b3ee343a67d4
tests: make yarn unit run all available unit tests
[ { "change_type": "RENAME", "diff": "", "new_path": "clients/test/extension/popup-test-pptr.js", "old_path": "clients/test/extension/popup-test.js" }, { "change_type": "MODIFY", "diff": "@@ -14,9 +14,7 @@ module.exports = {\n'**/report/**/*-test.js',\n'**/lighthouse-core/test/fraggle-rock...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: make yarn unit run all available unit tests (#13148)
1
tests
null
277,001
30.09.2021 16:30:49
10,800
d7abed3371a3a2882254c6e24d98bdb7eaa81c21
refactor(button icon): change from width and height to size
[ { "change_type": "MODIFY", "diff": "@@ -106,10 +106,7 @@ const ButtonIcon = ({\n<Icon\nas={icon}\nfill={textColor}\n- width={\n- large ? button.types.icon.svg.large : button.types.icon.svg.default\n- }\n- height={\n+ size={\nlarge ? button.types.icon.svg.large : button.types.icon.svg.default\n}\n/>\n", ...
JavaScript
MIT License
gympass/yoga
refactor(button icon): change from width and height to size
1
refactor
button icon
915,255
30.09.2021 17:06:17
-7,200
9b41eedbf461656efd7740a63f4171fea889039c
chore: remove old sdk generator
[ { "change_type": "DELETE", "diff": "-#!/usr/bin/env bash\n-\n-set -euo pipefail\n-\n-cd \"$( dirname \"${BASH_SOURCE[0]}\" )/..\"\n-\n-scripts/run-genswag.sh\n-\n-rm -rf ./sdk/go/oathkeeper/swagger\n-rm -rf ./sdk/js/swagger\n-\n-# curl -O scripts/swagger-codegen-cli-2.2.3.jar http://central.maven.org/maven2...
Go
Apache License 2.0
ory/oathkeeper
chore: remove old sdk generator (#842)
1
chore
null
877,015
30.09.2021 17:13:23
-7,200
88efe1a7c361bd040b9a0330625f4b6acd095b91
docs(@vtmn/css-progressbar): change placeholder url
[ { "change_type": "MODIFY", "diff": "\"description\": \"Decathlon Design System - Vitamin CSS showcase\",\n\"license\": \"Apache-2.0\",\n\"scripts\": {\n- \"build-storybook\": \"build-storybook -s ./public\",\n- \"build-storybook:docs\": \"build-storybook -s ./public --docs\",\n- \"start\": \"start-storybook...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/css-progressbar): change placeholder url
1
docs
@vtmn/css-progressbar
277,001
30.09.2021 17:31:19
10,800
9878a0e9a132bc778ff498f2294797f03f2048b6
refactor(button icon): move css props to outside the callback
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,14 @@ import { hexToRgb } from '@gympass/yoga-common';\nimport Button from './Button';\nconst IconStyled = styled(Button)`\n+ padding: 0;\n+ border-radius: 50%;\n+\n+ svg {\n+ margin: 0;\n+ transition: fill 0.2s;\n+ }\n+\n${({\nlarge,\ninverted,\n@@ -25,11 +33,...
JavaScript
MIT License
gympass/yoga
refactor(button icon): move css props to outside the callback
1
refactor
button icon
277,001
30.09.2021 17:32:18
10,800
470dfb22639dd2d2aaa843a672400b9f0386675e
test(button icon): update snapshot for web
[ { "change_type": "MODIFY", "diff": "@@ -241,19 +241,22 @@ exports[`<Button /> Snapshots disabled buttons With disabled prop should match s\n}\n.c1 {\n- width: 24px;\n- height: 24px;\npadding: 0;\nborder-radius: 50%;\n+ width: 24px;\n+ height: 24px;\n}\n.c1 svg {\nmargin: 0;\n+ -webkit-transition: fill 0.2s;...
JavaScript
MIT License
gympass/yoga
test(button icon): update snapshot for web
1
test
button icon
277,001
30.09.2021 17:34:02
10,800
7312566884fc9047b58656a30076865a663d0d58
refactor(button icon): move css props arent on theme to outside the callback
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,10 @@ import Icon from '../../Icon';\nimport withTouchable from './withTouchable';\nconst ButtonContainer = styled.View`\n+ display: flex;\n+ align-items: center;\n+ justify-content: center;\n+\n${({\nlarge,\nsecondary,\n@@ -20,10 +24,6 @@ const ButtonContainer...
JavaScript
MIT License
gympass/yoga
refactor(button icon): move css props arent on theme to outside the callback
1
refactor
button icon
126,295
30.09.2021 17:44:19
-7,200
e2cd9c63fca4a401e9ee58c78f35c42dbe813bc2
test(pkg/stdlib): add sql.Open test
[ { "change_type": "MODIFY", "diff": "package stdlib\nimport (\n+ \"context\"\n+ \"database/sql\"\n\"fmt\"\n\"github.com/codenotary/immudb/pkg/client\"\n\"github.com/stretchr/testify/require\"\n@@ -48,3 +50,14 @@ func TestDriver_OpenSSLRequire(t *testing.T) {\nrequire.NoError(t, err)\nrequire.NotNil(t, conn)\...
Go
Apache License 2.0
codenotary/immudb
test(pkg/stdlib): add sql.Open test Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
test
pkg/stdlib
277,001
30.09.2021 17:48:18
10,800
0a4a8770ac988459466da5d74c6ed9ba3472ecee
refactor(button icon): use the border radius theme
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,6 @@ import Button from './Button';\nconst IconStyled = styled(Button)`\npadding: 0;\n- border-radius: 50%;\nsvg {\nmargin: 0;\n@@ -34,6 +33,7 @@ const IconStyled = styled(Button)`\nlarge ? button.types.icon.size.large : button.types.icon.size.default\n}px;\n+ ...
JavaScript
MIT License
gympass/yoga
refactor(button icon): use the border radius theme
1
refactor
button icon
277,001
30.09.2021 17:49:13
10,800
5de2aa4e3da78e7d5880dea6ed5ecfe7f85882d4
test(button icon): update snapshot tests
[ { "change_type": "MODIFY", "diff": "@@ -242,9 +242,9 @@ exports[`<Button /> Snapshots disabled buttons With disabled prop should match s\n.c1 {\npadding: 0;\n- border-radius: 50%;\nwidth: 24px;\nheight: 24px;\n+ border-radius: 9999px;\n}\n.c1 svg {\n@@ -1149,9 +1149,9 @@ exports[`<Button /> Snapshots primar...
JavaScript
MIT License
gympass/yoga
test(button icon): update snapshot tests
1
test
button icon
277,001
30.09.2021 17:54:25
10,800
a491b7d1d53e417c5074b55b8048501464054982
refactor(button icon): remove empty line
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,6 @@ const ButtonContainer = styled.View`\nlarge ? button.types.icon.size.large : button.types.icon.size.default\n}px;\n-\n${\n!disabled && pressed\n? `\n", "new_path": "packages/yoga/src/Button/native/Icon.jsx", "old_path": "packages/yoga/src/Button/...
JavaScript
MIT License
gympass/yoga
refactor(button icon): remove empty line
1
refactor
button icon
71,748
30.09.2021 20:26:32
-3,600
a04f82074a24cf1c48785a7b14c114c73a0c3533
chore: reverting merge changes to aws-cdk-migration
[ { "change_type": "MODIFY", "diff": "@@ -122,9 +122,7 @@ export function rewriteImports(sourceText: string, fileName: string = 'index.ts'\n}\nconst EXEMPTIONS = new Set([\n- '@aws-cdk/cloud-assembly-schema',\n'@aws-cdk/cloudformation-diff',\n- '@aws-cdk/cx-api',\n// The dev-tools\n'@aws-cdk/cdk-build-tools',...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: reverting merge changes to aws-cdk-migration
1
chore
null
889,620
30.09.2021 21:11:13
-28,800
a85b5f8d2874660c04973a539039ddf7943bcc9f
feat(api): more flexible session management
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ plugins {\nkotlin(\"plugin.spring\")\nkotlin(\"kapt\")\n}\n- id(\"org.springframework.boot\") version \"2.5.2\"\n+ id(\"org.springframework.boot\") version \"2.5.5\"\nid(\"com.gorylenko.gradle-git-properties\") version \"2.3.1\"\nid(\"nu.studer.jooq\") ver...
Kotlin
MIT License
gotson/komga
feat(api): more flexible session management
1
feat
api
306,320
30.09.2021 21:48:56
-3,600
d96868c8372139a988087a985959ce100d05654d
fix: don't detect Terraform dir by looking for .hcl files. This messes with Terragrunt detection and Terraform needs .tf files anyway.
[ { "change_type": "MODIFY", "diff": "@@ -406,7 +406,7 @@ func (p *DirProvider) runShow(opts *CmdOptions, spinner *ui.Spinner, planFile st\n}\nfunc IsTerraformDir(path string) bool {\n- for _, ext := range []string{\"tf\", \"hcl\", \"hcl.json\", \"tf.json\"} {\n+ for _, ext := range []string{\"tf\", \"tf.json...
Go
Apache License 2.0
infracost/infracost
fix: don't detect Terraform dir by looking for .hcl files. (#996) This messes with Terragrunt detection and Terraform needs .tf files anyway.
1
fix
null
342,861
30.09.2021 22:43:59
-7,200
c1696ac61f2a7484e11859f9379440ccb82e0796
fix(storybook): logo url
[ { "change_type": "MODIFY", "diff": "@@ -5,5 +5,5 @@ export default create({\nbase: \"light\",\nbrandTitle: \"Orbit\",\nbrandUrl: \"https://orbit.kiwi\",\n- brandImage: \"https://orbit.kiwi/files/2019/08/cropped-OrbitLogo-1.png\",\n+ brandImage: \"https://images.kiwi.com/common/orbit-logo-full.png\",\n});\n"...
JavaScript
MIT License
kiwicom/orbit
fix(storybook): logo url (#3127)
1
fix
storybook
71,175
30.09.2021 23:52:26
-32,400
7f7be089fa84afd0ab009a7feca2df4315749bc3
feat(eks): `connectAutoScalingGroupCapacity` on imported clusters This PR will enable `connectAutoScalingGroupCapacity` to imported eks cluster. I'm using this in our eks cluster, and it works fine. *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": "@@ -372,6 +372,18 @@ const asg = new ec2.AutoScalingGroup(...);\ncluster.connectAutoScalingGroupCapacity(asg);\n```\n+To connect a self-managed node group to an imported cluster, use the `cluster.connectAutoScalingGroupCapacity()` method:\n+\n+```ts\n+const importedCluste...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(eks): `connectAutoScalingGroupCapacity` on imported clusters (#14650) This PR will enable `connectAutoScalingGroupCapacity` to imported eks cluster. I'm using this in our eks cluster, and it works fine. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the A...
1
feat
eks
603,467
01.10.2021 00:33:14
-3,600
10b7b7446743b5866a1b458577ea7d2e11bf5a8f
fix(web): fixed the interaction to Select
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ describe('Select', () => {\nstatic anotherCountryName = Target.the('another country name').located(by.css('#another-country-of-interest-name'));\n}\n- describe.skip('when working with single-option selects', () => {\n+ describe('when working with single-...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(web): fixed the interaction to Select
1
fix
web
603,467
01.10.2021 00:36:58
-3,600
33b577fa1397e64e12375317ec962cd393a1f350
style(web): removed dead code
[ { "change_type": "MODIFY", "diff": "@@ -233,12 +233,6 @@ class SelectedValues extends UIElementQuestion<Promise<string[]>> {\nconst selected = await target.locateAllChildElements(by.css('option:checked'));\nreturn selected.map(item => item.getValue());\n-\n- // todo: remove\n- // const options = withAnswerO...
TypeScript
Apache License 2.0
serenity-js/serenity-js
style(web): removed dead code
1
style
web
306,309
01.10.2021 00:41:34
-3,600
fc0b8774b4912eb2a52b8133339a74fec7c39594
fix: clarify log line
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,7 @@ func (r *Resource) CalculateCosts() {\nr.MonthlyCost = &m\n}\nif r.NoPrice {\n- log.Debugf(\"No Price or skipped resource in the terraform file %s\", r.Name)\n+ log.Debugf(\"Skipping free resource %s\", r.Name)\n}\n}\n", "new_path": "internal/schema/...
Go
Apache License 2.0
infracost/infracost
fix: clarify log line
1
fix
null
826,702
01.10.2021 02:27:22
25,200
a0d8caf0349aa143cb7cf20b461661cd202bb55d
docs: update reference to Zanzibar in README
[ { "change_type": "MODIFY", "diff": "<a href=\"#backers\" alt=\"sponsors on Open Collective\"><img src=\"https://opencollective.com/ory/backers/badge.svg\" /></a> <a href=\"#sponsors\" alt=\"Sponsors on Open Collective\"><img src=\"https://opencollective.com/ory/sponsors/badge.svg\" /></a>\n<a href=\"https:/...
Go
Apache License 2.0
ory/keto
docs: update reference to Zanzibar in README (#746)
1
docs
null
791,394
01.10.2021 07:06:18
-36,000
320f4970ccd396d6af69486862730cff1b4b3e28
test(pubsublite): simplify comparisons in integration tests Replicates the approach taken in sample tests and converts project ids to project numbers. This allows us to just directly compare resource paths for equality.
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ package pubsublite\nimport (\n\"context\"\n+ \"fmt\"\n\"testing\"\n\"time\"\n@@ -22,8 +23,7 @@ import (\n\"cloud.google.com/go/internal/uid\"\n\"cloud.google.com/go/pubsublite/internal/test\"\n\"cloud.google.com/go/pubsublite/internal/wire\"\n- \"github....
Go
Apache License 2.0
googleapis/google-cloud-go
test(pubsublite): simplify comparisons in integration tests (#4763) Replicates the approach taken in sample tests and converts project ids to project numbers. This allows us to just directly compare resource paths for equality.
1
test
pubsublite
777,396
01.10.2021 09:54:28
21,600
50eb8f7b13d01a511fd3296a5135ff240d2785d8
chore: rewrite schemas package without typing internals
[ { "change_type": "MODIFY", "diff": "# Avoid automatically importing any generated objects in this module, since those imports are\n# non-trivial and would affect the user experience in the cli.\nfrom determined.common.schemas._auto_init import auto_init\n-from determined.common.schemas._schema_base import S...
Python
Apache License 2.0
determined-ai/determined
chore: rewrite schemas package without typing internals (#3029)
1
chore
null
866,394
01.10.2021 09:56:05
14,400
d549c405d4f0b2a5ffe86a1c6943a14718044312
chore(ci-check): reducing yarn build scope for faster checks ### Related Ticket(s) No related issue ### Description This tweak will reduce the build scope for ci-checks to hopefully make them run faster. ### Changelog **Changed** ci-check.yml
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ jobs:\n- name: Install dependencies\nrun: yarn install --offline\n- name: Build project\n- run: yarn build\n+ run: yarn lerna run --stream --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build\n- name: Run CI Checks\nr...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(ci-check): reducing yarn build scope for faster checks (#7303) ### Related Ticket(s) No related issue ### Description This tweak will reduce the build scope for ci-checks to hopefully make them run faster. ### Changelog **Changed** - ci-check.yml
1
chore
ci-check
104,853
01.10.2021 10:04:10
14,400
310aa15c4214ec6745659b138286389c1338fd12
feat(icon-content-switcher): add it
[ { "change_type": "ADD", "diff": "+import { Directive, HostBinding, Input } from '@angular/core';\n+import { ContentSwitcherOption } from 'carbon-components-angular';\n+\n+/**\n+ * selector: `aiIconContentOption`\n+ */\n+@Directive({\n+ selector: '[aiIconContentOption]',\n+ exportAs: 'aiIconContentOption',\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(icon-content-switcher): add it
1
feat
icon-content-switcher
791,474
01.10.2021 10:16:23
25,200
1f3d71b641d4675039a716a56d1e188dc61bfa56
test: fix encoding of unique id for bigtable integration tests
[ { "change_type": "MODIFY", "diff": "@@ -2424,7 +2424,7 @@ func TestIntegration_AdminBackup(t *testing.T) {\ndefer iAdminClient.Close()\nuniqueID := make([]byte, 8)\n_, err = rand.Read(uniqueID)\n- diffInstance := testEnv.Config().Instance + \"-d\" + string(uniqueID)\n+ diffInstance := fmt.Sprintf(\"%s-d-%x\...
Go
Apache License 2.0
googleapis/google-cloud-go
test: fix encoding of unique id for bigtable integration tests (#4938)
1
test
null
503,965
01.10.2021 10:45:05
14,400
803bdfa2650a59d61f1d2267319e635ebe233fd0
chore(drag-drop): consume core classes
[ { "change_type": "MODIFY", "diff": "\"clean\": \"rimraf dist\"\n},\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"4.135.4\",\n+ \"@patternfly/patternfly\": \"4.139.2\",\n\"@patternfly/react-core\": \"^4.158.1\",\n\"@patternfly/react-styles\": \"^4.12.0\",\n\"classnames\": \"^2.2.5\"\n", "new_path...
TypeScript
MIT License
patternfly/patternfly-react
chore(drag-drop): consume core classes (#6377)
1
chore
drag-drop
386,595
01.10.2021 10:50:41
-7,200
672624faa97892da9c9cb6b92dfba2f4ef0e2f33
feat(blocksAntd): Add onSearch event to AutoComplete.
[ { "change_type": "MODIFY", "diff": "@@ -70,6 +70,9 @@ const AutoCompleteInput = ({\nmethods.setValue(val);\nmethods.triggerEvent({ name: 'onChange' });\n}}\n+ onSearch={(newVal) => {\n+ methods.triggerEvent({ name: 'onChange', event: { value: newVal } });\n+ }}\nvalue={type.isNone(value) ? undefined : value...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Add onSearch event to AutoComplete.
1
feat
blocksAntd
603,467
01.10.2021 10:53:37
-3,600
8afa8a123638d516adabfbeb0f5cf4723c0312d6
test(web): made the test of the interaction to Wait more resilient
[ { "change_type": "MODIFY", "diff": "@@ -3,12 +3,13 @@ import 'mocha';\nimport { expect } from '@integration/testing-tools';\nimport { Ensure, equals } from '@serenity-js/assertions';\nimport { actorCalled, AssertionError, Duration } from '@serenity-js/core';\n-import { by, Navigate, Target, Text, Wait } fro...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(web): made the test of the interaction to Wait more resilient
1
test
web
471,204
01.10.2021 11:05:19
14,400
d15127c95121615e7926aa86ffde1539fc78aba1
chore: update stable dependencies to 1.0
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@opentelemetry/sdk-node\": \"0.25.0\",\n- \"@opentelemetry/sdk-trace-base\": \"0.26.0\"\n+ \"@opentelemetry/sdk-trace-base\": \"1.0.0\"\n},\n\"devDependencies\": {\n\"@types/node\": \"10.17.60\",\n", "new_path": "experimental/backwards-compa...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore: update stable dependencies to 1.0 (#2514)
1
chore
null
915,067
01.10.2021 11:17:50
-11,880
ea7a20c0f5dfedbbd02da046735163018391b55b
fix: documentation correction mentioned in the issue Closes
[ { "change_type": "MODIFY", "diff": "@@ -24,8 +24,8 @@ import (\nfunc NewKeysImportCmd() *cobra.Command {\ncmd := &cobra.Command{\nUse: \"import <set> <file-1> [<file-2> [<file-3 [<...>]]]\",\n- Short: \"Imports cryptographic keys of any format to the JSON Web Key Store\",\n- Long: `This command allows you t...
Go
Apache License 2.0
ory/hydra
fix: documentation correction mentioned in the issue (#2732) (#2773) Closes #2732
1
fix
null
276,992
01.10.2021 11:19:45
10,800
8de99a1e3830954d321b3430d9ce70dac1456607
docs(text): update prop variant to color
[ { "change_type": "MODIFY", "diff": "@@ -3,19 +3,19 @@ import { Link as GatsbyLink } from 'gatsby';\n### Usage\n```javascript type=expo\n- <Text.H1 variant=\"primary\">Live the mission</Text.H1>\n- <Text.H2 variant=\"secondary\">Live the mission</Text.H2>\n- <Text.H3 variant=\"tertiary\">Live the mission</Te...
JavaScript
MIT License
gympass/yoga
docs(text): update prop variant to color
1
docs
text
826,656
01.10.2021 11:24:41
-7,200
421ff473c3f9a383962fa3c2e70cd5aa985cf9fd
ci: fix pre-release render schema script
[ { "change_type": "MODIFY", "diff": "@@ -7,8 +7,7 @@ ory_x_version=\"$(go list -f '{{.Version}}' -m github.com/ory/x)\"\nsed \"s!ory://tracing-config!https://raw.githubusercontent.com/ory/x/$ory_x_version/tracing/config.schema.json!g;\ns!ory://logging-config!https://raw.githubusercontent.com/ory/x/$ory_x_ver...
Go
Apache License 2.0
ory/keto
ci: fix pre-release render schema script (#747)
1
ci
null
667,713
01.10.2021 11:47:05
-28,800
3f6421837153d29bcb6edbdca7d1a22a0a1aa063
refactor(android): throw doCallNatives exception to host
[ { "change_type": "MODIFY", "diff": "@@ -221,6 +221,7 @@ public class HippyModuleManagerImpl implements HippyModuleManager, Handler.Callb\nmethod.invoke(mContext, moduleInfo.getInstance(), params, promise);\n} catch (Throwable e) {\npromise.doCallback(PromiseImpl.PROMISE_CODE_NORMAN_ERROR, e.getMessage());\n...
C++
Apache License 2.0
tencent/hippy
refactor(android): throw doCallNatives exception to host
1
refactor
android
386,595
01.10.2021 11:47:26
-7,200
56e167db98949d7a5eb321c8c3b391ee46c75b1c
fix(blocksAntd): Comment.datetime can also be a string.
[ { "change_type": "MODIFY", "diff": "\"description\": \"Comment content. Overrides the \\\"content\\\" content area.\"\n},\n\"datetime\": {\n- \"type\": \"object\",\n+ \"type\": [\"object\", \"string\"],\n\"description\": \"Comment date and time.\",\n\"docs\": {\n\"displayType\": \"string\"\n", "new_path...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksAntd): Comment.datetime can also be a string.
1
fix
blocksAntd
386,595
01.10.2021 12:06:39
-7,200
75ef33f542af63a64f9a5568b28c4ad7a8cf91cd
fix(blocksAntd): Add feedback classes to labelLogic.
[ { "change_type": "MODIFY", "diff": "@@ -82,26 +82,31 @@ const labelLogic = ({\n])]: true,\n});\n- const extraClassName = classNames(\n- 'ant-form-item-explain',\n- 'ant-form-item-extra',\n- methods.makeCssClass([\n+ const extraClassName = classNames({\n+ 'ant-form-item-explain': true,\n+ 'ant-form-item-extr...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksAntd): Add feedback classes to labelLogic.
1
fix
blocksAntd
711,653
01.10.2021 12:18:12
-10,800
53cfb8e772ce980b0d8dc12cdb7b88a1b1e164e1
feat(elasticsearch-plugin): Add inStock attribute and filter Relates to
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ export function buildElasticBody(\npriceRangeWithTax,\npriceRange,\nfacetValueFilters,\n+ inStock,\n} = input;\nconst query: any = {\nbool: {},\n@@ -100,6 +101,15 @@ export function buildElasticBody(\nquery.bool.filter = query.bool.filter.concat(createPr...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(elasticsearch-plugin): Add inStock attribute and filter (#1130) Relates to #870
1
feat
elasticsearch-plugin
401,147
01.10.2021 12:20:50
-19,080
5176ef5ab71d5ed94de3b860b34df615e98c1388
refactor: mark false positive for sonar regex warning affects:
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ export const changeSize = (width: number, dottedField: string, columnConfigs: Ta\nconst newColumnConfigs = [...columnConfigs],\n[currField, nextField] = dottedField.split(/\\.(.+)/),\nindex = columnConfigs.findIndex(config => config.field === currField),...
TypeScript
MIT License
medly/medly-components
refactor: mark false positive for sonar regex warning (#469) affects: @medly-components/core
1
refactor
null
386,581
01.10.2021 12:45:18
-7,200
36cf2cf4f8f90b0467dc58a541addd5055335498
feat(graphql): Remove support for nested contexts on a page.
[ { "change_type": "MODIFY", "diff": "@@ -31,11 +31,10 @@ class RequestController {\nasync callRequest(requestInput) {\n// get variables needed to load request/connection from requestInput\n- const { blockId, pageId, requestId } = requestInput;\n+ const { pageId, requestId } = requestInput;\nconst request = a...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(graphql): Remove support for nested contexts on a page.
1
feat
graphql