author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
67,476
30.10.2018 01:48:55
-3,600
9ab800e85b01d542d24c8f95d3d85566be03ef9e
chore(tests): fix tests again
[ { "change_type": "MODIFY", "diff": "@@ -105,7 +105,7 @@ describe(\"generated.template-compiler.mutations.basic\", function () {\n}\nattached() {\nthis.items.push(4);\n- expect(this.el.textContent).to.equal(this.cycled ? \"12345 3\" : \" 3\", \"this.el.textContent during attached() before mutation\");\n+ exp...
TypeScript
MIT License
aurelia/aurelia
chore(tests): fix tests again
1
chore
tests
71,088
30.10.2018 06:36:16
0
cb490be02832da8b3cf3451886bafb89e62207af
fix(aws-kms): add output value when exporting an encryption key
[ { "change_type": "MODIFY", "diff": "@@ -953,6 +953,12 @@ export = {\n},\n\"Outputs\": {\n\"MyStreamKeyKeyArn967BCB03\": {\n+ \"Value\": {\n+ \"Fn::GetAtt\": [\n+ \"MyStreamKey76F3300E\",\n+ \"Arn\"\n+ ]\n+ },\n\"Export\": {\n\"Name\": \"MyStreamKeyKeyArn967BCB03\"\n}\n", "new_path": "packages/@aws-cdk/a...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(aws-kms): add output value when exporting an encryption key (#1036)
1
fix
aws-kms
749,547
30.10.2018 10:26:13
-39,600
7e57c47e4ea2ea4a3bda0e0c0251f86992b71e8f
feat(docs): Improve theming docs
[ { "change_type": "MODIFY", "diff": "\"globals\": {\n\"jest\": true,\n\"BASE_PATH_NAME\": true,\n- \"PACKAGE_VERSION\": true\n+ \"PACKAGE_VERSION\": true,\n+ \"COMPONENT_IDS\": true\n},\n\"plugins\": [\"prettier\", \"react\", \"jest\", \"jsx-a11y\"],\n\"env\": {\n", "new_path": ".eslintrc.json", "old...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(docs): Improve theming docs (#195)
1
feat
docs
76,605
30.10.2018 11:18:08
-3,600
cb76dc4ed0cee7cad37d5a862985553914618590
feat: option to use LRC, neural or both at same time.
[ { "change_type": "MODIFY", "diff": "@@ -101,10 +101,16 @@ class BinaryNeuralNetworkClassifier {\n*/\nclassify(sample) {\nconst scores = [];\n+ if (Object.keys(sample).length === 0) {\n+ this.labels.forEach(label => {\n+ scores.push({ label, value: 0.5 });\n+ });\n+ } else {\nObject.keys(this.classifierMap)....
JavaScript
MIT License
axa-group/nlp.js
feat: option to use LRC, neural or both at same time.
1
feat
null
791,723
30.10.2018 11:32:30
25,200
cc697810ecf96779a1e1b271a583fb6d9c25b17d
misc: fix typo in feature request template
[ { "change_type": "MODIFY", "diff": "@@ -16,5 +16,5 @@ about: Suggest an idea to us!\n**What is the motivation or use case for changing this?**\n-**How is this beneficial to Ligthhouse?**\n+**How is this beneficial to Lighthouse?**\n", "new_path": ".github/ISSUE_TEMPLATE/Feature_request.md", "old_pat...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: fix typo in feature request template (#6431)
1
misc
null
76,605
30.10.2018 12:02:37
-3,600
20ebbd9792fdbd63ccbb11f6bd490423a170ea20
fix: import when useLRC is not defined
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ class NlpClassifier {\nthis.settings.useNeural = true;\n}\nif (this.settings.useLRC === undefined) {\n- this.settings.useLRC = false;\n+ this.settings.useLRC = true;\n}\nif (!this.settings.classifier && this.settings.useLRC) {\nthis.settings.classifier =...
JavaScript
MIT License
axa-group/nlp.js
fix: import when useLRC is not defined
1
fix
null
791,760
30.10.2018 12:09:13
25,200
88b2829c11505a0e744907631f323cb49d4602f5
misc(proto): reduce configSettings in proto to minimum
[ { "change_type": "MODIFY", "diff": "@@ -23,13 +23,14 @@ function processForProto(result) {\nconst reportJson = JSON.parse(result);\n// Clean up the configSettings\n+ // Note: This is not strictly required for conversion if protobuf parsing is set to\n+ // 'ignore unknown fields' in the language of conversio...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(proto): reduce configSettings in proto to minimum
1
misc
proto
504,004
30.10.2018 14:44:52
14,400
bb1afd33703556f4ab931aee85b7f097a64e4188
fix(Extensions): Fix patternfly-react imports to pull from the default component file.
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ module.exports = {\npreventFullImport: true,\ntransform: importName => {\nconst moduleDir = !modules ? 'esm' : 'js';\n- const srcDir = importName === 'helpers' ? 'common' : 'components';\n+ const srcDir = importName === 'helpers' ? 'common' : `components...
TypeScript
MIT License
patternfly/patternfly-react
fix(Extensions): Fix patternfly-react imports to pull from the default component file. (#860)
1
fix
Extensions
730,429
30.10.2018 15:26:18
14,400
089f7f6caf6b9978a55dde7533d19a82f0625496
chore(Jenkinsfile): update tests with int environment
[ { "change_type": "MODIFY", "diff": "@@ -161,6 +161,14 @@ ansiColor('xterm') {\nsh \"\"\"#!/bin/bash -e\nsource ~/.nvm/nvm.sh\nnvm use 8.11.3\n+ export IDBROKER_BASE_URL='https://idbrokerbts.webex.com'\n+ export IDENTITY_BASE_URL='https://identitybts.webex.com'\n+ export CONVERSATION_SERVICE='https://convers...
JavaScript
MIT License
webex/react-widgets
chore(Jenkinsfile): update tests with int environment
1
chore
Jenkinsfile
503,918
30.10.2018 21:48:00
-7,200
7a90c3b957c462a2403f51a213a581a408bad890
fix(Progress): import progress style object
[ { "change_type": "MODIFY", "diff": "import React, { Fragment } from 'react';\n-import {\n- progressDescription,\n- progressMeasure,\n- progressStatusIcon,\n- progressStatus\n-} from '@patternfly/patternfly-next/components/Progress/progress.css';\n-import { css, StyleSheet } from '@patternfly/react-styles';\...
TypeScript
MIT License
patternfly/patternfly-react
fix(Progress): import progress style object (#858) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
Progress
217,922
30.10.2018 23:25:40
-3,600
e61ed53166a3299279630bb671478b6c4e5b3013
chore: last detail for user service migration to firestore
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ export class UserService extends FirestoreStorage<TeamcraftUser> {\n.pipe(\nmap(snaps => snaps[0]),\nmap((snap: any) => {\n- const valueWithKey: TeamcraftUser = { $key: snap.payload.key, ...snap.payload.val() };\n+ const valueWithKey: TeamcraftUser = { $...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: last detail for user service migration to firestore
1
chore
null
217,922
31.10.2018 00:16:07
-3,600
700c3eaa36b5f74b85b88b8cf8fa51a77664767a
fix: fixed an issue preventing user update save in db
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ export class AuthEffects {\nofType(AuthActionTypes.AddCharacter, AuthActionTypes.SetDefaultCharacter, AuthActionTypes.SetCurrentFcId),\nwithLatestFrom(this.store),\nmergeMap(([, state]) => {\n- return this.userService.update(state.auth.uid, { ...state....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue preventing user update save in db
1
fix
null
503,918
31.10.2018 00:26:57
-7,200
e1c16d22d8af4e0b52595160723801e392966e25
feat(Label): add Label to PF4
[ { "change_type": "ADD", "diff": "+import { HTMLProps, SFC, ReactType, ReactNode } from 'react';\n+\n+export interface LabelProps extends HTMLProps<HTMLSpanElement> {\n+ children: ReactNode;\n+ isCompact?: boolean;\n+}\n+\n+declare const Label: SFC<LabelProps>;\n+\n+export default Label;\n", "new_path": ...
TypeScript
MIT License
patternfly/patternfly-react
feat(Label): add Label to PF4 (#859) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
feat
Label
504,004
31.10.2018 10:00:12
14,400
735b12c7c687ac359efcffc1644b604faa29f415
feat(BadgedResource): Add BadgedResource component to patternfly-react-extensions * feat(BadgedResource): Add BadgedResource component to patternfly-react-extensions fixes * Add resourceTypes and getResourceBadgeColor utilities
[ { "change_type": "ADD", "diff": "+@badge-icon-height: 18px;\n+\n+.badged-resource-pf {\n+ align-items: baseline;\n+ display: flex;\n+ min-width: 0;\n+ overflow-wrap: break-word;\n+ white-space: nowrap;\n+ word-wrap: break-word;\n+\n+ &-icon {\n+ display: inline-block;\n+ font-size: @font-size-base - 1;\n+ f...
TypeScript
MIT License
patternfly/patternfly-react
feat(BadgedResource): Add BadgedResource component to patternfly-react-extensions (#829) * feat(BadgedResource): Add BadgedResource component to patternfly-react-extensions fixes #775 * Add resourceTypes and getResourceBadgeColor utilities
1
feat
BadgedResource
791,760
31.10.2018 10:15:47
25,200
5a113dc567633fac3e5843b82c875d21a4b23564
clients(psi): add LH.Result object support to prepareLabData
[ { "change_type": "MODIFY", "diff": "* document\n* );\n*\n- * @param {string} LHResultJsonString The stringified version of {LH.Result}\n+ * @param {LH.Result | string} LHResult The stringified version of {LH.Result}\n* @param {Document} document The host page's window.document\n* @return {{scoreGaugeEl: Ele...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(psi): add LH.Result object support to prepareLabData (#6432)
1
clients
psi
273,683
31.10.2018 12:03:26
-3,600
51534c668273dab83d2da44f68732846955c3c84
chore: create changelogs
[ { "change_type": "DELETE", "diff": "", "new_path": "CHANGELOG.md", "old_path": "CHANGELOG.md" }, { "change_type": "ADD", "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 comm...
JavaScript
MIT License
gridsome/gridsome
chore: create changelogs
1
chore
null
273,683
31.10.2018 12:18:11
-3,600
53c5df1a9dad55710416360bdc34ebdda3245148
chore: add initial versions to changelogs
[ { "change_type": "MODIFY", "diff": "@@ -164,3 +164,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n## [0.0.4](https://github.com/gridsome/gridsome/compare/gridsome@0.0.3...gridsome@0.0.4) (2018-09-17)\n**Note:** Version bump only for package gridsome\n+\n+\n+<a name=\...
JavaScript
MIT License
gridsome/gridsome
chore: add initial versions to changelogs
1
chore
null
273,683
31.10.2018 12:44:16
-3,600
6cdc37b376b098ac62bf86ff7065d4dd541903d1
feat(wordpress): use new plugin api
[ { "change_type": "MODIFY", "diff": "@@ -13,13 +13,13 @@ class WordPressSource {\n}\n}\n- constructor (options, { context, source }) {\n+ constructor (api, options) {\nthis.options = options\n- this.context = context\n- this.source = source\n+\n+ api.loadSource(args => this.fetchWordPressContent(args))\n}\n-...
JavaScript
MIT License
gridsome/gridsome
feat(wordpress): use new plugin api
1
feat
wordpress
679,913
31.10.2018 14:16:21
0
954e0c28ca89272f569f6c1bbb33559097b58099
feat(vectors): add generic impls for common vec ops
[ { "change_type": "MODIFY", "diff": "@@ -2,15 +2,16 @@ import {\nICopy,\nIEmpty,\nIEqualsDelta,\n+ IEquiv,\nILength,\nIRelease,\n- TypedArray,\n- IEquiv\n+ TypedArray\n} from \"@thi.ng/api\";\nimport { implementsFunction } from \"@thi.ng/checks/implements-function\";\nimport { Type } from \"@thi.ng/malloc/ap...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add generic impls for common vec ops
1
feat
vectors
730,429
31.10.2018 15:00:48
14,400
58189e1f2f3eff2a451e660086e032a719651673
feat(widget-demo): add sticky mode support
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,8 @@ class DemoWidget extends Component {\nrecentsRunning: false,\nrecentsWidgetProps: {},\nspaceRunning: false,\n- spaceWidgetProps: {}\n+ spaceWidgetProps: {},\n+ stickyMode: false\n};\n}\n@@ -163,6 +164,13 @@ class DemoWidget extends Component {\nreturn th...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): add sticky mode support
1
feat
widget-demo
67,493
31.10.2018 15:09:30
-32,400
769b2b9817c28000e636130e607ca3b16ef4607e
doc(SUPPORT.md): Add SUPPORT.md doc
[ { "change_type": "MODIFY", "diff": "+# Getting Help With Aurelia\n+\n+We love our developer community and want to see that each and every developer has the resources they need to achieve success with Aurelia. We have several channels open that you can leverage to get the help you need.\n+\n+## Aurelia is do...
TypeScript
MIT License
aurelia/aurelia
doc(SUPPORT.md): Add SUPPORT.md doc
1
doc
SUPPORT.md
67,493
31.10.2018 15:13:49
-32,400
c61eafbdb965b05b53d0c01047bab2d144e13e0c
doc(SUPPORT.md): Fix typos and add a link
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ We love our developer community and want to see that each and every developer ha\n## Aurelia is doing something it should not, or is not doing something it should, and I can show you\n-Some people feel like they need to submit code to contribute, but helpi...
TypeScript
MIT License
aurelia/aurelia
doc(SUPPORT.md): Fix typos and add a link
1
doc
SUPPORT.md
730,429
31.10.2018 16:18:32
14,400
29f11d1a56fb67a404d5a397a90b452edd488a85
feat(widget-space): add setCurrentActivity prop to control
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ export const ownPropTypes = {\ndestinationId: PropTypes.string,\ndestinationType: PropTypes.oneOf(['email', 'userId', 'spaceId', 'sip', 'pstn']),\nmuteNotifications: PropTypes.bool,\n+ setCurrentActivity: PropTypes.string,\nspaceActivities: PropTypes.sha...
JavaScript
MIT License
webex/react-widgets
feat(widget-space): add setCurrentActivity prop to control
1
feat
widget-space
273,683
31.10.2018 17:02:11
-3,600
7b50bae3f82ae7c47ae4b182c90c3d453bd372d8
fix: send context to transformer
[ { "change_type": "MODIFY", "diff": "@@ -11,9 +11,10 @@ class PluginAPI {\nthis.transformers = transformers || mapValues(app.config.transformers, entry => {\nreturn new entry.TransformerClass(entry.options, {\nlocalOptions: options[entry.name] || {},\n+ context: app.context,\nqueue: app.queue,\n- nodeCache,\...
JavaScript
MIT License
gridsome/gridsome
fix: send context to transformer
1
fix
null
273,683
31.10.2018 17:03:20
-3,600
7a7889b7501265cd7bd75091cabde91f1527ca5e
feat: plugin api
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ class App {\nconstructor (context, options = {}) {\nprocess.GRIDSOME = this\n+ this.events = []\nthis.clients = {}\nthis.context = context\nthis.config = loadConfig(context, options)\n@@ -28,7 +29,7 @@ class App {\nconst phases = [\n{ title: 'Initialize'...
JavaScript
MIT License
gridsome/gridsome
feat: plugin api
1
feat
null
791,760
31.10.2018 18:01:19
25,200
cf9e49047b43f624cfae53906629f5b2f43eeff6
report(css): make performance category more compact
[ { "change_type": "MODIFY", "diff": ".lh-metric__innerwrap {\ndisplay: flex;\njustify-content: space-between;\n- padding: 11px var(--text-indent);\n+ padding: 8px var(--text-indent);\n}\n.lh-metric__details {\n.lh-filmstrip-container {\npadding: 0 var(--expandable-indent);\n/* smaller gap between metrics and...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(css): make performance category more compact (#6437)
1
report
css
815,779
31.10.2018 18:24:56
-7,200
af79a45caa26f78b42349af862af513b1237d0c9
feat(clearOnBackspace): configure whether backspace removes selection closes
[ { "change_type": "MODIFY", "diff": "@@ -123,6 +123,7 @@ map: {\n| [closeOnSelect] | `boolean` | true | no | Whether to close the menu when a value is selected |\n| clearAllText | `string` | `Clear all` | no | Set custom text for clear all icon title |\n| [clearable] | `boolean` | `true` | no | Allow to clea...
TypeScript
MIT License
ng-select/ng-select
feat(clearOnBackspace): configure whether backspace removes selection closes #861
1
feat
clearOnBackspace
67,476
31.10.2018 21:43:06
-3,600
4a05985fd6c36314f57d5b0a6baefa4d96793c55
refactor(lifecycle): merge attach with detach lifecycle (first integration step)
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ export class Aurelia {\nconst cs = this.container.get(IChangeSet);\nconst lifecycle = Lifecycle.beginAttach(cs, config.host, LifecycleFlags.none);\nlifecycle.attach(component);\n- lifecycle.end();\n+ lifecycle.endAttach();\n};\nthis.startTasks.push(start...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): merge attach with detach lifecycle (first integration step)
1
refactor
lifecycle
273,683
01.11.2018 00:09:51
-3,600
1f331691102fa4fe356b9e660b95077262792889
feat(graphql): merge third party schemas
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,9 @@ class App {\nasync createSchema () {\nthis.schema = createSchema(this.store, {\n- schemas: await this.dispatch('createSchema', { graphql })\n+ schemas: await this.dispatch('createSchema', () => ({\n+ graphql: this.graphql\n+ }))\n})\n}\n@@ -113,10 +115,1...
JavaScript
MIT License
gridsome/gridsome
feat(graphql): merge third party schemas
1
feat
graphql
273,683
01.11.2018 00:23:07
-3,600
43c42361c689f223e4eb4bdbb592b583f0c6cc55
feat(store): set content and excerpt on node
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,6 @@ test('add node', () => {\nexpect(node.slug).toEqual('lorem-ipsum-dolor-sit-amet')\nexpect(node.date).toEqual('2018-09-04T23:20:33.918Z')\nexpect(node.fields).toMatchObject({})\n- expect(node.refs).toMatchObject({})\nexpect(emit).toHaveBeenCalledTimes(1)\...
JavaScript
MIT License
gridsome/gridsome
feat(store): set content and excerpt on node
1
feat
store
273,683
01.11.2018 00:26:34
-3,600
e3bd3181f7cbcbb8bbaf5a23ce2aad1fca653041
refactor: bind store methods to instance for destructing
[ { "change_type": "MODIFY", "diff": "@@ -74,7 +74,7 @@ class App {\n}\nasync loadSources () {\n- return this.dispatch('loadSource')\n+ return this.dispatch('loadSource', api => api.store)\n}\nasync createSchema () {\n", "new_path": "gridsome/lib/app/App.js", "old_path": "gridsome/lib/app/App.js" },...
JavaScript
MIT License
gridsome/gridsome
refactor: bind store methods to instance for destructing
1
refactor
null
679,913
01.11.2018 00:33:27
0
0043fb5df8cfd8393b6ab052819e12ae42f6e691
feat(math): add cossin(), add opt scale arg for sincos()
[ { "change_type": "MODIFY", "diff": "@@ -6,8 +6,11 @@ import {\nTAU\n} from \"./api\";\n-export const sincos = (theta: number) =>\n- [Math.sin(theta), Math.cos(theta)];\n+export const sincos = (theta: number, n = 1) =>\n+ [Math.sin(theta) * n, Math.cos(theta) * n];\n+\n+export const cossin = (theta: number, ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(math): add cossin(), add opt scale arg for sincos()
1
feat
math
679,913
01.11.2018 00:33:49
0
30f61da544e7a5ca907a0ebbcbe81c88e44bc408
feat(vectors): add eqDeltaArray()
[ { "change_type": "MODIFY", "diff": "@@ -23,3 +23,15 @@ export const eqDelta = (a: ReadonlyVec, b: ReadonlyVec, n: number, eps = EPS, ia\n}\nreturn true;\n};\n+\n+export const eqDeltaArray = (a: ReadonlyVec[], b: ReadonlyVec[], eps = EPS) => {\n+ if (a.length !== b.length) {\n+ return false;\n+ }\n+ for (let...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add eqDeltaArray()
1
feat
vectors
679,913
01.11.2018 00:35:54
0
e197f908d5100023b059e7f867ee78e1cbeabdd0
feat(hiccup-svg): add toHiccup() support in convertTree()
[ { "change_type": "MODIFY", "diff": "+import { implementsFunction } from \"@thi.ng/checks/implements-function\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\nimport { isArrayLike } from \"@thi.ng/checks/is-arraylike\";\n-\nimport { PathSegment } from \"./api\";\nimport { circle } from \"./circle\";...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-svg): add toHiccup() support in convertTree()
1
feat
hiccup-svg
67,476
01.11.2018 00:41:02
-3,600
88c562c11977d1c6ab0b9a513042dff9b1cf85cc
refactor(lifecycle): flatten the link structure
[ { "change_type": "MODIFY", "diff": "@@ -418,30 +418,55 @@ export class AggregateLifecycleTask implements ILifecycleTask {\n/*@internal*/\nexport class LifecycleController implements ILifecycleController {\n- public $nextMount: ILifecycleMount = null;\n- public $nextAttached: ILifecycleAttached = null;\n+ pu...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): flatten the link structure
1
refactor
lifecycle
679,913
01.11.2018 00:42:47
0
358169fdf75e62457deb127aef0cfb612621b03d
feat(geom): add/update shape types
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/defmulti\": \"^0.5.0\",\n\"@thi.ng/hiccup\": \"^2.4.3\",\n\"@thi.ng/hiccup-svg\": \"^2.0.4\",\n- \"@thi.ng/malloc\": \"^0.1.1\",\n+ \"@thi.ng/malloc\": \"^0.2.0\",\n\"@thi.ng/math\": \"^0.2.0\",\n\"@thi.ng/vectors2\": \"^0.0.1\"\n},\n", "new_path": "packages...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom): add/update shape types
1
feat
geom
273,683
01.11.2018 00:58:20
-3,600
d9f83354140b02ef094db19e79e57e93280c10fa
feat(graphql): date field type Checks for fields which matches a ISO 8601 format.
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ const App = require('../lib/app/App')\nconst PluginAPI = require('../lib/app/PluginAPI')\nconst createSchema = require('../lib/graphql/createSchema')\nconst { inferTypes } = require('../lib/graphql/schema/infer-types')\n+const { GraphQLDate } = require('.....
JavaScript
MIT License
gridsome/gridsome
feat(graphql): date field type Checks for fields which matches a ISO 8601 format.
1
feat
graphql
273,683
01.11.2018 01:38:54
-3,600
0f8d530898918900e0b45de0feb97a546f042644
refactor(faker): function style plugin example
[ { "change_type": "MODIFY", "diff": "const faker = require('faker')\n-class FakerSource {\n- static defaultOptions () {\n- return {\n- numNodes: 500,\n- typeName: 'Faker'\n- }\n- }\n-\n- constructor (api, options) {\n- this.api = api\n- this.options = options\n-\n- api.loadSource(store => this.createFakerNod...
JavaScript
MIT License
gridsome/gridsome
refactor(faker): function style plugin example
1
refactor
faker
67,476
01.11.2018 03:55:10
-3,600
300820f22674f94953713065aa8c0ee21fc85293
refactor(lifecycle): remove the async stuff for the time being
[ { "change_type": "MODIFY", "diff": "import { DI, IContainer, IRegistry, PLATFORM, Registration } from '@aurelia/kernel';\n-import { Lifecycle, LifecycleFlags } from './lifecycle';\n+import { Lifecycle } from './lifecycle';\nimport { BindingFlags, IChangeSet } from './observation';\nimport { ICustomElement }...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): remove the async stuff for the time being
1
refactor
lifecycle
730,429
01.11.2018 10:38:22
14,400
cf0f73891c2ec1ce25b5d115c94ebc3764999989
feat(widget-space): send event when activity changes
[ { "change_type": "MODIFY", "diff": "@@ -109,6 +109,8 @@ function handleActivityChange(props) {\nelse {\nprops.updateSecondaryActivityType(activity.name);\n}\n+ // Emit Event\n+ props.onEvent(eventNames.ACTIVITY_CHANGED, activity);\n};\n}\n", "new_path": "packages/node_modules/@ciscospark/widget-space/sr...
JavaScript
MIT License
webex/react-widgets
feat(widget-space): send event when activity changes
1
feat
widget-space
791,890
01.11.2018 11:52:47
-19,080
6f052150464486692c6df0f5e8982fc2ad7c3267
docs(readme): use official appveyor badge
[ { "change_type": "MODIFY", "diff": "-# Lighthouse [![Linux Build Status](https://img.shields.io/travis/GoogleChrome/lighthouse/master.svg)](https://travis-ci.org/GoogleChrome/lighthouse) [![Windows Build Status](https://img.shields.io/appveyor/ci/paulirish/lighthouse/master.svg)](https://ci.appveyor.com/pro...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(readme): use official appveyor badge (#6443)
1
docs
readme
791,821
01.11.2018 12:49:25
25,200
5b0105f3db57080667bc37e461c4d6d020b4fee4
core(lib): add chrome-extension to URL allowedProtocols and add test
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ const listOfTlds = [\n];\nconst allowedProtocols = [\n- 'https:', 'http:', 'chrome:',\n+ 'https:', 'http:', 'chrome:', 'chrome-extension:',\n];\n/**\n", "new_path": "lighthouse-core/lib/url-shim.js", "old_path": "lighthouse-core/lib/url-shim.js" ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lib): add chrome-extension to URL allowedProtocols and add test (#6447)
1
core
lib
67,507
01.11.2018 13:58:57
-3,600
cbe007157db8e218fec01dbb62e8d587a8fc30cb
doc(CONTRIBUTING.md): minor grammar/typo fix
[ { "change_type": "MODIFY", "diff": "@@ -160,7 +160,7 @@ Please use one of the following:\n* **fix**: A bug fix\n* **doc**: Documentation only changes\n* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing\n- semi-colons, etc)\n+ semi-colons, etc.)\n* **refactor**:...
TypeScript
MIT License
aurelia/aurelia
doc(CONTRIBUTING.md): minor grammar/typo fix
1
doc
CONTRIBUTING.md
67,507
01.11.2018 13:59:18
-3,600
aa480ea203f689de56345e889e642e5c34f38292
doc(SUPPORT.md): minor grammar/typo fixes
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ We love our developer community and want to see that each and every developer ha\n## Aurelia is doing something it should not, or is not doing something it should, and I can show you\n-Some people feel like they need to submit code to contribute, but helpi...
TypeScript
MIT License
aurelia/aurelia
doc(SUPPORT.md): minor grammar/typo fixes
1
doc
SUPPORT.md
273,683
01.11.2018 14:11:16
-3,600
caa6a17c7d5efc95a6465578b550ad0ab826411f
feat: client plugin api
[ { "change_type": "MODIFY", "diff": "@@ -14,9 +14,11 @@ const transformers = {\n}\nbeforeEach(() => {\n+ const entry = { options: {}, clientOptions: undefined }\n+\napp = new App('/', { config: { plugins: [] }})\napp.init()\n- api = new PluginAPI(app, { options: {}, transformers })\n+ api = new PluginAPI(app...
JavaScript
MIT License
gridsome/gridsome
feat: client plugin api
1
feat
null
217,922
01.11.2018 14:20:38
-3,600
86e3d1e739b1d3e393aee4e6e1634b6009419e56
fix: display message on user not found in user picker
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import { NgZorroAntdModule } from 'ng-zorro-antd';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { DatabaseModule } from '../../core/database/database.module';\nimport { UserPickerService } from './user-picker.service';\n+impo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: display message on user not found in user picker
1
fix
null
273,683
01.11.2018 14:39:14
-3,600
32774f0bbdc719843cd6331d2461d301987bfd8e
feat: build hooks
[ { "change_type": "MODIFY", "diff": "@@ -122,10 +122,10 @@ class App {\n}))\n}\n- dispatchSync (eventName, ...args) {\n+ dispatchSync (eventName, cb, ...args) {\nif (!this.events[eventName]) return\nreturn this.events[eventName].map(({ api, handler }) => {\n- return handler(...args, api)\n+ return typeof cb ...
JavaScript
MIT License
gridsome/gridsome
feat: build hooks
1
feat
null
791,690
01.11.2018 14:47:25
18,000
76ec168b45141a5899c1812d5bfc911f4f414daa
core(config): faster category validation
[ { "change_type": "MODIFY", "diff": "@@ -64,13 +64,18 @@ function validateCategories(categories, audits, groups) {\nreturn;\n}\n+ const auditsKeyedById = new Map((audits || []).map(audit =>\n+ /** @type {[string, LH.Config.AuditDefn]} */\n+ ([audit.implementation.meta.id, audit])\n+ ));\n+\nObject.keys(categ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(config): faster category validation (#6445)
1
core
config
67,476
01.11.2018 14:55:30
-3,600
acd1fde02d9450e6a8eae73dca7de1bbd06458ff
refactor(lifecycle): normalize the start/end mechanism across lifecycle hooks
[ { "change_type": "MODIFY", "diff": "@@ -43,18 +43,19 @@ export class Aurelia {\ncomponent.$bind(BindingFlags.fromStartTask | BindingFlags.fromBind);\nconst cs = this.container.get(IChangeSet);\n- const lifecycle = Lifecycle.beginAttach(cs, config.host);\n- lifecycle.attach(component);\n- lifecycle.endAttach...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): normalize the start/end mechanism across lifecycle hooks
1
refactor
lifecycle
67,476
01.11.2018 15:00:17
-3,600
20b651ac3d915b4e9b779c5c7a4a7bbe114e2220
refactor(lifecycle): merge bind and attach lifecycles
[ { "change_type": "MODIFY", "diff": "@@ -437,29 +437,27 @@ export const Lifecycle = {\ncurrentDetached = nextDetached;\n}\n}\n- }\n-}\n+ },\n-export const BindLifecycle = {\nboundDepth: 0,\nboundHead: <ILifecycleBound>null,\nboundTail: <ILifecycleBound>null,\nqueueBound(requestor: ILifecycleBound, flags: Bin...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): merge bind and attach lifecycles
1
refactor
lifecycle
503,918
01.11.2018 15:19:27
-7,200
d23f1123e9971b9ca7161be7db93b04e24ea71b0
refactor(Radio/Checkbox): replace checked with isChecked in API
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import { Omit } from '../../typeUtils';\nexport interface CheckboxProps extends Omit<HTMLProps<HTMLInputElement>, 'type' | 'onChange' | 'disabled' | 'label'> {\nisDisabled?: boolean;\nisValid?: boolean;\n+ isChecked?: boolean;\nonChange?(checked: boolean, ...
TypeScript
MIT License
patternfly/patternfly-react
refactor(Radio/Checkbox): replace checked with isChecked in API (#848) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
refactor
Radio/Checkbox
273,683
01.11.2018 15:53:24
-3,600
b938f72ce2c0f9404ccc2b131f68f9845df0a67a
refactor: re-implement source hot reloading
[ { "change_type": "MODIFY", "diff": "@@ -3,11 +3,12 @@ const Router = require('vue-router')\nconst autoBind = require('auto-bind')\nconst hirestime = require('hirestime')\nconst BaseStore = require('./BaseStore')\n-const PluginsRunner = require('./PluginsRunner')\n+const PluginAPI = require('./PluginAPI')\nc...
JavaScript
MIT License
gridsome/gridsome
refactor: re-implement source hot reloading
1
refactor
null
217,922
01.11.2018 18:04:06
-3,600
342fbb01c922a3fed12ba07ebf3b370c1049ad7d
fix: better handling of multiple lists deletion in a short time
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,7 @@ export class UpdateItem implements Action {\nexport class MyListsLoaded implements Action {\nreadonly type = ListsActionTypes.MyListsLoaded;\n- constructor(public payload: List[]) {\n+ constructor(public payload: List[], public readonly userId: string) {...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: better handling of multiple lists deletion in a short time
1
fix
null
217,922
01.11.2018 18:17:28
-3,600
8c89ce99eb0bf216984771502aac419fe7057205
feat: separate category for community lists in lists page
[ { "change_type": "MODIFY", "diff": "</button>\n<div class=\"spacer\"></div>\n<label nz-checkbox [(ngModel)]=\"list.public\" [nzDisabled]=\"(permissionLevel$ | async) < 40 || list.ephemeral\"\n- (ngModelChange)=\"listsFacade.updateList(list)\" nz-tooltip [nzTitle]=\"'LIST_DETAILS.HELP.Public_list' | translat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: separate category for community lists in lists page
1
feat
null
67,476
01.11.2018 18:20:31
-3,600
9c4efdbb32b5f1b5137674c33aca68a8f59ade22
refactor(lifecycle): shorten LifecycleHooks to Hooks
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ export const enum State {\nneedsMount = 0b00010000000\n}\n-export const enum LifecycleHooks {\n+export const enum Hooks {\nnone = 0b000000000001,\nhasCreated = 0b000000000010,\nhasBinding = 0b000000000100,\n@@ -234,7 +234,7 @@ export interface ILifecycle...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): shorten LifecycleHooks to Hooks
1
refactor
lifecycle
217,922
01.11.2018 18:30:32
-3,600
d5e95107f29bee7ac8b803b44f73f386c063b85d
feat: support for verification status in user picker dialog box
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ export class UserService extends FirestoreStorage<TeamcraftUser> {\n.pipe(\nmap(snaps => snaps[0]),\nmap((snap: any) => {\n- const valueWithKey: TeamcraftUser = { $key: snap.payload.key, ...snap.payload.doc.data() };\n+ const valueWithKey: TeamcraftUser ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: support for verification status in user picker dialog box
1
feat
null
217,922
01.11.2018 18:50:51
-3,600
3ac1dace63cef45e4eb7b4d7f0fd10810eaa4720
chore: small fixes for community lists ordering
[ { "change_type": "MODIFY", "diff": "</ng-template>\n</span>\n<span>\n- <a nz-menu-item class=\"menu-link\" *ngIf=\"loggedIn$ | async\">\n+ <a nz-menu-item class=\"menu-link\" nzDisabled *ngIf=\"loggedIn$ | async\">\n<i nz-icon type=\"idcard\"></i>\n{{'Profile' | translate}}\n</a>\n- <a nz-menu-item class=\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fixes for community lists ordering
1
chore
null
67,476
01.11.2018 19:56:09
-3,600
d41ecf13d188a0e9fc8c118dd10b2ce7fddf5148
refactor(runtime-behavior): merge $behavior.hooks into the resource definition
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,15 @@ export const enum Hooks {\nhasCaching = 0b100000000000\n}\n-export interface ILifecycleCreated {\n+export interface IHooks {\n+ $hooks?: Hooks;\n+}\n+\n+export interface IState {\n+ $state?: State;\n+}\n+\n+export interface ILifecycleCreated extends IHo...
TypeScript
MIT License
aurelia/aurelia
refactor(runtime-behavior): merge $behavior.hooks into the resource definition
1
refactor
runtime-behavior
67,476
02.11.2018 01:59:25
-3,600
2e9e1d15acd82b1dcc4e25ec1a45c279c2daca49
chore(jit): check in the disabled describes
[ { "change_type": "MODIFY", "diff": "@@ -124,7 +124,7 @@ function verifyResultOrError(expr: string, expected: any, expectedMsg?: string,\n// Note: we could loop through all generated tests by picking SimpleIsBindingBehaviorList and ComplexIsBindingBehaviorList,\n// but we're separating them out to make the t...
TypeScript
MIT License
aurelia/aurelia
chore(jit): check in the disabled describes
1
chore
jit
67,476
02.11.2018 02:26:00
-3,600
9f72223db7e883152b16bafa33cc2a042d75bb96
refactor(lifecycle-attach): wrap element/attribute attach in begin/end attach lifecycle
[ { "change_type": "MODIFY", "diff": "@@ -40,22 +40,14 @@ export class Aurelia {\n}\ncomponent.$bind(BindingFlags.fromStartTask | BindingFlags.fromBind);\n-\n- Lifecycle.beginAttach();\n- component.$attach()\n- Lifecycle.endAttach();\n+ component.$attach();\n};\nthis.startTasks.push(startTask);\nthis.stopTask...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle-attach): wrap element/attribute attach in begin/end attach lifecycle
1
refactor
lifecycle-attach
67,476
02.11.2018 02:50:35
-3,600
e27e4f70e0b0b06f527daa50acf213cfc55400d7
refactor(runtime): shorten flushChanges to flush
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import {\nimport { batchedSubscriberCollection, subscriberCollection } from './subscriber-collection';\nimport { targetObserver } from './target-observer';\n-function flushChanges(this: CollectionObserver): void {\n+function flush(this: CollectionObserver)...
TypeScript
MIT License
aurelia/aurelia
refactor(runtime): shorten flushChanges to flush
1
refactor
runtime
273,683
02.11.2018 03:03:35
-3,600
86363c32a3910484ae34f7301dc3d8b114cc9750
fix: send graphql to createSchema api
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,7 @@ Install [Node.js 8.3](https://nodejs.org/en/download/) or higher and [Yarn](http\n1. Clone this repository.\n2. Create a new Gridsome project inside the `/projects` folder.\n3. Enter the new project folder and run `yarn` (or `lerna bootstrap` if installe...
JavaScript
MIT License
gridsome/gridsome
fix: send graphql to createSchema api
1
fix
null
67,476
02.11.2018 03:15:07
-3,600
da82092c06093c00ab622dad3bb87cf048c65d5e
refactor(view): move lifecycle logic to lifecycle files
[ { "change_type": "MODIFY", "diff": "import { Writable } from '@aurelia/kernel';\nimport { Hooks, Lifecycle, State } from './lifecycle';\nimport { ICustomAttribute, ICustomElement } from './lifecycle-render';\n+import { IView } from './templating/view';\n/*@internal*/\nexport function $attachAttribute(this: ...
TypeScript
MIT License
aurelia/aurelia
refactor(view): move lifecycle logic to lifecycle files
1
refactor
view
67,476
02.11.2018 03:40:17
-3,600
ad25e062fca058073cb165d17dd6fb1db7fd4036
chore(interpolation-binding): fix small type error
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,7 @@ export interface InterpolationBinding extends IConnectableBinding {}\n@connectable()\nexport class InterpolationBinding implements IPartialConnectableBinding {\npublic $scope: IScope;\n+ public $state: State = State.none;\npublic targetObserver: IBinding...
TypeScript
MIT License
aurelia/aurelia
chore(interpolation-binding): fix small type error
1
chore
interpolation-binding
67,476
02.11.2018 04:23:00
-3,600
481714f2f1f8432bf7373f3e8d7c43c43128dee9
refactor(binding): initial implementation for new connect queue
[ { "change_type": "MODIFY", "diff": "import { IServiceLocator, Reporter } from '@aurelia/kernel';\n-import { IBindScope, State } from '../lifecycle';\n+import { IBindScope, State, Lifecycle } from '../lifecycle';\nimport { AccessorOrObserver, BindingFlags, IBindingTargetObserver, IScope } from '../observatio...
TypeScript
MIT License
aurelia/aurelia
refactor(binding): initial implementation for new connect queue
1
refactor
binding
76,605
02.11.2018 09:58:20
-3,600
416c5cbfe7c23c3451c60c406851e3909955825c
fix: update merge dependency
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"2.1.2\",\n+ \"version\": \"2.1.7\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"balanced-match\": {\n\"version\": \"1.0.0\",\n\"bundled\": true,\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true...
JavaScript
MIT License
axa-group/nlp.js
fix: update merge dependency
1
fix
null
273,683
02.11.2018 10:57:14
-3,600
215b3e912c0dadadbd1accd8deaf73a22c3703d7
fix(store): warn and skip when duplicate path detected
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ const camelCase = require('camelcase')\nconst dateFormat = require('dateformat')\nconst slugify = require('@sindresorhus/slugify')\nconst { mapKeys, cloneDeep, deepMerge } = require('lodash')\n+const { warn } = require('../utils/log')\nclass ContentTypeCol...
JavaScript
MIT License
gridsome/gridsome
fix(store): warn and skip when duplicate path detected
1
fix
store
791,834
02.11.2018 12:03:26
25,200
09ce5475ff42b69f3b79cadf118dcb883b361612
misc(build): fix viewer deploy
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ const writeFileAsync = promisify(fs.writeFile);\nconst browserify = require('browserify');\nconst cpy = require('cpy');\n-const ghPages = promisify(require('gh-pages').publish);\n+const ghPages = require('gh-pages');\nconst glob = promisify(require('glob...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): fix viewer deploy (#6449)
1
misc
build
67,507
02.11.2018 12:37:28
-3,600
2733c2a1b538ef2c17a6250773fe6d77d3ba2837
style(debug): fix some linting warnings
[ { "change_type": "MODIFY", "diff": "-import { BindingContext as RuntimeContext, IScope } from '@aurelia/runtime';\n+import { BindingContext as RuntimeContext, IBindingContext, IScope } from '@aurelia/runtime';\nexport const BindingContext = {\n...RuntimeContext,\n- createScopeForTest(bindingContext: any, pa...
TypeScript
MIT License
aurelia/aurelia
style(debug): fix some linting warnings
1
style
debug
791,723
02.11.2018 12:43:47
25,200
541e0f029436ce30d4a524dd6c9ff60f44ca7eae
report: fix summary rendering in FF
[ { "change_type": "MODIFY", "diff": "background-color: #F8F9FA;\n}\n+/* Hide the expandable arrow icon, cross-browser */\n+.lh-audit-group > summary,\n+.lh-expandable-details > summary {\n+ list-style-type: none;\n+}\n.lh-audit-group > summary::-webkit-details-marker,\n.lh-expandable-details > summary::-webk...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: fix summary rendering in FF (#6448)
1
report
null
67,507
02.11.2018 12:53:29
-3,600
4333b451dee4727cae84037ebfad5991b4f221ce
style(kernel): fix some linting warnings
[ { "change_type": "MODIFY", "diff": "@@ -76,11 +76,11 @@ export interface IResolverBuilder<T> {\n}\nif (!('getOwnMetadata' in Reflect)) {\n- (Reflect as any).getOwnMetadata = function(key: string, target: any): any {\n+ (Reflect as {getOwnMetadata?(key: string, target: any): any}).getOwnMetadata = function(k...
TypeScript
MIT License
aurelia/aurelia
style(kernel): fix some linting warnings
1
style
kernel
730,412
02.11.2018 13:26:54
0
df8c1e79dd2653f1494674523f43c7b2121f3b75
chore(release): 0.1.380
[ { "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=\"0.1.380\"></a>\n+## [0.1.380](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.380
1
chore
release
67,507
02.11.2018 14:24:47
-3,600
52d6d9cd843de08c3c4a5d9d2a019df6e263a25f
style(jit): fix some linting warnings
[ { "change_type": "MODIFY", "diff": "@@ -26,8 +26,8 @@ export interface IBindingCommand {\nexport type IBindingCommandType = IResourceType<IBindingCommandSource, IBindingCommand>;\n-export function bindingCommand(nameOrSource: string | IBindingCommandSource) {\n- return function<T extends Constructable>(targ...
TypeScript
MIT License
aurelia/aurelia
style(jit): fix some linting warnings
1
style
jit
791,690
02.11.2018 14:43:03
18,000
394468bb7554ce7009caa1f5bcf39e39879bade0
core(driver): wait for Page.frameNavigated for about:blank
[ { "change_type": "MODIFY", "diff": "@@ -1029,7 +1029,6 @@ Object {\n},\n\"passes\": Array [\nObject {\n- \"blankDuration\": 300,\n\"blankPage\": \"about:blank\",\n\"blockedUrlPatterns\": Array [],\n\"cpuQuietThresholdMs\": 1000,\n@@ -1123,7 +1122,6 @@ Object {\n\"useThrottling\": true,\n},\nObject {\n- \"bl...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): wait for Page.frameNavigated for about:blank (#6446)
1
core
driver
217,922
02.11.2018 15:34:32
-3,600
a694152b0726bde0cc3eb725edc58b95eaefb991
chore: first pass for xivapi mapdata migration
[ { "change_type": "MODIFY", "diff": "@@ -2,20 +2,14 @@ import { Aetheryte } from '../../core/data/aetheryte';\nexport interface MapData {\nid: number;\n- folder: string;\n- path: string;\n- region: string;\n- placename: string;\n- zone: number;\n+ zone_id: number;\nsize_factor: number;\noffset_x: number;\nof...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first pass for xivapi mapdata migration
1
chore
null
67,476
02.11.2018 18:17:41
-3,600
db0d3c18a0919cd969aea76f73b6330edb59f186
chore(lifecycle): add some clarifying comments
[ { "change_type": "MODIFY", "diff": "@@ -328,6 +328,42 @@ export interface IBindSelf extends Omit<IBind, '$bind'>, ILifecycleBindSelf { }\nconst marker = Object.freeze(Object.create(null));\n+/*\n+ * Note: the lifecycle object ensures that certain callbacks are executed in a particular order that may\n+ * de...
TypeScript
MIT License
aurelia/aurelia
chore(lifecycle): add some clarifying comments
1
chore
lifecycle
67,476
02.11.2018 20:11:55
-3,600
388f189213abb31dbb0804a002fd9aebb1cc1e90
perf(binding): connect after mounting
[ { "change_type": "MODIFY", "diff": "@@ -164,12 +164,14 @@ export class Binding implements IPartialConnectableBinding {\n}\npublic connect(flags: BindingFlags): void {\n- const { sourceExpression, $scope, $state } = this;\n- if ($state & State.isBound) {\n- this.updateTarget(sourceExpression.evaluate(flags |...
TypeScript
MIT License
aurelia/aurelia
perf(binding): connect after mounting
1
perf
binding
67,476
02.11.2018 23:14:14
-3,600
ad9eafbd5a264c193819e138271b11fe62d57554
refactor(lifecycle): make bind + attach lifecycles more consistent, remove unneeded flag properties
[ { "change_type": "MODIFY", "diff": "@@ -65,14 +65,12 @@ export const CustomAttributeResource: IResourceKind<IAttributeDefinition, ICusto\nif ('binding' in proto) proto.$hooks |= Hooks.hasBinding;\nif ('bound' in proto) {\nproto.$hooks |= Hooks.hasBound;\n- proto.$boundFlags = 0;\nproto.$nextBound = null;\n}...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): make bind + attach lifecycles more consistent, remove unneeded flag properties
1
refactor
lifecycle
791,676
02.11.2018 23:46:31
-3,600
f88237dff96de02bbdb4ced26c6a5a48aba0d1ce
report: ignore Edge's Invalid Argument error
[ { "change_type": "MODIFY", "diff": "@@ -126,10 +126,7 @@ class DetailsRenderer {\ndisplayedPath = parsed.file === '/' ? parsed.origin : parsed.file;\ndisplayedHost = parsed.file === '/' ? '' : `(${parsed.hostname})`;\ntitle = url;\n- } catch (/** @type {!Error} */ e) {\n- if (!e.name.startsWith('TypeError')...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: ignore Edge's Invalid Argument error (#6456)
1
report
null
67,476
03.11.2018 03:17:26
-3,600
03063480c0eb651571006ba39e9648d6e22e4274
fix(di): report a meaningful error when register() returns an invalid resolver
[ { "change_type": "MODIFY", "diff": "@@ -517,7 +517,11 @@ export class Container implements IContainer {\nprivate jitRegister(keyAsValue: any, handler: Container): IResolver {\nif (keyAsValue.register) {\n- return keyAsValue.register(handler, keyAsValue) || null;\n+ const registrationResolver = keyAsValue.re...
TypeScript
MIT License
aurelia/aurelia
fix(di): report a meaningful error when register() returns an invalid resolver
1
fix
di
67,476
03.11.2018 04:24:02
-3,600
b616676a86f2097b0e8dfd421955b5bace884f7b
refactor(lifecycle): remove unnecessary $connectFlags property
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,6 @@ export interface IPartialConnectableBinding extends IBinding, IPropertySubscribe\nexport interface IConnectableBinding extends IPartialConnectableBinding {\n$nextConnect?: IConnectableBinding;\n- $connectFlags?: LifecycleFlags;\nobserverSlots: number;\nv...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): remove unnecessary $connectFlags property
1
refactor
lifecycle
67,476
03.11.2018 04:32:22
-3,600
688777aafe880096f26f050264115a0c43c34f18
chore(templating): move templating-related code back to templating folder
[ { "change_type": "MODIFY", "diff": "import { DI, IContainer, IRegistry, PLATFORM, Registration } from '@aurelia/kernel';\n-import { ICustomElement, IRenderingEngine } from './lifecycle-render';\nimport { LifecycleFlags } from './observation';\n+import { ICustomElement, IRenderingEngine } from './templating/...
TypeScript
MIT License
aurelia/aurelia
chore(templating): move templating-related code back to templating folder
1
chore
templating
67,476
03.11.2018 04:55:37
-3,600
721bc436b54fbcc1caea8f03d8c51d522dd3ad8b
refactor(templating): move view abstraction and composition-coordinator into lifecycle.ts
[ { "change_type": "MODIFY", "diff": "-import { DI, InterfaceSymbol, Omit } from '@aurelia/kernel';\n+import { DI, IContainer, IDisposable, Immutable, inject, InterfaceSymbol, IResolver, IServiceLocator, Omit, PLATFORM, Registration } from '@aurelia/kernel';\nimport { IConnectableBinding } from './binding/con...
TypeScript
MIT License
aurelia/aurelia
refactor(templating): move view abstraction and composition-coordinator into lifecycle.ts
1
refactor
templating
67,476
03.11.2018 05:02:46
-3,600
1ea759edee43f15f8ae2b1192346375af74003c3
refactor(templating): move definitions up one level
[ { "change_type": "MODIFY", "diff": "import { DI, IContainer, IRegistry, PLATFORM, Registration } from '@aurelia/kernel';\nimport { LifecycleFlags } from './observation';\n-import { ICustomElement, IRenderingEngine } from './templating//lifecycle-render';\n+import { ICustomElement, IRenderingEngine } from '....
TypeScript
MIT License
aurelia/aurelia
refactor(templating): move definitions up one level
1
refactor
templating
67,476
03.11.2018 05:19:45
-3,600
9734000907669ad8a0d8ab47088e3eae59da9f83
chore(lifecycle): rename queue to enqueue, add consistency
[ { "change_type": "MODIFY", "diff": "@@ -129,7 +129,7 @@ export class Binding implements IPartialConnectableBinding {\nthis.updateTarget(sourceExpression.evaluate(flags, scope, this.locator), flags);\n}\nif (mode & toView) {\n- this.$lifecycle.queueConnect(this, flags);\n+ this.$lifecycle.enqueueConnect(this...
TypeScript
MIT License
aurelia/aurelia
chore(lifecycle): rename queue to enqueue, add consistency
1
chore
lifecycle
724,054
03.11.2018 07:51:09
-28,800
e20d8545f64396577568069001618d7113710255
docs: add emitting event from child component section
[ { "change_type": "MODIFY", "diff": "@@ -58,6 +58,54 @@ expect(wrapper.emitted().foo[1]).toEqual([123])\nYou can also get an Array of the events in their emit order by calling [`wrapper.emittedByOrder()`](../api/wrapper/emittedByOrder.md).\n+### Emitting Event from Child Component\n+\n+You can emit a custom ...
JavaScript
MIT License
vuejs/vue-test-utils
docs: add emitting event from child component section (#1018)
1
docs
null
67,476
03.11.2018 14:06:41
-3,600
c0c948b5d9b9336957323c8c419e589fcf2f8375
refactor(lifecycle): only unmount roots and several small tweaks for consistency
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ export class Aurelia {\nthis.startTasks.push(startTask);\nthis.stopTasks.push(() => {\n- component.$detach(LifecycleFlags.fromStopTask);\n+ component.$detach(LifecycleFlags.fromStopTask | LifecycleFlags.allowUnmount);\ncomponent.$unbind(LifecycleFlags.fr...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): only unmount roots and several small tweaks for consistency
1
refactor
lifecycle
67,476
03.11.2018 15:37:41
-3,600
032a47766a0294da7ee84ad42d20534eac371871
chore(lifecycle): make the method names more declarative and add some comments
[ { "change_type": "MODIFY", "diff": "@@ -443,7 +443,7 @@ const marker = Object.freeze(Object.create(null));\n*/\nexport interface IFlushLifecycle {\n- flush(flags: LifecycleFlags): void;\n+ processFlushQueue(flags: LifecycleFlags): void;\nenqueueFlush(requestor: IChangeTracker): Promise<void>;\n}\n@@ -516,8 ...
TypeScript
MIT License
aurelia/aurelia
chore(lifecycle): make the method names more declarative and add some comments
1
chore
lifecycle
67,476
03.11.2018 15:38:17
-3,600
8a22c0db3e9bdcbdea439a0119bbdd5d81f7f81e
chore(lifecycle): fix the integration tests
[ { "change_type": "MODIFY", "diff": "@@ -35,18 +35,18 @@ describe(\"generated.template-compiler.mutations.basic\", function () {\nattaching() {\nthis.items.push(3);\nexpect(this.el.textContent).to.equal(this.cycled ? \"\" : \"\", \"this.el.textContent during attaching() before mutation before flushChanges()\...
TypeScript
MIT License
aurelia/aurelia
chore(lifecycle): fix the integration tests
1
chore
lifecycle
67,476
03.11.2018 16:52:56
-3,600
c1930af9466b8d03678400bdc02fa4cff5d08516
perf(lifecycle): use lifecycle as first node to reduce the number of null checks needed
[ { "change_type": "MODIFY", "diff": "@@ -614,70 +614,97 @@ export const IAttachLifecycle = ILifecycle as InterfaceSymbol<IAttachLifecycle>;\n/*@internal*/\nexport class Lifecycle implements ILifecycle {\n- /*@internal*/public flushDepth: number = 0;\n/*@internal*/public bindDepth: number = 0;\n/*@internal*/p...
TypeScript
MIT License
aurelia/aurelia
perf(lifecycle): use lifecycle as first node to reduce the number of null checks needed
1
perf
lifecycle
67,476
03.11.2018 16:53:36
-3,600
1dc902080e58810c3fc07db3786e8788aa7720ce
chore(lifecycle): fix the tests
[ { "change_type": "MODIFY", "diff": "@@ -142,6 +142,6 @@ export function setup(template: string, $class: Constructable | null, ...registr\nexport function tearDown(au: Aurelia, lifecycle: ILifecycle, host: HTMLElement) {\nau.stop();\n- expect(lifecycle['flushDepth']).to.equal(0);\n+ expect(lifecycle['flushCo...
TypeScript
MIT License
aurelia/aurelia
chore(lifecycle): fix the tests
1
chore
lifecycle
791,834
03.11.2018 18:59:53
25,200
648a2fd4b8c5f7b47eee07c722381851467cbfbb
report: refactor rendering of top-level failed/passing/etc clumps
[ { "change_type": "MODIFY", "diff": "@@ -209,14 +209,17 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\n}\n// Passed audits\n- const passedElements = category.auditRefs\n+ const passedAudits = category.auditRefs\n.filter(audit => (audit.group === 'load-opportunities' || audit.group === 'diag...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: refactor rendering of top-level failed/passing/etc clumps (#6460)
1
report
null
273,683
03.11.2018 20:04:29
-3,600
2be21e595ced05a3f461fa9818a0e897da1f505e
fix: use local remark options
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ class RemarkTransformer {\nconstructor (options, { localOptions, context, nodeCache, queue }) {\nthis.options = options\n- this.localOptions = this.localOptions\n+ this.localOptions = localOptions\nthis.context = context\nthis.nodeCache = nodeCache\nthis...
JavaScript
MIT License
gridsome/gridsome
fix: use local remark options
1
fix
null
791,676
04.11.2018 02:38:10
-3,600
5d815b726273f26e36aa2351919d30afcc8400b9
report(compat): fix support for edge
[ { "change_type": "MODIFY", "diff": "@@ -164,7 +164,7 @@ class CategoryRenderer {\nrenderAuditGroup(group, opts) {\nconst expandable = opts.expandable;\nconst groupEl = this.dom.createElement(expandable ? 'details' : 'div', 'lh-audit-group');\n- const summaryEl = this.dom.createChildOf(groupEl, 'summary');\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(compat): fix support for edge (#6459)
1
report
compat
67,507
04.11.2018 12:19:25
-3,600
1ba8560471e6d59fbf7f04994094b9159a0b0de9
style(plugin-svg): fix linting warnings
[ { "change_type": "MODIFY", "diff": "@@ -2,86 +2,86 @@ import { IContainer } from '@aurelia/kernel';\nimport { DOM, INode, ISVGAnalyzer } from '@aurelia/runtime';\nconst svgElements = {\n- a: ['class','externalResourcesRequired','id','onactivate','onclick','onfocusin','onfocusout','onload','onmousedown','onm...
TypeScript
MIT License
aurelia/aurelia
style(plugin-svg): fix linting warnings
1
style
plugin-svg
67,507
04.11.2018 12:24:09
-3,600
501a0032710b6854ff0cbe0bfb6711acb5c63d63
style(plugin-requirejs): fix linting warnings
[ { "change_type": "MODIFY", "diff": "import { CustomElementResource } from '@aurelia/runtime';\nimport { createTemplateDescription, escape, kebabCase, loadFromFile, parseImport, processImports } from './processing';\n+import { Require, RequireConfig, RequireOnLoad } from './types';\nconst buildMap = {};\n-fu...
TypeScript
MIT License
aurelia/aurelia
style(plugin-requirejs): fix linting warnings
1
style
plugin-requirejs
217,922
04.11.2018 12:34:33
-3,600
7a51267240802f69d930088862e5cda766a5695c
feat: added warning message for community lists without tags
[ { "change_type": "MODIFY", "diff": "</button>\n<div class=\"spacer\"></div>\n<label nz-checkbox [(ngModel)]=\"list.public\" [nzDisabled]=\"(permissionLevel$ | async) < 40 || list.ephemeral\"\n- (ngModelChange)=\"list.index = -1;listsFacade.updateList(list)\" nz-tooltip [nzTitle]=\"'LIST_DETAILS.HELP.Public_...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added warning message for community lists without tags
1
feat
null
71,544
04.11.2018 13:53:07
0
28b28a0f354cc3f6174f1ec101e663d83def8811
docs: fix description for CloudWatch graph widget
[ { "change_type": "MODIFY", "diff": "@@ -130,7 +130,7 @@ export interface GraphWidgetProps extends MetricWidgetProps {\n}\n/**\n- * A dashboard widget that displays MarkDown\n+ * A dashboard widget that displays metrics\n*/\nexport class GraphWidget extends ConcreteWidget {\nprivate readonly props: GraphWidg...
TypeScript
Apache License 2.0
aws/aws-cdk
docs: fix description for CloudWatch graph widget (#1073)
1
docs
null
67,476
04.11.2018 20:16:19
-3,600
83f3e8fa21609ec5e6544aa851cc4264b3c21031
perf(runtime): don't update DOM during flush if it's about to be detached
[ { "change_type": "MODIFY", "diff": "import { IIndexable, Primitive } from '@aurelia/kernel';\n+import { DOM } from '../dom';\nimport { ILifecycle } from '../lifecycle';\nimport { IBindingTargetAccessor, LifecycleFlags, MutationKind } from '../observation';\nimport { subscriberCollection } from './subscriber...
TypeScript
MIT License
aurelia/aurelia
perf(runtime): don't update DOM during flush if it's about to be detached
1
perf
runtime
743,991
04.11.2018 20:18:46
25,200
128f32252ee574b5348cea858cd1029c335ba761
test: add regression test for hidden options with default values
[ { "change_type": "MODIFY", "diff": "@@ -2853,6 +2853,31 @@ describe('usage tests', () => {\n' --bar'\n])\n})\n+ it('--help should display all options except for hidden ones even with a default', () => {\n+ const r = checkUsage(() => yargs('--help')\n+ .options({\n+ foo: {\n+ describe: 'FOO',\n+ hidden: true...
JavaScript
MIT License
yargs/yargs
test: add regression test for hidden options with default values (#1233)
1
test
null