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
392,551
23.11.2021 13:57:05
-3,600
025a8b79c6209cfac06c72292ae13ec15ea9e0cf
feat: expose geo conversion methods in api
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,6 @@ export function fetchArrayBuffer(\nconst method = \"GET\";\nconst responseType = \"arraybuffer\";\nreturn xhrFetch(url, method, responseType, [], null, abort);\n-\n}\nexport function xhrFetch(\n", "new_path": "src/api/Common.ts", "old_path": "src...
TypeScript
MIT License
mapillary/mapillary-js
feat: expose geo conversion methods in api
1
feat
null
699,187
23.11.2021 14:05:32
28,800
bc077c536c4259d1752cef8e2451572746662464
fix(website): roadmap ToC improvements
[ { "change_type": "MODIFY", "diff": "@@ -40,13 +40,14 @@ const Roadmap: React.FC<RoadmapProps> = ({data}) => {\n<Box width=\"100%\">\n<Stack orientation=\"vertical\" spacing=\"space190\">\n{data.map((release) => {\n- const releaseSlug = `#${slugify(release.release)}`;\n+ const releaseSlug = slugify(release.r...
TypeScript
MIT License
twilio-labs/paste
fix(website): roadmap ToC improvements (#2069)
1
fix
website
688,524
23.11.2021 14:18:56
-3,600
f2cfa91b96cdd7d931fac10e82c10d0a35f5ec2a
chore: copy package.json to dist-package after version bumb
[ { "change_type": "MODIFY", "diff": "\"directory\": \"dist-package\"\n},\n\"scripts\": {\n- \"build:package\": \"cross-env NODE_ENV=production node ../../bin/build.js --tsConfig=./tsconfig.build.json\"\n+ \"build:package\": \"cross-env NODE_ENV=production node ../../bin/build.js --tsConfig=./tsconfig.build.j...
TypeScript
MIT License
toptal/picasso
chore: copy package.json to dist-package after version bumb (#2275)
1
chore
null
306,320
23.11.2021 14:34:23
0
d6423cc03075afeec4e8f85db2bddd0ace769ca0
enhance: strip output added by setup-terraform wrapper
[ { "change_type": "MODIFY", "diff": "@@ -133,6 +133,10 @@ func TestInstanceWithAttachmentAfterDeploy(t *testing.T) {\nGoldenFileCommandTest(t, testutil.CalcGoldenFileTestdataDirName(), []string{\"breakdown\", \"--path\", \"./testdata/instance_with_attachment_after_deploy.json\"}, nil)\n}\n+func TestBreakdown...
Go
Apache License 2.0
infracost/infracost
enhance: strip output added by setup-terraform wrapper (#1146)
1
enhance
null
306,320
23.11.2021 14:34:30
0
57b9a8e79f3c6d1ffcd90736c8bc0c10700d43c6
enhance: show count of skipped projects instead of list in summary
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,10 @@ func TestOutputFormatGithubComment(t *testing.T) {\nGoldenFileCommandTest(t, testutil.CalcGoldenFileTestdataDirName(), []string{\"output\", \"--format\", \"github-comment\", \"--path\", \"./testdata/example_out.json\", \"--path\", \"./testdata/terraform...
Go
Apache License 2.0
infracost/infracost
enhance: show count of skipped projects instead of list in summary (#1147)
1
enhance
null
791,682
23.11.2021 14:37:55
18,000
d8ae643f185eddcd73b37091bd666a459e8afec7
docs: example to save flow as json
[ { "change_type": "MODIFY", "diff": "@@ -225,6 +225,8 @@ async function main() {\n// Get the comprehensive flow report.\nwriteFileSync('report.html', flow.generateReport());\n+ // Save results as JSON.\n+ writeFileSync('flow-result.json', JSON.stringify(flow.getFlowResult(), null, 2));\n// Cleanup.\nawait br...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: example to save flow as json (#13415)
1
docs
null
127,935
23.11.2021 14:47:19
-7,200
0e970d02b4284f4cf2f7456a4ff6c29311465bd8
fix: Dialog to support ColorCodes (e.g gohan.100 etc)
[ { "change_type": "MODIFY", "diff": "import rem from 'polished/lib/helpers/rem';\nimport styled from 'styled-components';\nimport { ColorProps } from '@heathmont/moon-themes';\n-import { mq } from '@heathmont/moon-utils';\n+import { mq, themed } from '@heathmont/moon-utils';\n/* Layout\n=====================...
TypeScript
MIT License
coingaming/moon-design
fix: Dialog to support ColorCodes (e.g gohan.100 etc)
1
fix
null
667,635
23.11.2021 15:04:33
-28,800
336ac11f55be3d84c97094a577dc51a95065408e
refactor(ios): refactor hippy_debug macor usage
[ { "change_type": "MODIFY", "diff": "@@ -338,16 +338,12 @@ HIPPY_NOT_IMPLEMENTED(-(instancetype)init)\n// Sanitize the bundle URL\n_bundleURL = [HippyConvert NSURL:_bundleURL.absoluteString];\n-#ifndef HIPPY_DEBUG\n@try {\n-#endif\n[self createBatchedBridge];\n[self.batchedBridge start];\n-#ifndef HIPPY_DEBU...
C++
Apache License 2.0
tencent/hippy
refactor(ios): refactor hippy_debug macor usage
1
refactor
ios
386,581
23.11.2021 15:08:11
-7,200
a982fd8fd00d26f14b82e4a56f9dd2ed4c40293f
fix(build): Remove getMeta from context.
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,6 @@ async function buildPage({ page, index, context, checkDuplicatePageId }) {\nconst operators = new Set();\nawait buildBlock(page, {\nauth: page.auth,\n- getMeta: context.getMeta,\noperators,\npageId: page.pageId,\nrequests,\n", "new_path": "packages/b...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Remove getMeta from context.
1
fix
build
688,524
23.11.2021 15:13:47
-3,600
3778257a47878e57efd78d42417d04c79e4699fc
chore: remove the dist-package/dist-package
[ { "change_type": "MODIFY", "diff": "},\n\"scripts\": {\n\"build:package\": \"cross-env NODE_ENV=production node ../../bin/build.js --tsConfig=./tsconfig.build.json\",\n- \"prepublishOnly\": \"if [ -d dist-package ]; then cp ./package.json ./dist-package/package.json ./dist-package/dist-package/; fi\"\n+ \"p...
TypeScript
MIT License
toptal/picasso
chore: remove the dist-package/dist-package (#2279)
1
chore
null
942,581
23.11.2021 15:21:27
25,200
3eee1cd65e23af667ab492890a7f7fc19dd9fd40
ci: Add parallel PR verification [skip-release] Add concurrency to the PR build process to decrease the time we have to wait for pull requests to be verified. Also Cypress retries were added. [category:Infrastructure]
[ { "change_type": "MODIFY", "diff": "@@ -3,13 +3,11 @@ name: Pull Request\non: pull_request\njobs:\n- verify:\n+ install:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v2\n- with:\n- fetch-depth: 0 # Required to retrieve git history\n- uses: actions/setup-node@v2\nwith:\nnode-version: 14.x\n@@ -2...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Add parallel PR verification [skip-release] (#1354) Add concurrency to the PR build process to decrease the time we have to wait for pull requests to be verified. Also Cypress retries were added. [category:Infrastructure]
1
ci
null
386,581
23.11.2021 15:25:32
-7,200
fa97eb6a34ae0ea08ae341959c461d5be4f4ba49
feat: Make a dev dependency of server.
[ { "change_type": "MODIFY", "diff": "@@ -5680,6 +5680,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/block-utils\", \"workspace:packages/utils/block-utils\"],\n[\"@lowdefy/blocks-antd\", \"workspace:packages/plugins/blocks/blocks-antd\"],\n[\"@lowdefy/blocks-basic\", \"workspace:pa...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Make @lowdefy/build a dev dependency of server.
1
feat
null
866,395
23.11.2021 15:27:20
18,000
9685ee93c9ed8ab11b455984e7f68b7ee932d9f8
fix(leaving-ibm): update open attribute; fixes ### Related Ticket(s) ### Description This fixes an attribute in the `leaving-ibm` component to allow it to correctly toggle the open/close states. ### Changelog **Changed** make `open` attribute in `leaving-ibm-composite` boolean
[ { "change_type": "MODIFY", "diff": "@@ -94,7 +94,7 @@ class DDSLeavingIbmComposite extends ModalRenderMixin(LitElement) {\nrenderModal() {\nconst { open, leavingIbmCopy, leavingIbmButtonLabel, href } = this;\nreturn html`\n- <dds-leaving-ibm-modal open=\"${open}\">\n+ <dds-leaving-ibm-modal ?open=\"${open}\...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(leaving-ibm): update open attribute; fixes #7740 (#7742) ### Related Ticket(s) #7740 ### Description This fixes an attribute in the `leaving-ibm` component to allow it to correctly toggle the open/close states. ### Changelog **Changed** - make `open` attribute in `leaving-ibm-composite` boolean
1
fix
leaving-ibm
269,464
23.11.2021 15:28:31
10,800
611313571e836dc32efa9d82763d7313e6bad212
docs: pro schema
[ { "change_type": "MODIFY", "diff": "},\n\"BuildHookConfig\": {\n\"properties\": {\n- \"Pre\": {\n+ \"pre\": {\n\"items\": {\n\"oneOf\": [\n{\n]\n}\n},\n- \"Post\": {\n+ \"post\": {\n\"items\": {\n\"oneOf\": [\n{\n},\n\"PreBuiltOptions\": {\n\"properties\": {\n- \"Path\": {\n+ \"path\": {\n\"type\": \"string...
Go
MIT License
goreleaser/goreleaser
docs: pro schema
1
docs
null
791,704
23.11.2021 15:33:16
21,600
4af91b4cc6adf5efb025f03a5fa961fe10cd8f09
misc(build): use rollup to create lr report generator
[ { "change_type": "MODIFY", "diff": "*/\n'use strict';\n-const browserify = require('browserify');\nconst rollup = require('rollup');\nconst rollupPlugins = require('./rollup-plugins.js');\nconst fs = require('fs');\nconst path = require('path');\nconst bundleBuilder = require('./build-bundle.js');\nconst {L...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): use rollup to create lr report generator (#13416)
1
misc
build
866,400
23.11.2021 15:34:23
18,000
e1bba131aaa0d4b01229aa0078d5163079769e89
test(feature-card): fix firefox test failure ### Related Ticket(s) Fixes ### Description Modifies pseudoelement style checking to use the standard format [as specified in MDN](https://developer.mozilla.org/en-US/docs/Web/API/Window/getComputedStyle#use_with_pseudo-elements) Before: `window.getComputedStyle($els[0], 'after')` After: `window.getComputedStyle($els[0], ':after')` ### Changelog **Changed** fixed testing errors
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ describe('Feature Card | medium', () => {\nit(\"should check that the footer's pseudo class takes up entire card to be clickable\", () => {\ncy.get('.bx--feature-card a.bx--link').then($els => {\nconst win = $els[0].ownerDocument.defaultView;\n- const af...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
test(feature-card): fix firefox test failure (#7739) ### Related Ticket(s) Fixes #7716 ### Description Modifies pseudoelement style checking to use the standard format [as specified in MDN](https://developer.mozilla.org/en-US/docs/Web/API/Window/getComputedStyle#use_with_pseudo-elements) Before: `window.getComputedStyle($els[0], 'after')` After: `window.getComputedStyle($els[0], ':after')` ### Changelog **Changed** - fixed testing errors
1
test
feature-card
777,353
23.11.2021 15:40:13
21,600
f15a1fcccc85bb2bf0f351f73f6dfe4be84f3dbc
feat: add link to docs in Model Registry empty state
[ { "change_type": "MODIFY", "diff": ".medium { font-size: var(--theme-sizes-icon-medium); }\n.large { font-size: var(--theme-sizes-icon-large); }\n.big { font-size: var(--theme-sizes-icon-big); }\n+.great { font-size: var(--theme-sizes-icon-great); }\n+.huge { font-size: var(--theme-sizes-icon-huge); }\n+.en...
Python
Apache License 2.0
determined-ai/determined
feat: add link to docs in Model Registry empty state (#3226)
1
feat
null
942,581
23.11.2021 15:40:54
25,200
daeaea0c1f4de83857305de2108ebc6ebb8233a0
fix(popup): Fix PopupCard styles to be more easily overridden `PopupCard` defines `width`, `position`, and `maxWidth` in Emotion styles instead of style props making overriding styles inconsistent. This change moves all layout styles into style props. [category:Components]
[ { "change_type": "MODIFY", "diff": "@@ -42,13 +42,7 @@ const popupAnimation = (transformOrigin: TransformOrigin) => {\nconst StyledPopupCard = styled(Card)<\nStyledType & {width?: number | string; transformOrigin?: TransformOrigin}\n->(\n- {\n- position: 'relative',\n- maxWidth: `calc(100vw - ${space.l})`,\...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(popup): Fix PopupCard styles to be more easily overridden (#1352) `PopupCard` defines `width`, `position`, and `maxWidth` in Emotion styles instead of style props making overriding styles inconsistent. This change moves all layout styles into style props. [category:Components]
1
fix
popup
551,722
23.11.2021 16:05:28
-3,600
ce5977cb08dc8d60e42896d3dcaf867907fb6d5c
feat(ui): collapsible table schema panel
[ { "change_type": "MODIFY", "diff": "@@ -169,6 +169,8 @@ export const Splitter = ({\n(min == null && max == null)\n) {\nsetGhostPosition(position)\n+ } else if (min != null && position <= min && firstChild.current) {\n+ setGhostPosition(firstChild.current.getBoundingClientRect().left)\n}\n},\n[direction, max...
Java
Apache License 2.0
questdb/questdb
feat(ui): collapsible table schema panel (#1593)
1
feat
ui
711,597
23.11.2021 16:07:54
-3,600
0363fc77fb9bf557edeb02a8309a51f01879e540
chore: Set max workers for e2e tests to 3
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ module.exports = {\nmoduleFileExtensions: ['js', 'json', 'ts'],\nrootDir: packageDirname,\ntestRegex: '.e2e-spec.ts$',\n+ maxWorkers: 3,\ntransform: {\n'^.+\\\\.ts$': 'ts-jest',\n},\n", "new_path": "e2e-common/jest-config.js", "old_path": "e2e-co...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Set max workers for e2e tests to 3
1
chore
null
141,508
23.11.2021 16:09:15
-39,600
80f02bd8c3bb7a4578fb282badd4d049f02b5ac7
fix: Remove Tab.onClick prop This isn't actually supported by ReachUI tabs (which we are shimming over). Tabs.onChange can be used instead.
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,6 @@ export interface TabProps {\nbadge?: string\ndisabled?: boolean\nchildren: ReactNode\n- onClick?: (e: SyntheticEvent) => void\nonBlur?: (e: SyntheticEvent) => void\nonFocus?: (e: SyntheticEvent) => void\n}\n@@ -46,7 +45,6 @@ export const Tab = (props: Ta...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Remove Tab.onClick prop (#2303) This isn't actually supported by ReachUI tabs (which we are shimming over). Tabs.onChange can be used instead.
1
fix
null
711,597
23.11.2021 16:11:11
-3,600
66d183b86a05cf9cf36dd74478d8b93b90c2e2a9
chore: Fix e2e timeout for debug
[ { "change_type": "MODIFY", "diff": "@@ -34,15 +34,6 @@ registerInitializer('postgres', new PostgresInitializer());\nregisterInitializer('mysql', new MysqlInitializer());\nregisterInitializer('mariadb', new MysqlInitializer());\n-/**\n- * For local debugging of the e2e tests, we set a very long timeout value...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Fix e2e timeout for debug
1
chore
null
711,597
23.11.2021 16:15:48
-3,600
44f6fd516e23674863be1991914657cb51fcebe0
feat(core): Upgrade TypeORM to v0.2.41
[ { "change_type": "MODIFY", "diff": "\"progress\": \"^2.0.3\",\n\"reflect-metadata\": \"^0.1.13\",\n\"rxjs\": \"^6.6.3\",\n- \"typeorm\": \"0.2.31\"\n+ \"typeorm\": \"0.2.41\"\n},\n\"devDependencies\": {\n\"@types/bcrypt\": \"^3.0.0\",\n", "new_path": "packages/core/package.json", "old_path": "packag...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Upgrade TypeORM to v0.2.41
1
feat
core
141,516
23.11.2021 16:24:27
-39,600
2525aebf5e4255f27b9771b733b9c595c70f5bff
chore: add snapshot test to brandmoment chore: add snapshot test to brandmoment ci: change minimum lib version to es2019
[ { "change_type": "MODIFY", "diff": "@@ -4,10 +4,11 @@ module.exports = {\ntestMatch: [\"**/*.spec.ts?(x)\"],\nsetupFilesAfterEnv: [\"jest-canvas-mock\"],\nmoduleNameMapper: {\n- \"\\\\.(jpe?g|png)$\": \"jest-static-stubs/$1\",\n+ \"\\\\.(jpe?g|png|webm|mp4)$\": \"jest-static-stubs/$1\",\n\"\\\\.s?css$\": \"...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: add snapshot test to brandmoment (#1951) chore: add snapshot test to brandmoment ci: change minimum lib version to es2019 Co-authored-by: ActuallyACat <allanna.beaton@gmail.com>
1
chore
null
386,581
23.11.2021 16:29:26
-7,200
1503970896088eb0d6988fbe657e66e477f62c8f
feat: Generate unique block ids at build. Closes
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-function setBlockId(block, { pageId }) {\n+function setBlockId(block, { pageId, blockIdCounter }) {\nblock.blockId = block.id;\n- block.id = `block:${pageId}:${block.id}`;\n+ block.id = `block:${pageId}:${block.blockId}:${blockIdCounte...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Generate unique block ids at build. Closes #920
1
feat
null
386,581
23.11.2021 16:29:51
-7,200
818277567f5465b72fac61a5ef65d929328d8570
fix: Remove Root component in server.
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,6 @@ import { useRouter } from 'next/router';\nimport Context from './Context.js';\nimport Head from './Head.js';\nimport Block from './block/Block.js';\n-import Root from './Root.js';\nimport setupLink from '../utils/setupLink.js';\nconst LoadingBlock = () =...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Remove Root component in server.
1
fix
null
777,353
23.11.2021 16:49:17
21,600
b184eb977309428439f9fd1f573239f7d60b7878
fix: overflow buttons on small screens Make header buttons go into overflow menu as the screen shrinks
[ { "change_type": "MODIFY", "diff": ".buttons {\ndisplay: flex;\ngap: 4px;\n+\n+ .buttonAction {\n+ display: none;\n+ }\n+ .overflowAction {\n+ display: block;\n+ }\n}\n}\n}\n}\n}\n}\n+\n+@media only screen and (min-width: $breakpoint-desktop-small) {\n+ .buttonAction:nth-child(1) {\n+ display: inline-block ...
Python
Apache License 2.0
determined-ai/determined
fix: overflow buttons on small screens (#3227) Make header buttons go into overflow menu as the screen shrinks
1
fix
null
711,597
23.11.2021 16:49:56
-3,600
c56b85f6d87b5687595ae79c8889bd633101e0d5
chore: Publish v1.3.4
[ { "change_type": "MODIFY", "diff": "+## <small>1.3.4 (2021-11-23)</small>\n+\n+\n+#### Fixes\n+\n+* **core** Correctly deep-merge hydrated entities ([32d19e3](https://github.com/vendure-ecommerce/vendure/commit/32d19e3)), closes [#1229](https://github.com/vendure-ecommerce/vendure/issues/1229)\n+* **core** ...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v1.3.4
1
chore
null
688,412
23.11.2021 17:03:01
-3,600
49d75d543244a197e0b0127be8a3e84989f31242
chore: added contribution process guidelines in PR template as a comment
[ { "change_type": "MODIFY", "diff": "+<!---\n+Thanks for taking the time to contribute!\n+\n+Please make sure to follow contribution process:\n+https://toptal-core.atlassian.net/wiki/spaces/FE/pages/2396094469/Handling+external+contribution\n+-->\n+\n[FX-NNNN]\n### Description\n@@ -16,7 +23,7 @@ Describe the...
TypeScript
MIT License
toptal/picasso
chore: added contribution process guidelines in PR template as a comment (#2269)
1
chore
null
71,129
23.11.2021 17:12:57
-7,200
82ce371af1b84e9242d15ded7f8f66dc94c46bf3
chore(aws-cdk-lib): change description and keywords This is done with the express purpose of improving its discoverability on Construct Hub. Changed the description and added keywords *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": "\"name\": \"aws-cdk-lib\",\n\"private\": \"true\",\n\"version\": \"0.0.0\",\n- \"description\": \"The AWS Cloud Development Kit library\",\n+ \"description\": \"Version 2 of the AWS Cloud Development Kit library\",\n\"main\": \"index.js\",\n\"types\": \"index.d.ts\",\n\"r...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(aws-cdk-lib): change description and keywords (#17654) This is done with the express purpose of improving its discoverability on Construct Hub. ---- Changed the description and added keywords *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
aws-cdk-lib
667,676
23.11.2021 17:28:13
-28,800
5eaeaf50f453e3ab4e890143b7fcd1f0c0893dfb
fix(core): fix lint warning
[ { "change_type": "MODIFY", "diff": "@@ -128,69 +128,69 @@ class V8Ctx : public Ctx {\nglobal_persistent_.Empty();\n}\n- virtual bool RegisterGlobalInJs();\n+ virtual bool RegisterGlobalInJs() override;\nvirtual bool SetGlobalJsonVar(const unicode_string_view& name,\n- const unicode_string_view& json);\n+ co...
C++
Apache License 2.0
tencent/hippy
fix(core): fix lint warning
1
fix
core
791,704
23.11.2021 17:31:06
21,600
62a552f678ebd3d1a0701fbf25005b6ba5027266
tests: make inline-fs-test not reliant on cwd
[ { "change_type": "MODIFY", "diff": "@@ -345,7 +345,10 @@ describe('inline-fs', () => {\n});\nit('warns and skips on unsupported encoding', async () => {\n- const content = `const myTextContent = fs.readFileSync('${tmpPath}', 'binary');`;\n+ const content = `const myTextContent = fs.readFileSync(\n+ '${tmpPa...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: make inline-fs-test not reliant on cwd (#13420)
1
tests
null
667,713
23.11.2021 17:33:39
-28,800
3ae102697e2574284ce4b10852e0bdc80c50c1c8
fix(android): remove dispatch layout in onLayout for RecyclerViewBase
[ { "change_type": "MODIFY", "diff": "@@ -2331,9 +2331,7 @@ public abstract class RecyclerViewBase extends ViewGroup\n}\nhandleOnLayoutChange();\n}\n- eatRequestLayout();\n- dispatchLayout();\n- resumeRequestLayout(false);\n+\nif (changed)\n{\nif (mIsChangingMode)\n", "new_path": "android/sdk/src/main/jav...
C++
Apache License 2.0
tencent/hippy
fix(android): remove dispatch layout in onLayout for RecyclerViewBase
1
fix
android
392,551
23.11.2021 17:44:00
-3,600
fb4cc6b8528c90875c16b494a4f17cedcb0d69b7
feat: add relevant phrases to glossary
[ { "change_type": "MODIFY", "diff": "@@ -5,14 +5,88 @@ title: Glossary\nThis glossary provides a non-exhaustive list of terms used in the MapillaryJS documentation and codebase.\n+## Camera Calibration\n+\n+[Camera calibration](https://en.wikipedia.org/wiki/Camera_resectioning) is the process of [estimating ...
TypeScript
MIT License
mapillary/mapillary-js
feat: add relevant phrases to glossary
1
feat
null
699,187
23.11.2021 17:44:42
28,800
be7c837915914b2d1cd5fd11b49851db7ddf88bf
docs(website): add changing the theme page
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ const StyledSiteBody = styled.div`\ndisplay: flex;\nmin-width: 240px;\noverflow: auto;\n+ /* note: needed for scrollspy, removing position breaks site layout */\nposition: relative;\n@supports (scroll-behavior: smooth) {\n", "new_path": "packages/pas...
TypeScript
MIT License
twilio-labs/paste
docs(website): add changing the theme page (#2064)
1
docs
website
756,013
23.11.2021 17:49:01
21,600
502891ef732dc9f561072250be89fb145c804b1d
build(cosmos): update Go dependencies to fix replay stall
[ { "change_type": "MODIFY", "diff": "@@ -29,9 +29,9 @@ replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alp\nreplace google.golang.org/grpc => google.golang.org/grpc v1.33.2\n-// At least until post-v0.34.13 is released with\n+// At least until post-v0.34.14 is released with\n// h...
JavaScript
Apache License 2.0
agoric/agoric-sdk
build(cosmos): update Go dependencies to fix replay stall
1
build
cosmos
791,400
23.11.2021 17:53:07
18,000
fa5e4587cd6677edaa7f501b1521b27fe6bef0bd
feat(storage): add retry idempotency configs Adds idempotency options to ObjectHandle.Retryer. This allows users to choose whether only idempotent operations are retried (default), all operations are retried, or nothing is retried. In addition, change ObjectHandle.Update and ObjectHandle.Delete to retry only when idempotency conditions are present by default.
[ { "change_type": "MODIFY", "diff": "@@ -27,15 +27,20 @@ import (\n\"google.golang.org/grpc/status\"\n)\n+var defaultRetry *retryConfig = &retryConfig{}\n+\n// run determines whether a retry is necessary based on the config and\n// idempotency information. It then calls the function with or without retries\n...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(storage): add retry idempotency configs (#5165) Adds idempotency options to ObjectHandle.Retryer. This allows users to choose whether only idempotent operations are retried (default), all operations are retried, or nothing is retried. In addition, change ObjectHandle.Update and ObjectHandle.Delete to retry only when idempotency conditions are present by default.
1
feat
storage
386,581
23.11.2021 17:56:13
-7,200
4e46145d8fdbd4f1c49891202f7182a6bb35e6f7
fix: Render app using blockIds generated at build.
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,6 @@ class Blocks {\nthis.recCount = 0;\nthis.subBlocks = {};\n- this.generateBlockId = this.generateBlockId.bind(this);\nthis.getValidateRec = this.getValidateRec.bind(this);\nthis.init = this.init.bind(this);\nthis.newBlocks = this.newBlocks.bind(this);\n@@...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Render app using blockIds generated at build.
1
fix
null
386,581
23.11.2021 18:05:52
-7,200
db21b58b46202d07ca7ec66c3bf70d8982ebbfeb
fix(server): Move document and window to LowdefyContext component.
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,9 @@ const LowdefyContext = ({ children }) => {\nblockComponents,\ncallRequest,\ncomponents,\n+ document,\nupdaters: {},\n+ window,\ndisplayMessage: ({ content }) => {\nalert(content);\nreturn () => undefined;\n", "new_path": "packages/server/src/componen...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(server): Move document and window to LowdefyContext component.
1
fix
server
791,704
23.11.2021 18:09:45
21,600
b027158ed0f93063d44b183110ad1ded60029151
core: mindfully order properties in the lhr
[ { "change_type": "MODIFY", "diff": "@@ -132,7 +132,13 @@ class Runner {\n/** @type {LH.RawIcu<LH.Result>} */\nconst i18nLhr = {\n+ lighthouseVersion,\n+ requestedUrl,\n+ finalUrl: artifacts.URL.finalUrl,\n+ fetchTime: artifacts.fetchTime,\ngatherMode: artifacts.GatherContext.gatherMode,\n+ runtimeError: Run...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: mindfully order properties in the lhr (#13418)
1
core
null
688,434
23.11.2021 18:13:34
-10,800
a6b335dbb4acabd90a75bb18f8ffb20d8d5fb265
fix(DatePicker): normalize min/max dates before comparison
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso-lab': patch\n+---\n+\n+Normalize `minDate`/`maxDate` before comparison\n", "new_path": ".changeset/fast-plums-try.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ import React, {\nReactNode,\nuseCallba...
TypeScript
MIT License
toptal/picasso
fix(DatePicker): normalize min/max dates before comparison (#2260)
1
fix
DatePicker
306,652
23.11.2021 18:24:06
-19,080
375c9aef386941a664835cf0b3fe3e991809ca36
docs(button): add success appearance deprecation
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,9 @@ export interface ButtonProps extends BaseProps, BaseHtmlProps<HTMLButtonElement>\nsize?: Size;\n/**\n* Color of the `Button`\n+ *\n+ * **'success' has been deprecated and all success button types will now be changed to primary button automatically**\n+ *...
TypeScript
MIT License
innovaccer/design-system
docs(button): add success appearance deprecation
1
docs
button
791,704
23.11.2021 19:24:42
21,600
c173e425cf243f015b7d8cfb3d964bb1643b0b60
tests: fix undefined HTMLInputElement in bundle-test
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ describe('lighthouseRenderer bundle', () => {\nglobal.window = global.self = window;\nglobal.window.requestAnimationFrame = fn => fn();\n+ global.HTMLInputElement = window.HTMLInputElement;\n// Stub out matchMedia for Node.\nglobal.self.matchMedia = func...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: fix undefined HTMLInputElement in bundle-test (#13421)
1
tests
null
711,597
23.11.2021 20:15:52
-3,600
09d68b24ce595151f55c113846a200250f2cac6e
test(core): Fix connection mock
[ { "change_type": "MODIFY", "diff": "@@ -37,4 +37,5 @@ export class MockEntityManager implements MockClass<EntityManager> {\ngetMongoRepository = jest.fn();\ngetCustomRepository = jest.fn();\nrelease = jest.fn();\n+ upsert = jest.fn();\n}\n", "new_path": "packages/core/src/testing/connection.mock.ts", ...
TypeScript
MIT License
vendure-ecommerce/vendure
test(core): Fix connection mock
1
test
core
711,597
23.11.2021 21:40:18
-3,600
cd8b93d25514d7f5ec5f1e65feebd421ee691d1c
fix(admin-ui): Fix layout of Zone & CustomerGroup lists
[ { "change_type": "MODIFY", "diff": "</vdr-ab-right>\n</vdr-action-bar>\n<div class=\"group-wrapper\">\n- <table class=\"table group-list\" [class.expanded]=\"activeGroup$ | async\" *ngIf=\"!(listIsEmpty$ | async); else emptyPlaceholder\">\n+ <div class=\"group-list\">\n+ <table\n+ class=\"table mt0\"\n+ [cl...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix layout of Zone & CustomerGroup lists
1
fix
admin-ui
269,464
23.11.2021 22:25:11
10,800
b508d7f156841f9f7f72c59464afaca70f420aa1
test: add a case that cathes nothing refs
[ { "change_type": "MODIFY", "diff": "@@ -589,6 +589,11 @@ func TestGroup(t *testing.T) {\nRegexp: \"^.*bug[(\\\\w)]*:+.*$\",\nOrder: 1,\n},\n+ {\n+ Title: \"Catch nothing\",\n+ Regexp: \"yada yada yada honk the planet\",\n+ Order: 10,\n+ },\n{\nTitle: \"Others\",\nOrder: 999,\n@@ -601,5 +606,6 @@ func TestGr...
Go
MIT License
goreleaser/goreleaser
test: add a case that cathes nothing refs #2670 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
test
null
269,464
23.11.2021 22:29:47
10,800
419b6fc7d26265dcf3ff8382c67d064b74535347
chore(ci): group goreleaser changelog refs
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,16 @@ changelog:\n- Merge pull request\n- Merge branch\n- go mod tidy\n+ groups:\n+ - title: 'New Features'\n+ regexp: \"^.*feat[(\\\\w)]*:+.*$\"\n+ order: 0\n+ - title: 'Bug fixes'\n+ regexp: \"^.*fix[(\\\\w)]*:+.*$\"\n+ order: 10\n+ - title: Other work\n+ o...
Go
MIT License
goreleaser/goreleaser
chore(ci): group goreleaser changelog refs #2670 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
chore
ci
756,013
24.11.2021 00:10:29
21,600
dd22da944592983dee61ee8346f0ae95b1da12a7
fix(agoric-cli): use CXXFLAGS for Node 16 Also, pivot to `latest` NPM dist-tag.
[ { "change_type": "MODIFY", "diff": "#!/usr/bin/env node\n+if (process.env.CXXFLAGS === undefined) {\n+ process.env.CXXFLAGS = '-std=c++14';\n+}\nmodule.exports =\n/******/ (function(modules) { // webpackBootstrap\n/******/ // The module cache\n", "new_path": ".yarn/releases/yarn-1.22.15.cjs", "old_p...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(agoric-cli): use CXXFLAGS for Node 16 Also, pivot to `latest` NPM dist-tag.
1
fix
agoric-cli
530,289
24.11.2021 00:18:06
28,800
2e88fe058b3d6cd8227b58895b3d32ea415e7459
chore: fix addBundle docstring The current docstring describes a parameter that does not exist on the method 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": "@@ -6470,7 +6470,7 @@ Adds a task to the project which bundles a specific entrypoint and all of its de\naddBundle(entrypoint: string, options: AddBundleOptions): Bundle\n```\n-* **entrypoint** (<code>string</code>) *No description*\n+* **entrypoint** (<code>string</code>)...
TypeScript
Apache License 2.0
projen/projen
chore: fix addBundle docstring (#1253) The current docstring describes a parameter that does not exist on the method --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
chore
null
756,013
24.11.2021 00:20:28
21,600
c13ec750b0801cce04c1bac320e6759d528998aa
docs(MAINTAINERS): instructions for prereleases
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,8 @@ Once tests pass, you can publish to NPM with the following:\n```sh\n# Publish to NPM. NOTE: You may have to repeat this several times if there are failures.\n-yarn lerna publish from-package\n+# Specify the --dist-tag if you're publishing a new beta rele...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(MAINTAINERS): instructions for prereleases
1
docs
MAINTAINERS
756,013
24.11.2021 01:01:10
21,600
75c2d90b311b1d66c43cd1f457069a3aa9933578
feat(agoric-cli): use `agoric install beta` to select that SDK
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,8 @@ export default async function installMain(progname, rawArgs, powers, opts) {\nconst { anylogger, fs, spawn } = powers;\nconst log = anylogger('agoric:install');\n+ const forceSdkVersion = rawArgs[1];\n+\n// Notify the preinstall guard that we are running...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(agoric-cli): use `agoric install beta` to select that SDK
1
feat
agoric-cli
756,025
24.11.2021 05:38:54
28,800
002e1bbbae469446166afac19f1eb22376aa6f7b
fix: separate watch from non-watch testing
[ { "change_type": "MODIFY", "diff": "\"build:react\": \"react-scripts build\",\n\"lint-check\": \"eslint '**/*.{js,jsx}'\",\n\"lint-fix\": \"eslint --fix '**/*.{js,jsx}'\",\n- \"test\": \"react-scripts test\",\n+ \"test\": \"CI=true react-scripts test\",\n+ \"test:watch\": \"react-scripts test\",\n\"test:xs\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: separate watch from non-watch testing
1
fix
null
838,025
24.11.2021 09:08:59
0
436f2589bfd4aca29fc81c9482d1dbae332f932f
feat: VideoVideoFull add Trailer
[ { "change_type": "MODIFY", "diff": "@@ -213,6 +213,7 @@ type VideoVideoFull struct {\nDescription string `json:\"description\"` // Video description\nDuration int `json:\"duration\"` // Video duration in seconds\nFiles VideoVideoFiles `json:\"files\"`\n+ Trailer VideoVideoFiles `json:\"trailer\"`\nID int `j...
Go
MIT License
severecloud/vksdk
feat: VideoVideoFull add Trailer
1
feat
null
838,025
24.11.2021 09:11:15
0
2c04182d3b2c7f2aeb738d5ebcdcf17337a54aa6
feat: MessagesChat add IsGroupChannel
[ { "change_type": "MODIFY", "diff": "@@ -443,6 +443,7 @@ type MessagesChat struct {\nAdminID int `json:\"admin_id\"` // Chat creator ID\nID int `json:\"id\"` // Chat ID\nIsDefaultPhoto BaseBoolInt `json:\"is_default_photo\"`\n+ IsGroupChannel BaseBoolInt `json:\"is_group_channel\"`\nPhoto100 string `json:\"p...
Go
MIT License
severecloud/vksdk
feat: MessagesChat add IsGroupChannel
1
feat
null
71,105
24.11.2021 09:36:35
25,200
01382921f979b944df1917964f080ce311e99ad2
feat(ec2): add r6i instances New R6I instances just got released: Docs have already been updated: *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": "@@ -118,6 +118,16 @@ export enum InstanceClass {\n*/\nR5 = 'r5',\n+ /**\n+ * Memory optimized instances, 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake)\n+ */\n+ MEMORY6_INTEL = 'r6i',\n+\n+ /**\n+ * Memory optimized inst...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): add r6i instances (#17663) New R6I instances just got released: https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-ec2-r6i-instances/ Docs have already been updated: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
ec2
306,405
24.11.2021 09:49:46
-3,600
fad9d8e58f13fe5039a781a24e20752f8ab15248
feat(localize): add option to show the key as a fallback when a locale is missing a translation
[ { "change_type": "ADD", "diff": "+---\n+'@lion/localize': minor\n+---\n+\n+add option to show the key as a fallback when a locale is missing a translation\n", "new_path": ".changeset/fast-trees-prove.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -14,13 +14,19 @@ import ...
JavaScript
MIT License
ing-bank/lion
feat(localize): add option to show the key as a fallback when a locale is missing a translation
1
feat
localize
777,418
24.11.2021 09:58:14
18,000
1be8026998e1b45278ead91b605e85b6e662a93d
feat: Adding Openshift route support in Helm chart
[ { "change_type": "ADD", "diff": "+{{- if .Values.openshiftRoute.enabled }}\n+apiVersion: route.openshift.io/v1\n+kind: Route\n+metadata:\n+ namespace: {{ .Release.Namespace }}\n+ labels:\n+ app: determined-master-{{ .Release.Name }}\n+ release: {{ .Release.Name }}\n+ name: determined-master-route-{{ .Releas...
Python
Apache License 2.0
determined-ai/determined
feat: Adding Openshift route support in Helm chart (#3214)
1
feat
null
317,871
24.11.2021 10:04:07
25,200
43b68f1b44d2364a6fce2416caaee1ba893ae651
docs(wifi): missed a colon
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ sidebar_label: WiFi\nShow details about the currently connected WiFi network.\n-::info\n+:::info\nCurrently only supports Windows and WSL. Pull requests for Darwin and Linux support are welcome :)\n:::\n", "new_path": "docs/docs/segment-wifi.md", "...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(wifi): missed a colon
1
docs
wifi
269,489
24.11.2021 10:30:23
10,800
e53b4940dee73544cdd89e94eb44a0a35ecfb378
docs: add docs for universal binaries hook
[ { "change_type": "MODIFY", "diff": "@@ -26,13 +26,22 @@ universal_binaries:\n#\n# Defaults to false.\nreplace: true\n+\n+ # Hooks can be used to customize the final binary,\n+ # for example, to run generators.\n+ # Those fields allow templates.\n+ # Default is both hooks empty.\n+ hooks:\n+ pre: rice embed-...
Go
MIT License
goreleaser/goreleaser
docs: add docs for universal binaries hook (#2696)
1
docs
null
127,937
24.11.2021 10:42:58
-7,200
558618de4815dc09ffef2f0d878e6e1aa905c246
feat: new carousel selectedIndex prop
[ { "change_type": "MODIFY", "diff": "@@ -109,6 +109,7 @@ interface CarouselProps {\nscrollRightCaption?: any;\nstep?: number;\nscrollTo?: number;\n+ selectedIndex?: number;\nspace?: SpaceProps | CSSObject['margin'];\nhorizontalEdgeGap?: number | boolean;\nhideScrollbar?: boolean;\n@@ -125,6 +126,7 @@ const C...
TypeScript
MIT License
coingaming/moon-design
feat: new carousel selectedIndex prop
1
feat
null
756,039
24.11.2021 10:43:07
28,800
7fd98d346a89126e1b6561828c24179249b247ec
chore(wallet): decline instead of cancel
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ const OfferWithoutContext = ({\nE(walletBridge).acceptOffer(offerId);\n};\n- const cancel = () => {\n+ const decline = () => {\nsetDeclinedOffers({ offerId: id, isDeclined: true });\nE(walletBridge).declineOffer(offerId);\n};\n@@ -184,8 +184,8 @@ const O...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(wallet): decline instead of cancel
1
chore
wallet
915,035
24.11.2021 10:55:41
-3,600
1f899732da3751c89d3b2d3ec298cc8159a4f5f5
docs: update coverage badge Closes
[ { "change_type": "MODIFY", "diff": "<p align=\"left\">\n<a href=\"https://circleci.com/gh/ory/hydra/tree/master\"><img src=\"https://circleci.com/gh/ory/hydra/tree/master.svg?style=shield\" alt=\"Build Status\"></a>\n- <a href=\"https://coveralls.io/github/ory/hydra?branch=master\"> <img src=\"https://cover...
Go
Apache License 2.0
ory/hydra
docs: update coverage badge Closes #2871
1
docs
null
217,922
24.11.2021 10:56:55
-3,600
32941cc698148f3a196b5a92f1da50d43203aec4
fix(desktop): fixed a possible crash when hashing content id files
[ { "change_type": "MODIFY", "diff": "@@ -102,6 +102,7 @@ export class DatFilesWatcher {\nreturn false;\n}\nconst fullFilePath = join(watchDir, filename);\n+ try {\nconst newHash = hashFiles.sync({ files: [fullFilePath] });\nif (this.hashRegistry[fullFilePath] !== newHash) {\nlog.log(`Approved hash for ${file...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed a possible crash when hashing content id files
1
fix
desktop
217,922
24.11.2021 10:59:22
-3,600
cab53dfbaedf5ce10fd8d4712030bb07a87aed4a
fix(voyages): fixed wrong index displayed for voyage sequence
[ { "change_type": "MODIFY", "diff": "[nzPopoverContent]=\"voyageDetailsContent\">\n<nz-breadcrumb [nzSeparator]=\"iconTemplate\">\n<nz-breadcrumb-item *ngFor=\"let sector of vessel?.destinations\">\n- {{ sector }}\n+ {{ sector + 1 }}\n</nz-breadcrumb-item>\n</nz-breadcrumb>\n<ng-template #iconTemplate><i nz-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(voyages): fixed wrong index displayed for voyage sequence
1
fix
voyages
756,013
24.11.2021 11:00:48
21,600
e5e6e07d01d0d3e047dea41d60b4cc9f83ce8539
ci(dev-canary): publish a `dev` NPM dist tag on every push
[ { "change_type": "MODIFY", "diff": "@@ -61,6 +61,34 @@ jobs:\n- name: lint check\nrun: yarn lint-check\n+ dev-canary:\n+ if: ${{github.event_name == 'push'}}\n+ needs: build\n+ runs-on: ubuntu-latest\n+ strategy:\n+ matrix:\n+ # note: only use one node-version\n+ node-version: ['14.x']\n+ steps:\n+ - uses: ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(dev-canary): publish a `dev` NPM dist tag on every push
1
ci
dev-canary
217,922
24.11.2021 11:17:02
-3,600
46ebc975a2bf93cdc7eb5b31145247952f7e46d6
fix(navigation-map): better implementaiton for monster name display
[ { "change_type": "MODIFY", "diff": "@@ -259,7 +259,8 @@ export class ListDetailsPanelComponent implements OnChanges, OnInit {\ntotal_item_amount: item.amount,\nitem_amount: item.amount_needed - item.done,\ntype: partial.type,\n- gatheringType: partial.gatheringType\n+ gatheringType: partial.gatheringType,\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(navigation-map): better implementaiton for monster name display
1
fix
navigation-map
942,629
24.11.2021 11:25:07
25,200
d722eec68ff541959a9c46721debfbf1d6a5ac9c
docs(popup): Fix typo in JSDoc description for useReturnFocus
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import {changeFocus} from '@workday/canvas-kit-react/common';\n* `useInitialFocus`. This should be used with `useFocusRedirect` or `useFocusTrap` for a complete\n* focus management solution.\n*\n- * This should ble used on popup elements that use `useIniti...
TypeScript
Apache License 2.0
workday/canvas-kit
docs(popup): Fix typo in JSDoc description for useReturnFocus
1
docs
popup
688,524
24.11.2021 11:31:56
-3,600
03e7b1981c6c100dd9da85fe4728645646fd83d2
chore: trigger jenkins build job from GHA pass TOPTAL_JENKINS_BUILD_TOKEN to env from secrets
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ env:\nREPOSITORY_NAME: ${{ github.event.repository.name }}\nTOPTAL_BOT_USERNAME: ${{ secrets.TOPTAL_BOT_USERNAME }}\nTOPTAL_BOT_JENKINS_DEPLOYMENT_TOKEN: ${{ secrets.TOPTAL_BOT_JENKINS_DEPLOYMENT_TOKEN }}\n+ TOPTAL_JENKINS_BUILD_TOKEN: ${{ secrets.TOPTAL...
TypeScript
MIT License
toptal/picasso
chore: trigger jenkins build job from GHA (#2278) pass TOPTAL_JENKINS_BUILD_TOKEN to env from secrets
1
chore
null
617,479
24.11.2021 11:49:52
-3,600
6442636946a725a2fc059e1c68c214f4a89b9e43
fix(ci): fix slugify
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ jobs:\nshell: bash\nrun: |\nRAW_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}\n- BRANCH=$(node -e \"console.log(require('@socialgouv/kosko-charts/utils/environmentSlug').generate('${RAW_BRANCH}'))\")\n+ RANCH=$(npx @socialgouv/env-slug \"${RAW_BRA...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(ci): fix slugify (#4040)
1
fix
ci
791,704
24.11.2021 12:59:45
28,800
de947abe505acd5b626f182137197644ac73ffd0
core(stacks): add next.js
[ { "change_type": "MODIFY", "diff": "@@ -23,14 +23,6 @@ const stackPacksToInclude = [\npackId: 'drupal',\nrequiredStacks: ['js:drupal'],\n},\n- {\n- packId: 'react',\n- requiredStacks: ['js:react'],\n- },\n- {\n- packId: 'angular',\n- requiredStacks: ['js:@angular/core'],\n- },\n{\npackId: 'amp',\nrequiredSt...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(stacks): add next.js (#13424)
1
core
stacks
317,675
24.11.2021 13:08:51
-3,600
68c07a7f249dfc2108e2ce9514067a751eaf140a
theme: update night-owl * update: theme night-owl Added sysinfo & php segment Changed java background color Small fixes * theme: update night-owl Added sysinfo & php segment Changed java background color Small fixes
[ { "change_type": "MODIFY", "diff": "\"console_title\": true,\n\"console_title_style\": \"template\",\n\"console_title_template\": \"{{ .Folder }}\",\n+ \"transient_prompt\": {\n+ \"background\": \"transparent\",\n+ \"foreground\": \"#d6deeb\",\n+ \"template\": \"\\ue285 \"\n+ },\n\"blocks\": [\n{\n\"type\":...
Go
MIT License
jandedobbeleer/oh-my-posh
theme: update night-owl * update: theme night-owl - Added sysinfo & php segment - Changed java background color - Small fixes * theme: update night-owl - Added sysinfo & php segment - Changed java background color - Small fixes
1
theme
null
317,646
24.11.2021 13:47:30
-3,600
17751107a842a7e8f541b85d70f4c8dd628db163
feat(windows): registry query segment
[ { "change_type": "ADD", "diff": "+---\n+id: winreg\n+title: Windows Registry Key Query\n+sidebar_label: Windows Registry Key Query\n+---\n+\n+## What\n+\n+Display the content of the requested Windows registry key.\n+\n+Supported registry key types:\n+\n+- String\n+- DWORD (displayed in upper-case 0x hex)\n+...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(windows): registry query segment
1
feat
windows
617,455
24.11.2021 13:48:57
-3,600
8d33db171322304f589d5760fc9f11fea453803f
fix(simulator): avoid help disappear on select answer
[ { "change_type": "MODIFY", "diff": "-import React, { useEffect } from \"react\";\n+import React, { useEffect, useMemo } from \"react\";\nimport { trackSelectQuestionRetraite } from \"../../lib/matomo\";\n-import { usePublicodes } from \"../publicodes\";\n+import { Rule, usePublicodes } from \"../publicodes\...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(simulator): avoid help disappear on select answer (#4039)
1
fix
simulator
126,276
24.11.2021 13:57:56
10,800
ca1982fa85edc274f03a1be7605a02299eb66de2
chore(embedded/sql): method to return sql catalog
[ { "change_type": "MODIFY", "diff": "@@ -162,6 +162,16 @@ func (e *Engine) DefaultDatabase() string {\nreturn e.defaultDatabase\n}\n+func (e *Engine) Catalog() (*Catalog, error) {\n+ tx, err := e.newTx(false)\n+ if err != nil {\n+ return nil, err\n+ }\n+ defer tx.cancel()\n+\n+ return tx.catalog, nil\n+}\n+\...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): method to return sql catalog Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
24.11.2021 13:58:31
10,800
44da9b13436019a42756fc731547dec8f0acbcd1
chore(embedded/sql): ddl stmts not counted in updatedRows
[ { "change_type": "MODIFY", "diff": "@@ -201,8 +201,6 @@ func (stmt *CreateDatabaseStmt) execAt(tx *SQLTx, params map[string]interface{})\nreturn nil, err\n}\n- tx.updatedRows++\n-\nreturn tx, nil\n}\n@@ -304,8 +302,6 @@ func (stmt *CreateTableStmt) execAt(tx *SQLTx, params map[string]interface{}) (*\nreturn...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): ddl stmts not counted in updatedRows Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
317,646
24.11.2021 14:24:42
-3,600
30ea89a45b00c478904153f9453d786db7c47f93
refactor: inherit struct
[ { "change_type": "MODIFY", "diff": "@@ -8,11 +8,8 @@ import (\ntype nightscout struct {\nprops *properties\nenv environmentInfo\n- // array of nightscoutData (is often just 1, and we will pick the ZEROeth)\n-\n- Sgv int64\n- Direction string\n+ NightscoutData\nTrendIcon string\n}\n@@ -31,7 +28,8 @@ const (\...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: inherit struct
1
refactor
null
705,211
24.11.2021 14:32:47
18,000
bcff1844c897b0e6156637f20978c7b0177ec6f1
refactor: Remove SnackBar from Uno.Themes BREAKING CHANGE: `SnackBar` is removed from Uno.Themes
[ { "change_type": "MODIFY", "diff": "<Duration x:Key=\"CupertinoAnimationDuration\">0:0:0.10</Duration>\n- <Duration x:Key=\"CupertinoSnackbarAnimationDuration\">0:0:0.4</Duration>\n<Duration x:Key=\"CupertinoTextBoxAnimationDuration\">0:0:0.25</Duration>\n<x:String x:Key=\"CupertinoDelayedBeginTime\">0:0:0....
C#
Apache License 2.0
unoplatform/uno.themes
refactor: Remove SnackBar from Uno.Themes BREAKING CHANGE: `SnackBar` is removed from Uno.Themes
1
refactor
null
711,597
24.11.2021 14:41:48
-3,600
3c32fb26bd4fdb457e745edb0b195c736050ecc1
fix(core): Fix caching of zone members when switching language
[ { "change_type": "ADD", "diff": "+import { createSelfRefreshingCache, SelfRefreshingCache } from './self-refreshing-cache';\n+\n+describe('SelfRefreshingCache', () => {\n+ let testCache: SelfRefreshingCache<number, [string]>;\n+ const fetchFn = jest.fn().mockImplementation((arg: string) => arg.length);\n+ l...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix caching of zone members when switching language
1
fix
core
386,595
24.11.2021 14:47:44
-7,200
18a486384d315d661e957e4d23c4efbae47a3ec7
feat(build): Add generateDefaultTypes script.
[ { "change_type": "MODIFY", "diff": "@@ -5361,6 +5361,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n\"packageDependencies\": [\n[\"@lowdefy/build\", \"workspace:packages/build\"],\n[\"@lowdefy/ajv\", \"workspace:packages/utils/ajv\"],\n+ [\"@lowdefy/blocks-basic\", \"workspace:packages/plugin...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Add generateDefaultTypes script.
1
feat
build
711,597
24.11.2021 14:54:34
-3,600
7552faeabf79e2731b6b3903b2defa3776fbc0a3
feat(admin-ui): Add language switcher to Country & Zone list views
[ { "change_type": "MODIFY", "diff": "[placeholder]=\"'settings.search-country-by-name' | translate\"\nclass=\"search-input\"\n/>\n+ <vdr-language-selector\n+ [availableLanguageCodes]=\"availableLanguages$ | async\"\n+ [currentLanguageCode]=\"contentLanguage$ | async\"\n+ (languageCodeChange)=\"setLanguage($e...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Add language switcher to Country & Zone list views
1
feat
admin-ui
317,646
24.11.2021 15:07:25
-3,600
1075b82e10c23f296ccd4e36f517154e108e6874
fix(nightscape): do not fail on empty array
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ package main\nimport (\n\"encoding/json\"\n+ \"errors\"\n)\n// segment struct, makes templating easier\n@@ -82,46 +83,59 @@ func (ns *nightscout) string() string {\n}\nfunc (ns *nightscout) getResult() (*NightscoutData, error) {\n- url := ns.props.getStrin...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(nightscape): do not fail on empty array
1
fix
nightscape
304,866
24.11.2021 15:09:02
28,800
0d4842d151b655d9728cdfd943d7630edbe9375d
fix: set GOPATH in Dockerfile_build
[ { "change_type": "MODIFY", "diff": "@@ -71,6 +71,7 @@ RUN groupadd -g $GID -o $UNAME\nRUN useradd -m -u $UID -g $UNAME -s /bin/bash $UNAME\nUSER $UNAME\nENV HOME=/home/$UNAME \\\n- CARGO_HOME=/home/$UNAME/.cargo\n+ CARGO_HOME=/home/$UNAME/.cargo \\\n+ GOPATH=/home/$UNAME/go\nWORKDIR $HOME\n", "new_path"...
Go
MIT License
influxdata/flux
fix: set GOPATH in Dockerfile_build (#4298)
1
fix
null
791,400
24.11.2021 15:09:48
18,000
c103ff6cb37aba3f326aff7e04c84dc2050d53f5
feat(storage): allow retry ErrorFunc configs Allows users to supply a custom ErrorFunc which will be used to determine whether the error is retryable.
[ { "change_type": "MODIFY", "diff": "@@ -45,9 +45,13 @@ func run(ctx context.Context, call func() error, retry *retryConfig, isIdempoten\nbo.Initial = retry.backoff.Initial\nbo.Max = retry.backoff.Max\n}\n+ var errorFunc func(err error) bool = shouldRetry\n+ if retry.shouldRetry != nil {\n+ errorFunc = retry...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(storage): allow retry ErrorFunc configs (#5166) Allows users to supply a custom ErrorFunc which will be used to determine whether the error is retryable.
1
feat
storage
705,211
24.11.2021 15:12:29
18,000
6314f6648260de5becd31be280b7f29ba69c2adc
refactor: Remove BottomNavigationBar and BottomNavigationBarItem from Uno.Themes BREAKING CHANGE: `BottomNavigationBar ` and `BottomNavigationBarItem` are removed from Uno.Themes
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ This library is designed to help you use the [material design system](https://ma\nIt includes :\n- Color system for both Light and Dark theme\n- Styles for existing WinUI controls like Buttons, TextBox, etc.\n-- Custom Controls for Material Components not ...
C#
Apache License 2.0
unoplatform/uno.themes
refactor: Remove BottomNavigationBar and BottomNavigationBarItem from Uno.Themes BREAKING CHANGE: `BottomNavigationBar ` and `BottomNavigationBarItem` are removed from Uno.Themes
1
refactor
null
617,455
24.11.2021 15:27:04
-3,600
4871fe9eec90826c722620b4e1143a6dd8b5cf30
chore(ci): fix typo in the review workflow
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ jobs:\nshell: bash\nrun: |\nRAW_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}\n- RANCH=$(npx @socialgouv/env-slug \"${RAW_BRANCH}\")\n+ BRANCH=$(npx @socialgouv/env-slug \"${RAW_BRANCH}\")\necho \"::set-output name=branch::$(echo ${BRANCH})\"\n- n...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
chore(ci): fix typo in the review workflow (#4041)
1
chore
ci
71,255
24.11.2021 15:29:30
-3,600
5e4a21959e67ff967d163fce6b0405a053bafdc2
fix(pipelines): stack outputs used in stackSteps not recognized fixes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,9 @@ export class PipelineQueries {\nsteps.push(...wave.pre, ...wave.post);\nfor (const stage of wave.stages) {\nsteps.push(...stage.pre, ...stage.post);\n+ for (const stackDeployment of stage.stacks) {\n+ steps.push(...stackDeployment.pre, ...stackDeployment...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(pipelines): stack outputs used in stackSteps not recognized (#17311) fixes #17272 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
pipelines
667,635
24.11.2021 15:41:34
-28,800
b83136a65fda885a506c83f57b48cae26b31e99a
fix(ios): text should not be available for view cache
[ { "change_type": "MODIFY", "diff": "@@ -76,6 +76,10 @@ static void collectNonTextDescendants(HippyText *view, NSMutableArray *nonTextDe\n}\n}\n+- (BOOL)canBeRetrievedFromViewCache {\n+ return NO;\n+}\n+\n- (void)hippySetInheritedBackgroundColor:(__unused UIColor *)inheritedBackgroundColor {\n// mttrn:\n// U...
C++
Apache License 2.0
tencent/hippy
fix(ios): text should not be available for view cache
1
fix
ios
306,652
24.11.2021 16:10:32
-19,080
3a54a93435b0c0ae558733aa6471a973901f9dc5
fix(switch): add styling for hover and active state
[ { "change_type": "MODIFY", "diff": "display: flex;\nalign-items: center;\nline-height: 100%;\n- padding: var(--spacing-xs);\n+ padding: var(--spacing-s);\ntop: 0;\nleft: 0;\nwidth: 100%;\n- height: 100%;\nbackground-color: var(--secondary-light);\n}\n.Switch-input:focus ~ .Switch-wrapper {\n+ box-shadow: va...
TypeScript
MIT License
innovaccer/design-system
fix(switch): add styling for hover and active state
1
fix
switch
276,939
24.11.2021 16:38:02
10,800
59308a3736411d212eae12a22840d8801468edc4
feat(labnative): update pods
[ { "change_type": "MODIFY", "diff": "@@ -308,7 +308,7 @@ PODS:\n- React-Core (= 0.63.4)\n- React-cxxreact (= 0.63.4)\n- React-jsi (= 0.63.4)\n- - RNCPicker (1.16.7):\n+ - RNCPicker (1.16.8):\n- React-Core\n- RNGestureHandler (1.10.3):\n- React-Core\n@@ -496,7 +496,7 @@ SPEC CHECKSUMS:\nReact-RCTText: 5c51df3...
JavaScript
MIT License
gympass/yoga
feat(labnative): update pods
1
feat
labnative
276,939
24.11.2021 16:38:56
10,800
ec2947a0af13d5fb76b15b2c265e37d8b1d9ad5b
fix(yoga-native): update imports in order to avoid dependency cycle
[ { "change_type": "MODIFY", "diff": "import styled from 'styled-components';\n-import { Card } from '../..';\n+import Card from '../../Card';\nconst Content = styled(Card.Content)`\n${({\n", "new_path": "packages/yoga/src/Card/native/GymCard/CheckIn/Content.jsx", "old_path": "packages/yoga/src/Card/n...
JavaScript
MIT License
gympass/yoga
fix(yoga-native): update imports in order to avoid dependency cycle
1
fix
yoga-native
705,211
24.11.2021 17:02:06
18,000
f65a9fe1f2cdc44ba62a7451550a79148c0d3bfd
fix: FontFamily resource for HyperlinkButton
[ { "change_type": "MODIFY", "diff": "<Setter Property=\"FontSize\"\nValue=\"14\" />\n<Setter Property=\"FontFamily\"\n- Value=\"{StaticResource MaterialFontFamily}\" />\n+ Value=\"{StaticResource MaterialRegularFontFamily}\" />\n<Setter Property=\"Template\">\n<Setter.Value>\n<ControlTemplate TargetType=\"Hy...
C#
Apache License 2.0
unoplatform/uno.themes
fix: FontFamily resource for HyperlinkButton
1
fix
null
777,401
24.11.2021 17:11:32
18,000
93ca970f1a4b172d63520ed4bc47cbe4945dbff4
fix: clarify det deploy gke-experimental help text
[ { "change_type": "MODIFY", "diff": "@@ -119,7 +119,7 @@ def validate_args(args: argparse.Namespace) -> None:\nif args.cpu_node_pool_name is None:\nargs.cpu_node_pool_name = args.cluster_id + \"-cpu-pool\"\nif not Path(args.helm_dir).exists():\n- raise ValueError(\"Please specify valid --helm_dir\")\n+ raise...
Python
Apache License 2.0
determined-ai/determined
fix: clarify det deploy gke-experimental help text (#3232)
1
fix
null
126,276
24.11.2021 17:32:45
10,800
b68dce35370104f792a507959c3cdfaedbca7ac6
chore(embedded/sql): standard count(*)
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,7 @@ var ErrUnexpected = errors.New(\"unexpected error\")\nvar ErrMaxKeyLengthExceeded = errors.New(\"max key length exceeded\")\nvar ErrMaxLengthExceeded = errors.New(\"max length exceeded\")\nvar ErrColumnIsNotAnAggregation = errors.New(\"column is not an a...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): standard count(*) Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
699,189
24.11.2021 17:47:39
21,600
0f0a9bdd1392db27377c3c1e2f9881ac5afc85b8
fix(data-grid): allow clicking links in the data-grid
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/data-grid': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Data-grid] Fixes issue where inner links would at times not be clickable.\n", "new_path": ".changeset/many-adults-add.md", "old_path": null }, { "change_type": "MODIFY", "di...
TypeScript
MIT License
twilio-labs/paste
fix(data-grid): allow clicking links in the data-grid (#2075)
1
fix
data-grid
386,581
24.11.2021 17:53:32
-7,200
ca0b4b0d91bb77098d9295f0a071bb05a19e3781
fix: Cleanup build script.
[ { "change_type": "RENAME", "diff": "@@ -26,7 +26,7 @@ export default {\n};\n`;\n-async function writeBlocksImports({ components, context }) {\n+async function writeBlockImports({ components, context }) {\nconst templateFn = nunjucksFunction(template);\nconst blocks = Object.keys(components.types.blocks).map...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Cleanup build script.
1
fix
null
217,922
24.11.2021 18:11:22
-3,600
fe8d947748655fe51e4b037f55d3347ea7f219eb
fix(search): fixed recipe job icon not showing anymore
[ { "change_type": "MODIFY", "diff": "<app-company-workshop-tree-button *ngIf=\"row.recipe?.job == 0\" [recipeId]=\"row.recipe.recipeId\" size=\"small\"></app-company-workshop-tree-button>\n</div>\n<div *ngIf=\"row.recipe?.job > 1\" class=\"description\">\n- <img *ngIf=\"((row.recipe.job | i18nRow:'jobAbbr')....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): fixed recipe job icon not showing anymore
1
fix
search
777,369
24.11.2021 18:17:34
25,200
66759c00921f28a7a4c434661cb26aba90e923d6
refactor: customize-cra to craco
[ { "change_type": "MODIFY", "diff": "-const configOverrides = require('../config-overrides');\n-\nmodule.exports = {\naddons: [\n{\n- name: '@storybook/preset-create-react-app',\n+ name: 'storybook-preset-craco',\noptions: {\n- tsDocgenLoaderOptions: {},\n+ cracoConfigFile: '../../craco.config.js',\n},\n},\n...
Python
Apache License 2.0
determined-ai/determined
refactor: customize-cra to craco [DET-5441] (#3221)
1
refactor
null
73,317
24.11.2021 18:53:13
-3,600
ef4fcd749308f5946568c78748d0f4e70aae5d94
chore: fixup name By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]:
[ { "change_type": "MODIFY", "diff": "},\n{\n\"login\": \"kaizen3031593\",\n- \"name\": \"kaizen3031593\",\n+ \"name\": \"Kaizen Conroy\",\n\"avatar_url\": \"https://avatars.githubusercontent.com/u/36202692?v=4\",\n\"profile\": \"https://github.com/kaizen3031593\",\n\"contributions\": [\n", "new_path": "....
TypeScript
Apache License 2.0
aws/jsii
chore: fixup @kaizen3031593 name (#3201) --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1
chore
null
866,391
24.11.2021 19:19:07
-3,600
063524231e4936cb8800aef4432655a4dac46231
fix: remove duplicated `bx-loading`
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,6 @@ declare global {\n'bx-date-picker-input': any;\n'bx-dropdown': any;\n'bx-dropdown-item': any;\n- 'bx-loading': any;\n'bx-form-item': any;\n'bx-input': any;\n'bx-inline-loading': any;\n", "new_path": "src/typings/jsx-elements.d.ts", "old_path": "s...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: remove duplicated `bx-loading` (#893)
1
fix
null
815,601
24.11.2021 19:34:18
-28,800
869f864a59860708c376a2cafa3163fa4c14293b
feat: resumable rpc tx submit
[ { "change_type": "MODIFY", "diff": "@@ -686,6 +686,15 @@ impl TxPoolService {\nself.consensus.is_in_delay_window(&epoch)\n}\n+ pub(crate) async fn put_recent_reject(&self, tx_hash: &Byte32, reject: &Reject) {\n+ let mut tx_pool = self.tx_pool.write().await;\n+ if let Some(ref mut recent_reject) = tx_pool.re...
Rust
MIT License
nervosnetwork/ckb
feat: resumable rpc tx submit
1
feat
null