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
141,508
07.09.2021 11:15:36
-36,000
a83abe72d9ed0ed9d81d9c4eb7f758c77687851a
feat: Create titleTag prop on Tile components
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ type InformationTile = React.FunctionComponent<InformationTileProps>\nconst InformationTile: InformationTile = ({\ntitle,\n+ titleTag,\nmetadata,\nchildren,\ninformation,\n@@ -17,6 +18,7 @@ const InformationTile: InformationTile = ({\n}) => (\n<GenericTi...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: Create titleTag prop on Tile components (#1936) Co-authored-by: Lloyd Stubber <lloyd@squareyes.info>
1
feat
null
342,861
07.09.2021 11:21:41
-7,200
cbee72bd5fb1b9bb91274b8d1a8283b597a73e92
docs(icons): fix disappeared icons
[ { "change_type": "MODIFY", "diff": "@@ -73,9 +73,6 @@ const StyledIcon = styled.div<{ secondary: string }>`\nsvg {\nwidth: 20px;\nheight: 20px;\n- }\n-\n- [stroke] {\nstroke: currentColor;\n}\n`}\n", "new_path": "docs/src/components/BrandedTile.tsx", "old_path": "docs/src/components/BrandedTile.tsx"...
JavaScript
MIT License
kiwicom/orbit
docs(icons): fix disappeared icons
1
docs
icons
342,861
07.09.2021 11:25:03
-7,200
2c7caa891941225115d46d04663eedcd9831b5d3
docs: increase spacing on Resource on homepage
[ { "change_type": "MODIFY", "diff": "@@ -298,6 +298,7 @@ export default function Home({ location, path }: Props) {\n<div\ncss={css`\n+ margin-bottom: 4rem;\n> * + * {\nmargin-top: 2rem;\n}\n", "new_path": "docs/src/pages/index.tsx", "old_path": "docs/src/pages/index.tsx" } ]
JavaScript
MIT License
kiwicom/orbit
docs: increase spacing on Resource on homepage
1
docs
null
342,861
07.09.2021 11:27:42
-7,200
66d5b16b5d78835e3c52fac1eda6bb9ced11e4e6
docs(knobs): change font-weight and type of label
[ { "change_type": "MODIFY", "diff": "@@ -12,9 +12,7 @@ interface Props extends Pick<Knob, \"name\"> {\nconst BooleanKnob = ({ checked, name, onChange }: Props) => {\nreturn (\n<>\n- <Text weight=\"bold\" size=\"small\" type=\"secondary\">\n- {name.split(\"-\")[1]}\n- </Text>\n+ <Text size=\"small\">{name.spl...
JavaScript
MIT License
kiwicom/orbit
docs(knobs): change font-weight and type of label
1
docs
knobs
386,584
07.09.2021 11:43:11
-7,200
4263f6b8764bb147e301c3dbba0ac4986959aad8
feat(blocksAntd): Card block now has an onClick event.
[ { "change_type": "MODIFY", "diff": "type: Card\nproperties:\ntitle: <div style=\"color:green\">Card Title</div>\n+- id: 'with onClick event'\n+ type: Card\n+ properties:\n+ title: Card block\n+ events:\n+ onClick:\n+ - id: message\n+ type: message\n+ params:\n+ content: Success\n", "new_path": "packages...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Card block now has an onClick event.
1
feat
blocksAntd
777,378
07.09.2021 11:45:58
25,200
dd17c3a8a0d02c19d92634cb50869eabce76f795
docs: update idle timeout
[ { "change_type": "MODIFY", "diff": "@@ -124,6 +124,7 @@ In addition to the ``--config`` flag, configuration may also be supplied via a Y\nbind_mounts:\n- host_path: /data/notebook_scratch\ncontainer_path: /scratch\n+ idle_timeout: 30m\nEOL\n$ det notebook start --config-file config.yaml\n", "new_path": ...
Python
Apache License 2.0
determined-ai/determined
docs: update idle timeout (#2917)
1
docs
null
815,577
07.09.2021 11:49:01
-28,800
38b4fdb96e41f48f63c755e3b0aa481917398699
fix: fix dummy miner solve
[ { "change_type": "MODIFY", "diff": "@@ -145,7 +145,7 @@ impl Miner {\nlet parent_hash = block.parent_hash();\nif self.legacy_work.contains(&parent_hash) {\n- info!(\n+ debug!(\n\"uncle {} pow_hash: {:#x}, header: {}\",\nblock.number(),\npow_hash,\n@@ -154,7 +154,7 @@ impl Miner {\nself.notify_workers(Worker...
Rust
MIT License
nervosnetwork/ckb
fix: fix dummy miner solve
1
fix
null
889,620
07.09.2021 12:04:05
-28,800
4568914ef716a164a4443ef98269a1a1fa8f7957
feat: store sessions in database
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,7 @@ dependencies {\nimplementation(\"org.springframework.boot:spring-boot-starter-thymeleaf\")\nimplementation(\"org.springframework.boot:spring-boot-starter-artemis\")\nimplementation(\"org.springframework.boot:spring-boot-starter-jooq\")\n+ implementation(...
Kotlin
MIT License
gotson/komga
feat: store sessions in database
1
feat
null
777,389
07.09.2021 12:15:06
25,200
a6e2172526654fd1d57135ff320840813e407e23
test: fix batch action misclick on e2e tests
[ { "change_type": "ADD", "diff": "+# Main Dev\n+\n+Try out your test code here. Set DET_MASTER to your cluster and run npx gauge run $THISFILE\n+\n+## Sign out\n+\n+* Sign in\n+\n+## Test\n+\n+* dev\n", "new_path": "webui/tests/dev/main.spec", "old_path": null }, { "change_type": "MODIFY", ...
Python
Apache License 2.0
determined-ai/determined
test: fix batch action misclick on e2e tests [#2872] (#2877)
1
test
null
141,508
07.09.2021 12:37:23
-36,000
120729ad460d76bfc954acfbe96408cd2fe57f1d
fix: Use IconButton for hamburger menu button instead of div
[ { "change_type": "MODIFY", "diff": "+@import \"~@kaizen/design-tokens/sass/spacing\";\n@import \"~@kaizen/design-tokens/sass/typography\";\n@import \"~@kaizen/design-tokens/sass/color\";\n@import \"~@kaizen/design-tokens/sass/layout\";\n@@ -234,38 +235,11 @@ $tab-container-height-medium-and-small-collapsed:...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Use IconButton for hamburger menu button instead of div (#1942)
1
fix
null
386,584
07.09.2021 13:01:31
-7,200
9d99ef82a930adb93b022c42ef765cf8a5022c70
feat(blocksAntd): Password Input block has been added.
[ { "change_type": "ADD", "diff": "+- id: default\n+ type: PasswordInput\n+- id: 'properties.title: My PasswordInput Title'\n+ type: PasswordInput\n+ properties:\n+ title: My PasswordInput Title\n+- id: 'properties.allowClear: false'\n+ type: PasswordInput\n+ properties:\n+ allowClear: false\n+- id: 'properti...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Password Input block has been added.
1
feat
blocksAntd
815,598
07.09.2021 13:20:39
-7,200
5c940e4b69ccba4fdd0422948fe7dcc5fe9052e0
chore(deps): enable hyper http1 for miner
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ rand_distr = \"0.3\"\nserde = { version = \"1.0\", features = [\"derive\"] }\nserde_json = \"1.0\"\nckb-jsonrpc-types = { path = \"../util/jsonrpc-types\", version = \"= 0.100.0-pre\" }\n-hyper = \"0.14\"\n+hyper = { version = \"0.14\", features = [\"htt...
Rust
MIT License
nervosnetwork/ckb
chore(deps): enable hyper http1 for miner
1
chore
deps
815,598
07.09.2021 13:20:39
-7,200
91daf37534945abd48e30e3c7901079ee3077c18
chore(deps): enable hyper http1 in miner
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ rand_distr = \"0.3\"\nserde = { version = \"1.0\", features = [\"derive\"] }\nserde_json = \"1.0\"\nckb-jsonrpc-types = { path = \"../util/jsonrpc-types\", version = \"= 0.100.0-rc5\" }\n-hyper = \"0.14\"\n+hyper = { version = \"0.14\", features = [\"htt...
Rust
MIT License
nervosnetwork/ckb
chore(deps): enable hyper http1 in miner
1
chore
deps
791,690
07.09.2021 13:51:33
18,000
77cf83e6d61ea643c557dc843bb97d906250f145
tests: avoid node 16.9.0
[ { "change_type": "MODIFY", "diff": "@@ -10,11 +10,11 @@ jobs:\nunit:\nstrategy:\nmatrix:\n- node: ['12', '14', '16']\n+ node: ['12', '14', '16.8']\nruns-on: ubuntu-latest\nname: node ${{ matrix.node }}\nenv:\n- LATEST_NODE: '16'\n+ LATEST_NODE: '16.8'\nsteps:\n- name: git clone\n", "new_path": ".github/...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: avoid node 16.9.0 (#13012)
1
tests
null
777,396
07.09.2021 14:10:30
21,600
7d1c9913edd98f5dd84f8ed9b66eda93fde540b6
feat: add a `make devcluster` target
[ { "change_type": "MODIFY", "diff": "@@ -76,3 +76,7 @@ test-%:\n$(MAKE) -C $(subst -,/,$*) test\n.PHONY: test\ntest: test-harness test-cli test-common test-model_hub test-master test-agent test-webui\n+\n+.PHONY: devcluster\n+devcluster:\n+ devcluster -c tools/devcluster.yaml\n", "new_path": "Makefile", ...
Python
Apache License 2.0
determined-ai/determined
feat: add a `make devcluster` target (#2900)
1
feat
null
777,374
07.09.2021 14:16:19
25,200
8f2a48961d0e65d48f00252ec824e5c357e674a8
ci: restrict setuptools version.
[ { "change_type": "MODIFY", "diff": "@@ -212,7 +212,7 @@ commands:\nsudo apt-get install -y python3-venv\n/usr/bin/python3 -m venv /tmp/venv\necho \"export PATH=/tmp/venv/bin:\\\"${PATH}\\\"\" >> $BASH_ENV\n- /tmp/venv/bin/python -m pip install --upgrade pip\\<20 wheel setuptools\n+ /tmp/venv/bin/python -m p...
Python
Apache License 2.0
determined-ai/determined
ci: restrict setuptools version. (#2920)
1
ci
null
756,013
07.09.2021 14:49:49
21,600
eceb68828b61c77524927a7f79a64de480302dfd
docs(env): tighten some wording
[ { "change_type": "MODIFY", "diff": "-# Inventory of Agoric SDK Environment Variables\n+# Agoric SDK Environment Variables\n```js\nprocess.env.DOCUMENTATION // for power users\n```\n-TODO: Fill out more details!\n-\nThis file describes environment variables that influence the execution of the\n-Agoric SDK. T...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(env): tighten some wording
1
docs
env
438,921
07.09.2021 14:55:16
-32,400
5d3a5ed37bf290eea97fe572cb905b8e7f99ba6b
fix(event): make consistent tooltip position on step-after Remove unnecessary step-after index update Fix
[ { "change_type": "MODIFY", "diff": "@@ -413,14 +413,7 @@ export default {\nreturn;\n}\n- let {index} = d;\n-\n- if ($$.isStepType(d) &&\n- config.line_step_type === \"step-after\" &&\n- getPointer(event, this)[0] < $$.scale.x($$.getXValue(d.id, index))\n- ) {\n- index -= 1;\n- }\n+ const {index} = d;\nif (i...
TypeScript
MIT License
naver/billboard.js
fix(event): make consistent tooltip position on step-after Remove unnecessary step-after index update Fix #2287
1
fix
event
386,584
07.09.2021 15:01:43
-7,200
5fd636db37a957f7ac569ebe14ebfce5b4ddbe98
chore(blocksAntd): Updated Card tests.
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ Array [\n>\ncontent\n</div>,\n+ \"className\": \"{\\\\\"style\\\\\":[{\\\\\"outline\\\\\":\\\\\"none\\\\\"},null]}\",\n\"extra\": <div\nstyle={\nObject {\n@@ -29,6 +30,7 @@ Array [\n\"headStyle\": \"{\\\\\"options\\\\\":{\\\\\"styleObjectOnly\\\\\":true}...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blocksAntd): Updated Card tests.
1
chore
blocksAntd
386,584
07.09.2021 15:17:47
-7,200
ee8bda4a5bd6248c03433a720652d72c3b9ddbae
feat(docs): Added Password Input block 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(docs): Added Password Input block docs.
1
feat
docs
104,828
07.09.2021 15:35:32
-7,200
ccc87afbb2f6e241b2165c755f990e0059512def
fix(statefultable): increased coverage and fixed a reducer action
[ { "change_type": "MODIFY", "diff": "@@ -593,12 +593,11 @@ export const tableReducer = (state = {}, action) => {\n}\ncase TABLE_ADVANCED_FILTER_CANCEL: {\n- const isOpen = state.view.toolbar.advancedFilterFlyoutOpen === true;\nreturn update(state, {\nview: {\ntoolbar: {\n$set: {\n- advancedFilterFlyoutOpen: ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(statefultable): increased coverage and fixed a reducer action #2802
1
fix
statefultable
217,922
07.09.2021 15:38:59
-7,200
0fe0891dac5823997bc42fcaf696ef8a5505048f
feat(ux): added tug label next to fish name in bite times chart
[ { "change_type": "MODIFY", "diff": "@@ -87,18 +87,20 @@ export class FishingSpotBiteTimesComponent implements OnInit, OnDestroy {\npublic readonly biteTimesChartJSData$: Observable<any> = combineLatest([this.fishCtx.biteTimesBySpot$, this.fishCtx.tugsBySpotByFish$]).pipe(\nswitchMap(([res, tugs]) => {\nif (...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(ux): added tug label next to fish name in bite times chart
1
feat
ux
688,424
07.09.2021 15:48:02
-10,800
0cdd7fc5084a08eaf652f1a45bf2fb5798f7e332
fix: update modal scrollable shades to fix resize inheritance
[ { "change_type": "MODIFY", "diff": "import { useEffect, useState } from 'react'\n+import debounce from 'debounce'\nconst useScrollableShades = (ref: React.RefObject<HTMLDivElement>) => {\nconst [top, setTop] = useState(false)\n@@ -11,19 +12,25 @@ const useScrollableShades = (ref: React.RefObject<HTMLDivElem...
TypeScript
MIT License
toptal/picasso
fix: update modal scrollable shades to fix resize inheritance (#2154)
1
fix
null
386,584
07.09.2021 16:04:11
-7,200
b7e32e2c2499b49804daf65a8976da63a02fd803
chore(blocksAntd): Remove unused Icon import from PasswordInput.
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,6 @@ import { Input } from 'antd';\nimport { blockDefaultProps } from '@lowdefy/block-tools';\nimport Label from '../Label/Label';\n-import Icon from '../Icon/Icon';\nimport useRunAfterUpdate from '../../useRunAfterUpdate';\nconst PasswordInput = ({\n", "...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blocksAntd): Remove unused Icon import from PasswordInput.
1
chore
blocksAntd
306,320
07.09.2021 16:08:17
-3,600
f8a63c67ba895dc2e788f029960799026aad887c
fix: fix INFRACOST_TERRAFORM_WORKSPACE env variable being overwritten
[ { "change_type": "MODIFY", "diff": "@@ -2,11 +2,12 @@ package main\nimport (\n\"fmt\"\n- \"github.com/Rhymond/go-money\"\n\"io\"\n\"os\"\n\"strings\"\n+ \"github.com/Rhymond/go-money\"\n+\n\"github.com/infracost/infracost/internal/apiclient\"\n\"github.com/infracost/infracost/internal/clierror\"\n\"github.c...
Go
Apache License 2.0
infracost/infracost
fix: fix INFRACOST_TERRAFORM_WORKSPACE env variable being overwritten (#946)
1
fix
null
217,922
07.09.2021 16:21:59
-7,200
11dac21ecc2c0b6bc97429a8d60338773ac35f42
chore(alarms): new alarms format that will auto regenerate
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,6 @@ import { AlarmGroup } from '../alarm-group';\nimport { SettingsService } from '../../../modules/settings/settings.service';\nimport { WeatherService } from '../../eorzea/weather.service';\nimport { NextSpawn } from '../next-spawn';\n-import { weatherInde...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(alarms): new alarms format that will auto regenerate
1
chore
alarms
915,177
07.09.2021 16:26:33
-7,200
709ef44c331991c1e46a6733627dd1b1c08c9d61
chore: update ory/x to v0.0.278 Closes
[ { "change_type": "MODIFY", "diff": "@@ -358,3 +358,11 @@ func TestLoginConsentURL(t *testing.T) {\nassert.Equal(t, \"http://localhost:3000/#/oauth/login\", p2.LoginURL().String())\nassert.Equal(t, \"http://localhost:3000/#/oauth/consent\", p2.ConsentURL().String())\n}\n+\n+func TestInfinitRefreshTokenTTL(t ...
Go
Apache License 2.0
ory/hydra
chore: update ory/x to v0.0.278 (#2707) Closes #2651
1
chore
null
104,828
07.09.2021 16:26:52
-7,200
72ec07a5e0c64f336e724deb5d0d4386d8c095b2
test(statefultable): increased coverage threshold
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ module.exports = {\ncoverageThreshold: {\n'./src/components/DashboardEditor/editorUtils.jsx': all90Covered,\n'./src/components/Table/baseTableReducer.js': all90Covered,\n+ './src/components/Table/tableReducer.js': all90Covered,\n'./src/components/Card/Ca...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(statefultable): increased coverage threshold #2802
1
test
statefultable
306,320
07.09.2021 16:29:23
-3,600
6f872295e48580aa0befa290ffe45e092528c517
fix(ci): add test to catch empty output in CI
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ jobs:\n- name: Test example works ok from CLI\nrun: |\nmake run --silent ARGS=\"breakdown --path examples/terraform --usage-file=examples/terraform/infracost-usage.yml --format json\" > infracost-output.json\n+ [ -s infracost-output.json ] || (echo \"fil...
Go
Apache License 2.0
infracost/infracost
fix(ci): add test to catch empty output in CI
1
fix
ci
744,016
07.09.2021 16:35:43
21,600
59a86fb83cfeb8533c6dd446c73cf4166cc455f2
fix: conflicts and strip-dashed
[ { "change_type": "MODIFY", "diff": "@@ -411,6 +411,24 @@ export function validation(\n});\n}\n});\n+\n+ // When strip-dashed is true, match conflicts (kebab) with argv (camel)\n+ // Addresses: https://github.com/yargs/yargs/issues/1952\n+ if (yargs.getInternalMethods().getParserConfiguration()['strip-dashed...
JavaScript
MIT License
yargs/yargs
fix: conflicts and strip-dashed (#1998)
1
fix
null
777,401
07.09.2021 16:39:55
14,400
59ca50e142ba363c706baf01159754e24daf6fd3
chore: fix master/agent Docker image vulnerabilities This change adds a step to master and agent Docker builds to pull in the latest security fixes for some packages.
[ { "change_type": "MODIFY", "diff": "FROM debian:10.3-slim\nMAINTAINER Determined AI <hello@determined.ai>\n-RUN apt-get update && apt-get install -y perl-base\n+RUN apt-get update -yq \\\n+ && apt-get upgrade -s \\\n+ | grep \"^Inst\" \\\n+ | grep -e \"Debian\" -e \"Debian-Security\" \\\n+ | awk -F \" \" {'...
Python
Apache License 2.0
determined-ai/determined
chore: fix master/agent Docker image vulnerabilities [DET-5926] (#2914) This change adds a step to master and agent Docker builds to pull in the latest security fixes for some packages.
1
chore
null
877,014
07.09.2021 16:44:09
-7,200
5bc864b7e106035d009e0c80db72e2a0e1433f0a
fix(showcases): code text is black on black background in light mode
[ { "change_type": "MODIFY", "diff": "color: var(--vtmn-semantic-color_content-primary);\n}\n.sbdocs-content pre code {\n- color: var(--vtmn-semantic-color_content-primary)!important;\n+ color: var(--vtmn-semantic-color_content-secondary)!important;\n}\n.sbdocs-content svg {\ncolor: var(--vtmn-base-color_blac...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(showcases): code text is black on black background in light mode #560 (#561)
1
fix
showcases
731,365
07.09.2021 17:02:09
-19,080
9b9040e97c1d7a68d0757c05a67fb0fc8184b827
fix: handle `undefined` and empty configuration export
[ { "change_type": "MODIFY", "diff": "@@ -67,11 +67,11 @@ class WebpackCLI {\n}\n// For babel/typescript\n- if (result.default) {\n- result = result.default;\n+ if (result && typeof result === \"object\" && \"default\" in result) {\n+ result = result.default || {};\n}\n- return result;\n+ return result || {};...
JavaScript
MIT License
webpack/webpack-cli
fix: handle `undefined` and empty configuration export (#2930)
1
fix
null
815,593
07.09.2021 17:12:16
-28,800
f034e35daa7e6dfc39209f717dcf37a0004fa2b8
test: add test_send_transaction_exceeded_maximum_ancestors_count unit test
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,11 @@ GRCOV_EXCL_LINE = \\s*(((log|ckg_logger)::)?(trace|debug|info|warn|error)|(debug_\n##@ Testing\n.PHONY: test\n-test: ## Run all tests.\n+test: ## Run all tests, including some tests can be time-consuming to execute (tagged with [ignore])\n+ cargo test $...
Rust
MIT License
nervosnetwork/ckb
test: add test_send_transaction_exceeded_maximum_ancestors_count unit test
1
test
null
217,922
07.09.2021 17:13:36
-7,200
f136a8651dc77667cdf92af827868c231ad2c27f
fix(simulator): actions are now disabled even on first step if you can't use them
[ { "change_type": "MODIFY", "diff": "[cdkDragStartDelay]=\"50\"\n[cdkDragDisabled]=\"snapshotMode\"\n[action]=\"action\"\n- [disabled]=\"resultData.steps.length > 0 && !action.canBeUsed(resultData.simulation, true) || snapshotMode\"\n+ [disabled]=\"!action.canBeUsed(resultData.simulation, true) || snapshotMo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): actions are now disabled even on first step if you can't use them
1
fix
simulator
342,861
07.09.2021 17:17:48
-7,200
b19fc81e68dc360a02dee153a0324badd2675b7a
docs(DocLayout): update the bottom of DocLayout
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ const StyledMobileOutdent = styled.div`\n> *:last-child {\nflex: 1;\n+ margin-bottom: 4rem;\n}\n`;\n", "new_path": "docs/src/components/DocLayout/primitives/StyledMobileOutdent.tsx", "old_path": "docs/src/components/DocLayout/primitives/StyledMob...
JavaScript
MIT License
kiwicom/orbit
docs(DocLayout): update the bottom of DocLayout
1
docs
DocLayout
217,922
07.09.2021 17:18:41
-7,200
dfc6fbb8ee0bc0bb95325f4e033767f5ae1d83a5
fix(leveling-equipment): fixed secondary stat not accurate with tank gear above lvl 50
[ { "change_type": "MODIFY", "diff": "@@ -282,7 +282,7 @@ export class LevelingEquipmentComponent extends TeamcraftComponent {\n} else {\nswitch (mainStat) {\ncase BaseParam.VITALITY:\n- secondaryStat = BaseParam.TENACITY;\n+ secondaryStat = BaseParam.STRENGTH;\nbreak;\ncase BaseParam.STRENGTH:\ncase BasePara...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(leveling-equipment): fixed secondary stat not accurate with tank gear above lvl 50
1
fix
leveling-equipment
217,922
07.09.2021 17:24:40
-7,200
ef802c2aaba2345668effa6ebc01a8810a72673c
fix(levequests): fixed gamerescape link not working on desktop app
[ { "change_type": "MODIFY", "diff": "<b>{{'LEVEQUESTS.Deliver_to' | translate: { placename: leve.deliveryPlaceId | placeName | i18n } }}</b>\n<div>\n<a href=\"https://ffxiv.gamerescape.com/wiki/{{leve.name.en.split(' ').join('_')}}\"\n- target=\"_blank\">\n+ target=\"_blank\" (click)=\"openInGE(leve)\">\n{{'...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(levequests): fixed gamerescape link not working on desktop app
1
fix
levequests
342,861
07.09.2021 17:44:33
-7,200
5ae1da119116718210820ea7eda8f810c6d7ca18
docs: update shadows
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { Heading, Stack, Button, mediaQueries as mq } from \"@kiwicom/orbit-compo\nimport { StyledButtonPrimitive } from \"@kiwicom/orbit-components/lib/primitives/ButtonPrimitive\";\nimport useTheme from \"@kiwicom/orbit-components/lib/hooks/useTheme\";\n...
JavaScript
MIT License
kiwicom/orbit
docs: update shadows
1
docs
null
551,670
07.09.2021 18:03:33
-7,200
4456a2e90037c5b6fc45bddf35fb49ad1cbca72b
fix(ilp): review ILP/UDP value parser and fix corner cases
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ import io.questdb.cairo.CairoException;\nimport io.questdb.cairo.ColumnType;\nimport io.questdb.cairo.GeoHashes;\nimport io.questdb.cairo.TableWriter;\n+import io.questdb.griffin.SqlKeywords;\nimport io.questdb.log.Log;\nimport io.questdb.log.LogFactory;...
Java
Apache License 2.0
questdb/questdb
fix(ilp): review ILP/UDP value parser and fix corner cases (#1289)
1
fix
ilp
342,861
07.09.2021 18:15:50
-7,200
4ffae6839b91ab146dc3fc312fa7d7a1ebaf5b81
docs(sandbox): fix border
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import { Heading, Stack, Button, mediaQueries as mq } from \"@kiwicom/orbit-compo\nimport { StyledButtonPrimitive } from \"@kiwicom/orbit-components/lib/primitives/ButtonPrimitive\";\nimport useTheme from \"@kiwicom/orbit-components/lib/hooks/useTheme\";\n...
JavaScript
MIT License
kiwicom/orbit
docs(sandbox): fix border
1
docs
sandbox
342,861
07.09.2021 18:39:08
-7,200
ad3786bc1a84e516702da0b9573f9c661eec9090
docs(Footer): remove hasGradient prop
[ { "change_type": "MODIFY", "diff": "@@ -222,7 +222,7 @@ export default function DocLayout({\n)}\n</StyledMain>\n</StyledMiddle>\n- <Footer hasGradient />\n+ <Footer />\n</StyledWrapper>\n</BookmarkProvider>\n</>\n", "new_path": "docs/src/components/DocLayout/index.tsx", "old_path": "docs/src/compone...
JavaScript
MIT License
kiwicom/orbit
docs(Footer): remove hasGradient prop
1
docs
Footer
306,652
07.09.2021 19:13:49
-19,080
4d4965b95035c4609dd3dbdd537ec169a6aa9b3a
fix: improve padding of close button in header
[ { "change_type": "MODIFY", "diff": "justify-content: flex-start;\npadding-top: var(--spacing-l);\npadding-bottom: var(--spacing-l);\n- padding-right: var(--spacing);\n+ padding-right: var(--spacing-2);\n}\n.FullscreenModal-footer {\n", "new_path": "css/src/components/fullscreenModal.css", "old_path"...
TypeScript
MIT License
innovaccer/design-system
fix: improve padding of close button in header
1
fix
null
342,861
07.09.2021 19:15:55
-7,200
a1a86635e433849076e2522c3657aede74c1a725
docs(sandbox): add backgrounds
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import Playground from \"./components/Playground\";\nimport ViewportsRuler from \"./components/ViewportsRuler\";\nimport { transform } from \"./helpers\";\n-import { Props as InitialProps } from \".\";\n+import { BgType, Props as InitialProps } from \".\";...
JavaScript
MIT License
kiwicom/orbit
docs(sandbox): add backgrounds
1
docs
sandbox
865,922
07.09.2021 19:24:54
-7,200
2fe057f392557324b3b987c86cc499d66afa97ad
chore(CHANGELOG): update to v4.10
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,34 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 4.10.0\n+\n+### General\n+\n+* `FEAT`: add `Provide Feedback` button in the status bar, allowing to copy system info...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v4.10
1
chore
CHANGELOG
699,201
07.09.2021 19:32:59
14,400
0267bcf946031203deef30cbbcb7e1260595b99f
test(box): update color-text-success rgb value
[ { "change_type": "MODIFY", "diff": "@@ -560,7 +560,7 @@ describe('Customization', () => {\n</CustomizationProvider>\n);\nconst renderedBox = screen.getByTestId('customizable-box');\n- expect(renderedBox).toHaveStyleRule('color', 'rgb(20,176,83)', {target: ':hover'});\n+ expect(renderedBox).toHaveStyleRule('...
TypeScript
MIT License
twilio-labs/paste
test(box): update color-text-success rgb value
1
test
box
865,922
07.09.2021 19:33:11
-7,200
3204e274e5eaa1d9b7466a2dd9dfbfb1597a4d34
deps: bump bpmn-js, dmn-js, diagram-js and zeebe-bpmn-moddle
[ { "change_type": "MODIFY", "diff": "}\n},\n\"bpmn-js\": {\n- \"version\": \"8.7.1\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js/-/bpmn-js-8.7.1.tgz\",\n- \"integrity\": \"sha512-XpILybGAof9R1A7dbbCFl+d5iPHg7pXz4lNbyYMsqfOeCX8hSBgaKcWRMtF/FJpNnBFdAtbwc2Atb7dhXM2WAg==\",\n+ \"version\": \"8.7.3\",\...
JavaScript
MIT License
camunda/camunda-modeler
deps: bump bpmn-js, dmn-js, diagram-js and zeebe-bpmn-moddle
1
deps
null
699,201
07.09.2021 19:33:24
14,400
a15791168549e95cc927a11a4949112c23095751
test(text): udpate color-text-success rgb value
[ { "change_type": "MODIFY", "diff": "@@ -675,7 +675,7 @@ describe('Customization', () => {\n</CustomizationProvider>\n);\nconst renderedBox = screen.getByTestId('customizable-box');\n- expect(renderedBox).toHaveStyleRule('color', 'rgb(20,176,83)', {target: ':hover'});\n+ expect(renderedBox).toHaveStyleRule('...
TypeScript
MIT License
twilio-labs/paste
test(text): udpate color-text-success rgb value
1
test
text
306,320
07.09.2021 19:44:45
-3,600
4a46d81cf25f8b344212909ee6b9890c324b84e0
chore: update error to include Terragrunt
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ func runMain(cmd *cobra.Command, runCtx *config.RunContext) error {\nif err != nil {\nm := fmt.Sprintf(\"%s\\n\\n\", err)\nm += fmt.Sprintf(\"Use the %s flag to specify the path to one of the following:\\n\", ui.PrimaryString(\"--path\"))\n- m += \" - Te...
Go
Apache License 2.0
infracost/infracost
chore: update error to include Terragrunt
1
chore
null
380,730
07.09.2021 20:01:42
-7,200
cbc87b5dab8daf0cd2217b2a2525dfd12dad7272
feat: Cloud service providers & Translation.io Now with Lingui, you could integrate your favorite SaSS for syncing your translations using an internal process. Translation.io already introduced themselves and now you can sync Translation.io translations in your React codebases without anything else than `lingui extract...
[ { "change_type": "MODIFY", "diff": "\"LICENSE\",\n\"README.md\",\n\"api\",\n+ \"services\",\n\"lingui.js\",\n\"lingui-*.js\"\n],\n", "new_path": "packages/cli/package.json", "old_path": "packages/cli/package.json" }, { "change_type": "MODIFY", "diff": "@@ -68,6 +68,13 @@ export default f...
TypeScript
MIT License
lingui/js-lingui
feat: Cloud service providers & Translation.io (#1107) Now with Lingui, you could integrate your favorite SaSS for syncing your translations using an internal process. Translation.io already introduced themselves and now you can sync Translation.io translations in your React codebases without anything else than `lingu...
1
feat
null
777,376
07.09.2021 20:17:57
14,400
f5dc74191a4d30072a9a40d885b4abde4164d611
docs: update k8s version to 1.19 >= and <= 1.21 Added wrapper for sphinx-build which will cause a non-zero exit code when we have broken download links inside the docs. Added symlink for helm chart to determined-latest.tgz
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ export VERSION := $(shell cat ../VERSION)\nSPHINXOPTS = -W\nSPHINXBUILD = sphinx-build\n+SPHINXWRAPPER = ./sphinx-wrapper.py\n.PHONY: build-examples\nbuild-examples:\n@@ -57,4 +58,4 @@ check:\n# \"make mode\" option. $(O) is meant as a shortcut for $(SPHIN...
Python
Apache License 2.0
determined-ai/determined
docs: update k8s version to 1.19 >= and <= 1.21 (#2887) Added wrapper for sphinx-build which will cause a non-zero exit code when we have broken download links inside the docs. Added symlink for helm chart to determined-latest.tgz
1
docs
null
713,832
07.09.2021 20:40:31
-7,200
0516bf9353223dfadb7fdb2da508b263f8d5b861
feat: add npm7 support to npm audit plugin
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"express\": \"4.17.1\",\n- \"request\": \"2.88.2\"\n+ \"https-proxy-agent\": \"5.0.0\",\n+ \"body-parser\": \"1.19.0\",\n+ \"node-fetch\": \"2.6.0\"\n},\n\"devDependencies\": {\n\"@verdaccio/types\": \"workspace:10.0.0\"\n", "new_path": "plug...
TypeScript
MIT License
verdaccio/monorepo
feat: add npm7 support to npm audit plugin (#414)
1
feat
null
306,320
07.09.2021 20:55:12
-3,600
76b3faeb853cde2b356ff50b695aca110e66bd49
fix: warn on invalid TF_CLI_CONFIG_FILE instead of error
[ { "change_type": "MODIFY", "diff": "@@ -147,15 +147,17 @@ func CreateConfigFile(dir string, terraformCloudHost string, terraformCloudToken\npath := os.Getenv(\"TF_CLI_CONFIG_FILE\")\nif !filepath.IsAbs(path) {\n- path, err = filepath.Abs(filepath.Join(dir, os.Getenv(\"TF_CLI_CONFIG_FILE\")))\n+ path, err = ...
Go
Apache License 2.0
infracost/infracost
fix: warn on invalid TF_CLI_CONFIG_FILE instead of error (#949)
1
fix
null
306,309
07.09.2021 20:56:53
-3,600
c261fabc5306f9f23e76c083437c2938cd2b98c3
feat(ci): enable Azure DevOps users to customize comment status
[ { "change_type": "MODIFY", "diff": "@@ -219,9 +219,11 @@ post_to_azure_devops () {\nGITHUB_SHA=$SYSTEM_PULLREQUEST_SOURCECOMMITID\npost_to_github\nelif [ \"$BUILD_REPOSITORY_PROVIDER\" = \"TfsGit\" ]; then\n+ # See https://docs.microsoft.com/en-us/javascript/api/azure-devops-extension-api/commentthreadstatu...
Go
Apache License 2.0
infracost/infracost
feat(ci): enable Azure DevOps users to customize comment status (#950)
1
feat
ci
104,828
07.09.2021 22:07:41
-7,200
ce7b3d427f762bb8b040567e04f3d46b48575716
test(statefultable): increased coverage and removed threshold exceptions
[ { "change_type": "MODIFY", "diff": "\"src/components/BarChartCard/barChartUtils.js\",\n\"src/components/ComboChartCard/comboChartHelpers.js\",\n\"src/components/Table/Table.test.helpers.js\",\n- \"src/components/Table/TablePropTypes.js\",\n- \"src/components/Table/baseTableReducer.js\",\n- \"src/components/...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(statefultable): increased coverage and removed threshold exceptions
1
test
statefultable
815,601
08.09.2021 00:02:27
-28,800
aca515d2af6f45275a2df5597357e35d337306eb
feat: tweak type for better transaction status rpc
[ { "change_type": "MODIFY", "diff": "@@ -619,8 +619,9 @@ The response looks like below when `verbosity` is 0.\n```\n#### Method `get_transaction`\n-* `get_transaction(tx_hash)`\n+* `get_transaction(tx_hash, verbosity)`\n* `tx_hash`: [`H256`](#type-h256)\n+ * `verbosity`: [`Uint32`](#type-uint32) `|` `null`\n...
Rust
MIT License
nervosnetwork/ckb
feat: tweak type for better transaction status rpc
1
feat
null
743,929
08.09.2021 00:34:21
-18,000
ee047b9cd6260ce90d845e7e687228e617c8a30d
feat(locales): Added Uzbek translation
[ { "change_type": "MODIFY", "diff": "@@ -1062,6 +1062,7 @@ Locales currently supported:\n* **pt:** Portuguese.\n* **pt_BR:** Brazilian Portuguese.\n* **ru:** Russian.\n+* **uz:** Uzbek.\n* **th:** Thai.\n* **tr:** Turkish.\n* **zh_CN:** Chinese (Mainland China).\n", "new_path": "docs/api.md", "old_pa...
JavaScript
MIT License
yargs/yargs
feat(locales): Added Uzbek translation (#2024)
1
feat
locales
380,712
08.09.2021 00:49:59
-7,200
18d1884ade21274e921e1970d688840e40b63f7c
chore: added publish step to npm ci
[ { "change_type": "ADD", "diff": "+name: publish-work\n+\n+on:\n+ workflow_dispatch:\n+ inputs:\n+ npmTag:\n+ description: \"NPM tag to release (latest|next)\"\n+ required: true\n+ default: \"latest\"\n+\n+jobs:\n+ release:\n+ runs-on: ubuntu-latest\n+ if: \"! contains(toJSON(github.event.commits.*.message),...
TypeScript
MIT License
lingui/js-lingui
chore: added publish step to npm ci
1
chore
null
603,467
08.09.2021 03:03:31
-3,600
5cfc7e53c977ae919398d9102f43985f393992db
feat(protractor): removed Protractor-specific Target implementations in favour of
[ { "change_type": "MODIFY", "diff": "@@ -2,5 +2,4 @@ export * from './Browser';\nexport * from './Cookie';\nexport * from './ModalDialog';\nexport * from './ProtractorParam';\n-export { Target } from './targets';\nexport * from './Window';\n", "new_path": "packages/protractor/src/screenplay/questions/ind...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(protractor): removed Protractor-specific Target implementations in favour of @serenity-js/web
1
feat
protractor
277,286
08.09.2021 07:09:32
-7,200
e570967ccac86e07d4d442cc8f16fe4f5818a91c
chore: sync API
[ { "change_type": "MODIFY", "diff": "@@ -4456,7 +4456,7 @@ class RangeSlider:\nself.min_value = min_value\n\"\"\"The lower bound of the selected range.\"\"\"\nself.max_value = max_value\n- \"\"\"The upper bound of the selected range.\"\"\"\n+ \"\"\"The upper bound of the selected range. Default value is `max...
Python
Apache License 2.0
h2oai/wave
chore: sync API
1
chore
null
730,480
08.09.2021 07:38:29
-3,600
9e951ee6ba069bf812e2717e4c272688aa4ccd73
feat(internal-plugin-ediscovery): add transforms for public spaces
[ { "change_type": "MODIFY", "diff": "@@ -190,30 +190,31 @@ class Transforms {\n// add warning properties to the activity - these will be recorded in the downloader\nif (container.warning) {\n- activity.spaceWarning = container.warning; // Depreciate this property\n+ activity.spaceWarning = container.warning;...
JavaScript
MIT License
webex/webex-js-sdk
feat(internal-plugin-ediscovery): add transforms for public spaces
1
feat
internal-plugin-ediscovery
126,276
08.09.2021 07:56:23
10,800
072421156a61e9e1a9071d5f7af589edca71917c
chore(cmd/immuadmin): improve flag description and rollback args spec
[ { "change_type": "MODIFY", "diff": "@@ -94,13 +94,15 @@ func (cl *commandline) database(cmd *cobra.Command) {\nreturn err\n}\n- fmt.Fprintf(cmd.OutOrStdout(), \"database '%s' (replica = %v) successfully created\\n\", args[0], isReplica)\n+ fmt.Fprintf(cmd.OutOrStdout(),\n+ \"database '%s' {replica: %v, excl...
Go
Apache License 2.0
codenotary/immudb
chore(cmd/immuadmin): improve flag description and rollback args spec Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
cmd/immuadmin
306,320
08.09.2021 08:03:49
-3,600
bd322a6652a2065583300b21fcfbb375a37bb3ce
fix: no product found for VPN gateway cost component
[ { "change_type": "MODIFY", "diff": "@@ -31,8 +31,7 @@ func NewAzureRMVpnGateway(d *schema.ResourceData, u *schema.UsageData) *schema.R\ncostComponents := make([]*schema.CostComponent, 0)\nif sku == \"Basic\" {\n- sku = \"Basic Gateway\"\n- meterName = \"Basic\"\n+ meterName = \"Basic Gateway\"\n}\ncostCompo...
Go
Apache License 2.0
infracost/infracost
fix: no product found for VPN gateway cost component (#952)
1
fix
null
503,940
08.09.2021 09:04:10
14,400
0d0e48528cf049efa8282c9b684f4882951498fa
fix(Table): fix broken links in empty state example
[ { "change_type": "MODIFY", "diff": "@@ -2765,7 +2765,7 @@ class PageLayoutDefaultNav extends React.Component {\n## Empty states\n-These examples demonstrate the use of an [Empty State component](/documentation/react/components/emptystate) inside of a [Table](/documentation/react/components/table). Empty sta...
TypeScript
MIT License
patternfly/patternfly-react
fix(Table): fix broken links in empty state example (#6276)
1
fix
Table
777,353
08.09.2021 09:16:06
18,000
c8acf89172202a295a83a0d3821423fed8e4d21f
fix: change styling on "stop experiment" modal
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ interface Props extends Omit<ModalFuncProps, 'type'> {\n}\nconst StopExperimentModal: React.FC<Props> = ({ experiment, onClose }: Props) => {\n- const [ type, setType ] = useState<ActionType>(ActionType.Kill);\n+ const [ type, setType ] = useState<Action...
Python
Apache License 2.0
determined-ai/determined
fix: change styling on "stop experiment" modal [DET-5837] (#2894)
1
fix
null
276,951
08.09.2021 09:20:23
10,800
1d740c59fb62ac45ec2e3f254bdd71439593da50
feat(icon): add Box component to Icon
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,8 @@ import {\n} from 'prop-types';\nimport { withTheme } from 'styled-components';\n+import Box from '../Box';\n+\nconst Icon = ({\nas: Component,\nsize,\n@@ -19,9 +21,10 @@ const Icon = ({\ntheme,\n...props\n}) => (\n- <Component\n- {...(width && { width: the...
JavaScript
MIT License
gympass/yoga
feat(icon): add Box component to Icon
1
feat
icon
276,951
08.09.2021 09:21:44
10,800
ba48b57be157c0d7558d39a1232d5840611a2c53
test(icon): add unit test
[ { "change_type": "MODIFY", "diff": "@@ -29,4 +29,21 @@ describe('Snapshots', () => {\nexpect(container).toMatchSnapshot();\n});\n+\n+ it('should match snapshot with system props', () => {\n+ const { container } = render(\n+ <ThemeProvider>\n+ <Icon\n+ as={Circle}\n+ size=\"small\"\n+ fill=\"stamina\"\n+ mar...
JavaScript
MIT License
gympass/yoga
test(icon): add unit test
1
test
icon
603,467
08.09.2021 09:25:18
-3,600
f1ef4b8045197f57efb61d63dff53c4a96b39a3d
chore(deps-dev): updated TypeScript to 4.3.5
[ { "change_type": "MODIFY", "diff": "\"mocha\": \"^9.0.3\",\n\"nodemon\": \"^2.0.6\",\n\"ts-node\": \"^10.2.1\",\n- \"typescript\": \"^4.3.5\"\n+ \"typescript\": \"^4.4.2\"\n},\n\"dependencies\": {\n\"body-parser\": \"^1.19.0\",\n", "new_path": "examples/calculator-app/package.json", "old_path": "exa...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(deps-dev): updated TypeScript to 4.3.5
1
chore
deps-dev
276,986
08.09.2021 09:42:46
10,800
ad12fbde7321b6a5430b923764772ebf8be52314
fix(Details): normalize height
[ { "change_type": "MODIFY", "diff": "@@ -28,13 +28,8 @@ const Attendances = ({ attendances, rate }) => (\n<List>\n{attendances.map(({ description, icon }) => (\n<React.Fragment key={description}>\n- <Box height=\"xsmall\" width=\"xsmall\">\n- <Icon\n- as={icon}\n- fill=\"deep\"\n- size=\"xsmall\"\n- style={{...
JavaScript
MIT License
gympass/yoga
fix(Details): normalize height
1
fix
Details
104,828
08.09.2021 09:49:52
-7,200
e33eed6a25d8b0168b068c406b0ac6267f99ff40
test(listitem): added more tests
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ module.exports = {\ncoverageReporters: ['html', 'text-summary', 'lcov', 'json'],\ncoverageDirectory: 'jest/coverage',\ncoverageThreshold: {\n+ './src/components/List/ListItem/ListItem.jsx': all90Covered,\n'./src/components/DashboardEditor/editorUtils.jsx...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(listitem): added more tests #2799
1
test
listitem
603,467
08.09.2021 09:55:00
-3,600
e9b83c4c8fa540bf89052b9aaf7b0a25b1a9e6cd
docs(webdriverio): corrected typo
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ export class Scroll extends WebElementInteraction {\n* Instantiates this {@link @serenity-js/core/lib/screenplay~Interaction}.\n*\n* @param {Answerable<Element<'async'>>} target\n- * The element to be scroll to\n+ * The element to be scrolled to\n*\n* @r...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(webdriverio): corrected typo
1
docs
webdriverio
826,708
08.09.2021 10:00:21
-10,800
6bb38fdd293b240b3fa15818fa71ab9381afdf85
fix: clean up dirs before generation
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,8 @@ typescript () {\necho \"Generating TypeScript...\"\ndir=\"clients/${PROJECT}/typescript\"\n+ rm -rf \"$dir\" || true\n+ mkdir -p \"$dir\"\nopenapi-generator-cli generate -i \"${SPEC_FILE}\" \\\n-g typescript-axios \\\n@@ -58,9 +60,8 @@ java () {\necho \"...
C#
Apache License 2.0
ory/sdk
fix: clean up dirs before generation
1
fix
null
942,578
08.09.2021 10:00:38
18,000
76f354bf67a6414049fc0ebf9eb480a09b4d0569
fix: Update search bar to properly render rtl
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\n-import styled from '@emotion/styled';\nimport {CSSObject} from '@emotion/core';\nimport {colors, space, spaceNumbers} from '@workday/canvas-kit-react/tokens';\n-import {GrowthBehavior} from '@workday/canvas-kit-react/common';\n+import {Gr...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Update search bar to properly render rtl (#1231)
1
fix
null
603,467
08.09.2021 10:03:37
-3,600
925117800341ab3684a45f22f20f4e1476b268bb
ci(github): adjusted the timeouts so that integration test have enough time on Windows runners
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"clean\": \"rimraf lib\",\n\"lint\": \"eslint --ext ts --config ../../.eslintrc.js\",\n- \"test\": \"mocha --config ../../.mocharc.yml 'spec/**/*.spec.*'\"\n+ \"test\": \"mocha --config ../../.mocharc.yml --timeout 60000 'spec/**/*.spec.*'\"\n},\n\"reposi...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): adjusted the timeouts so that integration test have enough time on Windows runners
1
ci
github
276,951
08.09.2021 10:04:44
10,800
e039aa4a201b2f3dcf307f619c0948f5cbbde70f
docs(icon): add example to Icon with system props
[ { "change_type": "MODIFY", "diff": "<Icon as={Home} size=\"medium\" fill=\"hope\" />\n</>\n```\n+\n+### Usage with system props\n+\n+```javascript type=expo\n+<>\n+ <Icon\n+ as={AlertCircle}\n+ w={50}\n+ h={50}\n+ margin=\"medium\"\n+ fill=\"energy\"\n+ stroke=\"energy\"\n+ />\n+ <Icon as={Home} size=\"medi...
JavaScript
MIT License
gympass/yoga
docs(icon): add example to Icon with system props
1
docs
icon
127,956
08.09.2021 10:41:27
-10,800
8e373ae985b2542dd904b8a7b1c79e929a8572c2
feat: add additional functionality for dialog
[ { "change_type": "MODIFY", "diff": "@@ -5,206 +5,119 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n# [6.13.0](https://github.com/coingaming/moon-design/compare/v6.12.2...v6.13.0) (2021-09-02)\n-\n### Bug Fixes\n-* remove list-item page ([#1367](https://github.com/coing...
TypeScript
MIT License
coingaming/moon-design
feat: add additional functionality for dialog [B1M2-3675] (#1366)
1
feat
null
320,312
08.09.2021 10:52:03
14,400
4e77c67641e85b353c1157e36cbd7c2657dbc01d
chore(store): EBGames renamed to Gamestop (in Canada)
[ { "change_type": "RENAME", "diff": "import {Store} from './store';\n-export const EbGames: Store = {\n+export const GamestopCA: Store = {\ncurrency: '$',\nlabels: {\nmaxPrice: {\n@@ -16,32 +16,32 @@ export const EbGames: Store = {\nbrand: 'test:brand',\nmodel: 'test:model',\nseries: 'test:series',\n- url: '...
TypeScript
MIT License
jef/streetmerchant
chore(store): EBGames renamed to Gamestop (in Canada) (#2734)
1
chore
store
889,109
08.09.2021 11:08:20
14,400
9a2e91ea5f78160c02949a8f2729219f8da7afcd
fix(build): update branch to main
[ { "change_type": "MODIFY", "diff": "@@ -8,9 +8,9 @@ generatedFiles:\n- path: '.github/generated-files-bot.+(yml|yaml)'\nmessage: '`.github/generated-files-bot.(yml|yaml)` should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'\n- path: 'README.md'\n- message: '`README.md` is managed by ...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
fix(build): update branch to main (#1152)
1
fix
build
756,013
08.09.2021 11:39:16
21,600
5c3ba51bf7f022084794ec70fef4d872caa409b3
chore(cosmos): upgrade to cosmos-sdk v0.44.0
[ { "change_type": "MODIFY", "diff": "@@ -3,8 +3,8 @@ module github.com/Agoric/agoric-sdk\ngo 1.15\nrequire (\n- github.com/cosmos/cosmos-sdk v0.43.0\n- github.com/cosmos/ibc-go v1.0.0-alpha2.0.20210603063624-832044782f10\n+ github.com/cosmos/cosmos-sdk v0.44.0\n+ github.com/cosmos/ibc-go v1.1.0\ngithub.com/g...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(cosmos): upgrade to cosmos-sdk v0.44.0
1
chore
cosmos
438,921
08.09.2021 11:55:49
-32,400
18f6f270fc76da83e30f283b4d9d81f143e38a32
fix(axis): fix y axis stepSize value Round y axis starting value to avoid being floting values Fix
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,7 @@ export default class AxisRendererHelper {\n// When 'axis[y|y2].tick.stepSize' option is set\nif (isYAxes && tickStepSize) {\n- let interval = start;\n+ let interval = Math.round(start);\nwhile (interval <= end) {\nticks.push(interval);\n", "new_path"...
TypeScript
MIT License
naver/billboard.js
fix(axis): fix y axis stepSize value Round y axis starting value to avoid being floting values Fix #2294
1
fix
axis
276,951
08.09.2021 12:01:25
10,800
320ee5c1baf0a6980eb80a07aeb5b9bb4070b85b
docs(icon): add size on place width and height
[ { "change_type": "MODIFY", "diff": "<>\n<Icon\nas={AlertCircle}\n- w={50}\n- h={50}\n+ size=\"medium\"\nmargin=\"medium\"\nfill=\"energy\"\nstroke=\"energy\"\n", "new_path": "packages/doc/content/components/components/icon/icon-native.mdx", "old_path": "packages/doc/content/components/components/ico...
JavaScript
MIT License
gympass/yoga
docs(icon): add size on place width and height
1
docs
icon
889,620
08.09.2021 12:02:25
-28,800
16c35ab6ff26ccc3ef7c8139830b42779a4242a7
fix(webui): dashboard could show no data while still loading
[ { "change_type": "MODIFY", "diff": "@@ -236,7 +236,7 @@ export default Vue.extend({\nid: this.libraryId,\nroute: LIBRARY_ROUTE.RECOMMENDED,\n})\n- this.reload()\n+ this.loadAll(this.libraryId)\n},\nprops: {\nlibraryId: {\n", "new_path": "komga-webui/src/views/Dashboard.vue", "old_path": "komga-webui...
Kotlin
MIT License
gotson/komga
fix(webui): dashboard could show no data while still loading
1
fix
webui
276,951
08.09.2021 12:05:25
10,800
8cdb4439f266b4ea946eb6eb98a2d88b2ad48a26
test(icon): change value to prop
[ { "change_type": "MODIFY", "diff": "@@ -38,8 +38,8 @@ describe('Snapshots', () => {\nsize=\"small\"\nfill=\"stamina\"\nmargin=\"medium\"\n- w={50}\n- h={50}\n+ elevation=\"medium\"\n+ borderRadius={2}\n/>\n</ThemeProvider>,\n);\n", "new_path": "packages/yoga/src/Icon/native/Icon.test.jsx", "old_path...
JavaScript
MIT License
gympass/yoga
test(icon): change value to prop
1
test
icon
889,620
08.09.2021 12:10:41
-28,800
010147306715638252a88ef8a22aa16e672754aa
fix(webui): series card thumbnail flicker when new book thumbnails are added
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ export const READPROGRESS_SERIES_CHANGED = 'readprogress-series-changed'\nexport const READPROGRESS_SERIES_DELETED = 'readprogress-series-deleted'\nexport const THUMBNAILBOOK_ADDED = 'thumbnailbook-added'\n-export const THUMBNAILSERIES_ADDED = 'thumbnail...
Kotlin
MIT License
gotson/komga
fix(webui): series card thumbnail flicker when new book thumbnails are added
1
fix
webui
126,276
08.09.2021 12:16:42
10,800
fe10d308e813a93672a2fb678ef08d26bbb95b31
chore(pkg/server): change max concurrency per database to 30
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ func (opts *Options) DefaultStoreOptions() *store.Options {\nreturn store.DefaultOptions().\nWithIndexOptions(indexOptions).\nWithMaxLinearProofLen(0).\n- WithMaxConcurrency(10).\n+ WithMaxConcurrency(30).\nWithMaxIOConcurrency(1).\nWithFileSize(Defaul...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server): change max concurrency per database to 30 Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/server
386,584
08.09.2021 12:24:40
-7,200
99c67d046dc5c365568a5e8e566a2cf1d40aa140
chore(blocksAntd): Remove allow clear from Password Input Schema.
[ { "change_type": "MODIFY", "diff": "\"type\": \"object\",\n\"additionalProperties\": false,\n\"properties\": {\n- \"allowClear\": {\n- \"type\": \"boolean\",\n- \"default\": false,\n- \"description\": \"Allow the user to clear their input.\"\n- },\n\"autoFocus\": {\n\"type\": \"boolean\",\n\"default\": fals...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blocksAntd): Remove allow clear from Password Input Schema.
1
chore
blocksAntd
915,097
08.09.2021 12:39:38
-19,080
3f16045dcd000b1b2f87ab059d745869b5450bc6
docs: remove outdated information in doc configuration section
[ { "change_type": "MODIFY", "diff": "@@ -30,8 +30,7 @@ RUN mkdir -p /var/lib/sqlite\nRUN chown ory:ory /var/lib/sqlite\nVOLUME /var/lib/sqlite\n-# Exposing the ory home directory to simplify passing in hydra configuration (e.g. if the file $HOME/.hydra.yaml\n-# exists, it will be automatically used as the co...
Go
Apache License 2.0
ory/hydra
docs: remove outdated information in doc configuration section (#2723)
1
docs
null
679,913
08.09.2021 12:50:13
-7,200
235f8cdb4b639295a192c15e3a9b303435ae62a9
build(simd): update WASM build script
[ { "change_type": "MODIFY", "diff": "\"author\": \"Karsten Schmidt <k+npm@thi.ng>\",\n\"license\": \"Apache-2.0\",\n\"scripts\": {\n- \"build\": \"yarn clean && yarn build:wasm && tsc --declaration\",\n- \"build:wasm\": \"asc assembly/index.ts -b simd.wasm -t simd.wat --optimize --enable simd --runtime stub ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(simd): update WASM build script
1
build
simd
386,584
08.09.2021 12:54:35
-7,200
66abcddafc7d8b1950e96a137d0d336ccf3e145b
feat(build): Added PasswordInput meta location.
[ { "change_type": "MODIFY", "diff": "@@ -181,6 +181,9 @@ function defaultMetaLocations({ blocksServerUrl }) {\nParagraphInput: {\nurl: `${baseUrl}/blocks-antd/meta/ParagraphInput.json`,\n},\n+ PasswordInput: {\n+ url: `${baseUrl}/blocks-antd/meta/PasswordInput.json`,\n+ },\nProgress: {\nurl: `${baseUrl}/bloc...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Added PasswordInput meta location.
1
feat
build
791,323
08.09.2021 12:57:43
25,200
bff24c3a62a2f037c1ccef14986f917e41953734
feat(pubsub): add publisher flow control support
[ { "change_type": "MODIFY", "diff": "@@ -16,12 +16,51 @@ package pubsub\nimport (\n\"context\"\n+ \"errors\"\n\"sync/atomic\"\n\"golang.org/x/sync/semaphore\"\n)\n-// flowController implements flow control for Subscription.Receive.\n+// LimitExceededBehavior configures the behavior that flowController can us...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(pubsub): add publisher flow control support (#4292)
1
feat
pubsub
679,913
08.09.2021 13:17:33
-7,200
493732b1254a296ecf2d36f265b793033ee47de2
build(leb128): update build script after recent updates, erroneously assumed zig to be available on build machine
[ { "change_type": "MODIFY", "diff": "\"author\": \"Karsten Schmidt <k+npm@thi.ng>\",\n\"license\": \"Apache-2.0\",\n\"scripts\": {\n- \"build\": \"yarn clean && yarn build:binary && tsc --declaration\",\n+ \"build\": \"yarn clean && tsc --declaration\",\n\"build:binary\": \"tools/build-binary.sh\",\n\"build:...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(leb128): update build script - after recent updates, erroneously assumed zig to be available on build machine
1
build
leb128
679,913
08.09.2021 13:21:30
-7,200
38016cd4426d4775833ccc9554b3c0383ffaf1b5
build(simd): update build script new build-binary script erroneously assumes binaryen toolchain is available on build machine hence adding pre-built src/binary.ts
[ { "change_type": "DELETE", "diff": "-src/binary.ts\n", "new_path": null, "old_path": "packages/simd/.gitignore" }, { "change_type": "MODIFY", "diff": "\"author\": \"Karsten Schmidt <k+npm@thi.ng>\",\n\"license\": \"Apache-2.0\",\n\"scripts\": {\n- \"build\": \"yarn clean && yarn build:bi...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(simd): update build script - new build-binary script erroneously assumes binaryen toolchain is available on build machine - hence adding pre-built src/binary.ts
1
build
simd
386,584
08.09.2021 13:25:35
-7,200
9e20acebaac9ae01fd3974469bddede0e651da19
fix(build): Updated meta locations tests.
[ { "change_type": "MODIFY", "diff": "@@ -198,6 +198,9 @@ test('metaLocations default URL', async () => {\nParagraphInput: {\nurl: `https://blocks-cdn.lowdefy.com/v${version}/blocks-antd/meta/ParagraphInput.json`,\n},\n+ PasswordInput: {\n+ url: `https://blocks-cdn.lowdefy.com/v${version}/blocks-antd/meta/Pas...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Updated meta locations tests.
1
fix
build
780,866
08.09.2021 13:47:48
10,800
60870e9a4aee0d50331210f208f7954c34c8f485
fix(template/grids): prevent error with unset search index
[ { "change_type": "MODIFY", "diff": "@@ -3,11 +3,20 @@ const search = new _.EcomSearch()\nsearch\n.setCategoryNames([_.state.name])\n.setSortOrder(opt.sort)\n+let items\n+try {\nawait search.fetch()\n-let items = await search.getItems()\n+ items = search.getItems()\n+} catch (err) {\n+ if (err.response && er...
JavaScript
MIT License
ecomplus/storefront
fix(template/grids): prevent error with unset search index
1
fix
template/grids
217,922
08.09.2021 13:57:12
-7,200
30ae9085c4e34fd61587a530cbbf02a603cd5d80
fix(list): fixed list name display in half 1080p screen size
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n</div>\n- <div fxLayout=\"row\" fxLayout.lt-md=\"column\" fxLayoutAlign=\"flex-start center\"\n+ <div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\"\nfxLayoutAlign.lt-md=\"center center\"\nfxLayoutGap=\"10px\">\n<h2>{{list.name}}</h2>\n", "new_pa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed list name display in half 1080p screen size
1
fix
list
780,866
08.09.2021 13:57:48
10,800
34e8bb9fe7db16c232c66d1541c63f321024b0e3
fix(template/retail-grid): must not be blocking for home page rendering (dynamic showcase)
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ if (!opt.items) {\nawait search.fetch()\nitems = search.getItems()\n} catch (err) {\n- if (err.response && err.response.status === 404) {\n+ if (_.pageName === 'home' || (err.response && err.response.status === 404)) {\nitems = []\nconsole.error(err)\n} el...
JavaScript
MIT License
ecomplus/storefront
fix(template/retail-grid): must not be blocking for home page rendering (dynamic showcase)
1
fix
template/retail-grid
730,445
08.09.2021 14:06:57
25,200
afeafba602ee2b9b12dda6c9f992281acf98b50a
fix(webex-core): add appName/appVersion to onRequest
[ { "change_type": "MODIFY", "diff": "@@ -19,20 +19,12 @@ export default class WebexUserAgentInterceptor extends Interceptor {\n* @returns {WebexUserAgentInterceptor}\n*/\nconstructor(options = {}) {\n- const appName = get(options, 'webex.config.appName');\n- const appVersion = get(options, 'webex.config.appV...
JavaScript
MIT License
webex/webex-js-sdk
fix(webex-core): add appName/appVersion to onRequest
1
fix
webex-core
791,690
08.09.2021 14:10:47
18,000
00315468fe40cda15febf3750f0534a5491cb736
core(fr): use devtools throttling by default in timespan mode
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,8 @@ class Metric {\n}\nconst processedTrace = await ProcessedTrace.request(trace, context);\n- const processedNavigation = await ProcessedNavigation.request(processedTrace, context);\n+ const processedNavigation = gatherContext.gatherMode === 'timespan' ?\n+...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): use devtools throttling by default in timespan mode (#13013)
1
core
fr
71,371
08.09.2021 14:10:57
-7,200
6e718067b6c4e1a2c905fedcc60a6863ba3add12
feat(backup): option to prevent recovery point deletions Add a `blockRecoveryPointDeletion` prop that add statements to the vault access policy that prevents recovery point deletions. Converted test to use `assertions` while in there. *By submitting this pull request, I confirm that my contribution is made under the te...
[ { "change_type": "MODIFY", "diff": "<!--END STABILITY BANNER-->\n-AWS Backup is a fully managed backup service that makes it easy to centralize and automate the backup of data across AWS services in the cloud and on premises. Using AWS Backup, you can configure backup policies and monitor backup activity fo...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(backup): option to prevent recovery point deletions (#16282) Add a `blockRecoveryPointDeletion` prop that add statements to the vault access policy that prevents recovery point deletions. Converted test to use `assertions` while in there. ---- *By submitting this pull request, I confirm that my contri...
1
feat
backup
217,922
08.09.2021 14:14:10
-7,200
9394bc8a479dd1b14dcac07fc16cf70cc19d66fb
fix(ux): moved universalis link to the top of the marketboard info popup
[ { "change_type": "MODIFY", "diff": "nzType=\"error\"></nz-alert>\n<ng-template #content>\n<div *ngIf=\"lastUpdated$ | async as lastUpdated\" class=\"last-updated\"><i>{{'MARKETBOARD.Last_updated' | translate}}: {{lastUpdated | date:'medium'}}</i></div>\n+ <a href=\"https://universalis.app/market/{{itemId}}\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(ux): moved universalis link to the top of the marketboard info popup
1
fix
ux