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
27.07.2021 12:24:32
-10,800
07036ef4b289140fd06b87bbc2488b276df5054e
fix: update circleci/config.yml
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ aliases:\n- node_modules\n- packages/*/node_modules/*\n- docs/node_modules/*\n+ - next-docs/node_modules/*\ninstall_token: &install_token\nrun:\n@@ -92,6 +93,7 @@ jobs:\npaths:\n- node_modules\n- docs/node_modules/*\n+ - next-docs/node_modules/*\n- packa...
TypeScript
MIT License
coingaming/moon-design
fix: update circleci/config.yml
1
fix
null
791,418
27.07.2021 12:33:14
14,400
a1a2a77f33fa27eb78f1ddcbe8c78c2444f638eb
fix(bigtable/bttest): Cells per row offset filters didn't implement truthiness correctly, breaking conditional filters
[ { "change_type": "MODIFY", "diff": "@@ -612,7 +612,10 @@ func filterRow(f *btpb.RowFilter, r *row) (bool, error) {\noffset -= len(cs)\n}\n}\n- return true, nil\n+ // If we get here, we have to have consumed all of the cells,\n+ // otherwise, we would have returned above. We're not generating\n+ // a row, so...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(bigtable/bttest): Cells per row offset filters didn't implement truthiness correctly, breaking conditional filters (#4287) Co-authored-by: Christopher Wilcox <crwilcox@google.com>
1
fix
bigtable/bttest
401,147
27.07.2021 12:36:15
-19,080
e205430c047533061ff0fda9ed2689c38b01eea5
refactor: remove redundant code from jest config
[ { "change_type": "MODIFY", "diff": "@@ -18,46 +18,12 @@ module.exports = {\nmoduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],\ntestEnvironment: 'jsdom',\nrootDir: './',\n- projects: [\n- {\n- displayName: 'core',\n+ projects: ['core', 'layout', 'forms', 'icons', 'utils'].map(package => ({\n+ displayName: pa...
TypeScript
MIT License
medly/medly-components
refactor: remove redundant code from jest config
1
refactor
null
127,946
27.07.2021 12:45:37
-10,800
e9f6eeea46cd00ccd7ae78fc8f97faf5eb68e65b
fix: remove button and markdown tsx
[ { "change_type": "DELETE", "diff": "-import React from 'react';\n-\n-import { ThemeProvider, sportsbetDark } from '@heathmont/moon-themes';\n-\n-export default function PageButton() {\n- return (\n- <>\n- <ThemeProvider theme={sportsbetDark}>\n- <h1>Button</h1>\n- </ThemeProvider>\n- </>\n- );\n-}\n", "...
TypeScript
MIT License
coingaming/moon-design
fix: remove button and markdown tsx
1
fix
null
438,921
27.07.2021 12:46:34
-32,400
ababfe17ec81b748bcab9339609b454f7c8ba927
skip: remove console from export-spec.ts
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,6 @@ describe(\"API export\", () => {\nchart.export({\nwidth: 1000, height: 600\n}, data => {\n- console.log(data);\nexpect(\nexpectedDataURL.map(v => data.indexOf(v) >= 0).filter(Boolean).length\n).to.be.equal(2);\n", "new_path": "test/api/export-spec.ts...
TypeScript
MIT License
naver/billboard.js
skip: remove console from export-spec.ts
1
skip
null
217,922
27.07.2021 12:47:43
-7,200
083f0c76bcba384d2bb59ed75d95c67f57dc02bf
feat(universalis): update the listing when the person uploading buys an item closes
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,14 @@ import { AuthFacade } from '../../+state/auth.facade';\nimport { IpcService } from '../electron/ipc.service';\nimport { SettingsService } from '../../modules/settings/settings.service';\nimport * as _ from 'lodash';\n-import { MarketBoardItemListing, Mark...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(universalis): update the listing when the person uploading buys an item closes #1848
1
feat
universalis
777,407
27.07.2021 12:49:08
25,200
7769d2e9550392e2fe2afb6bd69c4ec15e275f5b
ci: add linter for secrets Add a test that fails if cloud credentials are present. Also update the pattern used to catch GCP credentials. The previous pattern had too many false positives.
[ { "change_type": "MODIFY", "diff": "@@ -1256,6 +1256,18 @@ jobs:\nexecutor: determinedai/cimg-base:stable\n- run: make -C docs check\n+ lint-secrets:\n+ docker:\n+ - image: determinedai/cimg-base:stable\n+ steps:\n+ - run: git clone https://github.com/awslabs/git-secrets /tmp/git-secrets\n+ - run: cd /tmp/g...
Python
Apache License 2.0
determined-ai/determined
ci: add linter for secrets (#2791) Add a test that fails if cloud credentials are present. Also update the pattern used to catch GCP credentials. The previous pattern had too many false positives.
1
ci
null
756,064
27.07.2021 12:56:12
25,200
e741be3fbef8c746be476b13f9eb0d6e3e326dae
fix(swingset): make test less sensitive to changes in metering This changes test-dynamic-vat-metered.js to be more adaptive to changes in the number of computrons consumed by the test function, by setting the capacity and notification thresholds to be between small integral multiples of a measured usage, instead of har...
[ { "change_type": "MODIFY", "diff": "@@ -91,6 +91,55 @@ function kpidRejected(t, c, kpid, message) {\nt.deepEqual(body, { '@qclass': 'error', name: 'Error', message });\n}\n+async function createMeteredVat(c, t, dynamicVatBundle, capacity, threshold) {\n+ assert.typeof(capacity, 'bigint');\n+ assert.typeof(t...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(swingset): make test less sensitive to changes in metering This changes test-dynamic-vat-metered.js to be more adaptive to changes in the number of computrons consumed by the test function, by setting the capacity and notification thresholds to be between small integral multiples of a measured usage, instead of ha...
1
fix
swingset
127,946
27.07.2021 13:16:22
-10,800
4f2c739fd13eb574ed7edc2fab76053bf2660bf3
fix: remove <Version />
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import classNames from '../../utils/classNames';\nimport navigation from './navigation';\nimport Arrow from './Arrow';\nimport Logo from './Logo';\n-import Version from './Version';\n+// import Version from './Version';\ninterface LinkProps {\nhref: string...
TypeScript
MIT License
coingaming/moon-design
fix: remove <Version />
1
fix
null
401,147
27.07.2021 13:42:38
-19,080
53dfdcc6bbd1acd11cffd88e3c498f6cd0a9dc3e
fix: sonar issue of changing variable name
[ { "change_type": "MODIFY", "diff": "@@ -18,12 +18,12 @@ module.exports = {\nmoduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],\ntestEnvironment: 'jsdom',\nrootDir: './',\n- projects: ['core', 'layout', 'forms', 'icons', 'utils'].map(package => ({\n- displayName: package,\n+ projects: ['core', 'layout', 'form...
TypeScript
MIT License
medly/medly-components
fix: sonar issue of changing variable name
1
fix
null
503,970
27.07.2021 13:42:40
14,400
a2e2bd2aa919dbdadb7aba5e998498ae1d5456fa
chore(TreeView): clean up docs
[ { "change_type": "MODIFY", "diff": "id: Tree view\nsection: components\ncssPrefix: pf-c-treeview\n-propComponents: ['TreeView', 'TreeViewList', 'TreeViewListItem']\n+propComponents: ['TreeView', 'TreeViewDataItem']\nbeta: true\n---\n@@ -14,7 +14,7 @@ import { FolderIcon, FolderOpenIcon, EllipsisVIcon, Clipb...
TypeScript
MIT License
patternfly/patternfly-react
chore(TreeView): clean up docs (#6068)
1
chore
TreeView
503,965
27.07.2021 13:44:47
14,400
025d13b22d1802948439369bb2244e0253527569
fix(datepicker): clear parse error on type
[ { "change_type": "MODIFY", "diff": "@@ -95,6 +95,7 @@ export const DatePicker: React.FunctionComponent<DatePickerProps> = ({\nconst onTextInput = (value: string) => {\nsetPristine(false);\nsetValue(value);\n+ setErrorText('');\nconst newValueDate = dateParse(value);\nsetValueDate(newValueDate);\nif (isValid...
TypeScript
MIT License
patternfly/patternfly-react
fix(datepicker): clear parse error on type (#6066)
1
fix
datepicker
126,276
27.07.2021 14:00:04
10,800
d9929787665898728543cac16b678f1571a6c087
test(embedded/store): cover edge cases when opening the store
[ { "change_type": "MODIFY", "diff": "@@ -328,6 +328,16 @@ func TestImmudbStoreEdgeCases(t *testing.T) {\n_, err = OpenWith(\"edge_cases\", vLogs, txLog, cLog, opts)\nrequire.ErrorIs(t, err, injectedError)\n+ // Should fail setting cLog offset\n+ cLog.SizeFn = func() (int64, error) {\n+ return cLogEntrySize -...
Go
Apache License 2.0
codenotary/immudb
test(embedded/store): cover edge cases when opening the store Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/store
126,276
27.07.2021 14:53:42
10,800
a0d28d7d2d0a0ae0de094dc544a55d13fc0fe01b
test(embedded/tbtree): cover some edge cases when opening from recovered snapshot
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ import (\n\"math/rand\"\n\"os\"\n\"path/filepath\"\n+ \"strings\"\n\"sync\"\n\"testing\"\n\"time\"\n@@ -517,6 +518,9 @@ func TestSnapshotRecovery(t *testing.T) {\nerr = happ.Close()\nrequire.NoError(t, err)\n+ // Starting with an invalid folder name\n+ o...
Go
Apache License 2.0
codenotary/immudb
test(embedded/tbtree): cover some edge cases when opening from recovered snapshot Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/tbtree
401,133
27.07.2021 15:01:37
14,400
c24d71c36aa6e41c8bc3c8ed6bc170825dc20ab3
refactor: removing unused prop affects:
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ const nonActiveSearchBoxStyle = ({ theme: { searchBox } }: Props) => css`\n}\n`;\n-const searchBoxWithExpandStyle = ({ theme: { searchBox } }: Props) => css`\n+const searchBoxWithExpandStyle = () => css`\nwidth: 31.2rem;\npadding-right: 0.8rem;\n", "...
TypeScript
MIT License
medly/medly-components
refactor: removing unused prop affects: @medly-components/core
1
refactor
null
471,532
27.07.2021 15:22:26
-7,200
ff17798f88d2e5330d207cdeacc1f064873e877e
fix(scoped-elements): adjust the renderBefore node
[ { "change_type": "ADD", "diff": "+---\n+'@open-wc/scoped-elements': patch\n+---\n+\n+Adjust the renderBefore node so that any styles in Lit content render before adoptedStyleSheets.\n", "new_path": ".changeset/short-lies-burn.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@...
JavaScript
MIT License
open-wc/open-wc
fix(scoped-elements): adjust the renderBefore node
1
fix
scoped-elements
438,921
27.07.2021 15:36:07
-32,400
982f6eed95eff3d8e68db29bb6678d9f04c91d67
fix(api): fix subchart APIs usage with zoom reset button Hide zoom reset button during subchart's toggle. Ref
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,9 @@ export default {\n$$.axis && $$.axis.setOrient();\n}\n+ // hide possible reset zoom button\n+ // https://github.com/naver/billboard.js/issues/2201\n+ $$.zoom?.resetBtn && $$.zoom.resetBtn.style(\"display\", \"none\");\n$$.scale.zoom = null;\nsoft ? $$.re...
TypeScript
MIT License
naver/billboard.js
fix(api): fix subchart APIs usage with zoom reset button Hide zoom reset button during subchart's toggle. Ref #2201
1
fix
api
141,508
27.07.2021 15:58:09
-36,000
3582176a8981065269b6d1f2082e60000b58456e
chore: Enable Chromatic TurboSnap
[ { "change_type": "MODIFY", "diff": "@@ -11,5 +11,5 @@ export CHROMATIC_APP_CODE\nCHROMATIC_APP_CODE=$(get_secret \"chromatic-app-code\") || exit $?\nyarn install --frozen-lockfile\n-yarn storybook:build\n-yarn chromatic --exit-zero-on-changes --storybook-build-dir storybook/public\n+yarn storybook:build --w...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: Enable Chromatic TurboSnap (#1792)
1
chore
null
730,536
27.07.2021 16:00:35
18,000
b575c4f4b0d45b0d9667f2748aefd461df44875b
feat(meetings): changed to use preexisting func
[ { "change_type": "MODIFY", "diff": "@@ -3419,8 +3419,7 @@ export default class Meeting extends StatelessWebexPlugin {\n// Reset stats analyzer and peer connection\nthis.statsAnalyzer.stopAnalyzer();\nthis.statsAnalyzer = null;\n- this.mediaProperties.peerConnection.close();\n- this.mediaProperties.peerConne...
JavaScript
MIT License
webex/webex-js-sdk
feat(meetings): changed to use preexisting func
1
feat
meetings
14,245
27.07.2021 16:14:17
-7,200
e92d8b8652f41e70a382614f248ad6da0691e923
docs(examples): add React InstantSearch example
[ { "change_type": "ADD", "diff": "", "new_path": "examples/react-instantsearch/README.md", "old_path": "examples/react-instantsearch/README.md" }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/examples/react-instantsearch/favicon.png differ\n", "new_path": "examples/re...
TypeScript
MIT License
algolia/autocomplete
docs(examples): add React InstantSearch example (#642)
1
docs
examples
667,635
27.07.2021 16:27:06
-28,800
1432f390f64f17e6063b2375e47143442d3b939d
refactor(ios): use common calayer to replace cagradientlayer
[ { "change_type": "MODIFY", "diff": "@@ -187,10 +187,6 @@ static NSString *HippyRecursiveAccessibilityLabel(UIView *view) {\nreturn self;\n}\n-+ (Class)layerClass {\n- return [CAGradientLayer class];\n-}\n-\nHIPPY_NOT_IMPLEMENTED(-(instancetype)initWithCoder : unused)\n- (NSString *)accessibilityLabel {\n", ...
C++
Apache License 2.0
tencent/hippy
refactor(ios): use common calayer to replace cagradientlayer
1
refactor
ios
14,245
27.07.2021 16:28:39
-7,200
f342e33ef745f52971716587a3d702b5b5cf3584
docs(examples): update React InstantSearch example theme
[ { "change_type": "MODIFY", "diff": "-body,\n-h1 {\n- margin: 0;\n- padding: 0;\n+* {\n+ box-sizing: border-box;\n}\nbody {\n- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,\n- Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';\n+ background-color: rg...
TypeScript
MIT License
algolia/autocomplete
docs(examples): update React InstantSearch example theme
1
docs
examples
777,389
27.07.2021 17:03:05
25,200
893159315a217d04a008da9be87e224ef7dc705f
test: improve web e2e test stability
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,7 @@ def createExperiment(directory, config_file, count):\n\"det\",\n\"experiment\",\n\"create\",\n+ \"--paused\",\nstr(directory.joinpath(config_file)),\nstr(directory),\n]\n", "new_path": "webui/tests/bin/createUserAndExperiments.py", "old_path": "w...
Python
Apache License 2.0
determined-ai/determined
test: improve web e2e test stability [#2750] (#2777)
1
test
null
126,276
27.07.2021 17:42:23
10,800
02f13a2de0026bac00ab5bb75b4b125d4aeec25f
test(embedded/tbtree): cover compaction edge cases
[ { "change_type": "MODIFY", "diff": "@@ -191,7 +191,7 @@ func (idx *indexer) CompactIndex() (err error) {\n}\n}()\n- _, err = idx.index.CompactIndex()\n+ _, err = idx.index.Compact()\nif err != nil {\nreturn err\n}\n", "new_path": "embedded/store/indexer.go", "old_path": "embedded/store/indexer.go" ...
Go
Apache License 2.0
codenotary/immudb
test(embedded/tbtree): cover compaction edge cases Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/tbtree
141,572
27.07.2021 17:46:13
-36,000
64be1ddb51f3419f3e51bac4f5ae7ff61c8fcc96
refactor: Remove prefer-arrow-function eslint rule As discussed on Slack
[ { "change_type": "MODIFY", "diff": "@@ -22,12 +22,7 @@ module.exports = {\nparserOptions: {\nsourceType: \"module\",\n},\n- plugins: [\n- \"@typescript-eslint\",\n- \"import\",\n- \"sort-imports-es6-autofix\",\n- \"prefer-arrow\",\n- ],\n+ plugins: [\"@typescript-eslint\", \"import\", \"sort-imports-es6-aut...
TypeScript
MIT License
cultureamp/kaizen-design-system
refactor: Remove prefer-arrow-function eslint rule (#1793) As discussed on Slack https://cultureamp.slack.com/archives/C016N8Y1E10/p1627023487120400
1
refactor
null
426,720
27.07.2021 17:55:34
-10,800
1fc767ef836c0cad485d1005fd60397e0a25ac9d
docs: move custom variables to style.css
[ { "change_type": "MODIFY", "diff": "+html {\n+ --page-background: white;\n+ --footer-background: rgba(0, 0, 0, 0.1);\n+ --primary-color: #235f8a;\n+ --primary-color-lighter: #449ad7;\n+ --primary-color-darker: #1a5285;\n+ --primary-color-accent: #cee5f6;\n+ --contrast-color-light: #fff;\n+ --contrast-color-...
TypeScript
MIT License
modernweb-dev/web
docs: move custom variables to style.css
1
docs
null
126,276
27.07.2021 18:00:39
10,800
fd8caf5fe5a03751044fb2ecbb8631f4b863f8a1
fix(embedded/store): handle missing error case during commit phase
[ { "change_type": "MODIFY", "diff": "@@ -891,6 +891,7 @@ func (s *ImmuStore) commitUsing(entries []*KV, md *TxMetadata, waitForIndexing b\n// TxMedatada is validated against current store\nif md != nil && tx.Eh() != md.Eh {\n+ <-appendableCh // wait for data to be written\nreturn nil, ErrIllegalArguments\n}\...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/store): handle missing error case during commit phase Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/store
126,276
27.07.2021 18:06:10
10,800
ca83480020e34ac9af77cdc907a6ca92768eea37
test(embedded/store): unit testing commit with synced indexing
[ { "change_type": "MODIFY", "diff": "@@ -807,9 +807,11 @@ func TestImmudbStoreCommitWith(t *testing.T) {\n}, nil\n}\n- md, err := immuStore.CommitWith(callback, false)\n+ md, err := immuStore.CommitWith(callback, true)\nrequire.NoError(t, err)\n+ require.Equal(t, uint64(1), immuStore.IndexInfo())\n+\ntx := i...
Go
Apache License 2.0
codenotary/immudb
test(embedded/store): unit testing commit with synced indexing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/store
126,276
27.07.2021 18:31:32
10,800
697bb75901d2026096af9a24c1171ec064451ad7
test(embedded/ahtree): minor unit testing adjustments
[ { "change_type": "MODIFY", "diff": "@@ -78,13 +78,15 @@ func TestEdgeCases(t *testing.T) {\ndLog := &mocked.MockedAppendable{SetOffsetFn: dummySetOffset}\ncLog := &mocked.MockedAppendable{SetOffsetFn: dummySetOffset}\n+ injectedErr := errors.New(\"error\")\n+\n{\ncLog.SizeFn = func() (int64, error) {\n- ret...
Go
Apache License 2.0
codenotary/immudb
test(embedded/ahtree): minor unit testing adjustments Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/ahtree
67,516
27.07.2021 18:34:10
-7,200
c334bf9607de7389d50e320f747a038fa64ed3d4
fix(validation): broken tests
[ { "change_type": "MODIFY", "diff": "@@ -114,13 +114,13 @@ describe('validation-html/validation-controller.spec.ts/validation controller fa\nassert.equal(!!vcRootVm.controller2, true, 'error9');\nassert.equal(!!vcRootVm.controller3, true, 'error10');\n- assert.equal(vcRootVm.controller1, vcRootVm.controller3...
TypeScript
MIT License
aurelia/aurelia
fix(validation): broken tests
1
fix
validation
815,609
27.07.2021 18:41:08
-28,800
f5ba73402ce4415670857ff04a2a020a1268ca89
fix(hardfork): built-in miner shouldn't ignore the extension field in block templates
[ { "change_type": "MODIFY", "diff": "@@ -123,7 +123,11 @@ impl Miner {\n.raw(raw_header)\n.nonce(nonce.pack())\n.build();\n- let block = work.block.as_builder().header(header).build().into_view();\n+ let block = work\n+ .block\n+ .as_advanced_builder()\n+ .header(header.into_view())\n+ .build();\nlet block_h...
Rust
MIT License
nervosnetwork/ckb
fix(hardfork): built-in miner shouldn't ignore the extension field in block templates
1
fix
hardfork
688,501
27.07.2021 18:43:40
-25,200
d054ec80c5e1fd286af3464bd3f1b178b0828f40
style(OverviewBlock): change separator color
[ { "change_type": "MODIFY", "diff": "Binary files a/packages/picasso-lab/src/OverviewBlock/__image_snapshots__/overviewblock-default-snap.png and b/packages/picasso-lab/src/OverviewBlock/__image_snapshots__/overviewblock-default-snap.png differ\n", "new_path": "packages/picasso-lab/src/OverviewBlock/__im...
TypeScript
MIT License
toptal/picasso
style(OverviewBlock): change separator color (#2121)
1
style
OverviewBlock
401,147
27.07.2021 19:01:34
-19,080
cfd08ef16e79ff50343dd6c30b9e22e422cf4020
fix: export useAxios and useSWRAxios from utils package affects:
[ { "change_type": "MODIFY", "diff": "+export * from './useAxios';\nexport * from './useCombinedRefs';\nexport * from './useKeyPress';\nexport * from './useMediaQuery';\nexport * from './useOuterClickNotifier';\n+export * from './useSWRAxios';\nexport * from './useUpdateEffect';\nexport * from './useWindowSiz...
TypeScript
MIT License
medly/medly-components
fix: export useAxios and useSWRAxios from utils package affects: @medly-components/utils
1
fix
null
756,013
27.07.2021 19:07:24
21,600
8d75dd51680b43b154ccf9dc2fa926bfc102c7fe
chore(cosmic-swingset): upgrade to v0.43.0-rc2.agoric
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.33.2\n// At least until GetABCIEventHistory() is implemented and released.\n// And also `gentx --keyring-dir=...`\n-replace github.com/cosmos/cosmos-sdk => github.com/agoric-labs/cosmos-sdk v0.4...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(cosmic-swingset): upgrade to v0.43.0-rc2.agoric
1
chore
cosmic-swingset
756,013
27.07.2021 19:08:21
21,600
ffc68bf65d60c2a82bc0f6a5815d6a04495f4755
fix(solo): don't give a hint that isn't useful
[ { "change_type": "MODIFY", "diff": "@@ -22,9 +22,7 @@ const baseprog = path.basename(process.argv[1]);\nsolo(baseprog, process.argv.slice(2)).then(\nres => process.exit(res || 0),\nreason => {\n- console.log(`error running ag-solo:`, reason);\n- console.error(`\\\n-Maybe the chain has bumped and you need to...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(solo): don't give a hint that isn't useful
1
fix
solo
756,013
27.07.2021 19:08:48
21,600
d46853146d2f1b51bd752ef280ce51cf227cdab0
fix(access-token): avoid clobbering temporary json-store files
[ { "change_type": "MODIFY", "diff": "// @ts-check\nimport fs from 'fs';\nimport path from 'path';\n+import process from 'process';\nimport Readlines from 'n-readlines';\n// TODO: Update this when we make a breaking change.\n@@ -198,7 +199,7 @@ function makeJSONStore(dirPath, forceReset = false) {\n*/\nfuncti...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(access-token): avoid clobbering temporary json-store files
1
fix
access-token
306,486
27.07.2021 19:25:40
-7,200
7ccbe2e90d240438eef7085e822c15e3d02f0436
fix(input-amount): Reflect more currency changes Switching between defined / undefined currency yields better currency label updates Closes
[ { "change_type": "MODIFY", "diff": "@@ -30,28 +30,6 @@ export class LionInputAmount extends LocalizeMixin(LionInput) {\n};\n}\n- get slots() {\n- return {\n- ...super.slots,\n- after: () => {\n- if (this.currency) {\n- const el = document.createElement('span');\n- // The data-label attribute will make sure ...
JavaScript
MIT License
ing-bank/lion
fix(input-amount): Reflect more currency changes Switching between defined / undefined currency yields better currency label updates Closes #1430
1
fix
input-amount
67,474
27.07.2021 19:53:38
-36,000
c1ab6cccf64ef1cbed366975e51f503c4ef20fe0
fix(plugin-conventions): fix compatibility with webpack css extraction close
[ { "change_type": "MODIFY", "diff": "@@ -44,12 +44,11 @@ export function register(container) {\nit('processes template with css pair', function () {\nconst html = '<template></template>';\nconst expected = `import { CustomElement } from '@aurelia/runtime-html';\n-import { Registration } from '@aurelia/kernel...
TypeScript
MIT License
aurelia/aurelia
fix(plugin-conventions): fix compatibility with webpack css extraction close #1244
1
fix
plugin-conventions
269,592
27.07.2021 22:48:08
-7,200
fcfdeecc6ae3937d042b24d5e1a50a86fcc335b0
docs: update use buildx syntax
[ { "change_type": "MODIFY", "diff": "@@ -113,13 +113,13 @@ builds:\ndockers:\n- image_templates:\n- \"foo/bar:{{ .Version }}-amd64\"\n- use_buildx: true\n+ use: buildx\ndockerfile: Dockerfile\nbuild_flag_templates:\n- \"--platform=linux/amd64\"\n- image_templates:\n- \"foo/bar:{{ .Version }}-arm64v8\"\n- use...
Go
MIT License
goreleaser/goreleaser
docs: update use buildx syntax (#2371)
1
docs
null
815,609
27.07.2021 22:50:44
-28,800
f782409b7fb22c9d378200540ec5bae8a0f12858
chore(hardfork): bump db migrate version for the new column family of block extension data
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ impl Migrate {\nmigrations.add_migration(Box::new(migrations::CellMigration));\nmigrations.add_migration(Box::new(migrations::AddNumberHashMapping));\nmigrations.add_migration(Box::new(migrations::AddExtraDataHash));\n+ migrations.add_migration(Box::new(...
Rust
MIT License
nervosnetwork/ckb
chore(hardfork): bump db migrate version for the new column family of block extension data
1
chore
hardfork
151,430
27.07.2021 23:17:36
25,200
83ab645eb00138eec024a69198a120dc3db71a30
refactor: set traits from initialUser details
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,6 @@ function analytics(config = {}) {\nif (!visitorInfo.anonymousId) {\nvisitorInfo.anonymousId = uuid()\n}\n- // TODO merge and set traits\n/**\n* Async Management methods for plugins.\n@@ -469,7 +468,7 @@ function analytics(config = {}) {\n}\n*/\n- retur...
JavaScript
MIT License
davidwells/analytics
refactor: set traits from initialUser details Signed-off-by: David Wells <>
1
refactor
null
151,430
27.07.2021 23:21:57
25,200
3b8e49fe4a823c4da0f8c7d7f275b573cd47710a
refactor: shrink storage util
[ { "change_type": "DELETE", "diff": "-/**\n- * Check if browser has access to LocalStorage\n- *\n- * @returns {Boolean}\n- */\n-export default function hasLocalStorage() {\n- if (!process.browser) return false\n- try {\n- if (typeof localStorage === 'undefined' || typeof JSON === 'undefined') {\n- return fal...
JavaScript
MIT License
davidwells/analytics
refactor: shrink storage util Signed-off-by: David Wells <>
1
refactor
null
877,026
27.07.2021 23:57:51
-7,200
c1f2c1c97d932f88e1af5476dce0222484315a75
fix(@vtmn/css): better icon alignment for buttons
[ { "change_type": "MODIFY", "diff": "/* Default button */\n.vtmn-btn {\nbox-shadow: inset 0 0 0 rem(2px) transparent;\n- font-size: var(--vtmn-typo_text-1-font-size);\n+ font-size: var(--vtmn-typo_text-2-font-size);\nmin-height: rem(48px);\nmax-width: 100%;\npadding: rem(14px) rem(24px);\nwhite-space: nowrap...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/css): better icon alignment for buttons (#474)
1
fix
@vtmn/css
151,430
28.07.2021 00:46:07
25,200
48ad41d1ed21b01a2d89fdf078e1f0736db5bfe4
refactor: update storage util
[ { "change_type": "MODIFY", "diff": "@@ -686,32 +686,33 @@ The `analytics` has a robust plugin system. Here is a list of currently availabl\n- [@analytics/activity-utils](https://github.com/DavidWells/analytics/tree/master/packages/analytics-util-activity) User activity listener utilities [npm link](https://...
JavaScript
MIT License
davidwells/analytics
refactor: update storage util Signed-off-by: David Wells <>
1
refactor
null
71,329
28.07.2021 00:50:28
-32,400
2cefe57835391155aa01962f01fe13fbf7b85c3a
chore(rds): add Aurora Postgres engine versions 10.16 and 11.11 Amazon Aurora is available in 10.16 and 11.11, but I added it because it was not available in the CDK. *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": "@@ -447,6 +447,8 @@ export class AuroraPostgresEngineVersion {\npublic static readonly VER_10_13 = AuroraPostgresEngineVersion.of('10.13', '10', { s3Import: true, s3Export: true });\n/** Version \"10.14\". */\npublic static readonly VER_10_14 = AuroraPostgresEngineVersion...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(rds): add Aurora Postgres engine versions 10.16 and 11.11 (#15781) Amazon Aurora is available in 10.16 and 11.11, but I added it because it was not available in the CDK. https://aws.amazon.com/about-aws/whats-new/2021/06/amazon-aurora-supports-postgresql-12-6-11-11-10-16-and-9-6-21/ ---- *By submitting th...
1
chore
rds
151,430
28.07.2021 01:13:36
25,200
3956c4553a8081fcb819824877787df27e082823
refactor: update session util with new session storage util
[ { "change_type": "MODIFY", "diff": "<html>\n<head>\n<title>Session utils</title>\n- <script type=\"text/javascript\" src=\"./analytics-util-session.umd.js\" charset=\"utf-8\"></script>\n+ <script type=\"text/javascript\" src=\"./browser/session-utils.js\" charset=\"utf-8\"></script>\n<style media=\"screen\"...
JavaScript
MIT License
davidwells/analytics
refactor: update session util with new session storage util Signed-off-by: David Wells <>
1
refactor
null
815,598
28.07.2021 01:14:08
-7,200
dd6bd2e5ea6c45c99f58be8d461ba7dd85db9c19
chore(dep): update semver to 1.0 in network-alert
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ ckb-app-config = { path = \"../app-config\", version = \"= 0.100.0-pre\" }\nckb-error = { path = \"../../error\", version = \"= 0.100.0-pre\" }\nfaketime = \"0.2.0\"\nlru = \"0.6\"\n-semver = \"0.9\"\n+semver = \"1.0\"\n[dev-dependencies]\nckb-crypto = {...
Rust
MIT License
nervosnetwork/ckb
chore(dep): update semver to 1.0 in network-alert
1
chore
dep
815,598
28.07.2021 01:21:06
-7,200
09745cb67dcbe3dc620a3b6cf0dd8c069f5339c5
chore(dep): update memoffset to remove a lower version of semver
[ { "change_type": "MODIFY", "diff": "@@ -2905,11 +2905,11 @@ dependencies = [\n[[package]]\nname = \"memoffset\"\n-version = \"0.5.1\"\n+version = \"0.5.6\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f\"\n+...
Rust
MIT License
nervosnetwork/ckb
chore(dep): update memoffset to remove a lower version of semver
1
chore
dep
71,594
28.07.2021 02:16:48
-7,200
3f5b9101366cebd656e8b1256ca3b69eb6c01834
docs: update constructor declaration for enum-like class in "Design Guidelines" Fix constructor issue with enum like class examples *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": "@@ -610,14 +610,14 @@ A pattern for an \"Enum-like Class\" should be used in such cases:\n```ts\nexport interface MyProps {\n- option: MyOption;\n+ readonly option: MyOption;\n}\nexport class MyOption {\npublic static COMMON_OPTION_1 = new MyOption('common.option-1');\npu...
TypeScript
Apache License 2.0
aws/aws-cdk
docs: update constructor declaration for enum-like class in "Design Guidelines" (#15520) Fix constructor issue with enum like class examples ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
null
471,139
28.07.2021 03:02:31
-28,800
1bbd1dc8781145f74a493f9e45095260d0577109
feat(@opentelemetry-instrumentation-http): support adding custom attributes before a span is started
[ { "change_type": "MODIFY", "diff": "@@ -47,14 +47,16 @@ Http instrumentation has few options available to choose from. You can set the f\n| Options | Type | Description |\n| ------- | ---- | ----------- |\n-| [`applyCustomAttributesOnSpan`](https://github.com/open-telemetry/opentelemetry-js/blob/main/packag...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
feat(@opentelemetry-instrumentation-http): support adding custom attributes before a span is started (#2332) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
1
feat
@opentelemetry-instrumentation-http
815,609
28.07.2021 03:05:01
-28,800
067eb1a21b1cccf84214c96335576f721602ccff
fix: the sub-command `run` shouldn't skip the fast migrations
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ use ckb_db::RocksDB;\nuse ckb_db_schema::COLUMNS;\nuse ckb_error::{Error, InternalErrorKind};\nuse ckb_freezer::Freezer;\n+use ckb_logger::info;\nuse ckb_notify::{NotifyController, NotifyService, PoolTransactionEntry};\nuse ckb_proposal_table::ProposalTa...
Rust
MIT License
nervosnetwork/ckb
fix: the sub-command `run` shouldn't skip the fast migrations
1
fix
null
103,510
28.07.2021 08:24:45
10,800
f03f0c8f904a287f9211ee72a422deae3b1e40a4
fix: do not render empty string as accordion description
[ { "change_type": "MODIFY", "diff": "@@ -215,7 +215,7 @@ const ListAccordion = ({\n>\n{title}\n</Text>\n- {description && (\n+ {description ? (\n<Text\nselectable={false}\nnumberOfLines={descriptionNumberOfLines}\n@@ -229,7 +229,7 @@ const ListAccordion = ({\n>\n{description}\n</Text>\n- )}\n+ ) : null}\n</V...
TypeScript
MIT License
callstack/react-native-paper
fix: do not render empty string as accordion description (#2831)
1
fix
null
126,276
28.07.2021 08:25:58
10,800
166e9238d6b8d3721914f54892e86bb49fdf6962
test(embedded/ahtree): use sub-tests to improve isolation
[ { "change_type": "MODIFY", "diff": "@@ -80,16 +80,16 @@ func TestEdgeCases(t *testing.T) {\ninjectedErr := errors.New(\"error\")\n- {\n+ t.Run(\"should fail while querying cLog size\", func(t *testing.T) {\ncLog.SizeFn = func() (int64, error) {\nreturn 0, injectedErr\n}\n_, err = OpenWith(pLog, dLog, cLog, ...
Go
Apache License 2.0
codenotary/immudb
test(embedded/ahtree): use sub-tests to improve isolation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/ahtree
126,276
28.07.2021 08:40:28
10,800
b5cfd0b33db417cbec5221162c82760a16ffb0a7
fix(embedded/store): revert change so to prevent nil assigments
[ { "change_type": "MODIFY", "diff": "@@ -237,7 +237,12 @@ func (idx *indexer) restartIndex() error {\nreturn err\n}\n- idx.index, err = tbtree.Open(idx.path, opts)\n+ index, err := tbtree.Open(idx.path, opts)\n+ if err != nil {\n+ return err\n+ }\n+\n+ idx.index = index\nreturn err\n}\n", "new_path": "em...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/store): revert change so to prevent nil assigments Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/store
126,276
28.07.2021 08:57:23
10,800
4db0195ee112be9a1c6d18b5d07bd0d63859cd3c
chore(embedded/tbtree): nodes and commit prefix renaming
[ { "change_type": "MODIFY", "diff": "@@ -61,9 +61,11 @@ const (\n)\nconst (\n- nodesFolder = \"nodes\"\n- historyFolder = \"history\"\n- commitFolder = \"commit\"\n+ // actual nodes and commit folders will be suffixed by root logical timestamp except for initial trees so to be backward compatible\n+ nodesFol...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): nodes and commit prefix renaming Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
126,276
28.07.2021 09:25:45
10,800
2fe7f4a68d386d01df797d64bb1d4f5edb4670ef
chore(embedded/tbtree): expose current number of snapshots
[ { "change_type": "MODIFY", "diff": "@@ -930,6 +930,23 @@ func (t *TBtree) currentSnapshot() (*Snapshot, error) {\nreturn t.newSnapshot(0, t.root), nil\n}\n+// SnapshotCount returns the number of stored snapshots\n+// Note: snapshotCount(compact(t)) = 1\n+func (t *TBtree) SnapshotCount() (uint64, error) {\n+...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): expose current number of snapshots Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
815,577
28.07.2021 09:31:24
-28,800
ccada3019e21a673e62554b57163f8a5adf5ddca
refactor: rewrite the peer store to add strategy
[ { "change_type": "MODIFY", "diff": "@@ -670,7 +670,7 @@ impl<T: ExitHandler> ServiceHandle for EventHandler<T> {\nmatch self.network_state.accept_peer(&session_context) {\nOk(Some(evicted_peer)) => {\ndebug!(\n- \"evict peer (disonnect it), {} => {}\",\n+ \"evict peer (disconnect it), {} => {}\",\nevicted_p...
Rust
MIT License
nervosnetwork/ckb
refactor: rewrite the peer store to add strategy
1
refactor
null
126,276
28.07.2021 09:46:07
10,800
e442a5f9a396114fc119750f7cf3a4cb222e5909
test(pkg/client): query replicated data without waiting to be indexed
[ { "change_type": "MODIFY", "diff": "@@ -97,7 +97,7 @@ func TestImmuClient_ExportAndReplicateTx(t *testing.T) {\nrequire.Equal(t, i, rtxmd.Id)\n}\n- replicatedEntry, err := client.Get(rctx, []byte(\"key1\"))\n+ replicatedEntry, err := client.GetAt(rctx, []byte(\"key1\"), txmd.Id)\nrequire.NoError(t, err)\nre...
Go
Apache License 2.0
codenotary/immudb
test(pkg/client): query replicated data without waiting to be indexed Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/client
126,276
28.07.2021 09:50:03
10,800
52c59522d2d6368e41a94b25056bc998b20b43ac
chore(embedded/tbtree): warn if an error is raised while discarding snapshots
[ { "change_type": "MODIFY", "diff": "@@ -267,7 +267,7 @@ func Open(path string, opts *Options) (*TBtree, error) {\nerr = discardSnapshots(path, snapIDs[i-1:i], opts.log)\nif err != nil {\n- return nil, err\n+ opts.log.Warningf(\"Error discarding snapshots at '%s'. %v\", path, err)\n}\ncontinue\n@@ -278,7 +27...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): warn if an error is raised while discarding snapshots Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
276,989
28.07.2021 09:52:16
10,800
eecd9fa81125419e8e9f82137028dae18ee4dbe3
chore(vscode/tasks): create a file for tasks in VSCode IDE
[ { "change_type": "ADD", "diff": "+{\n+ \"version\": \"2.0.0\",\n+ \"tasks\": [\n+ {\n+ \"label\": \"Yoga Development\",\n+ \"command\": \"yarn\",\n+ \"args\": [\"${input:platform}\"]\n+ }\n+ ],\n+ \"inputs\": [\n+ {\n+ \"description\": \"Choose a platform to run\",\n+ \"id\": \"platform\",\n+ \"type\": \"pi...
JavaScript
MIT License
gympass/yoga
chore(vscode/tasks): create a file for tasks in VSCode IDE
1
chore
vscode/tasks
401,133
28.07.2021 10:06:35
14,400
158409060068dcd6cd35b30247b1b786681866bb
refactor: addressing PR comments affects:
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ const searchBoxWithExpandStyle = () => css`\nspan {\nwidth: unset;\nmin-width: unset;\n- margin-right: 4px;\n+ margin-right: 0.4rem;\n&:last-of-type {\nmargin-right: 0;\n", "new_path": "packages/core/src/components/SearchBox/SearchBox.styled.tsx", ...
TypeScript
MIT License
medly/medly-components
refactor: addressing PR comments affects: @medly-components/core
1
refactor
null
551,634
28.07.2021 10:11:14
-3,600
6299532a9695e568c8ac34c2deb7f12bdee4e416
fix(sql): push timestamp required on asof join on both sides
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,7 @@ import org.jetbrains.annotations.Nullable;\nimport static io.questdb.griffin.SqlKeywords.*;\nimport static io.questdb.griffin.model.ExpressionNode.FUNCTION;\nimport static io.questdb.griffin.model.ExpressionNode.LITERAL;\n+import static io.questdb.griffi...
Java
Apache License 2.0
questdb/questdb
fix(sql): push timestamp required on asof join on both sides (#1225)
1
fix
sql
401,109
28.07.2021 10:14:44
-19,080
dda9470e7ebc4491748dc3e1177a2cbd1dae9096
fix(core): fix grouped content cell right border issue affects:
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ export const GroupCell = styled('div').attrs(({ gridTemplateColumns }: Props) =>\nwidth: ${({ hidden }) => (hidden ? '0' : '100%')};\nheight: ${({ hidden }) => (hidden ? '0' : '100%')};\n&::after {\n- ${getBorder('right')}\n+ ${({ isTitleCell }) => isTit...
TypeScript
MIT License
medly/medly-components
fix(core): fix grouped content cell right border issue affects: @medly-components/core
1
fix
core
730,536
28.07.2021 10:18:02
18,000
bd46daa13dd5e127d334162388a4c1e0a9d28f5d
test(meetings): tests for addMedia this is for before the mediaRequest call is sent
[ { "change_type": "MODIFY", "diff": "@@ -631,6 +631,44 @@ describe('plugin-meetings', () => {\n}\n});\n+ it('should reset the statsAnalyzer to null if addMedia throws an error', async () => {\n+ meeting.meetingState = 'ACTIVE';\n+ meeting.statsAnalyzer = true;\n+ await meeting.addMedia().catch((err) => {\n+ ...
JavaScript
MIT License
webex/webex-js-sdk
test(meetings): tests for addMedia this is for before the mediaRequest call is sent
1
test
meetings
866,415
28.07.2021 10:26:05
14,400
3f710513ba40ca3846c8586a1d745108a799616a
fix(search): set focus back to input when search is cleared
[ { "change_type": "MODIFY", "diff": "@@ -70,6 +70,10 @@ class BXSearch extends FocusMixin(LitElement) {\n})\n);\nthis.value = '';\n+\n+ // set focus on back to input once search is cleared\n+ const input = this.shadowRoot!.querySelector('input');\n+ (input as HTMLElement).focus();\n}\n}\n", "new_path": "...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(search): set focus back to input when search is cleared (#675)
1
fix
search
730,536
28.07.2021 10:35:58
18,000
35d574687414d92e81d4226baf2c1b1d0bcad522
feat(meetings): added conditional to fix failed test
[ { "change_type": "MODIFY", "diff": "@@ -3417,7 +3417,9 @@ export default class Meeting extends StatelessWebexPlugin {\n}))\n.catch((error) => {\n// Reset stats analyzer and peer connection\n+ if (this.statsAnalyzer) {\nthis.statsAnalyzer.stopAnalyzer();\n+ }\nthis.statsAnalyzer = null;\nthis.mediaProperties...
JavaScript
MIT License
webex/webex-js-sdk
feat(meetings): added conditional to fix failed test
1
feat
meetings
791,682
28.07.2021 10:45:00
14,400
233c56ec5cc95fdbd0db32885741732da2e74e3e
core(fr): add snapshot and timespan support to no-unload-listeners audit
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ const FRGatherer = require('../../fraggle-rock/gather/base-gatherer.js');\nclass GlobalListeners extends FRGatherer {\n/** @type {LH.Gatherer.GathererMeta} */\nmeta = {\n- supportedModes: ['snapshot', 'navigation'],\n+ supportedModes: ['snapshot', 'times...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): add snapshot and timespan support to no-unload-listeners audit (#12830)
1
core
fr
777,389
28.07.2021 10:53:21
25,200
fd7cf0d7bd557412ee63dcd7286a3ec3725e0593
docs: add manual aws modification steps
[ { "change_type": "MODIFY", "diff": "@@ -257,6 +257,37 @@ Listing Clusters\n- AWS profile used for deploying cluster resources.\n- default\n+.. _aws-modifying-deployment:\n+\n+************************\n+ Modifying a Deployment\n+************************\n+\n+To modify an already deployed cluster you have a f...
Python
Apache License 2.0
determined-ai/determined
docs: add manual aws modification steps [#2716] (#2749)
1
docs
null
342,861
28.07.2021 11:23:17
-7,200
2e37261684d0538f0579f1cf0b1b66aa4817284a
chore: bump monstra to 0.9.2
[ { "change_type": "MODIFY", "diff": "\"memfs\": \"^3.2.0\",\n\"merge-stream\": \"^2.0.0\",\n\"mkdirp\": \"^1.0.4\",\n- \"monstra\": \"^0.9.1\",\n+ \"monstra\": \"^0.9.2\",\n\"pinst\": \"^2.1.4\",\n\"prettier\": \"^2.1.2\",\n\"raf\": \"^3.4.1\",\n", "new_path": "package.json", "old_path": "package.jso...
JavaScript
MIT License
kiwicom/orbit
chore: bump monstra to 0.9.2 (#3053)
1
chore
null
730,536
28.07.2021 11:26:43
18,000
040b670d2cff17d0abc0228f7c8238dddb90f104
feat(meetings): removed unused verb and function
[ { "change_type": "MODIFY", "diff": "@@ -565,8 +565,7 @@ export const HTTP_VERBS = {\nPUT: 'PUT',\nPOST: 'POST',\nGET: 'GET',\n- PATCH: 'PATCH',\n- DELETE: 'DELETE'\n+ PATCH: 'PATCH'\n};\n// https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/iceGatheringState\n", "new_path": "packages/nod...
JavaScript
MIT License
webex/webex-js-sdk
feat(meetings): removed unused verb and function
1
feat
meetings
151,430
28.07.2021 11:29:52
25,200
662edce019ff360715b0e62b2e6074e5932d5117
docs: add demo site
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,8 @@ By default, `@analytics/storage-utils` will persist values in browser in this or\nIf you want to specify which storage mechanism to use, use the `options` parameter.\n+[See live demo](https://utils-storage.netlify.app).\n+\n## `setItem`\nSet a value.\n",...
JavaScript
MIT License
davidwells/analytics
docs: add demo site Signed-off-by: David Wells <>
1
docs
null
151,430
28.07.2021 11:31:56
25,200
56de030bc841647d8e89f0b46bf097d6d0f24623
docs: update customDomain prop to string closes
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,7 @@ const analytics = Analytics({\n| Option | description |\n|:---------------------------|:-----------|\n-| `customDomain` <br/>_optional_ - boolean| Custom domain for simple analytics script. https://docs.simpleanalytics.com/script |\n+| `customDomain` <br...
JavaScript
MIT License
davidwells/analytics
docs: update customDomain prop to string closes #190 Signed-off-by: David Wells <>
1
docs
null
815,598
28.07.2021 12:07:32
-7,200
c4a19695978d95168dbd9742f1d78f05930df7c2
doc: resolve todos for ckb2021
[ { "change_type": "MODIFY", "diff": "@@ -33,8 +33,9 @@ impl<'a> IllTransactionChecker<'a> {\nlet proposal_window = self.consensus.tx_proposal_window();\nlet epoch_number = self.tx_env.epoch_number(proposal_window);\nlet hardfork_switch = self.consensus.hardfork_switch();\n- // TODO ckb2021 require-confirmati...
Rust
MIT License
nervosnetwork/ckb
doc: resolve todos for ckb2021
1
doc
null
667,636
28.07.2021 12:08:07
-28,800
af5672025ad43c4f9cca902abe0f5ebbb1f8849d
fix(commit): fix husky commit issue
[ { "change_type": "MODIFY", "diff": "#!/bin/sh\n. \"$(dirname \"$0\")/_/husky.sh\"\n+PATH=$PATH:/usr/local/bin:/usr/local/sbin\nnpx --no-install commitlint --edit $1\n", "new_path": ".husky/commit-msg", "old_path": ".husky/commit-msg" }, { "change_type": "ADD", "diff": "+#!/bin/sh\n+comma...
C++
Apache License 2.0
tencent/hippy
fix(commit): fix husky commit issue
1
fix
commit
126,276
28.07.2021 12:15:35
10,800
d1a376b2a067f3d9402efe162c4063599da405fa
chore(embedded/tbtree): use setOffset for historical data overwriting
[ { "change_type": "MODIFY", "diff": "@@ -287,31 +287,11 @@ func Open(path string, opts *Options) (*TBtree, error) {\n// No snapshot present or none was valid, fresh initialization\nopts.log.Infof(\"Staring with an empty index...\")\n- hsz, err := hLog.Size()\n+ err = hLog.SetOffset(0)\nif err != nil {\nretur...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): use setOffset for historical data overwriting Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
71,218
28.07.2021 12:31:10
25,200
33909ed2144ede58e5e503f3f220f610dbd89675
feat(kinesisfirehose): add metrics functions to IDeliveryStream 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": "@@ -152,6 +152,44 @@ new DeliveryStream(this, 'Delivery Stream', {\nSee: [Monitoring using CloudWatch Logs](https://docs.aws.amazon.com/firehose/latest/dev/monitoring-with-cloudwatch-logs.html)\nin the *Kinesis Data Firehose Developer Guide*.\n+### Metrics\n+\n+Kinesis Da...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(kinesisfirehose): add metrics functions to IDeliveryStream (#15618) Closes #15543 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
kinesisfirehose
756,029
28.07.2021 12:31:55
25,200
18c6c6842bdda24b06ede4a34d6808f8143d2e6a
refactor(xsnap): Convert RESM to NESM
[ { "change_type": "MODIFY", "diff": "{\n\"compilerOptions\": {\n\"target\": \"esnext\",\n+ \"module\": \"esnext\",\n\"noEmit\": true,\n/*\n", "new_path": "packages/xsnap/jsconfig.json", "old_path": "packages/xsnap/jsconfig.json" }, { "change_type": "MODIFY", "diff": "\"description\": \"De...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(xsnap): Convert RESM to NESM
1
refactor
xsnap
756,029
28.07.2021 12:33:17
25,200
eccb134bbffd0fdac12bad9ff39a4479bca053b7
test(xsnap): Add coverage script
[ { "change_type": "MODIFY", "diff": "\"lint-fix\": \"eslint --fix 'src/**/*.js' 'lib/**/*.js' api.js\",\n\"lint-check\": \"yarn lint\",\n\"test\": \"ava\",\n+ \"test:c8\": \"c8 $C8_OPTIONS ava --config=ava-nesm.config.js\",\n\"test:xs\": \"exit 0\"\n},\n\"dependencies\": {\n\"devDependencies\": {\n\"@rollup/...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(xsnap): Add coverage script
1
test
xsnap
756,029
28.07.2021 12:34:16
25,200
7baf457476e395a1c14098b65b773ae927e6118c
refactor(swing-store-simple): Convert RESM to NESM
[ { "change_type": "MODIFY", "diff": "\"name\": \"@agoric/swing-store-simple\",\n\"version\": \"0.4.7\",\n\"description\": \"Persistent storage for SwingSet, based on a Map, optionally backed by a simple JSON file\",\n- \"parsers\": {\n- \"js\": \"mjs\"\n- },\n+ \"type\": \"module\",\n\"main\": \"src/simpleSw...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(swing-store-simple): Convert RESM to NESM
1
refactor
swing-store-simple
756,029
28.07.2021 12:35:09
25,200
0e2d3b747dbf51eb8c284b09b88422b30686ffc6
test(swing-store-simple): Add coverage script
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"exit 0\",\n\"test\": \"ava\",\n+ \"test:c8\": \"c8 $C8_OPTIONS ava --config=ava-nesm.config.js\",\n\"test:xs\": \"exit 0\",\n\"lint-fix\": \"yarn lint:eslint --fix && yarn lint:types\",\n\"lint-check\": \"yarn lint\",\n},\n\"devDependencies\":...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(swing-store-simple): Add coverage script
1
test
swing-store-simple
756,029
28.07.2021 12:35:31
25,200
ddcf6fdddcfaf01f008ceeeeb880fa15e9fcb61c
refactor(swing-store-lmdb): Convert RESM to NESM
[ { "change_type": "MODIFY", "diff": "\"name\": \"@agoric/swing-store-lmdb\",\n\"version\": \"0.5.7\",\n\"description\": \"Persistent storage for SwingSet, based on an LMDB key-value database\",\n- \"parsers\": {\n- \"js\": \"mjs\"\n- },\n+ \"type\": \"module\",\n\"main\": \"src/lmdbSwingStore.js\",\n\"reposi...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(swing-store-lmdb): Convert RESM to NESM
1
refactor
swing-store-lmdb
756,029
28.07.2021 12:36:17
25,200
c86bad838167d5bb42199f4d8a3cca3193982b02
test(swing-store-lmdb): Add coverage script
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"exit 0\",\n\"test\": \"ava\",\n+ \"test:c8\": \"c8 $C8_OPTIONS ava --config=ava-nesm.config.js\",\n\"test:xs\": \"exit 0\",\n\"lint-fix\": \"yarn lint:eslint --fix && yarn lint:types\",\n\"lint-check\": \"yarn lint\",\n\"devDependencies\": {\n...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(swing-store-lmdb): Add coverage script
1
test
swing-store-lmdb
185,987
28.07.2021 12:40:55
25,200
ed90a361ad0b28c6d7dc1652fc9b72b957fdacf9
chore: fix context menu goto and peek definition
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ export function getMonacoItems({\nid: 'go_to_definition',\nlabel: 'Go to Definition',\nclick() {\n- const cmd = ['editor.action.goToDeclaration'];\n+ const cmd = ['editor.action.revealDefinition'];\nipcMainManager.send(IpcEvents.MONACO_EXECUTE_COMMAND, c...
TypeScript
MIT License
electron/fiddle
chore: fix context menu goto and peek definition (#808)
1
chore
null
791,255
28.07.2021 13:04:08
25,200
d8ec92b14c024af6342244e772cc150a83149602
test(bigquery/storage/managedwriter): test all stream types * test(bigquery/storage/managedwriter): test all stream types This PR adds testing to support all stream types, and refactors the integration test to support parallel testing and reduce some of the boilerplate code.
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,11 @@ var (\ndefaultTestTimeout = 15 * time.Second\n)\n+var testSimpleSchema = bigquery.Schema{\n+ {Name: \"name\", Type: bigquery.StringFieldType, Required: true},\n+ {Name: \"value\", Type: bigquery.IntegerFieldType, Required: true},\n+}\n+\nfunc getTestCli...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigquery/storage/managedwriter): test all stream types (#4507) * test(bigquery/storage/managedwriter): test all stream types This PR adds testing to support all stream types, and refactors the integration test to support parallel testing and reduce some of the boilerplate code.
1
test
bigquery/storage/managedwriter
277,286
28.07.2021 13:11:58
-7,200
4a23fd32594dff79dd8a6666a33987a5db3a6b5e
fix: Safari title overflow in grey dashboard. Closes
[ { "change_type": "MODIFY", "diff": "@@ -10,12 +10,12 @@ async def show_grey_dashboard(q: Q):\nmin_width='800px',\nzones=[\nui.zone('header'),\n+ ui.zone('title'),\nui.zone('body', size='1000px', zones=[\n- ui.zone('title', size='0'),\nui.zone('top', direction=ui.ZoneDirection.ROW, size='25%'),\nui.zone('mid...
Python
Apache License 2.0
h2oai/wave
fix: Safari title overflow in grey dashboard. Closes #939
1
fix
null
504,034
28.07.2021 13:31:27
14,400
f9a7284e1eba98a7c561a54dc0f8b41eb86c0323
feat(Switch): add isReversed prop/layout
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,8 @@ export interface SwitchProps\nonChange?: (checked: boolean, event: React.FormEvent<HTMLInputElement>) => void;\n/** Adds accessible text to the Switch, and should describe the isChecked=\"true\" state. When label is defined, aria-label should be set to t...
TypeScript
MIT License
patternfly/patternfly-react
feat(Switch): add isReversed prop/layout (#6080)
1
feat
Switch
756,013
28.07.2021 13:39:59
21,600
835ce6579a257107f363e29a234643679844cc0e
docs(MAINTAINERS): update process
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,8 @@ To generate a new final release, and CHANGELOG.md files\nyarn lerna version --no-push --conventional-graduate --no-git-tag-version\n# Commit the results.\ngit commit -am \"chore: publish $(jq -r .version package.json)\"\n+# Tag the branch.\n+git tag \"@a...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(MAINTAINERS): update process
1
docs
MAINTAINERS
71,218
28.07.2021 13:42:53
25,200
74f3cda53de7e8b5cd1d144e79cf9f5bb28e1938
feat(kinesisfirehose): add support for server-side encryption on DeliveryStream 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": "@@ -109,6 +109,50 @@ new DeliveryStream(this, 'Delivery Stream', {\n});\n```\n+## Server-side Encryption\n+\n+Enabling server-side encryption (SSE) requires Kinesis Data Firehose to encrypt all data\n+sent to delivery stream when it is stored at rest. This means that data...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(kinesisfirehose): add support for server-side encryption on DeliveryStream (#15547) Closes #15546 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
kinesisfirehose
126,276
28.07.2021 13:52:54
10,800
22ac2e98bca4d94cfc3442527fb40fda93bbed08
test(embedded/store): define offset function in mocked appendable factory
[ { "change_type": "MODIFY", "diff": "@@ -491,6 +491,7 @@ func TestImmudbStoreEdgeCases(t *testing.T) {\n}\nreturn &mocked.MockedAppendable{\nSizeFn: func() (int64, error) { return 0, nil },\n+ OffsetFn: func() int64 { return 0 },\nCloseFn: func() error { return nil },\n}, nil\n}),\n", "new_path": "embedd...
Go
Apache License 2.0
codenotary/immudb
test(embedded/store): define offset function in mocked appendable factory Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/store
306,653
28.07.2021 13:54:40
-19,080
895191c6beec12e823820794e8f99758200968de
fix(Calendar): adds type to header button
[ { "change_type": "MODIFY", "diff": "@@ -491,6 +491,7 @@ export class Calendar extends React.Component<CalendarProps, CalendarState> {\nreturn (\n<Button\n+ type=\"button\"\nclassName={headerIconClass}\nappearance=\"transparent\"\nicon={`arrow_${type === 'next' ? 'forward' : 'back'}`}\n", "new_path": "co...
TypeScript
MIT License
innovaccer/design-system
fix(Calendar): adds type to header button
1
fix
Calendar
777,399
28.07.2021 13:59:50
25,200
40292507f222f537b44b19d3c232462b6111f614
docs: fix formatting lint failure
[ { "change_type": "MODIFY", "diff": "@@ -265,28 +265,24 @@ Listing Clusters\nTo modify an already deployed cluster you have a few options:\n-1. If what you'd like to change is provided as a ``det deploy`` CLI\n-option, you can re-deploy the cluster using ``det deploy``. Use the same\n-full ``det deploy`` com...
Python
Apache License 2.0
determined-ai/determined
docs: fix formatting lint failure (#2801)
1
docs
null
126,276
28.07.2021 14:05:40
10,800
6cbcfa09e19d3ca7491a3aff41a51e47cc52eb2a
fix(embedded/tbtree): use padding to ensure stored snapshots are named following lex order
[ { "change_type": "MODIFY", "diff": "@@ -312,7 +312,7 @@ func snapFolder(folder string, snapID uint64) string {\nreturn folder\n}\n- return fmt.Sprintf(\"%s%d\", folder, snapID)\n+ return fmt.Sprintf(\"%s%016d\", folder, snapID)\n}\nfunc recoverFullSnapshots(path, prefix string, log logger.Logger) (snapIDs [...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/tbtree): use padding to ensure stored snapshots are named following lex order Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/tbtree
791,255
28.07.2021 14:18:58
25,200
663c899c3b8aa751527d24f541d964f2ba91a233
feat(bigquery/storage/managedwriter): naming and doc improvements Minor changes: WithTracePrefix -> WithTraceID for the option and accompanying downstream usage exported TableParentFromStreamName to aid users of BatchCommit. The rest of the PR represents docstring improvements. Towards
[ { "change_type": "MODIFY", "diff": "@@ -47,11 +47,12 @@ func newAppendResult(data []byte) *AppendResult {\n}\n}\n-// Ready blocks until the append request is completed.\n+// Ready blocks until the append request has reached a completed state,\n+// which may be a successful append or an error.\nfunc (ar *App...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(bigquery/storage/managedwriter): naming and doc improvements (#4508) Minor changes: WithTracePrefix -> WithTraceID for the option and accompanying downstream usage exported TableParentFromStreamName to aid users of BatchCommit. The rest of the PR represents docstring improvements. Towards https://github...
1
feat
bigquery/storage/managedwriter
743,963
28.07.2021 14:35:43
14,400
80104727d5f2ec4c5b491c1bdec4c94b2db95d9c
fix: implies should not fail when implied key's value is 0, false or empty string
[ { "change_type": "MODIFY", "diff": "@@ -339,10 +339,10 @@ export function validation(\n} else if (val.match(/^--no-.+/)) {\n// check if key/value doesn't exist\nval = val.match(/^--no-(.+)/)[1];\n- val = !argv[val];\n+ val = !Object.prototype.hasOwnProperty.call(argv, val);\n} else {\n// check if key/value ...
JavaScript
MIT License
yargs/yargs
fix: implies should not fail when implied key's value is 0, false or empty string (#1985)
1
fix
null
791,690
28.07.2021 14:43:58
18,000
7f34321bf7247eb5c786decd6c95043032d1672d
core(fr): add config extension support
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,41 @@ function _mergeConfigFragment(base, extension, overwriteArrays = false) {\n*/\nconst mergeConfigFragment = _mergeConfigFragment;\n+/**\n+ * Merge an array of items by a caller-defined key. `mergeConfigFragment` is used to merge any items\n+ * with a mat...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): add config extension support (#12832)
1
core
fr
873,695
28.07.2021 14:47:17
-7,200
8a522f0e1e0c21d9eb6642bde4f509760448dc37
feat: add hasMoveOptions property
[ { "change_type": "MODIFY", "diff": "@@ -39,11 +39,13 @@ export interface WrappedEntryCardProps {\nhasCardEditActions: boolean;\nonMoveTop?: () => void;\nonMoveBottom?: () => void;\n+ hasMoveOptions?: boolean;\n}\nconst defaultProps = {\nisClickable: true,\nhasCardEditActions: true,\n+ hasMoveOptions: true,\...
TypeScript
MIT License
contentful/field-editors
feat: add hasMoveOptions property (#784)
1
feat
null
67,479
28.07.2021 14:51:08
-36,000
9996ae47270e074bdbba0439a798c71afa6aa735
fix(attr-parser): avoid mutating non endpoint state
[ { "change_type": "MODIFY", "diff": "@@ -139,21 +139,97 @@ describe('@attributePattern', function () {\n]\n],\n// overlapping characters for promise + i18n combo\n+ // then before t to make sure it still terminates at the correct position\n+ [\n+ [\n+ { pattern: \"promise.resolve\", symbols: '' },\n+ { patte...
TypeScript
MIT License
aurelia/aurelia
fix(attr-parser): avoid mutating non endpoint state
1
fix
attr-parser
791,370
28.07.2021 14:51:14
21,600
41246e900aaaea92a9f956e92956c40c86f4cb3a
fix(internal/gapicgen): exec Stdout already set This error was occuring because stdout was being set by some calling locations which violates Command.Output usage. This refactors code to never set stdout. I also added some more debug info of logging the command output which can be useful in the case of failures.
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,6 @@ type CmdWrapper struct {\n// The commands stdout/stderr default to os.Stdout/os.Stderr respectfully.\nfunc Command(name string, arg ...string) *CmdWrapper {\nc := &CmdWrapper{exec.Command(name, arg...)}\n- c.Stdout = os.Stdout\nc.Stderr = os.Stderr\nc.St...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(internal/gapicgen): exec Stdout already set (#4509) This error was occuring because stdout was being set by some calling locations which violates Command.Output usage. This refactors code to never set stdout. I also added some more debug info of logging the command output which can be useful in the case of fai...
1
fix
internal/gapicgen
71,218
28.07.2021 14:58:42
25,200
1eb56a025f728b7596f57b1289c2fc4c1c20e7f4
feat(kinesisfirehose-destinations): add support for compression on S3 delivery stream destinations 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": "import * as iam from '@aws-cdk/aws-iam';\nimport * as logs from '@aws-cdk/aws-logs';\n+/**\n+ * Possible compression options Kinesis Data Firehose can use to compress data on delivery.\n+ */\n+export class Compression {\n+ /**\n+ * gzip\n+ */\n+ public static readonly GZI...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(kinesisfirehose-destinations): add support for compression on S3 delivery stream destinations (#15550) Closes #15548 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
kinesisfirehose-destinations
276,989
28.07.2021 15:07:34
10,800
72bf3a954cb8aa9df61c2eb2c1b7fc2e2b811da3
chore(dps): add dep
[ { "change_type": "MODIFY", "diff": "\"react-burgers\": \"^1.3.0\",\n\"react-dom\": \"^16.9.0\",\n\"react-helmet\": \"^5.2.1\",\n+ \"react-inspector\": \"5.1.1\",\n\"react-live\": \"^2.2.0\",\n\"styled-components\": \"^4.4.0\"\n},\n", "new_path": "packages/doc/package.json", "old_path": "packages/doc...
JavaScript
MIT License
gympass/yoga
chore(dps): add @react-inspector dep
1
chore
dps