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
67,476
03.10.2019 15:23:12
-7,200
d0ec1c96efa717d5679ea50ad8f635a5cf2c9eb7
chore(realworld): target local version of plugin-conventions
[ { "change_type": "MODIFY", "diff": "\"@aurelia/kernel\": {\n\"version\": \"file:../../packages/kernel\"\n},\n+ \"@aurelia/plugin-conventions\": {\n+ \"version\": \"file:../../packages/plugin-conventions\",\n+ \"dev\": true,\n+ \"requires\": {\n+ \"@aurelia/kernel\": \"0.3.0\",\n+ \"@aurelia/runtime\": \"0.3...
TypeScript
MIT License
aurelia/aurelia
chore(realworld): target local version of plugin-conventions
1
chore
realworld
730,429
03.10.2019 15:25:48
14,400
6be2633d95246f9b0bea271d8676ba30b33bc7ce
docs(readme): update serve section
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ The Webex Widgets for React library allows developers to easily incorporate Webe\n- [Widgets](#widgets)\n- [Usage](#usage)\n- [Install](#install)\n- - [Build from Source](#build-from-source)\n+ - [Serve from Source](#serve-from-source)\n- [Version](#vers...
JavaScript
MIT License
webex/react-widgets
docs(readme): update serve section
1
docs
readme
76,605
03.10.2019 15:33:30
-7,200
0f6a2f638433e52b290b8a178b0b5bd0229a1165
test: add tests for datetimerange
[ { "change_type": "MODIFY", "diff": "@@ -115,8 +115,7 @@ const languages = [\n{ locale: 'fr', name: 'French' },\n{ locale: 'pt', name: 'Portuguese' },\n{ locale: 'zh', name: 'Chinese' },\n- { locale: 'ja', name: 'Japanese' },\n-];\n+ { locale: 'ja', name: 'Japanese' },];\ndescribe('NER Manager builtins', () ...
JavaScript
MIT License
axa-group/nlp.js
test: add tests for datetimerange
1
test
null
76,605
03.10.2019 15:45:21
-7,200
30ae868f6103b5b67388db3afd2ef3c282af149b
feat: sort classifications in the nlu manager
[ { "change_type": "MODIFY", "diff": "@@ -285,7 +285,9 @@ class NluManager {\ndomainName\n);\nresult.domain = classifications.domain;\n- result.classifications = classifications.classifications;\n+ result.classifications = classifications.classifications.sort(\n+ (a, b) => b.value - a.value\n+ );\nif (\nthis....
JavaScript
MIT License
axa-group/nlp.js
feat: sort classifications in the nlu manager
1
feat
null
67,507
03.10.2019 15:46:54
-7,200
7b4d40b9e22406012cd50e4f7198adf58f4b3fcd
chore: switch aurelia metapackage to eslint
[ { "change_type": "MODIFY", "diff": "\"LICENSE\"\n],\n\"scripts\": {\n- \"lint\": \"tslint --project tsconfig.json -t stylish\",\n+ \"lint\": \"eslint --cache --ext .js,.ts src/\",\n\"build\": \"tsc -b\",\n- \"bundle\": \"ts-node -P ../../scripts/tsconfig.json ../../scripts/bundle.ts umd,esm,system aurelia\"...
TypeScript
MIT License
aurelia/aurelia
chore: switch aurelia metapackage to eslint
1
chore
null
448,087
03.10.2019 15:48:12
-7,200
db5ad6851e3200af2dde4af99417443767d285b1
feat: copies `CHANGELOG.md` to package destination
[ { "change_type": "MODIFY", "diff": "@@ -213,7 +213,7 @@ const writeNpmPackage = (pkgUri: string): Transform =>\nswitchMap(graph => {\nconst { data } = graph.get(pkgUri);\nconst filesToCopy = Promise.all(\n- [`${data.src}/LICENSE`, `${data.src}/README.md`].map(src =>\n+ [`${data.src}/LICENSE`, `${data.src}/R...
TypeScript
MIT License
ng-packagr/ng-packagr
feat: copies `CHANGELOG.md` to package destination
1
feat
null
104,818
03.10.2019 16:25:54
18,000
a70e632d7cecc3db93710d93fd1a82ef21ef02c2
fix(tablecard): show max number of rows on fullscreen card
[ { "change_type": "MODIFY", "diff": "@@ -340,7 +340,7 @@ const Card = ({\n);\nreturn (\n- <SizeMe.SizeMe>\n+ <SizeMe.SizeMe monitorHeight>\n{({ size: sizeWidth }) => (\n<CardWrapper\nid={id}\n@@ -375,6 +375,8 @@ const Card = ({\n<EmptyMessageWrapper>\n{isXS ? strings.noDataShortLabel : strings.noDataLabel}\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): show max number of rows on fullscreen card
1
fix
tablecard
104,844
03.10.2019 16:32:46
14,400
ebd87f6cc6083c571f98c98cefefc01e8ab9f93f
test(timeseriescard): added test for helper functions
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,7 @@ const LineChartWrapper = styled.div`\n}\n`;\n-const determineHeight = (size, measuredWidth) => {\n+export const determineHeight = (size, measuredWidth) => {\nlet height = '100%';\nswitch (size) {\ncase CARD_SIZES.MEDIUM:\n@@ -74,7 +74,7 @@ const determin...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(timeseriescard): added test for helper functions
1
test
timeseriescard
730,430
03.10.2019 16:39:44
14,400
69da21149eb81ae511b79e973eb2cc6533ebddeb
chore(env): append u2c url to env vars Append the current u2c service url to the locations in which it is being utilized. Also, append the additional default urls to the .env.default file.
[ { "change_type": "MODIFY", "diff": "@@ -72,10 +72,6 @@ jobs:\nenvironment:\nFEDERATION: true\nNODE_ENV: test\n- ACL_SERVICE_URL: https://acl-intb.ciscospark.com/acl/api/v1\n- ATLAS_SERVICE_URL: https://atlas-intb.ciscospark.com/admin/api/v1\n- ENCRYPTION_SERVICE_URL: https://encryption-intb.ciscospark.com/e...
JavaScript
MIT License
webex/react-widgets
chore(env): append u2c url to env vars Append the current u2c service url to the locations in which it is being utilized. Also, append the additional default urls to the .env.default file.
1
chore
env
902,122
03.10.2019 16:51:08
-7,200
515e5acb4d55b8c4bc76cee8e6ffb6a877bf5a07
feat: use lazy import
[ { "change_type": "MODIFY", "diff": "\"arrify\": \"~2.0.1\",\n\"debug-logfmt\": \"~1.0.3\",\n\"del\": \"~5.1.0\",\n+ \"import-lazy\": \"~4.0.0\",\n\"p-reflect\": \"~2.1.0\",\n\"p-retry\": \"~4.1.0\",\n\"p-timeout\": \"~3.2.0\",\n", "new_path": "packages/browserless/package.json", "old_path": "package...
JavaScript
MIT License
microlinkhq/browserless
feat: use lazy import (#96)
1
feat
null
76,605
03.10.2019 16:58:17
-7,200
e62cd5cf946d489d8c8ea3ce3da9325aa692d265
doc: add contributors to readme
[ { "change_type": "MODIFY", "diff": "@@ -102,6 +102,7 @@ The version 3 comes with some important changes, mainly focused on improve perfo\n- [Example of use](docs/microsoft-bot-framework.md#example-of-use)\n- [Recognizer and Slot filling](docs/microsoft-bot-framework.md#recognizer-and-slot-filling)\n- [Contr...
JavaScript
MIT License
axa-group/nlp.js
doc: add contributors to readme
1
doc
null
866,395
03.10.2019 17:04:17
14,400
5fc086d427d6c5bd4ab8b9b2355bff225e5543af
fix(css): fixes (again)
[ { "change_type": "MODIFY", "diff": "}\na.#{$prefix}--header__name {\n+ @include carbon--type-style(expressive-heading-02, true);\n+\ncolor: $text-01;\n- padding-left: $spacing-07;\n+ padding-left: $spacing-05;\n+ padding-right: $spacing-05;\n+ margin-left: $spacing-05;\nborder: solid 2px transparent;\ntrans...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(css): fixes #152 (again)
1
fix
css
711,597
03.10.2019 17:15:06
-7,200
e615d2f30ba692f1ef9e143ee9eb41946953b755
feat(core): Add date range and couponCode to Promotion entity Relates to
[ { "change_type": "MODIFY", "diff": "@@ -524,6 +524,9 @@ export type CreateProductVariantOptionInput = {\nexport type CreatePromotionInput = {\nname: Scalars['String'],\nenabled: Scalars['Boolean'],\n+ startsAt?: Maybe<Scalars['DateTime']>,\n+ endsAt?: Maybe<Scalars['DateTime']>,\n+ couponCode?: Maybe<Scalar...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Add date range and couponCode to Promotion entity Relates to #174
1
feat
core
504,026
03.10.2019 18:13:56
14,400
b394a58027750148bf25fe7ef164bf73e0c1e6f2
Charts: Add custom theme example * fix(charts): add textAnchor, transform, & verticalAnchor props to ChartLabel Fixes * chore(charts): add custom theme example Fixes
[ { "change_type": "MODIFY", "diff": "@@ -249,6 +249,9 @@ class MultiColorChart extends React.Component {\n- For single data points or zero values, you may want to set the `domain` prop. See Victory's <a href=\"https://formidable.com/open-source/victory/docs/faq/#my-axis-labels-are-showing-very-small-numbers-...
TypeScript
MIT License
patternfly/patternfly-react
Charts: Add custom theme example (#3023) * fix(charts): add textAnchor, transform, & verticalAnchor props to ChartLabel Fixes https://github.com/patternfly/patternfly-react/issues/3027 * chore(charts): add custom theme example Fixes https://github.com/patternfly/patternfly-react/issues/3015
1
charts
null
503,918
03.10.2019 18:14:51
-10,800
de22a80b084e154cfe75916d70ba41d37c578a5e
fix(radio): align radio examples to pf4-core
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ propComponents: ['Radio']\nimport { Radio } from '@patternfly/react-core';\n## Controlled radio\n+\n```js\nimport React from 'react';\nimport { Radio } from '@patternfly/react-core';\n@@ -16,12 +17,12 @@ class ControlledRadio extends React.Component {\ncon...
TypeScript
MIT License
patternfly/patternfly-react
fix(radio): align radio examples to pf4-core (#2684) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
radio
71,371
03.10.2019 18:52:26
-7,200
54bcebd30ee7d5d522e67356f5a8dac80f45dbd3
chore(core): app context set by CLI or cdk.json has precedence
[ { "change_type": "MODIFY", "diff": "@@ -45,6 +45,8 @@ export interface AppProps {\n/**\n* Additional context values for the application.\n*\n+ * Context set by the CLI or the `context` key in `cdk.json` has precedence.\n+ *\n* Context can be read from any construct using `node.getContext(key)`.\n*\n* @defau...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(core): app context set by CLI or cdk.json has precedence (#4366)
1
chore
core
306,394
03.10.2019 19:15:01
-7,200
158c070e0cd860fec8d3147ce34348c354389ae0
feat(field): add aria-live attribute to feedback slot
[ { "change_type": "MODIFY", "diff": "@@ -139,6 +139,7 @@ export const FormControlMixin = dedupeMixin(\n}\n}\nif (_feedbackNode) {\n+ _feedbackNode.setAttribute('aria-live', 'polite');\n_feedbackNode.id = _feedbackNode.id || `feedback-${this._inputId}`;\nconst describeIdFeedback = ` ${_feedbackNode.id}`;\nif ...
JavaScript
MIT License
ing-bank/lion
feat(field): add aria-live attribute to feedback slot
1
feat
field
67,507
03.10.2019 19:18:22
-7,200
06b55fd3d6b18ab9a455eda5a3db6f6e64e10e2e
chore: exclude e2e and tests from codeclimate
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,8 @@ checks:\n# Duplicate code which is syntactically identical (but may be formatted differently)\nidentical-code:\nenabled: true\n+ exclude_patterns:\n+ - \"packages/testing/src/each-cartesian-join.ts\"\n# Method complexity (= cognitive complexity)\n# Funct...
TypeScript
MIT License
aurelia/aurelia
chore: exclude e2e and tests from codeclimate
1
chore
null
67,507
03.10.2019 19:18:45
-7,200
208628672486d0d87a0ba912e8c73faece9ff6df
chore: alphabetize lerna.json
[ { "change_type": "MODIFY", "diff": "\"packages/aot\",\n\"packages/aurelia\",\n\"packages/debug\",\n+ \"packages/dialog\",\n\"packages/fetch-client\",\n\"packages/i18n\",\n\"packages/jit\",\n\"packages/jit-html-jsdom\",\n\"packages/kernel\",\n\"packages/plugin-conventions\",\n+ \"packages/plugin-gulp\",\n\"p...
TypeScript
MIT License
aurelia/aurelia
chore: alphabetize lerna.json
1
chore
null
67,507
03.10.2019 19:19:08
-7,200
a223584b3515555b11154e2063c6155d4b05d6b1
chore: lint other directories than packages as well
[ { "change_type": "MODIFY", "diff": "@@ -265,7 +265,9 @@ jobs:\nexecutor: docker-circleci\nsteps:\n- checkout_install_bootstrap\n- - run: npm run lint\n+ # TODO: Remove the \" -- -- -- --quiet\" once warning numbers are down to an acceptable level.\n+ - run: npm run lint:packages -- -- -- --quiet\n+ - run: n...
TypeScript
MIT License
aurelia/aurelia
chore: lint other directories than packages as well
1
chore
null
217,922
03.10.2019 19:25:16
-7,200
840422e508dd4f2f62363e3626c111bd64f3f725
feat(lists): implemented proper atomic update for list progression input
[ { "change_type": "MODIFY", "diff": "import { List } from '../../../../modules/list/model/list';\nimport { Injectable, NgZone } from '@angular/core';\nimport { ListStore } from './list-store';\n-import { combineLatest, Observable } from 'rxjs';\n+import { combineLatest, from, Observable } from 'rxjs';\nimpor...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(lists): implemented proper atomic update for list progression input
1
feat
lists
471,584
03.10.2019 19:56:35
-7,200
81291f06a76bf2cc6a090e5fa58f04862b921b16
doc(karma-esm): minor typo fix
[ { "change_type": "MODIFY", "diff": "@@ -137,7 +137,6 @@ npm i --save-dev @babel/plugin-proposal-decorators @babel/plugin-proposal-class-\n2. Update your babel configuration:\n```json\n-{\n{\n\"presets\": [\n\"@babel/preset-typescript\"\n@@ -153,7 +152,6 @@ npm i --save-dev @babel/plugin-proposal-decorators ...
JavaScript
MIT License
open-wc/open-wc
doc(karma-esm): minor typo fix (#834)
1
doc
karma-esm
67,507
03.10.2019 21:29:40
-7,200
1de1fbe5c98a67c620bb169ebd3ab576e6614ad3
chore: lint getter-return
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ export class ArticleMeta {\n}\nget canModify() {\n- if (!this.article || !this.article.author) { return; }\n+ if (!this.article || !this.article.author) { return false; }\nreturn this.article.author.username === this.sharedState.currentUser.username;\n}\...
TypeScript
MIT License
aurelia/aurelia
chore: lint getter-return
1
chore
null
67,507
03.10.2019 21:37:08
-7,200
9a5fcfc63079de99b45b223ef00602dc37c8d734
chore: lint no-empty
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ if (frameworks.length === 0) {\ncwd: dir,\nstdio: 'inherit'\n});\n- } catch {}\n+ } catch {} // eslint-disable-line no-empty\nconsole.log(\"running npm install && npm run build-prod\");\nexec('npm install && npm run build-prod', {\ncwd: path.resolve(dir)...
TypeScript
MIT License
aurelia/aurelia
chore: lint no-empty
1
chore
null
67,507
03.10.2019 21:37:45
-7,200
25e4b8ae93adfa8d72b68a2658dc0e476fae1f27
chore: lint no-unreachable
[ { "change_type": "MODIFY", "diff": "@@ -481,7 +481,6 @@ async function runMemBenchmark(framework: FrameworkData, benchmark: Benchmark, b\nerrors.push(await registerError(driver, framework, benchmark, e, ));\nconsole.log(e);\nthrow e;\n- if (config.EXIT_ON_ERROR) { throw \"Benchmarking failed\"; }\n} finally...
TypeScript
MIT License
aurelia/aurelia
chore: lint no-unreachable
1
chore
null
503,922
03.10.2019 21:38:11
-7,200
51c59fbfff79d1e5aad062caf1ab036fa0aa9bf5
fix(Radio): pass checked either from isChecked or checked
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ class ControlledRadio extends React.Component {\nonChange={this.handleChange}\nlabel=\"Controlled radio\"\nid=\"radio-controlled\"\n+ value=\"check1\"\n/>\n</React.Fragment>\n);\n", "new_path": "packages/patternfly-4/react-core/src/components/Radio/R...
TypeScript
MIT License
patternfly/patternfly-react
fix(Radio): pass checked either from isChecked or checked (#3066)
1
fix
Radio
67,507
03.10.2019 21:39:06
-7,200
3bd28a896159e52fc5f1adc18a7acbf97afbae29
chore: lint no-redeclare
[ { "change_type": "MODIFY", "diff": "@@ -206,13 +206,14 @@ function sortBy(metric, sortDir) {\n// cpu, memory, startup\nvar benchType = typeNum[0];\nvar num = typeNum[1];\n+ var cmp;\nif (benchType == \"name\")\n- var cmp = (a, b) => STORE.sortDir * a.name.localeCompare(b.name);\n+ cmp = (a, b) => STORE.sort...
TypeScript
MIT License
aurelia/aurelia
chore: lint no-redeclare
1
chore
null
67,507
03.10.2019 21:40:26
-7,200
be50640e932c771cef2dba0c75374d3a03d9996b
chore: lint sonarjs/prefer-single-boolean-return
[ { "change_type": "MODIFY", "diff": "@@ -36,12 +36,7 @@ function include(name) {\nreturn name.endsWith('/target') || name.indexOf(\"/target/web\")>-1;\n}\n}\n- if (excludes.every(ex => name.indexOf(ex)==-1)) {\n- // console.log(\"<- filter\", name);\n- return true;\n- } else {\n- return false;\n- }\n+ return...
TypeScript
MIT License
aurelia/aurelia
chore: lint sonarjs/prefer-single-boolean-return
1
chore
null
67,507
03.10.2019 21:43:49
-7,200
ce638f9902d76382e5451c06184cd0227c94025c
chore: lint sonarjs/no-collapsible-if
[ { "change_type": "MODIFY", "diff": "@@ -82,10 +82,8 @@ async function getChangeLogContent(fromRevision: string, toRevision: string, pat\nnewVersion = getNewVersion(major, minor, parseInt(patch, 10) + 1, 'latest');\n}\n} else if (pkgName === undefined) {\n- if (pkgName === undefined) {\nthrow new Error('if n...
TypeScript
MIT License
aurelia/aurelia
chore: lint sonarjs/no-collapsible-if
1
chore
null
67,507
03.10.2019 21:45:42
-7,200
82c1d30cf1f877982a66fd3660ea0395814be882
chore: lint sonarjs/no-redundant-boolean
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ let args = yargs(process.argv)\n.boolean('minimal')\n.argv;\n+// eslint-disable-next-line sonarjs/no-redundant-boolean\nif (args.bootstrap ^ args.minimal == false) {\nconsole.log(\"ERROR: You must either choose bootstrap or minimal\");\n} else {\n", ...
TypeScript
MIT License
aurelia/aurelia
chore: lint sonarjs/no-redundant-boolean
1
chore
null
67,516
03.10.2019 21:53:57
-7,200
823833d91127f15eecfd119fb96f0d15d2602d66
feat(tests): added script to copy htmls A simplistic script is added to watch and copy files. Existing packages like cpx does not copy copy new file.
[ { "change_type": "MODIFY", "diff": "\"test-chrome:watch\": \"karma start karma.conf.js --browsers=ChromeHeadlessOpt --coverage --watch-extensions js\",\n\"test-chrome:verbose\": \"karma start karma.conf.js --browsers=ChromeHeadlessOpt --single-run --coverage --reporter=mocha\",\n\"test-chrome:watch:verbose\...
TypeScript
MIT License
aurelia/aurelia
feat(tests): added script to copy htmls A simplistic script is added to watch and copy files. Existing packages like cpx does not copy copy new file.
1
feat
tests
67,507
03.10.2019 21:57:47
-7,200
32cb9c09c3e61e89f55a38a0e92504284bb91f60
chore: lint no-restricted-properties
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ function filterFramework(file) {\nfunction encodeBench(obj) {\nconsole.log(obj);\nreturn [\n- obj.benchmark.substr(0,2),\n+ obj.benchmark.substring(0,2),\n// +obj.min.toFixed(2),\n// +obj.max.toFixed(2),\n+obj.mean.toFixed(2),\n", "new_path": "test/j...
TypeScript
MIT License
aurelia/aurelia
chore: lint no-restricted-properties
1
chore
null
67,507
03.10.2019 22:03:17
-7,200
56ffd3bd42394f51306fef3d2a5c82eb0d520f64
chore: lint no-return-await
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,6 @@ let run = (production) => {\nfuse.run();\n};\n-task('clean', async () => await src('dist/*').clean('dist').exec());\n+task('clean', async () => src('dist/*').clean('dist').exec());\ntask(\"dev\", ['clean'], () => run(false));\ntask(\"prod\", ['clean'], (...
TypeScript
MIT License
aurelia/aurelia
chore: lint no-return-await
1
chore
null
67,507
03.10.2019 22:06:06
-7,200
7a75346a804aaa01b4730853ad46ca945329302d
chore: lint prefer-object-spread
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ async function build() {\n};\nconst uglifyOpts = {\n- compress: Object.assign({}, compressDefaults, {\n+ compress: {...compressDefaults, ...{\nbooleans: false,\ninline: 0,\nkeep_fargs: false,\n@@ -130,7 +130,7 @@ async function build() {\nreduce_funcs:...
TypeScript
MIT License
aurelia/aurelia
chore: lint prefer-object-spread
1
chore
null
67,507
03.10.2019 22:09:01
-7,200
8e902137d0cea5c8982e9f9a2cd4a141d8f18429
chore: lint no-undef-init
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ async function runBench(runFrameworks: FrameworkData[], benchmarkNames: string[]\nlet runBenchmarks = benchmarks.filter(b => benchmarkNames.some(name => b.id.toLowerCase().indexOf(name) > -1));\n- let restart: string = undefined; // 'rx-domh-rxjs-v0.0.2-...
TypeScript
MIT License
aurelia/aurelia
chore: lint no-undef-init
1
chore
null
67,507
03.10.2019 22:16:57
-7,200
1f88b5b0aa61cacd073ee7f76afe984d2d0fb756
chore: lint no-throw-literal
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ async function runBench(runFrameworks: FrameworkData[], benchmarkNames: string[]\nconsole.log(e.exception);\nconsole.log();\n});\n- throw \"Benchmarking failed with errors\";\n+ throw new Error(\"Benchmarking failed with errors\");\n}\n}\n", "new_pat...
TypeScript
MIT License
aurelia/aurelia
chore: lint no-throw-literal
1
chore
null
67,507
03.10.2019 22:28:45
-7,200
f954754627e206d07a4c3fa55bab000d134926f1
chore: lint new-parens
[ { "change_type": "MODIFY", "diff": "@@ -48,6 +48,7 @@ export interface StartupBenchmarkResult extends BenchmarkInfo {\nproperty: keyof LighthouseData;\n}\n+/* eslint-disable new-parens */\nconst benchRun = new class extends Benchmark {\nconstructor() {\nsuper({\n@@ -415,6 +416,8 @@ const benchCreateClear5Me...
TypeScript
MIT License
aurelia/aurelia
chore: lint new-parens
1
chore
null
67,507
03.10.2019 22:31:08
-7,200
7e99a30308c51c5f5a76c7df098d791c221c92fe
chore: lint space-in-parens
[ { "change_type": "MODIFY", "diff": "@@ -421,7 +421,7 @@ async function runCPUBenchmark(framework: FrameworkData, benchmark: Benchmark, b\nawait driver.executeScript(\"console.timeStamp('afterBenchmark')\");\n} catch (e) {\nconsole.log(e);\n- errors.push(await registerError(driver, framework, benchmark, e, )...
TypeScript
MIT License
aurelia/aurelia
chore: lint space-in-parens
1
chore
null
67,479
03.10.2019 22:34:46
-36,000
dab4a806695828b8c56c18e791e1abb5327dd005
chore(repeat-tests): temporarily disable clone VC tests
[ { "change_type": "MODIFY", "diff": "@@ -100,11 +100,11 @@ describe('[repeat.contextual-prop.spec.ts]', function () {\ntitle: `${arrayCaseConfig.title} - with [Identity] value converter`,\nrepeatExpression: 'item of items | identity'\n},\n- {\n- ...arrayCaseConfig,\n- title: `${arrayCaseConfig.title} - with ...
TypeScript
MIT License
aurelia/aurelia
chore(repeat-tests): temporarily disable clone VC tests
1
chore
repeat-tests
67,507
03.10.2019 22:41:48
-7,200
91f1bc92466ca457020149b6ed67c2277e947ceb
chore: lint quote-props
[ { "change_type": "MODIFY", "diff": "@@ -13,15 +13,15 @@ function combine(browsers, oses) {\nfor (const { versions: os_versions, name: os } of oses) {\nfor (const os_version of os_versions) {\ncapabilities.push({\n- browser: browserName,\n+ \"browser\": browserName,\nbrowserName,\nbrowser_version,\n- browser...
TypeScript
MIT License
aurelia/aurelia
chore: lint quote-props
1
chore
null
151,430
03.10.2019 23:24:05
25,200
894efeb61d10a2cc3cc0ccbd165b84be14a4fdc0
chore: update package name for
[ { "change_type": "MODIFY", "diff": "# HubSpot plugin for `analytics`\n+> Note: This package has moved to [@analytics/hubspot](https://www.npmjs.com/package/@analytics/hubspot)\n+\nIntegration with HubSpot for [analytics](https://www.npmjs.com/package/analytics)\n+[View the docs](https://getanalytics.io/plug...
JavaScript
MIT License
davidwells/analytics
chore: update package name for @hubspot
1
chore
null
151,430
03.10.2019 23:26:12
25,200
f0b102aea1035cb5a9d08c70dc5a7c22762d498c
docs: add utm plugin example
[ { "change_type": "MODIFY", "diff": "@@ -35,10 +35,20 @@ const reduxPlugin = store => next => action => {\nvar tabInterval\n+// Listen for ?utm params and send data to Netlify function\n+const customUtmTokenPlugin = {\n+ NAMESPACE: 'save-campaign-data',\n+ campaign: ({ payload }) => {\n+ console.log('utm dat...
JavaScript
MIT License
davidwells/analytics
docs: add utm plugin example
1
docs
null
151,430
03.10.2019 23:30:20
25,200
2cdd846ebcdf52914ca2af8ee1e7ab7e127fa9dd
chore: update pkg name & publish
[ { "change_type": "MODIFY", "diff": "# HubSpot plugin for `analytics`\n-> Note: This package has moved to [@analytics/hubspot](https://www.npmjs.com/package/@analytics/hubspot)\n-\nIntegration with HubSpot for [analytics](https://www.npmjs.com/package/analytics)\n[View the docs](https://getanalytics.io/plugi...
JavaScript
MIT License
davidwells/analytics
chore: update @analytics/hubspot pkg name & publish
1
chore
null
151,430
03.10.2019 23:32:16
25,200
e690fd39d876f59b0b04c9fbe0ff0adebcd05005
docs: update hubspot docs
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ This plugin will send page views, track custom events, and identify visitors in\n```bash\nnpm install analytics\n-npm install analytics-plugin-hubspot\n+npm install @analytics/hubspot\n```\n## How to use\n@@ -20,7 +20,7 @@ Import and initialize in projec...
JavaScript
MIT License
davidwells/analytics
docs: update hubspot docs
1
docs
null
67,479
03.10.2019 23:45:55
-36,000
a88d8bdbb911787b07e0b3c8c32a586df4288e1c
chore(tests): comment out consequtive splice tests
[ { "change_type": "MODIFY", "diff": "@@ -66,11 +66,12 @@ describe('[repeat.contextual-prop.spec.ts]', function () {\n{\ntitle: 'Basic - with splice()',\nmutate(items: any[]) {\n- for (let i = 0; 5 > i; ++i) {\n+ // todo: fix fail tests when doing multiple consecutive splices\n+ // for (let i = 0; 5 > i; ++i)...
TypeScript
MIT License
aurelia/aurelia
chore(tests): comment out consequtive splice tests
1
chore
tests
67,516
04.10.2019 00:05:56
-7,200
dc87ceab0ccc6925f00559255bc6db87c45a528f
feat(integration): new tests for text input The new tests target: `property-binding` in `@aurelia/runtime` including diff. binding modes `value-attribute-observer` in `@aurelia/runtime-html`
[ { "change_type": "MODIFY", "diff": "<read-only-text value.one-time=\"text1\"></read-only-text>\n<read-only-text value.bind=\"text2\"></read-only-text>\n<read-only-text value.to-view=\"text3\"></read-only-text>\n+\n+ <text-input id=\"input-static\" value=\"input0\"></text-input>\n+ <text-input id=\"input-one...
TypeScript
MIT License
aurelia/aurelia
feat(integration): new tests for text input The new tests target: - `property-binding` in `@aurelia/runtime` including diff. binding modes - `value-attribute-observer` in `@aurelia/runtime-html`
1
feat
integration
151,430
04.10.2019 00:09:18
25,200
7f2d196e37a35eb1dfda49c4e9d98e2599bacff3
docs: add tutorial on handling campaign params
[ { "change_type": "MODIFY", "diff": "@@ -42,9 +42,9 @@ module.exports = {\n'utils/cookies',\n'utils/forms',\n],\n- Tutorial: [\n+ Tutorials: [\n'tutorial/getting-started',\n- // 'tutorial/whats-next'\n+ 'tutorial/handling-campaign-url-parameters',\n],\nResources: [\n'resources/faq',\n", "new_path": "site...
JavaScript
MIT License
davidwells/analytics
docs: add tutorial on handling campaign params
1
docs
null
67,507
04.10.2019 00:23:46
-7,200
fd146b72b136fae4972d32ba0aabe0f0d6612799
chore: add rules which require type information
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,9 @@ module.exports = {\nextends: [\n'eslint:recommended',\n'plugin:jsdoc/recommended',\n+ 'plugin:@typescript-eslint/eslint-recommended',\n'plugin:@typescript-eslint/recommended',\n+ 'plugin:@typescript-eslint/recommended-requiring-type-checking',\n'plugin:sec...
TypeScript
MIT License
aurelia/aurelia
chore: add rules which require type information
1
chore
null
71,202
04.10.2019 04:11:36
25,200
c8f0bcf704d6e71b869d1f06f3591b9b781bff63
feat(stepfunctions): add support for Map state Step Functions recently launched Map states. This PR adds support for this new state type in CDK.
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ export * from './states/state';\nexport * from './states/succeed';\nexport * from './states/task';\nexport * from './states/wait';\n+export * from './states/map';\n// AWS::StepFunctions CloudFormation Resources:\nexport * from './stepfunctions.generated'...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(stepfunctions): add support for Map state (#4145) Step Functions recently launched Map states. This PR adds support for this new state type in CDK. https://aws.amazon.com/about-aws/whats-new/2019/09/aws-step-functions-adds-support-for-dynamic-parallelism-in-workflows/ https://docs.aws.amazon.com/step-functi...
1
feat
stepfunctions
71,685
04.10.2019 04:40:00
-32,400
f96b2fb100c5f97e5f791b4c5d616940d85e7da5
fix(ecr-assets): `exclude` option * fix(@aws-cdk/aws-ecr-assets): `exclude` option fixed * .dockerignore itself should be included * fixed test path with image.sourceHash * modified excluded path to be tested
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ export class DockerImageAsset extends Construct implements assets.IAsset {\nthrow new Error(`No 'Dockerfile' found in ${dir}`);\n}\n- let exclude: string[] = ['.dockerignore'];\n+ let exclude: string[] = props.exclude || [];\nconst ignore = path.join(dir...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(ecr-assets): `exclude` option (#4354) * fix(@aws-cdk/aws-ecr-assets): `exclude` option (#4353) fixed #4353 * .dockerignore itself should be included * fixed test path with image.sourceHash * modified excluded path to be tested
1
fix
ecr-assets
942,587
04.10.2019 10:18:42
21,600
b12e163b3ebeab414eaf9f86bc5b0d4321193144
fix(menu): Always focus selected menu item and add tab accessibility
[ { "change_type": "MODIFY", "diff": "@@ -63,10 +63,12 @@ export default class Menu extends React.Component<MenuProps, MenuState> {\nthis.setFirstCharacters();\nthis.setInitialSelectedItem();\n}\n- if (this.props.isOpen && !prevProps.isOpen && this.menuRef.current) {\n- this.menuRef.current.focus();\n+ if (th...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(menu): Always focus selected menu item and add tab accessibility (#239)
1
fix
menu
866,395
04.10.2019 10:34:46
14,400
eba3f12ab2ac0ae5d08312d06816e51c1bdb6b22
fix(css): fixes leftnav css; fixes
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { settings as ddsSettings } from '@carbon/ibmdotcom-utilities';\n+import { settings } from 'carbon-components';\nimport {\nHeaderSideNavItems,\nSideNav,\n@@ -16,8 +17,10 @@ import {\nSideNavMenu,\nSid...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(css): fixes leftnav css; fixes #144
1
fix
css
942,581
04.10.2019 10:47:45
21,600
7d25eb756efa969bc269d49f97f96104b732b4b3
ci: Create github action for CI and add Cypress to CI
[ { "change_type": "ADD", "diff": "+name: CI\n+\n+on:\n+ pull_request:\n+ branches:\n+ - master\n+\n+jobs:\n+ unit_test:\n+ runs-on: ubuntu-latest\n+\n+ steps:\n+ - uses: actions/checkout@v1\n+ - uses: actions/setup-node@v1\n+ with:\n+ node-version: 10.x\n+ - name: Install Packages\n+ run: yarn install --prod...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Create github action for CI and add Cypress to CI (#240)
1
ci
null
366,920
04.10.2019 11:45:52
-32,400
16e250caaf7fc084db67199bb5ea00cda8f0fd49
chore: Update styled-components as peerDependencies
[ { "change_type": "MODIFY", "diff": "\"peerDependencies\": {\n\"react\": \"^16.8.6\",\n\"react-dom\": \"^16.8.6\",\n- \"styled-components\": \"^4.2.0\"\n+ \"styled-components\": \"^4.3.1\"\n},\n\"bugs\": {\n\"url\": \"https://github.com/kufu/smarthr-ui/issues\"\n", "new_path": "package.json", "old_pa...
TypeScript
MIT License
kufu/smarthr-ui
chore: Update styled-components as peerDependencies
1
chore
null
791,704
04.10.2019 12:06:02
25,200
06d28e3939b61c2c3f7f9f371e4464178ba8e5b7
core(optimized-images): log errors
[ { "change_type": "MODIFY", "diff": "*/\n'use strict';\n+const log = require('lighthouse-logger');\nconst Gatherer = require('../gatherer.js');\nconst URL = require('../../../lib/url-shim.js');\nconst NetworkRequest = require('../../../lib/network-request.js');\n@@ -124,6 +125,8 @@ class OptimizedImages exte...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(optimized-images): log errors (#9782)
1
core
optimized-images
71,101
04.10.2019 12:24:44
-7,200
61529063884e7c2e708345f0bea2caada00d0103
chore: use already allowed 'fake' account IDs instead of new ones
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ export = {\nconst projectStack = new Stack(app, 'ProjectStack', {\nenv: {\nregion: 'us-west-2',\n- account: '012345678901',\n+ account: '012345678912',\n},\n});\nconst project = new codebuild.PipelineProject(projectStack, 'Project');\n@@ -23,7 +23,7 @@ e...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: use already allowed 'fake' account IDs instead of new ones (#4373)
1
chore
null
699,189
04.10.2019 12:37:38
18,000
834e651e317b915390c842f5b1cb9794e174add9
chore(jest): throw error if missing package cache
[ { "change_type": "MODIFY", "diff": "-const cachedPackages = require('../tools/.cache/packages.json');\n+const fs = require('fs');\n+const path = require('path');\n+\n+const PACKAGES_CACHE_PATH = path.join(__dirname, '../tools/.cache/packages.json');\n+\n+if (!fs.existsSync(PACKAGES_CACHE_PATH)) {\n+ throw n...
TypeScript
MIT License
twilio-labs/paste
chore(jest): throw error if missing package cache (#114)
1
chore
jest
401,147
04.10.2019 14:10:14
-19,080
98a08ef70a51b656add251cce6f8636af82366c1
fix(core): fix autofill issue in select component affects:
[ { "change_type": "MODIFY", "diff": "@@ -71,6 +71,7 @@ const MultiSelect: React.SFC<SelectProps> & WithStyle = React.memo(\n<Chip key={op.value} disabled={disabled} label={op.label} onDelete={handleChipDelete(op.value)} />\n))}\n<Input\n+ autoComplete=\"off\"\nid={id || 'select-input'}\ntype=\"text\"\ndisabl...
TypeScript
MIT License
medly/medly-components
fix(core): fix autofill issue in select component affects: @medly-components/core
1
fix
core
306,385
04.10.2019 14:18:31
-7,200
955e524ff210b99f8a45f83ca4801298e0eb4f0c
chore(calendar): move normalizeDateTime to localize
[ { "change_type": "MODIFY", "diff": "import { html, LitElement } from '@lion/core';\n-import { localize, getWeekdayNames, getMonthNames, LocalizeMixin } from '@lion/localize';\n+import {\n+ localize,\n+ getWeekdayNames,\n+ getMonthNames,\n+ normalizeDateTime,\n+ LocalizeMixin,\n+} from '@lion/localize';\nimp...
JavaScript
MIT License
ing-bank/lion
chore(calendar): move normalizeDateTime to localize
1
chore
calendar
306,385
04.10.2019 14:19:31
-7,200
9945f91debf50ff4ef70e8aef42f7054aa5ac962
fix(validate): normalizeDateTime of min/max dates
[ { "change_type": "MODIFY", "diff": "+import { normalizeDateTime } from '@lion/localize';\n+\nexport const isString = value => typeof value === 'string';\nexport const isStringValidator = () => [(...params) => ({ isString: isString(...params) })];\n@@ -61,20 +63,20 @@ export const isDate = value =>\nObject.p...
JavaScript
MIT License
ing-bank/lion
fix(validate): normalizeDateTime of min/max dates
1
fix
validate
306,385
04.10.2019 14:27:10
-7,200
4500557f7877e3b0a752d6c662dc5faaa042c104
chore(localize): rename normalizeDate to normalizeIntlDate
[ { "change_type": "MODIFY", "diff": "import { getLocale } from './getLocale.js';\n-import { normalizeDate } from './normalizeDate.js';\n+import { normalizeIntlDate } from './normalizeIntlDate.js';\n/**\n* Formats date based on locale and options\n@@ -36,5 +36,5 @@ export function formatDate(date, options) {\...
JavaScript
MIT License
ing-bank/lion
chore(localize): rename normalizeDate to normalizeIntlDate
1
chore
localize
791,704
04.10.2019 15:01:43
25,200
05c91f03abfd7a881a2f471253de64f1b0a7902a
docs: update stale references to audits
[ { "change_type": "MODIFY", "diff": "@@ -15,10 +15,9 @@ module.exports = {\nsettings: {\nonlyAudits: [\n'first-meaningful-paint',\n- 'speed-index-metric',\n- 'estimated-input-latency',\n- 'first-interactive',\n- 'consistently-interactive',\n+ 'speed-index',\n+ 'first-cpu-idle',\n+ 'interactive',\n],\n},\n};\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: update stale references to audits (#9760)
1
docs
null
366,920
04.10.2019 15:04:51
-32,400
c59239e9a1de3899c999853527174a672acf34ef
feat: Add NewDropdown component temporary
[ { "change_type": "ADD", "diff": "+import React, { useState, useEffect } from 'react'\n+\n+import { getRandomStr, getParentElementByClassNameRecursively } from './helper'\n+\n+// export type Rect = {\n+// top: number\n+// right: number\n+// bottom: number\n+// left: number\n+// }\n+\n+export type CustomEvent...
TypeScript
MIT License
kufu/smarthr-ui
feat: Add NewDropdown component temporary
1
feat
null
866,395
04.10.2019 15:30:30
14,400
c5bbe8fdccbb72b5f2e6bc165fb3bf4d123b2348
fix(hamburger): fixes fixes
[ { "change_type": "MODIFY", "diff": "@@ -14,9 +14,9 @@ import {\nSideNav,\nSideNavItems,\nSideNavLink,\n- SideNavMenu,\n- SideNavMenuItem,\n} from 'carbon-components-react';\n+import SideNavMenu from '../carbon-components-react/UIShell/SideNavMenu';\n+import SideNavMenuItem from '../carbon-components-react/U...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(hamburger): fixes #144, fixes #143
1
fix
hamburger
67,494
04.10.2019 15:59:01
-7,200
a13b333257cdd83846a0701346a049903d412d15
refactor(router): inject DOM and au-href in link handler
[ { "change_type": "MODIFY", "diff": "-import { DOM } from '@aurelia/runtime-html';\n+import { IDOM } from '@aurelia/runtime';\n+import { HTMLDOM } from '@aurelia/runtime-html';\n+import { Key } from '@aurelia/kernel';\n/**\n* Provides information about how to handle an anchor event.\n*/\nexport interface ILi...
TypeScript
MIT License
aurelia/aurelia
refactor(router): inject DOM and au-href in link handler
1
refactor
router
67,494
04.10.2019 16:04:43
-7,200
2b49e76a9082df983cd3641cf9b5fbaf78258975
refactor(router): add useHref option
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ export interface IGotoOptions {\nexport interface IRouterOptions extends INavigatorOptions, IRouteTransformer {\nseparators?: IRouteSeparators;\nuseUrlFragmentHash?: boolean;\n+ useHref?: boolean;\nstatefulHistoryLength?: number;\nreportCallback?(instruc...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add useHref option
1
refactor
router
67,494
04.10.2019 16:05:30
-7,200
5e826aae925be0bfa51964d7bcb4daf6396710a0
test(router): update link handler tests for injected DOM and au-href
[ { "change_type": "MODIFY", "diff": "+import { AnchorEventInfo, LinkHandler } from '@aurelia/router';\n+import { assert, createSpy, TestContext } from '@aurelia/testing';\nimport { Writable } from '@aurelia/kernel';\n-import { LinkHandler } from '@aurelia/router';\n-import { DOM } from '@aurelia/runtime-html...
TypeScript
MIT License
aurelia/aurelia
test(router): update link handler tests for injected DOM and au-href
1
test
router
503,922
04.10.2019 16:07:15
-7,200
21a7d962da74b1ad5ca91b6b1d6f413e7936ec39
fix(Select): Allow custom components as select option
[ { "change_type": "MODIFY", "diff": "@@ -59,6 +59,17 @@ describe('select options', () => {\nexpect(view).toMatchSnapshot();\n});\n+ test('renders custom component', () => {\n+ const view = mount(\n+ <SelectProvider value={{ onSelect: () => {}, onClose: () => {}, variant: 'single' }}>\n+ <SelectOption value={...
TypeScript
MIT License
patternfly/patternfly-react
fix(Select): Allow custom components as select option (#3064) #3060
1
fix
Select
366,931
04.10.2019 16:17:08
-32,400
ae5cae66e7f8a0b6b01cea38d530844b6ab3c4dc
fix(select): Change from text to default
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import { Select } from './Select'\nstoriesOf('Select', module).add('all', () => (\n<List>\n<li>\n- <Text>text</Text>\n+ <Text>default</Text>\n<Select\nname=\"sample1\"\nvalue=\"\"\n", "new_path": "src/components/Select/Select.stories.tsx", "old_pat...
TypeScript
MIT License
kufu/smarthr-ui
fix(select): Change from text to default
1
fix
select
866,395
04.10.2019 16:20:01
14,400
da08acc07f41f4d6db8ea79be43267b97a959241
fix(sidenav): fixes
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,9 @@ const MastheadLeftNav = ({ navigation, isSideNavExpanded }) => {\n<ArrowLeft16 />\nBack\n</SideNavMenuItem>\n+ <li className={`${prefix}--masthead__side-nav--submemu-title`}>\n+ {link.title}\n+ </li>\n{link.menuSections[0].menuItems[\ni\n].megapanelConte...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(sidenav): fixes #145
1
fix
sidenav
866,395
04.10.2019 16:37:54
14,400
65c28af4485d3f8c300d2a40694d105d92e3524d
chore(components): remove unused SideNavMenuItems component
[ { "change_type": "MODIFY", "diff": "@@ -13,10 +13,10 @@ import {\nHeaderSideNavItems,\nSideNav,\nSideNavItems,\n+ SideNavMenuItem,\nSideNavLink,\n} from 'carbon-components-react';\nimport SideNavMenu from '../carbon-components-react/UIShell/SideNavMenu';\n-import SideNavMenuItem from '../carbon-components-r...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(components): remove unused SideNavMenuItems component
1
chore
components
366,920
04.10.2019 16:40:13
-32,400
1183721b18f5848fa14dc69c7086c7adb89962e5
feat: Adjust the display position of content
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ storiesOf('NewDropdown', module).add('controll', () => (\n</DropdownTrigger>\n<DropdownControllableContent>\n<div>\n- <p>hogefuga</p>\n+ <p>hogefugahogefugahogefuga</p>\n<DropdownCloser>\n<button>close</button>\n</DropdownCloser>\n@@ -29,7 +29,7 @@ stori...
TypeScript
MIT License
kufu/smarthr-ui
feat: Adjust the display position of content
1
feat
null
366,920
04.10.2019 16:53:30
-32,400
ec5c0161dc3c503c2a929cda916b944f7639da33
style: Adjust the style
[ { "change_type": "MODIFY", "diff": "import React, { useEffect, useState, useRef } from 'react'\nimport styled, { css } from 'styled-components'\n+import { InjectedProps, withTheme } from '../../hocs/withTheme'\nimport { Rect, getContentPositionStyle, Position } from './dropdownHelper'\ntype Props = {\ntrigg...
TypeScript
MIT License
kufu/smarthr-ui
style: Adjust the style
1
style
null
711,597
04.10.2019 16:55:30
-7,200
2ca9cc1b1828741f4c5b4ed8160a602adbd57f75
fix(admin-ui): Do not expose internal entity IDs Closes
[ { "change_type": "MODIFY", "diff": "@@ -108,7 +108,7 @@ export function productVariantEditorBreadcrumb(data: any, params: any) {\nlink: ['../', 'products'],\n},\n{\n- label: `#${params.id} (${entity.name})`,\n+ label: `${entity.name}`,\nlink: ['../', 'products', params.id, { tab: 'variants' }],\n},\n{\n", ...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Do not expose internal entity IDs Closes #178
1
fix
admin-ui
366,920
04.10.2019 17:12:11
-32,400
1b96936b5ac920d182baec0f532d7208f6a39b60
fix: Make storybook compatible with React hooks
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ addParameters({ viewport: { viewports: INITIAL_VIEWPORTS } })\naddDecorator(withA11y)\naddDecorator(addReadme)\n-addDecorator(storyFn => <ThemeProvider theme={createTheme()}>{storyFn()}</ThemeProvider>)\n+addDecorator(Story => <ThemeProvider theme={creat...
TypeScript
MIT License
kufu/smarthr-ui
fix: Make storybook compatible with React hooks
1
fix
null
366,920
04.10.2019 17:12:30
-32,400
e7748e3a7cd5df0bd27db5ca3849efa91ab557f6
feat: Add FaCaretUp icon
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ const icons: Array<Props['name']> = [\n'fa-building',\n'fa-calendar-alt',\n'fa-caret-down',\n+ 'fa-caret-up',\n'fa-chart-area',\n'fa-chart-bar',\n'fa-chart-line',\n", "new_path": "src/components/Icon/Icon.stories.tsx", "old_path": "src/components...
TypeScript
MIT License
kufu/smarthr-ui
feat: Add FaCaretUp icon
1
feat
null
366,920
04.10.2019 17:36:40
-32,400
9e2fceb569d317edd1adde1f5043e05d280c321b
style: Do not display until mounted
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,7 @@ export const DropdownContentInner = withTheme(DropdownContentInnerComponent)\nconst Wrapper = styled.div`\n${({ position, theme }: { position: Position } & InjectedProps) => {\nreturn css`\n+ visibility: hidden;\nz-index: 1000;\nposition: absolute;\ntop:...
TypeScript
MIT License
kufu/smarthr-ui
style: Do not display until mounted
1
style
null
71,101
04.10.2019 18:00:58
-7,200
032b70c776544f1ff757289f0b3528f4ced915bd
fix(lambda-event-sources): add missing export of streams.ts * fix(lambda-event-sources): add missing export of streams.ts Fixes
[ { "change_type": "MODIFY", "diff": "+export * from './api';\nexport * from './dynamodb';\nexport * from './kinesis';\n-export * from './sqs';\nexport * from './s3';\nexport * from './sns';\n-export * from './api';\n+export * from './stream';\n+export * from './sqs';\n", "new_path": "packages/@aws-cdk/aw...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(lambda-event-sources): add missing export of streams.ts (#4362) * fix(lambda-event-sources): add missing export of streams.ts Fixes #4352
1
fix
lambda-event-sources
67,494
04.10.2019 18:08:13
-7,200
ebf9166940eac318f537a001a7399c280881faf4
feat(router): add au-href custom attribute
[ { "change_type": "MODIFY", "diff": "+import { AuHrefCustomAttribute } from './resources/au-href';\nimport { DI, IContainer, IRegistry } from '@aurelia/kernel';\nimport { StartTask } from '@aurelia/runtime';\nimport { NavCustomElement } from './resources/nav';\n@@ -17,18 +18,22 @@ export const DefaultCompone...
TypeScript
MIT License
aurelia/aurelia
feat(router): add au-href custom attribute
1
feat
router
67,494
04.10.2019 18:09:03
-7,200
fe211c4b3ef44bdbaf956ed47545a4d64f0c6c17
feat(router): use au-href custom attribute for links
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ export class LinkHandler {\nreturn info;\n}\n- const auHref: string | null = target.hasAttribute('au-href') ? target.getAttribute('au-href') : null;\n+ const auHref: string | null = '$auHref' in target ? Reflect.get(target, '$auHref') : null;\nconst href...
TypeScript
MIT License
aurelia/aurelia
feat(router): use au-href custom attribute for links
1
feat
router
838,025
04.10.2019 18:09:07
-10,800
7e6fcd804a323ffe9219e0c8a22251149705bffe
test: widgets test
[ { "change_type": "MODIFY", "diff": "package api\nimport (\n- \"reflect\"\n\"testing\"\n+\n+ \"github.com/stretchr/testify/assert\"\n)\nfunc TestVK_WidgetsGetComments(t *testing.T) {\nneedServiceToken(t)\n- tests := []struct {\n- name string\n- argParams map[string]string\n- wantResponse WidgetsGetCommentsRe...
Go
MIT License
severecloud/vksdk
test: widgets test
1
test
null
67,494
04.10.2019 18:09:42
-7,200
70352c16279c80a56bd4c7598f88c2eb14ef57cd
test(router): test au-href in doc-example app
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import { wait } from '../../utils';\n<h3>Authors</h3>\n<ul>\n<li data-test=\"authors-element-item\" repeat.for=\"author of authors\">\n- <a data-test=\"authors-element-author-link\" href=\"author(\\${author.id})\">\\${author.name}</a>\n+ <a data-test=\"aut...
TypeScript
MIT License
aurelia/aurelia
test(router): test au-href in doc-example app
1
test
router
366,920
04.10.2019 18:10:10
-32,400
fb4de255d5ec0695a631bc27e6cbf51f6a8f7ac4
docs: Add README for Dropdown
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,8 @@ import { DropdownControllableContent } from './DropdownControllableContent'\nimport { DropdownCloser } from './DropdownCloser'\nimport { SecondaryButton, PrimaryButton } from '../Button'\n+import readme from './README.md'\n+\nconst ListMenu = () => (\n<L...
TypeScript
MIT License
kufu/smarthr-ui
docs: Add README for Dropdown
1
docs
null
699,222
04.10.2019 18:30:21
18,000
0d7644a3d9d3eb44e6b86e2d380cccbab9fcafdb
fix(website): correct nesting for principles sidenav link
[ { "change_type": "MODIFY", "diff": "@@ -99,9 +99,6 @@ const SidebarNavigation: React.FC<SidebarNavigationProps> = () => {\nGetting Started\n<SiteNavAnchorArrow isOpen={gettingStartedOpen} />\n</SiteNavButton>\n- <SiteNavItem>\n- <SiteNavAnchor to=\"/principles\">Principles</SiteNavAnchor>\n- </SiteNavItem>\...
TypeScript
MIT License
twilio-labs/paste
fix(website): correct nesting for principles sidenav link (#120)
1
fix
website
217,922
04.10.2019 19:25:59
-7,200
318268a37f8a7b57d600e02d666042ee495a0384
chore: added safe check for inventory transaction on containers
[ { "change_type": "MODIFY", "diff": "@@ -53,8 +53,16 @@ export class UserInventory extends DataWithPermissions {\nconst isToRetainer = packet.toContainer >= 10000 && packet.toContainer < 20000;\nconst fromContainerKey = isFromRetainer ? `${lastSpawnedRetainer}:${packet.containerId}` : `${packet.containerId}`...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added safe check for inventory transaction on containers
1
chore
null
76,605
04.10.2019 19:31:56
-7,200
72407509d26c83e86865401f8b5c125c6d4eb05c
fix: align packages
[ { "change_type": "MODIFY", "diff": "\"balanced-match\": {\n\"version\": \"1.0.0\",\n\"resolved\": \"https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz\",\n- \"integrity\": \"sha1-ibTRmasr7kneFk6gK4nORi1xt2c=\"\n+ \"integrity\": \"sha1-ibTRmasr7kneFk6gK4nORi1xt2c=\",\n+ \"dev\": true\n},\n\...
JavaScript
MIT License
axa-group/nlp.js
fix: align packages
1
fix
null
76,605
04.10.2019 19:59:55
-7,200
34259b50f99705de96456d87df4dd0e8992e6264
feat: use performance.now instead of process.hrtime
[ { "change_type": "MODIFY", "diff": "* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/\n+const { performance } = require('perf_hooks');\nconst {\nLookupTable,\ntoHash,\n@@ -171,7 +172,7 @@ class NeuralNetwork {\nthis.status.error > minError &&\nthis.status.deltaError > minDelta\n) {\n- co...
JavaScript
MIT License
axa-group/nlp.js
feat: use performance.now instead of process.hrtime
1
feat
null
67,507
04.10.2019 20:13:46
-7,200
32159438bd4e04695293383e95c659d421a4c778
chore: lint import/no-extraneous-dependencies
[ { "change_type": "MODIFY", "diff": "@@ -78,6 +78,16 @@ module.exports = {\n'@typescript-eslint/semi': 'error',\n'@typescript-eslint/triple-slash-reference': ['error', { path: 'never', types: 'always', lib: 'never' }],\n'@typescript-eslint/type-annotation-spacing': 'error',\n+ 'import/no-extraneous-dependenc...
TypeScript
MIT License
aurelia/aurelia
chore: lint import/no-extraneous-dependencies
1
chore
null
67,507
04.10.2019 20:15:19
-7,200
f684ce957135879cfae00f74f789c02737933151
chore: lint import/no-nodejs-modules
[ { "change_type": "MODIFY", "diff": "@@ -88,6 +88,7 @@ module.exports = {\noptionalDependencies: false,\npeerDependencies: false\n}],\n+ 'import/no-nodejs-modules': 'error',\n'new-parens': ['error', 'always'],\n'no-caller': 'error',\n'no-constant-condition': 'error',\n@@ -216,10 +217,11 @@ module.exports = {...
TypeScript
MIT License
aurelia/aurelia
chore: lint import/no-nodejs-modules
1
chore
null
67,507
04.10.2019 20:22:54
-7,200
ec80c7d3fbdac3c669ba6a3102cc310d8cfefdf9
chore: remove obsolete tslint disable comments
[ { "change_type": "MODIFY", "diff": "@@ -915,7 +915,6 @@ export {\n// IShadowDOMGlobalStyles\n} from '@aurelia/runtime-html';\n-// tslint:disable-next-line:no-commented-code\n// export {\n// IDOMInitializerRegistration,\n// DefaultComponents as RuntimeHtmlBrowserDefaultComponents,\n", "new_path": "packag...
TypeScript
MIT License
aurelia/aurelia
chore: remove obsolete tslint disable comments
1
chore
null
722,013
04.10.2019 20:30:24
-3,600
574480190cdf9cd4480b7f3615df7925975206ef
feat(docgen): allow wrap export in if
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,11 @@ describe('resolveExportedComponent', () => {\nexpect(resolveExportedComponent(ast).get('default')).not.toBeUndefined()\n})\n+ it('should accept a conditional es5 export', () => {\n+ const ast = babylon().parse('if(module !== undefined){ module.exports =...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat(docgen): allow wrap export in if
1
feat
docgen
67,507
04.10.2019 20:51:43
-7,200
0cdcef81b66f82131383cea161a0e511ac0ff25a
chore: remove eslint-plugin-security
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,6 @@ module.exports = {\n'plugin:@typescript-eslint/eslint-recommended',\n'plugin:@typescript-eslint/recommended',\n'plugin:@typescript-eslint/recommended-requiring-type-checking',\n- 'plugin:security/recommended',\n'plugin:sonarjs/recommended',\n'plugin:import...
TypeScript
MIT License
aurelia/aurelia
chore: remove eslint-plugin-security
1
chore
null
67,507
04.10.2019 20:58:41
-7,200
d55ad14a716217258313e21b7c8df08469aad863
chore: update eslint-plugin-jsdoc
[ { "change_type": "MODIFY", "diff": "}\n},\n\"eslint-plugin-jsdoc\": {\n- \"version\": \"15.9.5\",\n- \"resolved\": \"https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.9.5.tgz\",\n- \"integrity\": \"sha512-OQOUf8Li9PRzULQG8Wi7QOd10aCZVAp/RkqOw0FYPT2j0F9lcPB21jBb6BLlWgR4F7XjdzbUmgVvhHYZG...
TypeScript
MIT License
aurelia/aurelia
chore: update eslint-plugin-jsdoc
1
chore
null
67,507
04.10.2019 21:05:27
-7,200
0ae34fd09671fe71963b54f214805a680da9b542
chore: lint eol-last
[ { "change_type": "MODIFY", "diff": "@@ -98,6 +98,7 @@ module.exports = {\n'import/no-useless-path-segments': ['error'],\n'import/order': ['error', { 'groups': [], 'newlines-between': 'never' }],\n'import/no-deprecated': 'error',\n+ 'eol-last': ['error', 'always'],\n'new-parens': ['error', 'always'],\n'no-ca...
TypeScript
MIT License
aurelia/aurelia
chore: lint eol-last
1
chore
null
866,393
04.10.2019 22:05:33
-32,400
b8b358d0168d44493515c672dcce61f04caf805a
docs(codesandbox): example of custom style
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ The effort stems from https://github.com/carbon-design-system/issue-tracking/iss\n- [Angular](#angular)\n- [React](#react)\n- [Vue](#vue)\n+ - [Other usage guides](#other-usage-guides)\n- [Getting started with development](#getting-started-with-developme...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(codesandbox): example of custom style (#135)
1
docs
codesandbox
866,393
04.10.2019 22:08:56
-32,400
48c4da53eb75e7df4cddadf647cca322f6b69f66
docs(coding-convention): add pluralization topic
[ { "change_type": "MODIFY", "diff": "@@ -41,13 +41,13 @@ class BXPagesSelect extends LitElement {\n* Should be changed upon the locale the UI is rendered with.\n*/\n@property({ attribute: false })\n- formatLabelText = ({ total }) => `Page number, of ${total} pages`;\n+ formatLabelText = ({ total }) => `Page ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(coding-convention): add pluralization topic (#139)
1
docs
coding-convention
67,507
04.10.2019 22:30:01
-7,200
e684e2f38996da0aaab7b5c959c7051247a7af0c
chore: lint no-useless-escape
[ { "change_type": "MODIFY", "diff": "@@ -122,6 +122,7 @@ module.exports = {\n'no-sequences': 'error',\n'no-throw-literal': 'error',\n'no-undef-init': 'error',\n+ 'no-useless-escape': 'error',\n'prefer-object-spread': 'error',\n'prefer-regex-literals': 'error',\n'quote-props': ['error', 'consistent'],\n@@ -18...
TypeScript
MIT License
aurelia/aurelia
chore: lint no-useless-escape
1
chore
null
217,922
04.10.2019 22:39:07
-7,200
8092b30e215990710d0af7850cec3ce021c303c2
chore: switching to a more verbose build of the machina wrapper
[ { "change_type": "MODIFY", "diff": "</div>\n</ng-template>\n</nz-alert>\n- <ng-container *ngIf=\"platformService.isDesktop() && machinaToggle\">\n+ <ng-container *ngIf=\"platformService.isDesktop() && ipc.machinaToggle\">\n<nz-alert nzType=\"warning\" class=\"new-version-alert\" nzBanner\n[nzMessage]=\"'PAC...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: switching to a more verbose build of the machina wrapper
1
chore
null
67,479
04.10.2019 22:40:42
-36,000
04b70481a06dec77098b6636fdccb75ba6d58a52
chore(lint): fix lint issues in test
[ { "change_type": "MODIFY", "diff": "@@ -68,10 +68,12 @@ describe('[repeat.contextual-prop.spec.ts]', function () {\nmutate(items: any[]) {\n// todo: fix fail tests when doing multiple consecutive splices\n// for (let i = 0; 5 > i; ++i) {\n- // tslint:disable-next-line:insecure-random\n+ // // tslint:disable...
TypeScript
MIT License
aurelia/aurelia
chore(lint): fix lint issues in test
1
chore
lint
67,507
04.10.2019 22:43:44
-7,200
e1b8149b32a0b3c216dc6c2c403564b59cdc4ed8
chore: lint spaced-comment
[ { "change_type": "MODIFY", "diff": "@@ -129,6 +129,10 @@ module.exports = {\n'quotes': ['off'],\n'radix': 'error',\n'space-in-parens': 'error',\n+ 'spaced-comment': ['error', 'always', {\n+ line: { markers: ['/'], exceptions: ['-', '+'] },\n+ block: { markers: ['!'], exceptions: ['*'], balanced: true }\n+ }...
TypeScript
MIT License
aurelia/aurelia
chore: lint spaced-comment
1
chore
null