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
304,908
26.05.2021 10:25:49
-3,600
deb809670d0aed23a4c98a1b5a0576fe3d2c765d
fix: staticcheck linter failures 1) should not use built-in type string as key for value; define your own type to avoid collisions (SA1029) 2) unnecessary use of fmt.Sprintf (S1039)
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ func check(n Node) int {\n}\nif hasImplicit && hasExplicit {\nn.Errors = append(n.Errors, Error{\n- Msg: fmt.Sprintf(\"cannot mix implicit and explicit properties\"),\n+ Msg: \"cannot mix implicit and explicit properties\",\n})\n}\ncase *PipeExpression:\...
Go
MIT License
influxdata/flux
fix: staticcheck linter failures (#3754) 1) should not use built-in type string as key for value; define your own type to avoid collisions (SA1029) 2) unnecessary use of fmt.Sprintf (S1039)
1
fix
null
386,581
26.05.2021 10:29:32
-7,200
ac1d1f92a4bc4418c05b4d61123e0dd1f28dd1f1
fix(deps): update dependency to v3.3.19.
[ { "change_type": "MODIFY", "diff": "@@ -285,17 +285,17 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n}]\n]],\n[\"@apollo/client\", [\n- [\"npm:3.3.11\", {\n- \"packageLocation\": \"./.yarn/cache/@apollo-client-npm-3.3.11-d530cb03e8-512f62f956.zip/node_modules/@apollo/client/\",\n+ [\"npm:3.3.1...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency @apollo/client to v3.3.19.
1
fix
deps
386,581
26.05.2021 10:30:50
-7,200
75097df501f6985b9ffd9ab7bb9e79fdf621ab15
fix(deps): update dependency to v7.4.4.
[ { "change_type": "MODIFY", "diff": "@@ -6171,7 +6171,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/node-utils\", \"workspace:packages/nodeUtils\"],\n[\"@lowdefy/nunjucks\", \"workspace:packages/nunjucks\"],\n[\"@lowdefy/operators\", \"workspace:packages/operators\"],\n- [\"@sendg...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency @sendgrid/mail to v7.4.4.
1
fix
deps
386,595
26.05.2021 10:32:36
-7,200
c850cb32061cf2a4c361aecc024fe699cc06c7e0
feat(blockBasic): Add Img block.
[ { "change_type": "ADD", "diff": "+- id: default\n+ type: Img\n+- id: src\n+ type: Img\n+ properties:\n+ src: https://docs.lowdefy.com/public/logo-light-theme.png\n+- id: srcset\n+ type: Img\n+ properties:\n+ src: https://docs.lowdefy.com/public/logo-light-theme.png\n+ srcset: https://docs.lowdefy.com/public...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blockBasic): Add Img block.
1
feat
blockBasic
386,581
26.05.2021 10:33:11
-7,200
1d9b4de393b043dd00004b6660153f5fb050a102
fix(deps): update dependency dompurify to v2.2.8.
[ { "change_type": "MODIFY", "diff": "@@ -5920,7 +5920,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"clean-webpack-plugin\", \"virtual:beb4c218366cad8c4da96fe997fe88a6dbf8be39fc0c58c2a268588a03658c7ba45d103fbf636a724af6c876096f657636ab125613932f8c99e093546f94adb0#npm:3.0.0\"],\n[\"copy-webp...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency dompurify to v2.2.8.
1
fix
deps
141,505
26.05.2021 10:37:17
-36,000
d047301ecdc0f6ac23c2b62507ac9f0da75ce8e0
fix: Fix issue with autohide for draft-menu * Use capturing phase for outside-click detection The stopPropagation call within renderButton was causing this event not to fire (in some situations at least). * Split resize/click effects up for clarity
[ { "change_type": "MODIFY", "diff": "@@ -60,12 +60,14 @@ const MenuDropdown = ({\nif (\npopperElement &&\ne.target instanceof Node &&\n- !popperElement.contains(e.target)\n+ !popperElement.contains(e.target) &&\n+ referenceElement !== e.target &&\n+ !referenceElement?.contains(e.target)\n) {\nhideMenuDropdow...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Fix issue with autohide for draft-menu (#1642) * Use capturing phase for outside-click detection The stopPropagation call within renderButton was causing this event not to fire (in some situations at least). * Split resize/click effects up for clarity
1
fix
null
386,581
26.05.2021 10:38:19
-7,200
c2b718e7b59ceac273ed66ff3bbc12165eb8219b
fix(deps): update dependency knex to v0.95.6.
[ { "change_type": "MODIFY", "diff": "@@ -6189,7 +6189,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"graphql-type-json\", \"virtual:7fa6405098723f150ab741c1e73c906de11a676b4cc641bac8b3397ea2dd6efbb913e72a780932220533241b442cc586b41b26c7b5ac786de486992cd2db054c#npm:0.3.2\"],\n[\"jest\", \"np...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency knex to v0.95.6.
1
fix
deps
342,890
26.05.2021 10:44:26
-7,200
ef4992f180a1c4d733458217e2ac222787237d9c
fix: stop using useMediaQuery hook for Guidelines to avoid problems with SSR and not resizing on initial load
[ { "change_type": "MODIFY", "diff": "import React from \"react\";\nimport styled, { css } from \"styled-components\";\nimport { Stack } from \"@kiwicom/orbit-components\";\n-import useMediaQuery from \"@kiwicom/orbit-components/lib/hooks/useMediaQuery\";\nimport { DoDontHeader, GuidelineType } from \".\";\n@...
JavaScript
MIT License
kiwicom/orbit
fix: stop using useMediaQuery hook for Guidelines to avoid problems with SSR and not resizing on initial load
1
fix
null
386,581
26.05.2021 10:45:58
-7,200
21cacae01063b20106c9ee72fb9267615339d1db
fix(deps): update dependency mongodb to v3.6.8
[ { "change_type": "MODIFY", "diff": "\"knex\": \"0.95.6\",\n\"mingo\": \"4.1.2\",\n\"moment\": \"2.29.1\",\n- \"mongodb\": \"3.6.5\",\n+ \"mongodb\": \"3.6.8\",\n\"mssql\": \"6.3.1\",\n\"mysql\": \"2.18.1\",\n\"openid-client\": \"4.6.0\",\n", "new_path": "packages/graphql/package.json", "old_path": "...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency mongodb to v3.6.8
1
fix
deps
386,581
26.05.2021 10:53:29
-7,200
f96afb81d9c7aeb8fd586e74b2dd4748982bfb3a
fix(deps): update dependency query-string to v7.0.0.
[ { "change_type": "MODIFY", "diff": "@@ -6244,7 +6244,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"jest\", \"npm:26.6.3\"],\n[\"jest-diff\", \"npm:26.6.2\"],\n[\"lodash.merge\", \"npm:4.6.2\"],\n- [\"query-string\", \"npm:6.14.0\"]\n+ [\"query-string\", \"npm:7.0.0\"]\n],\n\"linkType\": \...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency query-string to v7.0.0.
1
fix
deps
777,367
26.05.2021 10:58:48
25,200
a9f0fe87df13918b3ac7b500d543aa7f6f80c0fb
fix: omit internal fields in previewed notebook
[ { "change_type": "MODIFY", "diff": "@@ -253,6 +253,7 @@ def launch_command(\ntemplate: str,\ncontext_path: Optional[Path] = None,\ndata: Optional[Dict[str, Any]] = None,\n+ preview: Optional[bool] = False,\n) -> Any:\nuser_files = [] # type: List[Dict[str, Any]]\nif context_path:\n@@ -271,6 +272,9 @@ def la...
Python
Apache License 2.0
determined-ai/determined
fix: omit internal fields in previewed notebook [DET-5523] (#2434)
1
fix
null
815,609
26.05.2021 10:59:26
-28,800
6b023c6c4d005d58a4ecd4e0181a26c31be54cc5
chore(deps): bump faster-hex from 0.4.1 to 0.6.0
[ { "change_type": "MODIFY", "diff": "@@ -579,7 +579,7 @@ name = \"ckb-crypto\"\nversion = \"0.43.0-pre\"\ndependencies = [\n\"ckb-fixed-hash\",\n- \"faster-hex 0.4.1\",\n+ \"faster-hex 0.6.0\",\n\"lazy_static\",\n\"rand 0.7.3\",\n\"secp256k1\",\n@@ -663,7 +663,7 @@ dependencies = [\nname = \"ckb-fixed-hash-c...
Rust
MIT License
nervosnetwork/ckb
chore(deps): bump faster-hex from 0.4.1 to 0.6.0
1
chore
deps
749,548
26.05.2021 11:08:12
25,200
1d67611ce1c6fd1b75122fe4978e65095bb8d65c
chore(changelog): add v8.37.1 [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,42 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.37.1 (2021-05-26)\n+\n+#### :bug: Bug Fix\n+\n+- `chrome`\n+ - [#1117](https://github.com/zen...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(changelog): add v8.37.1 [skip ci]
1
chore
changelog
104,853
26.05.2021 11:08:40
14,400
6c29381a0d7e3636dfbba70b88ed86ddc43a5f6f
fix(flyout-menu): max-width
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,7 @@ $shadow: 0.4rem;\n.#{$prefix}--tooltip__content {\nposition: relative;\n+ max-width: 480px;\n}\n// Box shadow cover with all its various positons\n", "new_path": "packages/react/src/components/FlyoutMenu/_flyout-menu.scss", "old_path": "packages/...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(flyout-menu): max-width
1
fix
flyout-menu
815,598
26.05.2021 11:11:37
-28,800
bb888fe784346505cb767850c5c77e7589000838
chore: package ckb-cli v0.42.1
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.41.0\n+ - CKB_CLI_VERSION=v0.42.1\naddons:\napt:\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ trigge...
Rust
MIT License
nervosnetwork/ckb
chore: package ckb-cli v0.42.1
1
chore
null
418,683
26.05.2021 11:11:58
-28,800
20b424d9bf7eeca0e9247571000d02d44f342ad9
fix: task execute typo
[ { "change_type": "MODIFY", "diff": "@@ -100,13 +100,13 @@ export class AutoConfiguration {\ndelete config.defaultJobOptions.repeat;\nfor (const module of modules) {\nconst rule = getClassMetadata(MODULE_TASK_QUEUE_OPTIONS, module);\n- const queue = new Bull(`${rule.name}:excute`, config);\n+ const queue = n...
TypeScript
MIT License
midwayjs/midway
fix: task execute typo (#1068)
1
fix
null
386,595
26.05.2021 11:26:37
-7,200
41bb9eee438b60d75efe00a433beb99ad98e78b8
fix(blocksAntd): Add new-line support to Descriptions, closes
[ { "change_type": "MODIFY", "diff": "- id: default\ntype: Descriptions\n-- id: default\n+- id: default title\ntype: Descriptions\nproperties:\ntitle: Descriptions title\ncolumn: 2\nitems:\n- label: field_one\n- value: \"1\"\n+ value: '1'\nspan: 1\n- label: field_two\n- value: \"2\"\n+ value: '2'\nspan: 1\n- ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksAntd): Add new-line support to Descriptions, closes #581
1
fix
blocksAntd
815,609
26.05.2021 11:27:18
-28,800
41d2b0937777a5e8841186942e97cc4e0e677231
chore(deps): bump serde from 1.0.105 to 1.0.126
[ { "change_type": "MODIFY", "diff": "@@ -9,31 +9,13 @@ updates:\nopen-pull-requests-limit: 10\nversioning-strategy: lockfile-only\nignore:\n- - dependency-name: serde\n- versions:\n- - \"> 1.0.105, < 1.1\"\n- dependency-name: ctrlc\nversions:\n- 3.1.9\n- - dependency-name: libc\n- versions:\n- - 0.2.88\n- - ...
Rust
MIT License
nervosnetwork/ckb
chore(deps): bump serde from 1.0.105 to 1.0.126
1
chore
deps
777,419
26.05.2021 11:31:18
-7,200
cd5c9399092663c9cb19446a633e2002de7f505f
fix: webui observability show chart only if metrics are available
[ { "change_type": "ADD", "diff": "+import { Alert } from 'antd';\n+import React, { useState } from 'react';\n+\n+import Section from 'components/Section';\n+import { TrialDetails } from 'types';\n+\n+import SystemMetricChart from './SystemMetricChart';\n+import SystemMetricFilter, { FiltersInterface } from '...
Python
Apache License 2.0
determined-ai/determined
fix: webui observability show chart only if metrics are available [DET-5418] (#2424)
1
fix
null
104,853
26.05.2021 11:39:36
14,400
7a4eeba57605f4fb87bf344758b33c8331e43015
fix(flyout-menu): fix focus styles
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ import { Filter16 } from '@carbon/icons';\n</div>\n</div>\n</ng-template>\n- <span\n+ <div\n[aiFlyoutMenu]=\"templateRef\"\n[offset]=\"offset\"\n[flip]=\"flip\"\n@@ -57,7 +57,7 @@ import { Filter16 } from '@carbon/icons';\n>\n<svg ibmIcon=\"filter\" size...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(flyout-menu): fix focus styles
1
fix
flyout-menu
386,581
26.05.2021 11:40:18
-7,200
f5ea2734e1e40c94a0fae1ca0c8dc41a86c31f31
chore(deps): update dependency less-loader to v9.0.0
[ { "change_type": "MODIFY", "diff": "@@ -4804,7 +4804,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"jest-serializer-html\", \"npm:7.0.0\"],\n[\"js-yaml\", \"npm:4.0.0\"],\n[\"less\", \"npm:3.13.0\"],\n- [\"less-loader\", \"virtual:03b50f68d1bc1bcd2c564b153fc8a0f3f73d722ae5563251798eadf289b...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(deps): update dependency less-loader to v9.0.0
1
chore
deps
386,581
26.05.2021 11:46:34
-7,200
4792b54578231f680e6fc8979215e3428d4d4a35
chore: Fix webpack warning.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-import { version } from '../../../package.json';\n+import packageJson from '../../../package.json';\n+const { version } = packageJson;\nexport default `\nlowdefy: ${version}\n", "new_path": "packages/cli/src/commands/init/lowdefyFi...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Fix webpack warning.
1
chore
null
104,828
26.05.2021 11:47:53
-7,200
ebda383aa106a55e261c0fb46fcac2ea57b7d655
feat(mapcard): added proptypes and defaults and i18n
[ { "change_type": "MODIFY", "diff": "@@ -229,7 +229,7 @@ const MapBoxStory = ({\nsetActive(options[i]);\n};\n- const sideBarContent = () => (\n+ const settingsContent = () => (\n<Accordion className=\"settings-accordion\" style={{ paddingTop: 0 }}>\n<AccordionItem\ntitle=\"GDP vs Population\"\n@@ -264,7 +264...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(mapcard): added proptypes and defaults and i18n
1
feat
mapcard
865,916
26.05.2021 11:49:04
-7,200
76cd023d236b4b2229af0714126425bc916bd587
fix(app): ignore Chromium switches when parsing CLI arguments Closes
[ { "change_type": "MODIFY", "diff": "@@ -172,6 +172,23 @@ describe('cli', function() {\n});\n+\n+ describe('#filterArgs', function() {\n+\n+ it('should filter chromium switches', function() {\n+\n+ // given\n+ var args = [ '--allow-file-access-from-files', '--bar', '-xyz', '--hello=1231', '123' ];\n+\n+ // w...
JavaScript
MIT License
camunda/camunda-modeler
fix(app): ignore Chromium switches when parsing CLI arguments Closes #2268
1
fix
app
386,581
26.05.2021 11:49:52
-7,200
82595494ab527238da27abe7102985b12dce8f77
fix(deps): update dependency aws-sdk to v2.914.0
[ { "change_type": "MODIFY", "diff": "@@ -5090,7 +5090,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"ajv-errors\", \"virtual:09ba37edd9db25b7821b7d2b2d2055c41a6ed7b7590f4f31cb08f11ca472be4a006b49e750b63bf1615697d9f5fdbcda49d5e649e3491c0b6490a9dc0dbedfa2#npm:1.0.1\"],\n[\"apollo-server\", \"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency aws-sdk to v2.914.0
1
fix
deps
942,615
26.05.2021 11:55:03
25,200
36e1d89059be311d4765793d929fecb6ef15ca76
fix: Prevent finding matches on the wrong imports (buttons codemod)
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ const updateJSXTag = (nodePath: ASTPath<JSXElement>, newTag: string) => {\n};\nconst findBtnTag = (elementName: string, node: JSXElement) => {\n- if ((node.openingElement.name as JSXIdentifier).name === elementName) {\n+ if (elementName && (node.openingE...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Prevent finding matches on the wrong imports (buttons codemod)
1
fix
null
386,581
26.05.2021 11:58:46
-7,200
19e6a7186821a40b82a6c391646f64108a743b0a
fix(deps): update dependency dotenv to v10.0.0
[ { "change_type": "MODIFY", "diff": "@@ -5322,7 +5322,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"clean-webpack-plugin\", \"virtual:c9d7c5a0f7602869dff02ed24b6a4fe62d4c9e4a4ede33ec34082ee9e4a5dd17f3e1bb396d56863e9bea8e8476d67351fe495fe7cebce9035a9e4de117e68169#npm:3.0.0\"],\n[\"copy-webp...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency dotenv to v10.0.0
1
fix
deps
688,529
26.05.2021 11:59:44
-7,200
9db76b75ff1ae8ac0384fb641e2b7c44130b4631
chore: add CI team as ci code owners
[ { "change_type": "MODIFY", "diff": "# These owners will be the default owners for everything in the repo.\n* @toptal/frontend-experience-eng\n+\n+# CI Infrastructure team\n+ci/jobs/ @toptal/ci-infrastructure-eng @toptal/frontend-experience-eng\n+.github/workflows/ @toptal/ci-infrastructure-eng @toptal/front...
TypeScript
MIT License
toptal/picasso
chore: add CI team as ci code owners (#2087)
1
chore
null
386,581
26.05.2021 12:00:21
-7,200
6d3a824d33e8374ffd5ed530408e34d52858e16e
fix(deps): update dependency echarts to v5.1.1
[ { "change_type": "MODIFY", "diff": "@@ -4916,7 +4916,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"clean-webpack-plugin\", \"virtual:ddda021c4ec2814205b88952efdbda8713d3fa30b46a24862fe5d600e712ef1be0a5d4df3a64ffe02c3bb747dc199680767ec1cf2c2a81bf41ff06833a6ecd09#npm:3.0.0\"],\n[\"copy-webp...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency echarts to v5.1.1
1
fix
deps
317,842
26.05.2021 12:03:11
-7,200
0075ac229c65be1d8dd56a8581a799225440611a
fix: escape backtick in zsh or bash, text between backtick was interpreted
[ { "change_type": "MODIFY", "diff": "@@ -176,3 +176,21 @@ func (a *ansiUtils) consolePwd(pwd string) string {\n}\nreturn fmt.Sprintf(a.osc99, pwd)\n}\n+\n+func (a *ansiUtils) escapeText(text string) string {\n+ // what to escape/replace is different per shell\n+ // maybe we should refactor and maintain a lis...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: escape backtick in zsh or bash, text between backtick was interpreted
1
fix
null
386,581
26.05.2021 12:06:00
-7,200
79d2ad21bbcf65ada29805600258632e31060445
fix(deps): update dependency openid-client to v4.7.4
[ { "change_type": "MODIFY", "diff": "@@ -5108,7 +5108,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"mongodb\", \"virtual:7fa6405098723f150ab741c1e73c906de11a676b4cc641bac8b3397ea2dd6efbb913e72a780932220533241b442cc586b41b26c7b5ac786de486992cd2db054c#npm:3.6.5\"],\n[\"mssql\", \"npm:7.1.0\"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency openid-client to v4.7.4
1
fix
deps
386,581
26.05.2021 12:13:54
-7,200
81208302596bde97b9178790f9bd67144fe91e4a
chore(deps): update dependency copy-webpack-plugin to v9.0.0
[ { "change_type": "MODIFY", "diff": "@@ -4786,7 +4786,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"buffer\", \"npm:6.0.3\"],\n[\"classnames\", \"npm:2.3.1\"],\n[\"clean-webpack-plugin\", \"virtual:03b50f68d1bc1bcd2c564b153fc8a0f3f73d722ae5563251798eadf289b054849d6a1f3602228c617458c9af844d...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(deps): update dependency copy-webpack-plugin to v9.0.0
1
chore
deps
777,396
26.05.2021 12:15:15
21,600
da7fe34cfab0019c67d12cd69e9810dab22f92b4
fix: introduce LegacyConfig for tensorboard and checkpoint gc
[ { "change_type": "MODIFY", "diff": "@@ -65,10 +65,10 @@ def main(argv: List[str]) -> None:\nhelp=\"Set the logging level\",\n)\nparser.add_argument(\n- \"--experiment-config\",\n+ \"--storage-config\",\ntype=json_file_arg,\n- default=os.getenv(\"DET_EXPERIMENT_CONFIG\", {}),\n- help=\"Experiment config (JSO...
Python
Apache License 2.0
determined-ai/determined
fix: introduce LegacyConfig for tensorboard and checkpoint gc [DET-5533] (#2444) Co-authored-by: Bradley Laney <bradlaney@determined.ai>
1
fix
null
104,828
26.05.2021 12:20:41
-7,200
4f6078a32cfe3c67f4cbd6d3e10023993bc03510
feat(mapcard): added test ids
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ const propTypes = {\nhideLegendText: PropTypes.string,\nshowLegendText: PropTypes.string,\nonCollapsToggle: PropTypes.func,\n+ testId: PropTypes.string,\n};\nconst defaultProps = {\n@@ -24,6 +25,7 @@ const defaultProps = {\nhideLegendText: 'Hide legend',...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(mapcard): added test ids
1
feat
mapcard
386,588
26.05.2021 12:27:14
-7,200
871776745a3a4beb60622bb5b3e5aca0a1454a94
feat: new Tooltip block and tests
[ { "change_type": "ADD", "diff": "+- id: default\n+ type: Tooltip\n+- id: \"properties.title\"\n+ type: Tooltip\n+ properties:\n+ title: Tooltip block\n+- id: \"properties.autoAdjustOverflow: false\"\n+ type: Tooltip\n+ properties:\n+ title: autoAdjustOverflow false\n+ autoAdjustOverflow: false\n+ placement:...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: new Tooltip block and tests
1
feat
null
386,588
26.05.2021 12:27:35
-7,200
e79a876a30585d90532680d7229ee921b18a4ac1
feat: add Tooltip to docs
[ { "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: add Tooltip to docs
1
feat
null
386,595
26.05.2021 12:28:40
-7,200
dc0ef6c521d1b4e5b2c498e2932cc2c2d83f5eb1
fix(graphql): SendGridMailSend to handle arrays, closes
[ { "change_type": "MODIFY", "diff": "*/\nimport sendgrid from '@sendgrid/mail';\n+import { type } from '@lowdefy/helpers';\nimport schema from './SendGridMailSendSchema.json';\n// https://sendgrid.api-docs.io/v3.0/how-to-use-the-sendgrid-v3-api/api-authentication\n@@ -22,41 +23,15 @@ import schema from './Se...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(graphql): SendGridMailSend to handle arrays, closes #582
1
fix
graphql
386,588
26.05.2021 12:29:55
-7,200
44268886182657a95b7b1f4c1f2e7aa0ec63bcd1
fix: fix indentation level op events in schema
[ { "change_type": "MODIFY", "diff": "\"type\": \"integer\",\n\"description\": \"The z-index of the Tooltip.\"\n}\n+ }\n},\n\"events\": {\n\"type\": \"object\",\n}\n}\n}\n-}\n", "new_path": "packages/blocks/blocksAntd/src/blocks/Tooltip/Tooltip.json", "old_path": "packages/blocks/blocksAntd/src/blocks...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: fix indentation level op events in schema
1
fix
null
342,861
26.05.2021 12:32:33
-7,200
61eca943dcb502d1b9b86473a9b0ad9fee523a59
fix(HorizontalScroll): getSnap
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,11 @@ export const Default = (): React.Node => {\nexport const withScrollSnap = (): React.Node => {\nconst scrollSnapAlign = select(\"scrollSnapAlign\", [\"none\", \"start\", \"end\", \"center\"], \"start\");\n- const scrollSnap = select(\"scrollSnapType\", [...
JavaScript
MIT License
kiwicom/orbit
fix(HorizontalScroll): getSnap
1
fix
HorizontalScroll
386,581
26.05.2021 12:35:17
-7,200
02fd3f75e7279fc996d64a37d83c6754f847cbbd
chore(deps): update dependency imports-loader to v3.0.0
[ { "change_type": "MODIFY", "diff": "@@ -4960,7 +4960,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"enzyme\", \"npm:3.11.0\"],\n[\"html-webpack-plugin\", \"virtual:e2db836d8f34654c61170d202b04baf4b7028aba30358270e340a8e3c7b1ba4f897b5728bebf64b994f49b964b078ad188bdc5c748c985bd669dfba0be813e...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(deps): update dependency imports-loader to v3.0.0
1
chore
deps
791,370
26.05.2021 12:36:26
21,600
fe14afcf74e09089b22c4f5221cbe37046570fda
feat(essentialcontacts): start generating apiv1
[ { "change_type": "ADD", "diff": "+// Copyright 2021 Google LLC\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+// https://www.apache.org/licenses/LICENSE-2.0\...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(essentialcontacts): start generating apiv1 (#4118)
1
feat
essentialcontacts
104,828
26.05.2021 12:36:52
-7,200
11b466011377a0723fccf0e59b6e17e8aeff8c70
feat(mapcard): additional proptypes
[ { "change_type": "MODIFY", "diff": "@@ -9,9 +9,11 @@ import Button from '../Button/Button';\nconst { iotPrefix } = settings;\nconst propTypes = {\n- /** True if the legend should be full bleed and occupy the full width of the map */\n+ /** true if the legend should be full bleed and occupy the full width of...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(mapcard): additional proptypes
1
feat
mapcard
104,828
26.05.2021 12:50:53
-7,200
a05d306c763aef7d4f23f866bd70ea3bd1991f37
feat(mapcard): added card actions to story
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ export const MapBoxExample = () => {\nconst [isExpanded, setIsExpanded] = React.useState(false);\nconst handleOnCardAction = (id, actionType) => {\n+ action('onCardAction')(actionType);\nif (actionType === CARD_ACTIONS.CLOSE_EXPANDED_CARD) {\nsetIsExpand...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(mapcard): added card actions to story
1
feat
mapcard
386,581
26.05.2021 12:53:15
-7,200
d9ad1a50b1184be4feb10dae90337a2d9e24d4e1
fix(deps): update dependency fs-extra to v10.0.0
[ { "change_type": "MODIFY", "diff": "@@ -14600,6 +14600,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n}]\n]],\n[\"fs-extra\", [\n+ [\"npm:10.0.0\", {\n+ \"packageLocation\": \"./.yarn/cache/fs-extra-npm-10.0.0-4f8c704115-84632d143f.zip/node_modules/fs-extra/\",\n+ \"packageDependencies\": [\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): update dependency fs-extra to v10.0.0
1
fix
deps
386,588
26.05.2021 12:55:00
-7,200
9e1bcd523596b428cc13de192d466ebbc36d7625
chore: update test snapsnots
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,8 @@ Array [\nObject {\n\"arrowPointAtCenter\": undefined,\n\"autoAdjustOverflow\": undefined,\n- \"children\": <div\n+ \"children\": Array [\n+ <div\nstyle={\nObject {\n\"border\": \"1px solid red\",\n@@ -16,8 +17,11 @@ Array [\n>\ncontent\n</div>,\n+ \"\",\n+...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: update test snapsnots
1
chore
null
386,595
26.05.2021 12:58:10
-7,200
290b271ec6b1cff3e89c3381ab741d913eea5688
fix(docs): Sitemap must be https.
[ { "change_type": "MODIFY", "diff": "<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n<url>\n- <loc>http://docs.lowdefy.com/introduction</loc>\n- <lastmod>2021-05-11</lastmod>\n+ <loc>https://docs.lowdefy.com/introduction</loc>\n+ <lastmod>2021-05-26</lastmod>\n</url>\n<url>\n- <loc>http://doc...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Sitemap must be https.
1
fix
docs
386,581
26.05.2021 13:02:00
-7,200
2e7ab5adf9ba79ca30b9bbd94c16a079f81214fd
chore(deps): Remove unused dependencies inquirer.
[ { "change_type": "MODIFY", "diff": "@@ -18883,7 +18883,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"fs-extra\", \"npm:10.0.0\"],\n[\"graphql\", \"npm:15.5.0\"],\n[\"html-webpack-plugin\", \"virtual:dddca670fd0b7758fb2e1b1a3e18ac7ebd1ecd06ecdd7acec2b78bccf1d35802cb22904bfbb233b16515a81f5c...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(deps): Remove unused dependencies inquirer.
1
chore
deps
127,979
26.05.2021 13:35:22
-10,800
77ada3d4dd96d7da23f4246fcb1aea924aac46c2
fix: add radius to empire themes
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,11 @@ const empireDark: Theme = {\n...supportColors,\n...color,\n},\n+ radius: {\n+ small: 4,\n+ default: 8,\n+ largest: 8,\n+ },\ncolorScheme: 'dark',\n};\n", "new_path": "packages/themes/src/empireDark/empireDark.ts", "old_path": "packages/themes/sr...
TypeScript
MIT License
coingaming/moon-design
fix: add radius to empire themes (#1212)
1
fix
null
756,064
26.05.2021 14:30:26
25,200
07b91510ac587ea09f43a69cbf0dbdbf9c16d96f
chore(swingset): move gc.js to gc-and-finalize.js get it out of the way for other kernel GC things to use the filenames
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ import { xsnap, makeSnapstore } from '@agoric/xsnap';\nimport { WeakRef, FinalizationRegistry } from './weakref';\nimport { startSubprocessWorker } from './spawnSubprocessWorker';\nimport { waitUntilQuiescent } from './waitUntilQuiescent';\n-import { gcA...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): move gc.js to gc-and-finalize.js get it out of the way for other kernel GC things to use the filenames
1
chore
swingset
386,581
26.05.2021 14:38:02
-7,200
dbe1efec53930f5507abcebb54bc4d21e56ddc94
fix(docs): Fix Descriptions schema for docs generator.
[ { "change_type": "MODIFY", "diff": "\"type\": \"array\",\n\"description\": \"List of items to display\",\n\"items\": {\n- \"type\": [\"string\", \"number\", \"object\"],\n+ \"type\": \"object\",\n\"required\": [\"label\"],\n\"properties\": {\n\"label\": {\n", "new_path": "packages/blocks/blocksAntd/src/...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Fix Descriptions schema for docs generator.
1
fix
docs
386,581
26.05.2021 14:38:35
-7,200
544d1e1d8459fb03294eb692f12116fa9f3904a5
fix(build): Add default locations for new blocks.
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,9 @@ const defaultMetaLocations = {\nHtml: {\nurl: `https://blocks-cdn.lowdefy.com/v${version}/blocks-basic/meta/Html.json`,\n},\n+ Img: {\n+ url: `https://blocks-cdn.lowdefy.com/v${version}/blocks-basic/meta/Img.json`,\n+ },\nList: {\nurl: `https://blocks-cd...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Add default locations for new blocks.
1
fix
build
269,464
26.05.2021 14:39:11
0
384376190297544754bc7ae71e6efcfc9c462253
fix(snap): do not fail with "NEEDS REVIEW" message
[ { "change_type": "MODIFY", "diff": "@@ -333,6 +333,7 @@ func create(ctx *context.Context, snap config.Snapcraft, arch string, binaries [\nconst (\nreviewWaitMsg = `Waiting for previous upload(s) to complete their review process.`\nhumanReviewMsg = `A human will soon review your snap`\n+ needsReviewMsg = `(N...
Go
MIT License
goreleaser/goreleaser
fix(snap): do not fail with "NEEDS REVIEW" message Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
snap
342,890
26.05.2021 14:40:41
-7,200
dd298a184321f55c506f745539c112f0159950cd
fix: constrain guideline images (stop overflow)
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import React from \"react\";\nimport styled, { css } from \"styled-components\";\nimport { CheckCircle, CloseCircle } from \"@kiwicom/orbit-components/icons\";\nimport { Stack } from \"@kiwicom/orbit-components\";\n-import useMediaQuery from \"@kiwicom/orb...
JavaScript
MIT License
kiwicom/orbit
fix: constrain guideline images (stop overflow)
1
fix
null
865,916
26.05.2021 14:45:02
-7,200
7833cc75797d6e3c93105c19191bd51fdfdc0a2a
chore: document shortcut workaround Related to
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,9 @@ export default function getBpmnWindowMenu(state) {\nfunction getZoomEntries({ zoom }) {\nreturn zoom ? [{\nlabel: 'Zoom In',\n+\n+ // We use Ctrl + = instead of Ctrl + + which works as expected but is shown incorrectly.\n+ // cf. https://github.com/camun...
JavaScript
MIT License
camunda/camunda-modeler
chore: document shortcut workaround Related to #2286
1
chore
null
342,890
26.05.2021 14:49:11
-7,200
d9c9c8e528179fcc713ed8d7b36f3b9f91788893
fix: more space for content at smaller sizes
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,10 @@ export default function DocLayout({\n}\n/>\n<StyledMiddle>\n- <Hide block on={[\"smallMobile\", \"mediumMobile\", \"largeMobile\", \"tablet\"]}>\n+ <Hide\n+ block\n+ on={[\"smallMobile\", \"mediumMobile\", \"largeMobile\", \"tablet\", \"desktop\"]}\n+...
JavaScript
MIT License
kiwicom/orbit
fix: more space for content at smaller sizes
1
fix
null
386,581
26.05.2021 14:57:49
-7,200
7e45bb30bb5fa993e6a580eabf7e9ae049ffe18f
fix(blocks-antd): Remove Descriptions example with failing schema
[ { "change_type": "MODIFY", "diff": "- label: 'one \\n two;'\nvalue: \"description field with \\nnew line \\t helps\\n make better content.\"\nspan: 1\n-- id: properties.items-list-primitive\n- type: Descriptions\n- properties:\n- title: Title\n- items:\n- - 1\n- - 2\n- - 3\n- - 4\n+# - id: properties.items-...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-antd): Remove Descriptions example with failing schema
1
fix
blocks-antd
276,989
26.05.2021 15:25:44
10,800
85929a5d5556c299c273904c4cb3912ced4535d5
docs(chips): add one more chip to its documentation
[ { "change_type": "MODIFY", "diff": "@@ -14,10 +14,10 @@ render(() => {\nreturn (\n<>\n<Chips selected={first} onToggle={onToggleFirst}>\n- Label\n+ Classes\n</Chips>\n<Chips selected={second} onToggle={onToggleSecond}>\n- Label\n+ Gyms and studios\n</Chips>\n</>\n);\n", "new_path": "packages/doc/content...
JavaScript
MIT License
gympass/yoga
docs(chips): add one more chip to its documentation
1
docs
chips
276,989
26.05.2021 15:28:16
10,800
efd2baa5b6305042f22f51dce64c46220c65a229
feat(chips): add margin right (web)
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,10 @@ const Wrapper = styled.button`\nfont-size: ${fontSizes.xsmall}px;\nline-height: ${lineHeights.xsmall}px;\n+ :not(:last-child) {\n+ margin-right: ${spacing.small}px;\n+ }\n+\n&[disabled] {\nbackground-color: ${colors.elements.backgroundAndDisabled};\ncol...
JavaScript
MIT License
gympass/yoga
feat(chips): add margin right (web)
1
feat
chips
276,989
26.05.2021 15:29:30
10,800
7b01b9e0a4abb3127ad4e0f37f3c1098c80fce4f
test(chips): add tests (web)
[ { "change_type": "MODIFY", "diff": "@@ -2,15 +2,123 @@ import React from 'react';\nimport { render } from '@testing-library/react';\nimport { ThemeProvider, Chips } from '../..';\n+import { MapPin, ChevronDown } from '@gympass/yoga-icons';\ndescribe('<Chips />', () => {\n+ describe('Snapshots', () => {\nit(...
JavaScript
MIT License
gympass/yoga
test(chips): add tests (web)
1
test
chips
276,989
26.05.2021 15:30:01
10,800
073246ca5891b7d5427d454764cc26c3c7a4214f
feat(chips): create native version
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-import styled from 'styled-components';\n+import { node, number, arrayOf, bool } from 'prop-types';\n+import styled, { css, withTheme } from 'styled-components';\n-const StyledChips = styled.Text`\n- ${({\n+import Counter from './Counter';\n+i...
JavaScript
MIT License
gympass/yoga
feat(chips): create native version
1
feat
chips
276,989
26.05.2021 15:30:21
10,800
1af7eb0e8b7a3ecdfb33872e4410ceea78469938
docs(chips): native documentation
[ { "change_type": "MODIFY", "diff": "-import React from 'react';\n+import React, { useState } from 'react';\nimport { View } from 'react-native';\nimport { Chips } from '@gympass/yoga';\n+import { MapPin, ChevronDown, Filter } from '@gympass/yoga-icons';\n-const ChipsPage = () => (\n- <View>\n- <Chips>Chips<...
JavaScript
MIT License
gympass/yoga
docs(chips): native documentation
1
docs
chips
749,536
26.05.2021 15:30:26
25,200
67473f6f102fd63e86819f8e1b0d90938c1fa7c7
chore(typography): use scroll region hook for code block
[ { "change_type": "MODIFY", "diff": "{\n\"index.cjs.js\": {\n- \"bundled\": 33798,\n- \"minified\": 24733,\n- \"gzipped\": 5609\n+ \"bundled\": 31203,\n+ \"minified\": 23253,\n+ \"gzipped\": 4995\n},\n\"index.esm.js\": {\n- \"bundled\": 30711,\n- \"minified\": 22058,\n- \"gzipped\": 5415,\n+ \"bundled\": 281...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(typography): use scroll region hook for code block (#1118)
1
chore
typography
386,581
26.05.2021 15:32:26
-7,200
3d985efe87a37fb466b9202d67c471c9623d53b4
chore: Restore docs changenotes lost after merge.
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [3.16.1](https://github.com/lowdefy/lowdefy/compare/v3.16.0...v3.16.1) (2021-05-26)\n+\n+\n+### Bug Fixes\n+\n+* *...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Restore docs changenotes lost after merge.
1
chore
null
777,401
26.05.2021 15:35:04
14,400
8def1560a0af8f13334a3098f3fa79e97dfbd4dd
cli: small rewording in shell help
[ { "change_type": "MODIFY", "diff": "@@ -207,7 +207,7 @@ args_description = [\nArg(\"--show-ssh-command\", action=\"store_true\",\nhelp=\"show ssh command (e.g. for use in IDE) when starting the shell\"),\n]),\n- Cmd(\"show_ssh_command\", show_ssh_command, \"only print the ssh command\", [\n+ Cmd(\"show_ssh_...
Python
Apache License 2.0
determined-ai/determined
cli: small rewording in shell help (#2448)
1
cli
null
71,351
26.05.2021 15:39:16
25,200
f8813bf3ecfcebea7a5fed4317e9cf88e210db99
docs(iam): fixed typo in documentation Fixed a small typo in aws-iam docs. *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": "@@ -276,7 +276,7 @@ export class PolicyStatement {\n}\n/**\n- * Indicates if this permission as at least one resource associated with it.\n+ * Indicates if this permission has at least one resource associated with it.\n*/\npublic get hasResource() {\nreturn this.resource ...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(iam): fixed typo in documentation (#14884) Fixed a small typo in aws-iam docs. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
iam
711,597
26.05.2021 15:42:56
-7,200
cc17c99b415b3c7bc20617b020388a2a2f13fc32
chore: Add node 16.x, npm 7.x to publish & install workflow Relates to
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ jobs:\nstrategy:\nmatrix:\nos: [ubuntu-latest, windows-latest, macos-latest]\n- node-version: [12.x, 14.x]\n+ node-version: [12.x, 14.x, 16.x]\nfail-fast: false\nsteps:\n- uses: actions/checkout@v2\n", "new_path": ".github/workflows/publish_and_insta...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Add node 16.x, npm 7.x to publish & install workflow Relates to #532
1
chore
null
815,601
26.05.2021 15:45:09
-28,800
b23ae731f41e710de0d42daab5f468684036309a
chore: upgrade ckb-system-scripts to v0.5.2
[ { "change_type": "MODIFY", "diff": "@@ -579,7 +579,7 @@ name = \"ckb-crypto\"\nversion = \"0.43.0-pre\"\ndependencies = [\n\"ckb-fixed-hash\",\n- \"faster-hex 0.6.0\",\n+ \"faster-hex\",\n\"lazy_static\",\n\"rand 0.7.3\",\n\"secp256k1\",\n@@ -663,7 +663,7 @@ dependencies = [\nname = \"ckb-fixed-hash-core\"\...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade ckb-system-scripts to v0.5.2
1
chore
null
777,396
26.05.2021 16:03:22
21,600
92bf2c6317b0fbfe74009f3eddf386f5b220d869
fix: prevent concurrent updates to a single expconf object Use a deep copy when passing an experiment config from one actor to another.
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,8 @@ import (\n\"github.com/determined-ai/determined/master/pkg/actor\"\n\"github.com/determined-ai/determined/master/pkg/archive\"\n\"github.com/determined-ai/determined/master/pkg/model\"\n+ \"github.com/determined-ai/determined/master/pkg/schemas\"\n+ \"gi...
Python
Apache License 2.0
determined-ai/determined
fix: prevent concurrent updates to a single expconf object [DET-5543] (#2451) Use a deep copy when passing an experiment config from one actor to another.
1
fix
null
791,682
26.05.2021 16:18:15
14,400
a8b22fdf0a1b68f1cc94c0e1c00bfec812595c4b
core(fr): fix usage of distributed conditional type
[ { "change_type": "MODIFY", "diff": "/** @typedef {Record<CollectPhaseArtifactOptions['phase'], IntermediateArtifacts>} ArtifactState */\n+/** @typedef {LH.Gatherer.FRTransitionalContext<LH.Gatherer.DependencyKey>['dependencies']} Dependencies */\n+\n/**\n*\n* @param {{id: string}} dependency\n@@ -70,7 +72,7...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): fix usage of distributed conditional type (#12565)
1
core
fr
306,309
26.05.2021 16:26:31
-3,600
d3ed581d1adb4b1276eb71aa28b888ba8aee0f84
chore: improve warning log
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ func NewAzureRMAppIsolatedServicePlan(d *schema.ResourceData, u *schema.UsageDat\nlocation = group[0].Get(\"location\").String()\n}\nif location == \"\" {\n- log.Warnf(\"Skipping resource %s. Infracost currently cannot find the location for this resource...
Go
Apache License 2.0
infracost/infracost
chore: improve warning log
1
chore
null
503,965
26.05.2021 16:34:32
14,400
5aa08d47ce4894630fc4ac1f5491abe36f109dde
fix(timepicker): use exact match instead of includes
[ { "change_type": "MODIFY", "diff": "@@ -214,23 +214,24 @@ export class TimePicker extends React.Component<TimePickerProps, TimePickerState\ntime = `${time}${new Date().getHours() > 11 ? pmSuffix : amSuffix}`;\n}\n- let scrollIndex = this.getOptions().findIndex(option => option.innerText.includes(time.toUppe...
TypeScript
MIT License
patternfly/patternfly-react
fix(timepicker): use exact match instead of includes (#5841)
1
fix
timepicker
471,204
26.05.2021 16:46:29
14,400
bde151971c31e40b9c3c4467a7e71e1b2a7c9ef3
chore: downgrade karma-webpack * chore: downgrade karma-webpack On MacOS the most recent version of karma-webpack is broken * chore: add karma-webpack to renovate ignore
[ { "change_type": "MODIFY", "diff": "\"karma-coverage-istanbul-reporter\": \"3.0.3\",\n\"karma-mocha\": \"2.0.1\",\n\"karma-spec-reporter\": \"0.0.32\",\n- \"karma-webpack\": \"5.0.0\",\n+ \"karma-webpack\": \"4.0.2\",\n\"mocha\": \"7.2.0\",\n\"nyc\": \"15.1.0\",\n\"ts-loader\": \"8.2.0\",\n", "new_path"...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore: downgrade karma-webpack (#2234) * chore: downgrade karma-webpack On MacOS the most recent version of karma-webpack is broken * chore: add karma-webpack to renovate ignore
1
chore
null
342,890
26.05.2021 16:54:14
-7,200
f493c89cd9fe2eb7f46a15f9637a3afa97c3b964
fix: remove extra padding for responsivity
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ const StyledMiddle = styled.div`\nmax-width: ${MAX_CONTENT_WIDTH};\nmargin: 0 auto;\nbox-sizing: content-box;\n- ${mediaQueries.desktop(css`\n+ ${mediaQueries.largeDesktop(css`\nflex-direction: row;\n> * + * {\nmargin-left: ${theme.orbit.spaceLarge};\n",...
JavaScript
MIT License
kiwicom/orbit
fix: remove extra padding for responsivity
1
fix
null
471,187
26.05.2021 16:57:25
-7,200
8e5c8a0965c2dc7517dd9f2084aebe56f678be89
feat(core): add specific context key to store rpc metadata
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ export * from './platform';\nexport * from './propagation/composite';\nexport * from './trace/HttpTraceContextPropagator';\nexport * from './trace/IdGenerator';\n+export * from './trace/rpc-metadata';\nexport * from './trace/sampler/AlwaysOffSampler';\ne...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
feat(core): add specific context key to store rpc metadata (#2208)
1
feat
core
386,581
26.05.2021 17:11:26
-7,200
eabb4f42951d4d75c2a72b6ab64fcd71adf77bac
chore: Fix yarn package resolutions
[ { "change_type": "MODIFY", "diff": "@@ -8,9 +8,9 @@ packageExtensions:\n\"@webpack-cli/serve@*\":\ndependencies:\nwebpack-dev-server: \"*\"\n- nunjucks-date-filter@*:\n+ eslint@*:\ndependencies:\n- nunjucks: \"*\"\n+ js-yaml: \"*\"\nrc-animate@*:\ndependencies:\nreact: \"*\"\n", "new_path": ".yarnrc.yml...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Fix yarn package resolutions
1
chore
null
386,581
26.05.2021 17:11:47
-7,200
beff37341b9d055028b44bfb662785ccfff100c4
fix(cli): Fix cli dev server missing import
[ { "change_type": "MODIFY", "diff": "import path from 'path';\nimport express from 'express';\nimport reload from 'reload';\n+import { readFile } from '@lowdefy/node-utils';\nimport findOpenPort from '../../utils/findOpenPort';\nasync function getExpress({ context, gqlServer, options }) {\n", "new_path":...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(cli): Fix cli dev server missing import
1
fix
cli
129,371
26.05.2021 17:24:50
-28,800
fde3b72096d6d53e45c65723ac752015029948b9
test(bump): add test case that fails when using regex with version file without end of line if we bump with version file with no end of line through regex, the last version will be ignored
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ repos:\nhooks:\n- id: check-vcs-permalinks\n- id: end-of-file-fixer\n- exclude: \"tests/test_*/*\"\n+ exclude: \"tests/[test_*|data]/*\"\n- id: trailing-whitespace\nargs: [--markdown-linebreak-ext=md]\n- id: debug-statements\n", "new_path": ".pre-commi...
Python
MIT License
commitizen-tools/commitizen
test(bump): add test case that fails when using regex with version file without end of line if we bump with version file with no end of line through regex, the last version will be ignored
1
test
bump
815,601
26.05.2021 17:25:11
-28,800
1ef6c03b0dd2e8677e2eb46206aeab70e744f609
chore: upgrade rocksdb to v6.20.3
[ { "change_type": "MODIFY", "diff": "@@ -761,9 +761,9 @@ dependencies = [\n[[package]]\nname = \"ckb-librocksdb-sys\"\n-version = \"6.11.6\"\n+version = \"6.20.3\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"6a78d3b9b5fd3b4990ddd2083f6a6d4389b6c8e603a4f2896914165113beed...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade rocksdb to v6.20.3
1
chore
null
667,713
26.05.2021 17:26:33
-28,800
14ad4936311a19f86b82c908e2c6c65c1065b6a1
chore(android): update gradle to 7.0 and plugin to 4.2.1
[ { "change_type": "MODIFY", "diff": "@@ -13,10 +13,10 @@ ext {\nbuildscript {\nrepositories {\ngoogle()\n- jcenter()\n+ mavenCentral()\n}\ndependencies {\n- classpath 'com.android.tools.build:gradle:4.1.3'\n+ classpath 'com.android.tools.build:gradle:4.2.1'\n// NOTE: Do not place your application dependencie...
C++
Apache License 2.0
tencent/hippy
chore(android): update gradle to 7.0 and plugin to 4.2.1
1
chore
android
276,989
26.05.2021 17:39:35
10,800
825d62c002d4db6440dad18054f078e4c379b9bd
test(chips): add event tests
[ { "change_type": "MODIFY", "diff": "@@ -61,8 +61,8 @@ const Chips = ({\ncounter,\nicons,\ndisabled,\n- onPress,\n- onToggle = onPress,\n+ onToggle,\n+ onPress = onToggle,\ntheme: {\nyoga: { spacing },\n},\n@@ -73,7 +73,7 @@ const Chips = ({\nreturn (\n<Wrapper\n{...props}\n- onPress={onToggle}\n+ onPress={o...
JavaScript
MIT License
gympass/yoga
test(chips): add event tests
1
test
chips
129,371
26.05.2021 17:42:36
-28,800
76b3030f65ac310a2def731a558763f363cc8af3
fix(bump): fix error due to bumping version file without eol through regex
[ { "change_type": "MODIFY", "diff": "@@ -186,9 +186,11 @@ def _bump_with_regex(version_file_contents, current_version, new_version, regex)\nfor match in re.finditer(regex, version_file_contents, re.MULTILINE):\nleft = version_file_contents[: match.end() + offset]\nright = version_file_contents[match.end() + ...
Python
MIT License
commitizen-tools/commitizen
fix(bump): fix error due to bumping version file without eol through regex
1
fix
bump
129,371
26.05.2021 17:58:57
-28,800
b36594db12d8555a36f83fd42e1c9ea351dfff14
test(bump): refactor file loading with extracted utility function
[ { "change_type": "MODIFY", "diff": "from shutil import copyfile\nimport pytest\n+from py._path.local import LocalPath\nfrom commitizen import bump\nfrom commitizen.exceptions import CurrentVersionNotFoundError\n@@ -11,60 +12,50 @@ MULTIPLE_VERSIONS_REDUCE_STRING = 'version = \"1.2.10\"\\n' * 30\nTESTING_FIL...
Python
MIT License
commitizen-tools/commitizen
test(bump): refactor file loading with extracted utility function
1
test
bump
392,551
26.05.2021 18:01:03
-7,200
21834678ce77c2a04327103d6f12b137531cba4a
docs: add map to viewer example
[ { "change_type": "MODIFY", "diff": "@@ -27,8 +27,8 @@ slug: /\n| Example | Description |\n| --- | --- |\n-| [Viewer to Map](/examples/viewer-to-map) | Update a [Mapbox](https://docs.mapbox.com/mapbox-gl-js/api/) map based on viewer position |\n-| Map to Viewer | Navigate the viewer based on [Mapbox](https:/...
TypeScript
MIT License
mapillary/mapillary-js
docs: add map to viewer example
1
docs
null
277,273
26.05.2021 18:04:19
25,200
068ed548a1e82121499db03285b9b9ce2d9210d5
docs: Add examples for ui.script and ui.inline_script
[ { "change_type": "ADD", "diff": "+# Meta / Inline Script\n+# Execute arbitrary Javascript.\n+# ---\n+from h2o_wave import site, ui\n+\n+# This example displays a clock using Javascript.\n+\n+page = site['/demo']\n+\n+# Add a placeholder for the clock.\n+page['example'] = ui.markup_card(\n+ box='1 1 2 1',\n+...
Python
Apache License 2.0
h2oai/wave
docs: Add examples for ui.script and ui.inline_script
1
docs
null
129,371
26.05.2021 18:14:41
-28,800
96078744448023dc01d4816085d63291fb7760a0
test(git): add test case for is_staging_clean
[ { "change_type": "MODIFY", "diff": "@@ -152,3 +152,14 @@ def test_get_latest_tag_name(tmp_commitizen_project):\ncmd.run(\"git tag 1.0\")\ntag_name = git.get_latest_tag_name()\nassert tag_name == \"1.0\"\n+\n+\n+def test_is_staging_clean(tmp_commitizen_project):\n+ with tmp_commitizen_project.as_cwd():\n+ as...
Python
MIT License
commitizen-tools/commitizen
test(git): add test case for is_staging_clean
1
test
git
599,886
26.05.2021 18:49:31
-32,400
2254248abc0f2051a9dd28d9663c7ab1d0b547b6
revert(deps): use 10.1.3 until css import issue is resolved
[ { "change_type": "MODIFY", "diff": "\"gravatar-url\": \"3.1.0\",\n\"intl\": \"^1.2.5\",\n\"lodash\": \"^4.17.21\",\n- \"next\": \"10.2.3\",\n+ \"next\": \"10.1.3\",\n\"node-cache\": \"^5.1.2\",\n\"node-schedule\": \"^2.0.0\",\n\"nodemailer\": \"^6.6.0\",\n", "new_path": "package.json", "old_path": "...
TypeScript
MIT License
sct/overseerr
revert(deps): use 10.1.3 until css import issue is resolved
1
revert
deps
426,720
26.05.2021 18:51:33
-10,800
b9fcc817a4741f35942432c68bc27f7469dd018e
fix(test-runner): handle test exceptions with circular components
[ { "change_type": "ADD", "diff": "+import { expect } from '../../../../../node_modules/@esm-bundle/chai/esm/chai.js';\n+\n+it('bad predicate', function() {\n+ const fixture = { x: 'x' }\n+ fixture.circle = fixture;\n+ expect(fixture).to.equal(null);\n+})\n", "new_path": "integration/test-runner/tests/tes...
TypeScript
MIT License
modernweb-dev/web
fix(test-runner): handle test exceptions with circular components
1
fix
test-runner
471,357
26.05.2021 18:59:41
-10,800
466743a5338d1372c949aa1add59c3b3d24f11b1
feat: enhance RedisInstrumentationConfig (add dbStatementSerializer, responseHook, and requireParentSpan)
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,10 @@ import {\nimport { RedisInstrumentationConfig } from './types';\nimport { VERSION } from './version';\n+const DEFAULT_CONFIG: RedisInstrumentationConfig = {\n+ requireParentSpan: false,\n+};\n+\nexport class RedisInstrumentation extends InstrumentationB...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
feat: enhance RedisInstrumentationConfig (add dbStatementSerializer, responseHook, and requireParentSpan) (#478) Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
1
feat
null
551,647
26.05.2021 19:06:18
-3,600
d6ab908465e3c67737f8398e8c40a56c004975e6
chore(sql): aligned "runtime constant" marker
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ package io.questdb.griffin;\nimport io.questdb.cairo.CairoConfiguration;\nimport io.questdb.cairo.sql.Function;\n+import io.questdb.cairo.sql.Record;\nimport io.questdb.std.IntList;\nimport io.questdb.std.ObjList;\nimport io.questdb.std.Transient;\n@@ -7...
Java
Apache License 2.0
questdb/questdb
chore(sql): aligned "runtime constant" marker
1
chore
sql
401,147
26.05.2021 19:15:25
-19,080
567cf98bc7726c6499c2bf4f85ffa990b1b96908
feat: add clean package script to delete node_nodules and clean all yarn links
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,8 @@ This repo uses yarn workspaces, so you should install `yarn` as the package mana\n1. Fork and clone the repo\n2. Run `yarn` to install dependencies\n-3. Create a branch for your PR with `git checkout -b pr/your-branch-name`\n+3. Run `yarn build` to build t...
TypeScript
MIT License
medly/medly-components
feat: add clean package script to delete node_nodules and clean all yarn links
1
feat
null
777,399
26.05.2021 19:23:15
25,200
ea4566f1acc7c7dffcdc27138f5ef55dc579769b
fix: update Buf image and CLI usage The new version of Buf has moved around how its CLI is organized, so update to the now-recommended commands. Also update the image with `make gen-buf-image`, since the new version complains otherwise.
[ { "change_type": "MODIFY", "diff": "@@ -57,8 +57,8 @@ gen-buf-image:\n.PHONY: check\ncheck: check-fmt\n- buf check lint\n- buf check breaking --against-input $(buf_image)\n+ buf lint\n+ buf breaking --against $(buf_image)\n.PHONY: check-fmt\ncheck-fmt:\n", "new_path": "proto/Makefile", "old_path": "...
Python
Apache License 2.0
determined-ai/determined
fix: update Buf image and CLI usage (#2455) The new version of Buf has moved around how its CLI is organized, so update to the now-recommended commands. Also update the image with `make gen-buf-image`, since the new version complains otherwise.
1
fix
null
306,638
26.05.2021 20:32:04
-19,080
a540fb95abd6d2585d0cd7da58df0027832309b5
chore(package.json): downgrade js-beautify to v1.10.3 for supporting node 8.x
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"classnames\": \"^2.3.1\",\n\"core-js\": \"^3.9.1\",\n- \"js-beautify\": \"1.13.13\",\n+ \"js-beautify\": \"1.13.3\",\n\"react-dom\": \"^16.8.6\",\n\"react-dynamic-virtual-scroll\": \"^1.3.0\",\n\"react-popper\": \"^1.3.7\",\n", "new_path": "pack...
TypeScript
MIT License
innovaccer/design-system
chore(package.json): downgrade js-beautify to v1.10.3 for supporting node 8.x
1
chore
package.json
317,646
26.05.2021 21:12:58
-7,200
79fa990205d3ab5049a5c028cc1a6d890e17a976
feat: env vars in templates resolves
[ { "change_type": "MODIFY", "diff": "@@ -21,8 +21,6 @@ const (\nFullPath ConsoleTitleStyle = \"path\"\n// Template allows a more powerful custom string\nTemplate ConsoleTitleStyle = \"template\"\n-\n- templateEnvRegex = `\\.Env\\.(?P<ENV>[^ \\.}]*)`\n)\nfunc (t *consoleTitle) getConsoleTitle() string {\n@@ -...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: env vars in templates resolves #743
1
feat
null
306,660
26.05.2021 21:51:11
-19,080
5c632a2de83d1cec2f26d3e011479c9e92bf3caa
docs(Radio): fixes width of overflow story
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import * as React from 'react';\nimport Radio from '../index';\nexport const OverflowContent = () => (\n- <div className=\"w-50\">\n+ <div className=\"w-25\">\n<Radio\nlabel=\"Share both your healthcare data and some personal information.\"\nname=\"options...
TypeScript
MIT License
innovaccer/design-system
docs(Radio): fixes width of overflow story
1
docs
Radio
777,367
26.05.2021 21:51:39
25,200
a51704003d01749755dcc7bf0d25adea7050c4cb
fix: synchronize pods actor startup in k8s resource manager
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- K8s: Fix one nil pointer dereference issue that might cause the\n+ master to crash when using kubernetes.\n", "new_path": "docs/release-notes/2453-fix-k8s-resource-manager.txt", "old_path": null }, { "change_type": "MODIFY"...
Python
Apache License 2.0
determined-ai/determined
fix: synchronize pods actor startup in k8s resource manager [DET-5536] (#2453)
1
fix
null
306,660
26.05.2021 22:02:08
-19,080
37d2412ef353e6078ea61289a941aca7777ba866
docs(Checkbox): fixes Alignment and Group story
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ export const AlignmentOfCheckboxGroup = () => (\nkey={index}\nlabel={day}\ndefaultChecked={index < 2}\n+ className={index !== 0 ? 'mt-4' : ''}\n/>\n);\n})\n@@ -36,7 +37,7 @@ export const AlignmentOfCheckboxGroup = () => (\ndays.map((day, index) => {\nret...
TypeScript
MIT License
innovaccer/design-system
docs(Checkbox): fixes Alignment and Group story
1
docs
Checkbox
104,828
26.05.2021 22:07:56
-7,200
21ee8211078ee769027cebf237c92bb91ff1d083
feat(mapcard): code clean up and linting fixes
[ { "change_type": "MODIFY", "diff": "@@ -154,7 +154,7 @@ CardContent.propTypes = {\ndimensions: PropTypes.shape({ x: PropTypes.number, y: PropTypes.number }).isRequired,\nisExpanded: CardPropTypes.isExpanded.isRequired,\n};\n-CardContent.defaultProps = { children: undefined };\n+CardContent.defaultProps = { ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(mapcard): code clean up and linting fixes
1
feat
mapcard
269,464
26.05.2021 22:23:52
0
f2d0c61d7c5a79717c429833ea6aca9d4b0059f6
docs: update releases script
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ goreleaser\ndebug.test\nsnap.login\nsite/\n-www/docs/static/releases.json\n+www/docs/static/releases*.json\n.vercel\ncompletions/\n.vscode/\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "#!...
Go
MIT License
goreleaser/goreleaser
docs: update releases script Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
277,298
26.05.2021 22:40:21
-19,080
a97df7e0674972a22bd3c019d5231fdc49515adf
docs: Update screenshot of default page in installation guide
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/website/docs/assets/installation__waiting.gif differ\n", "new_path": "website/docs/assets/installation__waiting.gif", "old_path": "website/docs/assets/installation__waiting.gif" }, { "change_type": "DELETE", "diff": "Binary fi...
Python
Apache License 2.0
h2oai/wave
docs: Update screenshot of default page in installation guide (#841)
1
docs
null
332,724
26.05.2021 23:16:16
-3,600
4621059e689a139abcfa70a7f71a10ea32cdf46a
feat(ng-add): add new options to enforce CC
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import { chain, Rule, Tree } from '@angular-devkit/schematics';\nimport { updateNxJsonInTree, updateWorkspace } from '@nrwl/workspace';\nimport { SchemaOptions } from './schema';\n+import { addDependencies } from './utils/dependencies';\nimport { updateWor...
TypeScript
MIT License
jscutlery/semver
feat(ng-add): add new options to enforce CC
1
feat
ng-add