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
127,946
06.10.2021 12:40:02
-10,800
18ade6a4b428b0c86159384b883dac5f7d3a9787
feat: Switch variants
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,58 @@ const [state, setState] = useState(true);\n);\n};\n+const PreviewSwitchSizes = () => {\n+ const [state, setState] = useState(true);\n+\n+ return (\n+ <Preview\n+ title=\"Sizes\"\n+ preview={\n+ <div className=\"flex gap-20 items-center\">\n+ <Switch\n+ ...
TypeScript
MIT License
coingaming/moon-design
feat: Switch variants
1
feat
null
342,861
06.10.2021 12:45:03
-7,200
5cf711dbff7f1af2c875f1efa2a41738b648d964
chore(docs): eslint auto fix for mdx
[ { "change_type": "ADD", "diff": "+name: Prettify documentation\n+\n+on:\n+ pull_request:\n+ branches: [master]\n+\n+jobs:\n+ prettier:\n+ runs-on: ubuntu-latest\n+\n+ steps:\n+ - name: Checkout\n+ uses: actions/checkout@v2\n+ with:\n+ ref: ${{ github.head_ref }}\n+ fetch-depth: 0\n+\n+ - name: Prettify docu...
JavaScript
MIT License
kiwicom/orbit
chore(docs): eslint auto fix for mdx (#3130)
1
chore
docs
127,946
06.10.2021 12:49:29
-10,800
4dbbd01c0d5bb850ffff8023d7e5fa141032cc28
feat: Popover has no paddings by default
[ { "change_type": "MODIFY", "diff": "@@ -4,21 +4,30 @@ import { Popover } from '@heathmont/moon-popover/lib';\nimport Preview from '../../components/codePreview/Preview';\nimport Table from '../../components/Table';\n-import { Footer, Heading } from '@heathmont/moon-core';\n-import { Search, Button } from '@...
TypeScript
MIT License
coingaming/moon-design
feat: Popover has no paddings by default
1
feat
null
276,989
06.10.2021 13:24:39
10,800
fa5bc40bef15e2b000f3d81b7859f05d646f44b8
refactor(button.icon): using Icon from Yoga and extending StyledButton
[ { "change_type": "MODIFY", "diff": "import React, { forwardRef } from 'react';\nimport styled, { withTheme } from 'styled-components';\nimport { node, oneOfType, func, bool } from 'prop-types';\n+\nimport Icon from '../../Icon';\nimport withTouchable from './withTouchable';\n", "new_path": "packages/yog...
JavaScript
MIT License
gympass/yoga
refactor(button.icon): using Icon from Yoga and extending StyledButton
1
refactor
button.icon
699,201
06.10.2021 13:25:30
25,200
4d87a7c9a9a1349db51824fb0a827ec5eaa2cf18
feat(alert-dialog): add element customization
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/alert-dialog': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[AlertDialog] Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the...
TypeScript
MIT License
twilio-labs/paste
feat(alert-dialog): add element customization
1
feat
alert-dialog
342,861
06.10.2021 13:32:37
-7,200
c714fcd3c8ca20c76c7377b4f1042dc6e5b042d7
fix(Skeleton): default as single rect
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,12 @@ const PRESETS = {\nText: \"Text\",\n};\n-export const Default = (): React.Node => <Skeleton />;\n+export const Default = (): React.Node => {\n+ const height = text(\"height\", `100px`);\n+ const width = text(\"width\", `500px`);\n+\n+ return <Skeleton h...
JavaScript
MIT License
kiwicom/orbit
fix(Skeleton): default as single rect (#3134)
1
fix
Skeleton
141,508
06.10.2021 13:32:54
-39,600
72feb74dd7ced16976aa33ba0bfccc76f77c67e2
fix: Add label to TiltleBlockZen overflow meatball IconButton
[ { "change_type": "MODIFY", "diff": "@@ -156,7 +156,11 @@ const MainActions = ({\n<Menu\nalign=\"right\"\nbutton={\n- <IconButton label=\"\" reversed={reversed} icon={meatballsIcon} />\n+ <IconButton\n+ label=\"Open secondary menu\"\n+ reversed={reversed}\n+ icon={meatballsIcon}\n+ />\n}\n>\n<MenuContent>\n"...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Add label to TiltleBlockZen overflow meatball IconButton (#1984)
1
fix
null
902,122
06.10.2021 13:33:58
-7,200
c868c2f939cc135892b9b14ce369d32276f8839a
test: add lifespan context
[ { "change_type": "MODIFY", "diff": "@@ -30,3 +30,22 @@ require('@browserless/test')(createBrowserless())\nawait browserlessFactory.close()\n})\n})\n+\n+test('ensure to destroy browser contexts', async t => {\n+ const browserlessFactory = createBrowserless()\n+ const browser = await browserlessFactory.browse...
JavaScript
MIT License
microlinkhq/browserless
test: add lifespan context
1
test
null
942,606
06.10.2021 13:37:27
14,400
9df52ee75135fd06abf7edccc7928d7263bdc1ad
docs: Remove travis badge [skip release] Remove Travis badge since Travis is no longer used. [category:Documentation]
[ { "change_type": "MODIFY", "diff": "@@ -7,12 +7,10 @@ implement user experiences consistent with\n<a href=\"./LICENSE\">\n<img src=\"https://img.shields.io/badge/license-Apache--2.0-blue.svg\" alt=\"Workday Canvas Kit is released under the Apache-2.0 license\" />\n</a>\n-<a href=\"https://travis-ci.org/Work...
TypeScript
Apache License 2.0
workday/canvas-kit
docs: Remove travis badge [skip release] (#1299) Remove Travis badge since Travis is no longer used. [category:Documentation]
1
docs
null
791,690
06.10.2021 13:38:03
18,000
0d2118b64aaa0217e33705267a1508cbfd2dc421
tests: update deprecations smoke for M96
[ { "change_type": "MODIFY", "diff": "</style>\n</template>\n-<template id=\"deprecations-tmpl\">\n- <style>\n- body /deep/ div {\n- color: pink; /* FAIL - deprecation warning */\n- }\n- </style>\n-</template>\n-\n<!-- Force FCP to be ~5s out, necessary to make sure our render-blocking audits still work -->\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: update deprecations smoke for M96 (#13179)
1
tests
null
756,013
06.10.2021 13:40:08
21,600
d716f966ff2582b7fcfa19f74e9b083182df29b0
fix(cosmos): remove extra `types.Storage` wrapping from x/swingset
[ { "change_type": "MODIFY", "diff": "@@ -34,10 +34,8 @@ type bootstrapBlockAction struct {\nfunc InitGenesis(ctx sdk.Context, keeper Keeper, data *types.GenesisState) []abci.ValidatorUpdate {\n// NONDETERMINISM: order of SetStorage is not deterministic\n- var storage types.Storage\nfor key, value := range da...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmos): remove extra `types.Storage` wrapping from x/swingset
1
fix
cosmos
401,106
06.10.2021 13:47:55
-19,080
7a7592c0c5b29c407468299a629bb6f1f6481a11
feat: add allowElements props to MarkdownContent component * feat(markdown): add allowedElements props affects: * docs(markdown): add webpack config details in docs affects:
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,20 @@ import { FC } from 'react';\nexport const Component: FC = () => <MarkdownContent content={'# DummyHeading'} />;\n```\n+> Note: If you're using Webpack 5, you'll need to add the following webpack config and need to add the following dependencies: `yarn a...
TypeScript
MIT License
medly/medly-components
feat: add allowElements props to MarkdownContent component (#478) * feat(markdown): add allowedElements props affects: @medly-components/markdown * docs(markdown): add webpack config details in docs affects: @medly-components/markdown
1
feat
null
127,946
06.10.2021 14:00:58
-10,800
8390f59bd08ea025113e8750279860c07478ca55
feat: .circleci
[ { "change_type": "MODIFY", "diff": "@@ -220,6 +220,19 @@ workflows:\n- build\n- lint\n+ - build_docs_and_push:\n+ context: global\n+ filters:\n+ branches:\n+ only:\n+ - develop\n+ - master\n+ requires:\n+ - dependencies\n+ - build\n+ - lint\n+ - publish\n+\n- tag_master_image:\ncontext: global\nfilters:\n",...
TypeScript
MIT License
coingaming/moon-design
feat: .circleci
1
feat
null
342,861
06.10.2021 14:03:35
-7,200
a71c8426326665b7285d62206306e9648bf09f50
docs(Skeleton): update Skeleton documentation
[ { "change_type": "MODIFY", "diff": "@@ -2,25 +2,20 @@ import React from \"react\";\nimport { Skeleton } from \"@kiwicom/orbit-components\";\nexport default {\n- Example: () => <Skeleton rowOffset={30} rowHeight={21} />,\n+ Example: () => <Skeleton width={300} height={100} />,\nexampleKnobs: [\n{\ncomponent:...
JavaScript
MIT License
kiwicom/orbit
docs(Skeleton): update Skeleton documentation
1
docs
Skeleton
276,939
06.10.2021 14:15:29
10,800
c198bf51a549b518e0b2b2eb147fe2d33b397120
fix(navigation): apply indentation to collapsibles
[ { "change_type": "MODIFY", "diff": "@@ -169,6 +169,7 @@ const ListItem = ({\nonClick={() => setCollapsed(!isCollapsed)}\naria-label={`Toggle ${title} collapsible section`}\nrole=\"switch\"\n+ level={level}\naria-checked={isCollapsed.toString()}\n>\n{title} <ArrowIcon isOpen={isCollapsed} />\n", "new_pat...
JavaScript
MIT License
gympass/yoga
fix(navigation): apply indentation to collapsibles
1
fix
navigation
915,228
06.10.2021 14:25:15
-19,080
433ce7467db29b13640ff10d9f3b81831f508cb6
fix: replace fatal error of jaeger initialization with print Closes
[ { "change_type": "MODIFY", "diff": "@@ -435,10 +435,11 @@ func (m *RegistryBase) Tracer(ctx context.Context) *tracing.Tracer {\nif m.trc == nil {\nt, err := tracing.New(m.l, m.C.Tracing())\nif err != nil {\n- m.Logger().WithError(err).Fatalf(\"Unable to initialize Tracer.\")\n- }\n+ m.Logger().WithError(err...
Go
Apache License 2.0
ory/hydra
fix: replace fatal error of jaeger initialization with print (#2777) Closes #2642
1
fix
null
134,832
06.10.2021 14:30:00
-7,200
f07dd81653a86e5021c360f1c2bfa1e1005a1705
fix: bump field editor dependencies
[ { "change_type": "MODIFY", "diff": "\"package\": {\n\"dependencies\": {\n\"@contentful/app-sdk\": \"^4.0.0\",\n- \"@contentful/field-editor-single-line\": \"^0.15.0\",\n- \"@contentful/field-editor-test-utils\": \"^0.17.0\",\n+ \"@contentful/field-editor-single-line\": \"^0.15.5\",\n+ \"@contentful/field-ed...
JavaScript
MIT License
contentful/create-contentful-app
fix: bump field editor dependencies
1
fix
null
134,832
06.10.2021 14:30:16
-7,200
062d1a7ab86f710cc78e213eb133274b8477afa4
fix: bump app sdk to v4.2.0
[ { "change_type": "MODIFY", "diff": "{\n\"package\": {\n\"dependencies\": {\n- \"@contentful/app-sdk\": \"^4.0.0\",\n+ \"@contentful/app-sdk\": \"^4.2.0\",\n\"@contentful/field-editor-single-line\": \"^0.15.5\",\n\"@contentful/field-editor-test-utils\": \"^0.18.0\",\n\"@contentful/forma-36-fcss\": \"^0.3.2\"...
JavaScript
MIT License
contentful/create-contentful-app
fix: bump app sdk to v4.2.0
1
fix
null
699,187
06.10.2021 14:33:26
25,200
2cdd99a8e72159254e5a8252acbc5fc043038d8d
docs: remove duplicate Label, Help Text prop tables
[ { "change_type": "MODIFY", "diff": "@@ -97,6 +97,8 @@ The Date Picker is an input field which accepts a value in <inlineCode>MM/DD/YYY\nCurrently, the Date Picker is built on top of <Anchor href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date\" showExternal>the HTML date picker</Ancho...
TypeScript
MIT License
twilio-labs/paste
docs: remove duplicate Label, Help Text prop tables (#1912)
1
docs
null
889,620
06.10.2021 14:33:56
-28,800
f592a9eda2e7209a8d776af6239cbe5dabdc5684
feat: remember-me validity can be configured using duration notation you can use configurations like: '30d' for 30 days '24h' for 24 hours
[ { "change_type": "MODIFY", "diff": "@@ -42,8 +42,8 @@ class KomgaProperties {\n@get:NotBlank\nvar key: String? = null\n- @get:Positive\n- var validity: Int = 1209600 // 2 weeks\n+ @DurationUnit(ChronoUnit.SECONDS)\n+ var validity: Duration = Duration.ofDays(14)\n}\nclass Cors {\n", "new_path": "komga/sr...
Kotlin
MIT License
gotson/komga
feat: remember-me validity can be configured using duration notation you can use configurations like: - '30d' for 30 days - '24h' for 24 hours
1
feat
null
342,861
06.10.2021 14:34:58
-7,200
687fee4f110ac88dabceaeae80675d20fead1ae0
docs(Skeleton): update readme
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,12 @@ import Skeleton from \"@kiwicom/orbit-components/lib/Skeleton\";\nAfter adding import into your project you can use it simply like:\n+```jsx\n+<Skeleton height={100} width={300} />\n+```\n+\n+or\n+\n```jsx\n<Skeleton>\n<rect x=\"48\" y=\"8\" rx=\"3\" ry...
JavaScript
MIT License
kiwicom/orbit
docs(Skeleton): update readme
1
docs
Skeleton
472,067
06.10.2021 14:41:10
-32,400
0aa65ec1ddfcec4c496429077d072149f801a647
refactor(spindle-tokens): output comment as a single line
[ { "change_type": "MODIFY", "diff": "@@ -151,6 +151,29 @@ describe('style output as style dictionary JSON', () => {\n'}',\n);\n});\n+\n+ it('should be able to trim comment', async () => {\n+ await exporter({\n+ output,\n+ })([\n+ mockFill(\n+ [mockSolid('rgba(0, 0, 0, 1)', true)],\n+ true,\n+ 'DO: !!\\nDO NO...
TypeScript
MIT License
openameba/spindle
refactor(spindle-tokens): output comment as a single line
1
refactor
spindle-tokens
889,620
06.10.2021 14:53:51
-28,800
cebdef1e5823b18890741e95d97cb5d032715347
feat: ignore accents and multiple whitespace when sorting books close s#702
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ import org.gotson.komga.domain.persistence.SeriesCollectionRepository\nimport org.gotson.komga.domain.persistence.SeriesMetadataRepository\nimport org.gotson.komga.domain.persistence.SeriesRepository\nimport org.gotson.komga.domain.persistence.ThumbnailS...
Kotlin
MIT License
gotson/komga
feat: ignore accents and multiple whitespace when sorting books close s#702
1
feat
null
942,581
06.10.2021 15:07:45
21,600
47da7b65bd5691f22e8557da801e1abbc2c919bb
ci: Update forward merge job to be once a day [skip ci]
[ { "change_type": "MODIFY", "diff": "name: 'forward-merge'\non:\n- push:\n- branches: # List all \"from\" branches - all branches that should be forward merged\n- - support\n- - master\n- - prerelease/minor\n+ schedule:\n+ # Once a day at 5am\n+ - cron: '5 0 * * *'\n# Allow manual triggering: This requires y...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Update forward merge job to be once a day [skip ci]
1
ci
null
699,189
06.10.2021 15:16:41
18,000
6e3c340fd5ce4d845b2a25dcc67fb13381977497
docs(website): add data-grid docs
[ { "change_type": "ADD", "diff": "+export const TableHeaderData = ['First Name', 'Last Name', 'Country', 'Email', 'Phone'];\n+export const TableBodyData = [\n+ ['Lottie', 'Hintz', 'Republic of Korea', 'John.Zulauf@gmail.com', '1-652-451-4330'],\n+ [\n+ 'Paige',\n+ 'Kshlerin',\n+ 'British Indian Ocean Territo...
TypeScript
MIT License
twilio-labs/paste
docs(website): add data-grid docs (#1914)
1
docs
website
265,942
06.10.2021 15:24:12
14,400
eb6f31f3f6c439e21bbc0cd46f32a7327e15f65e
fix: file preconditions should respect ifGenerationMatch not ifMetagenerationMatch
[ { "change_type": "MODIFY", "diff": "@@ -1587,8 +1587,8 @@ class File extends ServiceObject<File> {\nconst retryOptions = this.storage.retryOptions;\nif (\n- (options?.preconditionOpts?.ifMetagenerationMatch === undefined &&\n- this.instancePreconditionOpts?.ifMetagenerationMatch === undefined &&\n+ (options...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
fix: file preconditions should respect ifGenerationMatch not ifMetagenerationMatch (#1642)
1
fix
null
791,723
06.10.2021 15:28:01
25,200
c219a9c4b098779eac99dc4370b450c934b23b55
misc(build): fix vercel deployment by adopting stricter `engines` grammar
[ { "change_type": "MODIFY", "diff": "\"smokehouse\": \"./lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js\"\n},\n\"engines\": {\n- \"node\": \">=12.20.0 && 12.* || >=14.13 && 14.* || >=15\"\n+ \"node\": \">=12.20.0 12 || >=14.13 14 || >=15\"\n},\n\"scripts\": {\n\"build-all\": \"npm-run-posix-or-wi...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): fix vercel deployment by adopting stricter `engines` grammar (#13183)
1
misc
build
342,861
06.10.2021 15:29:18
-7,200
a7dff3c20c30e58cf849b24376df2d0f1d41b260
fix(Skeleton): fix default height
[ { "change_type": "MODIFY", "diff": "@@ -43,6 +43,8 @@ or you can pick one from our predefined presets:\n| animate | `boolean` | | `true` | Turn off/on animation |\n| children | `React.ReactNode` | | | |\n| height | `number \\| string` | | `100%` | Set height for Svg element |\n+| height | `number \\| string...
JavaScript
MIT License
kiwicom/orbit
fix(Skeleton): fix default height
1
fix
Skeleton
127,946
06.10.2021 15:34:32
-10,800
7b5e2e0cf5be5843e1e3671c4f85bc6ed2e180dd
fix: hide badge docs
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ const navigation = [\nchildren: [\n{ name: 'Accordion', href: '/components/accordion' },\n{ name: 'Avatar', href: '/components/avatar' },\n- { name: 'Badge', href: '/components/badge' },\n+ // { name: 'Badge', href: '/components/badge' },\n{ name: 'Butto...
TypeScript
MIT License
coingaming/moon-design
fix: hide badge docs
1
fix
null
127,946
06.10.2021 15:34:57
-10,800
4335319646ba63d4ca57642d02aaadd9b392df11
fix: align Datepicker
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import { Sidebar } from './Sidebar';\nimport { InputsPanel } from './InputsPanel';\nconst PickerContainer = styled.div(\n- ({ theme: { color, space, radius, breakpoint, zIndex, boxShadow } }) => ({\n+ ({ theme: { color, space, radius, breakpoint, zIndex,...
TypeScript
MIT License
coingaming/moon-design
fix: align Datepicker
1
fix
null
127,946
06.10.2021 15:40:59
-10,800
b7b2126174b904a28109a044227435e772b39091
fix: align Dialog shadow
[ { "change_type": "MODIFY", "diff": "@@ -20,8 +20,8 @@ export const DialogContainer = styled.div<{ variant?: 'default' | 'new' }>(\n* padding with a pseudo element.\n*/\nexport const DialogMain = styled.main<{ variant?: 'default' | 'new' }>(\n- ({ theme: { space, breakpoint, boxShadow }, variant }) => ({\n- ...
TypeScript
MIT License
coingaming/moon-design
fix: align Dialog shadow
1
fix
null
127,946
06.10.2021 15:41:14
-10,800
253789c30c4bb7b1b933479a2724a26ee8ee0e83
fix: align Popover shadow
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ interface PopoverContainerProps {\n}\nexport const PopoverContainer = styled.div<PopoverContainerProps>(\n- ({ theme: { color, radius, boxShadow }, padding, backgroundColor, theme }) => ({\n+ ({ theme: { color, radius, shadows }, padding, backgroundColor, ...
TypeScript
MIT License
coingaming/moon-design
fix: align Popover shadow
1
fix
null
127,946
06.10.2021 15:43:19
-10,800
adac5c9334f8fc94150fb9d5687dbaa6b33c4ef8
fix: align Search shadow
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,7 @@ export const Results = styled.div(\n},\n}),\n({\n- theme: { borderWidth, boxShadow, breakpoint, color, radius, space },\n+ theme: { borderWidth, shadows, breakpoint, color, radius, space },\n}) => ({\nposition: 'absolute',\nleft: 0,\n@@ -91,7 +91,7 @@ ex...
TypeScript
MIT License
coingaming/moon-design
fix: align Search shadow
1
fix
null
749,548
06.10.2021 15:43:37
25,200
2628b07a56ba04919b083d9af35f3b71578a4dbe
chore(changelog): add v8.42.1 [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,15 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.42.1 (2021-10-06)\n+\n+#### :bug: Bug Fix\n+* `dropdowns`\n+ * [#1222](https://github.com/zen...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(changelog): add v8.42.1 [skip ci]
1
chore
changelog
419,554
06.10.2021 15:46:14
-7,200
d4b8c2ca07fda96c0935b595fabd7c19ceed904f
fix(core): sync `MigrateOptions` type in core with migrations package
[ { "change_type": "MODIFY", "diff": "+import type { Transaction } from './connections';\nimport type { Cascade, EventType, LoadStrategy, LockMode, QueryOrderMap } from './enums';\nimport { ReferenceType } from './enums';\nimport type { AssignOptions, Collection, EntityFactory, EntityIdentifier, EntityReposit...
TypeScript
MIT License
mikro-orm/mikro-orm
fix(core): sync `MigrateOptions` type in core with migrations package (#2259)
1
fix
core
127,946
06.10.2021 15:50:43
-10,800
a2964a8b404f7a6d858437d60bd042dbcd9ba42a
fix: SingleSelect hover colour & shadow
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ const ListboxOptionWrapper = styled(ListboxOption)(({ theme: { color } }) => ({\ncursor: 'pointer',\nborderRadius: rem(4),\n'&:hover': {\n- backgroundColor: color.hit[80],\n+ backgroundColor: color.goku[100],\n},\n}));\n", "new_path": "packages/core/...
TypeScript
MIT License
coingaming/moon-design
fix: SingleSelect hover colour & shadow
1
fix
null
791,682
06.10.2021 15:57:08
18,000
bab68cacd485031dd3168f35794beca8a214ffc4
core(fr): handle cached timespan records
[ { "change_type": "MODIFY", "diff": "@@ -115,11 +115,12 @@ class UnusedBytes extends Audit {\nsettings,\n};\nconst networkRecords = await NetworkRecords.request(devtoolsLog, context);\n+ const hasContentfulRecords = networkRecords.some(record => record.transferSize);\n// Requesting load simulator requires no...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): handle cached timespan records (#13181)
1
core
fr
127,946
06.10.2021 16:02:06
-10,800
07a3de3b03137c05767798c95b67f39c3bedb0e2
fix: MultiSelect shadow & borders
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ const MultiSelect: React.FC<MultiSelectProps> = ({\nconst isEmptySelectedItems = selectedItems && selectedItems.length === 0;\nreturn (\n<OuterContainer>\n- <Container onClick={toggleExpanded}>\n+ <Container onClick={toggleExpanded} isExpandedInner={isEx...
TypeScript
MIT License
coingaming/moon-design
fix: MultiSelect shadow & borders
1
fix
null
127,946
06.10.2021 16:10:38
-10,800
32763efab7fa6c9f6d6dc4e0816064222e23bd8f
feat: only default Tooltip
[ { "change_type": "MODIFY", "diff": "@@ -13,9 +13,6 @@ const PreviewTooltip = () => {\n<Tooltip>\n<Text size={14}>Text with font size 14</Text>\n</Tooltip>\n- <Tooltip position=\"bottom\">\n- <Text size={14}>Bottom</Text>\n- </Tooltip>\n</div>\n}\ncode={`import { Tooltip, Text } from '@heathmont/moon-core';\...
TypeScript
MIT License
coingaming/moon-design
feat: only default Tooltip
1
feat
null
217,922
06.10.2021 16:15:56
-7,200
177a8dad423a06a80805d5572c7a4acb3bd2b679
fix(alarms): fixed alarms sometimes getting stuck trying to regenerate forever
[ { "change_type": "MODIFY", "diff": "@@ -491,6 +491,9 @@ export class AlarmsFacade {\nif (nodeForThisAlarm) {\nconst alarms = this.generateAlarms(nodeForThisAlarm);\nconst regenerated = alarms.find(a => a.fishEyes === alarm.fishEyes) || alarms[0];\n+ if (!regenerated) {\n+ return null;\n+ }\nregenerated.user...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed alarms sometimes getting stuck trying to regenerate forever
1
fix
alarms
127,946
06.10.2021 16:20:46
-10,800
88c39de86ffde7b6c1a7a6f57ca7ed17548ed024
fix: update moon theme
[ { "change_type": "MODIFY", "diff": "@@ -381,7 +381,7 @@ const Icon: React.FC<{ name: string; onClick: any; selectedIcons: string[] }> =\nonClick={() => onClick(name)}\nclassName={classNames(\nisShown ? 'text-active bg-active-80' : 'text-gray-400',\n- 'relative flex flex-col items-center text-sm cursor-point...
TypeScript
MIT License
coingaming/moon-design
fix: update moon theme
1
fix
null
386,581
06.10.2021 16:28:59
-7,200
ceb266d5e09afcaacceaef0690d76eeaceb8e5ae
fix: Remove nested contexts code review fixes.
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,4 @@ async function writeRequests({ components, context }) {\nreturn Promise.all(writePromises);\n}\n-// export { getRequestsOnBlock };\n-\nexport default writeRequests;\n", "new_path": "packages/build/src/build/writeRequests.js", "old_path": "package...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Remove nested contexts code review fixes.
1
fix
null
386,581
06.10.2021 16:34:27
-7,200
b28c65e1b51188f1b4ccba3a32371ca8702fc460
fix(operators): Fix _switch operator tests.
[ { "change_type": "MODIFY", "diff": "@@ -471,7 +471,7 @@ describe('parse operators', () => {\ndefault: 'C',\n},\n};\n- const parser = new NodeParser({ state });\n+ const parser = new NodeParser({ payload });\nawait parser.init();\nconst res = parser.parse({ input, location: 'locationId' });\nexpect(res.outpu...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(operators): Fix _switch operator tests.
1
fix
operators
531,793
06.10.2021 16:36:21
-3,600
585b5a6ab79aa25d07bc5c9022168f31e0c8d5d1
fix(ui): revert to 5.1.1 bootstrap style of button in flex
[ { "change_type": "MODIFY", "diff": "@@ -168,7 +168,7 @@ const SilenceDetails: FC<{\n<div className=\"flex-shrink-0 flex-grow-0 mt-lg-0 mt-2 ml-lg-2 ms-0\">\n<div className=\"d-flex flex-fill flex-lg-column flex-row justify-content-around\">\n<button\n- className=\"btn btn-primary btn-sm mb-lg-2 mb-0\"\n+ cl...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): revert to 5.1.1 bootstrap style of button in flex
1
fix
ui
127,946
06.10.2021 16:45:47
-10,800
118b04bafd30f6fea74f64e2fa5f6fb0ef40d8f2
fix: silence TS
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,6 @@ const Container = styled.div<{ isExpandedInner: boolean }>(\npadding: `${rem(10)} ${rem(16)}`,\ncursor: 'pointer',\n})\n-) as React.FC<{}>;\n+) as React.FC<any>;\nexport default Container;\n", "new_path": "packages/core/src/multiSelect/private/styles...
TypeScript
MIT License
coingaming/moon-design
fix: silence TS
1
fix
null
401,147
06.10.2021 17:14:31
-19,080
1430cf4964e6f1d005f8b8801e792e799cfb03e1
refactor: refactor sidenav component affects:
[ { "change_type": "MODIFY", "diff": "@@ -8,9 +8,8 @@ import * as Styled from './SideNav.styled';\nimport ToggleSwitch from './ToggleSwitch';\nimport { SideNavProps, SideNavStaticProps } from './types';\n-export const SideNav: FC<SideNavProps> & WithStyle & SideNavStaticProps = props => {\n- const { active, c...
TypeScript
MIT License
medly/medly-components
refactor: refactor sidenav component affects: @medly-components/layout
1
refactor
null
791,274
06.10.2021 17:15:14
25,200
de9e465bea8cd0580c45e87d2cbc2b610615b363
fix(profiler): workaround certificate expiration issue in integration tests Let's Encrypt CA certification expiration is causing integration tests to fail. This commit works around this problem by removing the problematic certificate. Context:
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,13 @@ set -eo pipefail\n# Display commands being run.\nset -x\n+# Remove expired certificate; otherwise `go mod download` may fail.\n+# See https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/\n+# for more context.\n+sudo apt-get install -y ...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(profiler): workaround certificate expiration issue in integration tests (#4955) Let's Encrypt CA certification expiration is causing integration tests to fail. This commit works around this problem by removing the problematic certificate. Context: https://letsencrypt.org/docs/dst-root-ca-x3-expiration-septembe...
1
fix
profiler
276,989
06.10.2021 17:30:58
10,800
d320ec0184adc0a67a8dc15254f550754a6a957c
refactor(button.icon): using small prop instead of large
[ { "change_type": "MODIFY", "diff": "### Usage\n-#### Default\n-\n```javascript\n-<Box display=\"flex\" justifyContent=\"space-evenly\" width=\"100%\">\n+<Box\n+ display=\"flex\"\n+ justifyContent=\"space-evenly\"\n+ alignItems=\"center\"\n+ width=\"100%\"\n+>\n<Button.Icon icon={Booking} />\n- <Button.Icon ...
JavaScript
MIT License
gympass/yoga
refactor(button.icon): using small prop instead of large
1
refactor
button.icon
826,715
06.10.2021 17:34:46
-7,200
1ac6055cdc1249f74b9e1d4f86c99401b3342503
test: fix failure for swagger 2 go clients
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ docker push oryd/sdk:v0.0.34\nIf you wish to debug some generators or build steps, you can run the image locally:\n```shell script\n-$ docker run --mount type=bind,source=\"$(pwd)\",target=/sdk --name sdk -it oryd/sdk:v0.0.42 /bin/sh\n+$ docker run --mou...
C#
Apache License 2.0
ory/sdk
test: fix failure for swagger 2 go clients (#119)
1
test
null
217,922
06.10.2021 17:48:24
-7,200
a23d5bb3612ae26f4f49741f4992f00771bcba85
fix(allagan-reports): fix for fishing coverage
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,8 @@ export class AllaganReportsComponent {\nmap(([extracts, dashboardData]) => {\nconst fishWithNoData = this.lazyData.data.fishes\n.filter(itemId => {\n- return !this.lazyData.data.items[itemId].en.includes('Skybuilders');\n+ return !this.lazyData.data.item...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(allagan-reports): fix for fishing coverage
1
fix
allagan-reports
791,704
06.10.2021 17:51:41
18,000
8b3b2989a9ee1e453b602653771ebb3db3d4a392
report: remove href from category score gauge
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,8 @@ import {useReportRenderer} from './report-renderer';\nexport function convertChildAnchors(element: HTMLElement, index: number) {\nconst links = element.querySelectorAll('a') as NodeListOf<HTMLAnchorElement>;\nfor (const link of links) {\n+ if (!link.href...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: remove href from category score gauge (#13180)
1
report
null
551,634
06.10.2021 17:52:36
-3,600
393d3b56b134e1dbf696ef8054cef3d0dc8d0f2a
chore: added command line utils project with TxSerializer
[ { "change_type": "MODIFY", "diff": "<modules>\n<module>core</module>\n<module>benchmarks</module>\n+ <module>utils</module>\n</modules>\n</project>\n", "new_path": "pom.xml", "old_path": "pom.xml" }, { "change_type": "ADD", "diff": "+# QuestDB command line utils\n+\n+### TxSerializer\n+\...
Java
Apache License 2.0
questdb/questdb
chore: added command line utils project with TxSerializer (#1408)
1
chore
null
217,922
06.10.2021 18:15:46
-7,200
615cacfe9680b4eca4a1ddde5ec028c5fffba4e1
fix(db): fixed wrong color scheme in fishing spot's bite times chart
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,9 @@ export class FishingSpotBiteTimesComponent implements OnInit, OnDestroy {\nreturn combineLatest([...fishNames]).pipe(\nmap(([...names]) => {\nconst sortedNames = names.sort((a, b) => a.name < b.name ? 1 : -1);\n- const colors = sortedNames.map(el => th...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed wrong color scheme in fishing spot's bite times chart
1
fix
db
217,922
06.10.2021 18:24:54
-7,200
448d8843ed6b02aed4e29c2bb3c0e861a564b3f3
chore(release): 8.6.5
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.6.5\"></a>\n+## [8.6.5](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.6.5
1
chore
release
865,918
06.10.2021 18:53:00
-7,200
f3027219831d6b6cf31ef85585adb32f86742447
chore(CHANGELOG): update to v4.11
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,17 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 4.11.0\n+\n+### General\n+\n+* `FEAT`: support Zeebe 1.2 / Camunda Cloud 1.2 ([#2423](https://github.com/camunda/cam...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v4.11
1
chore
CHANGELOG
791,690
06.10.2021 19:08:58
18,000
29e657b8aeb620fc9b610e37a2a3d51a8e24b915
report(flow): add help dialog to explain flows
[ { "change_type": "MODIFY", "diff": "--header-margin: minmax(0px, calc(var(--base-spacing) * 4));\n--half-base-spacing: calc(var(--base-spacing) / 2);\n--min-text-width: 20ch;\n+ --dialog-border-color: var(--color-gray-700);\n--separator-color: var(--color-gray-300);\n--sidebar-flow-step-navigation-font-size...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(flow): add help dialog to explain flows (#13159)
1
report
flow
438,921
06.10.2021 19:39:38
-32,400
cc4a5e71099cd6915b11ee413dcba422a7f1a988
fix(gauge): fix error when interaction=false Fix the use of optional chaining on redrawArc Fix
[ { "change_type": "MODIFY", "diff": "@@ -565,7 +565,7 @@ export default {\nmainArc = mainArc.enter().append(\"path\")\n.attr(\"class\", $$.getClass(\"arc\", true))\n.style(\"fill\", d => $$.color(d.data))\n- .style(\"cursor\", d => (isSelectable?.bind($$.api)(d) ? \"pointer\" : null))\n+ .style(\"cursor\", d...
TypeScript
MIT License
naver/billboard.js
fix(gauge): fix error when interaction=false Fix the use of optional chaining on redrawArc Fix #2351
1
fix
gauge
73,373
06.10.2021 19:41:33
-3,600
3f6db2cf2292f53a307e0c83625d8e1b1605d813
fix(jsii-pacmak): modules not packed in topological order The current topological sorting of modules for packing only takes into account packages dependencies, but not peer or dev dependencies. This can lead to packing errors when a package only has a dev dependency on another package within the same repo.
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,11 @@ export async function findJsiiModules(\n);\n}\n- const dependencyNames = Object.keys(pkg.dependencies ?? {});\n+ const dependencyNames = [\n+ ...Object.keys(pkg.dependencies ?? {}),\n+ ...Object.keys(pkg.peerDependencies ?? {}),\n+ ...Object.keys(pkg.de...
TypeScript
Apache License 2.0
aws/jsii
fix(jsii-pacmak): modules not packed in topological order The current topological sorting of modules for packing only takes into account packages dependencies, but not peer or dev dependencies. This can lead to packing errors when a package only has a dev dependency on another package within the same repo.
1
fix
jsii-pacmak
551,636
06.10.2021 19:52:50
-3,600
f139b6e89b50c5abb496de9bdf1195376e9007f5
feat(sql): dump thread stacks function + changes output of dump memory usage function + added more logging
[ { "change_type": "MODIFY", "diff": "@@ -4303,7 +4303,10 @@ public class TableWriter implements Closeable {\nfinal Sequence indexPubSequence = this.messageBus.getIndexerPubSequence();\nfinal RingQueue<ColumnIndexerTask> indexerQueue = this.messageBus.getIndexerQueue();\n- LOG.info().$(\"parallel indexing [in...
Java
Apache License 2.0
questdb/questdb
feat(sql): dump thread stacks function + changes output of dump memory usage function + added more logging (#1411)
1
feat
sql
185,950
06.10.2021 19:53:21
-7,200
2deea5c9bbaa36e6f4ca72cd212ffaae095573b9
test: fix failing snapshots on Big Sur
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ interface ChromeMacProps {\n*\n* @returns Whether or not macOS is Big Sur or later.\n*/\n-const isBigSurOrLater = () =>\n+export const isBigSurOrLater = () =>\nNumber(require('os').release().split('.')[0]) >= 20;\n@observer\n", "new_path": "src/rende...
TypeScript
MIT License
electron/fiddle
test: fix failing snapshots on Big Sur (#870)
1
test
null
71,335
06.10.2021 19:55:18
10,800
d29a20bece48829e5dddbf3fd9045a96f1440c02
feat(aws-chatbot): allow adding a sns topic in existing SlackChannel closes
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aw\n```ts\nimport * as chatbot from '@aws-cdk/aws-chatbot';\n+import * as sns from '@aws-cdk/aws-sns';\nconst slackChannel = new chatbot.SlackChannelConfiguration(this, 'MySlac...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(aws-chatbot): allow adding a sns topic in existing SlackChannel (#16643) closes #15588
1
feat
aws-chatbot
129,392
06.10.2021 20:10:37
-7,200
5e220401f510f394129b5d2f11c6a987229c92de
feat(cli.py): add shortcut for signoff command add -s shortcut for the --signoff command
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ data = {\n\"help\": \"show output to stdout, no commit, no modified files\",\n},\n{\n- \"name\": \"--signoff\",\n+ \"name\": [\"-s\", \"--signoff\"],\n\"action\": \"store_true\",\n\"help\": \"Sign off the commit\",\n},\n", "new_path": "commitizen/cli...
Python
MIT License
commitizen-tools/commitizen
feat(cli.py): add shortcut for signoff command add -s shortcut for the --signoff command
1
feat
cli.py
777,401
06.10.2021 20:54:40
14,400
51453e44b370b0d0fa6338ab6ae00c00ad1e8903
chore: tweak samples_per_second metric to represent all workers It makes more sense to report `samples_per_second` as the global samples per second not just the chief's, so this change does just that.
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Improvements**\n+\n+- Profiler: ``samples_per_second`` in PyTorch now reflects samples across all workers.\n", "new_path": "docs/release-notes/3050-tweak-samples-per-second-pytorch.txt", "old_path": null }, { "change_type": "MODIFY", "dif...
Python
Apache License 2.0
determined-ai/determined
chore: tweak samples_per_second metric to represent all workers (#3050) It makes more sense to report `samples_per_second` as the global samples per second not just the chief's, so this change does just that.
1
chore
null
699,191
06.10.2021 21:25:04
25,200
8e481b426e483cb6cc7f29a9a3ef425e7b8744ae
feat: Improved roadmap view and fixed TOC scroll tracking
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ const gatsbyConfig = {\nrespectDNT: true,\n},\n},\n- `gatsby-plugin-typescript`,\n+ 'gatsby-plugin-typescript',\n'gatsby-plugin-react-helmet',\n{\nresolve: 'gatsby-source-filesystem',\n@@ -73,14 +73,14 @@ const gatsbyConfig = {\nignore: ['**/.cache/**', ...
TypeScript
MIT License
twilio-labs/paste
feat: Improved roadmap view and fixed TOC scroll tracking (#1876)
1
feat
null
317,646
06.10.2021 21:43:18
-7,200
5b5666b5b060604c56752240cce9fa16422c240c
feat: add go-releaser
[ { "change_type": "DELETE", "diff": "-on:\n- pull_request:\n- paths-ignore:\n- - 'README.md'\n- - 'CONTRIBUTING.md'\n- - 'COPYING'\n- - 'docs/**'\n- - '.github/*.md'\n- - '.github/FUNDING.yml'\n-\n-name: Build Code\n-jobs:\n- build:\n- strategy:\n- matrix:\n- os: [ubuntu-latest, macos-latest, windows-latest]...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: add go-releaser
1
feat
null
317,646
06.10.2021 21:50:52
-7,200
d0816773a51c0ab62016d91294902fe7bd38ed91
fix(text): disable when text resolves to empty
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ package main\ntype text struct {\nprops *properties\nenv environmentInfo\n+ content string\n}\nconst (\n@@ -11,18 +12,18 @@ const (\n)\nfunc (t *text) enabled() bool {\n- return true\n-}\n-\n-func (t *text) string() string {\ntextProperty := t.props.getStr...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(text): disable when text resolves to empty
1
fix
text
426,654
06.10.2021 22:22:27
-10,800
96f656aa4a77570383a7c8b2aeffb17c7f763b50
feat: update Rollup to 2.58.0, use isEntry flag
[ { "change_type": "ADD", "diff": "+---\n+'@web/dev-server-rollup': patch\n+'@web/dev-server': patch\n+---\n+\n+Update Rollup to 2.58.0, use isEntry flag\n", "new_path": ".changeset/wise-ways-search.md", "old_path": null }, { "change_type": "MODIFY", "diff": "\"@web/dev-server-core\": \"^0...
TypeScript
MIT License
modernweb-dev/web
feat: update Rollup to 2.58.0, use isEntry flag
1
feat
null
756,013
06.10.2021 22:27:10
21,600
30557b4ab0ccd5278f09f537f97b6867cfa80d30
feat(cosmos): add swingset governance param proto definitions
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ syntax = \"proto3\";\npackage agoric.swingset;\nimport \"gogoproto/gogo.proto\";\n+import \"agoric/swingset/storage.proto\";\noption go_package = \"github.com/Agoric/agoric-sdk/golang/cosmos/x/swingset/types\";\n@@ -12,4 +13,6 @@ message GenesisState {\n(g...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(cosmos): add swingset governance param proto definitions
1
feat
cosmos
756,013
06.10.2021 22:29:39
21,600
2c207481a2a91cf4ad2924fb946910f1cdaa5806
feat(cosmic-swingset): use governance params instead of constants
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,13 @@ const END_BLOCK_SPIN_MS = process.env.END_BLOCK_SPIN_MS\n? parseInt(process.env.END_BLOCK_SPIN_MS, 10)\n: 0;\n+const parseParams = params => ({\n+ maxComputronsPerBlock: BigInt(params.max_computrons_per_block),\n+ estimatedComputronsPerVatCreation: BigI...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(cosmic-swingset): use governance params instead of constants
1
feat
cosmic-swingset
306,444
06.10.2021 22:36:32
-7,200
d963e74e1bce78fd1db0bbc5691d296fefb559d9
fix: refactor missing type EventHandlerNonNull
[ { "change_type": "ADD", "diff": "+---\n+'@lion/accordion': patch\n+'@lion/core': patch\n+'@lion/form-core': patch\n+'@lion/tabs': patch\n+---\n+\n+Fix type error, EventHandlerNonNull got removed it seems. (event: Event) => unknown; instead is fine.\n", "new_path": ".changeset/lucky-houses-bake.md", ...
JavaScript
MIT License
ing-bank/lion
fix: refactor missing type EventHandlerNonNull
1
fix
null
730,428
06.10.2021 23:25:13
0
9ba37c0f9cd315e35f732dbf4c95b415e448f0e7
chore(release): 0.40.0 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.40.0](https://github.com/webex/react-widgets/compare/v0.39.0...v0.40.0) (2021-10-06)\n+\n...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.40.0 [skip ci]
1
chore
release
71,626
06.10.2021 23:37:15
-7,200
6d468d2f742aad8bc9de6bfe9650c3cdccd30a32
feat(ec2): add X2gd instances Add support for X2gd instances. Announcement: Closes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -372,6 +372,16 @@ export enum InstanceClass {\n*/\nX1E = 'x1e',\n+ /**\n+ * Memory-intensive instances, 2nd generation with Graviton2 processors and local NVME drive\n+ */\n+ MEMORY_INTENSIVE_2_GRAVITON2_NVME_DRIVE = 'x2gd',\n+\n+ /**\n+ * Memory-intensive instances, 2...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): add X2gd instances (#16810) Add support for X2gd instances. Announcement: https://aws.amazon.com/about-aws/whats-new/2021/03/announcing-new-amazon-ec2-x2gd-instances-powered-by-aws-graviton2-processors/ Closes #16794. ---- *By submitting this pull request, I confirm that my contribution is made ...
1
feat
ec2
730,428
06.10.2021 23:55:31
0
c5e57fd8a3853fcf3a6020b9fbc4ef0b4f665e4f
chore(release): 0.41.0 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.41.0](https://github.com/webex/react-widgets/compare/v0.40.0...v0.41.0) (2021-10-06)\n+\n...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.41.0 [skip ci]
1
chore
release
756,013
07.10.2021 00:11:43
21,600
41ca6dcde40ef01a9ff1c9564d6b3763a779bf35
feat(cosmos): use snake-cased governance params
[ { "change_type": "MODIFY", "diff": "@@ -20,8 +20,8 @@ var (\n// Parameter keys\nvar (\n- ParamStoreKeyMaxComputronsPerBlock = []byte(\"maxcomputronsperblock\")\n- ParamStoreKeyEstimatedComputronsPerVatCreation = []byte(\"estimatedcomputronspervatcreation\")\n+ ParamStoreKeyMaxComputronsPerBlock = []byte(\"m...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(cosmos): use snake-cased governance params
1
feat
cosmos
838,025
07.10.2021 04:02:28
0
8ebfa0ec0b1b2ac3425c701a6a1ab2a3a05832e6
feat: MarketGetBuilder add NeedVariants
[ { "change_type": "MODIFY", "diff": "@@ -614,6 +614,12 @@ func (b *MarketGetBuilder) Extended(v bool) *MarketGetBuilder {\nreturn b\n}\n+// NeedVariants flag.\n+func (b *MarketGetBuilder) NeedVariants(v bool) *MarketGetBuilder {\n+ b.Params[\"need_variants\"] = v\n+ return b\n+}\n+\n// MarketGetAlbumByIDBuil...
Go
MIT License
severecloud/vksdk
feat: MarketGetBuilder add NeedVariants
1
feat
null
838,025
07.10.2021 04:04:00
0
ebefe9626980fab36f4d1b047774abb75bfc78f8
feat: MarketGetBuilder add WithDisabled
[ { "change_type": "MODIFY", "diff": "@@ -620,6 +620,12 @@ func (b *MarketGetBuilder) NeedVariants(v bool) *MarketGetBuilder {\nreturn b\n}\n+// WithDisabled flag.\n+func (b *MarketGetBuilder) WithDisabled(v bool) *MarketGetBuilder {\n+ b.Params[\"with_disabled\"] = v\n+ return b\n+}\n+\n// MarketGetAlbumByID...
Go
MIT License
severecloud/vksdk
feat: MarketGetBuilder add WithDisabled
1
feat
null
838,025
07.10.2021 04:06:38
0
fc45e257b390b18f466d7f9bddcf29e892c87d18
feat: MarketGetAlbumByIDBuilder add NeedAllItemIDs
[ { "change_type": "MODIFY", "diff": "@@ -653,6 +653,12 @@ func (b *MarketGetAlbumByIDBuilder) AlbumIDs(v []int) *MarketGetAlbumByIDBuilder\nreturn b\n}\n+// NeedAllItemIDs flag.\n+func (b *MarketGetAlbumByIDBuilder) NeedAllItemIDs(v bool) *MarketGetAlbumByIDBuilder {\n+ b.Params[\"need_all_item_ids\"] = v\n+...
Go
MIT License
severecloud/vksdk
feat: MarketGetAlbumByIDBuilder add NeedAllItemIDs
1
feat
null
838,025
07.10.2021 04:09:52
0
ee0a5d116045e02b1ab3ddc982b338b01221b5ee
feat: MarketSearchBuilder add NeedVariants
[ { "change_type": "MODIFY", "diff": "@@ -1255,3 +1255,9 @@ func (b *MarketSearchBuilder) Status(v int) *MarketSearchBuilder {\nb.Params[\"status\"] = v\nreturn b\n}\n+\n+// NeedVariants flag.\n+func (b *MarketSearchBuilder) NeedVariants(v bool) *MarketSearchBuilder {\n+ b.Params[\"need_variants\"] = v\n+ ret...
Go
MIT License
severecloud/vksdk
feat: MarketSearchBuilder add NeedVariants
1
feat
null
266,246
07.10.2021 06:12:10
14,400
4fc691824b40cb9ab690a34cf46f5e823d5988d7
ci: add unit tests under Python 3.10
[ { "change_type": "MODIFY", "diff": "@@ -224,7 +224,7 @@ class CommonTemplates:\nif \"default_python_version\" not in kwargs:\nkwargs[\"default_python_version\"] = \"3.8\"\nif \"unit_test_python_versions\" not in kwargs:\n- kwargs[\"unit_test_python_versions\"] = [\"3.6\", \"3.7\", \"3.8\", \"3.9\"]\n+ kwarg...
Python
Apache License 2.0
googleapis/synthtool
ci: add unit tests under Python 3.10 (#1235)
1
ci
null
865,938
07.10.2021 07:01:12
-19,080
f94adf5acb128ee540a308787018cdd1cb382586
feat(menu): add shortcut for export as image Closes
[ { "change_type": "MODIFY", "diff": "@@ -221,6 +221,7 @@ class MenuBuilder {\nthis.menu.append(new MenuItem({\nlabel: 'Export As Image',\n+ accelerator: 'CommandOrControl+Shift+E',\nenabled: enabled,\nclick: function() {\napp.emit('menu:action', 'export-as', exportState || []);\n", "new_path": "app/lib/m...
JavaScript
MIT License
camunda/camunda-modeler
feat(menu): add shortcut for export as image Closes #2410
1
feat
menu
915,336
07.10.2021 07:19:50
-7,200
59871fca6984d221051e837eb768894c4c48ee27
fix: add config schema for tracing for jaeger
[ { "change_type": "MODIFY", "diff": "\"s3://my-bucket-name/rules.json\",\n\"s3://my-bucket-name/rules.json?endpoint=minio.my-server.net\",\n\"gs://gcp-bucket-name/rules.json\",\n- \"azblob://my-blob-container/rules.json\"\n+ \"azblob://my-blob-container/rules.json\",\n+ \"https://path-to-my-rules/rules.json\...
Go
Apache License 2.0
ory/oathkeeper
fix: add config schema for tracing for jaeger (#830)
1
fix
null
866,394
07.10.2021 07:32:08
14,400
9f001bcbfb16eea4deda2f3a4ea259a348de07d6
test(e2e): increase timeout threshold for web components e2e tests ### Related Ticket(s) No related issue ### Description I'm still noticing e2e test failures which might be because the CI is taking awhile to load the storybook pages. This bump in the timeout configs might help. ### Changelog **Changed** `cypress.json`
[ { "change_type": "MODIFY", "diff": "\"nodeVersion\": \"system\",\n\"includeShadowDom\": true,\n\"testFiles\": \"**/*.e2e.js\",\n- \"pageLoadTimeout\": 30000,\n- \"defaultCommandTimeout\": 30000\n+ \"pageLoadTimeout\": 40000,\n+ \"defaultCommandTimeout\": 40000\n}\n", "new_path": "packages/web-components...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
test(e2e): increase timeout threshold for web components e2e tests (#7339) ### Related Ticket(s) No related issue ### Description I'm still noticing e2e test failures which might be because the CI is taking awhile to load the storybook pages. This bump in the timeout configs might help. ### Changelog **...
1
test
e2e
426,718
07.10.2021 08:50:17
-7,200
99413881981127d02e26a0061c23f1f2420d1224
docs: remove incorrect dedupe option example
[ { "change_type": "MODIFY", "diff": "@@ -137,7 +137,6 @@ You can pass extra configuration using the `nodeResolve` option in the config:\nexport default {\nnodeResolve: {\nexportConditions: ['development'],\n- dedupe: true,\n},\n};\n```\n", "new_path": "docs/docs/dev-server/cli-and-configuration.md", ...
TypeScript
MIT License
modernweb-dev/web
docs: remove incorrect dedupe option example (#1699)
1
docs
null
306,320
07.10.2021 09:03:54
-3,600
3b7244caeaf9b8865fa518376cd13a5e05b0bd75
refactor(aws): remove sorting from S3 storage classes Instead use a consistent "sensible" order, so Standard storage class always appears at the top.
[ { "change_type": "MODIFY", "diff": "package aws\nimport (\n- \"sort\"\n-\n\"github.com/infracost/infracost/internal/resources\"\n\"github.com/infracost/infracost/internal/schema\"\n\"github.com/shopspring/decimal\"\n@@ -38,25 +36,28 @@ var S3BucketUsageSchema = []*schema.UsageSchemaItem{\nfunc (a *S3Bucket)...
Go
Apache License 2.0
infracost/infracost
refactor(aws): remove sorting from S3 storage classes Instead use a consistent "sensible" order, so Standard storage class always appears at the top.
1
refactor
aws
777,369
07.10.2021 09:04:15
21,600
94fdc507b1db216c20fa3566561d2b224b682e2b
chore: remove deprecated io-ts any type
[ { "change_type": "MODIFY", "diff": "@@ -88,7 +88,7 @@ const runStatesIoType = io.keyof(runStates);\n/* Trials */\n-const ioMetricValue = io.any;\n+const ioMetricValue = io.unknown;\nconst ioMetric = io.record(io.string, ioMetricValue);\nexport type ioTypeMetric = io.TypeOf<typeof ioMetric>;\n", "new_pat...
Python
Apache License 2.0
determined-ai/determined
chore: remove deprecated io-ts any type (#3045)
1
chore
null
306,320
07.10.2021 09:09:10
-3,600
818c911339be2c603ac24cacd7337223dec8afc3
fix(aws): update S3 `monthly_retrieval_gb` usage key to `monthly_data_retrieval_gb` This makes it more consistent with the keys in the Glacier and Glacier Deep Archive storage class.
[ { "change_type": "MODIFY", "diff": "@@ -276,7 +276,7 @@ resource_usage:\nmonthly_tier_1_requests: 3000000 # Monthly PUT, COPY, POST, LIST requests (Tier 1).\nmonthly_tier_2_requests: 300000 # Monthly GET, SELECT, and all other requests (Tier 2).\nmonthly_lifecycle_transition_requests: 300000 # Monthly Lifec...
Go
Apache License 2.0
infracost/infracost
fix(aws): update S3 `monthly_retrieval_gb` usage key to `monthly_data_retrieval_gb` This makes it more consistent with the keys in the Glacier and Glacier Deep Archive storage class.
1
fix
aws
426,739
07.10.2021 09:57:16
-3,600
8c832867cc0005f59fa1ab3f47a342895451809e
docs: make example plugin return undefined instead of false
[ { "change_type": "MODIFY", "diff": "@@ -406,7 +406,7 @@ export function takeScreenshotPlugin() {\n`Taking screenshots is not supported for browser type ${session.browser.type}.`,\n);\n}\n- return false;\n+ return undefined;\n},\n};\n}\n", "new_path": "docs/docs/test-runner/commands.md", "old_path": ...
TypeScript
MIT License
modernweb-dev/web
docs: make example plugin return undefined instead of false (#1696)
1
docs
null
777,369
07.10.2021 10:00:59
21,600
bda42c524079d65274b91ebaccee304ebd8d6c33
test: update experiment row kill to handle modal confirmation
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,9 @@ Specification to stop the running experiments to setup a controlled environment.\n* Sort table by column \"ID\"\n* \"Kill\" experiment row \"1\"\n+* Confirm or cancel modal with button \"Kill\"\n* \"Kill\" experiment row \"2\"\n+* Confirm or cancel modal...
Python
Apache License 2.0
determined-ai/determined
test: update experiment row kill to handle modal confirmation (#3055)
1
test
null
276,989
07.10.2021 10:02:19
10,800
176d615c8cf06a572776a8510a40779ea715a220
test(tag/plancard): update snapshots
[ { "change_type": "MODIFY", "diff": "@@ -200,11 +200,6 @@ exports[`<PlanCard /> Snapshots should match snapshot with default PlanCard 1`]\nfont-weight: 500;\n}\n-.c15 {\n- width: 16px;\n- height: 16px;\n-}\n-\n.c3 {\n-webkit-box-pack: center;\n-webkit-justify-content: center;\n", "new_path": "packages/yo...
JavaScript
MIT License
gympass/yoga
test(tag/plancard): update snapshots
1
test
tag/plancard
217,922
07.10.2021 10:08:17
-7,200
0104296042bda3fd5399b2a50ba23ef617d0c2a2
fix(alarms): fixed alarms going into infinite regeneration loop
[ { "change_type": "MODIFY", "diff": "@@ -535,6 +535,10 @@ export class AlarmsFacade {\nreturn this.regenerateAlarm(alarm);\n}).filter(alarm => !!alarm);\n+ const deletedAlarms = alarms.filter(a => !newAlarms.some(na => na.$key === a.$key));\n+ deletedAlarms.forEach(da => {\n+ this.store.dispatch(new RemoveAl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed alarms going into infinite regeneration loop
1
fix
alarms
126,276
07.10.2021 10:26:30
10,800
f2e29cf12b9d6e6f59543b99949731e9f118c7b6
feat(embedded/sql): support for IN clause
[ { "change_type": "MODIFY", "diff": "@@ -70,6 +70,7 @@ var reservedWords = map[string]int{\n\"NOT\": NOT,\n\"LIKE\": LIKE,\n\"EXISTS\": EXISTS,\n+ \"IN\": IN,\n\"AUTO_INCREMENT\": AUTO_INCREMENT,\n\"NULL\": NULL,\n\"IF\": IF,\n", "new_path": "embedded/sql/parser.go", "old_path": "embedded/sql/parser....
Go
Apache License 2.0
codenotary/immudb
feat(embedded/sql): support for IN clause Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/sql
306,320
07.10.2021 10:26:31
-3,600
95d3126274e11597366d8dbb30dc78a1f0697c7e
test(azure): fix Azure tests
[ { "change_type": "MODIFY", "diff": "version: 0.1\nresource_usage:\nazurerm_linux_virtual_machine.standard_a2_v2_custom_disk:\n- os_disk.monthly_disk_operations: 20000\n+ os_disk:\n+ monthly_disk_operations: 20000\n", "new_path": "internal/providers/terraform/azure/testdata/linux_virtual_machine_test/lin...
Go
Apache License 2.0
infracost/infracost
test(azure): fix Azure tests
1
test
azure
306,638
07.10.2021 10:37:44
-19,080
e71ea1c284e303a0175863cb9024b5a1fd09100d
fix(grid): adds scroll sync to body and header on error state change Adds check for error prop change in component did update to apply scroll sync on error state toggle.
[ { "change_type": "MODIFY", "diff": "@@ -321,7 +321,7 @@ export class Grid extends React.Component<GridProps, GridState> {\nthis.addScrollListeners();\n}\n- if (prevProps.page !== this.props.page) {\n+ if (prevProps.page !== this.props.page || prevProps.error !== this.props.error) {\nthis.removeScrollListene...
TypeScript
MIT License
innovaccer/design-system
fix(grid): adds scroll sync to body and header on error state change Adds check for error prop change in component did update to apply scroll sync on error state toggle.
1
fix
grid
438,921
07.10.2021 10:54:54
-32,400
4db1bcd6a7017976c6a9ce682b645da4dee13c2f
fix(grid): Make grid elements pass through pointer events Add 'pointer-events:none' to grid elements Fix
[ { "change_type": "MODIFY", "diff": "/*-- Grid --*/\n.bb-grid {\n+ pointer-events: none;\n+\nline {\nstroke: #aaa;\n}\n", "new_path": "src/scss/billboard.scss", "old_path": "src/scss/billboard.scss" }, { "change_type": "MODIFY", "diff": "@@ -62,6 +62,8 @@ $text-font-size: 11px;\n/*-- Grid...
TypeScript
MIT License
naver/billboard.js
fix(grid): Make grid elements pass through pointer events Add 'pointer-events:none' to grid elements Fix #2355
1
fix
grid
251,200
07.10.2021 11:11:55
-10,800
c16f1297f7ce2d89993fe0adacb2e1f53eb79b0f
fix: ca.juliusdavies:not-yet-commons-ssl 0.3.9 `C` -> 0.3.17 Also added mulesoft repo
[ { "change_type": "MODIFY", "diff": "<dependency>\n<groupId>org.owasp.esapi</groupId>\n<artifactId>esapi</artifactId>\n+ </dependency>\n+ <dependency>\n+ <groupId>ca.juliusdavies</groupId>\n+ <artifactId>not-yet-commons-ssl</artifactId>\n</dependency>\n</dependencies>\n</profile>\n", "new_path": "Server/...
Java
MIT License
gluufederation/oxauth
fix: ca.juliusdavies:not-yet-commons-ssl 0.3.9 `C` -> 0.3.17 Also added mulesoft repo
1
fix
null
126,276
07.10.2021 11:25:29
10,800
e7e1513f8f2197e691a801cad13149e638c87ba3
test(embedded/sql): unit testing IN clause
[ { "change_type": "MODIFY", "diff": "@@ -2326,6 +2326,140 @@ func TestQueryWithRowFiltering(t *testing.T) {\nrequire.NoError(t, err)\n}\n+func TestQueryWithInClause(t *testing.T) {\n+ catalogStore, err := store.Open(\"catalog_where_in\", store.DefaultOptions())\n+ require.NoError(t, err)\n+ defer os.RemoveAl...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing IN clause Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
699,187
07.10.2021 11:37:50
25,200
ba982f92a8bb480e304ad7896897630c6945ec02
docs(website): add keyboard interaction notes
[ { "change_type": "MODIFY", "diff": "@@ -104,6 +104,13 @@ Combobox allows a user to make a selection from a styled list box of options. Ea\n_e.g._ text paired with an icon. It can also be set up with autocomplete/typeahead functionality so users can easily find a\nspecific option.\n+### Accessibility\n+\n+Wh...
TypeScript
MIT License
twilio-labs/paste
docs(website): add keyboard interaction notes (#1924)
1
docs
website
277,286
07.10.2021 11:45:59
-7,200
55c0b6ef297fc403842abcca1a092cb3c374a7c8
fix: Downgrade plot regression caused by g2 update
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@antv/component\": {\n- \"version\": \"0.8.11\",\n- \"resolved\": \"https://registry.npmjs.org/@antv/component/-/component-0.8.11.tgz\",\n- \"integrity\": \"sha512-7hl7IPPF/QmE25lrZhppEW8BYJzU3SE6IGq4/NhrvcDk79Xhm1L4KOcAAcZ0zYBRaOwQL3yMcraIL+/Z1UhLjw==\",\n+ \"ve...
Python
Apache License 2.0
h2oai/wave
fix: Downgrade plot regression caused by g2 update
1
fix
null
711,597
07.10.2021 11:55:55
-7,200
6a47dcf85e85cb5bde0f431b5a377371a950a364
feat(core): Create buffering logic for DefaultSearchPlugin Relates to
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ export class JobResolver {\n@Query()\n@Allow(Permission.ReadSettings, Permission.ReadSystem)\nasync jobBufferSize(@Args() args: QueryJobBufferSizeArgs) {\n- const bufferSizes = this.jobBuffer.bufferSize(args.processorIds);\n+ const bufferSizes = await th...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Create buffering logic for DefaultSearchPlugin Relates to #1137
1
feat
core
756,013
07.10.2021 12:04:05
21,600
53e43bb221f7ab977d78ed789027c84fafb14e6d
feat(cosmos): add some x/swingset fee charging params
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,25 @@ message Params {\n(gogoproto.customtype) = \"github.com/cosmos/cosmos-sdk/types.Int\",\n(gogoproto.nullable) = false\n];\n+\n+ string fee_denom = 3;\n+\n+ string fee_per_message = 4 [\n+ (gogoproto.customtype) = \"github.com/cosmos/cosmos-sdk/types.Dec\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(cosmos): add some x/swingset fee charging params
1
feat
cosmos