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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
471,204 | 05.01.2022 08:27:06 | 18,000 | dce6eb7abc32bf39a051ee25e2cebfc921d9572f | chore: add Amir Blum as maintainer | [
{
"change_type": "MODIFY",
"diff": "@@ -192,6 +192,7 @@ Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry\nMaintainers ([@open-telemetry/js-maintainers](https://github.com/orgs/open-telemetry/teams/javascript-maintainers)):\n+- [Amir Blum](https://github.com/blumamir), Aspecto... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: add Amir Blum as maintainer (#2703)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr> | 1 | chore | null |
471,204 | 05.01.2022 08:43:01 | 18,000 | fb2031be6b7d2464ccd72163baa9cf52362d56e7 | chore: add Chengzhong Wu as maintainer | [
{
"change_type": "MODIFY",
"diff": "}\n],\n\"ignoreDeps\": [\"gcp-metadata\", \"got\", \"mocha\", \"husky\", \"karma-webpack\"],\n- \"assignees\": [\"@blumamir\", \"@dyladan\", \"@Rauno56\", \"@vmarchaud\"],\n+ \"assignees\": [\"@blumamir\", \"@dyladan\", \"@legendecas\", \"@Rauno56\", \"@vmarchaud\"],\n\"s... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: add Chengzhong Wu as maintainer (#2702) | 1 | chore | null |
217,922 | 05.01.2022 08:50:38 | -3,600 | 80593489dee2bf8ed06aae5bd39053d930d52878 | fix(profile): added new masterbooks to masterbooks popup | [
{
"change_type": "MODIFY",
"diff": "@@ -13,21 +13,21 @@ export class MasterbooksPopupComponent implements OnInit {\nprivate static BOOKS: { [index: number]: number[] } = {\n//CRP\n- 8: [8135, 7778, 9336, 12244, 14126, 17869, 22309, 24266, 7786, 29484],\n+ 8: [8135, 7778, 9336, 12244, 14126, 17869, 22309, 24... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(profile): added new masterbooks to masterbooks popup | 1 | fix | profile |
217,922 | 05.01.2022 09:21:18 | -3,600 | 4c906915edb188648e1c846e96f47492bb0654e2 | fix(i18n): fixed some japanese action names not being parsed properly | [
{
"change_type": "MODIFY",
"diff": "@@ -135,9 +135,9 @@ export class I18nToolsService {\nreturn name$.pipe(\nwithLazyData(this.lazyData, 'craftActions', 'actions'),\nmap(([baseName, craftActions, actions]) => {\n- let res = this.getIndexByName(craftActions, name, language, true);\n+ let res = this.getIndexB... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(i18n): fixed some japanese action names not being parsed properly | 1 | fix | i18n |
76,611 | 05.01.2022 10:22:48 | -3,600 | 23005c851ebef58b886d398c722c57ba22203e99 | chore: remove unused bot-manager pkg | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"@nlpjs/bot-manager\",\n+ \"name\": \"@nlpjs/bert-open-question\",\n\"version\": \"4.22.7\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n",
"new_path": "packages/bert-open-question/package-lock.json",
"old_path": "packages/bert-open-question/pac... | JavaScript | MIT License | axa-group/nlp.js | chore: remove unused bot-manager pkg | 1 | chore | null |
777,369 | 05.01.2022 10:38:29 | 25,200 | 3bc09571ea238378911ec6fe96a170fa22c9684e | fix: stop re-rendering loops and throw the appropriate errors for continue trial modal | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ const useModal = (\nresolve(thenArgs);\nmodalClose(reason);\n})\n- .catch(reject);\n+ .catch((e: unknown) => reject(e));\n}) as unknown as AntModalPromise;\n} else {\nreturn async (...args: any[]) => {\n",
"new_path": "webui/react/src/hooks/useModal/... | Python | Apache License 2.0 | determined-ai/determined | fix: stop re-rendering loops and throw the appropriate errors for continue trial modal [DET-6368] (#3378) | 1 | fix | null |
401,106 | 05.01.2022 10:54:53 | -19,080 | 23471bba93d84b5c423acaa3da066f73a0e6dbaf | refactor(multiselect): keyboard navigation
* refactor: extract checkbox group keyboard navigation hook
affects:
* refactor: add useKeyboardNavigation Hook to multiselect
affects:
* refactor: rename useCheckboxGroupKeyboardNavigation -> useKeyboardNavigation
affects: | [
{
"change_type": "MODIFY",
"diff": "-import { useCombinedRefs, useKeyPress, useOuterClickNotifier, WithStyle } from '@medly-components/utils';\n-import { ChangeEvent, FC, FocusEvent, forwardRef, memo, useCallback, useEffect, useMemo, useRef, useState } from 'react';\n+import { useCombinedRefs, WithStyle } f... | TypeScript | MIT License | medly/medly-components | refactor(multiselect): keyboard navigation (#566)
* refactor: extract checkbox group keyboard navigation hook
affects: @medly-components/core
* refactor: add useKeyboardNavigation Hook to multiselect
affects: @medly-components/core
* refactor: rename useCheckboxGroupKeyboardNavigation -> useKeyboardNavigation
affects: @medly-components/core | 1 | refactor | multiselect |
756,013 | 05.01.2022 11:12:29 | 21,600 | 0b3e89aed1310f7d7935e1250196690c1d4b5aae | build(agoric-cli): disable Prettier for `sdk-package-names.js` | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,8 @@ ps.on('close', code => {\n// DO NOT EDIT - automatically generated by ${basename(\nnew URL(import.meta.url).pathname,\n)}\n-/* eslint-disable comma-dangle,quotes,prettier/prettier */\n+/* eslint-disable comma-dangle,quotes */\n+// prettier-ignore\nexport... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build(agoric-cli): disable Prettier for `sdk-package-names.js` | 1 | build | agoric-cli |
185,944 | 05.01.2022 11:21:41 | 21,600 | fc586f655e2bb0ae1d4b63c1c7369ad29bf92897 | chore: run "npx browserslist@latest --update-db" to silence console warnings | [
{
"change_type": "MODIFY",
"diff": "@@ -3334,9 +3334,9 @@ caniuse-api@^3.0.0:\nlodash.uniq \"^4.5.0\"\ncaniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:\n- version \"1.0.30001223\"\n- resolved \"https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001223.tgz#39b49ff0bfb3... | TypeScript | MIT License | electron/fiddle | chore: run "npx browserslist@latest --update-db" to silence console warnings (#934) | 1 | chore | null |
401,106 | 05.01.2022 11:21:51 | -19,080 | 1a98baa52ade367ed7f64a59d366cee819d97b3c | feat(js-docs): Add JS docs for hooks
* docs: add js docs for useUpdateEffect and useWindowSize
affects:
* docs: add jsdocs for useOuterClickNotifier, useCombinedRefs, useMediaQuery
affects:
* docs: add jsdocs for useAxios, useStorage, useSWRAxios
affects:
* docs: update useWindowSize hook's desc
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,11 @@ import axios, { AxiosResponse } from 'axios';\nimport { useCallback, useEffect, useRef, useState } from 'react';\nimport { Result } from './types';\n+/**\n+ * A hook that provides abstraction over common axios functions\n+ *\n+ * @returns {Result<Data, Er... | TypeScript | MIT License | medly/medly-components | feat(js-docs): Add JS docs for hooks (#564)
* docs: add js docs for useUpdateEffect and useWindowSize
affects: @medly-components/utils
* docs: add jsdocs for useOuterClickNotifier, useCombinedRefs, useMediaQuery
affects: @medly-components/utils
* docs: add jsdocs for useAxios, useStorage, useSWRAxios
affects: @medly-components/utils
* docs: update useWindowSize hook's desc
affects: @medly-components/utils
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com> | 1 | feat | js-docs |
699,207 | 05.01.2022 11:22:07 | 28,800 | a7d1d0b7456a2014c18db520ff31177085ba371b | chore(cypress): add spec for docs site search | [
{
"change_type": "MODIFY",
"diff": "\"projectId\": \"pe4h41\",\n\"retries\": {\n\"runMode\": 2,\n- \"openMode\": 0\n+ \"openMode\": 2\n},\n- \"blockHosts\": \"*.google-analytics.com\"\n+ \"blockHosts\": \"*.google-analytics.com\",\n+ \"testFiles\": [\"**/**/*.spec.ts\"]\n}\n",
"new_path": "cypress.json"... | TypeScript | MIT License | twilio-labs/paste | chore(cypress): add spec for docs site search (#2060) | 1 | chore | cypress |
889,620 | 05.01.2022 11:27:31 | -28,800 | f23d16d387fa7f6a90ab562f86b109fb1f24c19d | docs: update swagger annotation | [
{
"change_type": "MODIFY",
"diff": "@@ -183,7 +183,7 @@ class BookController(\npage,\n).map { it.restrictUrl(!principal.user.roleAdmin) }\n- @PageableWithoutSortAsQueryParam\n+ @PageableAsQueryParam\n@GetMapping(\"api/v1/books/duplicates\")\n@PreAuthorize(\"hasRole('$ROLE_ADMIN')\")\nfun getDuplicateBooks(\... | Kotlin | MIT License | gotson/komga | docs: update swagger annotation | 1 | docs | null |
688,413 | 05.01.2022 11:50:31 | -7,200 | df144e2d5defed03aeabb89cb1654f3d7ace7bfa | fix: Deleting fixed version reference to picasso-provider package | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': minor\n+'@toptal/picasso-lab': minor\n+'@toptal/picasso-shared': minor\n+---\n+\n+Deleting the fixed version of the reference to `picasso-provider` package to allow more flexible version management for `picasso-provider` package in projects.\n",
... | TypeScript | MIT License | toptal/picasso | fix: [FX-2401] Deleting fixed version reference to picasso-provider package (#2362) | 1 | fix | null |
104,828 | 05.01.2022 11:51:55 | -3,600 | 2ff429495127bb8f5d69eaf9f91de7f9887896b9 | chore(table): update visual snapshots | [
{
"change_type": "MODIFY",
"diff": "Binary files a/packages/react/cypress-visual-screenshots/baseline/components/Dashboard/DashboardGrid.test.e2ex-DashboardGrid-lg-TableCard.png and b/packages/react/cypress-visual-screenshots/baseline/components/Dashboard/DashboardGrid.test.e2ex-DashboardGrid-lg-TableCard.p... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(table): update visual snapshots | 1 | chore | table |
841,421 | 05.01.2022 11:59:10 | -32,400 | 913c82a2ab94e14eb350e1573af736aa87c7f2bb | fix(es/lints): Fix incorrect duplicate binding error
swc_ecma_transforms_base:
- `resolver`: Fix resolving of `const` and `let`.
swc_ecma_lints:
- `duplicate_bindings`: Don't mark ambient function declararions as a binding. (Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -2998,8 +2998,12 @@ dependencies = [\n\"swc_atoms\",\n\"swc_common\",\n\"swc_ecma_ast\",\n+ \"swc_ecma_codegen\",\n+ \"swc_ecma_parser\",\n+ \"swc_ecma_transforms_base\",\n\"swc_ecma_utils\",\n\"swc_ecma_visit\",\n+ \"testing\",\n]\n[[package]]\n",
"new_path": "Car... | Rust | Apache License 2.0 | swc-project/swc | fix(es/lints): Fix incorrect duplicate binding error (#3194)
swc_ecma_transforms_base:
- `resolver`: Fix resolving of `const` and `let`.
swc_ecma_lints:
- `duplicate_bindings`: Don't mark ambient function declararions as a binding. (Closes #3193) | 1 | fix | es/lints |
841,421 | 05.01.2022 12:01:49 | -32,400 | 27a5284539d70be988447099b17a9013d0e21feb | chore: Publish v1.2.127 | [
{
"change_type": "MODIFY",
"diff": "@@ -4035,7 +4035,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.126\"\n+version = \"1.2.127\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n",
"new_path": "Cargo.loc... | Rust | Apache License 2.0 | swc-project/swc | chore: Publish v1.2.127 | 1 | chore | null |
791,704 | 05.01.2022 12:05:21 | 28,800 | 4116a7dc5f02e9decb42564ef7b3c9c2eeb17465 | tests: run most smoke tests on devtools | [
{
"change_type": "MODIFY",
"diff": "@@ -73,3 +73,19 @@ jobs:\nwith:\nname: results\npath: ${{ github.workspace }}/lighthouse/.tmp/layout-test-results\n+\n+ # Run smoke tests via DevTools\n+ - name: Define ToT chrome path\n+ run: echo \"CHROME_PATH=/Users/runner/chrome-mac-tot/Chromium.app/Contents/MacOS/Chr... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: run most smoke tests on devtools (#13456) | 1 | tests | null |
756,013 | 05.01.2022 12:15:04 | 21,600 | 24f1f051dd9a77e268a2adad14d5f53c8cd2534c | fix(solo): explicitly use `agoric/src/entrypoint.js` for deployment | [
{
"change_type": "MODIFY",
"diff": "\"@agoric/vats\": \"^0.5.1\",\n\"@agoric/wallet\": \"^0.11.7\",\n\"@agoric/xsnap\": \"^0.11.0\",\n+ \"agoric\": \"^0.13.21\",\n\"anylogger\": \"^0.21.0\",\n\"deterministic-json\": \"^1.0.5\",\n\"esm\": \"agoric-labs/esm#Agoric-built\",\n",
"new_path": "packages/solo/p... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(solo): explicitly use `agoric/src/entrypoint.js` for deployment | 1 | fix | solo |
756,013 | 05.01.2022 13:07:01 | 21,600 | 42fc52b9d7bd8217038164f92f0448c4540c6e64 | fix(solo): remove a symlink dependency in exchange for web config | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,6 @@ let swingSetRunning = false;\nconst fsWrite = promisify(fs.write);\nconst fsClose = promisify(fs.close);\nconst rename = promisify(fs.rename);\n-const symlink = promisify(fs.symlink);\nconst unlink = promisify(fs.unlink);\nasync function atomicReplaceFil... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(solo): remove a symlink dependency in exchange for web config | 1 | fix | solo |
129,370 | 05.01.2022 14:24:54 | -3,600 | 308de9c91bdf779028af11dd0dbf9efb71ce1e23 | docs: Fix exit code for NoCommitsFoundError
The source code indicates that the correct exit code is 3. See | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ These exit codes can be found in `commitizen/exceptions.py::ExitCode`.\n| DryRunExit | 0 | Exit due to passing `--dry-run` option |\n| NoCommitizenFoundException | 1 | Using a cz (e.g., `cz_jira`) that cannot be found in your system |\n| NotAGitProjectEr... | Python | MIT License | commitizen-tools/commitizen | docs: Fix exit code for NoCommitsFoundError
The source code indicates that the correct exit code is 3. See https://github.com/commitizen-tools/commitizen/blob/master/commitizen/exceptions.py#L10 | 1 | docs | null |
426,720 | 05.01.2022 14:33:19 | -7,200 | 65eed8d7385eab7be896e1a910d4ee3f01951b2e | feat(test-runner): summaryReporter | [
{
"change_type": "ADD",
"diff": "+---\n+'@web/test-runner': patch\n+---\n+\n+Adds a summary reporter which lists all the tests run when the test runner finishes.\n+\n+```js\n+import { summaryReporter } from '@web/test-runner';\n+export default {\n+ reporters: [\n+ summaryReporter()\n+ ]\n+}\n+```\n+\n+If yo... | TypeScript | MIT License | modernweb-dev/web | feat(test-runner): summaryReporter | 1 | feat | test-runner |
841,421 | 05.01.2022 14:45:02 | -32,400 | 3458e9f1d3eac7c47ba00a5768d3f8f41c8037ef | chore(ci): Fix publish scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -92,7 +92,7 @@ jobs:\nbuild: |\ncargo build -p swc_cli --release --target=armv7-unknown-linux-gnueabihf\ncp ./target/armv7-unknown-linux-gnueabihf/release/swc .\n- yarn build --target=armv7-unknown-linux-gnueabihf\n+ yarn build --target=armv7-unknown-linux-gnueabihf --... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Fix publish scripts | 1 | chore | ci |
426,720 | 05.01.2022 14:48:14 | -7,200 | 8edded315e86d65916b409d316cca23b150fb071 | feat(test-runner): dotReporter | [
{
"change_type": "ADD",
"diff": "+---\n+'@web/test-runner': patch\n+---\n+\n+Adds a dot reporter a la mocha.\n+\n+```js\n+import { dotReporter } from '@web/test-runner';\n+export default {\n+ reporters: [\n+ dotReporter()\n+ ]\n+}\n+```\n",
"new_path": ".changeset/three-eels-check.md",
"old_path": n... | TypeScript | MIT License | modernweb-dev/web | feat(test-runner): dotReporter | 1 | feat | test-runner |
841,421 | 05.01.2022 14:51:02 | -32,400 | b292126b387c4efff0576517c7d706b16c08bca3 | chore(ci): Fix publish scripts again | [
{
"change_type": "MODIFY",
"diff": "@@ -92,7 +92,7 @@ jobs:\nbuild: |\ncargo build -p swc_cli --release --target=armv7-unknown-linux-gnueabihf\ncp ./target/armv7-unknown-linux-gnueabihf/release/swc .\n- yarn build --target=armv7-unknown-linux-gnueabihf --no-default-features --features swc_v1\n+ yarn build -... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Fix publish scripts again | 1 | chore | ci |
426,720 | 05.01.2022 14:53:29 | -7,200 | 095c64a962c82bf8ef587d077abd61e9beec2c34 | chore: color in CI | [
{
"change_type": "MODIFY",
"diff": "@@ -2,13 +2,20 @@ name: Verify Node\non: pull_request\n+env:\n+ FORCE_COLOR: true\n+\njobs:\nverify-linux:\nname: Verify linux\nruns-on: ubuntu-latest\nstrategy:\nmatrix:\n- node-version: ['12', '14', '16']\n+ node-version:\n+ - '12'\n+ - '14'\n+ - '16'\n+\nsteps:\n- uses... | TypeScript | MIT License | modernweb-dev/web | chore: color in CI | 1 | chore | null |
791,704 | 05.01.2022 14:54:10 | 28,800 | da73d4ae0455576a196b6bba776820f29fc2c4f1 | tests: more targeted caching for devtools build | [
{
"change_type": "MODIFY",
"diff": "##\n# Prints to stdout text that, when it changes, indicates that the devtools tests\n-# should be run again.\n+# should update its dependencies (devtools frontend, content shell, blink tools).\nSCRIPT_DIR=\"$( cd \"$( dirname \"${BASH_SOURCE[0]}\" )\" && pwd )\"\nLH_ROOT... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: more targeted caching for devtools build (#13540) | 1 | tests | null |
841,421 | 05.01.2022 15:04:21 | -32,400 | a20f5d9a7cd007d3c5fb671710d1344cd1577119 | chore(ci): Fix `--cargo-flags` | [
{
"change_type": "MODIFY",
"diff": "@@ -92,7 +92,7 @@ jobs:\nbuild: |\ncargo build -p swc_cli --release --target=armv7-unknown-linux-gnueabihf\ncp ./target/armv7-unknown-linux-gnueabihf/release/swc .\n- yarn build --target=armv7-unknown-linux-gnueabihf --cargo-flags '--no-default-features --features swc_v1'... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Fix `--cargo-flags` | 1 | chore | ci |
841,421 | 05.01.2022 15:16:05 | -32,400 | ef4ea2fc7b10ec50d317118680f58c70cf64c89b | chore(ci): Use `--cargo-flags` in correct place | [
{
"change_type": "MODIFY",
"diff": "@@ -129,9 +129,9 @@ jobs:\n- host: windows-latest\ntarget: aarch64-pc-windows-msvc\nbuild: |\n- cargo build -p swc_cli --release --target aarch64-pc-windows-msvc --cargo-flags='--no-default-features --features swc_v1'\n+ cargo build -p swc_cli --release --target aarch64-p... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Use `--cargo-flags` in correct place | 1 | chore | ci |
791,255 | 05.01.2022 15:49:57 | 28,800 | 67c30c7f539bb03397491397077426daec15dca2 | testing(internal/godocfx): update goldens to reflect IAM carveout | [
{
"change_type": "MODIFY",
"diff": "@@ -832,8 +832,8 @@ items:\n- go\nsyntax:\ncontent: func (b *<a href=\"#cloud_google_com_go_storage_BucketHandle\">BucketHandle</a>)\n- IAM() *<a href=\"/go/docs/reference/cloud.google.com/go/latest/iam\">iam</a>.<a\n- href=\"/go/docs/reference/cloud.google.com/go/latest/... | Go | Apache License 2.0 | googleapis/google-cloud-go | testing(internal/godocfx): update goldens to reflect IAM carveout (#5286) | 1 | testing | internal/godocfx |
841,421 | 05.01.2022 16:05:26 | -32,400 | 4cbe8d18bb10dfa8a333931767ebf958dab3bbae | chore(ci): Use `RUSTFLAGS` for linux | [
{
"change_type": "MODIFY",
"diff": "@@ -51,8 +51,8 @@ jobs:\ndocker pull $DOCKER_REGISTRY_URL/napi-rs/napi-rs/nodejs-rust:lts-debian\ndocker tag $DOCKER_REGISTRY_URL/napi-rs/napi-rs/nodejs-rust:lts-debian builder\nbuild: |\n- docker run --rm -v ~/.cargo/git:/root/.cargo/git -v ~/.cargo/registry:/root/.cargo... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Use `RUSTFLAGS` for linux | 1 | chore | ci |
841,421 | 05.01.2022 16:12:53 | -32,400 | bf0acd13da50a500414edbaf686a0632736f66fd | chore(ci): Use more `RUSTFLAGS` | [
{
"change_type": "MODIFY",
"diff": "@@ -124,8 +124,8 @@ jobs:\ndocker pull ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine\ndocker tag ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine builder\nbuild: |\n- docker run --rm -v ~/.cargo/git:/root/.cargo/git -v ~/.cargo/registry:/root/.cargo/registry -v $(pwd):/bui... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Use more `RUSTFLAGS` | 1 | chore | ci |
841,421 | 05.01.2022 16:15:31 | -32,400 | fef844954b6aecd610c87ccb5ec30a2b08bd328a | chore(ci): Fix musl | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ jobs:\ndocker tag $DOCKER_REGISTRY_URL/napi-rs/napi-rs/nodejs-rust:lts-alpine builder\nbuild: |\ndocker run --rm -v ~/.cargo/git:/root/.cargo/git -v ~/.cargo/registry:/root/.cargo/registry -v $(pwd):/build -w /build builder sh -c \"RUSTFLAGS='-C target-f... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Fix musl | 1 | chore | ci |
889,620 | 05.01.2022 16:24:18 | -28,800 | 3962e8ee6eb1d55fc45dcc3b0d1f3b964b6aded5 | refactor: move library checks to task receiver | [
{
"change_type": "MODIFY",
"diff": "@@ -53,8 +53,8 @@ class TaskHandler(\ntaskReceiver.analyzeUnknownAndOutdatedBooks(library)\ntaskReceiver.hashBooksWithoutHash(library)\ntaskReceiver.hashBookPagesWithMissingHash(library)\n- if (library.repairExtensions) taskReceiver.repairExtensions(library, LOWEST_PRIORI... | Kotlin | MIT License | gotson/komga | refactor: move library checks to task receiver | 1 | refactor | null |
865,939 | 05.01.2022 16:39:00 | -3,600 | cb06be7cb9d13656bbf62ff2b7f1f828c11653a3 | feat: open log view from notifications
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,28 @@ export default class Notification extends PureComponent {\nthis.props.close();\n}\n+ getContent() {\n+ const {\n+ content,\n+ close\n+ } = this.props;\n+\n+ // allow button to close notification\n+ if (content && content.type === 'button') {\n+ const on... | JavaScript | MIT License | camunda/camunda-modeler | feat: open log view from notifications
Closes #2643 | 1 | feat | null |
217,922 | 05.01.2022 17:09:21 | -3,600 | 442ad726afdf223185e129e9554228e22c07ae20 | fix(log-tracker): remove useless ids shown in parenthesis | [
{
"change_type": "MODIFY",
"diff": "<ng-template #dohTitleTemplate>\n<span [class.not-required]=\"!page.requiredForAchievement\">\n<app-i18n-name content=\"notebookDivision\" [id]=\"page.divisionId\" width=\"50\"></app-i18n-name>\n- ({{page.id}} {{page.divisionId}})\n<span *ngIf=\"page.requiredForAchievemen... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): remove useless ids shown in parenthesis | 1 | fix | log-tracker |
401,147 | 05.01.2022 17:19:25 | -19,080 | 4d02eeab11079f7797fa2840a0f86ba7b9403ff4 | feat: add h6 variant in font variants
affects:
BREAKING CHANGE:
FontVariantTheme type now require h6 variant values also | [
{
"change_type": "MODIFY",
"diff": "-export type FontVariants = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'body1' | 'body2' | 'body3' | 'button1' | 'button2';\n+export type FontVariants = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'body1' | 'body2' | 'body3' | 'button1' | 'button2';\nexport type FontVariantTheme = ... | TypeScript | MIT License | medly/medly-components | feat: add h6 variant in font variants (#567)
affects: @medly-components/theme
BREAKING CHANGE:
FontVariantTheme type now require h6 variant values also | 1 | feat | null |
438,921 | 05.01.2022 17:34:23 | -32,400 | f3690f90a053fe59695bb15e5cb413d718c24b2f | fix(types): Fix plugin's type definition
Generate type.d file on dist folder to make plugin modules
to resolve corresponding type definition file
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,4 @@ const content = {\n\"type\": \"commonjs\"\n};\n-writeJson(resolvePath(\"../dist/package.json\", false), content, e => {\n- console.error(e);\n-});\n+writeJson(resolvePath(\"../dist/package.json\", false), content);\n",
"new_path": "config/cjs.js",
... | TypeScript | MIT License | naver/billboard.js | fix(types): Fix plugin's type definition
Generate type.d file on dist folder to make plugin modules
to resolve corresponding type definition file
Fix #2483 | 1 | fix | types |
438,921 | 05.01.2022 17:40:57 | -32,400 | 4a3a8b328f82cdde1f3548ccdc4162d8dddd489f | skip: rever exports field | [
{
"change_type": "MODIFY",
"diff": "\"require\": \"./dist/billboard.pkgd.js\"\n},\n\"./dist/plugin/*\": {\n- \"import\": \"./dist-esm/plugin/**/*\",\n- \"require\": \"./dist/plugin/pkgd/**/*\"\n+ \"import\": \"./dist-esm/plugin/*.js\",\n+ \"require\": \"./dist/plugin/pkgd/*.js\"\n},\n\"./dist/*\": \"./dist/... | TypeScript | MIT License | naver/billboard.js | skip: rever exports field | 1 | skip | null |
877,015 | 05.01.2022 18:01:10 | -3,600 | 2b0d07cac88ba84c0b6fc4afe60caa1e980387c4 | docs(@vtmn/css): lint overview of price component | [
{
"change_type": "MODIFY",
"diff": "resolved \"https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.0.1.tgz#db0e5eacf96358e04cc501c9008079b25a70a4ac\"\nintegrity sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==\n+\"@vtmn/css-design-tokens@^0.10.2\":\n... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs(@vtmn/css): lint overview of price component | 1 | docs | @vtmn/css |
217,922 | 05.01.2022 18:09:11 | -3,600 | 9c7baa80e1d0d68e65ebb1ed993ed0120fdd6cbe | fix(currency-spending): fixed npc name sometimes missing | [
{
"change_type": "MODIFY",
"diff": "@@ -79,25 +79,23 @@ export class CurrencySpendingComponent extends TeamcraftComponent implements OnI\nthis.results$ = combineLatest([this.currency$, this.server$]).pipe(\nswitchMap(([currency, server]) => {\nthis.loading = true;\n- return this.dataService.getItem(currency... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(currency-spending): fixed npc name sometimes missing | 1 | fix | currency-spending |
217,922 | 05.01.2022 18:19:10 | -3,600 | 167536af00a9da9efe86fb190168691bd746cf0e | fix(layout): grid optimizations for better list display | [
{
"change_type": "MODIFY",
"diff": "[class.odd]=\"odd\" class=\"item-row\"\nfxLayout=\"row wrap\" nz-row *ngIf=\"item$ | async as item\">\n<ng-container *ngIf=\"alarmsDisplay$ | async as alarmsDisplay\">\n- <div [nzSm]=\"alarmsDisplay.alarms?.length > 0?12:6\" class=\"block left-block\" nz-col nzMd=\"8\" [n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): grid optimizations for better list display | 1 | fix | layout |
438,921 | 05.01.2022 18:31:21 | -32,400 | 15a09884561dc5dd6e4953d685c295895d7f5793 | chore(build): add plugin types build cmd for nightly | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ build_nightly() {\n./node_modules/.bin/cross-env VERSION=$VERSION npm run build:theme\n./node_modules/.bin/cross-env VERSION=$VERSION npm run build:plugin\n./node_modules/.bin/cross-env VERSION=$VERSION npm run build:esm\n+ npm run build:plugin:types\n}\... | TypeScript | MIT License | naver/billboard.js | chore(build): add plugin types build cmd for nightly | 1 | chore | build |
217,922 | 05.01.2022 19:25:29 | -3,600 | 80c2f04cc094284f8469c5c8241797cf2e3580c5 | fix(recipe-finder): fixed finder sometimes running forever | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,7 @@ export class RecipeFinderComponent implements OnDestroy {\nthis.settings.showOnlyNotCompletedInRecipeFinder = onlyNotCompleted;\nthis.settings.showOnlyLeveItemsInRecipeFinder = onlyLeveItems;\nconst possibleEntries = [];\n- for (const item of this.pool... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(recipe-finder): fixed finder sometimes running forever | 1 | fix | recipe-finder |
217,922 | 05.01.2022 19:30:51 | -3,600 | 2bfb15cfdea9a0df9e32312129b33729268d5060 | fix(allagan-reports): fixed spawn data not showing on spearfishing | [
{
"change_type": "MODIFY",
"diff": "</div>\n</div>\n<div nz-col nzMd=\"12\" class=\"right-block\" fxLayout=\"column\">\n+ <ng-container *ngIf=\"source === AllaganReportSource.SPEARFISHING\">\n+ <div *ngIf=\"data.spawn !== undefined\">\n+ {{'ALLAGAN_REPORTS.Spawn' | translate}}: {{data.spawn}}:00\n+ </div>\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(allagan-reports): fixed spawn data not showing on spearfishing | 1 | fix | allagan-reports |
418,632 | 05.01.2022 19:31:47 | -28,800 | 1cf446d99ac8bff252820beb7cf7dd036215a864 | feat: support hooks 3 | [
{
"change_type": "MODIFY",
"diff": "@@ -119,5 +119,18 @@ export const analysisDecorator = async (cwd: string) => {\n});\n}\n+ if (Array.isArray(global['HOOKS_ROUTER'])) {\n+ for (const router of global['HOOKS_ROUTER']) {\n+ allFunc[router.functionId] = {\n+ handler: router.handler,\n+ events: [\n+ {\n+ [rou... | TypeScript | MIT License | midwayjs/midway | feat: support hooks 3 (#1524) | 1 | feat | null |
791,284 | 05.01.2022 19:40:38 | 21,600 | bc97804ee4d65f1e01cf26dfc01c69f2f31172f5 | chore(storage): remove runWithRetry | [
{
"change_type": "MODIFY",
"diff": "@@ -55,21 +55,6 @@ func run(ctx context.Context, call func() error, retry *retryConfig, isIdempoten\n})\n}\n-// runWithRetry calls the function until it returns nil or a non-retryable error, or\n-// the context is done.\n-func runWithRetry(ctx context.Context, call func()... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(storage): remove runWithRetry (#5255)
Co-authored-by: Chris Cotter <cjcotter@google.com> | 1 | chore | storage |
551,715 | 05.01.2022 19:53:26 | -7,200 | 34ef49faa17e5406ba9fae4fa59436d0604a3698 | fix(sql): partitioning tables without designated timestamp should not be possible. | [
{
"change_type": "MODIFY",
"diff": "@@ -502,6 +502,9 @@ public final class SqlParser {\nExpressionNode partitionBy = parseCreateTablePartition(lexer, tok);\nif (partitionBy != null) {\n+ if (model.getTimestamp() == null) {\n+ throw SqlException.$(partitionBy.position, \"Partitioning is possible only on tabl... | Java | Apache License 2.0 | questdb/questdb | fix(sql): partitioning tables without designated timestamp should not be possible. (#1760) | 1 | fix | sql |
841,421 | 05.01.2022 19:55:55 | -32,400 | d901b6222f8a77beed64968fcb4764bbacf8c755 | chore(ci): Change version of `rustc` | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,10 @@ rustflags = [\n]\n[target.aarch64-pc-windows-msvc]\n-rustflags = []\n+rustflags = [\n+ \"-Z\",\n+ \"new-llvm-pass-manager=no\",\n+]\n[target.wasm32-unknown-unknown]\nrustflags = [\n",
"new_path": ".cargo/config.toml",
"old_path": ".cargo/config.... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Change version of `rustc` | 1 | chore | ci |
531,793 | 05.01.2022 20:47:46 | 0 | 421b299fa6fffb8e7f645a56ba06ec29ec0c4b89 | fix(ci): ensure package-lock is always correct | [
{
"change_type": "MODIFY",
"diff": "@@ -188,6 +188,26 @@ jobs:\nworkdir: \"./ui\"\nconfig: \"./ui/.depcheckrc.yaml\"\n+ package-lock:\n+ name: Check package-lock.json\n+ runs-on: ubuntu-20.04\n+ steps:\n+ - name: Check out code\n+ uses: actions/checkout@v2\n+\n+ - name: Set up Node JS\n+ uses: actions/setup... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): ensure package-lock is always correct | 1 | fix | ci |
551,634 | 05.01.2022 20:49:18 | 0 | e41058b9cb852139bf74600c33d190ff8fb8dcf9 | fix(cairo): fix o3 partition purge jobs | [
{
"change_type": "MODIFY",
"diff": "@@ -103,9 +103,12 @@ public class O3PurgeDiscoveryJob extends AbstractQueueConsumerJob<O3PurgeDiscove\ntxnList.sort();\nfor (int i = 0, n = txnList.size() - 1; i < n; i++) {\n+ // All readers should be strictly higher than minTxnToExpect\n+ // in order to delete partition... | Java | Apache License 2.0 | questdb/questdb | fix(cairo): fix o3 partition purge jobs (#1762) | 1 | fix | cairo |
217,922 | 05.01.2022 21:08:31 | -3,600 | 5bb81aeec8f4973ca820dc87069646ff43193add | fix(search): remove trailing and leading spaces to avoid search issues | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ export class QuickSearchComponent extends TeamcraftComponent implements OnInit {\nfilter(([query]) => query.length > 1),\nswitchMap(([query, searchType]) => {\nthis.loading = true;\n- return this.data.search(query, searchType, []);\n+ return this.data.se... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): remove trailing and leading spaces to avoid search issues | 1 | fix | search |
217,922 | 05.01.2022 21:18:53 | -3,600 | f0c545b9dfba9a69164ab23266e4838f5b0cd847 | fix(currency-spending): fixed duplicate items in results | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ import { getItemSource } from '../../../modules/list/model/list-row';\nimport { DataType } from '../../../modules/list/data/data-type';\nimport { safeCombineLatest } from '../../../core/rxjs/safe-combine-latest';\nimport { LazyDataFacade } from '../../..... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(currency-spending): fixed duplicate items in results | 1 | fix | currency-spending |
67,497 | 05.01.2022 21:39:15 | 18,000 | b531af3ec4ee7b8c39d0599cd49fb89eb5fa49f6 | chore: add registering a custom element documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -51,5 +51,8 @@ If you want more control over your components or you are a plugin author, you mi\n{% page-ref page=\"using-customelement-decorator.md\" %}\n+## Register your Custom Element\n+To enable the custom markup to be available within your template or globally yo... | TypeScript | MIT License | aurelia/aurelia | chore: add registering a custom element documentation | 1 | chore | null |
306,346 | 05.01.2022 21:46:33 | -11,880 | 7d13e3e37368dd8614a688355eb7389a394e2671 | fix(google): fix few logging resources rfunc call | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import (\nfunc GetLoggingBillingAccountSinkRegistryItem() *schema.RegistryItem {\nreturn &schema.RegistryItem{\nName: \"google_logging_billing_account_sink\",\n- RFunc: NewLoggingBillingAccountBucket,\n+ RFunc: NewLoggingBillingAccountSink,\n}\n}\n",
"... | Go | Apache License 2.0 | infracost/infracost | fix(google): fix few logging resources rfunc call (#1267) | 1 | fix | google |
306,346 | 05.01.2022 22:02:55 | -11,880 | 21426f682ff9c7ec94b94e1359530525347f0271 | feat(google): add intPtr and floatPtr to utils | [
{
"change_type": "MODIFY",
"diff": "@@ -8,10 +8,18 @@ import (\nvar defaultVolumeSize = 10\n+func intPtr(i int64) *int64 {\n+ return &i\n+}\n+\nfunc strPtr(s string) *string {\nreturn &s\n}\n+func floatPtr(f float64) *float64 {\n+ return &f\n+}\n+\nfunc decimalPtr(d decimal.Decimal) *decimal.Decimal {\nretu... | Go | Apache License 2.0 | infracost/infracost | feat(google): add intPtr and floatPtr to utils | 1 | feat | google |
471,134 | 05.01.2022 22:21:08 | -10,800 | 5f3cbc2c2dee6482d396c627a45c951664be3e36 | fix(propagator-jaeger): 0-pad span-id to match 16-symbol validation | [
{
"change_type": "MODIFY",
"diff": "@@ -141,9 +141,10 @@ function deserializeSpanContext(serializedString: string): SpanContext | null {\nreturn null;\n}\n- const [_traceId, spanId, , flags] = headers;\n+ const [_traceId, _spanId, , flags] = headers;\nconst traceId = _traceId.padStart(32, '0');\n+ const spa... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | fix(propagator-jaeger): 0-pad span-id to match 16-symbol validation (#2694)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> | 1 | fix | propagator-jaeger |
777,389 | 05.01.2022 23:17:32 | 28,800 | 7e822f55bf9f366e2551ace513acdefd128c372e | chore: fix default format selection and enum loading in cli | [
{
"change_type": "MODIFY",
"diff": "@@ -309,7 +309,7 @@ class Enum(TypeDef):\nself.members = members\ndef load(self, val: Code) -> Code:\n- return f\"{val}\"\n+ return f\"{self.name}({val})\"\ndef dump(self, val: Code) -> Code:\nreturn f\"{val}.value\"\n",
"new_path": "bindings/generate_bindings.py",
... | Python | Apache License 2.0 | determined-ai/determined | chore: fix default format selection and enum loading in cli (#3384) | 1 | chore | null |
251,199 | 05.01.2022 23:41:06 | 21,600 | 3216962725e8153bd76077df8514c10c68978adc | fix: data_provider, redundant calls of u test functions, listener has been added | [
{
"change_type": "MODIFY",
"diff": "@@ -28,9 +28,11 @@ import org.testng.Reporter;\nimport org.testng.annotations.BeforeSuite;\n/**\n- * Base class for all seam test which requre external configuration\n+ * Base class for all seam test which require external configuration\n*\n- * @author Yuriy Movchan Date:... | Java | MIT License | gluufederation/oxauth | fix: data_provider, redundant calls of u test functions, listener has been added #1595; | 1 | fix | null |
915,264 | 06.01.2022 07:51:05 | -3,600 | ec926b09908e51fe6f4819e281beaf639a22eb69 | feat: add retry and timeout support in authorizers
Adds the ability to define HTTP timeouts for authorizers. | [
{
"change_type": "MODIFY",
"diff": "\"minLength\": 0,\n\"uniqueItems\": true,\n\"default\": []\n+ },\n+ \"retry\": {\n+ \"$ref\": \"#/definitions/retry\"\n}\n},\n\"required\": [\n\"minLength\": 0,\n\"uniqueItems\": true,\n\"default\": []\n+ },\n+ \"retry\": {\n+ \"$ref\": \"#/definitions/retry\"\n}\n},\n\"r... | Go | Apache License 2.0 | ory/oathkeeper | feat: add retry and timeout support in authorizers (#883)
Adds the ability to define HTTP timeouts for authorizers. | 1 | feat | null |
865,919 | 06.01.2022 08:45:53 | -3,600 | e1af6a0d23f174c1c76f78e6958195d8e1e5d8c8 | fix: add missing names for cloud providers
* added some new tests to cover missing cases
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -158,7 +158,7 @@ export default class TabsProvider {\n}\n},\n'cloud-bpmn': {\n- name: null,\n+ name: 'BPMN',\nencoding: ENCODING_UTF8,\nexports: {\npng: EXPORT_PNG,\n@@ -339,7 +339,7 @@ export default class TabsProvider {\n}\n},\n'cloud-form': {\n- name: null,\n+ name:... | JavaScript | MIT License | camunda/camunda-modeler | fix: add missing names for cloud providers
* added some new tests to cover missing cases
Closes #2548 | 1 | fix | null |
126,276 | 06.01.2022 09:40:42 | 10,800 | 6b55b6b87494195590b369083cf30d4d49db80d5 | feat(embedded/store): ranged key update reading | [
{
"change_type": "MODIFY",
"diff": "@@ -310,8 +310,8 @@ func (v *valueRef) Len() uint32 {\nreturn v.valLen\n}\n-func (r *KeyReader) ReadAsBefore(txID uint64) (key []byte, val ValueRef, tx uint64, err error) {\n- key, ktxID, hc, err := r.reader.ReadAsBefore(txID)\n+func (r *KeyReader) ReadBetween(initialTxID... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/store): ranged key update reading
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/store |
791,376 | 06.01.2022 10:14:48 | -19,080 | 22df34b8e7d0d003b3eeaf1c069aee58f30a8dfe | test(spanner)!: fix data race in spanner integration tests | [
{
"change_type": "MODIFY",
"diff": "@@ -143,7 +143,7 @@ func (t *BatchReadOnlyTransaction) PartitionReadUsingIndexWithOptions(ctx contex\nPartitionOptions: opt.toProto(),\n}, gax.WithGRPCOptions(grpc.Header(&md)))\n- if GFELatencyMetricsEnabled && md != nil && t.ct != nil {\n+ if getGFELatencyMetricsFlag() ... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(spanner)!: fix data race in spanner integration tests (#5276)
Co-authored-by: Rahul Yadav <irahul@google.com> | 1 | test | spanner |
756,051 | 06.01.2022 10:18:19 | 21,600 | af1b920531988dbd5117c2e0ed51893e9fdb5a8e | feat(vats): makeBoard in core bootstrap
- factor out makeVatAdminService | [
{
"change_type": "MODIFY",
"diff": "@@ -13,9 +13,12 @@ export const feeIssuerConfig = {\n};\nexport const bootstrapManifest = harden({\n+ // TODO: get rid of (redundant) behaviors. collapse manifest\nbehaviors: {\nconnectVattpWithMailbox: true,\n+ makeVatAdminService: true,\nbuildZoe: true,\n+ makeBoard: tr... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(vats): makeBoard in core bootstrap
- factor out makeVatAdminService | 1 | feat | vats |
791,376 | 06.01.2022 10:26:56 | -19,080 | 7eaaa470fda5dc7cd1ff041d6a898e35fb54920e | fix(spanner): result from unmarshal of string and spanner.NullString type from json should be consistent. | [
{
"change_type": "MODIFY",
"diff": "@@ -286,12 +286,17 @@ func (n *NullString) UnmarshalJSON(payload []byte) error {\nn.Valid = false\nreturn nil\n}\n- payload, err := trimDoubleQuotes(payload)\n- if err != nil {\n+ var s *string\n+ if err := json.Unmarshal(payload, &s); err != nil {\nreturn err\n}\n- n.Str... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(spanner): result from unmarshal of string and spanner.NullString type from json should be consistent. (#5263)
Co-authored-by: Rahul Yadav <irahul@google.com> | 1 | fix | spanner |
428,390 | 06.01.2022 10:45:30 | 18,000 | d5ff074832d8839f242bb8f66735f75b88c85940 | chore(gridfs): improve error message when overrunning file length | [
{
"change_type": "MODIFY",
"diff": "@@ -262,7 +262,9 @@ function doRead(stream: GridFSBucketReadStream): void {\nif (bytesRemaining <= 0) {\nreturn stream.emit(\nGridFSBucketReadStream.ERROR,\n- new MongoGridFSChunkError(`ExtraChunk: Got unexpected n: ${doc.n}`)\n+ new MongoGridFSChunkError(\n+ `ExtraChunk:... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | chore(gridfs): improve error message when overrunning file length (#3094) | 1 | chore | gridfs |
617,459 | 06.01.2022 10:53:53 | -3,600 | b67de96e4a465691cda824ee48e3a16a4ec9430f | fix(frontend): spacing search | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ NODE_ENV=production\n# frontend\nFRONTEND_PORT=3006\n-API_URL=https://api-preprod-code-du-travail-numerique.dev.fabrique.social.gouv.fr/api/v1\n+API_URL=https://api-code-du-travail-numerique-preprod.dev.fabrique.social.gouv.fr/api/v1\nAPI_SIRET2IDCC_URL=ht... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(frontend): spacing search (#4145) | 1 | fix | frontend |
756,051 | 06.01.2022 11:00:01 | 21,600 | 48194ed4dc3584870e95237c79eec7efc5c352b6 | feat(vats): assign client properties on a per-address basis | [
{
"change_type": "MODIFY",
"diff": "// @ts-check\n-import { E, Far } from '@agoric/far';\n-import { makeNotifierKit } from '@agoric/notifier';\n-import { bootstrapManifest } from './bootstrap-behaviors.js';\n+import {\n+ bootstrapManifest,\n+ installClientEgress,\n+} from './bootstrap-behaviors.js';\nexport... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(vats): assign client properties on a per-address basis | 1 | feat | vats |
865,917 | 06.01.2022 11:13:25 | -3,600 | 5ff71eb91bad01316bad9ec358efccd573c4bb08 | docs(tabs): add comment for width markers | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,13 @@ const TABS_OPTS = {\n}\n};\n+/**\n+ * markers to indicate a tab has less width than\n+ * a defined threshold\n+ *\n+ * a) 90px => small\n+ * b) 45px => even smaller\n+ */\nconst SMALL_TAB_WIDTH = 90;\nconst SMALLER_TAB_WIDTH = 45;\n",
"new_path": "c... | JavaScript | MIT License | camunda/camunda-modeler | docs(tabs): add comment for width markers | 1 | docs | tabs |
217,922 | 06.01.2022 11:20:16 | -3,600 | bf49b5c8abd286bc11a038e0a90e47e867697873 | chore: possible prepareData issue fix | [
{
"change_type": "MODIFY",
"diff": "@@ -64,6 +64,9 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\n}\npublic prepareData(list: Partial<List>): List {\n+ if (!list) {\n+ return list as List;\n+ }\nconst clone: List = JSON.parse(JSON.stringify(list));\nif (typeof clone.cre... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: possible prepareData issue fix | 1 | chore | null |
756,051 | 06.01.2022 11:23:04 | 21,600 | c0448baa14178cfd8d7e44c589ff3200bc9a62f4 | refactor(vats): flatten bootstrapManifest 1 step | [
{
"change_type": "MODIFY",
"diff": "@@ -5,8 +5,6 @@ import {\n} from './bootstrap-behaviors.js';\nexport const simBootstrapManifest = harden({\n- behaviors: { installSimEgress: true, ...bootstrapManifest.behaviors },\n- endowments: {\ninstallSimEgress: {\nvatParameters: { argv: { hardcodedClientAddresses: t... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(vats): flatten bootstrapManifest 1 step | 1 | refactor | vats |
756,051 | 06.01.2022 11:23:59 | 21,600 | 4535c8da8db373022a9837fabbae12abf16af196 | feat(vats): agoricNames, namesByAddress, myAddressNameAdmin
here's hoping for a test a la:
```
command[2] E(home.myAddressNameAdmin).getMyAddress()
history[2] "sim-chain-client"
``` | [
{
"change_type": "MODIFY",
"diff": "import { E, Far } from '@agoric/far';\nimport { AssetKind } from '@agoric/ertp';\nimport { makeNotifierKit } from '@agoric/notifier';\n+import { makeNameHubKit } from './nameHub';\nconst { entries, fromEntries } = Object;\n@@ -32,6 +33,7 @@ export const bootstrapManifest ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(vats): agoricNames, namesByAddress, myAddressNameAdmin
here's hoping for a test a la:
```
command[2] E(home.myAddressNameAdmin).getMyAddress()
history[2] "sim-chain-client"
``` | 1 | feat | vats |
418,677 | 06.01.2022 11:29:53 | -28,800 | 3fe983f2a67c366af370c41df98510adf5dab289 | feat: compatible with | [
{
"change_type": "MODIFY",
"diff": "@@ -96,6 +96,10 @@ export class DocumentBuilder {\nreturn this;\n}\n+ public getSchema(name: string): SchemaObject {\n+ return this.document.components.schemas[name] as SchemaObject;\n+ }\n+\npublic addTag(\nname: string,\ndescription = '',\n",
"new_path": "packages/s... | TypeScript | MIT License | midwayjs/midway | feat: compatible with @File/@Files/@Fields (#1527) | 1 | feat | null |
791,253 | 06.01.2022 11:34:10 | 25,200 | 6d1f3f8753f72aa0d3fc6da7e2a0cd5a13c824c4 | chore(.github): remove enocom from CODEOWNERS
Now is the official owner of these libraries. | [
{
"change_type": "MODIFY",
"diff": "# Default owner for all directories not owned by others\n* @googleapis/yoshi-go-admins\n-/bigtable/ @enocom @dmahugh @tritone @telpirion @googleapis/api-bigtable @googleapis/yoshi-go-admins\n+/bigtable/ @dmahugh @tritone @telpirion @googleapis/api-bigtable @googleapis/yos... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(.github): remove enocom from CODEOWNERS (#5296)
Now @telpirion is the official owner of these libraries. | 1 | chore | .github |
802,865 | 06.01.2022 11:49:49 | 10,800 | b00d1a32c2620496c081f740fd719f7eaae5aabe | fix: add event | [
{
"change_type": "MODIFY",
"diff": ":href=\"href\"\n:role=\"href ? '' : 'button'\"\n:aria-busy=\"isLoading\"\n- @click=\"!isLoading && $emit('click')\"\n+ @click=\"click\"\n>\n<Spinner\nv-if=\"isLoading\"\n@@ -47,6 +47,10 @@ export default class Button extends Vue {\n@Prop({ default: false }) isLoading!: IB... | TypeScript | Apache License 2.0 | juntossomosmais/venice | fix: add event | 1 | fix | null |
126,276 | 06.01.2022 11:56:38 | 10,800 | 6bfa871294f351ee6d49dbe94c5c2c0ec635aa47 | feat(embedded/sql): queries with temporal ranges | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ func TestGroupedRowReader(t *testing.T) {\nrequire.NotNil(t, index)\nrequire.Equal(t, table.primaryIndex, index)\n- r, err := newRawRowReader(tx, table, 0, \"\", &ScanSpecs{index: table.primaryIndex})\n+ r, err := newRawRowReader(tx, table, nil, \"\", &S... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/sql): queries with temporal ranges
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/sql |
104,828 | 06.01.2022 13:03:28 | -3,600 | 4c69c518e0364000ba25d40514989fc145472db2 | docs(list): add info about deprecation | [
{
"change_type": "MODIFY",
"diff": "@@ -94,11 +94,11 @@ const yankees = {\n### ListItemPropTypes\n| Name | Type | Default | Description |\n-| :--------------------- | :------------------------------- | :------ | :-------------------------------------------------------------- |\n+| :--------------------- | :... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | docs(list): add info about deprecation | 1 | docs | list |
217,922 | 06.01.2022 13:25:50 | -3,600 | bfa7b469f90245482b7bfbb371f41e1e6a449ef6 | fix(rotation-finder): now applying consumables from rotation properly | [
{
"change_type": "MODIFY",
"diff": "<div fxLayout=\"column\" fxLayoutGap=\"10px\" *ngIf=\"rotations$ | async as rows; else loader\">\n<nz-empty *ngIf=\"rows.length === 0\" [nzNotFoundContent]=\"'SIMULATOR.No_matching_rotations' | translate\"></nz-empty>\n<nz-divider *ngIf=\"rows.length > 0\" [nzText]=\"'SIM... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(rotation-finder): now applying consumables from rotation properly | 1 | fix | rotation-finder |
342,861 | 06.01.2022 13:39:13 | -3,600 | bd05e00a1f328e2026dec47584357cea09fbab4a | fix(InputField): fix placeholder type | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ After adding import into your project you can use it simply like:\nTable below contains all types of the props available in InputField component.\n| Name | Type | Default | Description |\n-| :----------- | :------------------------- | :--------- | :-----... | JavaScript | MIT License | kiwicom/orbit | fix(InputField): fix placeholder type | 1 | fix | InputField |
366,946 | 06.01.2022 13:49:31 | -32,400 | b72c43edc1e28d8c5b2771e7e60c8deffd8eb757 | fix: fix broken layout of FlaotArea on mobile device | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import styled, { css } from 'styled-components'\nimport { DialogBase as BaseComponent } from '../Base'\nimport { FaExclamationCircleIcon, FaExclamationTriangleIcon } from '../Icon'\nimport { Text } from '../Text'\n-import { LineUp } from '../Layout'\n+im... | TypeScript | MIT License | kufu/smarthr-ui | fix: fix broken layout of FlaotArea on mobile device (#2164) | 1 | fix | null |
342,861 | 06.01.2022 13:58:10 | -3,600 | 9c38b5d021b98ce45de39a37fa8dbff19e6ad408 | fix(ButtonPrimitive): remove line-height | [
{
"change_type": "MODIFY",
"diff": "@@ -127,7 +127,6 @@ export const StyledButtonPrimitive: any = styled(\nfont-family: ${theme.orbit.fontFamily};\nfont-weight: ${fontWeight || theme.orbit.fontWeightMedium};\nfont-size: ${fontSize};\n- line-height: 1.4; // preventing inheriting with safe value\ncursor: ${di... | JavaScript | MIT License | kiwicom/orbit | fix(ButtonPrimitive): remove line-height | 1 | fix | ButtonPrimitive |
711,597 | 06.01.2022 14:08:36 | 0 | 87f9f7817d1afea343439bfd5563fd943d4edb43 | fix(admin-ui): Improve handling of locale combinations | [
{
"change_type": "MODIFY",
"diff": "@@ -33,5 +33,27 @@ export abstract class LocaleBasePipe implements OnDestroy, PipeTransform {\n}\n}\n+ /**\n+ * Returns the active locale after attempting to ensure that the locale string\n+ * is valid for the Intl API.\n+ */\n+ protected getActiveLocale(localeOverride?: ... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Improve handling of locale combinations | 1 | fix | admin-ui |
217,922 | 06.01.2022 14:31:40 | -3,600 | c3e0241e80f31f2e846cf08580368139972a2cfb | feat(simulator): new "show more" button in rotation finder and stats toggle | [
{
"change_type": "MODIFY",
"diff": "+<nz-card>\n+ <div fxLayout=\"row\" fxLayoutGap=\"5px\">\n+ <div fxLayout=\"row\" fxLayoutGap=\"5px\">\n+ <div><label nz-checkbox [ngModel]=\"showRotationsAboveStats$ | async\" (ngModelChange)=\"showRotationsAboveStats$.next($event)\"></label></div>\n+ <div>{{'SIMULATOR.S... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): new "show more" button in rotation finder and stats toggle | 1 | feat | simulator |
426,727 | 06.01.2022 14:33:28 | -10,800 | 73286ca6686f024131cfef22e724acdbeb359155 | fix: add missing exports to mjs entrypoints | [
{
"change_type": "ADD",
"diff": "+---\n+'@web/dev-server-rollup': patch\n+'@web/test-runner-commands': patch\n+---\n+\n+Add missing exports to mjs entrypoints\n",
"new_path": ".changeset/eighty-eggs-juggle.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "// this file is autog... | TypeScript | MIT License | modernweb-dev/web | fix: add missing exports to mjs entrypoints (#1836) | 1 | fix | null |
426,654 | 06.01.2022 14:35:55 | -7,200 | 6f5a500a60abebacaf72d14e95633d01786a0df9 | chore: disable FORCE_COLOR on GitHub Actions | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,8 @@ jobs:\n- name: Setup Node.js 12\nuses: actions/setup-node@v2\n+ env:\n+ FORCE_COLOR: 0\nwith:\nnode-version: 12.x\nregistry-url: 'https://registry.npmjs.org'\n",
"new_path": ".github/workflows/canary.yml",
"old_path": ".github/workflows/canary.ym... | TypeScript | MIT License | modernweb-dev/web | chore: disable FORCE_COLOR on GitHub Actions (#1839) | 1 | chore | null |
306,346 | 06.01.2022 14:39:22 | -11,880 | 007af180732f4a2ad204473b44f020f7dcb79076 | fix(azure): add missing usage data examples | [
{
"change_type": "MODIFY",
"diff": "@@ -625,7 +625,9 @@ resource_usage:\nmonthly_data_ingested_gb: 1000 # Monthly amount of data ingested in GB.\nazurerm_automation_account.my_account:\n+ non_azure_config_node_count: 2 # Number of non-Azure configuration nodes.\nmonthly_watcher_hours: 0 # Monthly number of ... | Go | Apache License 2.0 | infracost/infracost | fix(azure): add missing usage data examples (#1270) | 1 | fix | azure |
551,635 | 06.01.2022 14:52:14 | -7,200 | b68e4f4ece481eb0bebdbb9e9641df686ff5d168 | feat(ui): implement Tree component to handle hierarchical views | [
{
"change_type": "MODIFY",
"diff": "@@ -48,6 +48,7 @@ module.exports = {\n},\nplugins: [\"@typescript-eslint\", \"babel\", \"prettier\", \"react\", \"standard\"],\nrules: {\n+ \"react/display-name\": \"off\",\n\"react-hooks/exhaustive-deps\": \"off\",\n\"react/jsx-no-bind\": \"off\",\n\"react/no-deprecated\... | Java | Apache License 2.0 | questdb/questdb | feat(ui): implement Tree component to handle hierarchical views (#1710) | 1 | feat | ui |
791,255 | 06.01.2022 15:13:50 | 28,800 | 132904a061809ba7117c51e8a8000f1adac34e48 | feat(bigquery): support null marker for csv in external data config | [
{
"change_type": "MODIFY",
"diff": "@@ -219,6 +219,10 @@ type CSVOptions struct {\n// The number of rows at the top of a CSV file that BigQuery will skip when\n// reading data.\nSkipLeadingRows int64\n+\n+ // An optional custom string that will represent a NULL\n+ // value in CSV import data.\n+ NullMarker ... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(bigquery): support null marker for csv in external data config (#5287) | 1 | feat | bigquery |
217,922 | 06.01.2022 15:54:15 | -3,600 | ca99e5daccc48c04df3e277adae82395dffa8755 | feat(simulator): new toggle to show full buttons instead of small icons | [
{
"change_type": "MODIFY",
"diff": "<ng-container *ngIf=\"rotation$ | async as rotation\">\n<div *ngIf=\"!rotation.notFound; else notFound\" fxLayout=\"row\" fxLayout.lt-md=\"column\" fxLayoutGap=\"10px\">\n- <div class=\"buttons\" fxLayout=\"column\" fxLayout.lt-md=\"row wrap\" fxLayoutAlign=\"center cente... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): new toggle to show full buttons instead of small icons | 1 | feat | simulator |
504,030 | 06.01.2022 16:00:34 | 18,000 | ed9da575fddf9fe7af8a891972f7a66520785411 | fix(TopologyControlBar): Update screen reader className to latest | [
{
"change_type": "MODIFY",
"diff": "@@ -271,7 +271,9 @@ export const TopologyControlBar: React.FunctionComponent<TopologyControlBarProps\nvariant=\"tertiary\"\n>\n{button.icon}\n- {(button.ariaLabel || button.tooltip) && <span className=\"sr-only\">{button.ariaLabel || button.tooltip}</span>}\n+ {(button.ar... | TypeScript | MIT License | patternfly/patternfly-react | fix(TopologyControlBar): Update screen reader className to latest (#6739)
Co-authored-by: Jeff Puzzo <jeffrey.puzzo@gmail.com> | 1 | fix | TopologyControlBar |
889,620 | 06.01.2022 16:15:08 | -28,800 | 6f26c2c9268fdf8c07fe71226727e3c616ae3a61 | feat(webui): display page size in book import dialog | [
{
"change_type": "MODIFY",
"diff": "<thead>\n<tr>\n<th>{{ $t('dialog.transient_book_details.pages_table.index') }}</th>\n- <th>{{ $t('dialog.transient_book_details.pages_table.filename') }}</th>\n- <th>{{ $t('dialog.transient_book_details.pages_table.media_type') }}</th>\n- <th>{{ $t('dialog.transient_book_... | Kotlin | MIT License | gotson/komga | feat(webui): display page size in book import dialog | 1 | feat | webui |
426,727 | 06.01.2022 16:19:42 | -10,800 | 24cc92122bd8ba118fec3db287b982979a66f3cd | fix: add sendMousePlugin to the default test runner config | [
{
"change_type": "ADD",
"diff": "+---\n+'@web/test-runner': patch\n+---\n+\n+Add `sendMousePlugin` to the default test runner config so that it will load automatically.\n",
"new_path": ".changeset/kind-owls-rest.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@... | TypeScript | MIT License | modernweb-dev/web | fix: add sendMousePlugin to the default test runner config (#1838) | 1 | fix | null |
777,389 | 06.01.2022 16:26:32 | 28,800 | 47b2375d82940f704467b60bb4feb6b68cdaa90f | fix: fix forked experiments missing username in memory
Share the logic for setting user information on experiment creation between
old and new endpoints | [
{
"change_type": "MODIFY",
"diff": "@@ -708,7 +708,12 @@ func (a *apiServer) CreateExperiment(\ndetParams.ParentID = &parentID\n}\n- dbExp, validateOnly, taskSpec, err := a.m.parseCreateExperiment(&detParams)\n+ user, _, err := grpcutil.GetUser(ctx, a.m.db, &a.m.config.InternalConfig.ExternalSessions)\n+ if... | Python | Apache License 2.0 | determined-ai/determined | fix: fix forked experiments missing username in memory (#3392)
Share the logic for setting user information on experiment creation between
old and new endpoints | 1 | fix | null |
780,866 | 06.01.2022 16:35:37 | 10,800 | 2808afa22cdb5452ebd80116b5070cdae56fc712 | feat(twbs/icons): optional backport for .fa- icon class names with `$icons-fa-backport`
true by default for now (yet) | [
{
"change_type": "MODIFY",
"diff": "// Curated icons list\n// Font files generated with http://fontello.com\n-$icons-font: \"line-awesome\" !default;\n+$icons-font: \"font-awesome\" !default;\n$icons-font-file: \"../assets/icons/\" + $icons-font + \"/font/storefront-icons\";\n+// Optional backport for .fa-*... | JavaScript | MIT License | ecomplus/storefront | feat(twbs/icons): optional backport for .fa- icon class names with `$icons-fa-backport`
true by default for now (yet) | 1 | feat | twbs/icons |
711,597 | 06.01.2022 16:41:01 | 0 | 4a11666463ae36109e741d64efff08c2cf7bb666 | fix(core): Correctly hydrate nested relations of empty array
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -140,6 +140,15 @@ describe('Entity hydration', () => {\nexpect(hydrateProductAsset.assets).toEqual([]);\n});\n+ // https://github.com/vendure-ecommerce/vendure/issues/1324\n+ it('correctly handles empty nested array relations', async () => {\n+ const { hydrateProductWi... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Correctly hydrate nested relations of empty array
Fixes #1324 | 1 | fix | core |
841,421 | 06.01.2022 17:03:28 | -32,400 | c34f1a977fac44813ebda5beb77b6444469e36e4 | chore(ci): Fix publish script
swc_plugin_runner:
- Use patched version of `cranelift-codegen`. | [
{
"change_type": "MODIFY",
"diff": "@@ -9,12 +9,15 @@ env:\non:\npush:\n+ branches:\n+ - ci\n+ - main\ntags:\n- v*\njobs:\nbuild:\n- if: ${{ startsWith(github.ref, 'refs/tags/v') }}\n+ if: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/ci' }}\nstrategy:\nfail-fast: false\nmatrix:\n@@... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Fix publish script (#3197)
swc_plugin_runner:
- Use patched version of `cranelift-codegen`. | 1 | chore | ci |
711,600 | 06.01.2022 17:07:59 | -3,600 | fc739c50eef889b2acc14f1f2c4e8e9e2aa2d59e | fix(core): Fix PromotionActions not passing state correctly
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -309,7 +309,7 @@ export class PromotionOrderAction<\n/** @internal */\nexecute(ctx: RequestContext, order: Order, args: ConfigArg[], state: PromotionState) {\n- const actionState = this.conditions ? pick(state, Object.keys(this.conditions)) : {};\n+ const actionState =... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix PromotionActions not passing state correctly (#1323)
Closes #1322 | 1 | fix | core |
366,946 | 06.01.2022 17:22:15 | -32,400 | 3c5e8f24cf0fb977865fecf136d37789de34934e | fix: change to prevent to fire onAdd when assigning to input.files | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ export const InputFile: VFC<Props> = ({\nconst theme = useTheme()\nconst FileButtonWrapperClassName = `${disabled ? 'disabled' : ''}`\nconst FileButtonClassName = `${size}`\n+ const isUpdatingFiles = React.useRef(false)\nconst inputRef = useRef<HTMLInput... | TypeScript | MIT License | kufu/smarthr-ui | fix: change to prevent to fire onAdd when assigning to input.files (#2165) | 1 | fix | null |
791,400 | 06.01.2022 17:53:23 | 18,000 | b1cf7f05fda9b06494889bdf28d520dfaf741c1d | doc(storage): improve retry package docs
Add more information to package docs about retry strategy, and
give a short example. This will appear in the docs at | [
{
"change_type": "MODIFY",
"diff": "@@ -19,15 +19,9 @@ Google Cloud Storage stores data in named objects, which are grouped into bucket\nMore information about Google Cloud Storage is available at\nhttps://cloud.google.com/storage/docs.\n-See https://godoc.org/cloud.google.com/go for authentication, timeout... | Go | Apache License 2.0 | googleapis/google-cloud-go | doc(storage): improve retry package docs (#5300)
Add more information to package docs about retry strategy, and
give a short example. This will appear in the docs at
https://pkg.go.dev/cloud.google.com/go/storage | 1 | doc | storage |
841,421 | 06.01.2022 18:01:08 | -32,400 | e19fe7d33b2a18c1b068c2f808f3ea72f1ccff15 | chore(ci): Remove redudant plugin test | [
{
"change_type": "DELETE",
"diff": "-import swc from '../..';\n-\n-// it(\"should resolve\", async () => {\n-// const { code } = await swc.transform(`console.log(\"Should be removed\")`, {\n-// jsc: {\n-// experimental: {\n-// plugins: [\n-// ['internal-test', {}]\n-// ]\n-// }\n-// }\n-// });\n-\n-// expec... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Remove redudant plugin test | 1 | chore | ci |
401,147 | 06.01.2022 18:20:31 | -19,080 | a32de6b42e8b653192510f4b298bdc7dd2e2806b | fix: update font size of nav item in header component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ const style = (state: 'default' | 'hovered' | 'pressed' | 'active') => css`\n`;\nexport type NavItemProps = { isActive?: boolean };\n+\nexport const NavItem = styled.button<NavItemProps>`\ncolor: ${({ theme }) => theme.header.navItem.fontColor};\npadding... | TypeScript | MIT License | medly/medly-components | fix: update font size of nav item in header component
affects: @medly-components/layout | 1 | fix | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.