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
217,922
02.05.2018 19:03:10
-7,200
cf3b64fa1ca7e3819c74f061f1d00bdac86a695c
chore(simulator): fixed various bugs
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ export class BasicTouch extends QualityAction {\n}\ngetBaseCPCost(simulationState: Simulation): number {\n- return 0;\n+ return 18;\n}\ngetIds(): number[] {\n", "new_path": "src/app/pages/simulator/model/actions/quality/basic-touch.ts", "old_path...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): fixed various bugs
1
chore
simulator
217,922
02.05.2018 19:06:11
-7,200
50c33382ca21a071ccd1e9ff418ab9b04526c05f
chore(simulator): fixed a bug with patient touch without inner quiet crashing the sim
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ export class PatientTouch extends QualityAction {\nexecute(simulation: Simulation): void {\nsuper.execute(simulation);\n- if (simulation.getBuff(Buff.INNER_QUIET).stacks < 11) {\n+ if (simulation.hasBuff(Buff.INNER_QUIET) && simulation.getBuff(Buff.INNER_Q...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): fixed a bug with patient touch without inner quiet crashing the sim
1
chore
simulator
217,922
02.05.2018 19:49:28
-7,200
b5c91f4d1922a2bd57de703a1a0e7d1485bc4b37
chore(simulator): fixed a bug with uglified action classes
[ { "change_type": "MODIFY", "diff": "<h1>{{'SIMULATOR.Rotations' | translate}}</h1>\n<div *ngIf=\"rotations$ | async as rotations\">\n<div *ngIf=\"rotations.length > 0; else noRotations\">\n- <mat-expansion-panel *ngFor=\"let rotation of rotations\">\n+ <mat-expansion-panel *ngFor=\"let rotation of rotations...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): fixed a bug with uglified action classes
1
chore
simulator
821,196
02.05.2018 21:15:08
25,200
84d16a21ecabcc89b21a036728f25a23d1da50a5
fix: rename oclif manifest to not be a dotfile
[ { "change_type": "MODIFY", "diff": "\"bin\": \"./bin/run\",\n\"bugs\": \"https://github.com/oclif/oclif/issues\",\n\"dependencies\": {\n- \"@oclif/command\": \"^1.4.18\",\n- \"@oclif/config\": \"^1.6.16\",\n- \"@oclif/errors\": \"^1.0.7\",\n- \"@oclif/plugin-help\": \"^1.2.7\",\n+ \"@oclif/command\": \"^1.4...
TypeScript
MIT License
oclif/oclif
fix: rename oclif manifest to not be a dotfile
1
fix
null
217,922
02.05.2018 21:24:14
-7,200
837404e01398fdaeff83120b605b3f4c3ad193b9
chore(simulator): new snapshot mode and fix to focused actions
[ { "change_type": "MODIFY", "diff": "<mat-card-subtitle *ngIf=\"itemId !== undefined\">\n<span *ngIf=\"recipe$ | async as recipeData\">{{recipeData.lvl}} {{getStars(recipeData.stars)}}</span>\n</mat-card-subtitle>\n- <span class=\"steps\">\n- {{'SIMULATOR.Step_counter' | translate}} {{resultData.simulation.s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): new snapshot mode and fix to focused actions
1
chore
simulator
730,412
02.05.2018 21:28:46
0
df17cf87bfb2fa845582d3b38e5260ca4c461fb6
chore(release): 0.1.290
[ { "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.290\"></a>\n+## [0.1.290](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.290
1
chore
release
217,922
02.05.2018 21:46:49
-7,200
9cc89c1f43e795288b584bc5173ae76b149a8081
chore(simulator): fixed missing translation key
[ { "change_type": "MODIFY", "diff": "\"Persist\": \"Save this rotation\",\n\"Rotation_not_found\": \"Rotation not found\",\n\"Confirm_delete\": \"Do you really want to delete this rotation?\",\n+ \"Toggle_snapshot_mode\": \"Toggle snapshot mode\",\n\"CUSTOM\": {\n\"Recipe_configuration\": \"Recipe configurat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): fixed missing translation key
1
chore
simulator
217,922
02.05.2018 22:35:27
-7,200
64ed1abf81004a49697bcd965ed80ef6ca3f333d
chore(simulator): disabled auto saving
[ { "change_type": "MODIFY", "diff": "+<div *ngIf=\"!notFound; else notFoundTemplate\">\n<mat-expansion-panel expanded=\"true\">\n<mat-expansion-panel-header>\n<mat-panel-title>\n</mat-expansion-panel>\n<app-simulator [recipe]=\"recipe\" [inputGearSet]=\"stats\" [actions]=\"actions\"\n- [customMode]=\"true\" ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): disabled auto saving
1
chore
simulator
217,922
02.05.2018 22:48:46
-7,200
7b816329dc900779ca0ea23f63668a0a30ae3cef
chore(simulator): connected pending changes service to simulator page
[ { "change_type": "MODIFY", "diff": "<h1>{{'SIMULATOR.Rotations' | translate}}</h1>\n<div *ngIf=\"rotations$ | async as rotations\">\n<div *ngIf=\"rotations.length > 0; else noRotations\">\n- <mat-expansion-panel *ngFor=\"let rotation of rotations; trackBy: trackByRotation\">\n+ <mat-expansion-panel *ngFor=\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): connected pending changes service to simulator page
1
chore
simulator
807,849
03.05.2018 09:49:23
25,200
d57f3b70d54de85becf499523d1dc6cd2476e379
refactor: publish tweaks Move isBreakingChange into lib Refactor fixed version mapping Add comment to collect-updates
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ const gitCommit = require(\"./lib/git-commit\");\nconst gitPush = require(\"./lib/git-push\");\nconst gitTag = require(\"./lib/git-tag\");\nconst isBehindUpstream = require(\"./lib/is-behind-upstream\");\n+const isBreakingChange = require(\"./lib/is-brea...
JavaScript
MIT License
lerna/lerna
refactor: publish tweaks - Move isBreakingChange into lib - Refactor fixed version mapping - Add comment to collect-updates
1
refactor
null
791,723
03.05.2018 11:42:14
25,200
734e09b98722e3d557ddfff430bed731836f4a69
report: error'd audits get 'Error!' treatment
[ { "change_type": "MODIFY", "diff": "@@ -31,19 +31,16 @@ class CategoryRenderer {\nconst tmpl = this.dom.cloneTemplate('#tmpl-lh-audit', this.templateContext);\nconst auditEl = this.dom.find('.lh-audit', tmpl);\nauditEl.id = audit.result.name;\n-\nconst scoreDisplayMode = audit.result.scoreDisplayMode;\n- co...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: error'd audits get 'Error!' treatment (#5077)
1
report
null
730,424
03.05.2018 11:43:49
14,400
c1152272e31ba1f6de7da803b1dff5b68e70e5ea
chore(tooling): Add pipeline build number to sauce tests
[ { "change_type": "MODIFY", "diff": "@@ -157,10 +157,11 @@ ansiColor('xterm') {\n]) {\n// set -m sets all integration commands under the same job process\n// || kill 0 after each integration command will kill all other jobs in the parent process if the integration command preceding it fails with a non-zero e...
JavaScript
MIT License
webex/react-widgets
chore(tooling): Add pipeline build number to sauce tests
1
chore
tooling
679,913
03.05.2018 13:27:15
-3,600
500dfa3bf0a23140c63c4d77a4debdd62014f4b2
feat(dot): initial import
[ { "change_type": "ADD", "diff": "+digraph g {\n+rankdir=\"LR\";\n+dpi=192;\n+fontname=\"Inconsolata\";\n+fontsize=\"9\";\n+fontcolor=\"gray\";\n+label=\"Generated with @thi.ng/dot\";\n+labeljust=\"l\";\n+labelloc=\"b\";\n+node[style=\"filled\", fontname=\"Inconsolata\", fontsize=\"11\"];\n+edge[arrowsize=\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(dot): initial import @thi.ng/dot
1
feat
dot
730,424
03.05.2018 14:45:47
14,400
30f7d03b2948bca583ededd6e9679b49a3e76e09
chore: remove unused index.js
[ { "change_type": "MODIFY", "diff": "\"url\": \"https://github.com/webex/react-ciscospark/issues\"\n},\n\"homepage\": \"https://github.com/webex/react-ciscospark#readme\",\n- \"main\": \"src/index.js\",\n\"dependencies\": {\n\"@ciscospark/common\": \"1.32.22\",\n\"@ciscospark/helper-html\": \"1.32.22\",\n", ...
JavaScript
MIT License
webex/react-widgets
chore: remove unused index.js
1
chore
null
791,690
03.05.2018 14:45:56
25,200
a3737fe69a668f7339c41bb6b22f39a6902b8b38
core(category): add manualDescription
[ { "change_type": "MODIFY", "diff": "@@ -51,23 +51,24 @@ function validateCategories(categories, audits, groups) {\nreturn;\n}\n- const auditIds = audits.map(audit => audit.implementation.meta.name);\nObject.keys(categories).forEach(categoryId => {\n- categories[categoryId].audits.forEach((audit, index) => {...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(category): add manualDescription (#5100)
1
core
category
730,424
03.05.2018 16:08:17
14,400
c5728cb5cd1c3219e2070db6998a0bdd57e88bce
fix(widget-meet): Render error page when webrtc isn't supported
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import React from 'react';\nimport classNames from 'classnames';\nimport {intlShape} from 'react-intl';\nimport {\n- compose,\nbranch,\nrenderComponent\n} from 'recompose';\n@@ -29,14 +28,11 @@ NoWebRTCSupport.propTypes = {\nintl: intlShape.isRequired\n};\...
JavaScript
MIT License
webex/react-widgets
fix(widget-meet): Render error page when webrtc isn't supported
1
fix
widget-meet
730,424
03.05.2018 16:10:09
14,400
671a792be64c80fbcc3d50de6f76fbdf00364635
refactor(widget-meet): Add displayName to enhancers
[ { "change_type": "MODIFY", "diff": "@@ -134,5 +134,5 @@ export default compose(\nconnect(\ngetMeetWidgetProps\n),\n- ...enhancers\n+ enhancers\n)(MeetWidget);\n", "new_path": "packages/node_modules/@ciscospark/widget-meet/src/container.js", "old_path": "packages/node_modules/@ciscospark/widget-meet/...
JavaScript
MIT License
webex/react-widgets
refactor(widget-meet): Add displayName to enhancers
1
refactor
widget-meet
791,723
03.05.2018 16:13:25
25,200
9eb7882a24bb48d257253b626cec983614bcffc6
core(lhr): rename perf-hint, perf-info, etc
[ { "change_type": "MODIFY", "diff": "@@ -153,9 +153,9 @@ The categories property controls how to score and organize the audit results in\nname: 'Performance',\ndescription: 'This category judges your performance',\naudits: [\n- {id: 'first-meaningful-paint', weight: 2, group: 'perf-metric'},\n- {id: 'first-i...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lhr): rename perf-hint, perf-info, etc (#5102)
1
core
lhr
791,723
03.05.2018 16:27:38
25,200
aad3aa653e4a16cc5a87e3b982395e4e3708c831
tests: node 10 compat
[ { "change_type": "MODIFY", "diff": "@@ -235,7 +235,7 @@ describe('Config', () => {\n],\n},\n},\n- }), 'missing an audit id at pwa[0]');\n+ }), /missing an audit id at pwa\\[0\\]/);\n});\nit('throws when an accessibility audit does not have a group', () => {\n", "new_path": "lighthouse-core/test/config/c...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: node 10 compat (#5106)
1
tests
null
217,922
03.05.2018 17:25:20
-7,200
ece88f53513dbc5d5d775778299a1f4a527c22ef
fix: fixed a bug with xivdb links in non-EN languages closes
[ { "change_type": "MODIFY", "diff": "@@ -5,10 +5,10 @@ export class XivdbLinkBase extends AbstractLinkBase {\ngetItemLink(name: I18nName, id: number): I18nName {\nreturn {\n- fr: `http://fr.xivdb.com/item/${id}/${this.toUrl(name.fr)}`,\n- en: `http://xivdb.com/item/${id}/${this.toUrl(name.en)}`,\n- de: `http...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed a bug with xivdb links in non-EN languages closes #332
1
fix
null
217,922
03.05.2018 19:08:23
-7,200
3896fdaf5dd4cea4bf8b49f908fa591b3430f1f6
chore(simulator): remove action cost on free actions in rotation
[ { "change_type": "MODIFY", "diff": "[ngClass]=\"{'wasted': wasted, 'disabled': disabled || notEnoughCp, 'not-enough-cp': notEnoughCp}\">\n<img src=\"{{action.getId(getJobId()) | actionIcon}}\" alt=\"\">\n<span class=\"cost\"\n- *ngIf=\"!hideCost && action.getBaseCPCost(simulation) > 0\">{{action.getBaseCPCo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): remove action cost on free actions in rotation
1
chore
simulator
724,000
03.05.2018 20:47:27
-3,600
f3dfb1e81f43c05d8ae871dba9184d83a3b3548e
fix: add cheerio as dependency to server-test-utils fixes 571
[ { "change_type": "MODIFY", "diff": "\"babel-preset-flow-vue\": \"^1.0.0\",\n\"babel-preset-stage-2\": \"^6.24.1\",\n\"chai\": \"^4.0.0\",\n- \"cheerio\": \"^1.0.0-rc.2\",\n\"cross-env\": \"^5.0.0\",\n\"css-loader\": \"^0.28.4\",\n\"eslint\": \"^4.18.1\",\n", "new_path": "package.json", "old_path": "...
JavaScript
MIT License
vuejs/vue-test-utils
fix: add cheerio as dependency to server-test-utils fixes 571
1
fix
null
791,834
03.05.2018 21:28:28
25,200
b49e6ced3d8e285eb239a429572379c7623902c6
core(displayValue): fancier displayValue type
[ { "change_type": "MODIFY", "diff": "@@ -77,9 +77,9 @@ class BootupTime extends Audit {\n* @param {LH.Audit.Context} context\n* @return {Promise<LH.Audit.Product>}\n*/\n- static audit(artifacts, context) {\n+ static async audit(artifacts, context) {\nconst trace = artifacts.traces[BootupTime.DEFAULT_PASS];\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(displayValue): fancier displayValue type (#5111)
1
core
displayValue
730,412
03.05.2018 21:34:22
0
dca7089904b6026edb06fbfda8121af804bad70a
chore(release): 0.1.291
[ { "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.291\"></a>\n+## [0.1.291](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.291
1
chore
release
730,412
03.05.2018 23:06:12
0
c2aa5ade0caa439ec2cd27ace1a39e326537524d
chore(release): 0.1.292
[ { "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.292\"></a>\n+## [0.1.292](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.292
1
chore
release
217,922
03.05.2018 23:08:22
-7,200
0288b2b6fd8900242582652ee3cebf0445b35f40
chore(simulator): fixed a bug with CP costs
[ { "change_type": "MODIFY", "diff": "[ngClass]=\"{'wasted': wasted, 'disabled': disabled || notEnoughCp, 'not-enough-cp': notEnoughCp}\">\n<img src=\"{{action.getId(getJobId()) | actionIcon}}\" alt=\"\">\n<span class=\"cost\"\n- *ngIf=\"!hideCost && action.getBaseCPCost(simulation) > 0 && cpCost > 0\">\n+ *n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): fixed a bug with CP costs
1
chore
simulator
807,884
04.05.2018 02:16:51
-36,000
9cebed17c8214af2150a824499a8c343615ccc36
fix(publish): Include all packages during global major bump Fixes
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,104 @@ packages/package-5/CHANGELOG.md\npackages/package-5/package.json\"\n`;\n+exports[`PublishCommand fixed mode major bump should bump all packages: commit 1`] = `\n+\"v2.0.0\n+\n+HEAD -> master, tag: v2.0.0\n+\n+diff --git a/lerna.json b/lerna.json\n+inde...
JavaScript
MIT License
lerna/lerna
fix(publish): Include all packages during global major bump (#1391) Fixes #1383
1
fix
publish
807,884
04.05.2018 02:17:54
-36,000
2bcdd3536476259a14a6670b5db873de26a5db7a
fix(collect-updates): Remove redundant short-circuit
[ { "change_type": "MODIFY", "diff": "@@ -65,12 +65,6 @@ function collectUpdates({\nconst dependents = collectDependents(candidates);\ndependents.forEach(node => candidates.add(node));\n- if (canary || packages.size === candidates.size) {\n- logger.verbose(\"updated\", \"(short-circuit)\");\n-\n- return Array...
JavaScript
MIT License
lerna/lerna
fix(collect-updates): Remove redundant short-circuit (#1406)
1
fix
collect-updates
679,913
04.05.2018 02:27:56
-3,600
23b645172f8bddd0e6b1eab4801ee6d83e033ae0
refactor(dot): replace NodeShape enum, minor other refactoring, add example
[ { "change_type": "MODIFY", "diff": "digraph g {\nrankdir=\"LR\";\n-dpi=192;\nfontname=\"Inconsolata\";\nfontsize=\"9\";\nfontcolor=\"gray\";\n@@ -11,7 +10,7 @@ node[style=\"filled\", fontname=\"Inconsolata\", fontsize=\"11\"];\nedge[arrowsize=\"0.75\", fontname=\"Inconsolata\", fontsize=\"9\"];\n\"x\"[color...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(dot): replace NodeShape enum, minor other refactoring, add example
1
refactor
dot
724,111
04.05.2018 04:29:12
-28,800
79854cb81601dc22a652cf49b63bab44e05e3ae9
docs: updated f3d4086...b555477
[ { "change_type": "MODIFY", "diff": "- [`context`](#context)\n- [`slots`](#slots)\n-- [scopedSlots](#scopedslots)\n+- [`scopedSlots`](#scopedslots)\n- [`stubs`](#stubs)\n- [`mocks`](#mocks)\n- [`localVue`](#localvue)\n", "new_path": "docs/zh-cn/api/options.md", "old_path": "docs/zh-cn/api/options.md"...
JavaScript
MIT License
vuejs/vue-test-utils
docs: updated f3d4086...b555477 (#575)
1
docs
null
730,413
04.05.2018 09:51:24
14,400
c522f028aa78eb0a51ddcb37b286fed83c07bd12
fix(react-container-notifications): undefined browser notification for space widget messages
[ { "change_type": "MODIFY", "diff": "-export const NOTIFICATION_TYPE_POST = 'NOTIFICATION_TYPE_POST';\n-export const NOTIFICATION_TYPE_OTHER = 'NOTIFICATION_TYPE_OTHER';\nexport const ADD_NOTIFICATION = 'notifications/ADD_NOTIFICATION';\nexport const DELETE_NOTIFICATION = 'notifications/DELETE_NOTIFICATION';...
JavaScript
MIT License
webex/react-widgets
fix(react-container-notifications): undefined browser notification for space widget messages
1
fix
react-container-notifications
791,723
04.05.2018 11:14:00
25,200
af87207cefe59c8a337ef3bdd817d287f0bbd58c
report: new audit list display, indexes & new icons
[ { "change_type": "MODIFY", "diff": "@@ -25,29 +25,33 @@ class CategoryRenderer {\n/**\n* @param {!ReportRenderer.AuditJSON} audit\n+ * @param {number} index\n* @return {!Element}\n*/\n- renderAudit(audit) {\n+ renderAudit(audit, index) {\nconst tmpl = this.dom.cloneTemplate('#tmpl-lh-audit', this.templateCo...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: new audit list display, indexes & new icons (#5109)
1
report
null
791,834
04.05.2018 12:21:48
25,200
91aa8d2f87088667b9a992f7bccebbec7135650c
core(tsc): fix ImageUsage artifact type and gather bug
[ { "change_type": "MODIFY", "diff": "@@ -110,12 +110,18 @@ module.exports = [\n},\n},\n'uses-responsive-images': {\n+ displayValue: [\n+ 'Potential savings of %d\\xa0KB',\n+ 75,\n+ ],\nextendedInfo: {\nvalue: {\nwastedKb: '>50',\n- results: {\n- length: 3,\n- },\n+ results: [\n+ {wastedPercent: '<60'},\n+ {w...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tsc): fix ImageUsage artifact type and gather bug (#5113)
1
core
tsc
730,413
04.05.2018 12:51:18
14,400
cce1535b208c990c751c0f6d6867f626b7590d37
chore(tab): add jenkinsfile for tests against beta
[ { "change_type": "ADD", "diff": "+pipeline {\n+ agent{\n+ label 'BASIC_SLAVE&&!beefy_BASIC_SLAVE'\n+ }\n+\n+ options {\n+ timeout(time: 2, unit: 'HOURS')\n+ timestamps()\n+ ansiColor('xterm')\n+ }\n+\n+ stages {\n+ stage('Checkout') {\n+ steps{\n+ checkout poll: false, scm: [$class: 'GitSCM', branches: [[na...
JavaScript
MIT License
webex/react-widgets
chore(tab): add jenkinsfile for tests against beta
1
chore
tab
679,913
04.05.2018 13:15:18
-3,600
334a4d24174acfacd5d26d7053bcf83ee84f41a1
refactor(hdom-components): make pager more customizable
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { map } from \"@thi.ng/iterators/map\";\nexport interface PagerOpts {\n/**\n* Function producing a single page nav or counter element. MUST be\n- * provided by user. All other opts are optional.\n+ * provided by user.\n*\n* The function is called wi...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-components): make pager more customizable
1
refactor
hdom-components
791,723
04.05.2018 13:53:34
25,200
db6b887e532cba8611654ecb187db2a493fda01c
report: implement new design for opportunities
[ { "change_type": "MODIFY", "diff": "@@ -47,64 +47,38 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\n* @return {!Element}\n*/\n_renderOpportunity(audit, index, scale) {\n- const element = this.dom.createElement('details', [\n- 'lh-load-opportunity',\n- `lh-load-opportunity--${Util.calculate...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: implement new design for opportunities (#5115)
1
report
null
730,413
04.05.2018 14:22:01
14,400
1781e825586eb9ee76ea9dca3f4a207c155e8e8f
chore(tab): update node version
[ { "change_type": "MODIFY", "diff": "@@ -31,8 +31,8 @@ pipeline {\nsource ~/.profile || true'''\nsh '''#!/bin/bash -ex\nsource ~/.nvm/nvm.sh\n- nvm install 8.9.1\n- nvm use 8.9.1\n+ nvm install 8.11.1\n+ nvm use 8.11.1\nnpm install\nrm .npmrc\n'''\n@@ -49,7 +49,7 @@ pipeline {\n]) {\nsh '''#!/bin/bash -ex\ns...
JavaScript
MIT License
webex/react-widgets
chore(tab): update node version
1
chore
tab
791,690
04.05.2018 15:36:02
25,200
947548c2f493e93067abbb9e00ee744f200fa527
core(metrics): consumable metrics audit output
[ { "change_type": "MODIFY", "diff": "@@ -39,66 +39,102 @@ class Metrics extends Audit {\nconst interactive = await artifacts.requestInteractive(metricComputationData);\nconst speedIndex = await artifacts.requestSpeedIndex(metricComputationData);\nconst estimatedInputLatency = await artifacts.requestEstimated...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(metrics): consumable metrics audit output (#5101)
1
core
metrics
730,413
04.05.2018 16:31:33
14,400
1fad2b4810f1c64dfd49e254640a6540c702fbcb
refactor(tab): consolidate pipeline steps
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,8 @@ pipeline {\nstages {\nstage('Checkout') {\nsteps{\n- checkout poll: false, scm: [$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'a8c27fc2-5...
JavaScript
MIT License
webex/react-widgets
refactor(tab): consolidate pipeline steps
1
refactor
tab
730,429
04.05.2018 16:40:09
14,400
3a21eb7f534221cf8f29d87af02422b51837decf
style(icon): use camel case for main
[ { "change_type": "MODIFY", "diff": "/* Imported from https://sqbu-github.cisco.com/WebExSquared/spark-icons */\n@font-face {\nfont-family: 'Neo-icons';\n- src: url('fonts/Neo-icons.woff?mujx6') format('woff');\n+ src:\n+ local('Neo-icons'),\n+ url('./fonts/Neo-icons.woff') format('woff');\nfont-weight: norm...
JavaScript
MIT License
webex/react-widgets
style(icon): use camel case for main
1
style
icon
724,000
04.05.2018 19:50:43
-3,600
d31c24c41d7292f114b516ca22bd516322fedc19
test: remove chrome from karma
[ { "change_type": "MODIFY", "diff": "\"jsdom\": \"^11.5.1\",\n\"jsdom-global\": \"^3.0.2\",\n\"karma\": \"^1.7.0\",\n- \"karma-chrome-launcher\": \"^2.2.0\",\n\"karma-mocha\": \"^1.3.0\",\n\"karma-phantomjs-launcher\": \"^1.0.4\",\n\"karma-sinon-chai\": \"^1.3.1\",\n", "new_path": "package.json", "ol...
JavaScript
MIT License
vuejs/vue-test-utils
test: remove chrome from karma
1
test
null
135,547
05.05.2018 02:02:02
21,600
663be67979e06a7b6d9497f31e27876d077a6ba9
docs(cli): added --config flag
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ commitlint@4.2.0 - Lint your commit messages\n--cwd, -d directory to execute in, defaults to: /Users/marneb/Documents/oss/commitlint\n--edit, -e read last commit message from the specified file or fallbacks to ./.git/COMMIT_EDITMSG\n--extends, -x array o...
TypeScript
MIT License
conventional-changelog/commitlint
docs(cli): added --config flag (#328)
1
docs
cli
791,690
05.05.2018 09:17:43
25,200
335ceda3ecc4028bd7430c0082142d67f534c637
core(lantern): never exclude main document from graphs
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ class FirstContentfulPaint extends MetricArtifact {\n});\nreturn dependencyGraph.cloneWithRelationships(node => {\n- if (node.endTime > fcp) return false;\n+ if (node.endTime > fcp && !node.isMainDocument()) return false;\n// Include EvaluateScript tasks...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lantern): never exclude main document from graphs (#5124)
1
core
lantern
815,745
05.05.2018 10:38:10
-10,800
fe3853dadec974dba3c0606257e0698320ff7372
fix: keep input focues while clicking dropdown items fixes
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,8 @@ import {\nChangeDetectionStrategy,\nAfterContentInit,\nOnInit,\n- OnChanges\n+ OnChanges,\n+ HostListener\n} from '@angular/core';\nimport { NgOption } from './ng-select.types';\n@@ -93,6 +94,16 @@ export class NgDropdownPanelComponent implements OnInit,...
TypeScript
MIT License
ng-select/ng-select
fix: keep input focues while clicking dropdown items fixes #514
1
fix
null
217,922
05.05.2018 12:04:51
-7,200
70382d1e6f7f820b53f3406bdfed297e5ceafb5b
fix(simulator): Ingenuity II not imported properly from a crafting optimizer export closes
[ { "change_type": "MODIFY", "diff": "@@ -96,7 +96,7 @@ export class CraftingActionsRegistry {\n{short: 'innovation', full: 'Innovation'},\n{short: 'greatStrides', full: 'GreatStrides'},\n{short: 'ingenuity', full: 'Ingenuity'},\n- {short: 'ingenuity2', full: 'Ingenuity2'},\n+ {short: 'ingenuity2', full: 'Ing...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): Ingenuity II not imported properly from a crafting optimizer export closes #333
1
fix
simulator
815,745
05.05.2018 12:26:58
-10,800
5f05b30eaf4dbc07004af376a0a487c1469e2a47
fix: reset marked item when items updated fixes
[ { "change_type": "MODIFY", "diff": "@@ -113,6 +113,7 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy, A\nngOnChanges(changes: SimpleChanges) {\nif (changes.items) {\n+ this._isScrolledToMarked = false;\nthis._handleItemsChange(changes.items);\n}\n}\n", "new_path": "src/n...
TypeScript
MIT License
ng-select/ng-select
fix: reset marked item when items updated fixes #510
1
fix
null
217,922
05.05.2018 12:58:13
-7,200
c2e883f3ed3ec5563c05896ae04f673eb1554cc8
chore(simulator): removed old sim links and replaced with menu for simulator
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import {\nMatDialogModule,\nMatIconModule,\nMatInputModule,\n- MatListModule,\n+ MatListModule, MatMenuModule,\nMatProgressSpinnerModule,\nMatTabsModule,\nMatTooltipModule\n@@ -50,6 +50,7 @@ import {VentureDetailsPopupComponent} from './venture-details-pop...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): removed old sim links and replaced with menu for simulator
1
chore
simulator
217,922
05.05.2018 13:00:36
-7,200
20331d93c889f7733f1bf702530cd59a66737402
chore(simulator): added target durability in rotation name
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,6 @@ export class CraftingRotation extends DataModel {\npublic consumables: SavedConsumables = new SavedConsumables();\npublic getName(): string {\n- return `rlvl${this.recipe.rlvl} - ${this.rotation.length} steps`;\n+ return `rlvl${this.recipe.rlvl} - ${this...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): added target durability in rotation name
1
chore
simulator
217,922
05.05.2018 15:08:35
-7,200
95e4b7929900bf1c37987e64417f8b368a9d86c0
fix(wiki): page considered not found while it was when in english
[ { "change_type": "MODIFY", "diff": "@@ -84,6 +84,7 @@ export class WikiComponent implements OnInit {\n// This has to be done because of firebase not handling redirection properly for not found pages.\nreturn this.getEnglishFallback(markdownUrl);\n}\n+ return Observable.of(res);\n})\n.catch(() => {\nreturn t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(wiki): page considered not found while it was when in english
1
fix
wiki
217,922
05.05.2018 15:22:11
-7,200
81bfef178b48d9fa7cfaf4286ee1f5dae8fb85bf
fix(wiki): wiki external links now open in new tab
[ { "change_type": "MODIFY", "diff": "@@ -48,11 +48,15 @@ export class WikiComponent implements OnInit {\n}\ninterceptLinks(event: MouseEvent): void {\n- if (event.srcElement.tagName === 'A' && ((<any>event.srcElement).href.indexOf('ffxivteamcraft.com') > -1 ||\n+ if (event.srcElement.tagName === 'A') {\n+ ev...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(wiki): wiki external links now open in new tab
1
fix
wiki
679,913
05.05.2018 15:52:33
-3,600
cef3c6a8be5f44904554a0c36ec203e053eff672
feat(hdom-components): add button component
[ { "change_type": "ADD", "diff": "+export interface ButtonOpts {\n+ /**\n+ * Element name to use for enabled buttons.\n+ * Default: \"a\"\n+ */\n+ tag: string;\n+ /**\n+ * Element name to use for disabled buttons.\n+ * Default: \"span\"\n+ */\n+ tagDisabled: string;\n+ /**\n+ * Attribute object to use for en...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-components): add button component
1
feat
hdom-components
679,913
05.05.2018 16:01:41
-3,600
5e815256636353793233e5e547d6d9323092bdd3
doc(hdom-components): add ADRs
[ { "change_type": "ADD", "diff": "+adr\n", "new_path": "packages/hdom-components/.adr-dir", "old_path": null }, { "change_type": "ADD", "diff": "+# 1. Record architecture decisions\n+\n+Date: 2018-05-04\n+\n+## Status\n+\n+Accepted\n+\n+## Context\n+\n+We need to record the architectural ...
TypeScript
Apache License 2.0
thi-ng/umbrella
doc(hdom-components): add ADRs
1
doc
hdom-components
217,922
05.05.2018 16:41:04
-7,200
c1411e0f0aa17d765dda943acc91f626e55e8e86
feat(wiki): new wiki page for crafting simulator
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ Below you'll find a summary of all pages you can find on this wiki.\n* [Favourites](/wiki/favourites), describing how favourite list/workshop system works\n* [Books](/wiki/books), how to link your ingame mastercraft books (and folklore books) to your pro...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(wiki): new wiki page for crafting simulator
1
feat
wiki
217,922
05.05.2018 18:27:11
-7,200
0f534e8e5cf09773750e28547c61a87260e1c64a
chore(simulator): added loader for simulator component
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n</mat-expansion-panel>\n-<div *ngIf=\"simulation$ | async as simulation\">\n+<div *ngIf=\"simulation$ | async as simulation; else loading\">\n<div *ngIf=\"result$ | async as resultData\">\n<mat-card *ngIf=\"!isMobile()\">\n<mat-card-header>\n</mat-card>\n<...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): added loader for simulator component
1
chore
simulator
217,922
05.05.2018 18:46:44
-7,200
6559c3cdb93256acd22499b95a9e477509892ff3
chore(simulator): saving on a rotation with different used ID results in a fork
[ { "change_type": "MODIFY", "diff": "@@ -89,9 +89,10 @@ export class SimulatorPageComponent {\nresult.description = '';\nresult.name = '';\nresult.consumables = rotation.consumables;\n- return result;\n- }).mergeMap(preparedRotation => {\n- if (preparedRotation.$key === undefined) {\n+ return {rotation: resu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): saving on a rotation with different used ID results in a fork
1
chore
simulator
791,690
06.05.2018 14:02:42
25,200
46d11afd446f4f8e6b0ca7d4a22b2ca9cc7b378b
core(lhr): move runtime config to report => lhr.configSettings
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ gulp.task('compile-report', () => {\n// externs\n'closure/third_party/commonjs.js',\n'closure/typedefs/viewer-externs.js',\n+ 'closure/typedefs/devtools-externs.js',\n'lib/file-namer.js',\n'report/html/renderer/*.js',\n", "new_path": "lighthouse-core...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lhr): move runtime config to report => lhr.configSettings (#5122)
1
core
lhr
791,690
06.05.2018 14:10:14
25,200
4872e0ba454edf565d285c91cc1b2dd37e7ed16e
tests(smokehouse): retry failed tests
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ test_script:\n# FIXME: Exclude Appveyor from running `perf` smoketest until we fix the flake.\n# https://github.com/GoogleChrome/lighthouse/issues/5053\n# - yarn smoke\n- - yarn smoke ally pwa pwa2 pwa3 dbw redirects seo offline byte ttci\n+ - yarn smoke...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smokehouse): retry failed tests (#5143)
1
tests
smokehouse
791,723
06.05.2018 14:11:07
25,200
3b56abf708a7cc53f48ef0e785b54cdc423e544d
report: improved text-wrapping
[ { "change_type": "MODIFY", "diff": "@@ -85,8 +85,14 @@ class DOMSize extends Audit {\n},\n{\ntotalNodes: '',\n- depth: stats.depth.snippet,\n- width: stats.width.snippet,\n+ depth: {\n+ type: 'code',\n+ value: stats.depth.snippet,\n+ },\n+ width: {\n+ type: 'code',\n+ value: stats.width.snippet,\n+ },\n},\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: improved text-wrapping (#5138)
1
report
null
217,922
06.05.2018 14:46:36
-7,200
1c36ac46ec8d779e139be53335716c70f751edcc
feat(patrons): custom links available for crafting rotations
[ { "change_type": "MODIFY", "diff": "<mat-select required placeholder=\"{{'CUSTOM_LINKS.Link_type' | translate}}\" [(ngModel)]=\"selectedType\">\n<mat-option value=\"workshop\">{{\"WORKSHOP.Workshops\" | translate}}</mat-option>\n<mat-option value=\"list\">{{\"Lists\" | translate}}</mat-option>\n+ <mat-optio...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(patrons): custom links available for crafting rotations
1
feat
patrons
217,922
06.05.2018 15:26:29
-7,200
bb202b638970ee82bf59cdea22f77fe88038a92d
feat: pop-up for reset or delete list once it's completed closes
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,10 @@ export class LayoutOrderService {\n'LEVEL': (a, b) => {\nconst aLevel = this.getLevel(a);\nconst bLevel = this.getLevel(b);\n- return aLevel - bLevel;\n+ const aName: string = this.localizedData.getItem(a.id)[this.translate.currentLang];\n+ const bName:...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: pop-up for reset or delete list once it's completed closes #321
1
feat
null
217,922
06.05.2018 15:35:44
-7,200
8a8907135a889eafaece36972dcfcade00d79920
chore: translation organization
[ { "change_type": "MODIFY", "diff": "\"Title\": \"Wiki\",\n\"Not_found_in_current_lang\": \"Diese Seite wurde nicht in deiner Sprache gefunden, deshalb wird die englische Version angezeigt.\",\n\"Not_found\": \"Seite nicht gefunden\"\n+ },\n+ \"HOME_PAGE\": {\n+ \"title\": \"Create lists, share, contribute, ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: translation organization
1
chore
null
791,690
06.05.2018 15:46:24
25,200
41f6a28333413dea6a44223bd8facd2c3f86c995
core(mainthreadwork): multiply by cpuSlowdownMultiplier
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ const Audit = require('./audit');\nconst WebInspector = require('../lib/web-inspector');\nconst Util = require('../report/html/renderer/util');\nconst {groupIdToName, taskToGroup} = require('../lib/task-groups');\n-const THRESHOLD_IN_MS = 10;\nclass Bootup...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(mainthreadwork): multiply by cpuSlowdownMultiplier (#5126)
1
core
mainthreadwork
217,922
06.05.2018 16:05:19
-7,200
5eee2d806054b59f7a528425806a35048076c4c4
feat: new compact mode for alarms page
[ { "change_type": "MODIFY", "diff": "</button>\n</div>\n<div *ngIf=\"(getAlarms() | async)?.length === 0\"><h4 class=\"no-alarm\">{{'ALARMS.No_alarm' | translate}}</h4></div>\n-<mat-grid-list cols=\"{{getCols()}}\" rowHeight=\"{{compact?'7:3':'3:4'}}\" class=\"grid\">\n+<mat-grid-list cols=\"{{getCols()}}\" ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new compact mode for alarms page
1
feat
null
217,922
06.05.2018 16:56:10
-7,200
f45667887d41f8f4f2791a065db0b88d2bd01ab0
chore: update authorId upon rotation fork
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,8 @@ export class SimulatorPageComponent {\n}).mergeMap(data => {\nconst preparedRotation = data.rotation;\nif (preparedRotation.$key === undefined || data.userId !== data.rotation.authorId) {\n+ // Set new authorId for the newly created rotation\n+ data.rota...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: update authorId upon rotation fork
1
chore
null
821,196
06.05.2018 17:07:35
25,200
8f582e83adad096b329677f9f51f120fcdca6001
fix: use caret versions
[ { "change_type": "MODIFY", "diff": "\"bin\": \"./bin/run\",\n\"bugs\": \"https://github.com/oclif/oclif/issues\",\n\"dependencies\": {\n- \"@oclif/command\": \"^1.4.20\",\n+ \"@oclif/command\": \"^1.4.21\",\n\"@oclif/config\": \"^1.6.17\",\n- \"@oclif/errors\": \"^1.0.8\",\n+ \"@oclif/errors\": \"^1.0.9\",\...
TypeScript
MIT License
oclif/oclif
fix: use caret versions
1
fix
null
217,922
06.05.2018 19:48:00
-7,200
eefe2e3fb9366c645a685f1fc38f8892283d8c94
chore(simulator): minimum stats popup in the leftside toolbar
[ { "change_type": "ADD", "diff": "+<h2 mat-dialog-title>{{'SIMULATOR.Min_stats' | translate}}</h2>\n+<div mat-dialog-content *ngIf=\"simulation.getMinStats() as stats\">\n+ <div>{{'SIMULATOR.CONFIGURATION.Craftsmanship' | translate}}: {{stats.craftsmanship}}</div>\n+ <div>{{'SIMULATOR.CONFIGURATION.Control' ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): minimum stats popup in the leftside toolbar
1
chore
simulator
217,922
06.05.2018 20:25:34
-7,200
58ad98b3ba1e665efcd97bb44d59892d0c620d5d
chore(simulator): import from ffxiv macro feature
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,18 @@ export class LocalizedDataService {\nreturn this.getIndexByName(places, name, 'en');\n}\n- public getCraftingActionByName(name: string, language: 'en' | 'fr' | 'de' | 'ja'): I18nName {\n+ public getCraftingActionIdByName(name: string, language: Language...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): import from ffxiv macro feature
1
chore
simulator
217,922
07.05.2018 01:18:58
-7,200
0be41d1ca217e7791a5b9872fb5dfa9be653e9a0
chore: fixed dumb error with simulator foods template binding
[ { "change_type": "MODIFY", "diff": "<button mat-mini-fab class=\"alarms-sidebar-trigger\"\nmatTooltip=\"{{'Timers' | translate}}\"\nmatTooltipPosition=\"left\"\n- *ngIf=\"!mobile\" (click)=\"timersSidebar.toggle()\"\n- [ngClass]=\"{'opened': timersSidebar?.opened}\">\n- <mat-icon *ngIf=\"!timersSidebar?.ope...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed dumb error with simulator foods template binding
1
chore
null
821,196
07.05.2018 11:30:33
25,200
98580b1729606fed0796ccdcaaad767a404925ad
fix: ts-node 6
[ { "change_type": "MODIFY", "diff": "@@ -427,7 +427,7 @@ class App extends Generator {\n'@types/mocha@^5',\n'@types/node@^9',\n'typescript@^2.8',\n- 'ts-node@^5',\n+ 'ts-node@^6',\n'tslib@^1',\n)\nif (this.tslint) {\n", "new_path": "src/generators/app.ts", "old_path": "src/generators/app.ts" } ]
TypeScript
MIT License
oclif/oclif
fix: ts-node 6
1
fix
null
730,413
07.05.2018 11:38:32
14,400
3e4ea6f7f9f28afe6b360e6c2d2ae44a823b3dd0
feat(react-container-notifications): add support for muteNotifications parameter
[ { "change_type": "MODIFY", "diff": "@@ -22,13 +22,19 @@ const TIMEOUT_LENGTH = 10000;\nconst propTypes = {\nnotifications: PropTypes.object,\nisSupported: PropTypes.bool,\n- permission: PropTypes.string\n+ isMuted: PropTypes.bool,\n+ permission: PropTypes.string,\n+ onEvent: PropTypes.func,\n+ notificationS...
JavaScript
MIT License
webex/react-widgets
feat(react-container-notifications): add support for muteNotifications parameter
1
feat
react-container-notifications
791,834
07.05.2018 14:42:17
25,200
d03a05e405e06c25c7696801bd55b9b89c433969
core(tsc): fix OptimizedImages type; type check dep audits
[ { "change_type": "MODIFY", "diff": "* @fileoverview This audit determines if the images used are sufficiently larger\n* than JPEG compressed images without metadata at quality 85.\n*/\n-// @ts-nocheck - TODO(bckenny)\n'use strict';\nconst ByteEfficiencyAudit = require('./byte-efficiency-audit');\n@@ -47,15 ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tsc): fix OptimizedImages type; type check dep audits (#5129)
1
core
tsc
791,723
07.05.2018 14:48:05
25,200
17507990e87d29756c06c0db7877aaeb2de5c63f
report: final metrics display, icons, whitespace polish
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,8 @@ class FirstMeaningfulPaint extends Audit {\nstatic get meta() {\nreturn {\nname: 'first-meaningful-paint',\n- description: 'First meaningful paint',\n- helpText: 'First meaningful paint measures when the primary content of a page is visible. ' +\n+ descr...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: final metrics display, icons, whitespace polish (#5130)
1
report
null
730,412
07.05.2018 15:07:22
0
fad328c649d8da8b140c08e0db309730becfc20a
chore(release): 0.1.293
[ { "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.293\"></a>\n+## [0.1.293](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.293
1
chore
release
791,723
07.05.2018 15:17:32
25,200
0286fa7c03b2813a11666e095f7c9e93470c7006
report: audit details not longer collapsible. fixup width and margin
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,9 @@ class CategoryRenderer {\n// Append audit details to header section so the entire audit is within a <details>.\nconst header = /** @type {!HTMLDetailsElement} */ (this.dom.find('details', auditEl));\nif (audit.result.details && audit.result.details.type)...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: audit details not longer collapsible. fixup width and margin (#5151)
1
report
null
730,421
07.05.2018 15:18:00
21,600
c64761ab2947b066fcd061e015897c25b64e0428
feat(space-item): add active prop refactor activeSpaceId to active bool update active styles for space-item change click to mousedown for space-item update snapshot for mousedown change
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n+exports[`SpaceItem component correctly renders an active space 1`] = `\n+<div\n+ className=\"space-item item active\"\n+ onKeyDown={[Function]}\n+ onMouseDown={[Function]}\n+ role=\"button\"\n+ tabIndex=\"0\"\n+>\n+ <div\n+ cla...
JavaScript
MIT License
webex/react-widgets
feat(space-item): add active prop - refactor activeSpaceId to active bool - update active styles for space-item - change click to mousedown for space-item - update snapshot for mousedown change
1
feat
space-item
807,849
07.05.2018 16:03:31
25,200
64b315ebcdf37a0b803b6b6ffd91cd50bc031eb9
chore(helpers): Remove private dependency on Project
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n+// eslint-disable-next-line import/no-extraneous-dependencies, node/no-extraneous-require\nconst Project = require(\"@lerna/project\");\nmodule.exports = updateLernaConfig;\n", "new_path": "helpers/update-lerna-config/index.js", "old_path": "help...
JavaScript
MIT License
lerna/lerna
chore(helpers): Remove private dependency on Project
1
chore
helpers
807,849
07.05.2018 16:18:02
25,200
9acde7d016e0bc4b341bf947fefd9d5c8f32f51c
feat(project): Upgrade cosmiconfig
[ { "change_type": "MODIFY", "diff": "@@ -16,10 +16,7 @@ const deprecateConfig = require(\"./lib/deprecate-config\");\nclass Project {\nconstructor(cwd) {\nconst explorer = cosmiconfig(\"lerna\", {\n- js: false, // not unless we store version somewhere else...\n- rc: \"lerna.json\",\n- rcStrictJson: true,\n- ...
JavaScript
MIT License
lerna/lerna
feat(project): Upgrade cosmiconfig
1
feat
project
807,849
07.05.2018 16:26:11
25,200
393b501d6518b866cca2ec952dc14a1d9c05b654
feat: Upgrade execa
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"chalk\": \"^2.3.1\",\n- \"execa\": \"^0.9.0\",\n+ \"execa\": \"^0.10.0\",\n\"strong-log-transformer\": \"^1.0.6\"\n}\n}\n", "new_path": "core/child-process/package.json", "old_path": "core/child-process/package.json" }, { "change...
JavaScript
MIT License
lerna/lerna
feat: Upgrade execa
1
feat
null
807,849
07.05.2018 16:32:15
25,200
d65cc4484e627c883781c51c124152e5b2e10547
chore(dev-deps): bump fast-async
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=\"\n},\n\"fast-async\": {\n- \"version\": \"6.3.6\",\n- \"resolved\": \"https://registry.npmjs.org/fast-async/-/fast-async-6.3.6.tgz\",\n- \"integrity\": \"sha512-rysl/XmBgy5BKVHDwDLdJ7HH0ZJs9WCGbQJObaN0WU9U60yD6fheyc5XH3w...
JavaScript
MIT License
lerna/lerna
chore(dev-deps): bump fast-async
1
chore
dev-deps
217,922
07.05.2018 19:01:39
-7,200
d6835b9a97c385f0614b4a5bd9974eb1324ae713
fix(simulator): fixed buffs duration not handled properly in snapshot mode
[ { "change_type": "MODIFY", "diff": "@@ -137,7 +137,7 @@ export class Simulation {\nstate: this.state,\n});\n}\n- if (this.steps.length < maxTurns) {\n+ if (this.steps.length <= maxTurns) {\n// Tick buffs after checking synth result, so if we reach 0 durability, synth fails.\nthis.tickBuffs(linear);\n}\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed buffs duration not handled properly in snapshot mode
1
fix
simulator
730,429
07.05.2018 19:24:32
14,400
8878c5940f7819bfbaa4e5964e66a1745b12e947
chore(redux-spark-fixtures): initial package
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"@ciscospark/react-redux-spark-fixtures\",\n+ \"description\": \"Cisco Spark React Redux Test Fixtures\",\n+ \"main\": \"./cjs/index.js\",\n+ \"src\": \"./src/index.js\",\n+ \"module\": \"./es/index.js\",\n+ \"keywords\": [],\n+ \"contributors\": [\n+ \"Adam...
JavaScript
MIT License
webex/react-widgets
chore(redux-spark-fixtures): initial package
1
chore
redux-spark-fixtures
730,429
07.05.2018 19:25:52
14,400
66b70bb82b99ad8061a78a3bce7cc46db51086cd
chore(redux-spark): use fixture library
[ { "change_type": "DELETE", "diff": "-const mocks = [];\n-\n-function genMockFunction() {\n- const mock = jest.fn(() => Promise.resolve());\n- mocks.push(mock);\n- return mock;\n-}\n-\n-export default function createSpark() {\n- const spark = {\n- isAuthenticated: false,\n- isAuthenticating: false,\n- ready:...
JavaScript
MIT License
webex/react-widgets
chore(redux-spark): use fixture library
1
chore
redux-spark
730,429
07.05.2018 19:26:14
14,400
bbab006228049600b053f398292b7ffdbff3e72f
chore(spark-oauth): use fixture library
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport renderer from 'react-test-renderer';\n-import {createMockSpark} from '@ciscospark/react-redux-spark';\n+import {createMockSpark} from '@ciscospark/react-redux-spark-fixtures';\nimport SparkOAuth from '.';\n", "new_path": "packages/no...
JavaScript
MIT License
webex/react-widgets
chore(spark-oauth): use fixture library
1
chore
spark-oauth
730,429
07.05.2018 19:26:36
14,400
19a29a054d578e30e4d41d79acd47d931941a53a
chore(module-conversation): use fixture library
[ { "change_type": "MODIFY", "diff": "export * from './actions';\nexport {default, initialState} from './reducer';\n-\n-// Exports for tests and mock stores\n-export {default as store} from './__mocks__/conversation-store';\n-export {activities as fixtures} from './__fixtures__/activities';\n", "new_path"...
JavaScript
MIT License
webex/react-widgets
chore(module-conversation): use fixture library
1
chore
module-conversation
730,429
07.05.2018 19:26:53
14,400
3876af3de7b2ac7c0354cb59f6e69baec752eb50
chore(module-share): use fixture library
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,6 @@ import {bufferToBlob} from '@ciscospark/react-component-utils';\nexport const FETCH_SHARE = 'share/FETCH_SHARE';\nexport const RECEIVE_SHARE = 'share/RECEIVE_SHARE';\n-export {default as store} from './__mocks__/share-store';\n-\nexport const initialState ...
JavaScript
MIT License
webex/react-widgets
chore(module-share): use fixture library
1
chore
module-share
679,913
07.05.2018 20:16:08
-3,600
ec41eb9c9a9209e13f6be02791d8cf2b7b3cdcb7
refactor(hdom-components): update button args
[ { "change_type": "MODIFY", "diff": "+import { IObjectOf } from \"@thi.ng/api/api\";\n+\nexport interface ButtonOpts {\n/**\n* Element name to use for enabled buttons.\n@@ -28,42 +30,48 @@ export interface ButtonOpts {\npreventDefault: boolean;\n}\n+export interface ButtonArgs {\n+ attribs: IObjectOf<any>;\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-components): update button args
1
refactor
hdom-components
679,913
07.05.2018 20:17:09
-3,600
a11803c4a48618244779d7bad4ba7e5e036b8c79
feat(hdom-components): add notification component
[ { "change_type": "ADD", "diff": "+import { IObjectOf } from \"@thi.ng/api/api\";\n+import { button } from \"./button\";\n+\n+export interface NotificationOpts {\n+ /**\n+ * Attribute object to use for notification.\n+ * Default: none\n+ */\n+ attribs: IObjectOf<any>;\n+ /**\n+ * Attribute object for link wr...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-components): add notification component
1
feat
hdom-components
679,913
07.05.2018 20:29:17
-3,600
4f8e7babe107897b476060dee003afac9bd776ea
refactor(hdom-components): update notification & appLink comps
[ { "change_type": "MODIFY", "diff": "@@ -3,11 +3,11 @@ import { isString } from \"@thi.ng/checks/is-string\";\nexport const link = (attribs: any, body: any) =>\n[\"a\", isString(attribs) ? { href: attribs } : attribs, body];\n-export const appLink = (attribs: any, body: any, onclick: (e: Event) => void) =>\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-components): update notification & appLink comps
1
refactor
hdom-components
217,922
07.05.2018 20:31:34
-7,200
0122d91c0a9e801e1b45e599fc333fa2a40eb927
chore(simulator): better approach for foods apply
[ { "change_type": "MODIFY", "diff": "-import {Component, EventEmitter, Input, OnDestroy, OnInit, Output, ChangeDetectionStrategy, OnChanges, SimpleChanges} from '@angular/core';\n+import {ChangeDetectionStrategy, Component, EventEmitter, Input, OnDestroy, OnInit, Output} from '@angular/core';\nimport {Craft}...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): better approach for foods apply
1
chore
simulator
217,922
07.05.2018 20:36:11
-7,200
aa81872120c74343c2cb429152af75ee239017e2
fix(simulator): you don't need an account anymore for custom mode
[ { "change_type": "MODIFY", "diff": "@@ -194,16 +194,15 @@ export class SimulatorComponent implements OnInit, OnDestroy {\n}\nngOnInit(): void {\n- if (!this.customMode) {\nObservable.combineLatest(this.recipe$, this.gearsets$, (recipe, gearsets) => {\nlet userSet = gearsets.find(set => set.jobId === recipe....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): you don't need an account anymore for custom mode
1
fix
simulator
679,913
07.05.2018 20:40:14
-3,600
cefb19947f89ce37f41e1f639e5b036921942aa5
refactor(hdom-components): remove CanvasOpts, update re-exports
[ { "change_type": "MODIFY", "diff": "-export interface CanvasOpts {\n- width: number;\n- height: number;\n- [id: string]: any;\n-}\n-\n/**\n* User provided canvas life cycle methods. These differ from the usual\n* @thi.ng/hdom life cycle methods and are always passed at least the\n", "new_path": "package...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-components): remove CanvasOpts, update re-exports
1
refactor
hdom-components
679,913
07.05.2018 20:44:35
-3,600
a9574a0bd98b95a81ceb6bb9aa85734f2798afff
feat(associative): add mapKeysObj() / mapKeysMap()
[ { "change_type": "ADD", "diff": "+import { isFunction } from \"@thi.ng/checks/is-function\";\n+import { IObjectOf } from \"@thi.ng/api/api\";\n+\n+/**\n+ * Similar to `mapKeysObj()`, but for ES6 Maps instead of plain objects.\n+ *\n+ * @param src\n+ * @param xs\n+ */\n+export function mapKeysMap<K, V>(src: ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(associative): add mapKeysObj() / mapKeysMap()
1
feat
associative
791,690
08.05.2018 11:22:03
25,200
30eb6cee6790877c2d3e6991e9ef911e9a298e00
core(start-url): use window.location over fetch
[ { "change_type": "MODIFY", "diff": "@@ -143,15 +143,9 @@ module.exports = [\n// Ignore speed test; just verify that it ran.\n},\n'webapp-install-banner': {\n- // FIXME(bckenny): This is a lie, the site should pass this. Issue #4898\n- score: 0,\n+ score: 1,\nextendedInfo: {\nvalue: {\n- // FIXME(bckenny): T...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(start-url): use window.location over fetch (#5159)
1
core
start-url
791,690
08.05.2018 12:18:44
25,200
beb709294e588317d9fb0a62cfd9cb3a6672d60c
core(lhr): convert reportCategories to categories object
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,9 @@ class ReportRenderer {\n// If any mutations happen to the report within the renderers, we want the original object untouched\nconst clone = /** @type {!ReportRenderer.ReportJSON} */ (JSON.parse(JSON.stringify(report)));\n- if (!Array.isArray(clone.report...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lhr): convert reportCategories to categories object (#5155)
1
core
lhr
448,063
08.05.2018 13:53:33
-7,200
f4beea90797002f0fec0ae2246c7e5ab293eb6b8
fix: correct depth analysis of unordered dependencies for secondaries
[ { "change_type": "MODIFY", "diff": "@@ -48,4 +48,25 @@ describe(`DepthBuilder`, () => {\nexpect(groups[3]).to.have.same.members(['b']);\nexpect(groups[4]).to.have.same.members(['a']);\n});\n+\n+ /**\n+ * This scenario is visually documented:\n+ * https://mermaidjs.github.io/mermaid-live-editor/#/edit/eyJjb2...
TypeScript
MIT License
ng-packagr/ng-packagr
fix: correct depth analysis of unordered dependencies for secondaries (#846)
1
fix
null
807,849
08.05.2018 13:54:23
25,200
ee0c7be7e07930efa8a0c7e60c671b2ccdfbbdb7
chore(ci): add node 10 to test matrix
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ git:\nsudo: false\nlanguage: node_js\nnode_js:\n+ - '10'\n- '8'\n- '6'\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ shallow_clone: true\nenvironment:\nNO_UPDATE_NOTIFIER...
JavaScript
MIT License
lerna/lerna
chore(ci): add node 10 to test matrix
1
chore
ci
679,913
08.05.2018 14:48:31
-3,600
c0950d654ccf428b16e9e8c42661193eaef0ecbf
feat(hdom-components): add buttonGroup
[ { "change_type": "ADD", "diff": "+import { IObjectOf } from \"@thi.ng/api/api\";\n+\n+import { ButtonArgs, Button } from \"./button\";\n+\n+/**\n+ * Button group component config options.\n+ */\n+export interface ButtonGroupOpts {\n+ /**\n+ * Pre-configured stateless button component function for first\n+ *...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-components): add buttonGroup
1
feat
hdom-components
730,429
08.05.2018 16:29:52
14,400
d70aabda8d9613b47e33cc3eb914d5494a20745e
feat(samples): add basic components
[ { "change_type": "ADD", "diff": "+.iconButton {\n+ height: 50px;\n+ width: 50px;\n+ background-color: blueviolet;\n+}\n", "new_path": "samples/BasicComponents.css", "old_path": null }, { "change_type": "ADD", "diff": "+import React from 'react';\n+\n+import Button from '@ciscospark/react...
JavaScript
MIT License
webex/react-widgets
feat(samples): add basic components
1
feat
samples
807,849
08.05.2018 17:20:14
25,200
d3a8128c31c8794fa413c26b329f1f2f8a32cf50
fix(child-process): Prevent duplicate logs when any package-oriented execution fails Previously, avoiding duplicate logging required special handling per use-case and only covered non-streaming variants.
[ { "change_type": "MODIFY", "diff": "@@ -89,9 +89,14 @@ describe(\"ExecCommand\", () => {\nexpect(ChildProcessUtilities.spawn).toHaveBeenCalledTimes(1);\nexpect(ChildProcessUtilities.spawn).lastCalledWith(\"ls\", [], {\ncwd: path.join(testDir, \"packages/package-2\"),\n+ pkg: expect.objectContaining({\n+ nam...
JavaScript
MIT License
lerna/lerna
fix(child-process): Prevent duplicate logs when any package-oriented execution fails Previously, avoiding duplicate logging required special handling per use-case and only covered non-streaming variants.
1
fix
child-process
730,412
08.05.2018 18:13:16
0
76e664d63c0909919ff86b84b2ad5db4eaa875d4
chore(release): 0.1.294
[ { "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.294\"></a>\n+## [0.1.294](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.294
1
chore
release