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
603,467
21.05.2019 22:13:50
-3,600
3c71e186c0292d54a7c41c6c125a33a3eddf81b0
test(examples): Corrected a typo
[ { "change_type": "MODIFY", "diff": "Feature: Interactions\n- Scenario: Actor interacts with a webiste\n+ Scenario: Actor interacts with a website\nWhen Umbra navigates to the test website\nThen she should see the title of \"Test Website\"\n", "new_path": "examples/protractor-cucumber/features/interactio...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(examples): Corrected a typo
1
test
examples
722,013
22.05.2019 08:23:28
18,000
3e774ba4ffb4f21f3e8e075975076080b90676dd
test: add example where component name is dashed
[ { "change_type": "ADD", "diff": "+module.exports = {\n+ presets: ['@babel/preset-env'],\n+ plugins: ['@babel/plugin-transform-runtime'],\n+ comments: false\n+}\n", "new_path": "examples/dashed-component/babel.config.js", "old_path": null }, { "change_type": "ADD", "diff": "+{\n+ \"name\"...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: add example where component name is dashed
1
test
null
71,267
22.05.2019 08:24:17
25,200
c41a0f66d32c85debdc6be6a8bbee34ddef99376
refactor: L2 constructs should not use the "Token" type (awslint:props-no-tokens) Adds a new awslint:props-no-tokens rule which validates that props do not use the "Token" type. This is in accordance with the new AWS Construct Library guidelines. Fixes
[ { "change_type": "MODIFY", "diff": "import reflect = require('jsii-reflect');\nimport { Linter } from '../linter';\n-import { CfnResourceReflection } from './cfn-resource';\nimport { ConstructReflection } from './construct';\n-import { ResourceReflection } from './resource';\n+import { CoreTypes } from './c...
TypeScript
Apache License 2.0
aws/aws-cdk
refactor: L2 constructs should not use the "Token" type (awslint:props-no-tokens) (#2542) Adds a new awslint:props-no-tokens rule which validates that props do not use the "Token" type. This is in accordance with the new AWS Construct Library guidelines. Fixes #2434
1
refactor
null
722,013
22.05.2019 08:27:42
18,000
b6408af668d71c54b5cd5d3bbe7dd5c03d9f8346
fix(core): remove self require in readme in JSX we hve to require current component to make it available in vsg we register components globally instead this not needed anymore Closes
[ { "change_type": "MODIFY", "diff": "@@ -38,8 +38,7 @@ module.exports = function examplesLoader(source) {\nsource = getComponentVueDoc(source, filePath)\n}\nconst config = this._styleguidist\n- const { file, displayName, shouldShowDefaultExample, customLangs } =\n- loaderUtils.getOptions(this) || {}\n+ const...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(core): remove self require in readme in JSX we hve to require current component to make it available in vsg we register components globally instead this not needed anymore Closes #407
1
fix
core
722,013
22.05.2019 08:29:21
18,000
0e3c14be10519658647b9c7781c13aa340d70b8f
docs: fix readme lintings
[ { "change_type": "ADD", "diff": "+# Vue Styleguidist style guide example containing a component with a dash in the name\n+\n+How to start locally:\n+\n+```sh\n+git clone https://github.com/vue-styleguidist/vue-styleguidist.git\n+cd vue-styleguidist/examples/dashed-component\n+npm install\n+npm run styleguid...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: fix readme lintings
1
docs
null
722,013
22.05.2019 08:44:48
18,000
bd6f28607fb005d45a941b3670fd7c438d3d4dce
test: remove failing obsolete tests
[ { "change_type": "MODIFY", "diff": "@@ -169,45 +169,6 @@ it('should work with multiple JSX element on the root level', () => {\nexpect(() => new Function(result)).not.toThrow(SyntaxError)\n})\n-it('should prepend example code with component require()', () => {\n- const exampleMarkdown = `<X/>`\n- const resu...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: remove failing obsolete tests
1
test
null
722,013
22.05.2019 08:53:28
18,000
d92eba33ce5a783a2a54d338b4a344a0f0257d38
docs: make sure we try loading local json
[ { "change_type": "MODIFY", "diff": "<template>\n<div class=\"RandomButton\">\n- <button class=\"random-button\" @click.prevent=\"handleClick\">\n- {{ label }}\n- </button>\n+ <button class=\"random-button\" @click.prevent=\"handleClick\">{{ label }}</button>\n</div>\n</template>\nimport sample from 'lodash/...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: make sure we try loading local json
1
docs
null
722,013
22.05.2019 09:03:59
18,000
467017ce8b247e52020564522a59b814b4701458
docs: local dognames made bigger
[ { "change_type": "MODIFY", "diff": "-[\"Maggie\", \"Hank\", \"Medor\", \"Rusty\"]\n\\ No newline at end of file\n+[\n+ \"Chico\",\n+ \"Spike\",\n+ \"Gunner\",\n+ \"Sparky\",\n+ \"Mickey\",\n+ \"Kobe\",\n+ \"Chase\",\n+ \"Oreo\",\n+ \"Frankie\",\n+ \"Mac\",\n+ \"Benji\",\n+ \"Bubba\",\n+ \"Champ\",\n+ \"Brad...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: local dognames made bigger
1
docs
null
711,597
22.05.2019 09:15:28
-7,200
59e8de338edb80d4253e5366db294b192e4fb353
chore: Document release process
[ { "change_type": "MODIFY", "diff": "@@ -107,8 +107,29 @@ The Admin UI has unit tests which are run with `yarn test:admin-ui`.\nUnit tests are co-located with the files which they test, and have the suffix `.spec.ts`.\n+### Release Process\n+\n+All packages in this repo are released at every version change (...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Document release process
1
chore
null
67,494
22.05.2019 09:32:51
-7,200
968e67847082079b0650af734892dfd2dd11c265
feat(router): add same component check to viewport instruction
[ { "change_type": "MODIFY", "diff": "@@ -97,4 +97,8 @@ export class ViewportInstruction {\n}\nreturn compareType ? this.component === other.component : this.componentName === other.componentName;\n}\n+\n+ public sameViewport(other: ViewportInstruction): boolean {\n+ return (this.viewport ? this.viewport.name...
TypeScript
MIT License
aurelia/aurelia
feat(router): add same component check to viewport instruction
1
feat
router
273,643
22.05.2019 09:35:30
-7,200
f8a687807903c2fe29d13293144d8113ec5d3fe4
chore: update plugin description
[ { "change_type": "MODIFY", "diff": "{\n\"version\": \"0.0.5\",\n\"name\": \"@gridsome/remark-prismjs\",\n- \"description\": \"Prism for Gridsome\",\n+ \"description\": \"Syntax highlighter for markdown code blocks\",\n\"homepage\": \"https://github.com/gridsome/gridsome/tree/master/packages/remark-prismjs#r...
JavaScript
MIT License
gridsome/gridsome
chore: update plugin description
1
chore
null
67,494
22.05.2019 09:36:06
-7,200
687dd5fce02e640793240061f027956b7aad35ca
feat(router): add mergeViewportInstructions
[ { "change_type": "MODIFY", "diff": "@@ -107,6 +107,23 @@ export class InstructionResolver {\nreturn { clear: clearViewports, newPath };\n}\n+ public mergeViewportInstructions(instructions: (string | ViewportInstruction)[]): ViewportInstruction[] {\n+ const merged: ViewportInstruction[] = [];\n+\n+ for (let ...
TypeScript
MIT License
aurelia/aurelia
feat(router): add mergeViewportInstructions
1
feat
router
67,494
22.05.2019 09:37:26
-7,200
29690d03b21a51670a5906e12e44e730eef49846
feat(router): add only if processing to addProcessingViewports
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ export interface IRouter {\nlinkCallback(info: AnchorEventInfo): void;\nprocessNavigations(qInstruction: QueueItem<INavigationInstruction>): Promise<void>;\n- addProcessingViewport(componentOrInstruction: string | Partial<ICustomElementType> | ViewportIn...
TypeScript
MIT License
aurelia/aurelia
feat(router): add only if processing to addProcessingViewports
1
feat
router
67,494
22.05.2019 09:39:34
-7,200
41d2ba9bfab56b749d02b5d3146297fb58567466
test(router): add login to test app
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ import { Information } from './information';\n</div>\n<div if.bind=\"!hideTabs\">\n<au-nav data-test=\"author-menu\" name=\"author-menu\"></au-nav>\n- <au-viewport name=\"author-tabs\" default=\"author-details(\\${author.id})\" used-by=\"about-authors,au...
TypeScript
MIT License
aurelia/aurelia
test(router): add login to test app
1
test
router
815,590
22.05.2019 09:57:36
18,000
39c05149df19de685577c6dfc15d84a62bd9ec7b
chore: remove unused crates from network
[ { "change_type": "MODIFY", "diff": "@@ -555,7 +555,6 @@ dependencies = [\n\"hash 0.13.0-pre\",\n\"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lr...
Rust
MIT License
nervosnetwork/ckb
chore: remove unused crates from network (#879)
1
chore
null
71,371
22.05.2019 09:59:09
-7,200
c51596ef8deea7cabcae35c3447cab707398f4cd
feat(toolkit): allow to pass build args to docker build
[ { "change_type": "MODIFY", "diff": "@@ -20,8 +20,20 @@ This will instruct the toolkit to build a Docker image from `my-image`, push it\nto an AWS ECR repository and wire the name of the repository as CloudFormation\nparameters to your stack.\n-Use `asset.imageUri` can be used to reference the image (it incl...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(toolkit): allow to pass build args to docker build (#2604)
1
feat
toolkit
711,597
22.05.2019 11:05:06
-7,200
ba289968e6f9c99019b7a1648275cb6e4961b435
chore: Remove peerDependencies on Not necessary, and create problems since Lerna will not update them automatically, thus they will become worse than useless.
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"fs-extra\": \"^7.0.1\",\n\"typescript\": \"^3.3.4000\"\n- },\n- \"peerDependencies\": {\n- \"@vendure/core\": \">=0.1.0-alpha.18\"\n}\n}\n", "new_path": "packages/admin-ui-plugin/package.json", "old_path": "packages/admin-ui-plugin/package.j...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Remove peerDependencies on @vendure/core Not necessary, and create problems since Lerna will not update them automatically, thus they will become worse than useless.
1
chore
null
711,597
22.05.2019 11:19:40
-7,200
7d31d455a71ce1ec43bc322a958b61ee7e6888c0
chore: Publish v0.1.2-beta.0
[ { "change_type": "MODIFY", "diff": "+## <small>0.1.2-beta.0 (2019-05-22)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Correctly display configurable money values ([3546071](https://github.com/vendure-ecommerce/vendure/commit/3546071))\n+* **admin-ui** Correctly sort assets ([e57450b](https://github.com/ve...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.1.2-beta.0
1
chore
null
217,922
22.05.2019 11:44:58
-7,200
113423ab07ceb568a6b9397afcc8e690feb134e9
style: search and pricing alerts are now dark
[ { "change_type": "MODIFY", "diff": "</nz-card>\n<nz-alert *ngIf=\"getBenefits(list) as benefits\" [nzType]=\"benefits >= 0 ? 'success' : 'error'\"\n- nzMessage=\"{{'Benefits' | translate}}: {{ benefits | number:'1.0-0'}} gil\">\n+ nzMessage=\"{{'Benefits' | translate}}: {{ benefits | number:'1.0-0'}} gil\" ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: search and pricing alerts are now dark
1
style
null
711,597
22.05.2019 11:45:11
-7,200
dc528141d7e1187a774cff884e8b74093af9ecac
fix(admin-ui): Fix publish flow to ensure correct version in UI
[ { "change_type": "MODIFY", "diff": "@@ -115,11 +115,11 @@ To make a release:\n##### 1. `yarn publish-release`\n-This will first build all packages to ensure the distributed files are up to date.\n+It will run `lerna publish` which will prompt for which version to update to. Although we are using [convention...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix publish flow to ensure correct version in UI
1
fix
admin-ui
711,597
22.05.2019 11:53:42
-7,200
8290f278b5228dfa76eb7aff78c01b049d5af574
chore: Publish v0.1.2-beta.1
[ { "change_type": "MODIFY", "diff": "+## <small>0.1.2-beta.1 (2019-05-22)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Fix publish flow to ensure correct version in UI ([dc52814](https://github.com/vendure-ecommerce/vendure/commit/dc52814))\n+\n## <small>0.1.2-beta.0 (2019-05-22)</small>\n", "new_path"...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.1.2-beta.1
1
chore
null
815,577
22.05.2019 11:54:18
-28,800
78fa0d4cfc7faddc6daaed651bf9b749db0f0fee
chore: Modify according to review comments
[ { "change_type": "MODIFY", "diff": "use bytes::{Bytes, BytesMut};\n+use log::debug;\nuse snap::{Decoder as SnapDecoder, Encoder as SnapEncoder};\nuse tokio::codec::{Decoder, Encoder, LengthDelimitedCodec};\n@@ -27,80 +28,71 @@ struct Message {\n}\nimpl Message {\n- /// Init\n- fn init() -> Self {\n- Message...
Rust
MIT License
nervosnetwork/ckb
chore: Modify according to review comments
1
chore
null
679,913
22.05.2019 11:55:49
-3,600
74dbcb0b39b40fd9137823f579cd986884223bd1
fix(geom-closest-point): flip sign of plane W component, extract distToPlane()
[ { "change_type": "MODIFY", "diff": "@@ -198,15 +198,15 @@ export const closestPointArray = (p: ReadonlyVec, pts: Vec[]) => {\nreturn closest;\n};\n+export const distToPlane = (p: ReadonlyVec, n: ReadonlyVec, w: number) =>\n+ dot(n, p) - w;\n+\nexport const closestPointPlane = (\np: ReadonlyVec,\nnormal: Rea...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(geom-closest-point): flip sign of plane W component, extract distToPlane()
1
fix
geom-closest-point
217,922
22.05.2019 12:10:19
-7,200
c088579239e6a13c7999b0eb03fdcb7e669333f1
feat(db): items that are obtained from reduction now have alarm integration
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"row wrap\" fxLayoutGap=\"5px\">\n<span *ngIf=\"node.slot !== undefined\">Slot {{node.slot}}</span>\n- <span *ngIf=\"node.time !== undefined\">\n+ <span *ngIf=\"node.timed !== undefined\">\n<i *ngFor=\"let time of node.time\">\n{{time}}:00 - {{getDespawnTim...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): items that are obtained from reduction now have alarm integration
1
feat
db
749,521
22.05.2019 12:17:30
25,200
512d5e99d1e3add48ba593e06219ed2448b0e54d
fix(dropdowns): make all item value PropTypes consistent
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ import { StyledAddItem } from '../../styled';\nconst AddItem = props => <Item component={StyledAddItem} {...props} />;\nAddItem.propTypes = {\n- value: PropTypes.string,\n+ value: PropTypes.any,\nactive: PropTypes.bool,\nfocused: PropTypes.bool,\nhovered...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(dropdowns): make all item value PropTypes consistent
1
fix
dropdowns
679,913
22.05.2019 12:37:48
-3,600
40a8bff3f3abbbdea1dc46dfb0b05fe8c2f21d3f
feat(geom-isec): add ray-plane, plane-plane fns, update readme
[ { "change_type": "MODIFY", "diff": "@@ -2,8 +2,10 @@ export * from \"./point\";\nexport * from \"./circle-circle\";\nexport * from \"./line-line\";\n+export * from \"./plane-plane\";\nexport * from \"./ray-circle\";\nexport * from \"./ray-line\";\n+export * from \"./ray-plane\";\nexport * from \"./ray-poly\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-isec): add ray-plane, plane-plane fns, update readme
1
feat
geom-isec
722,080
22.05.2019 12:40:10
-7,200
d1be5831ed69ef53552a4c98c6f5659e3f0afa4a
fix: Additionally try absolute require.resolve in resolvePathFrom
[ { "change_type": "MODIFY", "diff": "+const { join } = require('path');\n+\nconst SUFFIXES = ['', '.js', '.ts', '.vue', '.jsx', '.tsx']\nexport default function resolvePathFrom(path: string, from: string[]): string {\n@@ -14,13 +16,20 @@ export default function resolvePathFrom(path: string, from: string[]): ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: Additionally try absolute require.resolve in resolvePathFrom
1
fix
null
791,704
22.05.2019 12:47:28
25,200
44054604f37513db8ec3e5145d817a370b993ebe
clients(lr): insert assets in lhr for logging purposes
[ { "change_type": "MODIFY", "diff": "const lighthouse = require('../../lighthouse-core/index.js');\n-const assetSaver = require('../../lighthouse-core/lib/asset-saver.js');\nconst LHError = require('../../lighthouse-core/lib/lh-error.js');\nconst preprocessor = require('../../lighthouse-core/lib/proto-prepro...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(lr): insert assets in lhr for logging purposes (#9002)
1
clients
lr
679,913
22.05.2019 13:10:07
-3,600
2bef31275bf6076d3561082d7084d08594615d2c
fix(geom-isec): fix update pointInSegment, add tests
[ { "change_type": "MODIFY", "diff": "-import { EPS, sign } from \"@thi.ng/math\";\n+import { closestT } from \"@thi.ng/geom-closest-point\";\n+import { clamp01, EPS, sign } from \"@thi.ng/math\";\nimport {\nclockwise2,\ndistSq,\nmagSq,\n+ mixN,\nReadonlyVec,\nsignedArea2\n} from \"@thi.ng/vectors\";\n-export...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(geom-isec): fix #84, update pointInSegment, add tests
1
fix
geom-isec
104,839
22.05.2019 13:35:36
-7,200
c5c15bf6be91bec16a81257012b66e93200502c2
feat(table): lazy rendering support
[ { "change_type": "MODIFY", "diff": "\"react-dnd-test-backend\": \"^7.2.0\",\n\"react-sizeme\": \"^2.6.3\",\n\"react-transition-group\": \"^2.6.0\",\n+ \"react-visibility-sensor\": \"^5.0.2\",\n\"styled-components\": \"^4.1.3\",\n\"use-deep-compare-effect\": \"^1.2.0\"\n},\n", "new_path": "package.json",...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): lazy rendering support
1
feat
table
306,430
22.05.2019 14:01:30
-7,200
7473666626930cd3396f204502a3536fd569240b
docs: specify alternative for the deprecated LionLitElement
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,6 @@ export { css } from 'lit-element';\nexport { html } from './lit-html.js';\n/**\n- * @deprecated\n+ * @deprecated use LitElement instead.\n*/\nexport class LionLitElement extends ElementMixin(LitElement) {}\n", "new_path": "packages/core/src/LionLitElem...
JavaScript
MIT License
ing-bank/lion
docs: specify alternative for the deprecated LionLitElement
1
docs
null
679,913
22.05.2019 14:03:40
-3,600
2079bfe237741153fa042f49209cac79bed3e84c
feat(geom): add Plane, Quad3 factories & ops
[ { "change_type": "MODIFY", "diff": "@@ -437,6 +437,19 @@ export class Quad extends APC implements IHiccupShape {\nreturn [\"polygon\", this.attribs, this.points];\n}\n}\n+export class Quad3 extends APC implements IHiccupShape {\n+ get type() {\n+ return Type.QUAD3;\n+ }\n+\n+ copy() {\n+ return new Quad3(co...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom): add Plane, Quad3 factories & ops
1
feat
geom
679,913
22.05.2019 14:31:36
-3,600
af350fcfac4ed3828fe4f7e2f02de0479bfc4e1c
refactor(geom-voronoi): update pointInSegment call
[ { "change_type": "MODIFY", "diff": "import { IObjectOf, Pair } from \"@thi.ng/api\";\nimport { isNumber } from \"@thi.ng/checks\";\nimport { liangBarsky2, sutherlandHodgeman } from \"@thi.ng/geom-clip\";\n-import {\n- pointInCircumCircle,\n- pointInPolygon2,\n- pointInSegment2\n-} from \"@thi.ng/geom-isec\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-voronoi): update pointInSegment call
1
refactor
geom-voronoi
730,429
22.05.2019 14:55:19
14,400
d4208a6b6c8ba2866385b4f4198ea727576aad7e
chore(scripts): filter demo from get widget script
[ { "change_type": "MODIFY", "diff": "@@ -162,7 +162,7 @@ function getWidgetPackages() {\n.filter((pkgPath) => {\nconst pkgName = require(path.resolve(pkgPath, 'package.json')).name;\n- return pkgName.startsWith('@ciscospark/widget');\n+ return pkgName.startsWith('@ciscospark/widget') && !pkgName.endsWith('-d...
JavaScript
MIT License
webex/react-widgets
chore(scripts): filter demo from get widget script
1
chore
scripts
815,609
22.05.2019 14:55:20
-28,800
b6de94b7ee852a1683e5a39363c98572dcb4f466
chore: rename the target in log for rpc module
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ spec = \"specs/dev.toml\" # {{\n[logger]\nfilter = \"info\" # {{\n-# integration => filter = \"info,network=trace,rpc=debug,sync=debug,relay=debug\"\n+# integration => filter = \"info,network=trace,sync=debug,relay=debug\"\n# }}\ncolor = true\nlog_to_fil...
Rust
MIT License
nervosnetwork/ckb
chore: rename the target in log for rpc module
1
chore
null
791,704
22.05.2019 15:09:31
25,200
066984d1e9399c8920525d2a44c1370735bb9066
cli(flags): accept comma-separated array values
[ { "change_type": "MODIFY", "diff": "@@ -11,14 +11,26 @@ const yargs = require('yargs');\nconst pkg = require('../package.json');\nconst printer = require('./printer.js');\n+/**\n+ * Remove in Node 11 - [].flatMap\n+ * @param {Array<Array<string>>} arr\n+ * @return {string[]}\n+ */\n+function flatten(arr) {\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
cli(flags): accept comma-separated array values (#8933)
1
cli
flags
722,080
22.05.2019 15:11:20
-7,200
3641e4c7a210f79c9c91da616e2f20803de15a86
fix: Look through all roots.
[ { "change_type": "MODIFY", "diff": "@@ -24,12 +24,17 @@ export default function resolvePathFrom(path: string, from: string[]): string {\n}\n}\nif (!finalPath.length) {\n+ for (let i = 0; i < from.length; i++) {\ntry {\n- finalPath = require.resolve(join(from[0], `${path}${s}`))\n+ finalPath = require.resolv...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: Look through all roots.
1
fix
null
104,857
22.05.2019 15:14:18
10,800
af29b80fa243af1c29e80de3ada195be3b92546b
fix(wizard): class scope
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ const StyledWizardWrapper = styled.div`\nflex-flow: column;\nalign-items: center;\n- .bx--modal-content {\n+ .bx--modal-content[data-id='WizardInlineContent'] {\npadding: 0rem 1rem;\nmargin-bottom: 48px;\nmax-height: 80vh;\n@@ -21,7 +21,7 @@ const Styled...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(wizard): class scope
1
fix
wizard
679,913
22.05.2019 15:59:53
-3,600
870b2bdb7eea153c74afdfd6d4120e863a5ea6da
build: remove unintended ecs pkg
[ { "change_type": "DELETE", "diff": "-# Change Log\n-\n-All notable changes to this project will be documented in this file.\n-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-\n-## 0.0.2 (2019-05-22)\n-\n-**Note:** Version bump only for package @thi.ng/ecs\n", "new_pa...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: remove unintended ecs pkg
1
build
null
306,484
22.05.2019 16:27:15
-7,200
0f2dfc63d2defce1e25490126905e67cf55a4e7f
fix(input-datepicker): prevent button from submitting forms
[ { "change_type": "MODIFY", "diff": "\"@lion/button\": \"^0.1.14\",\n\"@open-wc/demoing-storybook\": \"^0.2.0\",\n\"@open-wc/testing\": \"^0.11.1\",\n- \"@polymer/iron-test-helpers\": \"^3.0.1\"\n+ \"@polymer/iron-test-helpers\": \"^3.0.1\",\n+ \"sinon\": \"^7.2.2\"\n}\n}\n", "new_path": "packages/input-...
JavaScript
MIT License
ing-bank/lion
fix(input-datepicker): prevent button from submitting forms Co-authored-by: Daniel Alarcon Amador <daniel.amador@ing.com>
1
fix
input-datepicker
217,922
22.05.2019 16:56:37
-7,200
6ef3290d5ae0631d393d6387d072499df9e3c20b
style: changed background color on active timers for done items
[ { "change_type": "MODIFY", "diff": "@text-color: fade(#fff, 85%);\n@layout-header-background: #001529;\n+@layout-trigger-background: #002140;\n", "new_path": "apps/client/src/common.less", "old_path": "apps/client/src/common.less" }, { "change_type": "MODIFY", "diff": "@layout-footer-pad...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: changed background color on active timers for done items
1
style
null
791,704
22.05.2019 17:11:38
25,200
bd7c66dc01e9175831c689237247498d9614e3c0
core(logging): change log messages for gathering and trace retrieval
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,6 @@ comcast --latency=150 --target-bw=1638\n# Run Lighthouse with its own throttling disabled\nlighthouse --throttling.requestLatencyMs=0 --throttling.downloadThroughputKbps=0 --throttling.uploadThroughputKbps=0 # ...\n-# Disable the traffic throttling once ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(logging): change log messages for gathering and trace retrieval (#9029)
1
core
logging
815,595
22.05.2019 19:31:23
-28,800
6207661109e3179e246eb181084d9bbcd4dc859f
fix: Correct current median time starting from prev block Original implementation use [Tip-BlockMedianCount .. to calculate the current block median time. According to the notion of BlockMedianTime in , here change to use [Tip-BlockMedianCount+1 .. Tip] instead.
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ pub trait BlockMedianTimeContext {\n}\n// return greater one if count is even.\n- timestamps.sort_by(|a, b| a.cmp(b));\n+ timestamps.sort();\ntimestamps[timestamps.len() / 2]\n}\n", "new_path": "traits/src/block_median_time_context.rs", "old_path...
Rust
MIT License
nervosnetwork/ckb
fix: Correct current median time starting from prev block Original implementation use [Tip-BlockMedianCount .. Tip-1] to calculate the current block median time. According to the notion of BlockMedianTime in https://github.com/bitcoin/bips/blob/master/bip-0113.mediawiki#specification , here change to use [Tip-BlockMed...
1
fix
null
815,598
22.05.2019 19:56:08
-28,800
833ffcdfafdf11c4cc5d7f58a9d9605fbca3ab36
docs: clarity how to run two connected nodes [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -73,9 +73,10 @@ ckb -C node1 init\nckb -C node2 init\n# Change listen ports 8114/8115 to 8116/8117 in node2/ckb.toml.\n# Change `rpc_url` in node2/ckb.toml to use 8116.\n-# You may also want to add each other as a boot node in the configuration file.\n# start node1\nck...
Rust
MIT License
nervosnetwork/ckb
docs: clarity how to run two connected nodes (#872) [skip ci]
1
docs
null
815,598
22.05.2019 21:07:52
-28,800
71147f860eacc61fb48c4cc78693df4f21c93a6f
chore: limit conditions to rerun build.rs
[ { "change_type": "MODIFY", "diff": "+use std::path::Path;\n+\n+fn rerun_if_changed(path_str: &str) -> bool {\n+ let path = Path::new(path_str);\n+\n+ if path.starts_with(\"benches\")\n+ || path.starts_with(\"devtools\")\n+ || path.starts_with(\"docker\")\n+ || path.starts_with(\"docs\")\n+ || path.starts_wi...
Rust
MIT License
nervosnetwork/ckb
chore: limit conditions to rerun build.rs
1
chore
null
217,922
22.05.2019 21:29:12
-7,200
f7b9f3ca70ed9dfa82a10f6a6018425da378f149
style(mobile): better search UI for mobile display
[ { "change_type": "MODIFY", "diff": "<div class=\"top-part\">\n- <div class=\"search-box\" fxLayout=\"row\" fxLayoutGap=\"5px\">\n- <nz-input-group [nzAddOnBefore]=\"searchType\">\n+ <div class=\"search-box\" fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayout.lt-md=\"column\">\n+ <ng-container *ngIf=\"false | ifM...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style(mobile): better search UI for mobile display
1
style
mobile
217,922
22.05.2019 21:42:06
-7,200
072488ff82d1a04f890229b9bb2a74e6f386a444
fix(perf): performance improvements for UI text pipe
[ { "change_type": "MODIFY", "diff": "-import { OnDestroy, Pipe, PipeTransform } from '@angular/core';\n-import { Subscription } from 'rxjs';\n-import { UIColor } from './ui-color';\n+import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\nimp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(perf): performance improvements for UI text pipe
1
fix
perf
815,609
22.05.2019 22:01:30
-28,800
b0d29a23fcd0fdc90df84dcdc2445db0f018bd0a
chore: make a better log output
[ { "change_type": "MODIFY", "diff": "@@ -205,7 +205,7 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\ndebug!(\ntarget: \"chain\",\n- \"difficulty current = {}, cannon = {}\",\n+ \"difficulty current = {:#x}, cannon = {:#x}\",\ncurrent_total_difficulty,\ncannon_total_difficulty,\n);\n@@ -259,7 +259,7 @@...
Rust
MIT License
nervosnetwork/ckb
chore: make a better log output
1
chore
null
503,918
22.05.2019 22:47:00
-10,800
e1522469d6337b5c9082e8cb50dd665e091fd378
fix(modal): do not render title when hideTitle is true
[ { "change_type": "MODIFY", "diff": "@@ -241,7 +241,6 @@ class NoHeader extends React.Component {\n</Button>\n<Modal\nisLarge\n- title=\"Modal Header\"\nisOpen={isModalOpen}\nhideTitle={true}\nariaDescribedById=\"no-header-example\"\n", "new_path": "packages/patternfly-4/react-core/src/components/Modal/M...
TypeScript
MIT License
patternfly/patternfly-react
fix(modal): do not render title when hideTitle is true (#2057) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
modal
815,593
22.05.2019 23:17:06
-32,400
8885b07c0406ab18dcff4995cc6677950d8744c5
chore: avoiding store duplicate CellOutput
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,10 @@ use crate::types::{\nuse bincode::{deserialize, serialize};\nuse ckb_core::block::Block;\nuse ckb_core::transaction::{CellOutPoint, CellOutput};\n-use ckb_db::{Col, DBConfig, DbBatch, IterableKeyValueDB, KeyValueDB, rocksdb::{RocksDB, RocksdbBatch}};\n+us...
Rust
MIT License
nervosnetwork/ckb
chore: avoiding store duplicate CellOutput
1
chore
null
815,598
23.05.2019 02:12:13
-28,800
3616918fb6a03b66406e559b13d450d265bd558a
chore: refactor ci config Run integratoin tests for all branches Split jobs into small ones
[ { "change_type": "MODIFY", "diff": "language: rust\n+rust: 1.34.2\n+dist: xenial\nsudo: true\ncache:\ncargo: true\n@@ -8,45 +10,13 @@ git:\ndepth: 2\nsubmodules: false\n-if: 'branch IN (master, develop) OR branch =~ /^rc\\// OR type != push OR repo != nervosnetwork/ckb OR tag IS present'\n-\nenv:\nglobal:\n...
Rust
MIT License
nervosnetwork/ckb
chore: refactor ci config - Run integratoin tests for all branches - Split jobs into small ones
1
chore
null
71,267
23.05.2019 02:52:46
25,200
dbdb853384505b4fb443caae27f51be05cc20ec0
refactor: props should not expose L1 types (awslint:props-no-cfn-types) Adds a new awslint:props-cfn-types rule which validates that props do not expose L1 types (types that start with "Cfn"). This is in accordance with the new AWS Construct Library guidelines. Fixes
[ { "change_type": "MODIFY", "diff": "\"exclude\": [\n\"construct-ctor:@aws-cdk/cdk.App.<initializer>\",\n\"construct-ctor:@aws-cdk/cdk.Root.<initializer>\",\n- \"construct-ctor:@aws-cdk/cdk.Stack.<initializer>.params*\"\n+ \"construct-ctor:@aws-cdk/cdk.Stack.<initializer>.params*\",\n+ \"props-no-cfn-types:@...
TypeScript
Apache License 2.0
aws/aws-cdk
refactor: props should not expose L1 types (awslint:props-no-cfn-types) (#2610) Adds a new awslint:props-cfn-types rule which validates that props do not expose L1 types (types that start with "Cfn"). This is in accordance with the new AWS Construct Library guidelines. Fixes #2435
1
refactor
null
71,267
23.05.2019 05:32:47
25,200
b8892e414622898179537d54c60efc94a18891d5
chore: fix more linting violations
[ { "change_type": "MODIFY", "diff": "@@ -98,6 +98,8 @@ export class CloudFormationStackDriftDetectionCheck extends ManagedRule {\nexport interface CloudFormationStackNotificationCheckProps extends RuleProps {\n/**\n* A list of allowed topics. At most 5 topics.\n+ *\n+ * @default - No topics.\n*/\nreadonly to...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fix more linting violations (#2616)
1
chore
null
471,462
23.05.2019 07:53:54
14,400
dc7b6fd7b204dc856b8c8248974cef51af7efe82
docs: add weightless to component libraries list
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,9 @@ The hardest part of any project is often getting content onto that first blank p\n- [Vaadin](https://vaadin.com/components)\nVaadin has a comprehensive set of beautifully crafted, performant, and adaptable UI components for modern mobile-first Web apps. ...
JavaScript
MIT License
open-wc/open-wc
docs: add weightless to component libraries list
1
docs
null
71,101
23.05.2019 08:56:42
-7,200
d7b0324e761d4501c8b89cfb57e30f4d4a340039
chore(build): Enable incremental builds everywhere Enables composite mode in all `tsconfig.json` files that are not generated by `jsii`, enabling incremental build support throughout the project surface.
[ { "change_type": "MODIFY", "diff": "\"cdk-dasm\": \"bin/cdk-dasm\"\n},\n\"scripts\": {\n- \"build\": \"tsc && chmod +x bin/cdk-dasm\",\n- \"watch\": \"tsc -w\",\n+ \"build\": \"tsc -b && chmod +x bin/cdk-dasm\",\n+ \"watch\": \"tsc -b -w\",\n\"test\": \"jest\",\n\"package\": \"mkdir -p dist/js && cd dist/js...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(build): Enable incremental builds everywhere (#2603) Enables composite mode in all `tsconfig.json` files that are not generated by `jsii`, enabling incremental build support throughout the project surface.
1
chore
build
104,839
23.05.2019 09:51:47
-7,200
6704b4d7fad31f60c8b4b9fc82dc64de973fbcfb
fix(table): remove skeleton when lazy rendering data tables
[ { "change_type": "MODIFY", "diff": "import React, { useMemo } from 'react';\nimport PropTypes from 'prop-types';\n-import { DataTable, SkeletonText } from 'carbon-components-react';\n+import { DataTable } from 'carbon-components-react';\nimport VisibilitySensor from 'react-visibility-sensor';\nimport pick f...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): remove skeleton when lazy rendering data tables
1
fix
table
815,598
23.05.2019 10:57:39
-28,800
12a692c8521e751376b5787d2420bd061e341a29
chore: remove links to wiki Stop using wiki since we don't have time to maintain it.
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ Please note we have a code of conduct, please follow it in all your interactions\n### Report Issue\n-* Read [known issues](https://github.com/nervosnetwork/ckb/wiki/Known-Issues) listed in wiki to see whether the issue is already addressed there.\n+* Rea...
Rust
MIT License
nervosnetwork/ckb
chore: remove links to wiki (#877) Stop using wiki since we don't have time to maintain it.
1
chore
null
791,690
23.05.2019 11:12:53
18,000
35db473dbc5011d2c40491c56de6518ad5fdd6f7
core(image-elements): drop spritesheet logic
[ { "change_type": "MODIFY", "diff": "@@ -102,7 +102,7 @@ setTimeout(() => {\n<!-- PASS(optimized): image is JPEG optimized -->\n<!-- PASS(webp): image is WebP optimized -->\n- <!-- PASSWARN(responsive): image is 25% used at DPR 2 (but small savings) -->\n+ <!-- FAIL(responsive): image is 25% used at DPR 2 (b...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(image-elements): drop spritesheet logic (#8940)
1
core
image-elements
127,946
23.05.2019 11:14:10
-10,800
91dd43975f75b997d5ccd0f730c176c9d2f82a0e
fix(button): fix button props
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import { buttonModifiers, ButtonModifiers } from './modifiers';\nimport { outlineModifiers } from './outline';\nimport { buttonMockStateClass, ButtonMockState } from './states';\n-type ButtonProps = {\n+type ButtonProps = React.ButtonHTMLAttributes<HTMLBut...
TypeScript
MIT License
coingaming/moon-design
fix(button): fix button props
1
fix
button
791,704
23.05.2019 11:14:39
25,200
c20679963f0e622f09257bd9e1e4fba5bf5552e1
renderer: fix word breaking of display text, move metric disclaimer
[ { "change_type": "MODIFY", "diff": "@@ -147,7 +147,7 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\n// 'Values are estimated and may vary' is used as the category description for PSI\nif (environment !== 'PSI') {\n- const estValuesEl = this.dom.createChildOf(metricsColumn1El, 'div', 'lh-me...
JavaScript
Apache License 2.0
googlechrome/lighthouse
renderer: fix word breaking of display text, move metric disclaimer (#9030)
1
renderer
null
815,601
23.05.2019 11:20:03
-28,800
5c6a5ee8cb7a1e0deb373146877f08f9c084a165
feat: tweak consensus params
[ { "change_type": "MODIFY", "diff": "@@ -806,16 +806,18 @@ fn test_next_epoch_ext() {\n.unwrap();\n// last_uncles_count 25\n- // last_epoch_length 200\n- // epoch_duration_target 14400000\n+ // last_epoch_length 400\n+ // epoch_duration_target 28800000\n// target_recip 20\n// last_duration 7980000\n+ // (Dif...
Rust
MIT License
nervosnetwork/ckb
feat: tweak consensus params
1
feat
null
71,101
23.05.2019 11:33:38
-7,200
286866aa2a0c01adf90923524fce2fd2c6ff9c25
fix(core): Correctly search for loaded modules in node 12 Node 12 has corrected how the require.resolve function applied un-documented behavior, so that it is needed to make relative search paths explicit (./). Related: nodejs/node#27583
[ { "change_type": "ADD", "diff": "+import process = require('process');\n+\n+// process.versions.node is like \"12.3.1\"\n+const [strMajor, strMinor, strPatch, ] = process.versions.node.split('.');\n+\n+/**\n+ * The major version of the node runtime.\n+ */\n+export const major = Number(strMajor);\n+\n+/**\n+...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(core): Correctly search for loaded modules in node 12 (#2612) Node 12 has corrected how the require.resolve function applied un-documented behavior, so that it is needed to make relative search paths explicit (./). Related: nodejs/node#27583
1
fix
core
815,601
23.05.2019 11:42:39
-28,800
32cbc75213212a6f157372c6a49a69cc6f54e2da
fix: integration test cycle calc
[ { "change_type": "MODIFY", "diff": "@@ -1008,7 +1008,7 @@ http://localhost:8114\n\"orphan\": \"0\",\n\"pending\": \"1\",\n\"proposed\": \"0\",\n- \"total_tx_cycles\": \"2\",\n+ \"total_tx_cycles\": \"12\",\n\"total_tx_size\": \"156\"\n}\n}\n", "new_path": "rpc/README.md", "old_path": "rpc/README.md"...
Rust
MIT License
nervosnetwork/ckb
fix: integration test cycle calc
1
fix
null
103,426
23.05.2019 12:14:00
-7,200
4d47b4e063127fc9873fa28b77a076cb25b056e0
feat: aad scale property to control cross fade icon animation time
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,8 @@ import { Animated, StyleSheet, View } from 'react-native';\nimport { polyfill } from 'react-lifecycles-compat';\nimport Icon, { isValidIcon, isEqualIcon } from './Icon';\nimport type { IconSource } from './Icon';\n+import { withTheme } from '../core/themin...
TypeScript
MIT License
callstack/react-native-paper
feat: aad scale property to control cross fade icon animation time (#1067)
1
feat
null
103,440
23.05.2019 12:37:47
-7,200
93c3760e3ea78d59bd95c22958f8905862b72cc2
chore: release 3.0.0-alpha.1
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"react-native-paper\",\n- \"version\": \"3.0.0-alpha.0\",\n+ \"version\": \"3.0.0-alpha.1\",\n\"description\": \"Material design for React Native\",\n\"main\": \"src/index.js\",\n\"typings\": \"typings/index.d.ts\",\n", "new_path": "package.json", "o...
TypeScript
MIT License
callstack/react-native-paper
chore: release 3.0.0-alpha.1
1
chore
null
791,704
23.05.2019 13:03:43
25,200
359b31f70c8e55602dcd6eb525f358c364f1bf03
report(redesign): two rows for filmstrip on mobile
[ { "change_type": "MODIFY", "diff": "/* Filmstrip */\n.lh-filmstrip-container {\n- padding: 0 var(--expandable-indent);\n/* smaller gap between metrics and filmstrip */\nmargin: -8px auto 0 auto;\n}\n@media screen and (max-width: 750px) {\n.lh-filmstrip {\nflex-wrap: wrap;\n- justify-content: left;\n}\n.lh-f...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(redesign): two rows for filmstrip on mobile (#8563)
1
report
redesign
730,429
23.05.2019 14:26:33
14,400
e6b3f06b502cd099c5f1ebe230894de260f1286b
chore(scripts): add support for full package name
[ { "change_type": "MODIFY", "diff": "@@ -62,11 +62,17 @@ function getPackage(pkg) {\n}\n// Attempt to determine path by pkg name\nlet calculatedPackagesDir;\n+ const fullPathWithPrefix = path.resolve('packages/node_modules', pkg);\nconst sparkFullPath = path.resolve('packages/node_modules/@ciscospark', pkg);...
JavaScript
MIT License
webex/react-widgets
chore(scripts): add support for full package name
1
chore
scripts
730,429
23.05.2019 14:26:58
14,400
18ff06baeccd2d02e74c0cdf434f2d935207666b
chore(scripts): fix jsdoc spelling
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ function webpackBuild(pkgName, pkgPath) {\n/**\n* Build a package to CommonJS\n- * @param {Stinrg} pkgName\n+ * @param {String} pkgName\n* @param {String} pkgPath\n* @returns {undefined}\n*/\n@@ -109,7 +109,7 @@ function buildCommonJS(pkgName, pkgPath) {...
JavaScript
MIT License
webex/react-widgets
chore(scripts): fix jsdoc spelling
1
chore
scripts
730,429
23.05.2019 14:28:01
14,400
da7e625514ce71a028f544cf040d3d86851bdb8b
chore(scripts): add esm skip build for private pkg
[ { "change_type": "MODIFY", "diff": "const {buildES} = require('../../utils/build');\n-const {getAllPackagePaths} = require('../../utils/package');\n+const {getAllPackages} = require('../../utils/package');\nmodule.exports = {\ncommand: 'esm [packageName]',\n@@ -7,7 +7,9 @@ module.exports = {\nbuilder: {},\n...
JavaScript
MIT License
webex/react-widgets
chore(scripts): add esm skip build for private pkg
1
chore
scripts
722,013
23.05.2019 14:51:37
18,000
0c045df560d7a553ccd33b61f252a045a0580b4c
fix(core): example loader needs to require only on the script Closes
[ { "change_type": "MODIFY", "diff": "You can modify the code through the playground\nlet isOpen = false;\n+ const _ = require(\"lodash\").default\n- <div>\n<button @click.prevent=\"isOpen = true\">Open</button>\n<Modal :showModal=\"isOpen\">\n<h1 slot=\"head\">Hallo!</h1>\n@@ -10,7 +10,6 @@ You can modify th...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(core): example loader needs to require only on the script Closes #421
1
fix
core
71,101
23.05.2019 15:45:07
-7,200
bd60e8771b3facdef27329d9dcf5bf5979570070
chore: Upgrade to latest jsii
[ { "change_type": "MODIFY", "diff": "\"dev\": true\n},\n\"jsii\": {\n- \"version\": \"0.10.5\",\n- \"resolved\": \"https://registry.npmjs.org/jsii/-/jsii-0.10.5.tgz\",\n- \"integrity\": \"sha512-z6yZBxdD5gh9C2w43fN0kmfn6m9c6MeiPLTvR4/H8oPa8icEYaxA3XwoOoDAYMRzUfTMO/f/oocjoFsngf6Jzg==\",\n+ \"version\": \"0.11...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: Upgrade to latest jsii (#2619)
1
chore
null
722,013
23.05.2019 16:59:57
18,000
4898feec3c97888a3d8d717518f221ae32416ac4
fix: make hidden components work again
[ { "change_type": "MODIFY", "diff": "# Dashed style named component\n+By default it will take the dashed notation\n+\n```vue\n<template>\n<my-button>\nexport default {}\n</script>\n```\n+\n+or name changed with the explicitly required instance\n+\n+```jsx\n+const Vue = require('vue').default\n+const MyButton...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: make hidden components work again
1
fix
null
815,590
23.05.2019 17:11:36
-28,800
2c705af84cfbd924505d68aa63889bb5f529e5d6
refactor: remove unnecessary database query
[ { "change_type": "MODIFY", "diff": "@@ -70,12 +70,12 @@ impl PeerInfoDB {\n.map_err(Into::into)\n}\n- pub fn get_or_insert(conn: &Connection, peer: &PeerInfo) -> DBResult<Option<PeerInfo>> {\n+ pub fn get_or_insert(conn: &Connection, peer: PeerInfo) -> DBResult<Option<PeerInfo>> {\nmatch Self::get_by_peer_i...
Rust
MIT License
nervosnetwork/ckb
refactor: remove unnecessary database query
1
refactor
null
815,598
23.05.2019 17:21:23
-28,800
531dafb650b07bc2024b4adebea8a3cfff2e5aa8
feat: add codename in version It can help users to check the version is compatible.
[ { "change_type": "MODIFY", "diff": "@@ -35,11 +35,13 @@ fn get_version() -> Version {\n#[cfg(docker)]\nlet commit_describe = commit_describe.map(|s| s.replace(\"-dirty\", \"\"));\nlet commit_date = option_env!(\"COMMIT_DATE\").map(ToString::to_string);\n+ let code_name = Some(\"rylai-v2\".to_string());\nVer...
Rust
MIT License
nervosnetwork/ckb
feat: add codename in version It can help users to check the version is compatible.
1
feat
null
815,598
23.05.2019 17:33:32
-28,800
947080bb45aa632f5fb8e179ceb5a4bd4cf13b78
feat: bump testnet genesis hash The v0.13.0-pre is not longer compatible with v0.12.x, let's bump the genesis hash to avoid mess up current running testnet.
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,8 @@ code_hash = \"0x9e3b3557f11b2b3532ce352bfe8017e9fd11d154c4c7f9b7aaaa1e621b539a08\"\nscript_hash = \"0xf7b950dde1e3c07f17b1609f5a06d92af81a514eabcb096a4dcecce627823ba4\"\n[ckb_testnet]\n-genesis = \"0xaad9b82caa07f5989dfb8caa44927f0bab515a96ccaaceba82c7be...
Rust
MIT License
nervosnetwork/ckb
feat: bump testnet genesis hash The v0.13.0-pre is not longer compatible with v0.12.x, let's bump the genesis hash to avoid mess up current running testnet.
1
feat
null
815,598
23.05.2019 17:34:48
-28,800
5260f0a86fc38ac4846b0da09db792440696615f
chore: add `make gen-hashes` and prettify `make help`
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ integration: setup-ckb-test ## Run integration tests in \"test\" dir.\ncargo build ${VERBOSE}\ncd test && cargo run ../target/debug/ckb\n-integration-release: setup-ckb-test ## Run integration tests in \"test\" dir with release build.\n+integration-relea...
Rust
MIT License
nervosnetwork/ckb
chore: add `make gen-hashes` and prettify `make help`
1
chore
null
815,601
23.05.2019 17:51:13
-28,800
50e7d64934536a81d3ae0c87061e118a16d9884a
feat: revise remainder reward rule
[ { "change_type": "MODIFY", "diff": "@@ -820,20 +820,23 @@ fn test_next_epoch_ext() {\nlet consensus = shared.consensus();\nlet epoch_reward = consensus.epoch_reward();\n- let start_reward = Capacity::shannons(\n- epoch.remainder_reward().as_u64() + epoch_reward.as_u64() / epoch.length(),\n- );\nlet block_re...
Rust
MIT License
nervosnetwork/ckb
feat: revise remainder reward rule
1
feat
null
127,976
23.05.2019 17:55:58
-10,800
6964d1844b9b0857a2696a5011c71c85bd206a1f
feat(Tennis Scoreboard): implement tennis scoreboard Tennis scoreboard for displaying tennis match scores. Split scoreboards.
[ { "change_type": "RENAME", "diff": "@@ -2,17 +2,17 @@ import styled from '@emotion/styled';\nimport { spacing } from '@heathmont/sportsbet-utils';\nimport rem from 'polished/lib/helpers/rem';\nimport { css } from '@emotion/core';\n-import { Selections } from './Selections';\n-import { Market } from './Marke...
TypeScript
MIT License
coingaming/moon-design
feat(Tennis Scoreboard): implement tennis scoreboard Tennis scoreboard for displaying tennis match scores. Split scoreboards.
1
feat
Tennis Scoreboard
603,467
23.05.2019 19:32:35
-3,600
2fc58cb9ba381fb2fc117bab4e221bfed86c97c6
chore(deps): Updated Serenity BDD CLI jar in the examples
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"clean\": \"rimraf target\",\n\"lint\": \"tslint --project tsconfig-lint.json --config ../../tslint.json --format stylish\",\n- \"test:update-serenity\": \"serenity update --artifact net.serenity-bdd:serenity-cli:jar:all:2.1.8 --repository https://jcenter...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(deps): Updated Serenity BDD CLI jar in the examples
1
chore
deps
815,590
23.05.2019 20:09:11
-28,800
804017045d2ca972d2c3919ab7dba2e59f83f9dc
feat: secp256k1 multisig
[ { "change_type": "MODIFY", "diff": "@@ -2006,6 +2006,16 @@ dependencies = [\n\"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n]\n+[[package]]\n+name = \"multisig\"\n+version = \"0.1.0\"\n+dependencies = [\n+ \"crypto 0.14.0-pre\",\n+ \"failure 0.1.5 (registry+https://github.com...
Rust
MIT License
nervosnetwork/ckb
feat: secp256k1 multisig
1
feat
null
104,863
23.05.2019 20:18:25
10,800
5067ba18d1f513035295930973d800c7d77eb4b8
fix: StyledRowSingleSelection: added cursor as pointer
[ { "change_type": "MODIFY", "diff": "@@ -135,6 +135,8 @@ const StyledSingleSelectedTableRow = styled(TableRow)`\ntd {\nmargin-left: -5px;\n}\n+\n+ cursor: pointer;\n}\n`;\n", "new_path": "src/components/Table/TableBody/TableBodyRow/TableBodyRow.jsx", "old_path": "src/components/Table/TableBody/TableB...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix: StyledRowSingleSelection: added cursor as pointer
1
fix
null
815,595
23.05.2019 20:29:05
-28,800
6d9fbaef18de7febbb652f278e47edd2983cce79
feat: Require get_block_hash for BlockMedianTimeContext
[ { "change_type": "MODIFY", "diff": "@@ -696,4 +696,8 @@ impl<CS: ChainStore> BlockMedianTimeContext for &ChainState<CS> {\n.expect(\"[ChainState] blocks used for median time exist\");\n(header.timestamp(), header.parent_hash().to_owned())\n}\n+\n+ fn get_block_hash(&self, block_number: BlockNumber) -> Optio...
Rust
MIT License
nervosnetwork/ckb
feat: Require get_block_hash for BlockMedianTimeContext
1
feat
null
711,597
23.05.2019 20:29:22
-7,200
c0ea09287cc3b33f8dedd7f32ed868f73f7f7ac3
feat(asset-server-plugin): Allow url prefix to be set in options
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,15 @@ export interface AssetServerOptions {\n* The local directory to which assets will be uploaded.\n*/\nassetUploadDir: string;\n+ /**\n+ * @description\n+ * The complete URL prefix of the asset files. For example, \"https://demo.vendure.io/assets/\"\n+ *\n...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(asset-server-plugin): Allow url prefix to be set in options
1
feat
asset-server-plugin
815,595
23.05.2019 20:35:01
-28,800
1977439a8d448d6e1776516a02d79b42ab2cceb3
test: Add valid_since tests
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ fn main() {\nspecs.insert(\"depent_tx_in_same_block\", Box::new(DepentTxInSameBlock));\n// TODO enable these after proposed/pending pool tip verfiry logic changing\n// specs.insert(\"cellbase_maturity\", Box::new(CellbaseMaturity));\n- // specs.insert(\"...
Rust
MIT License
nervosnetwork/ckb
test: Add valid_since tests
1
test
null
217,922
23.05.2019 21:33:39
-7,200
c4bef2be530f2fafb5412794334f3a69d716d60f
fix(list): fixed an issue with progression when an item is final and material
[ { "change_type": "MODIFY", "diff": "@@ -288,7 +288,7 @@ export class ListsEffects {\nreturn [action, list];\n}),\nmap(([action, list]: [SetItemDone, List]) => {\n- list.setDone(action.itemId, action.doneDelta, !action.finalItem, false, action.recipeId, action.external);\n+ list.setDone(action.itemId, action...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed an issue with progression when an item is final and material
1
fix
list
447,451
23.05.2019 21:43:13
18,000
48cbec42b2f6b8fa542d0e320675b7a21670d769
fix: fix onChange value when click option
[ { "change_type": "MODIFY", "diff": "const PageModal = require('../../../src/components/Modal/pageObject');\nconst PageLookup = require('../../../src/components/Lookup/pageObject');\n-const { ESCAPE_KEY, ENTER_KEY } = require('../../constants');\n+const { ESCAPE_KEY, ENTER_KEY, ARROW_DOWN_KEY } = require('.....
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix onChange value when click option (#756)
1
fix
null
711,597
23.05.2019 21:54:48
-7,200
1313ca74e1427525d9ebfc30848fb5760ba55ff1
fix(core): Fix intermittent "no active session" errors
[ { "change_type": "MODIFY", "diff": "@@ -61,9 +61,12 @@ export class AuthGuard implements CanActivate {\nhasOwnerPermission: boolean,\n): Promise<Session | undefined> {\nconst authToken = extractAuthToken(req, this.configService.authOptions.tokenMethod);\n+ let session: Session | undefined;\nif (authToken) {...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix intermittent "no active session" errors
1
fix
core
815,577
23.05.2019 22:37:10
-28,800
d4cc0c3f6125b4ddf8c3b9218744d9942098e072
chore: upgrade p2p denpendence to support before handle
[ { "change_type": "MODIFY", "diff": "@@ -571,12 +571,13 @@ dependencies = [\n\"sentry 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)\",\...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade p2p denpendence to support before handle
1
chore
null
306,423
24.05.2019 00:31:06
-7,200
28fa2031fab6a85979ea627437c3792d796541d1
fix(core): do not pin lit-html version and allow lit-element patches
[ { "change_type": "MODIFY", "diff": "\"*.js\"\n],\n\"dependencies\": {\n- \"lit-element\": \"2.1.0\",\n- \"lit-html\": \"1.0.0\"\n+ \"lit-element\": \"~2.1.0\",\n+ \"lit-html\": \"^1.0.0\"\n},\n\"devDependencies\": {\n\"@open-wc/demoing-storybook\": \"^0.2.0\",\n", "new_path": "packages/core/package.json...
JavaScript
MIT License
ing-bank/lion
fix(core): do not pin lit-html version and allow lit-element patches
1
fix
core
815,609
24.05.2019 01:21:48
-28,800
fde3cc2c2fb790b9e55112e24cecbbfe8acb4cc7
fix: cuckoo verify bug
[ { "change_type": "MODIFY", "diff": "@@ -182,7 +182,22 @@ impl Cuckoo {\n}\n// Check if proof values are in valid range\n- if proof.iter().any(|i| *i >= self.max_edge as u32) {\n+ // Should be monotonically increasing\n+ let is_monotonous = proof\n+ .iter()\n+ .rev()\n+ .try_fold(\n+ self.max_edge as u32,\n+...
Rust
MIT License
nervosnetwork/ckb
fix: cuckoo verify bug Signed-off-by: Boyu Yang <yangby@cryptape.com>
1
fix
null
722,013
24.05.2019 07:59:57
18,000
8e5a10552b2b6f56dbe354360efe8276e68bb25d
test: fix test counted with localvue
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ describe('separateScript', () => {\n// eslint-disable-next-line no-unused-vars\nlet dummySet\n// eslint-disable-next-line no-unused-vars\n- function Vue(param) {\n+ function __LocalVue__(param) {\ndummySet = param\n}\nit('bake template into a new Vue', () ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: fix test counted with localvue
1
test
null
722,013
24.05.2019 08:01:49
18,000
4d2ee94c0ff04f8fd045d5393376db7a01e5413e
style: fix typo in text name
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ new Vue({\nexpect(sut.script.trim()).toBe(\"let param = 'BazBaz';\")\n})\n- it('shoud allow for hidden components', () => {\n+ it('should allow for hidden components', () => {\nconst sut = separateScript(`\nconst Vue = require('vue').default;\nconst MyBu...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: fix typo in text name
1
style
null
71,663
24.05.2019 09:06:16
25,200
ce39b1297dfb7f88c3b2df8a9cf8b3bc07543a83
fix(codepipeline): no longer allow providing an index when adding a Stage to a Pipeline. Removed at the CodePipeline team's request. BREAKING CHANGE: the property atIndex has been removed from the StagePlacement interface.
[ { "change_type": "MODIFY", "diff": "@@ -29,16 +29,6 @@ export interface StagePlacement {\n* (changing its current child Stage, if it had one).\n*/\nreadonly justAfter?: IStage;\n-\n- /**\n- * Inserts the new Stage at the given index in the Pipeline,\n- * moving the Stage currently at that index,\n- * and an...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(codepipeline): no longer allow providing an index when adding a Stage to a Pipeline. (#2624) Removed at the CodePipeline team's request. BREAKING CHANGE: the property atIndex has been removed from the StagePlacement interface.
1
fix
codepipeline
711,597
24.05.2019 09:37:03
-7,200
5b6f93a756f4865b614bda720e262c3800650650
fix(core): Fix CollectionBreadcrumb.name error Occurred when first requesting collection breadcrumbs after bootstrap. Root collection was correctly assigned to cache, but the un-translated version was being returned. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,14 @@ describe('Collection resolver', () => {\nawait server.destroy();\n});\n+ /**\n+ * Test case for https://github.com/vendure-ecommerce/vendure/issues/97\n+ */\n+ it('collection breadcrumbs works after bootstrap', async () => {\n+ const result = await clie...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix CollectionBreadcrumb.name error Occurred when first requesting collection breadcrumbs after bootstrap. Root collection was correctly assigned to cache, but the un-translated version was being returned. Fixes #97
1
fix
core
711,597
24.05.2019 09:48:03
-7,200
4e4924648b903c1a410a95fc37e40ed4b32da45c
chore: Publish v0.1.2-beta.2
[ { "change_type": "MODIFY", "diff": "+## <small>0.1.2-beta.2 (2019-05-24)</small>\n+\n+\n+#### Fixes\n+\n+* **core** Fix CollectionBreadcrumb.name error ([5b6f93a](https://github.com/vendure-ecommerce/vendure/commit/5b6f93a)), closes [#97](https://github.com/vendure-ecommerce/vendure/issues/97)\n+* **core** ...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.1.2-beta.2
1
chore
null
273,683
24.05.2019 10:50:01
-7,200
5c11233a218c833437a6689fb8bdc9744e0ac684
fix(sitemap): add trailing slash to urls
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ module.exports = function (api, options) {\nconst urlConfig = options.config[pattern] || {}\nreturn {\n- url: page.path,\n+ url: `${page.path}/`.replace(/\\/+$/, '/'),\npriority: urlConfig.priority,\nchangefreq: urlConfig.changefreq\n}\n@@ -43,6 +43,7 @@...
JavaScript
MIT License
gridsome/gridsome
fix(sitemap): add trailing slash to urls (#444)
1
fix
sitemap
127,976
24.05.2019 11:01:29
-10,800
ee4c480a83570f2844e718c1758ac5d39d5c0d4d
fix: football scoreboard
[ { "change_type": "MODIFY", "diff": "import styled from '@emotion/styled';\nimport { spacing } from '@heathmont/sportsbet-utils';\nimport rem from 'polished/lib/helpers/rem';\n-import { css } from '@emotion/core';\nimport { FootballSelections } from './FootballSelections';\nimport { Market } from '../Market'...
TypeScript
MIT License
coingaming/moon-design
fix: football scoreboard
1
fix
null
104,827
24.05.2019 11:18:44
18,000
93ad4f1fed1be4dd5e9d740a26db4d251c0f659d
style(dashboard): adjust breakpoints and card dimensions
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ const Dashboard = ({\n// console.log(breakpoint);\n// console.log(dashboardBreakpoints, cardDimensions, rowHeight);\n- const generatedLayouts = ['lg', 'md', 'sm', 'xs'].reduce((acc, layoutName) => {\n+ const generatedLayouts = Object.keys(DASHBOARD_BREAK...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
style(dashboard): adjust breakpoints and card dimensions
1
style
dashboard
711,597
24.05.2019 13:18:20
-7,200
8741a2b24658f346423be7f08fc0f7a10e4da045
feat(docs): Docs nav menu can be expanded
[ { "change_type": "MODIFY", "diff": "// import '@webcomponents/custom-elements';\nimport { initGraphQlPlaygroundWidgets } from './graphql-playground-widget';\n+import { initNavMenu } from './nav-menu';\nimport { SearchWidget } from './search-widget';\nimport { initTabs } from './tabs';\nimport { TocHighlight...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Docs nav menu can be expanded
1
feat
docs
711,597
24.05.2019 13:32:38
-7,200
09b7411fbdeb50721ce90c35facdf3fb9069c2e4
chore(docs): Change references to alpha -> beta
[ { "change_type": "MODIFY", "diff": "}\n- .alpha-label {\n+ .version-label {\ndisplay: inline-block;\nbackground-color: #ffd400;\npadding: 3px 6px;\n}\n.right {\n- @media all and (max-width: $sm-breakpoint){\n- text-align: right;\n- }\na {\n- margin-left: 12px;\n+ margin-left: 18px;\n}\na:link, a:visited {\n...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(docs): Change references to alpha -> beta
1
chore
docs