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
711,597
22.09.2019 20:53:46
-7,200
df4c03f59ebfdfc90ddb47d941f0c431571a6d17
test(core): Update outdated snapshot
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,10 @@ Object {\n\"ReadOrder\",\n\"UpdateOrder\",\n\"DeleteOrder\",\n+ \"CreatePromotion\",\n+ \"ReadPromotion\",\n+ \"UpdatePromotion\",\n+ \"DeletePromotion\",\n\"CreateSettings\",\n\"ReadSettings\",\n\"UpdateSettings\",\n", "new_path": "packages/core/e2...
TypeScript
MIT License
vendure-ecommerce/vendure
test(core): Update outdated snapshot
1
test
core
67,516
22.09.2019 21:12:01
-7,200
709ad73136cb3a2d2c70879b014893604baf0e97
feat(integration-test): further test plan
[ { "change_type": "MODIFY", "diff": "### `@aurelia/runtime`\n-#### call-binding\n+- `call-binding`\nAssigns the result of the method call to the attribute.\n```html\n<el attr=\"func()\"></el>\n```\n-\n-#### interpolation-binding\n+- `interpolation-binding`\nEvaluates interpolation expression.\n+- `let-bindin...
TypeScript
MIT License
aurelia/aurelia
feat(integration-test): further test plan
1
feat
integration-test
902,122
22.09.2019 21:13:22
-7,200
0413070b132ef47b34531c70a119b0976e3b5d5d
refactor: better respawn
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,6 @@ const EVALUATE_HTML = page => page.content()\nmodule.exports = ({\npuppeteer = require('require-one-of')(['puppeteer-core', 'puppeteer', 'puppeteer-firefox']),\npuppeteerDevices,\n- autoRespawn = true,\nincognito = false,\ntimeout = 30000,\n...launchOpts...
JavaScript
MIT License
microlinkhq/browserless
refactor: better respawn
1
refactor
null
902,122
22.09.2019 21:31:15
-7,200
af709d10e1b01a674e36d3975eeba244f1b0c35b
refactor: reflect in the right place
[ { "change_type": "MODIFY", "diff": "+'use strict'\n+\n+const pReflect = require('p-reflect')\nconst del = require('del')\nconst fkill = require('./fkill')\n@@ -36,7 +39,7 @@ const kill = async (pid, { cleanTmp = false } = {}) => {\nconst destroy = async (browser, opts) => {\nconst pid = browser.process().pi...
JavaScript
MIT License
microlinkhq/browserless
refactor: reflect in the right place
1
refactor
null
603,467
22.09.2019 21:55:08
-3,600
13e480f3441b27476db1a6ac853ae528cd8f9016
fix(protractor): Added an interaction to Hover.over(target), corrected the DoubleClick interaction s
[ { "change_type": "ADD", "diff": "+import { expect, stage } from '@integration/testing-tools';\n+import { Ensure, equals } from '@serenity-js/assertions';\n+import { by } from 'protractor';\n+\n+import { Attribute, Hover, Navigate, Target } from '../../../src';\n+import { pageFromTemplate } from '../../fixtu...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(protractor): Added an interaction to Hover.over(target), corrected the DoubleClick interaction s
1
fix
protractor
603,467
22.09.2019 21:55:57
-3,600
725246ef401cf2b78259e2fc46b1f34ad1dba554
fix(jasmine): Corrected how the scenario titles are constructed
[ { "change_type": "MODIFY", "diff": "@@ -148,7 +148,7 @@ export class SerenityReporterForJasmine {\nprivate currentScenarioNameFor(itBlockDescription: string): string {\nconst [ topSuite, ...rest ] = this.describes;\n- return rest.reduce((acc, current) => `${ current.description } ${ acc }`, itBlockDescripti...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(jasmine): Corrected how the scenario titles are constructed
1
fix
jasmine
603,467
22.09.2019 21:58:25
-3,600
dba43cc29122f784eea7c7a07287c035a1a23e43
chore(dependencies): Cleaned up the and dev dependencies so that they do
[ { "change_type": "MODIFY", "diff": "# Node\nnode_modules\n+examples/*/package-lock.json\n+integration/*/package-lock.json\n+packages/*/package-lock.json\n# Build Artifacts\n_book\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "\"@integration/...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(dependencies): Cleaned up the @types/mocha and @types/jasmine dev dependencies so that they do
1
chore
dependencies
603,467
22.09.2019 21:59:11
-3,600
6c6eb8d79d2c15c996ab4c2ca00c51881c47d6aa
docs(website): fixed a typo
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ layout: homepage.hbs\nSerenity/JS comes with\n<strong><a href=\"/modules\">over 60 building blocks</a></strong>\nto help you create high-quality automated acceptance tests\n- interacting with <strong>Web apps</strong>, <strong>REST APIs</strong> and more...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(website): fixed a typo
1
docs
website
151,430
22.09.2019 22:05:30
25,200
81703ce179c9acc606c9598dba6a3acc14bc19de
refactor(param-utils): update params utils API
[ { "change_type": "MODIFY", "diff": "-# URL utilities\n+# Param utilities\n-URI utilities for [analytics](https://www.npmjs.com/package/analytics)\n+URI param utilities for [analytics](https://www.npmjs.com/package/analytics)\n+\n+`getParams`, `removeParams`, `replaceParams`\n+\n+## `getParams`\n+\n+```js\n+...
JavaScript
MIT License
davidwells/analytics
refactor(param-utils): update params utils API
1
refactor
param-utils
815,605
23.09.2019 07:46:39
0
7a6145b6a53847c8a6576ac5e8e3943946c4ed01
fix: jsonrpc tests
[ { "change_type": "MODIFY", "diff": "\"example\",\n{\n\"header\": {\n- \"dao\": \"0x0100000000000000005827f2ba13b000d77fa3d595aa00000061eb7ada030000\",\n+ \"dao\": \"0x3b87936aa3aa000093a1100b80435301e15162a2113600000061eb7ada030000\",\n\"difficulty\": \"0x7a1200\",\n\"epoch\": \"0x7080018000001\",\n\"nonce\...
Rust
MIT License
nervosnetwork/ckb
fix: jsonrpc tests
1
fix
null
866,392
23.09.2019 08:20:33
18,000
7cb0a41f5b2cf9e5d7e4a54d72c689fea8a060c3
chore(footer): cleanup a little
[ { "change_type": "MODIFY", "diff": "\"babel-plugin-react-docgen\": \"^2.0.0\",\n\"babel-plugin-transform-inline-environment-variables\": \"^0.4.0\",\n\"browserslist-config-carbon\": \"10.3.0\",\n- \"carbon-components\": \"^10.5.1\",\n+ \"carbon-components\": \"^10.6.0\",\n\"carbon-components-react\": \"^7.5...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(footer): cleanup a little
1
chore
footer
815,605
23.09.2019 08:39:12
0
b74713cf3777a17f94ac5c9e4097c329d39f29bb
fix: jsonrpc doc
[ { "change_type": "MODIFY", "diff": "@@ -1228,19 +1228,19 @@ echo '{\n\"example\",\n{\n\"header\": {\n- \"dao\": \"0x0100000000000000005827f2ba13b000d77fa3d595aa00000061eb7ada030000\",\n+ \"dao\": \"0x3b87936aa3aa000093a1100b80435301e15162a2113600000061eb7ada030000\",\n\"difficulty\": \"0x7a1200\",\n\"epoch\...
Rust
MIT License
nervosnetwork/ckb
fix: jsonrpc doc
1
fix
null
866,394
23.09.2019 08:59:03
14,400
71382d74f6e0f91616dd7617d86bbc5684977926
feat(analytics): adding base IBM analytics tag to storybook
[ { "change_type": "MODIFY", "diff": "<meta name=\"twitter:image:alt\" content=\"IBM.com Library\">\n<meta name=\"twitter:site\" content=\"@_IBM\">\n+<!-- IBM Tag Management and Site Analytics -->\n+<script src=\"//1.www.s81c.com/common/stats/ibm-common.js\"></script>\n+\n<!-- Storybook override -->\n<script>...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(analytics): adding base IBM analytics tag to storybook
1
feat
analytics
791,704
23.09.2019 09:10:49
25,200
c93610845490e060dc1be48436959b169fa355b9
clients(devtools): remove unnecessary code
[ { "change_type": "MODIFY", "diff": "@@ -56,11 +56,6 @@ mkdir -p \"$fe_locales_dir\"\nfind $lh_locales_dir -name '*.json' ! -name '*.ctc.json' -exec cp {} \"$fe_locales_dir\" \\;\necho -e \"$check Locale JSON files copied.\"\n-# update expected version string in tests\n-VERSION=$(node -e \"console.log(requir...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(devtools): remove unnecessary code (#9702)
1
clients
devtools
815,598
23.09.2019 09:37:06
-28,800
88336e5a4657580dfafe524531baec255c394afc
feat: lower genesis difficulty
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0x5b6196b4d433c25b7eae85da24ee4da428dfa4c7bec0666e8effa965bed14f05\"\n+genesis = \"0x155e776229c4d37c1c632b6bf209aad38afc1707a164ed23dca527412a615e15\"\ncellbase = \"0x348d58541f9c3cd6356b4621d4...
Rust
MIT License
nervosnetwork/ckb
feat: lower genesis difficulty
1
feat
null
679,913
23.09.2019 09:58:53
25,200
c4bf94fd1e9ccd8c17a882d74d1cf8adc12b1eb9
fix(hdom): fix boolean attrib handling, add more element properties
[ { "change_type": "MODIFY", "diff": "@@ -221,17 +221,34 @@ export const setAttrib = (el: Element, id: string, val: any, attribs?: any) => {\ncase \"value\":\nupdateValueAttrib(<HTMLInputElement>el, val);\nbreak;\n- case \"id\":\n+ case \"accesskey\":\n+ (<any>el).accessKey = val;\n+ break;\n+ case \"contente...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hdom): fix #133 boolean attrib handling, add more element properties
1
fix
hdom
504,026
23.09.2019 10:06:28
14,400
d8a8c4ef5b2fa9631feacb89cf28bdf7eb5ccf21
chore(charts): add label container to sparkline chart example Fixes
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ typescript: true\npropComponents: ['ChartArea', 'ChartGroup', 'ChartLabel']\n---\n-import { ChartArea, ChartGroup, ChartLabel, ChartThemeColor } from '@patternfly/react-charts';\n+import { ChartArea, ChartContainer, ChartGroup, ChartLabel, ChartThemeColor,...
TypeScript
MIT License
patternfly/patternfly-react
chore(charts): add label container to sparkline chart example (#2973) Fixes https://github.com/patternfly/patternfly-react/issues/2972
1
chore
charts
504,026
23.09.2019 10:14:43
14,400
0b10cd2ace329d46bf3545abc202250b06b7901c
fix(charts): add missing style and responsive props to ChartVoronoiContainer
[ { "change_type": "MODIFY", "diff": "@@ -88,6 +88,21 @@ export interface ChartVoronoiContainerProps extends VictoryVoronoiContainerProps\n* than the given radius. This prop should be given as a number.\n*/\nradius?: number;\n+ /**\n+ * The responsive prop specifies whether the rendered container should be a ...
TypeScript
MIT License
patternfly/patternfly-react
fix(charts): add missing style and responsive props to ChartVoronoiContainer (#2977) https://github.com/patternfly/patternfly-react/issues/2976
1
fix
charts
866,415
23.09.2019 10:22:30
14,400
f729211d10fb2be7cbdfee641156b12d62a5ced7
feat(leadspace): set max width aspect ratio
[ { "change_type": "MODIFY", "diff": "\"**/*.js\": [\n\"prettier --write\",\n\"eslint packages\",\n+ \"yarn test\",\n\"git add\"\n],\n\"packages/components/**/*.scss\": [\n", "new_path": ".lintstagedrc", "old_path": ".lintstagedrc" }, { "change_type": "MODIFY", "diff": "}\n@include carbon-...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): set max width aspect ratio
1
feat
leadspace
679,913
23.09.2019 10:25:17
25,200
e651a2a45de031a0cc3470b0c183270652bc6940
fix(examples): update contenteditable attrib name
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,8 @@ const cell = ([row, col]: [number, string]) =>\n`${CELL_STYLE}.w4.overflow-y-hidden.overflow-x-scroll`,\n{\nclass: cellBackground(cell),\n- contentEditable: true,\n+ contenteditable: true,\n+ title: cell.formula,\nonfocus: () => {\nthis.focus = true;\nfo...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): update contenteditable attrib name
1
fix
examples
104,818
23.09.2019 11:25:35
18,000
6d34446fa8cf2f1152fc69cf298d2552ee2fb8d6
fix(valuecard): shouldn't show threshold for null
[ { "change_type": "MODIFY", "diff": "@@ -222,12 +222,15 @@ const TimeSeriesCard = ({\nconst lines = series.map(line => ({ ...line, color: !isEditable ? line.color : 'gray' }));\n- useDeepCompareEffect(() => {\n+ useDeepCompareEffect(\n+ () => {\nif (chartRef && chartRef.chart) {\nconst chartData = formatChar...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(valuecard): shouldn't show threshold for null
1
fix
valuecard
815,595
23.09.2019 11:27:30
-28,800
fb4474cfe9a79f9bb1f25a7fd4d89fafb0265c71
feat: Return submit_block error
[ { "change_type": "MODIFY", "diff": "+use crate::error::RPCError;\nuse ckb_chain::chain::ChainController;\nuse ckb_jsonrpc_types::{Block, BlockTemplate, Uint64, Version};\nuse ckb_logger::{debug, error};\n@@ -10,6 +11,7 @@ use faketime::unix_time_as_millis;\nuse jsonrpc_core::{Error, Result};\nuse jsonrpc_de...
Rust
MIT License
nervosnetwork/ckb
feat: Return submit_block error
1
feat
null
815,595
23.09.2019 11:29:53
-28,800
77d17858a2b52d2c579342a58f697200981d59a6
feat: Announce only new block
[ { "change_type": "MODIFY", "diff": "@@ -88,12 +88,13 @@ impl MinerRpc for MinerRpcImpl {\n.map_err(|err| handle_submit_error(&work_id, &err))?;\n// Verify and insert block\n- let _is_new = self\n+ let is_new = self\n.chain\n.process_block(Arc::clone(&block), true)\n.map_err(|err| handle_submit_error(&work_i...
Rust
MIT License
nervosnetwork/ckb
feat: Announce only new block
1
feat
null
306,444
23.09.2019 11:32:00
-7,200
a5752fcb6d95ce89c71f2642fcb2ea874698f87c
fix(button): fix implicit form submission IE11 due to visibility hidden
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,6 @@ export class LionButton extends DisabledWithTabIndexMixin(SlotMixin(LitElement))\n:host .btn ::slotted(button) {\nposition: absolute;\n- visibility: hidden;\n}\n.click-area {\n@@ -111,6 +110,22 @@ export class LionButton extends DisabledWithTabIndexMixin...
JavaScript
MIT License
ing-bank/lion
fix(button): fix implicit form submission IE11 due to visibility hidden
1
fix
button
815,595
23.09.2019 11:36:22
-28,800
3578d411f4cf9500210783f2c538f4a6baefd57f
feat: Change submit_block return type
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ pub trait MinerRpc {\n// curl -d '{\"id\": 2, \"jsonrpc\": \"2.0\", \"method\":\"submit_block\",\"params\": [{\"header\":{}, \"uncles\":[], \"transactions\":[], \"proposals\":[]}]}' -H 'content-type:application/json' 'http://localhost:8114'\n#[rpc(name =...
Rust
MIT License
nervosnetwork/ckb
feat: Change submit_block return type
1
feat
null
932,458
23.09.2019 11:59:38
14,400
707fff5c8404fe0ea8e2da18039d10a9e1931336
build: prepare for 2.0 release
[ { "change_type": "MODIFY", "diff": "@@ -22,12 +22,13 @@ It is intended to be used within a project as a series of npm scripts.\n```json\n{\n\"devDependencies\": {\n- \"@spotify/web-scripts\": \"^1.0.0\",\n+ \"@spotify/web-scripts\": \"^2.0.0\",\n\"husky\": \"^2.5.0\"\n},\n\"scripts\": {\n\"build\": \"web-sc...
TypeScript
Apache License 2.0
spotify/web-scripts
build: prepare for 2.0 release
1
build
null
932,458
23.09.2019 12:51:03
14,400
362dbd479d2058e28bce4c082d0d89d1a6a2c280
ci: update release.sh to use npx for lerna
[ { "change_type": "MODIFY", "diff": "@@ -12,11 +12,8 @@ then\ngit config --global user.name \"GitHub Action\"\ngit remote set-url origin \"https://${GH_USERNAME}:${GH_TOKEN}@github.com/spotify/web-scripts.git\"\ngit checkout master\n- echo \"spotify/web-scripts: Configuring yarn for Github Actions Lerna publ...
TypeScript
Apache License 2.0
spotify/web-scripts
ci: update release.sh to use npx for lerna
1
ci
null
306,444
23.09.2019 12:55:34
-7,200
aa8bfc626dacafb5c488076222a2f6c9823b77b7
chore(button): fix failing tests
[ { "change_type": "MODIFY", "diff": "@@ -71,6 +71,12 @@ export class LionButton extends DisabledWithTabIndexMixin(SlotMixin(LitElement))\n:host .btn ::slotted(button) {\nposition: absolute;\n+ clip: rect(0 0 0 0);\n+ clip-path: inset(50%);\n+ overflow: hidden;\n+ white-space: nowrap;\n+ height: 1px;\n+ width...
JavaScript
MIT License
ing-bank/lion
chore(button): fix failing tests
1
chore
button
932,458
23.09.2019 12:57:38
14,400
10f9289e4127faa72011d174b4ff9da443d54917
docs(web-scripts): update for format script
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ Add the scripts and commit hooks to your package.json:\n\"scripts\": {\n\"test\": \"web-scripts test\",\n\"lint\": \"web-scripts lint\",\n+ \"format\": \"web-scripts format\",\n\"build\": \"web-scripts build\",\n\"commit\": \"web-scripts commit\",\n\"rel...
TypeScript
Apache License 2.0
spotify/web-scripts
docs(web-scripts): update for format script
1
docs
web-scripts
902,122
23.09.2019 13:11:27
-7,200
eb968cbd6c68d17931570a0a0741a112324d3fdc
chore(release): v5.14.4
[ { "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+## [5.14.4](https://github.com/kikobeats/browserless/compare/v5.14.3...v5.14.4) (2019-09-23)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.4
1
chore
release
104,818
23.09.2019 13:31:38
18,000
bf78f9ae102bea7a016eefe087ffff2a6e8f2221
fix(tablecard): export find matching thresholds
[ { "change_type": "MODIFY", "diff": "@@ -170,21 +170,23 @@ const defaultProps = {\nexport const findMatchingThresholds = (thresholds, item, columnId) => {\nreturn thresholds\n.filter(t => {\n+ const { comparison, value, dataSourceId } = t;\n// Does the threshold apply to the current column?\n- if (columnId &...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): export find matching thresholds
1
fix
tablecard
815,595
23.09.2019 14:00:57
-28,800
31657c57d941af42422625a726ea5e04a8e7033b
doc: Note generating via `make gen-rpc-doc`
[ { "change_type": "MODIFY", "diff": "@@ -103,6 +103,8 @@ def main():\ncases = sort_cases_by_module(json.load(f))\nprint(\"# CKB JSON-RPC Protocols\")\n+ newline(1)\n+ print(\"NOTE: This file is auto-generated. Please don't update this file directly; instead make changes to `rpc/json/rpc.json` and re-run `mak...
Rust
MIT License
nervosnetwork/ckb
doc: Note generating via `make gen-rpc-doc`
1
doc
null
815,595
23.09.2019 14:10:34
-28,800
ad8a96d521b07fc504ecedf0f7533a220852b595
chore(devtools/doc/rpc): Report invalid types format
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,8 @@ def print_types(case):\nprint(\"#### Parameters\")\nnewline(1)\nfor item in case[\"types\"]:\n- assert(len(item) == 1)\n+ if len(item) != 1:\n+ raise Exception(\"Invalid `types` format, expect one map for only one type: {}\".format(item))\nfor (key, val)...
Rust
MIT License
nervosnetwork/ckb
chore(devtools/doc/rpc): Report invalid types format
1
chore
devtools/doc/rpc
504,026
23.09.2019 14:12:24
14,400
587072975c7905f0771e4315e9fe97c6fcafb071
fix(charts): replace empty tags with React.Fragment Fixes
[ { "change_type": "MODIFY", "diff": "@@ -780,7 +780,7 @@ export const ChartBullet: React.FunctionComponent<ChartBulletProps> = ({\n});\nconst bulletChart = (\n- <>\n+ <React.Fragment>\n{axis}\n{bulletGroupTitle}\n{bulletTitle}\n@@ -791,7 +791,7 @@ export const ChartBullet: React.FunctionComponent<ChartBullet...
TypeScript
MIT License
patternfly/patternfly-react
fix(charts): replace empty tags with React.Fragment (#2988) Fixes https://github.com/patternfly/patternfly-org/issues/1477
1
fix
charts
711,597
23.09.2019 14:14:55
-7,200
e2a64fa46664c4e5faeed38668594babb76e449b
fix(core): Correct some permissions in Channel & Promotion resolvers
[ { "change_type": "MODIFY", "diff": "@@ -17,13 +17,13 @@ export class ChannelResolver {\nconstructor(private channelService: ChannelService) {}\n@Query()\n- @Allow(Permission.SuperAdmin)\n+ @Allow(Permission.ReadSettings)\nchannels(@Ctx() ctx: RequestContext): Promise<Channel[]> {\nreturn this.channelService...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Correct some permissions in Channel & Promotion resolvers
1
fix
core
306,385
23.09.2019 14:38:17
-7,200
1cc92fbd6ee47eda0ab8fc4c7810cf21378924ea
feat(overlays): add viewport placement to global overlays
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,9 @@ export class GlobalOverlayController extends BaseOverlayController {\npreventsScroll: false,\ntrapsKeyboardFocus: false,\nhidesOnEsc: false,\n+ viewportConfig: {\n+ placement: 'center',\n+ },\n...params,\n};\n@@ -26,12 +29,14 @@ export class GlobalOverla...
JavaScript
MIT License
ing-bank/lion
feat(overlays): add viewport placement to global overlays
1
feat
overlays
306,385
23.09.2019 14:38:47
-7,200
4b858cbea779e731f6616b533ad85c1a2a17bd21
feat(overlays): create BottomsheetController
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,17 @@ const myCtrl = overlays.add(\n);\n```\n+### BottomsheetController\n+\n+A specific extension of GlobalOverlayController configured to create accessible dialogs at the bottom of the screen.\n+\n+```js\n+import { BottomsheetController } from '@lion/overlay...
JavaScript
MIT License
ing-bank/lion
feat(overlays): create BottomsheetController
1
feat
overlays
76,605
23.09.2019 14:49:40
-7,200
33ee65cef1dda34b9d4cf65a68dda10e514c9f94
feat: Automatic stemmer
[ { "change_type": "MODIFY", "diff": "const ArabicStemmer = require('./stemmers/arabic-stemmer');\nconst ArmenianStemmer = require('./stemmers/armenian-stemmer');\n+const AutoStemmer = require('./stemmers/auto-stemmer');\nconst BasqueStemmer = require('./stemmers/basque-stemmer');\nconst BengaliStemmer = requ...
JavaScript
MIT License
axa-group/nlp.js
feat: Automatic stemmer
1
feat
null
932,458
23.09.2019 15:09:54
14,400
72c665174fa05e523c9cba7801d829f951081735
fix(eslint-config-typescript): add no-useless-constructor override no-useless-constructor is one of those ESLint rules that fails to work properly in a TS app, like no-unused-vars. an override must be provided for those using TypeScript./
[ { "change_type": "MODIFY", "diff": "@@ -21,5 +21,8 @@ module.exports = {\n// no-unused-vars interference fix.\n'no-unused-vars': 'off',\n'@typescript-eslint/no-unused-vars': 'warn',\n+ // no-useless-constructor interference fix.\n+ 'no-useless-constructor': 'off',\n+ '@typescript-eslint/no-useless-construct...
TypeScript
Apache License 2.0
spotify/web-scripts
fix(eslint-config-typescript): add no-useless-constructor override no-useless-constructor is one of those ESLint rules that fails to work properly in a TS app, like no-unused-vars. an override must be provided for those using TypeScript./
1
fix
eslint-config-typescript
711,597
23.09.2019 15:19:11
-7,200
7568e2047e64167cb225c44fa369220fc5645322
feat(admin-ui): Add controls for disabling & deleting a Promotion Closes
[ { "change_type": "MODIFY", "diff": "@@ -4021,6 +4021,13 @@ export type UpdatePromotionMutationVariables = {\nexport type UpdatePromotionMutation = ({ __typename?: 'Mutation' } & { updatePromotion: ({ __typename?: 'Promotion' } & PromotionFragment) });\n+export type DeletePromotionMutationVariables = {\n+ id...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Add controls for disabling & deleting a Promotion Closes #159
1
feat
admin-ui
603,467
23.09.2019 15:44:26
-3,600
d5c0a7d4a1231408d383c50803de0076e13fa488
docs(examples): Make sure the examples can be run independently of the monorepo Closes
[ { "change_type": "MODIFY", "diff": "\"@serenity-js/assertions\": \"2.0.1-alpha.81\",\n\"@serenity-js/core\": \"2.0.1-alpha.81\",\n\"@serenity-js/cucumber\": \"2.0.1-alpha.81\",\n+ \"@serenity-js/rest\": \"2.0.1-alpha.81\",\n\"@serenity-js/serenity-bdd\": \"2.0.1-alpha.81\",\n\"@types/cucumber\": \"4.0.4\",\...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(examples): Make sure the examples can be run independently of the monorepo Closes #349
1
docs
examples
815,609
23.09.2019 15:54:19
-28,800
9e52959ea01d2178d3541d7a6b812b4553578147
chore: better name for `serialized_size(..)` methods to avoid ambiguity
[ { "change_type": "MODIFY", "diff": "@@ -613,9 +613,9 @@ impl ChainService {\nif b.transactions().len() > 1 {\ninfo!(\n\"[block_verifier] block number: {}, hash: {}, size:{}/{}, cycles: {}/{}\",\n- b.header().number(),\n- b.header().hash(),\n- b.serialized_size(),\n+ b.number(),\n+ b.hash(),\n+ b.data().seri...
Rust
MIT License
nervosnetwork/ckb
chore: better name for `serialized_size(..)` methods to avoid ambiguity
1
chore
null
866,415
23.09.2019 16:12:29
14,400
bddcfb654bd88683a365b69445758c612e77d096
feat(leadspace): set col width for desc in sm breakpoint
[ { "change_type": "MODIFY", "diff": "@@ -123,7 +123,7 @@ storiesOf('LeadSpace', module)\ntitle={title}\ncopy={copy}\ngradient={graident}\n- buttons={object('buttons', buttons)}\n+ buttons={buttons}\nimage={object('image', image)}\nvariation={select('variation', variations, variations.expressive)}\n/>\n", ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): set col width for desc in sm breakpoint
1
feat
leadspace
504,026
23.09.2019 16:26:51
14,400
339b43d3da89fff384130b2412916117c94c792c
fix(charts): add ariaDesc and ariaTitle to stack chart Fixes
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,20 @@ export interface ChartStackProps extends VictoryStackProps {\n* {duration: 500, onExit: () => {}, onEnter: {duration: 500, before: () => ({y: 0})})}\n*/\nanimate?: AnimatePropTypeInterface;\n+ /**\n+ * The ariaDesc prop specifies the description of the ...
TypeScript
MIT License
patternfly/patternfly-react
fix(charts): add ariaDesc and ariaTitle to stack chart (#2975) Fixes https://github.com/patternfly/patternfly-react/issues/2974
1
fix
charts
866,394
23.09.2019 16:49:23
14,400
5c72aa7a711528f9d93ff28a83eceabd5c3e5603
feat(truste): adding truste element in the footer
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,20 @@ import { Link } from 'carbon-components-react';\nconst { prefix } = settings;\n+/**\n+ * Placeholder <li/> element for injection of the TrustE cookie preferences link\n+ *\n+ * @returns {*} JSX object\n+ */\n+const renderTrusteItem = () => {\n+ return (...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(truste): adding truste element in the footer
1
feat
truste
603,467
23.09.2019 16:53:42
-3,600
3bf31d8862a32f61104269899f868986cae3104a
chore(documentation): Corrected the esdoc-template package version
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@documentation/esdoc-template\",\n- \"version\": \"2.0.1-alpha.77\",\n+ \"version\": \"2.0.1-alpha.82\",\n\"description\": \"Serenity/JS API documentation template\",\n\"author\": {\n\"name\": \"Jan Molak\",\n", "new_path": "documentation/esdoc-template...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(documentation): Corrected the esdoc-template package version
1
chore
documentation
603,467
23.09.2019 16:59:59
-3,600
01972de78d7885e7655a6cf0126fe9e6f1494eb1
docs(website): Updated the version of esdoc-template
[ { "change_type": "MODIFY", "diff": "\"tiny-types\": \"^1.12.1\"\n},\n\"devDependencies\": {\n- \"@documentation/esdoc-template\": \"2.0.1-alpha.77\",\n+ \"@documentation/esdoc-template\": \"2.0.1-alpha.82\",\n\"@integration/testing-tools\": \"2.0.1-alpha.82\",\n\"@serenity-js/core\": \"2.0.1-alpha.82\",\n\"...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(website): Updated the version of esdoc-template
1
docs
website
865,926
23.09.2019 17:11:48
-7,200
bbcf15d97015ee61c66e09c1bb22d80f3b36c7c2
feat(deploy): add timeout for requests
[ { "change_type": "MODIFY", "diff": "import { ConnectionErrorMessages } from './ErrorMessages';\n+const FETCH_TIMEOUT = 5000;\n+\nexport default class CamundaAPI {\nconstructor(baseUrl) {\n@@ -106,11 +108,12 @@ export default class CamundaAPI {\nthrow new Error('Unknown auth options.');\n}\n- async safelyFet...
JavaScript
MIT License
camunda/camunda-modeler
feat(deploy): add timeout for requests
1
feat
deploy
866,395
23.09.2019 17:41:39
14,400
a4227adecb866aeb018b73ffd30cf34b91162350
feat(masthead): sticky masthead with js
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport { settings } from 'carbon-components';\nimport { Content } from 'carbon-components-react';\n-import { Masthead, MastheadL1, Footer } from '@carbon/ibmdotcom-react';\n+import { Masthead...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(masthead): sticky masthead with js
1
feat
masthead
503,918
23.09.2019 20:08:35
-10,800
b2974b6c6262c7f5ffd374c6a5eaa839e5c90285
feat(tables): support height auto modifier in tr
[ { "change_type": "ADD", "diff": "+import { css, getModifier } from '@patternfly/react-styles';\n+import styles from '@patternfly/react-styles/css/components/Table/table';\n+\n+export const cellHeightAuto = () => ({\n+ className: css(getModifier(styles, 'heightAuto'))\n+});\n", "new_path": "packages/patt...
TypeScript
MIT License
patternfly/patternfly-react
feat(tables): support height auto modifier in tr (#2932) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
feat
tables
815,595
23.09.2019 21:35:36
-28,800
0445178d97f6e2a4c368a71cce45a9d61a1d3457
chore: Remove derivation from Fail for error_kinds
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ pub use internal::{InternalError, InternalErrorKind};\nuse std::fmt::{self, Display};\npub use util::assert_error_eq;\n-#[derive(Fail, Debug, Clone, Copy, Eq, PartialEq, Display)]\n+#[derive(Debug, Clone, Copy, Eq, PartialEq, Display)]\npub enum ErrorKin...
Rust
MIT License
nervosnetwork/ckb
chore: Remove derivation from Fail for error_kinds
1
chore
null
531,793
23.09.2019 22:40:06
-3,600
456cbf090466c3089ab16f9c7a7ee7f3c9d3b6f4
fix(ui): prevent grid resize loops Fixes
[ { "change_type": "MODIFY", "diff": "@@ -40,19 +40,49 @@ const AlertGrid = observer(\nthis.viewport = observable(\n{\nwidth: document.body.clientWidth,\n+ widthAdjust: 0,\n+ widthHistory: [],\nupdate(width, height) {\n+ if (\n+ this.widthHistory.length === 4 &&\n+ this.widthHistory[0] !== this.widthHistory[1...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): prevent grid resize loops Fixes #721
1
fix
ui
67,479
24.09.2019 00:03:56
-36,000
f62df34f76755b38be85b38d116442b7be3c3338
fix(repeat): fix map delete observation, add more tests, normalize items in repeat
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ import {\nIObserverLocator,\nIRenderingEngine,\nview,\n+ ValueConverter,\n} from '@aurelia/runtime';\nimport { RenderPlan } from '@aurelia/runtime-html';\nimport {\n@@ -32,81 +33,196 @@ describe('[repeat.contextual-prop.spec.ts]', function () {\nassertFn_A...
TypeScript
MIT License
aurelia/aurelia
fix(repeat): fix map delete observation, add more tests, normalize items in repeat
1
fix
repeat
866,392
24.09.2019 00:40:54
18,000
5ec1591f0256a09329fa7536f2c69a8dc67ce281
chore(footer): cleaning up a little
[ { "change_type": "ADD", "diff": "+{\n+ \"data\": [\n+ {\n+ \"title\": \"Contact IBM\",\n+ \"url\": \"https://www.ibm.com/contact/us/en/?lnk=flg-cont-usen\"\n+ },\n+ {\n+ \"title\": \"Privacy\",\n+ \"url\": \"https://www.ibm.com/privacy/us/en/?lnk=flg-priv-usen\"\n+ },\n+ {\n+ \"title\": \"Terms of use\",\n+...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(footer): cleaning up a little
1
chore
footer
866,392
24.09.2019 00:46:39
18,000
b83d8d23243826d2b4d084636451906f600f1c03
chore(misc): addressing some code review feedback
[ { "change_type": "MODIFY", "diff": "@@ -108,12 +108,3 @@ workflows:\nbranches:\nonly:\n- master\n- - deploy:\n- requires:\n- - system\n- - artifacts\n- filters:\n- branches:\n- ignore: /.*/\n- tags:\n- only: /^v\\d+\\.\\d+\\.\\d+$/\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/confi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(misc): addressing some code review feedback
1
chore
misc
447,478
24.09.2019 03:31:52
-28,800
aa14f87f647c8171d4ffed5a0e62e285f1d897a7
feat: add hideCloseButton to Notification component
[ { "change_type": "MODIFY", "diff": "@@ -27,4 +27,8 @@ describe('<Notification/>', () => {\n'rainbow-notification my-custom-class-name',\n);\n});\n+ it('should not display the close button when hideCloseButton props is true', () => {\n+ const component = mount(<Notification title=\"Notification test\" hideCl...
JavaScript
MIT License
nexxtway/react-rainbow
feat: add hideCloseButton to Notification component (#990)
1
feat
null
447,440
24.09.2019 04:22:31
18,000
7a18ac500afe47141b42f595d7c419e6fe9bac81
test: fix tabset
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ describe('Tabset base example', () => {\nbrowser.keys(ARROW_RIGHT_KEY);\nexpect(tabItem.hasFocus()).toBe(false);\n});\n- it('should set the buttons visible when the screen size is resized', () => {\n+ it.skip('should set the buttons visible when the scre...
JavaScript
MIT License
nexxtway/react-rainbow
test: fix tabset (#1002)
1
test
null
942,595
24.09.2019 09:08:38
25,200
08d64aa90f0b830ab2d16fe70933b106ae1dcb9b
chore: Release 3.0.0-alpha.8
[ { "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.0.0-alpha.8 (2019-09-24)\n+\n+### Components:\n+- fix(avatar): Add AvatarButton component and convert Avatar into...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Release 3.0.0-alpha.8 (#213)
1
chore
null
711,597
24.09.2019 10:10:11
-7,200
0d869270a78d17dcf6b7446268bb8309bd021b24
refactor(admin-ui): Create NavBuilderService for main nav menu Relates to This new service will allow dynamic modification of the nav menu by UI plugins.
[ { "change_type": "MODIFY", "diff": "<nav class=\"sidenav\" [clr-nav-level]=\"2\">\n<section class=\"sidenav-content\">\n- <section class=\"nav-group\" *vdrIfPermissions=\"'ReadCatalog'\">\n- <input id=\"catalog\" type=\"checkbox\" />\n- <label for=\"catalog\">{{ 'nav.catalog' | translate }}</label>\n- <ul c...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(admin-ui): Create NavBuilderService for main nav menu Relates to #55. This new service will allow dynamic modification of the nav menu by UI plugins.
1
refactor
admin-ui
104,857
24.09.2019 11:29:26
-7,200
e5656ad3b37cf00561fc2ca6c0b1843a7f12ab34
fix(table): new prop for custom empty label, expanded row number
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,12 @@ const StyledStatefulTable = styled(({ showHeader, data, ...rest }) => (\n}\n.bx--data-table-v2-container {\n/* if the table is empty, go fullscreen */\n- ${props => (props.data && props.data.length > 0 ? `max-height: 435px;` : `height: 100%`)}\n+ ${pr...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): new prop for custom empty label, expanded row number
1
fix
table
503,960
24.09.2019 11:37:28
-7,200
90e1792d38966ceba70a1a474ce6277d0d644b26
fix(HorizontalNavMenuItem): Fix onItemClick PropType. HorizontalNavMenuItem 's onItemClick should be a function not an object.
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ const HorizontalNavMenuItem = props => {\nHorizontalNavMenuItem.propTypes = {\nchildren: PropTypes.node,\n- onItemClick: PropTypes.object,\n+ onItemClick: PropTypes.func,\ntitle: PropTypes.node,\nactive: PropTypes.bool,\ndropdown: PropTypes.bool,\n", ...
TypeScript
MIT License
patternfly/patternfly-react
fix(HorizontalNavMenuItem): Fix onItemClick PropType. (#2984) HorizontalNavMenuItem 's onItemClick should be a function not an object.
1
fix
HorizontalNavMenuItem
865,926
24.09.2019 11:43:40
-7,200
b162ec2ff8133997b81b7f55db508622764688f7
feat(deploy): derive default deployment name from the filename
[ { "change_type": "MODIFY", "diff": "@@ -130,8 +130,10 @@ export default class DeploymentTool extends PureComponent {\n}\ngetDetailsFromUserInput(tab, details) {\n+ const initialDetails = this.getInitialDetails(tab, details);\n+\nreturn new Promise(resolve => {\n- const handleClose = (result) => {\n+ const h...
JavaScript
MIT License
camunda/camunda-modeler
feat(deploy): derive default deployment name from the filename
1
feat
deploy
447,440
24.09.2019 11:59:09
18,000
788faeb59e5a781d54768b6108c05d179f236e0a
test: enable tabset test
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ describe('Tabset base example', () => {\nbrowser.keys(ARROW_RIGHT_KEY);\nexpect(tabItem.hasFocus()).toBe(false);\n});\n- it.skip('should set the buttons visible when the screen size is resized', () => {\n+ it('should set the buttons visible when the scre...
JavaScript
MIT License
nexxtway/react-rainbow
test: enable tabset test (#1003)
1
test
null
815,577
24.09.2019 12:07:22
-28,800
ebc420d929cef407520a80d731d571f94de7abb0
chore: upgrade p2p and ring
[ { "change_type": "MODIFY", "diff": "@@ -711,10 +711,10 @@ dependencies = [\n\"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"snap 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n- ...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade p2p and ring
1
chore
null
866,395
24.09.2019 12:07:33
14,400
2ccc3b7d184d52ec537aed49e31cc75d47f1aa64
fix(masthead): remove L1 from DotcomStory;L1 is conditional
[ { "change_type": "MODIFY", "diff": "@@ -32,8 +32,7 @@ export default content;\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport { DotcomShell } from '@carbon/ibmdotcom-react';\n-import '@carbon/ibmdotcom-styles/scss/components/masthead/masthead.scss';\n-import '@carbon/ibmdotcom-styles/...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead): remove L1 from DotcomStory;L1 is conditional
1
fix
masthead
815,595
24.09.2019 12:34:33
-28,800
ad7980f810493adf5a463e6cafe0e9c1b9697b79
chore: Use failure::Context to manager internal error
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ impl ChainController {\npub fn process_block(&self, block: Arc<BlockView>, need_verify: bool) -> Result<bool, Error> {\nRequest::call(&self.process_block_sender, (block, need_verify)).unwrap_or_else(|| {\nErr(InternalErrorKind::System\n- .cause(\"Chain s...
Rust
MIT License
nervosnetwork/ckb
chore: Use failure::Context to manager internal error
1
chore
null
603,467
24.09.2019 12:44:42
-3,600
f7908a8e6142e66f5c7a70fe8811cdd3a732da05
fix(protractor): The Clear interaction willl complain if used with an element that cannot be cleared Thanks to for reporting the issue!
[ { "change_type": "MODIFY", "diff": "import { expect, stage } from '@integration/testing-tools';\nimport { Ensure, equals } from '@serenity-js/assertions';\n+import { LogicError } from '@serenity-js/core';\nimport { by } from 'protractor';\n-import { Clear, Navigate, Target, Value } from '../../../src';\n+im...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(protractor): The Clear interaction willl complain if used with an element that cannot be cleared Thanks to @Ethan-G for reporting the issue!
1
fix
protractor
603,467
24.09.2019 12:49:14
-3,600
924eeced93c2279c9f56fbbf9bb3643a7330d6b2
style(protractor): Removed an unused import
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { Ensure, equals } from '@serenity-js/assertions';\nimport { LogicError } from '@serenity-js/core';\nimport { by } from 'protractor';\n-import { Clear, Navigate, Target, Text, Value } from '../../../src';\n+import { Clear, Navigate, Target, Value } ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
style(protractor): Removed an unused import
1
style
protractor
503,945
24.09.2019 13:39:22
14,400
4d3fe4863eac71b7c626bc2275a4e05e33111066
chore(package): Bump versions to 2.33.3
[ { "change_type": "MODIFY", "diff": "},\n\"homepage\": \"https://github.com/patternfly/patternfly-react#readme\",\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.33.0\",\n+ \"@patternfly/patternfly\": \"2.33.3\",\n\"@patternfly/react-styles\": \"^3.5.25\",\n\"@patternfly/react-tokens\": \"^2.6.29\",\...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.33.3 (#2992)
1
chore
package
942,615
24.09.2019 13:45:01
21,600
275284992d824dccc33ead852d26747b08191c1e
fix(core): Update incorrect alert colors
[ { "change_type": "MODIFY", "diff": "$wdc-color-error: $wdc-color-cinnamon-500;\n$wdc-color-error-light: $wdc-color-cinnamon-200;\n$wdc-color-error-dark: $wdc-color-cinnamon-600;\n-$wdc-color-alert: $wdc-color-cantaloupe-500;\n-$wdc-color-alert-light: $wdc-color-cantaloupe-400;\n-$wdc-color-alert-dark: $wdc-...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(core): Update incorrect alert colors
1
fix
core
865,926
24.09.2019 14:04:29
-7,200
086389122d44df6c8272ae012f269227fd43b029
chore(client/AppParent): make #restoreWorkspace fail-safe
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,13 @@ import Flags, { DISABLE_PLUGINS, RELAUNCH } from '../util/Flags';\nconst log = debug('AppParent');\n+const DEFAULT_CONFIG = {\n+ activeFile: -1,\n+ files: [],\n+ layout: {},\n+ endpoints: []\n+};\n+\nexport default class AppParent extends PureComponent ...
JavaScript
MIT License
camunda/camunda-modeler
chore(client/AppParent): make #restoreWorkspace fail-safe
1
chore
client/AppParent
711,597
24.09.2019 14:44:22
-7,200
1e41b9261f0897ce6aef6266db1aac8a7c81c501
fix(admin-ui): Correctly disable selects/toggles based on permissions
[ { "change_type": "MODIFY", "diff": "clrToggle\nformControlName=\"visible\"\nid=\"visibility\"\n- [attr.disabled]=\"!('UpdateCatalog' | hasPermission)\"\n+ [vdrDisabled]=\"!('UpdateCatalog' | hasPermission)\"\n/>\n<label class=\"visible-toggle\">\n{{\n", "new_path": "packages/admin-ui/src/app/catalog/com...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Correctly disable selects/toggles based on permissions
1
fix
admin-ui
866,395
24.09.2019 14:45:16
14,400
d313e78215fd3a9a75ab2a1b575167ba55e8c0e5
fix(masthead): use window-or-global for window event listener
[ { "change_type": "MODIFY", "diff": "import React, { useEffect, useState, useRef } from 'react';\nimport PropTypes from 'prop-types';\nimport { settings } from 'carbon-components';\n+import root from 'window-or-global';\nimport { User20, UserOnline20 } from '@carbon/icons-react';\nimport { IbmLogo } from '.....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead): use window-or-global for window event listener
1
fix
masthead
866,415
24.09.2019 15:44:50
14,400
1ff5e087ce3059e3fe39eecf42477aad6aba66c5
feat(leadspace): adjustments to the gradient opacity
[ { "change_type": "MODIFY", "diff": "}\n&--gradient {\n- background-image: linear-gradient(\n- to bottom,\n- rgba($ui-background, 1),\n- transparent\n- );\n+ background-color: rgba($ui-background, 0.75);\n}\n.#{$prefix}--leadspace__title {\npadding-top: carbon--mini-units(50) / carbon--mini-units(84) * 100%;...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): adjustments to the gradient opacity
1
feat
leadspace
815,593
24.09.2019 15:51:55
-28,800
98767a95ed912dd2c651b9c4fe4432f8a96c5e7f
refactor: rename load_args to `load_script`
[ { "change_type": "RENAME", "diff": "-use crate::syscalls::{utils::store_data, LOAD_ARGS_SYSCALL_NUMBER, SUCCESS};\n-use ckb_types::packed::Bytes;\n+use crate::syscalls::{utils::store_data, LOAD_SCRIPT_SYSCALL_NUMBER, SUCCESS};\n+use ckb_types::{packed::Script, prelude::*};\nuse ckb_vm::{\nregisters::{A0, A7...
Rust
MIT License
nervosnetwork/ckb
refactor: rename load_args to `load_script`
1
refactor
null
711,597
24.09.2019 16:14:04
-7,200
5daf756d563aa9437ecc423a6e224b69f2a9221e
feat(admin-ui): Allow shared & lazy UI plugins to be specified Relates to
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ import { CoreModule } from './core/core.module';\nimport { CustomHttpTranslationLoader } from './core/providers/i18n/custom-http-loader';\nimport { I18nService } from './core/providers/i18n/i18n.service';\nimport { DataService } from './data/providers/da...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Allow shared & lazy UI plugins to be specified Relates to #55
1
feat
admin-ui
711,597
24.09.2019 16:17:57
-7,200
0aadbd8d2992657c1e6c9549e1f2363a487e758f
feat(dev-server): Add examples for lazy & shared UI plugins
[ { "change_type": "ADD", "diff": "+import { Component, NgModule } from '@angular/core';\n+import { RouterModule } from '@angular/router';\n+import { ModalService, SharedModule } from '@vendure/admin-ui/src';\n+\n+@Component({\n+ selector: 'plugin-test-component',\n+ template: `\n+ <p>Test component works!!</...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(dev-server): Add examples for lazy & shared UI plugins
1
feat
dev-server
71,115
24.09.2019 16:29:44
-7,200
0731c3d181331e7ac38e2736a216561b529cdc9b
chore(appmesh): update README examples
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ The following example creates the `AppMesh` service mesh with the default filter\n```typescript\nconst mesh = new Mesh(stack, 'AppMesh', {\n- name: 'myAwsmMesh',\n+ meshName: 'myAwsmMesh',\n});\n```\n@@ -49,10 +49,8 @@ The mesh can also be created with t...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(appmesh): update README examples (#4220)
1
chore
appmesh
815,595
24.09.2019 16:37:23
-28,800
1aca74a9d7d06b5a696687f0f4b55d1b6f8662a0
doc: Correct result of get_block_template
[ { "change_type": "MODIFY", "diff": "@@ -1204,7 +1204,64 @@ http://localhost:8114\n{\n\"id\": 2,\n\"jsonrpc\": \"2.0\",\n- \"result\": \"0xd8753dd87c7dd293d9b64d4ca20d77bb8e5f2d92bf08234b026e2d8b1b00e7e9\"\n+ \"result\": {\n+ \"bytes_limit\": \"0x22d387\",\n+ \"cellbase\": {\n+ \"cycles\": null,\n+ \"data\":...
Rust
MIT License
nervosnetwork/ckb
doc: Correct result of get_block_template
1
doc
null
722,013
24.09.2019 17:06:23
18,000
7865d4c353bf494dd881e26c61cd35daa32ae052
ci: remove the weird merge master message
[ { "change_type": "MODIFY", "diff": "@@ -86,6 +86,6 @@ jobs:\n- git checkout github/dev\n- git checkout -b dev\n- git status -v\n- - git merge master -m \"chore&#58; master\"\n+ - git merge master --no-edit\n- git branch --set-upstream-to github/dev\n- git push\n", "new_path": ".travis.yml", "old_pat...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: remove the weird merge master message
1
ci
null
217,922
24.09.2019 17:20:09
-7,200
9bbeb21cc48ee1b1cf515af1ac133727023ef9c0
chore: added click action on inventory position tags in list details
[ { "change_type": "MODIFY", "diff": "</div>\n<div *ngIf=\"amountInInventory$ | async as amountInInventory\" class=\"amount-in-inventories\" fxLayout=\"row wrap\"\nfxLayoutGap=\"5px\">\n- <nz-tag *ngFor=\"let entry of amountInInventory;trackBy: trackByInventoryEntry\">\n+ <nz-tag *ngFor=\"let entry of amountI...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added click action on inventory position tags in list details
1
chore
null
866,394
24.09.2019 17:30:27
14,400
3af0f3681ef8f3dacbb5402584b4797aedaa3ccb
fix(jest): multiple jest fixes for the footer
[ { "change_type": "MODIFY", "diff": "@@ -45,13 +45,26 @@ function renderGroups(groups) {\n));\n}\n+/**\n+ * @property propTypes\n+ * @description Defined property types for component\n+ * @type {{groups: shim}}\n+ */\nFooterNav.propTypes = {\ngroups: PropTypes.arrayOf(\nPropTypes.shape({\n- title: PropTypes....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(jest): multiple jest fixes for the footer
1
fix
jest
791,834
24.09.2019 17:36:26
14,400
cb8045077d728d6b6e8786888e742cd9e9c38097
core(network-recorder): optimize network idle detection
[ { "change_type": "MODIFY", "diff": "@@ -54,24 +54,35 @@ class NetworkRecorder extends EventEmitter {\n}\nisIdle() {\n- return !!this._getActiveIdlePeriod(0);\n+ return this._isActiveIdlePeriod(0);\n}\nis2Idle() {\n- return !!this._getActiveIdlePeriod(2);\n+ return this._isActiveIdlePeriod(2);\n}\n/**\n+ * R...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(network-recorder): optimize network idle detection (#9712)
1
core
network-recorder
815,595
24.09.2019 17:41:50
-28,800
21206b260275f3ff8f4f874bb88f6aaef5e30d51
chore: Correct typo builder
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ use ckb_proposal_table::{ProposalTable, ProposalView};\nuse ckb_store::ChainDB;\nuse ckb_store::{ChainStore, StoreConfig, COLUMNS};\nuse ckb_tx_pool::{\n- BlockAssemblerConfig, PollLock, TxPoolConfig, TxPoolController, TxPoolServiceBuiler,\n+ BlockAssemble...
Rust
MIT License
nervosnetwork/ckb
chore: Correct typo builder
1
chore
null
447,440
24.09.2019 18:18:59
18,000
207b7f2a010d25ba971ab5894915b76b3d087319
fix: scketch url
[ { "change_type": "MODIFY", "diff": "@@ -11,8 +11,9 @@ export default function Authentication() {\nimageSrc=\"/images/designsImages/authentication.png\"\npreviewUrl=\"/images/designsImages/authentication.png\"\nliveUrl=\"https://react-rainbow-firebase-auth.firebaseapp.com/home/signin\"\n- sketchUrl=\"https:/...
JavaScript
MIT License
nexxtway/react-rainbow
fix: scketch url (#1009)
1
fix
null
942,615
24.09.2019 19:35:51
21,600
9137aab4e893ffd5f4d118d23d1bcaffe3231584
fix(button): Update incorrect delete button colors
[ { "change_type": "MODIFY", "diff": "@@ -43,8 +43,8 @@ $wdc-btn-border-primary: $wdc-color-cantaloupe-400;\n$wdc-btn-border-primary-hover: $wdc-color-cantaloupe-400;\n$wdc-btn-border-primary-active: $wdc-color-blueberry-400;\n$wdc-btn-border-primary-disabled: $wdc-color-cantaloupe-400;\n-$wdc-btn-border-dele...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(button): Update incorrect delete button colors
1
fix
button
722,021
24.09.2019 21:52:26
-28,800
55da63e3a5452fe4bda9a5ba6ee04d465cf48c29
feat: vue-docgen-cli if getDestFile should not create md file
[ { "change_type": "MODIFY", "diff": "@@ -50,8 +50,9 @@ export async function compile(\nfilePath: string\n) {\nconst componentFile = docMap[filePath] || filePath\n- writeDownMdFile(\n- await compileMarkdown(config, componentFile),\n- config.getDestFile(componentFile, config)\n- )\n+ const file = config.getDes...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat: vue-docgen-cli if getDestFile should not create md file
1
feat
null
815,593
24.09.2019 22:51:46
-28,800
fe04ca0d4af421d1ec861f93ea491ea804cb8f98
chore: update `ckb-system-script` version
[ { "change_type": "MODIFY", "diff": "@@ -4010,7 +4010,7 @@ dependencies = [\n\"checksum cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)\" = \"a7fa24eb00d5ffab90eaeaf1092ac85c04c64aaf358ea6f84505b8116d24c6af\"\n\"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)...
Rust
MIT License
nervosnetwork/ckb
chore: update `ckb-system-script` version
1
chore
null
306,470
24.09.2019 23:28:30
-7,200
b9747efe8a2a3485688611ef9cb3967cc3a81c83
fix(calendar): render the calendar when min and max date are same date
[ { "change_type": "MODIFY", "diff": "@@ -430,6 +430,13 @@ export class LionCalendar extends LocalizeMixin(LitElement) {\nthis.minDate && this.minDate > date ? new Date(this.minDate) : new Date(date);\nconst pastDate = this.maxDate && this.maxDate < date ? new Date(this.maxDate) : new Date(date);\n+ if (this....
JavaScript
MIT License
ing-bank/lion
fix(calendar): render the calendar when min and max date are same date
1
fix
calendar
791,851
25.09.2019 00:14:47
-7,200
f84dcedc8dee8b5f64b9876d15a1326b36cec44f
docs(readme): add lighthouse-monitor
[ { "change_type": "MODIFY", "diff": "@@ -313,21 +313,22 @@ Other awesome open source projects that use Lighthouse.\n* **[Gimbal](https://labs.moduscreate.com/gimbal-web-performance-audit-budgeting)** - An [open source (MIT licensed)](https://github.com/ModusCreateOrg/gimbal) tool used to measure, analyze, an...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(readme): add lighthouse-monitor (#9716)
1
docs
readme
469,438
25.09.2019 00:14:52
25,200
947c12beae85a0aa6b08d58588d742180f6b8b27
fix: add "either" option for param structure fixes partly addresses
[ { "change_type": "MODIFY", "diff": "+.DS_Store\nbuild/\nnode_modules/\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "@@ -197,7 +197,7 @@ Field Name | Type | Description\n<a name=\"method-servers\"></a>servers | [[Server Object](#server-objec...
JavaScript
Apache License 2.0
open-rpc/spec
fix: add "either" option for param structure fixes #190 partly addresses #226 Signed-off-by: Zachary Belford <belfordz66@gmail.com>
1
fix
null
447,451
25.09.2019 00:24:49
18,000
3bcd58bfe55f04a4e9080a4d42cd4ea06eb04a15
chore: run build:copy-ts-files command in serial
[ { "change_type": "MODIFY", "diff": "\"build:components\": \"npx babel ./src --out-dir ./\",\n\"build:css\": \"node-sass-chokidar src/components/ -o ./components/\",\n\"build:fonts\": \"npx babel src/components/Application/fonts --out-dir components/Application/fonts --copy-files\",\n- \"build\": \"run-p bui...
JavaScript
MIT License
nexxtway/react-rainbow
chore: run build:copy-ts-files command in serial (#1014)
1
chore
null
217,922
25.09.2019 00:50:10
-7,200
ef1aaf5238e07434d78a4d78cd0be044c02e79bb
chore: add debug for lost of signal in inventory handling
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,6 @@ export class UserInventoryService extends FirestoreRelationalStorage<UserInvento\ncase ContainerType.SaddleBag1:\nreturn 'SaddleBag';\n}\n- console.warn('No name for container', containerId);\nreturn 'Other';\n}\n", "new_path": "apps/client/src/app/c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add debug for lost of signal in inventory handling
1
chore
null
447,447
25.09.2019 01:59:16
14,400
2ecba8a9d306f2603c01acbf0a2a99851111ea67
test: add accessibility test on Lookup component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Lookup from '..';\n+\n+describe('<Lookup/>', () => {\n+ it('should be accessible when label is passed', async () => {\n+ expect.assertions(1);\n+ const htm...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on Lookup component (#1008)
1
test
null
447,447
25.09.2019 02:13:01
14,400
acaed5a22854c1775c514fec7c521d8e7963719b
fix: fix hour value on TimePicker component when click on down button
[ { "change_type": "MODIFY", "diff": "@@ -515,4 +515,12 @@ describe('TimePicker base example', () => {\nbrowser.keys(ENTER_KEY);\nexpect(timePicker.getTimeValue()).toBe('02:02 AM');\n});\n+ it('should set hour input value to \"12\" when hour input has \"0\" as value and press down button while hour input is f...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix hour value on TimePicker component when click on down button (#998)
1
fix
null
447,447
25.09.2019 02:41:49
14,400
d08d520105430b5e7cc6ae23dcd31e9ec938a691
test: add accessibility test on ProgressIndicator component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import ProgressIndicator from '..';\n+import ProgressStep from '../../ProgressStep';\n+\n+describe('<ProgressIndicator/>', () => {\n+ it('should be accessible', a...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on ProgressIndicator component (#1017)
1
test
null
447,447
25.09.2019 02:42:52
14,400
57d9aa7d78cb1fc37cc794af029d185226ddc3e5
test: add accessibility test on ProgressCircular component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import ProgressCircular from '..';\n+\n+describe('<ProgressCircular/>', () => {\n+ it('should be accessible', async () => {\n+ expect.assertions(1);\n+ const html...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on ProgressCircular component (#1016)
1
test
null
447,447
25.09.2019 02:44:55
14,400
5339d480a0a2216405bdfc3fcc7cd2ced6a655bd
test: add accessibility test on ProgressBar component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import ProgressBar from '..';\n+\n+describe('<ProgressBar/>', () => {\n+ it('should be accessible', async () => {\n+ expect.assertions(1);\n+ const html = ReactDO...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on ProgressBar component (#1015)
1
test
null
447,447
25.09.2019 02:50:59
14,400
ce2a5452922dca487b57e76489136e1a1c8b72bd
test: add accessibility test on GMap component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import GMap from '..';\n+import MapMarker from '../../MapMarker';\n+\n+describe('<GMap/>', () => {\n+ it('should be accessible', async () => {\n+ expect.assertion...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on GMap component (#1006)
1
test
null
447,447
25.09.2019 02:51:27
14,400
4d06e23ea54609c41d2c9a084e3fb18cf823e818
test: add accessibility test on Chip component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Chip from '..';\n+\n+describe('<Chip/>', () => {\n+ it('should be accessible', async () => {\n+ expect.assertions(1);\n+ const html = ReactDOMServer.render...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on Chip component (#1005)
1
test
null