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
815,595
23.06.2019 23:53:28
-28,800
f7faa89757c244707636d684fac8d0087e0bc5c5
perf: Avoid re-requesting blocks in orphan pool
[ { "change_type": "MODIFY", "diff": "@@ -182,9 +182,13 @@ where\nlet to_fetch_hash = to_fetch.hash();\nlet block_status = self.synchronizer.shared().get_block_status(to_fetch_hash);\n- if block_status == BlockStatus::VALID_MASK\n- && inflight.insert(self.peer, to_fetch_hash.to_owned())\n+ if block_status != ...
Rust
MIT License
nervosnetwork/ckb
perf: Avoid re-requesting blocks in orphan pool
1
perf
null
902,122
24.06.2019 00:48:15
-7,200
cf62e60ce31ece6187e30ba5a45ddeb091f4013c
chore(release): v5.6.2
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.6.2](https://github.com/kikobeats/browserless/compare/v5.6.1...v5.6.2) (2019-06-23)\n+\n+\n+### Bug Fixes\n+\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.6.2
1
chore
release
71,184
24.06.2019 02:37:42
14,400
46b32927efbe90d16f0129770c6a0c350855f9e2
fix(cloudfront): fixes typos in cloudfront docs Fixes small typos in the CloudFrontWebDistribution construct example. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -489,17 +489,17 @@ interface BehaviorWithOrigin extends Behavior {\n* Here's how you can use this construct:\n*\n* ```ts\n- * import { CloudFront } from '@aws-cdk/aws-cloudfront'\n+ * import { CloudFrontWebDistribution } from '@aws-cdk/aws-cloudfront'\n*\n* const sourc...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cloudfront): fixes typos in cloudfront docs (#3021) Fixes small typos in the CloudFrontWebDistribution construct example. Fixes #3019
1
fix
cloudfront
71,459
24.06.2019 03:10:47
25,200
32e342130c26d4b837273e0488f1c3da8f3e7b69
feat(ecs): change the default Amazon Linux generation to v2 This change make CDK consistent with the recommendataion we give customers: This closes BREAKING CHANGE: Previously, the default generation is conditionally set to Amazon Linux v1 if `hardwareType` was `STANDARD`. Now it always defaults to Amazon Linux v2.
[ { "change_type": "MODIFY", "diff": "\"Type\": \"AWS::AutoScaling::LaunchConfiguration\",\n\"Properties\": {\n\"ImageId\": {\n- \"Ref\": \"SsmParameterValueawsserviceecsoptimizedamiamazonlinuxrecommendedimageidC96584B6F00A464EAD1953AFF4B05118Parameter\"\n+ \"Ref\": \"SsmParameterValueawsserviceecsoptimizedam...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ecs): change the default Amazon Linux generation to v2 (#3009) This change make CDK consistent with the recommendataion we give customers: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html. This closes #3005. BREAKING CHANGE: Previously, the default generation is conditionally ...
1
feat
ecs
865,921
24.06.2019 09:32:46
-7,200
7de7cdba2959b932c9bc88cd94a1b672edc1699e
chore(package): pin electron-builder version
[ { "change_type": "MODIFY", "diff": "\"del-cli\": \"^1.1.0\",\n\"diff2html\": \"^2.7.0\",\n\"electron\": \"^3.1.7\",\n- \"electron-builder\": \"^20.28.4\",\n+ \"electron-builder\": \"20.28.4\",\n\"electron-devtools-installer\": \"^2.2.4\",\n\"electron-publisher-s3\": \"^20.17.2\",\n\"electron-reloader\": \"^...
JavaScript
MIT License
camunda/camunda-modeler
chore(package): pin electron-builder version
1
chore
package
679,913
24.06.2019 10:15:24
-3,600
4e0cf46acba95bde76222ca379a51addddf573f8
refactor(shader-ast): update/add op2 info tags (incl. integer ops)
[ { "change_type": "MODIFY", "diff": "@@ -550,12 +550,16 @@ export const op1 = <T extends Type>(op: Operator, val: Term<T>): Op1<T> => ({\n});\nconst OP_INFO: IObjectOf<string> = {\n- mv: \"mv\",\n- vm: \"vm\",\n- vf: \"vn\",\n- mf: \"vn\",\n- fv: \"nv\",\n- fm: \"nv\"\n+ mave: \"mv\",\n+ vema: \"vm\",\n+ vef...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast): update/add op2 info tags (incl. integer ops)
1
refactor
shader-ast
603,467
24.06.2019 10:15:51
-3,600
a5e39bacdd855626fbcbd46493d3826751541729
docs(esdoc-typescript-plugin): Corrected a typo
[ { "change_type": "MODIFY", "diff": "# @documentation/esdoc-typescript-plugin\nA rewrite of the [esdoc-typescript-plugin](https://github.com/esdoc/esdoc-plugins/tree/master/esdoc-typescript-plugin)\n-that address the issues and limitations of the original implementation.\n+that addresses the issues and limit...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(esdoc-typescript-plugin): Corrected a typo
1
docs
esdoc-typescript-plugin
679,913
24.06.2019 10:17:00
-3,600
882c56065a313cd3bd1b0d5dbe127f603d449276
feat(shader-ast-glsl): add while loop, ivec support, fix bool
[ { "change_type": "MODIFY", "diff": "import { Fn } from \"@thi.ng/api\";\n-import { isNumber } from \"@thi.ng/checks\";\n+import { isBoolean, isNumber } from \"@thi.ng/checks\";\nimport { unsupported } from \"@thi.ng/errors\";\nimport {\ndefTarget,\n@@ -104,7 +104,7 @@ export const targetGLSL = (version = 30...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-glsl): add while loop, ivec support, fix bool
1
feat
shader-ast-glsl
679,913
24.06.2019 10:19:08
-3,600
003069e73823444763337e5d45302c58f43eedf6
feat(shader-ast-js): int/uint/ivec support, while loop, fix bool
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import {\nFn5,\nFn6\n} from \"@thi.ng/api\";\n-import { isNumber } from \"@thi.ng/checks\";\n+import { isBoolean, isNumber } from \"@thi.ng/checks\";\nimport { unsupported } from \"@thi.ng/errors\";\nimport {\nclamp,\n@@ -22,7 +22,9 @@ import * as m from \...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-js): int/uint/ivec support, while loop, fix bool
1
feat
shader-ast-js
306,421
24.06.2019 10:45:58
-7,200
b6a55b0bcff9bd7ffb7e17850ea0be9db2595cd7
chore(overlays): docs explaining scope Overlay System
[ { "change_type": "ADD", "diff": "+# Overlay System: Implementation\n+This document provides an outline of all possible occurrences of overlays found in applications in\n+general and thus provided by Lion.\n+For all concepts referred to in this document, please read [Overlay System Scope](./OverlaySystemScop...
JavaScript
MIT License
ing-bank/lion
chore(overlays): docs explaining scope Overlay System Co-authored-by: Gerjan van Gesst <Gerjan.van.Geest@ing.com>
1
chore
overlays
306,385
24.06.2019 10:50:16
-7,200
c5964cedae79ccbfa7f45e504c5d9306c17b5386
chore(overlays): general documentation for application developers
[ { "change_type": "MODIFY", "diff": "Supports different types of overlays like dialogs, toasts, tooltips, dropdown, etc...\nManages their position on the screen relative to other elements, including other overlays.\n-## Overlays manager\n-\n-This is a global singleton needed to manage positions of multiple d...
JavaScript
MIT License
ing-bank/lion
chore(overlays): general documentation for application developers
1
chore
overlays
401,147
24.06.2019 11:02:21
-19,080
c225eeb59340794a393bda006c81d0825d516d1b
feat: added Popover component affects:
[ { "change_type": "ADD", "diff": "+import { centerAligned, styled } from '@medly-components/utils';\n+import { boolean, select } from '@storybook/addon-knobs';\n+import { storiesOf } from '@storybook/react';\n+import React from 'react';\n+import { Popover, PopoverWrapper } from './Popover';\n+import { Intera...
TypeScript
MIT License
medly/medly-components
feat: added Popover component affects: @medly-components/core, @medly-components/theme, @medly-components/utils
1
feat
null
711,597
24.06.2019 11:36:45
-7,200
4cbae468c2cd99bf419757fcfe1555faa359cf07
feat(core): Allow payment handler to reject settlement Relates to
[ { "change_type": "MODIFY", "diff": "import gql from 'graphql-tag';\nimport path from 'path';\n+import { ID } from '../../common/lib/shared-types';\n+import { PaymentMethodHandler } from '../src/config/payment-method/payment-method-handler';\n+\nimport { TEST_SETUP_TIMEOUT_MS } from './config/test-config';\n...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Allow payment handler to reject settlement Relates to #117
1
feat
core
71,101
24.06.2019 12:19:22
-7,200
97b1168db536f013fa0db50257608d2413d61293
chore(cfn2ts): annotate generated CFN classes as '@stable'
[ { "change_type": "MODIFY", "diff": "@@ -116,7 +116,10 @@ export default class CodeGenerator {\nif (!spec.Properties || Object.keys(spec.Properties).length === 0) { return; }\nconst name = genspec.CodeName.forResourceProperties(resourceContext);\n- this.docLink(spec.Documentation, `Properties for defining a ...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(cfn2ts): annotate generated CFN classes as '@stable' (#2771)
1
chore
cfn2ts
815,593
24.06.2019 12:33:08
-28,800
c16cc17acd5d229746771799bb13eabc0b404066
fix: resolve compact block switch fork issue
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,10 @@ impl<'a, CS: ChainStore + 'static> CompactBlockProcess<'a, CS> {\nlet shared_best_header = self.relayer.shared.shared_best_header();\nlet current_total_difficulty =\nparent.total_difficulty() + compact_block.header.difficulty();\n- if current_total_diff...
Rust
MIT License
nervosnetwork/ckb
fix: resolve compact block switch fork issue
1
fix
null
711,597
24.06.2019 13:22:13
-7,200
32006aea3cb20ff73201127be8b9494340505d8d
feat(admin-ui): Add controls to settle authorized payments Relates to
[ { "change_type": "MODIFY", "diff": "@@ -3418,6 +3418,13 @@ export type GetOrderQueryVariables = {\nexport type GetOrderQuery = ({ __typename?: 'Query' } & { order: Maybe<({ __typename?: 'Order' } & OrderWithLinesFragment)> });\n+export type SettlePaymentMutationVariables = {\n+ id: Scalars['ID']\n+};\n+\n+\...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Add controls to settle authorized payments Relates to #117
1
feat
admin-ui
815,609
24.06.2019 13:27:19
-28,800
d7af71c9adc4279a4b1b993769cd9b35f30784f4
chore(ci): try checking version and redundant dependencies
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ matrix:\nbefore_install: skip\nbefore_cache: skip\nscript:\n- - make cargo-license\n+ - make check-cargotoml\n- make check-dirty-doc\n- name: Integration on macOS\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type"...
Rust
MIT License
nervosnetwork/ckb
chore(ci): try checking version and redundant dependencies
1
chore
ci
71,267
24.06.2019 15:22:21
25,200
9083a1f72bebfd55f690c8f20154b6580f5b12cb
chore: updating init templates to use synth
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ namespace HelloCdk\nnew HelloStack(app, \"hello-cdk-1\", new StackProps());\nnew HelloStack(app, \"hello-cdk-2\", new StackProps());\n- app.Run();\n+ app.Synth();\n}\n}\n}\n", "new_path": "packages/aws-cdk/lib/init-templates/app/csharp/src/HelloCdk/P...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: updating init templates to use synth (#3047)
1
chore
null
401,147
24.06.2019 16:04:17
-19,080
786f570564b4caf45ff18825eb2f446746d0ae94
refactor: added onOuter click close functionality to popover affects:
[ { "change_type": "MODIFY", "diff": "import { css, fullHeight, fullWidth, styled } from '@medly-components/utils';\n-import { Placement, PopOverProps, PopOverWrapperProps } from './types';\n+import { Placement, PopoverProps, PopoverWrapperProps } from './types';\nconst getPosition = (position: Placement) => ...
TypeScript
MIT License
medly/medly-components
refactor: added onOuter click close functionality to popover affects: @medly-components/core
1
refactor
null
504,004
24.06.2019 16:17:00
14,400
2f4e6e89c5471a694906cdabfd1cdcaebfe992f7
fix(topology): Fix react-topology distribution JS
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"yarn typecheck && yarn build:babel && yarn build:types && node ./build/copyStyles.js\",\n\"build:babel\": \"concurrently 'yarn build:babel:esm && yarn build:babel:umd' 'yarn build:babel:cjs'\",\n- \"build:babel:cjs\": \"babel --source-maps --e...
TypeScript
MIT License
patternfly/patternfly-react
fix(topology): Fix react-topology distribution JS (#2330)
1
fix
topology
503,965
24.06.2019 16:17:55
14,400
bd825b7e57c8ca13730b6f4e53e5358a4f4c7bc6
fix(build): tweak release slightly
[ { "change_type": "MODIFY", "diff": "@@ -218,8 +218,11 @@ jobs:\n- image: circleci/node:8.15\nsteps:\n- *attach_workspace\n+ - restore_cache:\n+ keys:\n+ - *js_deps_cache_key\n- run:\n- name: Avoid hosts unknown for github\n+ name: Avoid Unknown Host for github.com\ncommand: mkdir ~/.ssh/ && echo -e \"Host g...
TypeScript
MIT License
patternfly/patternfly-react
fix(build): tweak release slightly (#2289)
1
fix
build
67,494
24.06.2019 16:42:22
-7,200
93d1f2c745395a1801a633c39553468b281ffc0f
feat(router): remove setTimeout in browser navigation activation
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ export class BrowserNavigation implements INavigationStore, INavigationViewer {\nthis.forwardedState = {};\n}\n- public activate(callback: (ev?: INavigationViewerEvent) => void): Promise<void> {\n+ public async activate(callback: (ev?: INavigationViewerE...
TypeScript
MIT License
aurelia/aurelia
feat(router): remove setTimeout in browser navigation activation
1
feat
router
306,421
24.06.2019 16:49:45
-7,200
2870e0d95c31ac7cce6f7d3a4e97a4207bb7fd8b
feat(choice-input): api normalization and cleanup
[ { "change_type": "MODIFY", "diff": "\"devDependencies\": {\n\"@lion/input\": \"^0.1.22\",\n\"@open-wc/demoing-storybook\": \"^0.2.0\",\n- \"@open-wc/testing\": \"^0.12.5\"\n+ \"@open-wc/testing\": \"^0.12.5\",\n+ \"sinon\": \"^7.2.2\"\n}\n}\n", "new_path": "packages/choice-input/package.json", "old_...
JavaScript
MIT License
ing-bank/lion
feat(choice-input): api normalization and cleanup
1
feat
choice-input
67,476
24.06.2019 17:15:14
-7,200
e3478939d5fb5eeea747eee99305a2a4fbb077f3
ci: re-enable publish
[ { "change_type": "MODIFY", "diff": "@@ -429,12 +429,12 @@ workflows:\nfrom: master\nto: develop\nchannel: dev\n- #- publish_npm:\n- # <<: *filter_only_master\n- # channel: dev\n- # branch: develop\n- # requires:\n- # - merge_and_dist\n+ - publish_npm:\n+ <<: *filter_only_master\n+ channel: dev\n+ branch: de...
TypeScript
MIT License
aurelia/aurelia
ci: re-enable publish
1
ci
null
67,476
24.06.2019 17:28:32
-7,200
17633fbdc2c314659f5fd0b30fbbfd5857f403e1
ci: remove iife for now
[ { "change_type": "MODIFY", "diff": "@@ -389,12 +389,12 @@ workflows:\npath: \"examples/jit-parcel-ts\"\nrequires:\n- lint_packages # not a real requirement but forces long-running jobs to go first\n- - e2e_wdio:\n- <<: *filter_ignore_develop_release\n- name: jit-iife-inline\n- path: \"examples/jit-iife-inli...
TypeScript
MIT License
aurelia/aurelia
ci: remove iife for now
1
ci
null
67,476
24.06.2019 17:34:36
-7,200
ed274f56323e3d788fcb75a3288283fbb1b1f83f
ci: name merge_and_dist for npm publish dependency
[ { "change_type": "MODIFY", "diff": "@@ -397,6 +397,7 @@ workflows:\n# - lint_packages # not a real requirement but forces long-running jobs to go first\n- merge_and_dist:\n<<: *filter_only_master\n+ name: merge_and_dist_master\nrequires:\n- unit_test_chrome\n- unit_test_firefox\n@@ -415,6 +416,7 @@ workflow...
TypeScript
MIT License
aurelia/aurelia
ci: name merge_and_dist for npm publish dependency
1
ci
null
791,704
24.06.2019 17:47:37
25,200
f13e549fab8032254f59e9d622619dcf4f49b011
clients(devtools): unset overflow in print
[ { "change_type": "MODIFY", "diff": "overflow-y: scroll;\nheight: calc(100% - var(--topbar-height));\n}\n+@media print {\n+ .lh-devtools .lh-container {\n+ overflow: unset;\n+ }\n+}\n.lh-devtools .lh-sticky-header {\n/* This is normally the height of the topbar, but we want it to stick to the top of our scro...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(devtools): unset overflow in print (#9274)
1
clients
devtools
902,122
24.06.2019 17:52:53
-7,200
7d55003ac1c3459082bd5a52c2749a690e049eff
chore(release): v5.6.3
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.6.3](https://github.com/kikobeats/browserless/compare/v5.6.2...v5.6.3) (2019-06-24)\n+\n+\n+### Bug Fixes\n+\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.6.3
1
chore
release
679,913
24.06.2019 18:10:27
-3,600
e3498b2915d1c85b49ea53fca4c9c10b129412c0
build(shader-ast): remove obsolete std sources (moved to own pkg)
[ { "change_type": "MODIFY", "diff": "@@ -3,11 +3,3 @@ export * from \"./ast\";\nexport * from \"./builtins\";\nexport * from \"./optimize\";\nexport * from \"./target\";\n-\n-export * from \"./std/fog\";\n-export * from \"./std/lambert\";\n-export * from \"./std/math\";\n-export * from \"./std/matrix\";\n-ex...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(shader-ast): remove obsolete std sources (moved to own pkg)
1
build
shader-ast
679,913
24.06.2019 18:11:05
-3,600
2b23b83f044a8c22453ae643df142d87e27c7816
feat(shader-ast): add isBool() helper, update gensym() to use base36 ids
[ { "change_type": "MODIFY", "diff": "@@ -106,7 +106,9 @@ import {\nlet symID = 0;\n-export const gensym = () => `_sym${symID++}`;\n+export const gensym = () => `_s${(symID++).toString(36)}`;\n+\n+export const isBool = (t: Term<any>) => t.type === \"bool\";\nexport const isFloat = (t: Term<any>) => t.type ===...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast): add isBool() helper, update gensym() to use base36 ids
1
feat
shader-ast
679,913
24.06.2019 18:12:54
-3,600
bb424b09f8a220fd4ecd5a87bdd1a5137b66591c
build(shader-ast-glsl): update pkg
[ { "change_type": "MODIFY", "diff": "\"type\": \"git\",\n\"url\": \"https://github.com/thi-ng/umbrella.git\"\n},\n- \"homepage\": \"https://github.com/thi-ng/umbrella/tree/master/packages/shader-ast\",\n+ \"homepage\": \"https://github.com/thi-ng/umbrella/tree/master/packages/shader-ast-glsl\",\n\"author\": ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(shader-ast-glsl): update pkg
1
build
shader-ast-glsl
71,267
24.06.2019 18:22:28
25,200
b022e9fa886e873d8be1d21b9e18d86af84c1f51
fix: updating init templates so they build
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ namespace HelloCdk\n// The CDK includes built-in constructs for most resource types, such as Queues and Topics.\nvar queue = new Queue(this, \"MyFirstQueue\", new QueueProps\n{\n- VisibilityTimeoutSec = 300\n+ VisibilityTimeout = Duration.seconds(300)\n}...
TypeScript
Apache License 2.0
aws/aws-cdk
fix: updating init templates so they build (#3050)
1
fix
null
104,818
24.06.2019 19:11:06
-7,200
41c18e5eb24a14b9b9727fa993314a5e26d1c0be
fix(valuecard): center the value for small cards if theres only one
[ { "change_type": "MODIFY", "diff": "@@ -216,6 +216,17 @@ const determineAttributes = (size, attributes) => {\nreturn attributes.slice(0, attributeCount);\n};\n+const isLabelAboveValue = (size, layout, attributes, measuredSize) => {\n+ switch (size) {\n+ case CARD_SIZES.XSMALLWIDE:\n+ return layout === CARD_...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(valuecard): center the value for small cards if theres only one
1
fix
valuecard
71,267
24.06.2019 19:27:25
25,200
9d5511d688b5af87d314fc89a25fc46d89eaa91a
fix: init-templates - C# and F# attributes use PascalCase for members Fixes for getting init templates building successfully.
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ namespace HelloCdk\n// The CDK includes built-in constructs for most resource types, such as Queues and Topics.\nvar queue = new Queue(this, \"MyFirstQueue\", new QueueProps\n{\n- VisibilityTimeout = Duration.seconds(300)\n+ VisibilityTimeout = Duration....
TypeScript
Apache License 2.0
aws/aws-cdk
fix: init-templates - C# and F# attributes use PascalCase for members (#3053) Fixes for getting init templates building successfully.
1
fix
null
679,913
24.06.2019 20:59:57
-3,600
3a559cfb0bb0f4ef862cf84f31bf929f5ac0b780
fix(shader-ast): allChildren() (while loop support)
[ { "change_type": "MODIFY", "diff": "@@ -150,7 +150,7 @@ export const scopeChildren = (t: Term<any>) =>\nexport const allChildren = (t: Term<any>) =>\nt.tag === \"scope\"\n? (<Scope>t).body\n- : t.tag === \"fn\" || t.tag === \"for\"\n+ : t.tag === \"fn\" || t.tag === \"for\" || t.tag == \"while\"\n? (<Func<a...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(shader-ast): allChildren() (while loop support)
1
fix
shader-ast
679,913
24.06.2019 21:01:36
-3,600
8eb13aa5b4dc654f2a087e7351a74d3a573bdfd3
refactor(examples): update all shader-ast examples
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/shader-ast\": \"latest\",\n\"@thi.ng/shader-ast-glsl\": \"latest\",\n- \"@thi.ng/shader-ast-js\": \"latest\"\n+ \"@thi.ng/shader-ast-js\": \"latest\",\n+ \"@thi.ng/shader-ast-stdlib\": \"latest\"\n},\n\"browserslist\": [\n\"last 3 Chrome ver...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update all shader-ast examples
1
refactor
examples
679,913
24.06.2019 22:46:49
-3,600
12c002fc4ba4b4d2fee7a505c522e2864373371b
refactor(vectors): add explicit types to workaround typedoc bug
[ { "change_type": "MODIFY", "diff": "@@ -148,28 +148,28 @@ export interface MultiVecOpRoVVO<T, O>\nconst mi = -Infinity;\nconst mx = Infinity;\n-export const MIN2 = Object.freeze([mi, mi]);\n-export const MAX2 = Object.freeze([mx, mx]);\n-export const ONE2 = Object.freeze([1, 1]);\n-export const ZERO2 = Obje...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vectors): add explicit types to workaround typedoc bug
1
refactor
vectors
679,913
24.06.2019 22:47:02
-3,600
099a6511843c15473bea4a2180daedb16bf18f44
refactor(matrices): add explicit types to workaround typedoc bug
[ { "change_type": "MODIFY", "diff": "@@ -39,19 +39,19 @@ export interface MultiMatOpMN extends MatOpMN, MultiMatOp<MatOpMN> {}\nexport interface MultiVecOpM extends VecOpM, MultiMatOp<VecOpM> {}\nexport interface MultiVecOpMN extends VecOpMN, MultiMatOp<VecOpMN> {}\n-export const IDENT22 = Object.freeze([1, ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(matrices): add explicit types to workaround typedoc bug
1
refactor
matrices
217,922
24.06.2019 22:51:38
-7,200
54c722dfa4b9bc634a57dc0c5bb3e810c22fd603
chore: fixed missing description in blog posts SEO
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ export class BlogComponent extends TeamcraftPageComponent {\nreturn {\ntitle: post.title,\ndescription: post.description,\n+ image: 'https://ffxivteamcraft.com/assets/logo.png',\nurl: this.linkTools.getLink(`/blog/${post.slug}`)\n};\n} else {\n", "ne...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed missing description in blog posts SEO
1
chore
null
503,918
24.06.2019 23:24:22
-10,800
b1301a3cd4311a87ee82790cceb33bf91863cb23
feat(form): wrap form label text in new element
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,9 @@ export const FormGroup: React.FunctionComponent<FormGroupProps> = ({\n<div {...props} className={css(styles.formGroup, isInline ? getModifier(styles, 'inline', className) : '')}>\n{label && (\n<label className={css(styles.formLabel)} htmlFor={fieldId}>\n...
TypeScript
MIT License
patternfly/patternfly-react
feat(form): wrap form label text in new element (#2332) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
feat
form
471,527
24.06.2019 23:29:38
-7,200
245276511356cdb14e8a1c9cf0801c7ce182a8e0
fix(generate): allow to run import-maps package via npx
[ { "change_type": "MODIFY", "diff": "\"prepublishOnly\": \"npm run build && ../../scripts/insert-header.js\"\n},\n\"bin\": {\n+ \"generate\": \"./dist/generate.js\",\n\"generate-import-map\": \"./dist/generate.js\"\n},\n\"main\": \"dist/generate.js\",\n", "new_path": "packages/import-maps-generate/packag...
JavaScript
MIT License
open-wc/open-wc
fix(generate): allow to run import-maps package via npx
1
fix
generate
67,494
25.06.2019 02:24:56
-7,200
f7c33e2e654b2090d17ecc7ee5df2a394d48066d
feat(router): remove await Promise.resolve in browser navigation activation
[ { "change_type": "MODIFY", "diff": "@@ -88,9 +88,6 @@ export class BrowserNavigation implements INavigationStore, INavigationViewer {\nthis.pendingCalls.activate({ lifecycle: this.lifecycle, allowedExecutionCostWithinTick: this.allowedExecutionCostWithinTick });\nthis.window.addEventListener('popstate', thi...
TypeScript
MIT License
aurelia/aurelia
feat(router): remove await Promise.resolve in browser navigation activation
1
feat
router
504,026
25.06.2019 08:24:40
14,400
f44d4c5e9e9b26eae794c82e781dd38f8df05a8a
fix(charts): ensure thresholds are sorted fixes
[ { "change_type": "MODIFY", "diff": "@@ -13,10 +13,10 @@ import {\nimport { Data } from 'victory-core';\nimport { ChartContainer } from '../ChartContainer/ChartContainer';\nimport { ChartDonut, ChartDonutProps } from \"../ChartDonut/ChartDonut\";\n-import { ChartThemeDefinition, ChartDonutUtilizationStaticTh...
TypeScript
MIT License
patternfly/patternfly-react
fix(charts): ensure thresholds are sorted (#2341) fixes https://github.com/patternfly/patternfly-react/issues/2314
1
fix
charts
711,597
25.06.2019 09:40:02
-7,200
fa7203d5938de879b1b0dbc675b5587396e3423b
test(email-plugin): Fix ts error in test
[ { "change_type": "MODIFY", "diff": "@@ -220,7 +220,7 @@ describe('EmailPlugin', () => {\nawait pause();\nexpect(onSend).not.toHaveBeenCalled();\n- eventBus.publish(new OrderStateTransitionEvent('AddingItems', 'OrderComplete', ctx, order));\n+ eventBus.publish(new OrderStateTransitionEvent('AddingItems', 'Pa...
TypeScript
MIT License
vendure-ecommerce/vendure
test(email-plugin): Fix ts error in test
1
test
email-plugin
217,922
25.06.2019 10:18:11
-7,200
ab217c55fe02c51d6e48eec442b5d44be369b600
chore: small fix for router
[ { "change_type": "MODIFY", "diff": "@@ -127,11 +127,6 @@ const routes: Routes = [\n{\npath: 'blog',\nloadChildren: './pages/blog/blog.module#BlogModule'\n- },\n- {\n- path: '**',\n- redirectTo: 'search',\n- pathMatch: 'full'\n}\n];\n", "new_path": "apps/client/src/app/app-routing.module.ts", "old_pa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for router
1
chore
null
217,922
25.06.2019 10:39:52
-7,200
c5f456c049a3bc2e87c47bcf1de15fb6768c708b
fix(db): fixed quest page for quests with no journal entries
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div fxFlex=\"1 1 auto\">\n- <p *ngIf=\"textData$ | async as textData\" [innerHTML]=\"textData.Journal[0].Text\"></p>\n+ <p *ngIf=\"textData$ | async as textData\" [innerHTML]=\"textData.Journal && textData.Journal[0].Text\"></p>\n</div>\n<div fxLayout=\"c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed quest page for quests with no journal entries
1
fix
db
306,484
25.06.2019 10:41:06
-7,200
0b8785ccf6c8f183423bb487a3b05fdbd7f5de2b
chore(input-amount): improve tests
[ { "change_type": "MODIFY", "diff": "import { expect } from '@open-wc/testing';\nimport { localize } from '@lion/localize';\n+import { localizeTearDown } from '@lion/localize/test-helpers.js';\nimport { formatAmount } from '../src/formatters.js';\ndescribe('formatAmount()', () => {\n- it('formats number for ...
JavaScript
MIT License
ing-bank/lion
chore(input-amount): improve tests
1
chore
input-amount
306,478
25.06.2019 10:42:05
-7,200
83f9baa36d81ad567daa84844173d78930bd6fd1
fix(input-amount): support negative numbers
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ function getParseMode(value) {\n*/\nfunction parseWithLocale(value, options) {\nconst separator = getDecimalSeparator(options);\n- const regexNumberAndLocaleSeparator = new RegExp(`[0-9${separator}]`, 'g');\n+ const regexNumberAndLocaleSeparator = new Re...
JavaScript
MIT License
ing-bank/lion
fix(input-amount): support negative numbers
1
fix
input-amount
217,922
25.06.2019 10:47:17
-7,200
ffedcad0e0a5362368299fc6fd767bd3aadefb39
feat(list): you can now add items as collectable from the list
[ { "change_type": "MODIFY", "diff": "</nz-list-item-meta>\n<ng-template #content>\n<div fxLayout=\"row\" fxLayoutGap=\"5px\">\n- <nz-input-number [(ngModel)]=\"result.amount\" [nzMin]=\"1\" *ngIf=\"!hideAmount\"></nz-input-number>\n+ <nz-input-group *ngIf=\"!hideAmount\" [nzAddOnBefore]=\"result.recipe !== u...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): you can now add items as collectable from the list
1
feat
list
217,910
25.06.2019 10:47:20
-36,000
81182ca77a14ce93a89954ba40e590f123c26738
fix(simulator): display Byregot warning for IG usage only when clvl < rlvl
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,8 @@ import {\nByregotsMiracle,\nIngenuity,\nIngenuityII,\n- SimulationResult\n+ SimulationResult,\n+ Tables\n} from '@ffxiv-teamcraft/simulator';\nimport { RotationTipType } from '../rotation-tip-type';\n@@ -23,9 +24,11 @@ export class UseIngenuityBeforeByrego...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): display Byregot warning for IG usage only when clvl < rlvl
1
fix
simulator
217,922
25.06.2019 10:52:34
-7,200
7e00cac5c27a66a2a421ef0b03391ef2c8bacb56
fix(log-tracker): fixed wrong label for a quarrying log page
[ { "change_type": "MODIFY", "diff": "@@ -357,6 +357,9 @@ export class LogTrackerComponent extends TrackerComponent {\nif (page.id === 9999) {\nreturn this.translate.instant('LOG_TRACKER.Folklore');\n}\n+ if(page.id === 47){\n+ return `36-40`;\n+ }\nreturn `${Math.floor(page.startLevel / 5) * 5 + 1} - ${Math....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): fixed wrong label for a quarrying log page
1
fix
log-tracker
438,921
25.06.2019 11:14:57
-32,400
bf5fc2db8c7a8c27869d886ad9110d80c0ef28f9
chore(release): Update release branch workflow Update release branch to 'latest' Make 'master' to default branch Ref
[ { "change_type": "MODIFY", "diff": "\"@semantic-release/git\"\n],\n\"tagFormat\": \"${version}\",\n- \"branch\": \"master\"\n+ \"branch\": \"latest\"\n}\n", "new_path": ".releaserc.json", "old_path": ".releaserc.json" }, { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ jobs:\nrepo: ...
TypeScript
MIT License
naver/billboard.js
chore(release): Update release branch workflow - Update release branch to 'latest' - Make 'master' to default branch Ref #947
1
chore
release
304,895
25.06.2019 11:47:35
25,200
a823678299c857b3c6a10c21befd73a8ae88f9ef
feat(stdlib): added MySQL type support MySQL data now properly parses data into ints, floats, strings, and times. The tasks of reading rows and building the Flux table are separate now, using a RowReader
[ { "change_type": "ADD", "diff": "+package execute\n+\n+import (\n+ \"database/sql\"\n+ \"github.com/influxdata/flux\"\n+ \"github.com/influxdata/flux/values\"\n+)\n+\n+type RowReader interface {\n+ Next() bool\n+ GetNextRow() ([]values.Value, error)\n+ InitColumnNames([]string)\n+ InitColumnTypes([]*sql.Col...
Go
MIT License
influxdata/flux
feat(stdlib): added MySQL type support (#1339) - MySQL data now properly parses data into ints, floats, strings, and times. - The tasks of reading rows and building the Flux table are separate now, using a RowReader
1
feat
stdlib
711,597
25.06.2019 12:00:54
-7,200
c1d8664ad6fafd2da34b98081cc1b3c12c268b59
feat(admin-ui): Improve layout of OrderDetailComponent
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import { ServerConfigService } from '../data/server-config';\nimport { LanguageCode } from './generated-types';\nimport { getDefaultLanguage } from './utilities/get-default-language';\n-export abstract class BaseDetailComponent<Entity extends { id: string ...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Improve layout of OrderDetailComponent
1
feat
admin-ui
304,895
25.06.2019 13:04:19
25,200
86232a8b6bdb9f2efd5d6d20c17822c386745d52
feat(stdlib): add custom PostgreSQL type support custom types in PostgreSQL (received as byte arrays) are now parsed and appended
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ package sql\nimport (\n\"database/sql\"\n+ \"fmt\"\n\"github.com/influxdata/flux\"\n\"github.com/influxdata/flux/execute\"\n\"github.com/influxdata/flux/values\"\n@@ -42,6 +43,33 @@ func (m *PostgresRowReader) GetNextRow() ([]values.Value, error) {\nrow[i]...
Go
MIT License
influxdata/flux
feat(stdlib): add custom PostgreSQL type support (#1415) - custom types in PostgreSQL (received as byte arrays) are now parsed and appended
1
feat
stdlib
447,440
25.06.2019 13:08:17
18,000
1d4b5cf6e3e0d1b135af137b6f8d014670efde3c
fix: fix styles in empty message lookup
[ { "change_type": "MODIFY", "diff": "overflow-y: auto; }\n.rainbow-lookup_options-container--empty {\n- align-items: center;\n+ font-size: 14px;\ncolor: #a4a7b5;\ndisplay: flex;\nflex-direction: column;\n- font-size: 14px;\n+ align-items: center;\njustify-content: center;\npadding: 32px 16px;\nletter-spacing...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix styles in empty message lookup (#820)
1
fix
null
217,922
25.06.2019 13:47:57
-7,200
18a2cf4ae018738d067445037f57adc0b7e6aa95
chore: connected ng8 with new features, still needs a fix from antd for ssr
[ { "change_type": "MODIFY", "diff": "\"beta\": {\n\"optimization\": true,\n\"outputHashing\": \"all\",\n- \"sourceMap\": false,\n+ \"sourceMap\": true,\n\"extractCss\": true,\n\"namedChunks\": false,\n\"aot\": true,\n", "new_path": "angular.json", "old_path": "angular.json" }, { "change_type"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: connected ng8 with new features, still needs a fix from antd for ssr
1
chore
null
67,476
25.06.2019 14:09:22
-7,200
92b8e5edaf4dc66b77ee4fee4c651970eb1933a4
chore(test): increase default mocha timeout to 5s
[ { "change_type": "MODIFY", "diff": "@@ -127,7 +127,8 @@ module.exports = function (config) {\ncaptureConsole: true,\nmocha: {\nbail: config['bail'],\n- ui: 'bdd'\n+ ui: 'bdd',\n+ timeout: 5000,\n}\n}\n};\n", "new_path": "packages/__tests__/karma.conf.js", "old_path": "packages/__tests__/karma.conf.j...
TypeScript
MIT License
aurelia/aurelia
chore(test): increase default mocha timeout to 5s
1
chore
test
67,476
25.06.2019 14:57:48
-7,200
af14595c044918ee0dd4ccc8a3d3f3d9c54b0b1f
chore(examples): fix webpack example
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ module.exports = function(env, { mode }) {\nentry: './src/startup.ts',\ndevtool: false,\nresolve: {\n- extensions: ['.ts'],\n+ extensions: ['.ts', '.js'],\nmodules: ['src', 'node_modules'],\nmainFields: ['module']\n},\n", "new_path": "examples/jit-webp...
TypeScript
MIT License
aurelia/aurelia
chore(examples): fix webpack example
1
chore
examples
67,494
25.06.2019 14:58:57
-7,200
d00dbc06df2a61fcdcc242096ad335b7ad32741d
feat(runtime): add parent to $controller
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,7 @@ export interface IController<\nreadonly flags: LifecycleFlags;\nreadonly viewCache?: IViewCache<T>;\n+ parent?: IController<T>;\nbindings?: IBinding[];\ncontrollers?: IController<T>[];\n", "new_path": "packages/runtime/src/lifecycle.ts", "old_pat...
TypeScript
MIT License
aurelia/aurelia
feat(runtime): add parent to $controller
1
feat
runtime
67,494
25.06.2019 14:59:35
-7,200
eed99ad5ab19e6d62998fd9ad163fdbf670cd9a8
feat(router): add customize to RouterConfiguration
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { DI, IContainer, IRegistry } from '@aurelia/kernel';\nimport { NavCustomElement } from './resources/nav';\nimport { ViewportCustomElement } from './resources/viewport';\n-import { Router } from './router';\n+import { IRouterOptions, Router } from '...
TypeScript
MIT License
aurelia/aurelia
feat(router): add customize to RouterConfiguration
1
feat
router
67,494
25.06.2019 15:00:45
-7,200
bdb0804061a2944c5ef6c3e6bcb4b3b5013cca14
feat(router): use controller parent to find closest
[ { "change_type": "MODIFY", "diff": "import { DI, IContainer, Key, Reporter } from '@aurelia/kernel';\n-import { Aurelia, ICustomElementType, IRenderContext } from '@aurelia/runtime';\n+import { Aurelia, ICustomElementType, IRenderContext, IController } from '@aurelia/runtime';\nimport { BrowserNavigation, I...
TypeScript
MIT License
aurelia/aurelia
feat(router): use controller parent to find closest
1
feat
router
791,723
25.06.2019 15:19:35
25,200
5a8c18bd29245dcc46ae86a25c56d3ecd022d8f3
misc(build): generate report variants in deployment
[ { "change_type": "DELETE", "diff": "-#!/usr/bin/env bash\n-\n-##\n-# @license Copyright 2019 Google Inc. All Rights Reserved.\n-# Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): generate report variants in deployment (#9280)
1
misc
build
273,683
25.06.2019 15:25:10
-7,200
36911bdabfa4ff00f2fa1239c1f54a32caec775e
fix(graphql): resolve deprecated node.fields field
[ { "change_type": "MODIFY", "diff": "@@ -71,6 +71,7 @@ function createFields (contentType, customFields) {\nif (isEmpty(customFields)) return {}\nconst fields = {\n+ resolve: obj => obj,\ndeprecationReason: 'Get field on node instead.',\ntype: new GraphQLObjectType({\nname: `${contentType.typeName}Fields`,\n...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): resolve deprecated node.fields field (#477)
1
fix
graphql
104,857
25.06.2019 15:38:39
10,800
79d9cf73fd237c581a416a3f3bf8805bfaf57cf5
chore(render): fix on re-render the chart to get latest data
[ { "change_type": "MODIFY", "diff": "@@ -359,7 +359,7 @@ const StatefulDashboard = ({ ...props }) => {\nvalues: getIntervalChartData(\ncardRange.interval,\ncardRange.num,\n- { min: 10, mx: 100 },\n+ { min: 10, max: 100 },\n100\n),\n}\n", "new_path": "src/components/Dashboard/Dashboard.story.jsx", "ol...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(render): fix on re-render the chart to get latest data
1
chore
render
401,147
25.06.2019 15:47:32
-19,080
612ca48d1c311ff26281cebed011add7904342d6
feat: added multiple features to card component affects:
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ addDecorator(\n);\naddDecorator(story => (\n<ThemeProvider theme={defaultTheme}>\n- <div style={{ padding: '10px', width: '100%', height: '100%' }}>\n+ <div style={{ padding: '10px', width: '95%', height: '100%', margin: 'auto' }}>\n<CssBaseline />\n{sto...
TypeScript
MIT License
medly/medly-components
feat: added multiple features to card component affects: @medly-components/core
1
feat
null
815,590
25.06.2019 15:48:44
-28,800
596d6c78ee07b092caf74a6555e41b863410b460
doc: add alerts example in RPC doc
[ { "change_type": "MODIFY", "diff": "@@ -1253,7 +1253,14 @@ http://localhost:8114\n\"id\": 2,\n\"jsonrpc\": \"2.0\",\n\"result\": {\n- \"alerts\": [],\n+ \"alerts\": [\n+ {\n+ \"id\": \"42\",\n+ \"message\": \"An example alert message!\",\n+ \"notice_until\": \"2524579200000\",\n+ \"priority\": \"1\"\n+ }\n+...
Rust
MIT License
nervosnetwork/ckb
doc: add alerts example in RPC doc
1
doc
null
815,569
25.06.2019 15:58:52
-28,800
988653a4e706f78e403b5d7cf6d2182e679aff94
test: add header_verifier test
[ { "change_type": "MODIFY", "diff": "@@ -1092,7 +1092,6 @@ dependencies = [\n\"ckb-store 0.17.0-pre\",\n\"ckb-test-chain-utils 0.17.0-pre\",\n\"ckb-traits 0.17.0-pre\",\n- \"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"faketime 0.2.0 (registry+https://github.com/rust-lang/crate...
Rust
MIT License
nervosnetwork/ckb
test: add header_verifier test
1
test
null
217,922
25.06.2019 16:00:17
-7,200
ed63d030dd4184b47d012f6939522fc012159850
fix: desktop download button is now hidden in collapsed sidebar mode
[ { "change_type": "MODIFY", "diff": "<i class=\"fab fa-discord\"></i>\n</a>\n<a nz-button nzShape=\"circle\" href=\"https://ffxivteamcraft.com/desktop\" nz-tooltip\n- *ngIf=\"!desktop\"\n+ *ngIf=\"!desktop && !collapsedSidebar\"\nnzTitle=\"{{'Download_desktop_app' | translate}}\"\ntarget=\"_blank\">\n<i nz-i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: desktop download button is now hidden in collapsed sidebar mode
1
fix
null
217,922
25.06.2019 16:07:10
-7,200
a09067d021771e0dbc861500fd283c982a64851e
fix: sidebar icons are now smaller to avoid scrolling bar to appear on 1080p
[ { "change_type": "MODIFY", "diff": ".menu-link, .menu-link:visited, .menu-link:focus {\ntext-decoration: none;\ncolor: inherit;\n+ height: 34px;\n+\n+ i.anticon {\n+ line-height: 34px;\n+ }\n}\n.content-container {\n", "new_path": "apps/client/src/app/app.component.less", "old_path": "apps/client/sr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: sidebar icons are now smaller to avoid scrolling bar to appear on 1080p
1
fix
null
401,147
25.06.2019 16:08:14
-19,080
6e748cf2a0c07002563e076d0d46940d6ae547c2
feat: added theme for card component affects:
[ { "change_type": "MODIFY", "diff": "@@ -14,29 +14,29 @@ const horizontalFlow = (alignItems: ItemsPosition) => css`\njustify-content: ${alignItems === 'left' ? 'flex-start' : alignItems === 'right' ? 'flex-end' : 'center'};\n`;\n-const borderTop = () => css`\n- border-top: 1px solid grey;\n+const borderTop =...
TypeScript
MIT License
medly/medly-components
feat: added theme for card component affects: @medly-components/core, @medly-components/theme
1
feat
null
273,683
25.06.2019 16:27:03
-7,200
e4962fe41cb51ef47e78407207f5d0053c3a2597
feat(contentful): reflect changes in v0.6
[ { "change_type": "MODIFY", "diff": "+const camelCase = require('camelcase')\nconst contentful = require('contentful')\nconst createRichTextType = require('./lib/types/rich-text')\n@@ -5,6 +6,7 @@ class ContentfulSource {\nstatic defaultOptions () {\nreturn {\nspace: undefined,\n+ accessToken: undefined,\nen...
JavaScript
MIT License
gridsome/gridsome
feat(contentful): reflect changes in v0.6
1
feat
contentful
273,683
25.06.2019 16:59:44
-7,200
d9c0eecacd585ff19763aa97a65514487845b923
fix(develop): request graphql endpoint without page path
[ { "change_type": "MODIFY", "diff": "@@ -40,10 +40,15 @@ module.exports = async (app, options = {}) => {\nmessage: err.message,\nstringified: err.toString()\n}),\n- extensions ({ variables: { __path }}) {\n- if (__path) {\n- const page = app.pages.findPage({ path: __path })\n- return { context: page ? page.c...
JavaScript
MIT License
gridsome/gridsome
fix(develop): request graphql endpoint without page path (#518)
1
fix
develop
217,922
25.06.2019 17:33:10
-7,200
41c7561986d0e518854eacdc051a5000224ee899
fix(search): possible fix for japanese input systems
[ { "change_type": "MODIFY", "diff": "[ngModel]=\"query$.value\"\nautofocus\n[nzAutocomplete]=\"auto\"\n- (keyup)=\"query$.next(searchInput.value)\"\n+ (input)=\"query$.next(searchInput.value)\"\n(ngModelChange)=\"query$.next($event)\">\n<ng-template #suffixTemplate>\n<i\n", "new_path": "apps/client/src/a...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): possible fix for japanese input systems
1
fix
search
815,590
25.06.2019 17:58:42
-28,800
47cb5a57a774dd2a1a7862cf279c91ca81141334
fix: potential error in alert version compare
[ { "change_type": "MODIFY", "diff": "@@ -696,6 +696,7 @@ dependencies = [\n\"flatbuffers 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache?rev=a35fdb8)\",\...
Rust
MIT License
nervosnetwork/ckb
fix: potential error in alert version compare
1
fix
null
104,857
25.06.2019 18:13:47
10,800
15e546b42065c0d48680e43ee95ed84b21ae0f05
chore(locale): locale x-axis date format, use useDeepCompareEffect
[ { "change_type": "MODIFY", "diff": "-import React, { useEffect, useRef } from 'react';\n+import React, { useRef } from 'react';\nimport moment from 'moment';\nimport { LineChart } from '@carbon/charts-react';\nimport '@carbon/charts/style.css';\n@@ -6,6 +6,7 @@ import isEmpty from 'lodash/isEmpty';\nimport ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(locale): locale x-axis date format, use useDeepCompareEffect
1
chore
locale
791,704
25.06.2019 18:21:42
25,200
904dfbd0d0ad00a32c5c8edd013cc72994ab02b9
misc: fix typo in performance-budget smoke test
[ { "change_type": "MODIFY", "diff": "// Load file as 'other' resource.\nconst response = await fetch('http://localhost:10503/preload.html');\nconst ab = await response.arrayBuffer();\n- document.querySelector('#corsfont').textContent = ab.length;\n+ document.querySelector('.fetch-length').textContent = ab.by...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: fix typo in performance-budget smoke test (#9244)
1
misc
null
438,921
25.06.2019 18:25:32
-32,400
1afe1eb3fe597d2424955fa8e4cdb6f5123d1863
skip: update CI build badge target
[ { "change_type": "MODIFY", "diff": "@@ -292,7 +292,7 @@ THE SOFTWARE.\n<!-- badges -->\n[badge-download]: https://img.shields.io/npm/dm/billboard.js.svg?style=flat\n[badge-jsDelivr]: https://data.jsdelivr.com/v1/package/npm/billboard.js/badge?style=rounded\n-[badge-build-status]: https://travis-ci.org/naver...
TypeScript
MIT License
naver/billboard.js
skip: update CI build badge target
1
skip
null
791,704
25.06.2019 19:12:49
25,200
f6df91ac5935b37a2928a6d1ee9ab7fb24092bb9
report: center and style top-level runtimeError
[ { "change_type": "MODIFY", "diff": "For colors: --color-{hue}-{intensity}\n- {intensity} is the Material Design tag - 700, A700, etc. Omit \"-{intensity}\" if there is only one\n- color of that hue.\n+ {intensity} is the Material Design tag - 700, A700, etc.\n*/\n.lh-vars {\n/* Palette using Material Design...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: center and style top-level runtimeError (#9271)
1
report
null
815,745
25.06.2019 19:15:32
-10,800
c54096853357e0dee07f376da5818fef9e9eb754
chore(release): 2.20.1
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.20.1\"></a>\n+## [2.20.1](https://github.com/ng-select/ng-select/compare/v2.20.0......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.20.1
1
chore
release
217,922
25.06.2019 19:41:34
-7,200
91af78319d7bd0f74d8e655fde2e612b9db46c1f
fix(settings): fixed an issue crashing the settings popup
[ { "change_type": "MODIFY", "diff": "<nz-form-item>\n<nz-form-label [nzSpan]=\"5\">{{'SETTINGS.Theme' | translate}}</nz-form-label>\n<nz-form-control [nzSpan]=\"12\">\n- <nz-select [ngModel]=\"settings.theme.name\" (ngModelChange)=\"setTheme($event)\">\n- <nz-option *ngFor=\"let theme of availableThemes\" [n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(settings): fixed an issue crashing the settings popup
1
fix
settings
902,122
25.06.2019 19:45:56
-7,200
ea211d0961779a9e705c58f85631f7e958b74b18
feat: add overlay support
[ { "change_type": "MODIFY", "diff": "@@ -375,21 +375,22 @@ Scroll to the DOM element matching the given [CSS selector](https://developer.mo\n![](https://i.imgur.com/vR0M3qt.png)\n-type: `boolean` | `object`\n+type: `object`\n-After the screenshot has been taken, this option allows you to place the screenshot...
JavaScript
MIT License
microlinkhq/browserless
feat: add overlay support
1
feat
null
902,122
25.06.2019 20:00:58
-7,200
59e9812a4fd92bb9cbd94b7f2629ecaa7043cab2
chore(release): v5.7.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [5.7.0](https://github.com/kikobeats/browserless/compare/v5.6.3...v5.7.0) (2019-06-25)\n+\n+\n+### Features\n+\n+* ...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.7.0
1
chore
release
67,476
25.06.2019 20:31:37
-7,200
69fdd0c12e3c38c2a99f7e33ea10fae888f0deab
fix(replaceable): retain parts through template controllers in the replace-part
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,27 @@ describe('replaceable', function () {\n});\n+ // TODO: run this case with more combinations\n+ it(`replaceable - bind to parent scope when binding inside replace-part has multiple template controllers in between`, function () {\n+\n+ const App = CustomE...
TypeScript
MIT License
aurelia/aurelia
fix(replaceable): retain parts through template controllers in the replace-part
1
fix
replaceable
815,590
25.06.2019 20:34:14
-28,800
abf5ce2cdcbd3d0837209a0c5572b4c4009653d6
fix: mark failed dialing as feeler
[ { "change_type": "MODIFY", "diff": "@@ -387,17 +387,16 @@ impl NetworkState {\nself.dialing_addrs.write().remove(&peer_id);\n}\n+ /// Dial\n+ /// return value indicates the dialing is actually sent or denied.\npub fn dial(\n&self,\np2p_control: &ServiceControl,\npeer_id: &PeerId,\nmut addr: Multiaddr,\ntarg...
Rust
MIT License
nervosnetwork/ckb
fix: mark failed dialing as feeler
1
fix
null
711,597
25.06.2019 20:49:18
-7,200
b3caa735e75308aefc559c569d3eca6638222862
refactor(admin-ui): Extract FormattedAddressComponent
[ { "change_type": "MODIFY", "diff": "</div>\n<div class=\"card-block\">\n<div class=\"card-text\">\n- <ul class=\"address-lines\" *ngIf=\"!editing\">\n- <li *ngIf=\"address.fullName\">{{ address.fullName }}</li>\n- <li *ngIf=\"address.streetLine1\">{{ address.streetLine1 }}</li>\n- <li *ngIf=\"address.street...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(admin-ui): Extract FormattedAddressComponent
1
refactor
admin-ui
76,605
25.06.2019 21:53:15
-7,200
d26ee7fe309ab39b2f29c34ac870e22be016ea36
fix: Optional utterance not working.
[ { "change_type": "MODIFY", "diff": "@@ -375,7 +375,11 @@ class NlpManager {\noptionalUtterance,\ndomainName\n);\n- if (optional && optional.length > 0 && optional.score > result.score) {\n+ if (\n+ optional &&\n+ (optional.score > result.score || result.intent === 'None')\n+ ) {\n+ optional.utterance = resu...
JavaScript
MIT License
axa-group/nlp.js
fix: Optional utterance not working.
1
fix
null
902,122
25.06.2019 21:53:24
-7,200
fa8d26814350bc9808b82138c0277906b3b1d8c8
fix: add alias
[ { "change_type": "MODIFY", "diff": "@@ -183,7 +183,7 @@ module.exports = page => async (url, opts = {}) => {\nconst screenshot = await page.screenshot({ type, ...args })\nif (!overlay) return screenshot\n- let { browserTheme, background = 'transparent' } = overlay\n+ let { browser: browserTheme, background ...
JavaScript
MIT License
microlinkhq/browserless
fix: add alias
1
fix
null
902,122
25.06.2019 21:53:40
-7,200
060c54f48e6cbbd354e55c0631bbebcd3fbb019a
chore(release): v5.7.1
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.7.1](https://github.com/kikobeats/browserless/compare/v5.7.0...v5.7.1) (2019-06-25)\n+\n+\n+### Bug Fixes\n+\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.7.1
1
chore
release
902,122
25.06.2019 22:18:54
-7,200
4b53873e6b887b7bdee68714bafb01bd742026e4
chore(release): v5.7.2
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.7.2](https://github.com/kikobeats/browserless/compare/v5.7.1...v5.7.2) (2019-06-25)\n+\n+**Note:** Version bump...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.7.2
1
chore
release
503,957
25.06.2019 23:09:16
-19,080
670b8a1d18b9bcd1c86bd31a13b3dfc7f7cd9093
fix(expandable): Add button type to the Expandable Component * fix(component): Added button type Added type button without which the component acts like a submit button on a form * update snapshot
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,7 @@ export const Expandable: React.SFC<ExpandableProps> = ({\nisHovered && styles.modifiers.hover,\nisActive && styles.modifiers.active\n)}\n+ type=\"button\"\naria-expanded={isExpanded}\nonClick={onToggle}\n>\n", "new_path": "packages/patternfly-4/react...
TypeScript
MIT License
patternfly/patternfly-react
fix(expandable): Add button type to the Expandable Component (#2340) * fix(component): Added button type Added type button without which the component acts like a submit button on a form * update snapshot
1
fix
expandable
679,913
25.06.2019 23:22:41
-3,600
518d79a1658f04f53e89953cc981c4e961423cf1
feat(math): add signed/unsigned int math ops
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ export * from \"./crossing\";\nexport * from \"./eqdelta\";\nexport * from \"./extrema\";\nexport * from \"./fit\";\n+export * from \"./int\";\nexport * from \"./interval\";\nexport * from \"./min-error\";\nexport * from \"./mix\";\n", "new_path": "pac...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(math): add signed/unsigned int math ops
1
feat
math
67,476
25.06.2019 23:24:29
-7,200
9733f9301b2fc7abdb075c5f0497338f82483baa
fix(property-accessor): properly distinguish observer lookup types
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,11 @@ export class PropertyAccessor implements PropertyAccessor {\nif (Tracer.enabled) { Tracer.enter('PropertyAccessor', 'constructor', slice.call(arguments)); }\nthis.obj = obj;\nthis.propertyKey = propertyKey;\n- if (obj.$observers !== void 0 && (obj.$obse...
TypeScript
MIT License
aurelia/aurelia
fix(property-accessor): properly distinguish observer lookup types
1
fix
property-accessor
71,267
25.06.2019 23:41:17
25,200
796d6bb59729a59eb434aab44fb0c9cc7bdc0443
fix(cli): fix Python sample-app template follow up on - since we renamed the core package namesapce to "software.amazon.awscdk.core" Fixes
[ { "change_type": "MODIFY", "diff": "#!/usr/bin/env python3\n-from aws_cdk import cdk\n+from aws_cdk import core\nfrom hello.hello_stack import MyStack\n-app = cdk.App()\n+app = core.App()\nMyStack(app, \"hello-cdk-1\", env={'region': 'us-east-2'})\nMyStack(app, \"hello-cdk-2\", env={'region': 'us-west-2'})\...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cli): fix Python sample-app template (#3071) follow up on #3058 - since we renamed the core package namesapce to "software.amazon.awscdk.core" Fixes #3069
1
fix
cli
67,476
25.06.2019 23:52:40
-7,200
3568cc47721d47b38803fe5856b804c5d42f375f
test(ast): fix tests
[ { "change_type": "MODIFY", "diff": "@@ -2002,7 +2002,7 @@ describe('BindingBehavior', function () {\nassert.strictEqual(mock.calls[0][4 + i], argValues[i], `mock.calls[0][4 + i]`);\n// verify the arguments that the bb's argument expressions were called with to obtain the values\nassert.strictEqual(arg.calls...
TypeScript
MIT License
aurelia/aurelia
test(ast): fix tests
1
test
ast
815,605
26.06.2019 07:50:29
0
0120b40b817208b1e8643a1242f2b49432c01018
chore: Update ckb-system-script version
[ { "change_type": "MODIFY", "diff": "# Generated by: ckb cli hashes -b\n[ckb_dev]\n-genesis = \"0xa7bbc2cd14a8cf1a3febb3f5911c56600a27dacce419da472a98fde60d33c607\"\n-cellbase = \"0x768c23af43a757fb85acc2e3334598997bae5f0cd2e74a0d67f30cd135f88004\"\n+genesis = \"0x465bae2cec6e68c4a928b76f9b1c5611db8e01af9080...
Rust
MIT License
nervosnetwork/ckb
chore: Update ckb-system-script version
1
chore
null
932,480
26.06.2019 09:35:00
14,400
a66d7c3d2c7bf106a775b9be21b10aeeff0ab5fc
docs: Updates doc with how to run tests Updates README with how to run tests, and the potential need to bootstrap web-scripts.
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,14 @@ the result of consensus between many web engineers inside Spotify, and the defau\nwritten by Spotify employees. _We may reject PRs to the ESLint config if we don't agree that the rule\nmakes sense as part of our baseline, for example._ Use it if it alig...
TypeScript
Apache License 2.0
spotify/web-scripts
docs: Updates doc with how to run tests Updates README with how to run tests, and the potential need to bootstrap web-scripts.
1
docs
null
67,476
26.06.2019 09:35:23
-7,200
0daea3a4d50d36b6bb0f3ec739d1fd01b9fbbabf
fix(replaceable): more scoping fixes, enable most of bigopon's tests
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import { TestContext, HTMLTestContext, hJsx, assert } from '@aurelia/testing';\n// JSX is used to eliminate space between tags so test result can be easier to manually constructed\n// if template string can be used to achieve the same effect, it could be c...
TypeScript
MIT License
aurelia/aurelia
fix(replaceable): more scoping fixes, enable most of bigopon's tests
1
fix
replaceable
217,922
26.06.2019 09:55:34
-7,200
ec6b1e6f7af274d2c54508ff8cd5a5b2be4b58e2
feat(rotation-tips): removed all rotation tips using byregot's brow
[ { "change_type": "MODIFY", "diff": "@@ -6,8 +6,6 @@ import { UseInnerQuietBeforeQuality } from './tips/use-inner-quiet-before-qualit\nimport { UseIngenuityIInstead } from './tips/use-ingenuity-I-instead';\nimport { UseCzEarlier } from './tips/use-cz-earlier';\nimport { UseReclaim } from './tips/use-reclaim'...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(rotation-tips): removed all rotation tips using byregot's brow
1
feat
rotation-tips
815,569
26.06.2019 10:05:53
-28,800
ca9af49d579eb1dd5b2ebf7b24b0a49a19f3a263
chore: random_keypair
[ { "change_type": "MODIFY", "diff": "-use super::error::Error;\nuse super::privkey::Privkey;\nuse super::pubkey::Pubkey;\nuse super::SECP256K1;\n@@ -16,11 +15,11 @@ impl Generator {\nself.random_secret_key().into()\n}\n- pub fn random_keypair(self) -> Result<(Privkey, Pubkey), Error> {\n+ pub fn random_keypa...
Rust
MIT License
nervosnetwork/ckb
chore: random_keypair
1
chore
null