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
306,423
15.06.2021 18:09:54
-7,200
835c2804a9473b4c99d87a2c944e02e91654ed39
feat(extend-lion-docs): release + forward settings from rocket preset
[ { "change_type": "ADD", "diff": "+---\n+'rocket-preset-extend-lion-docs': patch\n+---\n+\n+Handle exports that do not have a Lion prefix\n", "new_path": ".changeset/cool-lemons-search.md", "old_path": null }, { "change_type": "ADD", "diff": "+---\n+'rocket-preset-extend-lion-docs': patch...
JavaScript
MIT License
ing-bank/lion
feat(extend-lion-docs): release + forward settings from rocket preset
1
feat
extend-lion-docs
306,353
15.06.2021 18:28:16
-18,000
aee4200218e5bd468a1d87a8110c493f26c64a19
fix: update spinner for windows
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ package ui\nimport (\n\"fmt\"\n\"os\"\n+ \"runtime\"\n\"time\"\nspinnerpkg \"github.com/briandowns/spinner\"\n@@ -22,8 +23,12 @@ type Spinner struct {\n}\nfunc NewSpinner(msg string, opts SpinnerOptions) *Spinner {\n+ spinnerCharNumb := 14\n+ if runtime.GO...
Go
Apache License 2.0
infracost/infracost
fix: update spinner for windows (#815)
1
fix
null
551,636
15.06.2021 18:43:51
-3,600
c670b57b575cc59bbd9ca19e09ff20461cfa9ff7
fix(sql): fix infinite scan
[ { "change_type": "MODIFY", "diff": "@@ -169,10 +169,7 @@ int64_t scan_blocks_backward(block<T>& current_block, int64_t value_count, T max\n// check block range by peeking at first and last value\nauto lo = current_block[0]; // first value in the block\nstored = (value_count - 1 & static_cast<int64_t>(curren...
Java
Apache License 2.0
questdb/questdb
fix(sql): fix infinite scan (#1125)
1
fix
sql
815,609
15.06.2021 18:49:10
-28,800
3bf606de2d1440f14c183a7436498c36dbd24057
ci: disable self-hosted tests for forked repositories and support control them with commit messages
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ on:\njobs:\nbackport:\n+ if: ${{ github.repository_owner == 'nervosnetwork' }}\nruns-on: ubuntu-18.04\nname: Backport\nsteps:\n", "new_path": ".github/workflows/backport.yml", "old_path": ".github/workflows/backport.yml" }, { "change_type":...
Rust
MIT License
nervosnetwork/ckb
ci: disable self-hosted tests for forked repositories and support control them with commit messages
1
ci
null
67,479
15.06.2021 18:54:02
-36,000
2fafe2166a0f5955419ef039bffb3e48918fa167
refactor(au-slot): do not associate scope with instruction/definition during compilation
[ { "change_type": "MODIFY", "diff": "@@ -126,7 +126,7 @@ function createElementForType(\ndependencies.push(Type);\n}\n- instructions.push(new HydrateElementInstruction(tagName, void 0, childInstructions, null));\n+ instructions.push(new HydrateElementInstruction(tagName, void 0, childInstructions, null, null...
TypeScript
MIT License
aurelia/aurelia
refactor(au-slot): do not associate scope with instruction/definition during compilation
1
refactor
au-slot
306,353
15.06.2021 18:59:03
-18,000
c8f18a2089745a1dad3fc540518aac7baeac99e9
chore(azure): update vm_size output
[ { "change_type": "MODIFY", "diff": "@@ -50,20 +50,27 @@ func NewAzureRMHDInsightHadoopCluster(d *schema.ResourceData, u *schema.UsageDat\n}\nfunc hdInsightVMCostComponent(region, node, instanceType string, instances int64) *schema.CostComponent {\n- skuName := parseVMSKUName(instanceType)\n- t := strings.Sp...
Go
Apache License 2.0
infracost/infracost
chore(azure): update vm_size output (#814)
1
chore
azure
711,617
15.06.2021 19:02:21
-7,200
25548221822b3a78621335dbd4eef44a4e06a479
feat(core): Access to orderByCode configurable by strategy
[ { "change_type": "MODIFY", "diff": "@@ -1312,6 +1312,46 @@ describe('Shop orders', () => {\n}, `You are not currently authorized to perform this action`),\n);\n});\n+\n+ describe('3 hours after the Order has been placed', () => {\n+ let dateNowMock: any;\n+ beforeAll(() => {\n+ // mock Date.now: add 3 hours...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Access to orderByCode configurable by strategy
1
feat
core
317,646
15.06.2021 19:20:13
-7,200
7bb0c9ae0b5231c2ce31d4815e83b449486e8316
refactor(tooltips): better invocation for pwsh
[ { "change_type": "MODIFY", "diff": "\"request\": \"launch\",\n\"mode\": \"debug\",\n\"program\": \"${workspaceRoot}/src\",\n- \"args\": [\"--config=/Users/jan/.jandedobbeleer.omp.json\", \"--tooltip=git\"]\n+ \"args\": [\"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json\", \"--command=git\", \"--she...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor(tooltips): better invocation for pwsh
1
refactor
tooltips
317,646
15.06.2021 21:23:08
-7,200
7c72e76affecc380914c112f37e461d1e347b12f
feat(pwsh): transient prompt
[ { "change_type": "MODIFY", "diff": "@@ -9,15 +9,17 @@ import TabItem from \"@theme/TabItem\";\n## Tooltips\n+:::info\n+Due to limitations (or not having found a way just yet) this feature only work in `zsh` and `powershell` for\n+the time being.\n+:::\n+\nTooltips are segments that are rendered as a right a...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(pwsh): transient prompt
1
feat
pwsh
67,479
15.06.2021 21:28:49
-36,000
aaf81de2dc502ae98c1a9e626744ebc52667597f
refactor(au-slot): remove unused exports, fix tests
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,6 @@ import {\nIInstruction,\nCustomElementType,\nAuSlot,\n- RegisteredProjections,\nAuSlotContentType,\nScope,\nparseExpression,\n@@ -512,7 +511,6 @@ function createTemplateController(ctx: TestContext, attr: string, target: string\ninstructions: [[childInstr...
TypeScript
MIT License
aurelia/aurelia
refactor(au-slot): remove unused exports, fix tests
1
refactor
au-slot
447,446
15.06.2021 22:35:55
14,400
86e0ba405f2c06d39317284ceb304874b1b76a99
fix: remove title from AccordionSection label
[ { "change_type": "MODIFY", "diff": "@@ -151,7 +151,7 @@ class AccordionItem extends Component {\n<StyledIcon>{icon}</StyledIcon>\n</RenderIf>\n<RenderIf isTrue={label}>\n- <StyledSpan title=\"Accordion Label\">{label}</StyledSpan>\n+ <StyledSpan data-id=\"accordion-section-label\">{label}</StyledSpan>\n</Re...
JavaScript
MIT License
nexxtway/react-rainbow
fix: remove title from AccordionSection label (#2249)
1
fix
null
67,479
15.06.2021 22:45:22
-36,000
39c5497469eafad12f3cd8701a0c6a798a6c79e0
refactor(hydration-compilation): use an object to carry more than projections information
[ { "change_type": "MODIFY", "diff": "@@ -1653,7 +1653,6 @@ describe('TemplateCompiler - au-slot', function () {\npublic readonly template: string,\npublic readonly customElements: CustomElementType[],\npublic readonly partialTargetedProjections: [Scope, Record<string, string>] | null,\n- public readonly expe...
TypeScript
MIT License
aurelia/aurelia
refactor(hydration-compilation): use an object to carry more than projections information
1
refactor
hydration-compilation
756,064
15.06.2021 23:25:33
25,200
8fd3fdd33512c2b63e5391e17c614068fbb1cc4e
chore: remove uses of adminFacet/adminData/getVatStats refs
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,6 @@ test('startInstance', async t => {\ncreatorFacet,\npublicFacet,\ninstance,\n- adminFacet,\ncreatorInvitationDetails,\n} = await startInstance(startInstanceConfig);\n@@ -75,5 +74,4 @@ test('startInstance', async t => {\nt.truthy(creatorFacet);\nt.is(await...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: remove uses of adminFacet/adminData/getVatStats refs #3331
1
chore
null
815,609
16.06.2021 01:06:35
-28,800
591ed4fa31a4a25291bb54c21e15de01ceee7db7
build: add target to the windows make script
[ { "change_type": "MODIFY", "diff": "@@ -74,14 +74,32 @@ function run-test {\ncargo test @Verbose --all -- --nocapture\n}\n-function run-integration {\n+function run-submodule-init {\ngit submodule update --init\n+}\n+\n+function run-setup-ckb-test {\ncp -Fo Cargo.lock test/Cargo.lock\nrm -Re -Fo -ErrorActio...
Rust
MIT License
nervosnetwork/ckb
build: add target to the windows make script
1
build
null
815,609
16.06.2021 01:17:12
-28,800
f2dc9af7615929abc431052be956d28c3ec24417
ci: enabled github-hosted ci and support control them with commit messages or pr comments
[ { "change_type": "ADD", "diff": "+name: Basic Checks\n+\n+on:\n+ repository_dispatch:\n+ types: [ basic-checks ]\n+\n+env:\n+ CARGO_TERM_COLOR: always\n+ RUST_BACKTRACE: full\n+ RUSTFLAGS: -D warnings\n+\n+jobs:\n+\n+ bootstrap:\n+ name: Bootstrap\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/githu...
Rust
MIT License
nervosnetwork/ckb
ci: enabled github-hosted ci and support control them with commit messages or pr comments
1
ci
null
269,464
16.06.2021 03:17:36
0
d6769649383a4d7f48450b675232365f8a02fe0a
test: fix gomod test
[ { "change_type": "MODIFY", "diff": "@@ -555,7 +555,11 @@ func TestRunPipeWithProxiedRepo(t *testing.T) {\nrequire.NoError(t, os.MkdirAll(proxied, 0o750))\nrequire.NoError(t, os.WriteFile(\nfilepath.Join(proxied, \"main.go\"),\n- []byte(\"// +build: main\\npackage main\\nimport github.com/goreleaser/goreleas...
Go
MIT License
goreleaser/goreleaser
test: fix gomod test Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
test
null
791,394
16.06.2021 06:21:08
-36,000
a3249e1b5ccd346cb542cc55c32c435c7047f554
refactor(pubsublite): change slices to maps in compositeService This simplifies lookups and removals.
[ { "change_type": "MODIFY", "diff": "@@ -25,17 +25,17 @@ type serviceStatus int\nconst (\n// Service has not been started.\n- serviceUninitialized serviceStatus = 0\n+ serviceUninitialized serviceStatus = iota\n// Service is starting up.\n- serviceStarting serviceStatus = 1\n+ serviceStarting\n// Service is ...
Go
Apache License 2.0
googleapis/google-cloud-go
refactor(pubsublite): change slices to maps in compositeService (#4243) This simplifies lookups and removals.
1
refactor
pubsublite
791,394
16.06.2021 06:49:04
-36,000
0ad3f168b8525033e6926882059cb0b430d1f350
fix(pubsublite): ack assignment after removed subscribers have terminated This waits for pending commits to be acknowledged by the server. Avoids commits races with the next assigned client.
[ { "change_type": "MODIFY", "diff": "@@ -139,30 +139,23 @@ func (a *assigner) onStreamStatusChange(status streamStatus) {\n}\nfunc (a *assigner) onResponse(response interface{}) {\n+ assignment, _ := response.(*pb.PartitionAssignment)\n+ err := a.receiveAssignment(newPartitionSet(assignment))\n+\na.mu.Lock()...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(pubsublite): ack assignment after removed subscribers have terminated (#4217) This waits for pending commits to be acknowledged by the server. Avoids commits races with the next assigned client.
1
fix
pubsublite
873,655
16.06.2021 08:49:59
-7,200
a61602ce5f23093db1ee7b6383a2876c7eb7e2b4
ci: fix auto-approve gh workflow
[ { "change_type": "MODIFY", "diff": "name: Auto approve\n-on: pull_request\n+on: pull_request_target\njobs:\nauto-approve:\nruns-on: ubuntu-latest\nsteps:\n- - uses: hmarr/auto-approve-action@v2.0.0\n+ - uses: hmarr/auto-approve-action@v2.1.0\nif: github.actor == 'dependabot[bot]' || github.actor == 'dependa...
TypeScript
MIT License
contentful/field-editors
ci: fix auto-approve gh workflow (#745)
1
ci
null
104,828
16.06.2021 09:31:36
-7,200
e65099927c8c37e0e1cc187cab7b5411a69c798f
docs(hotspoteditormodal): fixed copy paste typos
[ { "change_type": "MODIFY", "diff": "@@ -74,7 +74,7 @@ These props can also be passed as part of the i18n prop of the HotspotModalEdito\n## Feedback\nHelp us improve this component by providing feedback, asking questions on Slack, or updating this file on\n-[GitHub](https://github.com/carbon-design-system/ca...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(hotspoteditormodal): fixed copy paste typos
1
docs
hotspoteditormodal
276,989
16.06.2021 09:56:20
10,800
15a22472863c5ee1452ee2d2351c98b501fda1bf
feat(yoga): new component: Box Use this component as a layout primitive to add background color, borders, elevation, spacing, and typography to content.
[ { "change_type": "ADD", "diff": "+import Box from './web';\n+\n+export default Box;\n", "new_path": "packages/yoga/src/Box/index.js", "old_path": null }, { "change_type": "ADD", "diff": "+import Box from './native';\n+\n+export default Box;\n", "new_path": "packages/yoga/src/Box/inde...
JavaScript
MIT License
gympass/yoga
feat(yoga): new component: Box Use this component as a layout primitive to add background color, borders, elevation, spacing, and typography to content.
1
feat
yoga
276,989
16.06.2021 09:57:30
10,800
6782f85bfbd11833b05e2dbc0d46da3ff78133b2
docs(box): create documentation
[ { "change_type": "ADD", "diff": "+import { Link as GatsbyLink } from 'gatsby';\n+\n+### Usage\n+\n+```javascript type=expo\n+<Box\n+ b=\"small\"\n+ p=\"small\"\n+ borderRadius=\"small\"\n+ color=\"feedback.success.dark\"\n+ as={Text}\n+>\n+ Making wellbeing universal\n+</Box>\n+```\n+\n+### Props\n+\n+Check...
JavaScript
MIT License
gympass/yoga
docs(box): create documentation
1
docs
box
276,989
16.06.2021 09:58:33
10,800
bf7b6a118f70fa9cadc4ef041835bb3b30f892b5
fix(docs): fix system link
[ { "change_type": "MODIFY", "diff": "@@ -144,7 +144,7 @@ const Layout = ({\nGuidelines\n</HeaderLink>\n<HeaderLink to=\"/components\">Components</HeaderLink>\n- <HeaderLink to=\"/system\">System</HeaderLink>\n+ <HeaderLink to=\"/system/getting-started\">System</HeaderLink>\n</Header>\n<TabBar>\n@@ -156,7 +15...
JavaScript
MIT License
gympass/yoga
fix(docs): fix system link
1
fix
docs
126,276
16.06.2021 10:13:44
10,800
52a7b3972cd8d2940d52a1d6ef69a1eaf5bd4cca
test(pkg/database): validate sqlexec is not allowed in a replica
[ { "change_type": "MODIFY", "diff": "@@ -63,4 +63,7 @@ func TestReadOnlyReplica(t *testing.T) {\nKey: []byte(\"key\"),\n})\nrequire.Equal(t, ErrIsReplica, err)\n+\n+ _, err = replica.SQLExec(&schema.SQLExecRequest{Sql: \"CREATE TABLE mytable(id INTEGER, title VARCHAR, PRIMARY KEY id)\"})\n+ require.Equal(t, ...
Go
Apache License 2.0
codenotary/immudb
test(pkg/database): validate sqlexec is not allowed in a replica Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/database
342,890
16.06.2021 10:18:01
-7,200
190eba2fddc7551379fb3d815936530f94c17a10
feat(docs): add max height for react examples this allows us to get around scrolling in iframes in Firefox
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import { Stack } from \"@kiwicom/orbit-components\";\ntype BgType = \"white\" | \"dark\" | \"grid\";\ninterface Props {\nbackground?: BgType;\n+ maxHeight?: number;\nminHeight?: number;\nwidth: number;\n}\n@@ -45,9 +46,10 @@ const getBackground = (type: Bg...
JavaScript
MIT License
kiwicom/orbit
feat(docs): add max height for react examples this allows us to get around scrolling in iframes in Firefox
1
feat
docs
104,826
16.06.2021 10:55:38
10,800
f56f934b1238a489edc3c2b07bd914b1430ffc30
feat(walkme): Including a `Walkme` component that renders a `Helmet` (from ` react-helmet-async`) to create the Walkme script tags under the head element. feat(suiteheader): `SuiteHeader` component renders the `Walkme` content if `walkmePath` property is passed.
[ { "change_type": "MODIFY", "diff": "@@ -3794,6 +3794,20 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0 - Overview/Get\nuiresources\n</div>\n</div>\n+ <div\n+ className=\"bx--structured-list-row\"\n+ >\n+ <div\n+ className=\"bx--structured-list-td\"\n+ role=\"cell\"\n+ />\n+ <div\n+ cla...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(walkme): Including a `Walkme` component that renders a `Helmet` (from ` react-helmet-async`) to create the Walkme script tags under the head element. feat(suiteheader): `SuiteHeader` component renders the `Walkme` content if `walkmePath` property is passed.
1
feat
walkme
711,597
16.06.2021 11:02:56
-7,200
33f40f2a9cabfbcb43c330dedeeba4127748d991
fix(core): Do not return private collections in Shop API Fixes
[ { "change_type": "MODIFY", "diff": "@@ -6534,6 +6534,17 @@ export type GetProductCollectionQueryVariables = Exact<{ [key: string]: never; }\nexport type GetProductCollectionQuery = { product?: Maybe<{ collections: Array<Pick<Collection, 'id' | 'name'>> }> };\n+export type GetCollectionShopQueryVariables = E...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Do not return private collections in Shop API Fixes #928
1
fix
core
711,597
16.06.2021 11:06:32
-7,200
75952ddc585a049d524c08f51060c4363bd9b8af
fix(admin-ui): Handle all ErrorResults when creating a Fulfillment Fixes
[ { "change_type": "MODIFY", "diff": "@@ -6027,9 +6027,11 @@ export type CreateFulfillmentMutation = { addFulfillmentToOrder: (\n& ErrorResult_InvalidFulfillmentHandlerError_Fragment\n) | (\n{ __typename?: 'FulfillmentStateTransitionError' }\n+ & Pick<FulfillmentStateTransitionError, 'errorCode' | 'message' |...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Handle all ErrorResults when creating a Fulfillment Fixes #929
1
fix
admin-ui
667,635
16.06.2021 11:14:38
-28,800
1113e6c32be6cc378b3837f3863e84c3633e5807
fix(ios): image processed by operation should set needblur yes
[ { "change_type": "MODIFY", "diff": "@@ -893,7 +893,7 @@ HIPPY_ENUM_CONVERTER(HippyResizeMode, (@{\ndispatch_async(dispatch_get_main_queue(), ^{\nHippyImageView *sIV = wIV;\nNSString *sURL = wURL;\n- [sIV loadImage:animatedImage.posterImage url:sURL error:nil needBlur:NO needCache:NO];\n+ [sIV loadImage:anim...
C++
Apache License 2.0
tencent/hippy
fix(ios): image processed by operation should set needblur yes
1
fix
ios
276,989
16.06.2021 11:23:37
10,800
f9abb88e8e070862b9847c6474c6de4e95203e38
docs(system): add into README
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ Here's an overview of our packages:\n| [`@gympass/yoga-common`](/packages/common) | [![npm version](https://badgen.net/npm/v/@gympass/yoga-common)](https://www.npmjs.com/package/@gympass/yoga-common) | [![Bundle size](https://badgen.net/bundlephobia/minz...
JavaScript
MIT License
gympass/yoga
docs(system): add @gympass/yoga-system into README
1
docs
system
306,423
16.06.2021 11:44:20
-7,200
c5992d630ff579c502e83776e43fdff675bc0c41
fix(extend-lion-docs): support multi line exports
[ { "change_type": "ADD", "diff": "+---\n+'rocket-preset-extend-lion-docs': patch\n+---\n+\n+Support multi line exports and comments in exports\n+\n+```js\n+export {\n+ // html,\n+ calculateSum,\n+ offsetValue,\n+} from './src/helpers.js';\n+```\n", "new_path": ".changeset/giant-deers-poke.md", "old_p...
JavaScript
MIT License
ing-bank/lion
fix(extend-lion-docs): support multi line exports
1
fix
extend-lion-docs
780,866
16.06.2021 11:51:49
10,800
62f6f4bfa01f8ba986138eb9ddc2fd30cf1918aa
fix(framework/framework): source-maps required for loaders preceding `resolve-url-loader` prevents mismatch config warning message [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -40,14 +40,18 @@ const filenameSchema = process.env.WEBPACK_OUTPUT_FILENAME || '[name].[contentha\n// setup base loaders for styles module\n// parse SCSS and fix compiled CSS with Postcss\n-const getBaseScssModule = (sourceMap = devMode) => ([\n+const getBaseScssModule...
JavaScript
MIT License
ecomplus/storefront
fix(framework/framework): source-maps required for loaders preceding `resolve-url-loader` prevents mismatch config warning message [skip ci]
1
fix
framework/framework
317,647
16.06.2021 11:52:42
18,000
2ab35b0eecf79200b97cfcecf87819ecc04e8f9e
feat(dotnet): correct exit code on Windows dotnet on windows returns a 32-bit exit code.
[ { "change_type": "MODIFY", "diff": "@@ -8,15 +8,19 @@ const (\n// UnsupportedDotnetVersionIcon is displayed when the dotnet version in\n// the current folder isn't supported by the installed dotnet SDK set.\nUnsupportedDotnetVersionIcon Property = \"unsupported_version_icon\"\n+\n+ dotnetExitCodeUnix = 145\...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(dotnet): correct exit code on Windows dotnet on windows returns a 32-bit exit code. https://github.com/dotnet/runtime/blob/main/docs/design/features/host-error-codes.md
1
feat
dotnet
780,866
16.06.2021 11:58:35
10,800
ecfa3a19926aaa60623ee7a0ff2e983701007e0d
perf(framework/webpack): production build with 'cheap-source-map' [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -104,7 +104,7 @@ let config = {\nstats: {\ncolors: true\n},\n- devtool: 'source-map',\n+ devtool: devMode ? 'source-map' : 'cheap-source-map',\nperformance: {\nhints: devMode ? false : 'warning',\nmaxEntrypointSize: 1000000,\n", "new_path": "@ecomplus/storefront-fr...
JavaScript
MIT License
ecomplus/storefront
perf(framework/webpack): production build with 'cheap-source-map' [skip ci]
1
perf
framework/webpack
342,890
16.06.2021 12:07:53
-7,200
67985c4b02cb11cace9fdc1059d4d3612f326864
fix: get rid of errors in console using transient props and removing unnecessary props
[ { "change_type": "MODIFY", "diff": "@@ -104,7 +104,7 @@ export default function DocNavigationItem({ devMode, currentUrl, level, item, on\nreturn (\n<StyledLink\nto={devMode && item.hasReactTab ? `${item.url}react/` : item.url}\n- active={currentUrl.startsWith(item.url)}\n+ $active={currentUrl.startsWith(ite...
JavaScript
MIT License
kiwicom/orbit
fix: get rid of errors in console using transient props and removing unnecessary props
1
fix
null
342,890
16.06.2021 12:09:26
-7,200
de018052f11d7f9b904ffff582a7a534af68b32b
fix: proper nesting of elements
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ import StyledProse from \"./primitives/StyledProse\";\nimport StyledMobileTocWrapper from \"./primitives/StyledMobileTocWrapper\";\nimport { getDocumentPageTitle } from \"../../utils/document\";\n-const StyledDescription = styled.div`\n+const StyledDescr...
JavaScript
MIT License
kiwicom/orbit
fix: proper nesting of elements
1
fix
null
756,064
16.06.2021 12:14:11
25,200
16d2b3d77a75d2db81d14661033647d17bcaf738
chore(swingset): stop tolerating blank lref in inc/decref There used to be code that called incrementRefCount / decrementRefCount with a message `.result` value, which could be `null` if the message was a sendOnly. All such code was changed to avoid calling inc/dec with an empty reference, so now inc/dec can be slightl...
[ { "change_type": "MODIFY", "diff": "@@ -168,7 +168,8 @@ export function makeState(syscall, identifierBase = 0) {\n* @param {string} _tag Descriptive label for use in diagnostics\n*/\nfunction incrementRefCount(lref, _tag) {\n- if (lref && parseLocalSlot(lref).type === 'promise') {\n+ const { type } = parseL...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): stop tolerating blank lref in inc/decref There used to be code that called incrementRefCount / decrementRefCount with a message `.result` value, which could be `null` if the message was a sendOnly. All such code was changed to avoid calling inc/dec with an empty reference, so now inc/dec can be slight...
1
chore
swingset
503,988
16.06.2021 12:16:41
14,400
8cb93c793fb6fc357dac4377c842d5f64a184944
fix(Table): empty state cell should not have data-label
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\nimport { Tooltip } from '@patternfly/react-core/dist/js/components/Tooltip/Tooltip';\n-import { SelectProps } from '@patternfly/react-core';\n+import { Bullseye, EmptyState, SelectProps } from '@patternfly/react-core';\nimport { Td } from ...
TypeScript
MIT License
patternfly/patternfly-react
fix(Table): empty state cell should not have data-label (#5886)
1
fix
Table
342,890
16.06.2021 12:27:27
-7,200
54c9b4b4bf720a8c287c5f389a3363196f80af57
fix: remove type from example to render
[ { "change_type": "MODIFY", "diff": "@@ -9,9 +9,7 @@ export default {\nliverpool: { present: true, selected: false },\n});\n- type Cities = \"london\" | \"manchester\" | \"liverpool\";\n-\n- const addTag = (name: Cities) => {\n+ const addTag = name => {\nconst newTags = { ...tags };\nreturn (\n<Tag\n@@ -44,8...
JavaScript
MIT License
kiwicom/orbit
fix: remove type from example to render
1
fix
null
780,866
16.06.2021 13:31:59
10,800
20214c5cc27c75a2ba597da9557b6352b84a92a8
fix(deps): update to v2.6.1
[ { "change_type": "MODIFY", "diff": "\"@ecomplus/client\": \"^2.2.1\",\n\"@ecomplus/i18n\": \"^1.22.0\",\n\"@ecomplus/passport-client\": \"^1.0.10\",\n- \"@ecomplus/search-engine\": \"^2.6.0\",\n+ \"@ecomplus/search-engine\": \"^2.6.1\",\n\"@ecomplus/shopping-cart\": \"^2.5.5\",\n\"@ecomplus/storefront-twbs\...
JavaScript
MIT License
ecomplus/storefront
fix(deps): update @ecomplus/search-engine to v2.6.1
1
fix
deps
71,218
16.06.2021 13:51:59
25,200
dc3cf130d779c276569500bff54e44d4eb0c4763
feat(cloudwatch): use `string` instead of `any` for cloudwatch dimension values This is an alternative solution to PR *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": "@@ -38,7 +38,7 @@ const hostedZone = new route53.HostedZone(this, 'MyHostedZone', { zoneName: \"exa\nconst metric = new Metric({\nnamespace: 'AWS/Route53',\nmetricName: 'DNSQueries',\n- dimensions: {\n+ dimensionsMap: {\nHostedZoneId: hostedZone.hostedZoneId\n}\n})\n@@ -5...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cloudwatch): use `string` instead of `any` for cloudwatch dimension values (#15097) This is an alternative solution to PR #14978 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
cloudwatch
551,636
16.06.2021 14:10:56
-3,600
24fa2aa1dee1a9101b3ad58f3e6e4b43da00aaa2
fix(sql): removed unnecessary timestamp requirement for slave join models. Fixed
[ { "change_type": "MODIFY", "diff": "@@ -688,6 +688,13 @@ public class SqlCodeGenerator implements Mutable {\nint index = ordered.getQuick(i);\nQueryModel slaveModel = joinModels.getQuick(index);\n+ boolean pop = false;\n+ if (master != null) {\n+ executionContext.pushTimestampRequiredFlag(joinsRequiringTime...
Java
Apache License 2.0
questdb/questdb
fix(sql): removed unnecessary timestamp requirement for slave join models. Fixed #867 (#1126)
1
fix
sql
711,597
16.06.2021 14:27:59
-7,200
69f46a365711e5fbc5de5610f061e3eb85a279a8
fix(core): Fix Admin/Customer user conflict with external auth Fixes
[ { "change_type": "MODIFY", "diff": "@@ -12,13 +12,14 @@ import { testConfig, TEST_SETUP_TIMEOUT_MS } from '../../../e2e-common/test-conf\nimport {\nTestAuthenticationStrategy,\nTestAuthenticationStrategy2,\n+ TestSSOStrategyAdmin,\n+ TestSSOStrategyShop,\nVALID_AUTH_TOKEN,\n} from './fixtures/test-authentic...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix Admin/Customer user conflict with external auth Fixes #926
1
fix
core
104,866
16.06.2021 14:44:03
14,400
06e0bc9add4b8d0561371518c3ee01d84e56d22e
chore(build): fix netlify builds for Angular
[ { "change_type": "MODIFY", "diff": "@@ -36,23 +36,53 @@ if (!storyPackages.includes(packageToRun)) {\npackageToRun = 'react';\n}\n-const runYarn = (command, packageToRun) => {\n- const childProcess = spawn('yarn', [command], {\n+const runCmd = (name, args = [], spawnConf = {}) => {\n+ return new Promise((re...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(build): fix netlify builds for Angular
1
chore
build
667,676
16.06.2021 14:46:25
-28,800
9d8de521dcda1cdf57b3d9e0be6cea92460d5c7b
fix(core): fix code cache crash
[ { "change_type": "MODIFY", "diff": "@@ -126,7 +126,7 @@ bool RunScript(std::shared_ptr<Runtime> runtime,\nconst unicode_string_view& code_cache_dir,\nconst unicode_string_view& uri,\nAAssetManager* asset_manager) {\n- TDF_BASE_DLOG(INFO) << \"RunScript begin, file_name = \" << file_name\n+ TDF_BASE_LOG(INFO...
C++
Apache License 2.0
tencent/hippy
fix(core): fix code cache crash (#817)
1
fix
core
865,926
16.06.2021 14:52:45
-7,200
dddb1888aed73df584565a8fcfa0e5431d034cab
feat: remove nightly version from window title
[ { "change_type": "MODIFY", "diff": "@@ -660,9 +660,8 @@ function bootstrap() {\nfunction getTitleSuffix(version) {\nif (version.includes('dev')) {\nreturn ' (dev)';\n- } else if (version.includes('nightly')) {\n- return ' (' + version.split('-')[1] + ')';\n}\n+\nreturn '';\n}\n", "new_path": "app/lib/in...
JavaScript
MIT License
camunda/camunda-modeler
feat: remove nightly version from window title
1
feat
null
942,613
16.06.2021 15:12:32
21,600
5536bd1c46914753e81ef1066d867dc9550af01d
fix(tokens): Fixes color token exports
[ { "change_type": "MODIFY", "diff": "-import * as canvasColorsWeb from '@workday/canvas-colors-web';\n+import {\n+ buttonColors,\n+ chartingColorOffsets,\n+ chartingColors,\n+ colors,\n+ commonColors,\n+ gradients,\n+ iconColors,\n+ inputColors,\n+ statusColors,\n+ typeColors,\n+} from '@workday/canvas-color...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(tokens): Fixes color token exports (#1110)
1
fix
tokens
780,866
16.06.2021 15:35:22
10,800
cb19963319e8bc9720fe7dd4552bfe253993fe6f
chore(components/shipping-calculator): edit responsive styles for delivery instructions
[ { "change_type": "MODIFY", "diff": "}\n&__services {\n- max-width: 350px;\n+ max-width: 370px;\nfont-size: var(--font-size-sm);\n.active {\ndisplay: flex;\njustify-content: space-between;\nwidth: 100%;\n+\n+ > small {\n+ min-width: 70px;\n+ text-align: right;\n+ }\n+\n+ @media (min-width: 1200px) {\n+ displ...
JavaScript
MIT License
ecomplus/storefront
chore(components/shipping-calculator): edit responsive styles for delivery instructions (#474)
1
chore
components/shipping-calculator
780,866
16.06.2021 15:36:40
10,800
b9bd5fd7129dc40d18326b3de92ca00e55831a12
feat(components/shipping-line): better notes for same and next day delivery show delivery instructions fixes [skip ci]
[ { "change_type": "MODIFY", "diff": "<script src=\"./js/ShippingLine.js\"></script>\n<template lang=\"html\" src=\"./html/ShippingLine.html\"></template>\n+<style lang=\"scss\" src=\"./scss/ShippingLine.scss\"></style>\n", "new_path": "@ecomplus/storefront-components/src/ShippingLine.vue", "old_path"...
JavaScript
MIT License
ecomplus/storefront
feat(components/shipping-line): better notes for same and next day delivery (#474) show delivery instructions fixes https://github.com/ecomplus/storefront/issues/474 [skip ci]
1
feat
components/shipping-line
276,969
16.06.2021 15:56:20
10,800
3add4ad892ab69f304fe665940b5a21e53f9bc03
fix: add react as peer dependency
[ { "change_type": "MODIFY", "diff": "\"babel-plugin-transform-rename-import\": \"^2.3.0\"\n},\n\"peerDependencies\": {\n- \"react-native-svg\": \">=9.13.3\"\n+ \"react-native-svg\": \">=9.13.3\",\n+ \"react\": \">=16\"\n},\n\"bugs\": {\n\"url\": \"https://github.com/Gympass/yoga/issues\"\n", "new_path": ...
JavaScript
MIT License
gympass/yoga
fix: add react as peer dependency
1
fix
null
756,029
16.06.2021 16:20:05
25,200
6ec7a4d440cb60a54dbcd86c5e359bac1689e672
fix(deploy-script-support): Relax constraint on repository clone path
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,5 @@ test('resolvePathForPackagedContract', async t => {\nconst result = resolvePathForPackagedContract(path);\n- t.truthy(\n- result.includes('agoric-sdk/packages/zoe/src/contracts/automaticRefund.js'),\n- );\n+ t.truthy(result.includes('packages/zoe/src/con...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deploy-script-support): Relax constraint on repository clone path
1
fix
deploy-script-support
667,636
16.06.2021 16:23:44
-28,800
fa2deaf5b29afd6e55889e0395eda6bae280a13c
feat(hippy-debug-server): update websocket version
[ { "change_type": "MODIFY", "diff": "\"koa\": \"^2.3.0\",\n\"mime\": \"^2.5.2\",\n\"signale\": \"^1.4.0\",\n- \"ws\": \"^1.1.5\",\n+ \"ws\": \"^7.4.6\",\n\"yargs\": \"^15.0.2\"\n}\n}\n", "new_path": "packages/hippy-debug-server/package.json", "old_path": "packages/hippy-debug-server/package.json" }...
C++
Apache License 2.0
tencent/hippy
feat(hippy-debug-server): update websocket version
1
feat
hippy-debug-server
699,232
16.06.2021 16:31:37
25,200
2b7567b72026e6393517b846c7bb867c3929dea1
feat(time-picker): create package for time picker
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/time-picker': minor\n+'@twilio-paste/core': minor\n+---\n+\n+Created a time picker component package.\n", "new_path": ".changeset/clean-owls-perform.md", "old_path": null }, { "change_type": "MODIFY", "diff": "\"/packages/paste-core/...
TypeScript
MIT License
twilio-labs/paste
feat(time-picker): create package for time picker
1
feat
time-picker
471,187
16.06.2021 17:23:44
-7,200
6398bb8313b978d62c4e94fabf653e36df22dcd8
chore(doc): update compatibility matrix
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,8 @@ This is the JavaScript version of [OpenTelemetry](https://opentelemetry.io/), a\n| API Version | Core version | Contrib Version |\n| ----------- |--------------|-------------------------|\n-| 0.21.x | 0.21.x | ------ |\n+| 1.0.0 | ------ | ------ |\n+| 0...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore(doc): update compatibility matrix (#2287)
1
chore
doc
380,712
16.06.2021 17:32:09
-7,200
cee63c45f1c2bd9efecf6d2a5ff623f2e2af39c2
fix: remoteLoader parse complex structures failed
[ { "change_type": "MODIFY", "diff": "\"esm/\"\n],\n\"dependencies\": {\n+ \"json5\": \"^2.2.0\",\n\"@babel/generator\": \"^7.14.5\",\n\"@babel/types\": \"^7.14.5\",\n\"messageformat-parser\": \"^4.1.3\",\n", "new_path": "packages/remote-loader/package.json", "old_path": "packages/remote-loader/packag...
TypeScript
MIT License
lingui/js-lingui
fix: remoteLoader parse complex structures failed #1087
1
fix
null
815,598
16.06.2021 17:52:44
-28,800
ac094f816a5152fa94f0cf9f3ec53be2d0bb56d8
ci: add concurrency for package workflow
[ { "change_type": "MODIFY", "diff": "name: Package\n+concurrency:\n+ group: package-${{ github.ref }}\n+ cancel-in-progress: true\n+\non:\npush:\nbranches:\n@@ -150,13 +154,10 @@ jobs:\nrun: |\nSet-ExecutionPolicy RemoteSigned -scope CurrentUser\nInvoke-Expression (New-Object System.Net.WebClient).DownloadSt...
Rust
MIT License
nervosnetwork/ckb
ci: add concurrency for package workflow
1
ci
null
667,635
16.06.2021 17:52:56
-28,800
6fe51029a5ba459d78e19d277e8c4fab4c975250
feat(ios): custom properies can be set before seconary bundle loaded
[ { "change_type": "MODIFY", "diff": "return ret;\n}\n+- (NSDictionary *)objectsBeforeExecuteSecondaryCode {\n+ return @{@\"secKey\":@\"value\",\n+ @\"secNum\":@(12),\n+ @\"secDic\": @{@\"key1\":@\"value\", @\"number\": @(2)},\n+ @\"thrAry\":@[@\"value1\", @\"value2\", @(3), @[@\"vv1\", @\"vv2\"], @{@\"k1\": ...
C++
Apache License 2.0
tencent/hippy
feat(ios): custom properies can be set before seconary bundle loaded
1
feat
ios
865,926
16.06.2021 18:32:21
-7,200
d303eda8b437e98713d4488094960b34ffa86f29
docs: add Release Info update to release templates Related to
[ { "change_type": "MODIFY", "diff": "# Patch Release\n-__[Draft a patch release.](https://github.com/camunda/camunda-modeler/issues/new?body=%23%23+What+is+inside%3F%0A%0A*+...%0A*+...%0A*+...%0A%0A%0A%23%23+Release+Checklist%0A%0A_To+be+done+immediately+after+creating+this+issue._%0A%0A*+%5B+%5D+add+Slack+r...
JavaScript
MIT License
camunda/camunda-modeler
docs: add Release Info update to release templates Related to #2303
1
docs
null
756,013
16.06.2021 18:48:11
21,600
2e046f742be5bf01a69555bceb3acff5550b6ab4
fix(deployment): ensure that the faucet is given urun
[ { "change_type": "MODIFY", "diff": "- BOOTSTRAP_TOKENS: 100provisionpass\n- CHAIN_NAME: \"{{ lookup('file', SETUP_HOME + '/ag-chain-cosmos/chain-name.txt') }}\"\n- NETWORK_CONFIG_URL: https://testnet.agoric.com/network-config\n+ - FAUCET_TOKENS: \"{{ lookup('file', SETUP_HOME + '/boot-tokens.txt') }}\"\n- S...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): ensure that the faucet is given urun
1
fix
deployment
756,013
16.06.2021 19:34:33
21,600
8b20562b9cc3917818455ab7d85aa74c9efb3f56
fix(solo): clean up unnecessary deep captp import
[ { "change_type": "MODIFY", "diff": "-import { Nat } from '@agoric/nat';\n+export { Nat } from '@agoric/nat';\nexport * from '@agoric/marshal';\nexport * from './captp.js';\n-export { Nat };\n", "new_path": "packages/captp/src/index.js", "old_path": "packages/captp/src/index.js" }, { "change_...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(solo): clean up unnecessary deep captp import
1
fix
solo
503,954
16.06.2021 19:51:42
-7,200
45b44b7e1f9635f1d58ce0c27638564c126bc7b5
fix(DatePicker, TimePicker): Pass additional props to input
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import * as React from 'react';\nimport { css } from '@patternfly/react-styles';\nimport styles from '@patternfly/react-styles/css/components/DatePicker/date-picker';\nimport buttonStyles from '@patternfly/react-styles/css/components/Button/button';\n-impo...
TypeScript
MIT License
patternfly/patternfly-react
fix(DatePicker, TimePicker): Pass additional props to input (#5848)
1
fix
DatePicker, TimePicker
791,682
16.06.2021 20:16:01
14,400
13d7ebccb8ba351b649c1a58db5ef6e747665054
core(csp-xss): update learn more link
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ const UIStrings = {\n/** Description of a Lighthouse audit that evaluates the security of a page's CSP. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(csp-xss): update learn more link (#12672)
1
core
csp-xss
71,075
16.06.2021 22:11:05
-28,800
5061a8d9c59bc7380290de93aa13e4d6e8119932
fix(secretsmanager): support secrets rotation in partition 'aws-cn' 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": "@@ -23,3 +23,10 @@ account: '856666278305'\naccount: '840364872350'\naccount: '422531588944'\naccount: '924023996002'\n+\n+# The account IDs of password rotation applications of Serverless Application Repository\n+# https://docs.aws.amazon.com/secretsmanager/latest/usergu...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(secretsmanager): support secrets rotation in partition 'aws-cn' (#14608) closes #13385 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
secretsmanager
472,073
16.06.2021 22:15:58
-32,400
cc603d628367067278229012648c30e508d50cae
feat(spindle-ui): add InlineDropdown
[ { "change_type": "ADD", "diff": "+*.md\n+*.mdx\n", "new_path": "packages/spindle-ui/.prettierignore", "old_path": null }, { "change_type": "ADD", "diff": "+/*\n+ * InlineDropDown\n+*/\n+.spui-InlineDropDown-label {\n+ display: inline-block;\n+ position: relative;\n+}\n+\n+.spui-InlineDro...
TypeScript
MIT License
openameba/spindle
feat(spindle-ui): add InlineDropdown
1
feat
spindle-ui
126,311
16.06.2021 23:38:10
-10,800
b8b37cb6606e8fdb4108823b04034263c3d51ffc
feat: immuclient running as auditor - replace "prometheus-port" and "prometheus-host" CLI flags with "audit-monitoring-host" and "audit-monitoring-port" (int) and start a single HTTP server which exposes all the needed endpoints (GET /metrics, /initz, /readyz, /livez and /version)
[ { "change_type": "MODIFY", "diff": "@@ -168,8 +168,6 @@ func options() *client.Options {\npkey := viper.GetString(\"pkey\")\nclientcas := viper.GetString(\"clientcas\")\npidpath := viper.GetString(\"pidfile\")\n- prometheusPort := viper.GetString(\"prometheus-port\")\n- prometheusHost := viper.GetString(\"p...
Go
Apache License 2.0
codenotary/immudb
feat: immuclient running as auditor - replace "prometheus-port" and "prometheus-host" CLI flags with "audit-monitoring-host" and "audit-monitoring-port" (int) and start a single HTTP server which exposes all the needed endpoints (GET /metrics, /initz, /readyz, /livez and /version) Signed-off-by: Valentin Padurean (Ogg...
1
feat
null
667,680
16.06.2021 23:46:27
-28,800
4643f81d1f55fe086cd8cbcb2492f40595358adb
refactor(android): simplify and normalization build script
[ { "change_type": "MODIFY", "diff": "@@ -62,10 +62,21 @@ android {\nbuildConfigField(\"boolean\", \"INCLUDE_SUPPORT_UI\", INCLUDE_SUPPORT_UI)\npackagingOptions {\n- pickFirst 'lib/armeabi-v7a/libhippybridge.so'\n- pickFirst 'lib/arm64-v8a/libhippybridge.so'\n- pickFirst 'lib/x86/libhippybridge.so'\n- pickFir...
C++
Apache License 2.0
tencent/hippy
refactor(android): simplify and normalization build script
1
refactor
android
667,680
17.06.2021 00:28:26
-28,800
548be915195f31f878996642695c1795a71df1ef
feat(android): use implicit loading for java useless library
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ public class LibraryLoader {\nprivate static boolean hasLoaded = false;\nprivate final static String[] SO_NAME_LIST = new String[]{\n- \"mtt_shared\", \"mttv8\", \"hippybridge\", \"flexbox\"\n+ \"hippybridge\", \"flexbox\"\n};\npublic static synchronized...
C++
Apache License 2.0
tencent/hippy
feat(android): use implicit loading for java useless library
1
feat
android
306,309
17.06.2021 00:31:11
-3,600
a8446962693d53da786ec86516fcf1e533c7cda2
fix(aws): add usage file descriptions
[ { "change_type": "MODIFY", "diff": "@@ -187,15 +187,15 @@ resource_usage:\nmonthly_data_processed_gb: 10 # Monthly data processed by the NAT Gateway in GB.\naws_neptune_cluster.my_cluster:\n- storage_gb: 100\n- monthly_io_requests: 10000000\n- backup_storage_gb: 1000\n+ storage_gb: 100 # Total storage for t...
Go
Apache License 2.0
infracost/infracost
fix(aws): add usage file descriptions
1
fix
aws
266,246
17.06.2021 01:38:01
14,400
aabf4c70139843db9b035fe7c36a3f1e2421212f
chore: drop 'u"' prefixes in 'docs/conf.py'
[ { "change_type": "MODIFY", "diff": "@@ -80,9 +80,9 @@ source_suffix = [\".rst\", \".md\"]\nmaster_doc = \"index\"\n# General information about the project.\n-project = u\"{{ metadata['repo']['distribution_name'] }}\"\n-copyright = u\"2019, Google\"\n-author = u\"Google APIs\"\n+project = \"{{ metadata['repo...
Python
Apache License 2.0
googleapis/synthtool
chore: drop 'u"' prefixes in 'docs/conf.py' (#1119) Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1
chore
null
380,787
17.06.2021 03:24:27
25,200
ab68c06775c37bf5960536f274ed35fb2420f6a8
fix: 'compile --watch' not watching for correct file based on format
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ import { getConfig, LinguiConfig } from \"@lingui/conf\"\nimport { getCatalogs } from \"./api/catalog\"\nimport { createCompiledCatalog } from \"./api/compile\"\nimport { helpRun } from \"./api/help\"\n+import { getFormat } from \"./api\";\nconst noMessa...
TypeScript
MIT License
lingui/js-lingui
fix: 'compile --watch' not watching for correct file based on format (#1088)
1
fix
null
71,686
17.06.2021 06:23:40
14,400
9e933ca21677ab3b77a4b415bf15ad9ab708082c
feat(cli): read outputs-file parameter from cdk.json This PR allows the user to default the `outputs-file` command line parameter in `cdk.json` configuration with the key `outputsFile` so that it doesn't have to included as a command line argument each time. closes
[ { "change_type": "MODIFY", "diff": "@@ -221,6 +221,24 @@ Specify an outputs file to write to by supplying the `--outputs-file` parameter\n$ cdk deploy --outputs-file outputs.json\n```\n+Alternatively, the `outputsFile` key can be specified in the project config (`cdk.json`).\n+\n+The following shows a sampl...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cli): read outputs-file parameter from cdk.json (#15095) This PR allows the user to default the `outputs-file` command line parameter in `cdk.json` configuration with the key `outputsFile` so that it doesn't have to included as a command line argument each time. closes #14307
1
feat
cli
503,933
17.06.2021 09:19:00
14,400
62672106007d93cf5061882b7325d9e73fceaed5
feat(Card): Added support to remove offset from actions
[ { "change_type": "MODIFY", "diff": "@@ -7,14 +7,17 @@ export interface CardActionsProps extends React.HTMLProps<HTMLDivElement> {\nchildren?: React.ReactNode;\n/** Additional classes added to the Action */\nclassName?: string;\n+ /** Flag indicating that the actions have no offset */\n+ hasNoOffset?: boolea...
TypeScript
MIT License
patternfly/patternfly-react
feat(Card): Added support to remove offset from actions (#5887) Co-authored-by: Titani <tlabaj@redaht.com>
1
feat
Card
942,615
17.06.2021 09:24:21
25,200
0f9bf088c655015b154f0170fe494e322371d81d
fix: Add missing exports for CKR bundle
[ { "change_type": "MODIFY", "diff": "export * from './action-bar';\nexport * from './avatar';\nexport * from './badge';\n+export * from './banner';\nexport * from './button';\nexport * from './card';\nexport * from './checkbox';\n@@ -8,6 +9,7 @@ export * from './color-picker';\nexport * from './common';\nexp...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Add missing exports for CKR bundle (#1118)
1
fix
null
865,926
17.06.2021 09:32:12
-7,200
78af37f14106122f212013d4c66cbbd2b273efa1
chore: move release info to a separate file
[ { "change_type": "ADD", "diff": "+/**\n+ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH\n+ * under one or more contributor license agreements. See the NOTICE file\n+ * distributed with this work for additional information regarding copyright\n+ * ownership.\n+ *\n+ * Camunda lice...
JavaScript
MIT License
camunda/camunda-modeler
chore: move release info to a separate file
1
chore
null
942,626
17.06.2021 09:39:45
25,200
14d7a06af4bd9b4fc1598d476fdf45d842d438c1
feat(combobox): Modify combobox to accept empty string as initialValue
[ { "change_type": "MODIFY", "diff": "@@ -248,7 +248,7 @@ const Combobox = ({\n);\nuseEffect(() => {\n- if (initialValue) {\n+ if (initialValue !== null && initialValue !== undefined) {\nsetInputValue(initialValue);\n}\n}, [initialValue, setInputValue]);\n", "new_path": "modules/_labs/combobox/react/lib/C...
TypeScript
Apache License 2.0
workday/canvas-kit
feat(combobox): Modify combobox to accept empty string as initialValue (#1116)
1
feat
combobox
866,394
17.06.2021 09:42:49
14,400
2baaa104f34f881945f61ed5f940adf9a904f1a8
docs(building-for-ibm): updated headings to follow style convention ### Related Ticket(s) No related issue ### Description This updates the headings in `Building for IBM.com` to follow style conventions. ### Changelog **Changed** `building-for-ibm-dotcom.md`
[ { "change_type": "MODIFY", "diff": "- [Overview](#overview)\n- [Digital data object](#digital-data-object)\n-- [Page Language](#page-language)\n+- [Page language](#page-language)\n- [Configuring available languages](#configuring-available-languages)\n-- [Meta Tags](#meta-tags)\n-- [IBM.com Tag Management an...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(building-for-ibm): updated headings to follow style convention (#6397) ### Related Ticket(s) No related issue ### Description This updates the headings in `Building for IBM.com` to follow style conventions. ### Changelog **Changed** - `building-for-ibm-dotcom.md`
1
docs
building-for-ibm
889,620
17.06.2021 09:48:46
-28,800
4ac9fe96bed2c55ba3584853cc47f75de6601bee
fix: local artwork could be refreshed at every scan
[ { "change_type": "MODIFY", "diff": "@@ -12,9 +12,9 @@ import org.gotson.komga.domain.persistence.SeriesCollectionRepository\nimport org.gotson.komga.domain.persistence.SeriesRepository\nimport org.gotson.komga.domain.persistence.SidecarRepository\nimport org.gotson.komga.infrastructure.configuration.KomgaPr...
Kotlin
MIT License
gotson/komga
fix: local artwork could be refreshed at every scan
1
fix
null
386,581
17.06.2021 09:51:08
-7,200
8e0d8ca160193728bc14f5dbc43d411a77835ed4
fix(build): default 404 page should be copied in build. Closes
[ { "change_type": "MODIFY", "diff": "import { type } from '@lowdefy/helpers';\nimport page404 from './404.json';\n-const defaultPages = [page404];\n-\nasync function addDefaultPages({ components }) {\n+ // If not copied, the same object is mutated by build every time\n+ // build runs for dev server. See #647...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): default 404 page should be copied in build. Closes #647
1
fix
build
304,868
17.06.2021 10:10:23
21,600
671f7efe24fc62a03359da652457f27078a61e44
fix(universe): report correct error code for histogram error Prior to this change the histogram would report an internal error when the data was out of range for the histogram bins. Now a correct error code is reported.
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ package universe\nimport (\n\"context\"\n- \"fmt\"\n\"math\"\n\"regexp\"\n\"sort\"\n@@ -200,7 +199,7 @@ func (t *histogramTransformation) Process(id execute.DatasetID, tbl flux.Table)\n})\nif idx >= len(t.spec.Bins) {\n// Greater than highest bin, or not f...
Go
MIT License
influxdata/flux
fix(universe): report correct error code for histogram error (#3809) Prior to this change the histogram would report an internal error when the data was out of range for the histogram bins. Now a correct error code is reported.
1
fix
universe
688,429
17.06.2021 10:12:25
-25,200
5a52d57f2c53fb24820a81080677f4b7854aeb78
fix(picasso-forms): validation on submit
[ { "change_type": "MODIFY", "diff": "@@ -55,8 +55,8 @@ const getValidationErrors = (\nconst error = validator(fieldValue, formValues, fieldMetaState)\n- if (errors && error) {\n- errors = setIn(errors, key, error)\n+ if (error) {\n+ errors = setIn(errors || {}, key, error)\n}\n})\n", "new_path": "package...
TypeScript
MIT License
toptal/picasso
fix(picasso-forms): validation on submit (#2101)
1
fix
picasso-forms
667,676
17.06.2021 10:27:52
-28,800
7e6831ade8c78bbf5f2c213a1ab2adae11c8e8dc
fix(core): fix create ctx value crash
[ { "change_type": "MODIFY", "diff": "@@ -1121,8 +1121,7 @@ std::shared_ptr<CtxValue> V8Ctx::CreateCtxValue(\nv8::Local<v8::Context> context = context_persistent_.Get(isolate_);\nv8::Context::Scope context_scope(context);\n- v8::Local<v8::ObjectTemplate> constructor =\n- v8::ObjectTemplate::New(isolate_);\n+ ...
C++
Apache License 2.0
tencent/hippy
fix(core): fix create ctx value crash (#820)
1
fix
core
342,890
17.06.2021 10:33:52
-7,200
018be4f2c41ef162759f059f2cc7ca4d33c54fe0
fix: don't check preconnect links
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,10 @@ const checkForDeadUrls = async () => {\nconst processor = await unified()\n.use(parse)\n.use(inspectUrls, {\n- inspectEach({ file, url }) {\n+ inspectEach({ file, node, url }) {\n+ // filter out preconnect links: https://developer.mozilla.org/en-US/docs...
JavaScript
MIT License
kiwicom/orbit
fix: don't check preconnect links
1
fix
null
217,922
17.06.2021 10:39:23
-7,200
eb98afe3680f86f44266e6bab0612ea2480f71dc
fix(simulator): fixed stats not being persisted properly to the form
[ { "change_type": "MODIFY", "diff": "@@ -836,7 +836,7 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nthis.customJob$\n).pipe(tap(job => this.job = job));\n- const statsFromRecipe$: Observable<CrafterStats> = combineLatest([this.recipe$, this.job$, this.authFacade.gearSets$]).pipe(\n+ cons...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed stats not being persisted properly to the form
1
fix
simulator
342,890
17.06.2021 10:40:19
-7,200
28ec2fde5d50fbda8914c710d3f60c67fecb1528
fix: pass path as string for pages in pages dir otherwise, they get passed as "/*", which leads to broken links
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ export default function PageNotFound({ location, path }: PageProps) {\nconst [searchOpen, setSearchOpen] = React.useState<boolean>(false);\nreturn (\n- <DocLayout custom noElevation title=\"Page not found\" location={location} path={path}>\n+ <DocLayout ...
JavaScript
MIT License
kiwicom/orbit
fix: pass path as string for pages in pages dir otherwise, they get passed as "/*", which leads to broken links
1
fix
null
104,828
17.06.2021 10:43:27
-7,200
e76dcd9663ec41a4023e25aba0411130d3486dc1
fix(hotspoteditormodal): doc changes and added statehook to export
[ { "change_type": "MODIFY", "diff": "@@ -4536,6 +4536,62 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0 - Overview/Get\nuseDNDProviderElement\n</div>\n</div>\n+ <div\n+ className=\"bx--structured-list-row\"\n+ >\n+ <div\n+ className=\"bx--structured-list-td\"\n+ role=\"cell\"\n+ />\n+ <...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(hotspoteditormodal): doc changes and added statehook to export
1
fix
hotspoteditormodal
304,879
17.06.2021 10:50:18
21,600
9186032e6673ec6ccb5786a38b93ff74be740d96
feat: update flatc in flux-build image This patch updates the version of `flatc` availabale in the flux-build docker image.
[ { "change_type": "MODIFY", "diff": "@@ -56,13 +56,16 @@ RUN curl https://www.colm.net/files/thurston.asc | gpg --import - && \\\nmake && \\\nmake install && \\\ncd .. && rm -rf ragel-${RAGEL7_VERSION}*\n-ENV FLATBUFFERS_VERSION=1.11.0\n-RUN curl -LS https://github.com/google/flatbuffers/archive/v${FLATBUFFE...
Go
MIT License
influxdata/flux
feat: update flatc in flux-build image (#3811) This patch updates the version of `flatc` availabale in the flux-build docker image.
1
feat
null
777,401
17.06.2021 11:02:29
14,400
fbb1591ad1828d0cb54d83c3923a98d1e079e47d
docs: add db migration troubleshooting section Add some documentation around migration failures.
[ { "change_type": "MODIFY", "diff": "@@ -131,3 +131,40 @@ be able to use Determined as long as you use Docker images based on CUDA\ndocker run --gpus all --rm nvidia/cuda:9.0-runtime nvidia-smi\ndocker run --gpus all --rm nvidia/cuda:10.0-runtime nvidia-smi\n+\n+*****************************\n+ Database Migr...
Python
Apache License 2.0
determined-ai/determined
docs: add db migration troubleshooting section [DET-5493] (#2489) Add some documentation around migration failures.
1
docs
null
791,255
17.06.2021 11:16:18
25,200
43755d38b5d928222127cc6be26183d6bfbb1cb4
feat(bigquery): support nullable params and geography params * feat(bigquery): support nullable params, geography params Details: * Support the passing of Null<type> values for query parameters. * Add support for GEOGRAPHY param type, which was added after the initial GEOGRAPHY type support launched.
[ { "change_type": "MODIFY", "diff": "@@ -76,6 +76,7 @@ var (\ntimestampParamType = &bq.QueryParameterType{Type: \"TIMESTAMP\"}\nnumericParamType = &bq.QueryParameterType{Type: \"NUMERIC\"}\nbigNumericParamType = &bq.QueryParameterType{Type: \"BIGNUMERIC\"}\n+ geographyParamType = &bq.QueryParameterType{Type:...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(bigquery): support nullable params and geography params (#4225) * feat(bigquery): support nullable params, geography params Details: * Support the passing of Null<type> values for query parameters. * Add support for GEOGRAPHY param type, which was added after the initial GEOGRAPHY type support launched.
1
feat
bigquery
386,581
17.06.2021 11:21:26
-7,200
40ead255054a731cc70e7bee31c61d2d20ef0caf
feat(engine): Add wait operator. Closes
[ { "change_type": "ADD", "diff": "+# Copyright 2020-2021 Lowdefy, Inc\n+\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with the License.\n+# You may obtain a copy of the License at\n+\n+# http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Add wait operator. Closes #625
1
feat
engine
889,620
17.06.2021 11:29:40
-28,800
49f83b78ace92aeb6a42e1a66f2042655a3b41cd
fix: sidecars would not be deleted with library
[ { "change_type": "ADD", "diff": "+DELETE\n+FROM SIDECAR\n+WHERE LIBRARY_ID NOT IN (\n+ SELECT ID\n+ FROM LIBRARY\n+ )\n", "new_path": "komga/src/flyway/resources/db/migration/sqlite/V20210617114814__sidecar_cleanup.sql", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -10,4 +1...
Kotlin
MIT License
gotson/komga
fix: sidecars would not be deleted with library
1
fix
null
185,950
17.06.2021 11:30:23
-7,200
8805f91b1d811c25cff3c6d73688e98fe81050c5
fix: don't exclude first line on clear
[ { "change_type": "MODIFY", "diff": "@@ -137,9 +137,7 @@ export class Output extends React.Component<CommandsProps> {\n}\n// The last 1000 lines\n- const lines = output\n- .slice(Math.max(output.length - 1000, 1))\n- .map(this.renderEntry);\n+ const lines = output.slice(-1000).map(this.renderEntry);\nreturn ...
TypeScript
MIT License
electron/fiddle
fix: don't exclude first line on clear (#715)
1
fix
null
386,581
17.06.2021 11:35:37
-7,200
48c26e8236569eb28816a230d2984570698f7615
fix(docs): Reconnect docsearch after page change.
[ { "change_type": "MODIFY", "diff": "<script src=\"https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.min.js\"></script>\n-<script>\n- let time = 500;\n- function setDocsearh() {\n- try {\n- console.log('try', time);\n- docsearch({\n- apiKey: '4e88995ba28e39b8ed2bcfb6639379a1',\n- indexName: ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Reconnect docsearch after page change.
1
fix
docs
104,853
17.06.2021 11:40:02
14,400
6d010b25039d75c985c65ae462c551999d3965e6
chore(side-panel): improve story
[ { "change_type": "MODIFY", "diff": "@@ -27,11 +27,14 @@ import { action } from '@storybook/addon-actions';\n>\n<div aiSidePanelTitle>\nFilter\n- <a ibmLink (click)=\"clearFilterClicked($event)\" class=\"clear-flyout\" href=\"#\">Clear</a>\n</div>\n- Columns\n- <button ibmButton=\"secondary\" cancelButton>Ca...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(side-panel): improve story
1
chore
side-panel
217,922
17.06.2021 11:48:31
-7,200
9685f052c462aa775a796392e4bcfce798e0714a
fix(leveling-equipment): fixed wrong suggestion for higher level crafters/gatherers
[ { "change_type": "MODIFY", "diff": "@@ -213,7 +213,8 @@ export class LevelingEquipmentComponent {\n}\nprivate getMainStatValue(itemId: number, mainStat: number, equipSlotCategories: number[], job: number): number {\n- if ([9, 10, 11, 12].some(category => equipSlotCategories.includes(category))) {\n+ const i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(leveling-equipment): fixed wrong suggestion for higher level crafters/gatherers
1
fix
leveling-equipment
306,660
17.06.2021 11:49:20
-19,080
f1698ff3941a0ac53d511b62e0ed08f781aed778
fix(Slider): fixes slider tooltip to move with pointer
[ { "change_type": "MODIFY", "diff": "import classNames from 'classnames';\n-import { Tooltip } from '@/index';\nimport * as React from 'react';\nimport * as Keys from '@/utils/Keys';\nimport { formatPercentage, clamp } from './SliderUtils';\n@@ -14,6 +13,7 @@ export interface HandleProps {\nexport interface ...
TypeScript
MIT License
innovaccer/design-system
fix(Slider): fixes slider tooltip to move with pointer
1
fix
Slider
217,922
17.06.2021 11:53:29
-7,200
0e6a54aed006295cf526614664723a452665e2bc
fix(currency-spending): fixed faux leves and Bozjan clusters not working as intended
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,13 @@ export class CurrencySpendingComponent extends TeamcraftComponent implements OnI\nthis.loading = true;\nreturn this.dataService.getItem(currency).pipe(\nmap((item: ItemData) => {\n- return [].concat.apply([], item.item.tradeCurrency.filter(entry => entr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(currency-spending): fixed faux leves and Bozjan clusters not working as intended
1
fix
currency-spending
104,853
17.06.2021 12:02:20
14,400
e7daad86d3a261209ba7fdeb7cb5ab8ecbe8bc61
chore(side-panel): prettify
[ { "change_type": "MODIFY", "diff": "@@ -25,12 +25,8 @@ import { action } from '@storybook/addon-actions';\n[side]=\"side\"\n(close)=\"active = !active; close.emit()\"\n>\n- <div aiSidePanelTitle>\n- Filter\n- </div>\n- <div class=\"panel-content\">\n- Content\n- </div>\n+ <div aiSidePanelTitle>Filter</div>\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(side-panel): prettify
1
chore
side-panel
126,295
17.06.2021 12:03:29
-7,200
9a22ce33022618880d2327442ca4b85e5e464a61
chore(pkg/errors): immuerrors use an internal map to determine code from the message
[ { "change_type": "MODIFY", "diff": "@@ -109,7 +109,7 @@ func (c *immuClient) _streamGet(ctx context.Context, k *schema.KeyRequest) (*sch\nvalue, err := stream.ReadValue(vr, c.Options.StreamChunkSize)\nif err != nil {\nif err == io.EOF {\n- return nil, errors.New(stream.ErrMissingExpectedData).WithCode(error...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/errors): immuerrors use an internal map to determine code from the message Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/errors
815,609
17.06.2021 12:16:11
-28,800
af792f2f766cc49ff24cb7aad5e0eb4e21955239
fix(hardfork): `ckb init` will panic when specifies arguments for "block_assembler"
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ use std::io::{self, Read};\nuse crate::helper::prompt;\nuse ckb_app_config::{cli, AppConfig, ExitCode, InitArgs};\nuse ckb_chain_spec::ChainSpec;\n-use ckb_jsonrpc_types::ScriptHashType;\n+use ckb_jsonrpc_types::{ScriptHashTypeShadow, VmVersion};\nuse ckb_...
Rust
MIT License
nervosnetwork/ckb
fix(hardfork): `ckb init` will panic when specifies arguments for "block_assembler"
1
fix
hardfork
791,282
17.06.2021 12:20:02
25,200
91d41f16867f3923e61fbc3452a049129f2d5021
chore(internal/gapicgen): update generator v0.20.4 Updates Go Protobuf import for generated code.
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ RUN GO111MODULE=on go get \\\ngolang.org/x/lint/golint@latest \\\ngolang.org/x/tools/cmd/goimports@latest \\\nhonnef.co/go/tools/cmd/staticcheck@latest \\\n- github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.20.2\n+ github.com/googleapi...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(internal/gapicgen): update generator v0.20.4 (#4274) Updates Go Protobuf import for generated code. #4273
1
chore
internal/gapicgen