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
447,447
25.09.2019 02:52:00
14,400
8ea3ff6103205df8db761635a06cc1e79974d5e6
test: add accessibility test on Chart component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Chart from '..';\n+import Dataset from '../../Dataset';\n+\n+describe('<Chart/>', () => {\n+ it('should be accessible', async () => {\n+ expect.assertions(...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on Chart component (#1004)
1
test
null
711,597
25.09.2019 09:13:50
-7,200
c3187eccddb1c720514f7c8d56d4acabee81c077
refactor(admin-ui): Move asset gallery components to SharedModule
[ { "change_type": "MODIFY", "diff": "@@ -6,10 +6,7 @@ import { SharedModule } from '../shared/shared.module';\nimport { catalogRoutes } from './catalog.routes';\nimport { ApplyFacetDialogComponent } from './components/apply-facet-dialog/apply-facet-dialog.component';\n-import { AssetFileInputComponent } from...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(admin-ui): Move asset gallery components to SharedModule
1
refactor
admin-ui
71,327
25.09.2019 09:15:10
-7,200
87f096e7e03553007f0d1b87efc9fce989df64d6
feat(ec2): let Instance be IGrantable
[ { "change_type": "MODIFY", "diff": "-import { IRole, PolicyStatement } from \"@aws-cdk/aws-iam\";\n+import { IPrincipal, IRole, PolicyStatement } from \"@aws-cdk/aws-iam\";\nimport { CfnOutput, Construct, Stack } from \"@aws-cdk/core\";\nimport { AmazonLinuxGeneration, AmazonLinuxImage, InstanceClass, Insta...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): let Instance be IGrantable (#4190)
1
feat
ec2
711,597
25.09.2019 09:35:16
-7,200
09250a89ef36a4f2707a3331a1a995b8f2720147
feat(admin-ui): Expose `query` & `mutation` method on DataService
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\n+import { WatchQueryFetchPolicy } from 'apollo-client';\n+import { DocumentNode } from 'graphql';\n+import { Observable } from 'rxjs';\n+\n+import { QueryResult } from '../query-result';\nimport { AdministratorDataService } fro...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Expose `query` & `mutation` method on DataService
1
feat
admin-ui
711,597
25.09.2019 10:11:12
-7,200
83d909047dbb63bee3c1b87029625d1337f0c822
feat(admin-ui): Allow extensions to define CustomField controls Relates to
[ { "change_type": "MODIFY", "diff": "<ng-container *ngFor=\"let customField of customFields\">\n<vdr-custom-field-control\n*ngIf=\"customFieldIsSet(customField.name)\"\n+ entityName=\"Collection\"\n[customFieldsFormGroup]=\"detailForm.get(['customFields'])\"\n[customField]=\"customField\"\n></vdr-custom-fiel...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Allow extensions to define CustomField controls Relates to #55
1
feat
admin-ui
791,704
25.09.2019 10:28:28
25,200
371131e327df19f557af05830f62477075d4e9a3
tests(smokehouse): check runWarnings
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ module.exports = [\nrequestedUrl: 'http://localhost:10200/infinite-loop.html',\nfinalUrl: 'http://localhost:10200/infinite-loop.html',\nruntimeError: {code: 'PAGE_HUNG'},\n+ runWarnings: ['Lighthouse was unable to reliably load the URL you requested beca...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smokehouse): check runWarnings (#9732)
1
tests
smokehouse
503,933
25.09.2019 10:37:22
14,400
1377c7e4689d7682a758ae4007f5d60e606b9a69
fix(Select): Add props for hard coded strings
[ { "change_type": "MODIFY", "diff": "@@ -34,8 +34,12 @@ export interface SelectProps\nisDisabled?: boolean;\n/** Flag to indicate if the typeahead select allows new items */\nisCreatable?: boolean;\n+ /** Text displayed in typeahead select to prompt the user to create an item */\n+ createText?: string;\n/** ...
TypeScript
MIT License
patternfly/patternfly-react
fix(Select): Add props for hard coded strings (#2993) #2901
1
fix
Select
815,569
25.09.2019 10:42:33
-28,800
240acd82b621dacd6c84499f49c3bae3ed9cbfa2
test: move typical_secp256k1_blake160_2_in_2_out cycle and size test
[ { "change_type": "MODIFY", "diff": "@@ -859,6 +859,7 @@ name = \"ckb-script\"\nversion = \"0.23.0-pre\"\ndependencies = [\n\"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-chain-spec 0.23.0-pre\",\n\"ckb-crypto 0.23.0-pre\",\n\"ckb-db 0.23.0-pre\",\n\"ckb-error 0.23.0-pr...
Rust
MIT License
nervosnetwork/ckb
test: move typical_secp256k1_blake160_2_in_2_out cycle and size test
1
test
null
711,597
25.09.2019 10:47:15
-7,200
b46d201e8a1518379be05cd5f8af5fc95c6b2045
feat(docs): Re-organize plugin API docs & plugins guide
[ { "change_type": "MODIFY", "diff": "@@ -21,8 +21,6 @@ docs/content/docs/typescript-api/*\ndocs/data/build.json\n!docs/content/docs/typescript-api/_index.md\ndocs/content/docs/graphql-api/*\n-docs/content/docs/plugins/*\n-!docs/content/docs/plugins/*.*\n!docs/content/docs/graphql-api/_index.md\n!docs/content...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Re-organize plugin API docs & plugins guide
1
feat
docs
711,597
25.09.2019 10:56:10
-7,200
1a16d83ee4ce24c8d3578530f5aee20f66b408a9
chore(docs): Remove blog posts from master branch They are kept on the vendure-io branch now.
[ { "change_type": "DELETE", "diff": "Binary files a/docs/content/blog/2019-02-11-introducing-vendure/introducing-vendure.jpg and /dev/null differ\n", "new_path": "docs/content/blog/2019-02-11-introducing-vendure/introducing-vendure.jpg", "old_path": "docs/content/blog/2019-02-11-introducing-vendure/i...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(docs): Remove blog posts from master branch They are kept on the vendure-io branch now.
1
chore
docs
503,965
25.09.2019 10:57:59
14,400
86dd12339ad99dc7d317c6799b19221d24fb7e71
build(codecov): add back codecov
[ { "change_type": "MODIFY", "diff": "@@ -126,7 +126,7 @@ jobs:\n- *js_deps_cache_key\n- run:\nname: PF4 Jest Tests\n- command: yarn test:pf4 --maxWorkers=2\n+ command: yarn test:pf4 --maxWorkers=2 && yarn run codecov -F patternfly4\ntest_jest_other:\ndocker:\n- image: circleci/node:8.15\n@@ -137,10 +137,13 @...
TypeScript
MIT License
patternfly/patternfly-react
build(codecov): add back codecov (#3004)
1
build
codecov
503,988
25.09.2019 10:59:11
14,400
2c7dd725251f777baa0d2eec5425c4808d39e271
feat(Button): add control variant to button update context selector, input group examples
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ ButtonVariants = () => (\n<React.Fragment>\n<Button variant=\"primary\">Primary</Button> <Button variant=\"secondary\">Secondary</Button>{' '}\n<Button variant=\"tertiary\">Tertiary</Button> <Button variant=\"danger\">Danger</Button>{' '}\n+ <Button vari...
TypeScript
MIT License
patternfly/patternfly-react
feat(Button): add control variant to button (#2983) update context selector, input group examples
1
feat
Button
866,415
25.09.2019 11:03:55
14,400
083e67fec7e7135daee58c42425c63785b586586
fix(jest): silence act errors for now
[ { "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": "@@ -8,6 +8,7 @@ mod...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(jest): silence act errors for now
1
fix
jest
366,960
25.09.2019 11:18:21
-32,400
ff4295c9bcf5e1ace0dd6d88aa24e7146e6ff16b
fix: Fix typo fix tag's props type of enum value.
[ { "change_type": "MODIFY", "diff": "@@ -11,4 +11,4 @@ import { Tag } from 'smarthr-ui'\n| Name | Required | Type | DefaultValue | Description |\n| ---------- | -------- | --------------------------------- | ------------ | ----------------------------------------------------------------- |\n| skeleton | - | ...
TypeScript
MIT License
kufu/smarthr-ui
fix: Fix typo fix tag's props type of enum value.
1
fix
null
67,474
25.09.2019 11:24:15
-36,000
31c9ccf87ec704e70f4ecd345a9d241df2d216aa
feat(aurelia): re-export all in a single "aurelia" package, and a wrapper to start app
[ { "change_type": "MODIFY", "diff": "\"packages/__tests__\",\n\"packages/__tests__/e2e\",\n\"packages/aot\",\n+ \"packages/aurelia\",\n\"packages/debug\",\n\"packages/fetch-client\",\n\"packages/i18n\",\n", "new_path": "lerna.json", "old_path": "lerna.json" }, { "change_type": "ADD", "dif...
TypeScript
MIT License
aurelia/aurelia
feat(aurelia): re-export all in a single "aurelia" package, and a wrapper to start app
1
feat
aurelia
306,423
25.09.2019 11:43:16
-7,200
eb768c061d2c5539110f567faf2047fdc6059d2d
chore(calendar): different event key names
[ { "change_type": "MODIFY", "diff": "import { html, LitElement } from '@lion/core';\nimport { localize, getWeekdayNames, getMonthNames, LocalizeMixin } from '@lion/localize';\n+import '@lion/core/src/differentKeyEventNamesShimIE.js';\nimport { createMultipleMonth } from './utils/createMultipleMonth.js';\nimp...
JavaScript
MIT License
ing-bank/lion
chore(calendar): different event key names
1
chore
calendar
306,423
25.09.2019 11:45:29
-7,200
4529efb6a65dcf9ea5a43486788aa6c145f2901a
chore: align select-rich and input-datepicker with latest overlays
[ { "change_type": "MODIFY", "diff": "\"@lion/button\": \"^0.3.16\",\n\"@open-wc/demoing-storybook\": \"^0.2.0\",\n\"@open-wc/testing\": \"^2.3.4\",\n- \"@polymer/iron-test-helpers\": \"^3.0.1\",\n\"sinon\": \"^7.2.2\"\n}\n}\n", "new_path": "packages/input-datepicker/package.json", "old_path": "packag...
JavaScript
MIT License
ing-bank/lion
chore: align select-rich and input-datepicker with latest overlays
1
chore
null
71,327
25.09.2019 11:45:54
-7,200
f11bece0871807d6874c95f3296cf1fd79a6b573
feat(elasticloadbalancingv2): add Instance target
[ { "change_type": "MODIFY", "diff": "+import ec2 = require('@aws-cdk/aws-ec2');\nimport elbv2 = require('@aws-cdk/aws-elasticloadbalancingv2');\n/**\n@@ -43,3 +44,15 @@ export class InstanceIdTarget implements elbv2.IApplicationLoadBalancerTarget, e\n};\n}\n}\n+\n+export class InstanceTarget extends Instance...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(elasticloadbalancingv2): add Instance target (#4187)
1
feat
elasticloadbalancingv2
304,882
25.09.2019 11:59:46
25,200
77c058ff0cf83a95f2192d32d15443f4d36d31a1
fix(executetest): return error from cache
[ { "change_type": "MODIFY", "diff": "@@ -378,7 +378,7 @@ func TablesFromCache(c execute.DataCache) (tables []*Table, err error) {\ntables = append(tables, cb)\nc.ExpireTable(key)\n})\n- return tables, nil\n+ return tables, err\n}\nfunc ConvertTable(tbl flux.Table) (*Table, error) {\n", "new_path": "execu...
Go
MIT License
influxdata/flux
fix(executetest): return error from cache
1
fix
executetest
865,926
25.09.2019 12:00:45
-7,200
f11fcb50a22c01006fb054974411fd99e568d71f
feat(deploy): display failure notification for 10 seconds
[ { "change_type": "MODIFY", "diff": "@@ -99,13 +99,25 @@ export default class DeploymentTool extends PureComponent {\n// (3) Trigger deployment\n// (3.1) Show deployment result (success or error)\n+ const {\n+ displayNotification\n+ } = this.props;\ntry {\nawait this.deployWithDetails(tab, details);\n- this....
JavaScript
MIT License
camunda/camunda-modeler
feat(deploy): display failure notification for 10 seconds
1
feat
deploy
838,025
25.09.2019 12:16:05
-10,800
64a979c3db6ef6f861ce2d9a24f27f0d07eb4917
feat: CanPublish have bug
[ { "change_type": "DELETE", "diff": "", "new_path": "RESUME.md", "old_path": "RESUME.md" }, { "change_type": "MODIFY", "diff": "@@ -86,7 +86,8 @@ type baseLikes struct {\ntype baseLikesInfo struct {\nCanLike int `json:\"can_like\"`\n- CanPublish int `json:\"can_publish\"`\n+ // BUG(VK): h...
Go
MIT License
severecloud/vksdk
feat: CanPublish have bug #55
1
feat
null
866,394
25.09.2019 12:16:58
14,400
44a01df3176b6f6dc6759121062e3c365f60536c
fix(jest): additional console error fixes for jest tests
[ { "change_type": "MODIFY", "diff": "\"**/*.js\": [\n\"prettier --write\",\n\"eslint packages\",\n- \"yarn test\",\n\"git add\"\n],\n+ \"**/*.test.js\": [\n+ \"yarn test\"\n+ ],\n\"packages/components/**/*.scss\": [\n\"prettier --write\",\n\"yarn lint:styles\",\n", "new_path": ".lintstagedrc", "old_p...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(jest): additional console error fixes for jest tests
1
fix
jest
866,394
25.09.2019 12:29:33
14,400
6e7b7abf3b1625176b1689de82144f45f12f7f78
fix(jest): test commit
[ { "change_type": "MODIFY", "diff": "\"**/*.js\": [\n\"prettier --write\",\n\"eslint packages\",\n+ \"cross-env BABEL_ENV=test jest\",\n\"git add\"\n],\n- \"*.test.js\": [\n- \"yarn test\"\n- ],\n\"packages/components/**/*.scss\": [\n\"prettier --write\",\n\"yarn lint:styles\",\n", "new_path": ".lintstag...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(jest): test commit
1
fix
jest
866,394
25.09.2019 12:33:17
14,400
4fcac491e9eefdb88d32843d844090b15e3aa24f
fix(jest): added comment regarding the dds-privacy-cp placeholder
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,8 @@ describe('<LegalNav />', () => {\nconst legalNav = shallow(<LegalNav links={MOCK_DATA} />);\nexpect(legalNav.exists('.bx--legal-nav')).toBeTruthy();\n+\n+ // adding an additional LI to legalNav for the `dds-privacy-cp` placeholder\nexpect(legalNav.find('...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(jest): added comment regarding the dds-privacy-cp placeholder
1
fix
jest
306,421
25.09.2019 12:46:42
-7,200
0447325a1dc896ae784e70ba069839f32373c564
chore: fixed overlay demo bugs
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ const bottomsheetDemoStyle = css`\nbackground-color: white;\nborder: 1px solid lightgrey;\ntext-align: center;\n- height: 800px;\n}\n`;\n", "new_path": "packages/overlays/stories/bottomsheet.stories.js", "old_path": "packages/overlays/stories/botto...
JavaScript
MIT License
ing-bank/lion
chore: fixed overlay demo bugs
1
chore
null
838,025
25.09.2019 12:54:27
-10,800
671b00d9f12727420b87c878032531897711c6ea
feat: add MessageCall
[ { "change_type": "MODIFY", "diff": "@@ -333,6 +333,17 @@ type messagesMessageAttachment struct {\nAudioMessage DocsDoc `json:\"audio_message\"`\nGraffiti DocsDoc `json:\"graffiti\"`\nPoll PollsPoll `json:\"poll\"`\n+ Call MessageCall `json:\"call\"`\n+}\n+\n+// MessageCall struct\n+type MessageCall struct {...
Go
MIT License
severecloud/vksdk
feat: add MessageCall
1
feat
null
866,395
25.09.2019 13:05:40
14,400
c02a0c73909414076487526a339849b91ed615a7
fix(misc): fixes PR review comments
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { settings } from 'carbon-components';\n-import { Content } from 'carbon-components-react';\nimport { Masthead, Footer } from '@carbon/ibmdotcom-react';\nconst { prefix } = settings;\n@@ -29,10 +28,8 ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(misc): fixes PR review comments
1
fix
misc
67,474
25.09.2019 13:28:18
-36,000
5ccb9c6cd092731132c1622f151cf80f24258b31
docs(startup): update some startup example, more doc changes are needed
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,39 @@ Note: The contents in this document may no longer apply or be out of date.\n# Application Startup\n+## New Quick Startup (recommended)\n+*Spec: https://github.com/aurelia/aurelia/issues/630* <br />\n+*Status: 0/Discussion*\n+\n+```ts\n+import au, { Styl...
TypeScript
MIT License
aurelia/aurelia
docs(startup): update some startup example, more doc changes are needed
1
docs
startup
791,719
25.09.2019 13:43:27
25,200
6cfa6c73478af20c22c81d6e45747045bc6c7e6e
docs(apple-touch-icon): link to new web.dev docs
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ const UIStrings = {\n/** Description of a Lighthouse audit that tells the user that having an apple-touch-icon allows websites to include an app icon to their installed progressive web apps, similar to a native app. This is displayed after a user expands...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(apple-touch-icon): link to new web.dev docs (#9711)
1
docs
apple-touch-icon
471,523
25.09.2019 13:43:37
18,000
b76282a451ae0e67032d163750f3213724707d81
fix(create): don't display style nodes
[ { "change_type": "MODIFY", "diff": "@@ -95,10 +95,6 @@ export class <%= className %> extends LitElement {\nmargin: 0 auto;\n}\n- :host > * {\n- display: flex;\n- }\n-\nheader {\nwidth: 100%;\nbackground: #fff;\n", "new_path": "packages/create/src/generators/app-lit-element/templates/_MyApp.js", "old...
JavaScript
MIT License
open-wc/open-wc
fix(create): don't display style nodes (#816)
1
fix
create
865,917
25.09.2019 13:54:32
-7,200
c3f7d93a8edcf9968dccecd7be76b356f07732cc
chore(CHANGELOG): update to v3.3.5
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,12 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.3.5\n+\n+* `FIX`: snap connections to shape center ([#1436](https://github.com/camunda/camunda-modeler/issues/1436...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v3.3.5
1
chore
CHANGELOG
438,921
25.09.2019 14:08:47
-32,400
d4c8eb1bee366098bd4867fe04c441a87af409b8
fix(axis): Correct on tick count display Make the interval of tick value to be rounded for x Axis category type. Ref
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,11 @@ describe(\"AXIS\", function() {\n]\n},\naxis: {\n+ x: {\n+ tick: {\n+ count: undefined\n+ }\n+ },\ny: {\ntick: {\nvalues: null,\n@@ -42,6 +47,25 @@ describe(\"AXIS\", function() {\nchart = util.generate(args);\n});\n+ describe(\"axis.x.tick.count\", () ...
TypeScript
MIT License
naver/billboard.js
fix(axis): Correct on tick count display Make the interval of tick value to be rounded for x Axis category type. Ref #1077
1
fix
axis
71,327
25.09.2019 14:15:13
-7,200
3a9f4c8ce1ce9d166120ed580381ed97fd534377
feat(ec2): add custom userdata factory
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,15 @@ export abstract class UserData {\nreturn new WindowsUserData();\n}\n+ /**\n+ * Create a userdata object with custom content\n+ */\n+ public static custom(content: string): UserData {\n+ const userData = new CustomUserData();\n+ userData.addCommands(cont...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): add custom userdata factory (#4193)
1
feat
ec2
711,597
25.09.2019 14:34:47
-7,200
3661cecbab5c1ba0c4dec8c4d38e0b5510d1149e
docs(admin-ui-plugin): Add docs on extending the admin ui
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,11 @@ $block-border-radius: 4px;\nh2 {\nmargin-top: 48px;\nmargin-bottom: 6px;\n+ font-size: 1.8em;\n+ }\n+\n+ h3 {\n+ font-size: 1.4em;\n}\nh3.member-title {\n", "new_path": "docs/assets/styles/_markdown.scss", "old_path": "docs/assets/styles/_markdo...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(admin-ui-plugin): Add docs on extending the admin ui
1
docs
admin-ui-plugin
711,597
25.09.2019 14:36:37
-7,200
3ceac494b02c5a8943a6c4dbdfe412beadb386d1
feat(dev-server): Add example shared UI extension module
[ { "change_type": "MODIFY", "diff": "/* tslint:disable:no-console */\nimport { AdminUiPlugin } from '@vendure/admin-ui-plugin';\n+import { LanguageCode } from '@vendure/admin-ui/src/app/common/generated-types';\nimport { AssetServerPlugin } from '@vendure/asset-server-plugin';\nimport { ADMIN_API_PATH, API_P...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(dev-server): Add example shared UI extension module
1
feat
dev-server
217,922
25.09.2019 14:50:46
-7,200
26b0e0378e9cc854894ba0a31f983d42beb4700d
chore: added possibility to disable marketboard data sourcing
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import { buffer, debounceTime, distinctUntilChanged, filter, first, map, shareRe\nimport { LazyDataService } from '../data/lazy-data.service';\nimport { AuthFacade } from '../../+state/auth.facade';\nimport { IpcService } from '../electron/ipc.service';\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added possibility to disable marketboard data sourcing
1
chore
null
71,115
25.09.2019 14:55:42
-7,200
602bac2fc349b3bbdc2bca7b07830ea16e3ebed2
fix(appmesh): actually set listener healthCheck.path
[ { "change_type": "MODIFY", "diff": "@@ -153,7 +153,7 @@ function renderHealthCheck(hc: HealthCheck | undefined, pm: PortMapping): CfnVir\nreturn {\nhealthyThreshold: hc.healthyThreshold || 2,\nintervalMillis: (hc.interval || cdk.Duration.seconds(5)).toMilliseconds(), // min\n- path: hc.path || hc.protocol =...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(appmesh): actually set listener healthCheck.path (#4218)
1
fix
appmesh
942,615
25.09.2019 15:35:47
21,600
c30c8633d8dc5b01f7abf3d0515987424dbc88c3
fix(common): Use correct alert color variable for common errors
[ { "change_type": "MODIFY", "diff": "@if ($_type== 'error') {\n$_borderColor: $wdc-color-error;\n} @else if ($_type== 'alert') {\n- $_borderColor: $wdc-color-alert-light;\n+ $_borderColor: $wdc-color-alert;\n}\nborder-color: $_borderColor;\n", "new_path": "modules/common/css/lib/errors.scss", "old_pa...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(common): Use correct alert color variable for common errors
1
fix
common
67,474
25.09.2019 15:55:48
-36,000
a6c28b3cffa475fcd322374457689a61a8917eaf
refactor(debug): rename Tracer to DebugTracer This is part of to avoid naming conflict with kernel Tracer. BREAKING CHANGE: debug Tracer is renamed to DebugTracer
[ { "change_type": "MODIFY", "diff": "import { ITraceInfo, Tracer } from '@aurelia/kernel';\n-import { Tracer as DebugTracer } from '../../../../../debug/src/tracer';\n+import { DebugTracer } from '../../../../../debug/src/tracer';\nexport const TraceWriter = {\nwrite(info: ITraceInfo): void {\n", "new_pa...
TypeScript
MIT License
aurelia/aurelia
refactor(debug): rename Tracer to DebugTracer This is part of #630, to avoid naming conflict with kernel Tracer. BREAKING CHANGE: debug Tracer is renamed to DebugTracer
1
refactor
debug
711,597
25.09.2019 16:16:37
-7,200
b727327a82c225aa8b53859064f5094943003107
feat(create): Add example fromAddress global template variable
[ { "change_type": "MODIFY", "diff": "@@ -70,6 +70,7 @@ const path = require('path');\ntemplatePath: path.join(__dirname, 'vendure/email/templates'),\nglobalTemplateVars: {\n// The following variables will change depending on your storefront implementation\n+ fromAddress: '\"example\" <noreply@example.com>',\...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(create): Add example fromAddress global template variable
1
feat
create
711,597
25.09.2019 16:24:42
-7,200
ab866c1cfd9a58b63e2b72e197109029521b82c4
feat(core): Ensure SuperAdmin role has all permissions
[ { "change_type": "MODIFY", "diff": "@@ -121,14 +121,25 @@ export class RoleService {\n});\n}\n+ /**\n+ * Ensure that the SuperAdmin role exists and that it has all possible Permissions.\n+ */\nprivate async ensureSuperAdminRoleExists() {\n+ const allPermissions = Object.values(Permission).filter(p => p !== ...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Ensure SuperAdmin role has all permissions
1
feat
core
711,597
25.09.2019 16:29:22
-7,200
5ee4564a96d4ab074b4a3bf57e47edc9a0676339
chore: Publish v0.3.1
[ { "change_type": "MODIFY", "diff": "+## <small>0.3.1 (2019-09-25)</small>\n+\n+\n+#### Features\n+\n+* **admin-ui** Add controls for disabling & deleting a Promotion ([7568e20](https://github.com/vendure-ecommerce/vendure/commit/7568e20)), closes [#159](https://github.com/vendure-ecommerce/vendure/issues/15...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.3.1
1
chore
null
815,593
25.09.2019 16:43:25
-28,800
2210fd6f54f4aa403214c4eceff993794c61b347
chore: update version and rebase
[ { "change_type": "MODIFY", "diff": "@@ -374,7 +374,7 @@ dependencies = [\n\"ckb-pow 0.22.0-pre\",\n\"ckb-shared 0.22.0-pre\",\n\"ckb-store 0.22.0-pre\",\n- \"ckb-system-scripts 0.4.0-alpha.4+single-bytes (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.4.0-alpha.5+single-...
Rust
MIT License
nervosnetwork/ckb
chore: update version and rebase
1
chore
null
722,013
25.09.2019 16:55:38
18,000
40ec2ae76a81ae90894539e48b9c501c8d22f090
fix(docgen): allow default to be a method
[ { "change_type": "MODIFY", "diff": "@@ -290,6 +290,30 @@ describe('propHandler', () => {\ndefaultValue: { value: `\"normal\"` }\n})\n})\n+\n+ it('should be ok with the default as a method', () => {\n+ const src = [\n+ 'export default {',\n+ ' props: {',\n+ ' test: {',\n+ ' default() {',\n+ ' return [\"norma...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): allow default to be a method
1
fix
docgen
71,115
25.09.2019 17:09:49
-7,200
c28b4b59b3859b238e8d9793a2fb051b59b61d05
chore: instance specific defaultChild tests
[ { "change_type": "MODIFY", "diff": "@@ -693,7 +693,7 @@ export = {\n});\n// THEN\n- test.notEqual(asg.node.defaultChild, undefined);\n+ test.ok(asg.node.defaultChild instanceof autoscaling.CfnAutoScalingGroup);\ntest.done();\n},\n", "new_path": "packages/@aws-cdk/aws-autoscaling/test/test.auto-scaling-g...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: instance specific defaultChild tests (#4199)
1
chore
null
217,922
25.09.2019 17:18:55
-7,200
e35da0ca888180c30d1b6b084e57f1dfcb26e925
feat: added support for stats autofilling using packet capture
[ { "change_type": "MODIFY", "diff": "</nz-alert>\n<nz-alert nzType=\"info\" nzBanner [nzMessage]=\"'PACKET_CAPTURE.Banner_title' | translate\"\n[nzDescription]=\"description\"\n- *ngIf=\"platformService.isDesktop() && !settings.hideMachinaBanner && !machinaToggle\"\n+ *ngIf=\"platformService.isDesktop() && !...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added support for stats autofilling using packet capture
1
feat
null
503,918
25.09.2019 17:33:54
-10,800
b9c206870ac10b4c5aabff26441058149e0fbf06
docs(modal): change the cancel button variant to link
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ class SimpleModal extends React.Component {\n<Button key=\"confirm\" variant=\"primary\" onClick={this.handleModalToggle}>\nConfirm\n</Button>,\n- <Button key=\"cancel\" variant=\"secondary\" onClick={this.handleModalToggle}>\n+ <Button key=\"cancel\" va...
TypeScript
MIT License
patternfly/patternfly-react
docs(modal): change the cancel button variant to link (#2979) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
docs
modal
866,408
25.09.2019 17:41:32
14,400
0a495753e591a5ba69113e3cdf7438759853ea6d
feat(input): add input component
[ { "change_type": "MODIFY", "diff": "@@ -3,3 +3,4 @@ es\nnode_modules\nstorybook-static\ntests/coverage\n+.vscode\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "ADD", "diff": "+//\n+// Copyright IBM Corp. 2019\n+//\n+// This source code is licensed under the A...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(input): add input component (#87)
1
feat
input
127,939
25.09.2019 17:43:03
-10,800
c32bb43765c1795cb2dee05385f0923591b2411e
feat(icons): trx currency icon
[ { "change_type": "MODIFY", "diff": "@@ -98,6 +98,7 @@ To aid with performance, Icons are surfaced as individual [SVG](https://develope\n<IconCurrencyRub />\n<IconCurrencySoc />\n<IconCurrencyThb />\n+<IconCurrencyTrx />\n<IconCurrencyTry />\n<IconCurrencyUah />\n<IconCurrencyUsd />\n@@ -250,6 +251,7 @@ When...
TypeScript
MIT License
coingaming/moon-design
feat(icons): trx currency icon
1
feat
icons
217,922
25.09.2019 18:17:54
-7,200
e5b1329952717d1305d62b36b4d6237842457101
chore: fix for no ping detection
[ { "change_type": "MODIFY", "diff": "@@ -122,9 +122,9 @@ export class IpcService {\n// If we don't get a ping for an entire minute, something is wrong.\nthis.packets$.pipe(\nofPacketType('ping'),\n- debounceTime(60000)\n+ debounceTime(15000)\n).subscribe(() => {\n- console.warn('No ping received from server ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for no ping detection
1
chore
null
791,690
25.09.2019 18:35:36
18,000
6ff02e42f7083b25c1a4b9869478419864c12c5b
misc: add lhci dogfood script to travis
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ script:\n- yarn test-viewer\n- yarn test-lantern\n- yarn i18n:checks\n+ - yarn dogfood-lhci\nbefore_cache:\n# nyc, jest and other projects store files in here. They mess up the travis build cache.\n- rm -rf ./node_modules/.cache/\n", "new_path": ".tr...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add lhci dogfood script to travis (#9677)
1
misc
null
902,122
25.09.2019 19:57:28
0
3449e5bbf89213a1676f8ac6ca4f4f0470ac522d
chore(release): v5.14.5
[ { "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.5](https://github.com/kikobeats/browserless/compare/v5.14.4...v5.14.5) (2019-09-25)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.5
1
chore
release
791,780
25.09.2019 19:57:32
-3,600
d98874a68d324611722c714f8bcd8cffc8c1fd0b
docs: add links to more info about throttling and variability
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,8 @@ Within web performance testing, there are four typical styles of throttling:\nLighthouse, by default, uses simulated throttling as it provides both quick evaluation and minimized variance. However, some may want to experiment with more accurate throttlin...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: add links to more info about throttling and variability (#9734)
1
docs
null
304,866
25.09.2019 20:06:57
25,200
c5c2321e542df5a5e22a1481f3a17922596efa4b
fix(csv): improve csv error message for serialized Flux error
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,6 @@ package csv\nimport (\n\"encoding/csv\"\n\"encoding/json\"\n- stderrors \"errors\"\n\"fmt\"\n\"io\"\n\"strconv\"\n@@ -185,10 +184,10 @@ func newResultDecoder(cr *csv.Reader, c ResultDecoderConfig, extraMeta *tableMet\nif extraMeta == nil {\ntm, err := read...
Go
MIT License
influxdata/flux
fix(csv): improve csv error message for serialized Flux error
1
fix
csv
447,447
25.09.2019 20:11:33
14,400
b5402bf697dbdbec8d2602a7633dc7ff6fb1ce3b
test: add accessibility test on Sidebar component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Sidebar from '..';\n+import SidebarItem from '../../SidebarItem';\n+\n+describe('<Sidebar/>', () => {\n+ it('should be accessible', async () => {\n+ expect...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on Sidebar component (#1024)
1
test
null
447,447
25.09.2019 20:12:01
14,400
845e65079ae6637f66c1b5671b77e0dd7077b980
test: add accessibility test on Spinner component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Spinner from '..';\n+\n+describe('<Spinner/>', () => {\n+ it('should be accessible', async () => {\n+ expect.assertions(1);\n+ const html = ReactDOMServer....
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on Spinner component (#1023)
1
test
null
447,447
25.09.2019 20:13:00
14,400
9af973d138a29a35453cc980f9db7da18dd9a6cf
test: add accessibility test on Table component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import PropTypes from 'prop-types';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Table from '..';\n+import Column from '../../Column';\n+import Badge from '../../Badge';\n+\n+const data = [\n+ {\n+ ...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on Table component (#1022)
1
test
null
447,447
25.09.2019 20:16:28
14,400
e910d91b4cc96076789dd753bf504d340b460d3f
test: add accessibility test on TableWithBrowserPagination component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import TableWithBrowserPagination from '..';\n+\n+const data = [\n+ { name: 'Leandro Torres' },\n+ { name: 'JL Torres' },\n+ { name: 'Reinier' },\n+ { name: 'Sara...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on TableWithBrowserPagination component (#1021)
1
test
null
447,447
25.09.2019 20:22:19
14,400
fdab3ca86592b452844d7548ead57444a8c8fee2
test: add accessibility test on VisualPicker component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import VisualPicker from '..';\n+import VisualPickerOption from '../../VisualPickerOption';\n+import VisualPickerOptionFooter from '../../VisualPickerOptionFooter...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on VisualPicker component (#1020)
1
test
null
902,122
25.09.2019 20:23:36
0
5e35525923510208e8f6cbf44ebdf4674fa6bcdd
chore(release): v5.14.6
[ { "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.6](https://github.com/kikobeats/browserless/compare/v5.14.5...v5.14.6) (2019-09-25)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.6
1
chore
release
902,122
25.09.2019 21:08:08
0
ddd5ea80ba1be458ffd386837d5515f30f5c08ae
chore(release): v5.14.7
[ { "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.7](https://github.com/kikobeats/browserless/compare/v5.14.6...v5.14.7) (2019-09-25)\n+\n+\n+### Bug Fixes\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.7
1
chore
release
217,922
25.09.2019 21:44:25
-7,200
7c425eb3d5b620d5d7f283ec5739d322991645ae
chore: changed packet capture for raw socket instead of winpcap winpcap is still possible with --winpcap arg
[ { "change_type": "MODIFY", "diff": "@@ -8,19 +8,13 @@ const { exec } = require('child_process');\nconst machinaExePath = path.join(app.getAppPath(), '../../resources/MachinaWrapper/MachinaWrapper.exe');\n-const Machina = new MachinaFFXIV(isDev ? { monitorType: 'WinPCap' } : {\n- monitorType: 'WinPCap',\n- n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: changed packet capture for raw socket instead of winpcap winpcap is still possible with --winpcap arg
1
chore
null
67,482
25.09.2019 21:50:30
25,200
196392d12b08c15cbff190972edaa15b8af7dc54
test(styles): ensure class attribute not inherited from parent
[ { "change_type": "MODIFY", "diff": "-import { DI, Registration } from '@aurelia/kernel';\n+import { DI, Registration, RuntimeCompilationResources } from '@aurelia/kernel';\nimport { Aurelia, Controller, CustomAttribute, CustomElement, INode } from '@aurelia/runtime';\nimport {\nAdoptedStyleSheetsStyles,\n@@...
TypeScript
MIT License
aurelia/aurelia
test(styles): ensure class attribute not inherited from parent
1
test
styles
902,122
25.09.2019 22:04:15
-7,200
195e8a77ab8728f8f034732bf46688b939d17d47
build: avoid block the process under errors
[ { "change_type": "MODIFY", "diff": "\"@browserless/goto\": \"^5.14.5\",\n\"got\": \"~9.6.0\",\n\"is-url-http\": \"~1.2.0\",\n+ \"p-reflect\": \"~2.1.0\",\n\"sharp\": \"~0.23.0\",\n\"svg-gradient\": \"~1.0.2\"\n},\n", "new_path": "packages/screenshot/package.json", "old_path": "packages/screenshot/pa...
JavaScript
MIT License
microlinkhq/browserless
build: avoid block the process under errors (#91)
1
build
null
902,122
25.09.2019 22:29:07
0
abe18d4bd4411693ec480fe0b7df8cda636dc4c7
chore(release): v5.14.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+## [5.14.8](https://github.com/kikobeats/browserless/compare/v5.14.7...v5.14.8) (2019-09-25)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.8
1
chore
release
67,516
25.09.2019 22:35:00
-7,200
86bb368944759a06c5296b40f06d06eeb719f3fb
feat(integration): wip plan for runtime observers
[ { "change_type": "MODIFY", "diff": "### `@aurelia/runtime`\n+#### Bindings\n- `call-binding`\nAssigns the result of the method call to the attribute.\nCaptures the reference to DOM elements, CE, and CE VMs.\n+#### Observers\n+- `array-observer`: Observer for mutation in array?\n+- `collection-length-observe...
TypeScript
MIT License
aurelia/aurelia
feat(integration): wip plan for runtime observers
1
feat
integration
902,122
25.09.2019 22:42:35
0
e64ad5d1844326d41184b870ee7dfecd06f40ef4
chore(release): v5.14.9
[ { "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.9](https://github.com/kikobeats/browserless/compare/v5.14.8...v5.14.9) (2019-09-25)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.9
1
chore
release
815,609
25.09.2019 22:46:36
-28,800
b5a04b61e75e6e9c860013880929faf53eaf83c8
chore: change `assert_error_eq` from function to macro
[ { "change_type": "MODIFY", "diff": "@@ -228,7 +228,7 @@ fn test_transaction_conflict_in_same_block() {\n.process_block(Arc::new(block.clone()), true)\n.expect(\"process block ok\");\n}\n- assert_error_eq(\n+ assert_error_eq!(\nOutPointError::Dead(OutPoint::new(tx1_hash.to_owned(), 0)),\nchain_controller\n.p...
Rust
MIT License
nervosnetwork/ckb
chore: change `assert_error_eq` from function to macro
1
chore
null
503,918
25.09.2019 23:28:17
-10,800
9bb39623ed844ff5f48bea818330f0e614e1aa00
feat(emptyState): support primary and icon as div elements
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,8 @@ import {\nEmptyStateVariant,\nEmptyStateIcon,\nEmptyStateBody,\n- EmptyStateSecondaryActions\n+ EmptyStateSecondaryActions,\n+ EmptyStatePrimary\n} from '@patternfly/react-core';\nimport { CubesIcon } from '@patternfly/react-icons';\n@@ -127,3 +128,69 @@...
TypeScript
MIT License
patternfly/patternfly-react
feat(emptyState): support primary and icon as div elements (#2957) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
feat
emptyState
902,122
26.09.2019 00:20:16
-7,200
2aa54bd9e086fcd42197ac9fedabd6960c4ae3c2
build: avoid wait fonts
[ { "change_type": "MODIFY", "diff": "@@ -112,7 +112,7 @@ module.exports = ({ goto, ...gotoOpts } = {}) => {\n} = opts\nawait goto(page, { url, device, ...args })\n- await pReflect(page.evaluateHandle('document.fonts.ready'))\n+ // await pReflect(page.evaluateHandle('document.fonts.ready'))\nif (disableAnimat...
JavaScript
MIT License
microlinkhq/browserless
build: avoid wait fonts
1
build
null
902,122
26.09.2019 00:33:45
-7,200
397809170f23f6e2bfa0446eb33803361d213e02
build: remove wait fonts
[ { "change_type": "MODIFY", "diff": "@@ -112,7 +112,6 @@ module.exports = ({ goto, ...gotoOpts } = {}) => {\n} = opts\nawait goto(page, { url, device, ...args })\n- // await pReflect(page.evaluateHandle('document.fonts.ready'))\nif (disableAnimations) {\nawait pReflect(page.evaluate(doDisableAnimations))\n",...
JavaScript
MIT License
microlinkhq/browserless
build: remove wait fonts
1
build
null
469,396
26.09.2019 01:35:08
0
a99228cb2a339293eaa653f769789bc2261f743b
chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/open-rpc/spec/compare/1.2.0...1.2.1) (2019-09-26) ### Bug Fixes * add "either" option for param structure ([947c12b](https://github.com/open-rpc/spec/commit/947c12b)), closes [#190](https://github.com/open-rpc/spec/issues/190) [#226](https://github.com/open-...
[ { "change_type": "MODIFY", "diff": "+## [1.2.1](https://github.com/open-rpc/spec/compare/1.2.0...1.2.1) (2019-09-26)\n+\n+\n+### Bug Fixes\n+\n+* add \"either\" option for param structure ([947c12b](https://github.com/open-rpc/spec/commit/947c12b)), closes [#190](https://github.com/open-rpc/spec/issues/190)...
JavaScript
Apache License 2.0
open-rpc/spec
chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/open-rpc/spec/compare/1.2.0...1.2.1) (2019-09-26) ### Bug Fixes * add "either" option for param structure ([947c12b](https://github.com/open-rpc/spec/commit/947c12b)), closes [#190](https://github.com/open-rpc/spec/issues/190) [#226](https://github.com/op...
1
chore
release
447,447
26.09.2019 03:44:43
14,400
0efab835e4875390ee4ab8b66ee593e87c9d9e18
test: add accessibility test on DatePicker component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import DatePicker from '..';\n+\n+describe('<DatePicker/>', () => {\n+ it('should be accessible', async () => {\n+ expect.assertions(1);\n+ const html = ReactDOMS...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on DatePicker component (#1026)
1
test
null
866,393
26.09.2019 06:29:46
-32,400
b3647df69954a0093ae5d041e5c0a9f09e0d0acd
chore(components): apply query decorator more
[ { "change_type": "MODIFY", "diff": "import settings from 'carbon-components/es/globals/js/settings';\nimport findLast from 'lodash.findlast';\nimport classnames from 'classnames';\n-import { html, property, customElement, LitElement } from 'lit-element';\n+import { html, property, query, customElement, LitE...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(components): apply query decorator more (#123)
1
chore
components
866,393
26.09.2019 06:33:06
-32,400
76cca133ae228f4db9a31cf243f855a81e0483ac
fix(components): fix .focus() for non-Chrome This change fixes `.focus()` method on `<bx-checkbox>`, etc. not working with Safari, etc. browsers, by applying `FocusMixin()` to all components with `delegatesFocus` flag in their shadow DOM.
[ { "change_type": "MODIFY", "diff": "import settings from 'carbon-components/es/globals/js/settings';\nimport classnames from 'classnames';\nimport { html, property, customElement, LitElement } from 'lit-element';\n+import FocusMixin from '../../globals/mixins/focus';\nimport styles from './button.scss';\nco...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(components): fix .focus() for non-Chrome (#124) This change fixes `.focus()` method on `<bx-checkbox>`, etc. not working with Safari, etc. browsers, by applying @cal-smith's `FocusMixin()` to all components with `delegatesFocus` flag in their shadow DOM.
1
fix
components
104,857
26.09.2019 09:23:00
-7,200
908cee5ecede1b9b3dd27eb1fd7bf46cb241ebb2
fix(value): WIP of fixes on value card
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ import Close16 from '@carbon/icons-react/lib/close/16';\nimport ChevronDown16 from '@carbon/icons-react/lib/chevron--down/16';\nimport Popup20 from '@carbon/icons-react/lib/popup/20';\nimport styled from 'styled-components';\n+import sizeMe from 'react-s...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(value): WIP of fixes on value card
1
fix
value
304,882
26.09.2019 09:38:35
25,200
635f9bf4c5c2bc6d49658166af3dd6e8c5dceb36
fix(parser): parse escape chars in string interp expressions
[ { "change_type": "MODIFY", "diff": "@@ -899,8 +899,9 @@ func (p *parser) parseStringExpression() *ast.StringExpression {\npos, tok, lit := p.s.ScanStringExpr()\nswitch tok {\ncase token.TEXT:\n+ text, _ := ParseText(lit)\nparts = append(parts, &ast.TextPart{\n- Value: lit,\n+ Value: text,\nBaseNode: p.posRa...
Go
MIT License
influxdata/flux
fix(parser): parse escape chars in string interp expressions https://github.com/influxdata/flux/issues/1887.
1
fix
parser
942,595
26.09.2019 10:40:51
25,200
28360f93a3320e25bb6dfc177b4ac8768495c168
fix(select): Tighten up onChange typing
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ A select component must have children of type `SelectOption`:\n---\n-#### `onChange: (e: React.SyntheticEvent<HTMLSelectElement>) => void`\n+#### `onChange: (e: React.ChangeEvent<HTMLSelectElement>) => void`\n> A callback that gets called everytime the s...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(select): Tighten up onChange typing (#212)
1
fix
select
503,933
26.09.2019 10:51:00
14,400
75e9a2f3225eb55510f1dbfc6260e9d97ab93bca
fix(DataToolbar): add aria-haspopup to the toggle group
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import { css, getModifier } from '@patternfly/react-styles';\nimport { DataToolbarGroupProps } from './DataToolbarGroup';\nimport { DataToolbarContext } from './DataToolbarUtils';\nimport { Button } from '../../../components/Button';\n+import { global_brea...
TypeScript
MIT License
patternfly/patternfly-react
fix(DataToolbar): add aria-haspopup to the toggle group (#3012) #2900
1
fix
DataToolbar
304,882
26.09.2019 10:59:47
25,200
a83318704aac56b2c59a84837aec1a413b950b50
fix(rust/parser): parse escape chars in string interp expression
[ { "change_type": "MODIFY", "diff": "@@ -1045,7 +1045,7 @@ impl Parser {\nT_TEXT => {\nparts.push(StringExpressionPart::Text(TextPart {\nbase: self.base_node_from_token(&t),\n- value: t.lit,\n+ value: strconv::parse_text(t.lit.as_str()).unwrap(),\n}));\n}\nT_STRINGEXPR => {\n@@ -1487,7 +1487,7 @@ impl Parser...
Go
MIT License
influxdata/flux
fix(rust/parser): parse escape chars in string interp expression
1
fix
rust/parser
865,917
26.09.2019 11:13:02
-7,200
2a897c11e2695eb3c9a7953987bca8d63fa30311
feat(client/config): ensure available config for plugins and files Related to
[ { "change_type": "MODIFY", "diff": "@@ -103,7 +103,7 @@ export default class Config {\nasync setForFile(file, key, value) {\nconst { path } = file;\n- const files = await this.get('files');\n+ const files = await this.get('files') || {};\nconst configForFile = files[ path ] = files[ path ] || {};\n@@ -124,7...
JavaScript
MIT License
camunda/camunda-modeler
feat(client/config): ensure available config for plugins and files Related to #1512
1
feat
client/config
865,917
26.09.2019 11:13:54
-7,200
d868bdb38f9d573556a409126cff4c4c8ab8d2a4
chore(plugins/test-client): add example for plugin config * Shows how to set and get a plugin's config in a client extension Closes
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ import React, { Fragment, Component } from 'camunda-modeler-plugin-helpers/react\nimport { Fill } from 'camunda-modeler-plugin-helpers/components';\n+const PLUGIN_NAME = 'test-client';\nexport default class TestClient extends Component {\n@@ -44,6 +45,32...
JavaScript
MIT License
camunda/camunda-modeler
chore(plugins/test-client): add example for plugin config * Shows how to set and get a plugin's config in a client extension Closes #1512
1
chore
plugins/test-client
865,926
26.09.2019 11:14:38
-7,200
8340692ae1f3650c577509887c01a4eb18644acc
feat(deploy): display readable error message in log Closes
[ { "change_type": "MODIFY", "diff": "* except in compliance with the MIT License.\n*/\n-import { ConnectionErrorMessages } from './ErrorMessages';\n+import {\n+ ConnectionError,\n+ DeploymentError\n+} from './errors';\nconst FETCH_TIMEOUT = 5000;\n@@ -63,9 +66,9 @@ export default class CamundaAPI {\n};\n}\n-...
JavaScript
MIT License
camunda/camunda-modeler
feat(deploy): display readable error message in log Closes #1426
1
feat
deploy
104,818
26.09.2019 11:15:25
18,000
09e467112aefe6a512bec2c2bf705b6a934b5e51
refactor(imagehotspots): to use hooks and split into subcomponents
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ const nodeEnvironmentCheck = new webpack.DefinePlugin({\nmodule.exports = {\nmode: isDev ? 'development' : 'production',\ndevtool: isDev ? '#cheap-module-eval-source-map' : 'source-map',\n- plugins: [nodeEnvironmentCheck],\n+ plugins: [nodeEnvironmentCheck...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(imagehotspots): to use hooks and split into subcomponents
1
refactor
imagehotspots
815,577
26.09.2019 11:23:05
-28,800
ae4d65e4364e0fd410d81e22c1c7502f7b16af49
test: add whitelist test
[ { "change_type": "MODIFY", "diff": "@@ -140,21 +140,21 @@ impl NetworkState {\nsession_id: SessionId,\nbehaviour: Behaviour,\n) {\n- if let Some(peer_id) =\n- self.with_peer_registry(|reg| reg.get_peer(session_id).map(|peer| peer.peer_id.clone()))\n- {\n+ if let Some(peer_id) = self.with_peer_registry(|reg|...
Rust
MIT License
nervosnetwork/ckb
test: add whitelist test
1
test
null
711,597
26.09.2019 11:24:34
-7,200
230703f1f60e13a1499a6fa0e958c2a057275005
fix(admin-ui): Fix infinite loop hang on CollectionList page Fixes
[ { "change_type": "MODIFY", "diff": "class=\"tree-node\"\n#dropList\n[cdkDropListData]=\"collectionTree\"\n- [cdkDropListDisabled]=\"!('UpdateCatalog' | hasPermission)\"\n+ [cdkDropListDisabled]=\"!(hasUpdatePermission$ | async)\"\n(cdkDropListDropped)=\"drop($event)\"\n>\n<div\nclass=\"collection\"\n[class....
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix infinite loop hang on CollectionList page Fixes #170
1
fix
admin-ui
711,597
26.09.2019 11:27:27
-7,200
98bc90ad4912173799dc3239745c6134e8b4908e
fix(email-plugin): Fix smtp auth
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ export class EmailSender {\nhost: options.host,\nport: options.port,\nsecure: options.secure,\n- auth: options.auth.user,\n+ auth: options.auth,\n} as SMTPTransport.Options);\nawait this.sendMail(email, transporter);\nbreak;\n", "new_path": "packages...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(email-plugin): Fix smtp auth
1
fix
email-plugin
304,868
26.09.2019 11:38:50
21,600
ea0cae437354acdf49fea26f1d62ace03ec24d2d
docs(ast): add doc comment to ParenExpression
[ { "change_type": "MODIFY", "diff": "@@ -611,6 +611,8 @@ func (p *InterpolatedPart) Copy() Node {\nreturn np\n}\n+// ParenExpression represents an expressions that is wrapped in parentheses in the source code.\n+// It has no semantic meaning, rather it only communicates information about the syntax of the so...
Go
MIT License
influxdata/flux
docs(ast): add doc comment to ParenExpression
1
docs
ast
815,569
26.09.2019 11:42:43
-28,800
44c5373d865f79998c8e68b2b9be8e61927aec12
test: cycle adjust because of
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,8 @@ impl Spec for SizeLimit {\none_tx_cycles, one_tx_size\n);\n+ assert!(MAX_MEM_SIZE_FOR_SIZE_LIMIT as u64 > one_tx_size * 2);\n+\nlet max_tx_num = (MAX_MEM_SIZE_FOR_SIZE_LIMIT as u64) / one_tx_size;\nassert!(one_tx_cycles * max_tx_num < MAX_CYCLES_FOR_SIZE...
Rust
MIT License
nervosnetwork/ckb
test: cycle adjust because of #1641
1
test
null
711,597
26.09.2019 11:44:24
-7,200
b5899c106916a7bc604834ec939469d1ea7bda28
chore: Publish v0.3.2
[ { "change_type": "MODIFY", "diff": "+## <small>0.3.2 (2019-09-26)</small>\n+\n+**Note** only the `@vendure/admin-ui`, `@vendure/admin-ui-plugin` & `@vendure/email-plugin` packages were updated in this release.\n+\n+#### Fixes\n+\n+* **admin-ui** Fix infinite loop hang on CollectionList page ([230703f](https...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.3.2
1
chore
null
67,476
26.09.2019 12:21:27
-7,200
4b18fe3a3c91dfff43b38212ca6d22d8167b7d0a
test(di): update test
[ { "change_type": "MODIFY", "diff": "@@ -1176,14 +1176,11 @@ describe(`The Container class`, function () {\nconst { sut } = setup();\nconst obj = {};\nRegistration.instance('foo', obj).register(sut, 'foo');\n- //assert.strictEqual(sut['resourceLookup'].foo.state, obj, `sut['resourceLookup'].foo.state`);\n- /...
TypeScript
MIT License
aurelia/aurelia
test(di): update test
1
test
di
104,857
26.09.2019 13:35:06
-7,200
6c295eb8ebf15df29479c423f283039a01b95c54
fix(cards): file for card func, support action in dashboard
[ { "change_type": "MODIFY", "diff": "@@ -5,8 +5,11 @@ import 'react-grid-layout/css/styles.css';\nimport 'react-resizable/css/styles.css';\nimport styled from 'styled-components';\nimport find from 'lodash/find';\n+import merge from 'lodash/merge';\n+import omit from 'lodash/omit';\nimport { getLayout } from...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(cards): file for card func, support action in dashboard
1
fix
cards
104,857
26.09.2019 13:37:47
-7,200
68ec0a493155fadcae5a4a686d0c47366ba5023d
fix(card): remove of card action func
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,6 @@ const propTypes = {\nonBreakpointChange: PropTypes.func,\n/** Callback called when an action is clicked. The id of the action is passed to the callback */\nonDashboardAction: PropTypes.func,\n- onCardAction: PropTypes.func,\n/** Is the dashboard in edit ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): remove of card action func
1
fix
card
306,421
26.09.2019 13:45:23
-7,200
20037bad77a67aac1f99a7bc871222fb87fc69c8
feat(overlays): delegate events in DynamicOverlayController
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,8 @@ export class DynamicOverlayController {\nif (!this.content) {\nthis.content = document.createElement('div');\n}\n+ this.__fakeExtendsEventTarget();\n+ this.__delegateEvent = this.__delegateEvent.bind(this);\n}\nadd(ctrlToAdd) {\n@@ -71,9 +73,13 @@ export...
JavaScript
MIT License
ing-bank/lion
feat(overlays): delegate events in DynamicOverlayController
1
feat
overlays
866,395
26.09.2019 13:45:58
14,400
cc89fc1d9a43ec2073ebe0a947f0861c0202b78c
feat(util): adds global settings to utilities
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n-import { settings } from 'carbon-components';\n-import { Masthead, Footer } from '@carbon/ibmdotcom-react';\n-\n-const { prefix } = settings;\n+import { settings as carbonSettings } from 'carbon-components'...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(util): adds global settings to utilities
1
feat
util
306,421
26.09.2019 13:46:14
-7,200
ac33804d030141b0262b70ec66a7a894c36dda82
feat(select-rich): provide generic mechanism for overrifing overlay type
[ { "change_type": "MODIFY", "diff": "@@ -548,11 +548,15 @@ export class LionSelectRich extends FormRegistrarMixin(\n}\n}\n- __setupOverlay() {\n- this.__overlay = overlays.add(\n+ /**\n+ * @overridable Subclassers can override the default\n+ */\n+ // eslint-disable-next-line class-methods-use-this\n+ _define...
JavaScript
MIT License
ing-bank/lion
feat(select-rich): provide generic mechanism for overrifing overlay type
1
feat
select-rich
722,013
26.09.2019 13:55:27
18,000
5e7015d5e2870de1fa4c11b44d5434e0c5b3d946
fix(docgen): detetct scopedSlots in render() closes
[ { "change_type": "MODIFY", "diff": "@@ -174,6 +174,42 @@ describe('render function slotHandler', () => {\ndone()\n})\n+ it('should detect scopedSlots in renderless components', async done => {\n+ const src = `\n+ export default {\n+ render () {\n+ /**\n+ * @slot Use this slot carefully\n+ */\n+ return this....
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): detetct scopedSlots in render() closes #586
1
fix
docgen
866,395
26.09.2019 14:09:22
14,400
0cc4893f240bf651f59bc505c7342654f06c1c90
feat(components): use dds prefix for stable selectors
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n+import { settings } from '@carbon/ibmdotcom-utilities';\nimport { settings as carbonSettings } from 'carbon-components';\n-import { Footer } from '@carbon/ibmdotcom-react';\n-import Masthead from '../Masthe...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(components): use dds prefix for stable selectors
1
feat
components
865,926
26.09.2019 14:47:19
-7,200
37477d39c7bdd04ae23723e879377cddfc161d06
feat(tabs): remove toast and use notification for import warnings
[ { "change_type": "MODIFY", "diff": "padding: 20px;\nmargin-bottom: 20px;\n- &.warning {\n- background-color: #ffffd1;\n- }\n-\nh2 {\nmargin: 0;\nfont-weight: normal;\n", "new_path": "client/src/app/notifications/Notification.less", "old_path": "client/src/app/notifications/Notification.less" }, ...
JavaScript
MIT License
camunda/camunda-modeler
feat(tabs): remove toast and use notification for import warnings
1
feat
tabs
104,857
26.09.2019 15:30:21
-7,200
08ae175362676acebeffc6b375f2228d64d69a7f
fix(card): add useEffect to update card state
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import styled from 'styled-components';\nimport find from 'lodash/find';\nimport merge from 'lodash/merge';\nimport omit from 'lodash/omit';\n+import useDeepCompareEffect from 'use-deep-compare-effect';\nimport { getLayout } from '../../utils/componentUtil...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): add useEffect to update card state
1
fix
card