author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
815,746 | 05.12.2017 08:46:29 | -7,200 | 8609fe520c3da6c0dc272d7f31a561d968a41620 | fix: add clear all text Input
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,9 @@ addons:\npackages:\n- google-chrome-stable\nbefore_install:\n+- echo \"$TRAVIS_BRANCH\"\n+- echo \"$TRAVIS_PULL_REQUEST\"\n+- if [ \"$TRAVIS_BRANCH\" == \"master\" ] && [ \"$TRAVIS_PULL_REQUEST\" == false ]; then openssl aes-256-cbc -K $encrypted_100b62b... | TypeScript | MIT License | ng-select/ng-select | fix: add clear all text Input (#155)
closes https://github.com/ng-select/ng-select/issues/153 | 1 | fix | null |
791,723 | 05.12.2017 11:19:14 | 28,800 | b72dffefab4e691c528713a08088102b15dc2379 | misc(codeowners): represent brendan's leave | [
{
"change_type": "MODIFY",
"diff": "# https://help.github.com/articles/about-codeowners/\nlighthouse-cli/ @patrickhulce @paulirish\n-lighthouse-cli/test/fixtures/ @patrickhulce @brendankenny\n-lighthouse-cli/test/smokehouse/ @patrickhulce @brendankenny\n+lighthouse-cli/test/fixtures/ @patrickhulce # @brenda... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(codeowners): represent brendan's leave (#3991) | 1 | misc | codeowners |
448,039 | 06.12.2017 09:08:15 | -3,600 | f3540dc3f4a74fd43c19a93f951ccc77efc936ff | release: cut v2.0.0-rc.5 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.0.0-rc.5\"></a>\n+# [2.0.0-rc.5](https://github.com/dherges/ng-packagr/compare/v2.0... | TypeScript | MIT License | ng-packagr/ng-packagr | release: cut v2.0.0-rc.5 | 1 | release | null |
791,897 | 07.12.2017 19:40:55 | -3,600 | 28f816e3f49413e88a0dec4543cdc0f105166d9c | core(seo): consistent help text links
* core(help-text): improve help text
Update help text meta-description audit to be more consistent with the other audits.
* core(help-text): improve help text | [
{
"change_type": "MODIFY",
"diff": "@@ -17,8 +17,8 @@ class Description extends Audit {\ndescription: 'Document has a meta description',\nfailureDescription: 'Document does not have a meta description',\nhelpText: 'Meta descriptions may be included in search results to concisely summarize ' +\n- 'page conte... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(seo): consistent help text links (#3901)
* core(help-text): improve help text
Update help text meta-description audit to be more consistent with the other audits.
* core(help-text): improve help text | 1 | core | seo |
791,723 | 08.12.2017 09:49:48 | 28,800 | d782494d52668cbec75c24f92b8bb0f49c337d92 | core(web-inspector): keep all experiments disabled, fixing conflict when running in DevTools | [
{
"change_type": "MODIFY",
"diff": "@@ -30,10 +30,10 @@ module.exports = (function() {\nconst _setImmediate = global.setImmediate;\nglobal.Runtime = global.Runtime || {};\n-\n- // Required for devtools-timeline-model\nglobal.Runtime.experiments = global.Runtime.experiments || {};\n- global.Runtime.experimen... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(web-inspector): keep all experiments disabled, fixing conflict when running in DevTools (#4010) | 1 | core | web-inspector |
791,731 | 08.12.2017 15:33:11 | 28,800 | b079325f8139864bc0f3af98ff0e51bdaeead54b | core(gather-runner): fix headless chrome UA check | [
{
"change_type": "MODIFY",
"diff": "@@ -172,7 +172,7 @@ class GatherRunner {\n* @param {!GathererResults} gathererResults\n*/\nstatic warnOnHeadless(userAgent, gathererResults) {\n- if (userAgent.startsWith('HeadlessChrome')) {\n+ if (userAgent.includes('HeadlessChrome')) {\ngathererResults.LighthouseRunWar... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(gather-runner): fix headless chrome UA check (#4019) | 1 | core | gather-runner |
448,085 | 09.12.2017 00:19:56 | 28,800 | 8c380aa873f2a13246f23a2f86418a4ed7442b2a | fix: show proper path of failure on sass inline
when the sass inline fails it showed that it failed in `Object object` when it should tell you which file failed. | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,7 @@ const processStylesheet =\nreturn Promise.resolve(result.css);\n} catch (err) {\n- return Promise.reject(new Error(`Cannot inline stylesheet ${path}`));\n+ return Promise.reject(new Error(`Cannot inline stylesheet ${stylesheetFilePath}`));\n}\n}\n",
... | TypeScript | MIT License | ng-packagr/ng-packagr | fix: show proper path of failure on sass inline (#380)
when the sass inline fails it showed that it failed in `Object object` when it should tell you which file failed. | 1 | fix | null |
448,072 | 09.12.2017 18:44:01 | -7,200 | 6c36032f60f4e8d56780213765cbda58b78be1bd | ci: TravisBuddy Integration :zap: | [
{
"change_type": "MODIFY",
"diff": "language: node_js\n-\nnode_js:\n- - \"node\"\n- - \"8\"\n- - \"7\"\n- - \"6\"\n-\n-script: yarn test\n-\n+ - node\n+ - '8'\n+ - '7'\n+ - '6'\n+script: 'yarn test'\ncache:\nyarn: true\n+notifications:\n+ webhooks:\n+ urls:\n+ - 'https://www.travisbuddy.com/'\n+ on_success:... | TypeScript | MIT License | ng-packagr/ng-packagr | ci: TravisBuddy Integration :zap: (#364) | 1 | ci | null |
791,690 | 09.12.2017 20:07:17 | 28,800 | e217d090dbdfbbc2532b527537657a68756f34dd | core(critical-request-chains): corrected help text | [
{
"change_type": "MODIFY",
"diff": "@@ -18,9 +18,9 @@ class CriticalRequestChains extends Audit {\ndescription: 'Critical Request Chains',\ninformative: true,\nhelpText: 'The Critical Request Chains below show you what resources are ' +\n- 'required for first render of this page. Improve page load by reduci... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(critical-request-chains): corrected help text (#4009) | 1 | core | critical-request-chains |
791,723 | 11.12.2017 10:48:52 | 28,800 | f49ef0602537de1a87e692960d8962974c566e1e | report(perf-audits): adjust presentation of runtime cost audits | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ class BootupTime extends Audit {\nreturn {\ncategory: 'Performance',\nname: 'bootup-time',\n- description: 'JavaScript boot-up time is high (> 4s)',\n+ description: 'JavaScript boot-up time',\nfailureDescription: 'JavaScript boot-up time is too high',\nh... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(perf-audits): adjust presentation of runtime cost audits (#4020) | 1 | report | perf-audits |
573,227 | 12.12.2017 00:13:54 | -3,600 | 4c2cb1a7edfe6252e68e409d850aef73961338ca | fix(request): date() and time() methods return value | [
{
"change_type": "MODIFY",
"diff": "@@ -241,14 +241,9 @@ function patch(Request) {\n* @memberof Request\n* @instance\n* @function date\n- * @returns {Date} date\n+ * @returns {Date} date when request began being processed\n*/\nRequest.prototype.date = function date() {\n- if (this._date !== undefined) {\n- ... | JavaScript | MIT License | restify/node-restify | fix(request): date() and time() methods return value (#1576) | 1 | fix | request |
791,731 | 12.12.2017 13:53:10 | 28,800 | a73e7da82b122bdaa10d782eea6b217fc177bb16 | report(warnings): warn only if using an old headless | [
{
"change_type": "MODIFY",
"diff": "@@ -172,10 +172,15 @@ class GatherRunner {\n* @param {!GathererResults} gathererResults\n*/\nstatic warnOnHeadless(userAgent, gathererResults) {\n- if (userAgent.includes('HeadlessChrome')) {\n+ const chromeVersion = userAgent.split(/HeadlessChrome\\/(.*) /)[1];\n+ // Hea... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(warnings): warn only if using an old headless (#4021) | 1 | report | warnings |
448,039 | 12.12.2017 15:16:13 | -3,600 | 816b3b90a1738fccea548db97b5db206ea3ebc8d | style: try to avoid the word "conf" and "configuration" | [
{
"change_type": "MODIFY",
"diff": "@@ -27,29 +27,32 @@ interface UserPackage {\n}\n/**\n- * Resolves a package conf by testing for 'package.json', 'ng-package.json', or 'ng-package.js'.\n+ * Resolves a user's package by testing for 'package.json', 'ng-package.json', or 'ng-package.js'.\n*\n* @param folderP... | TypeScript | MIT License | ng-packagr/ng-packagr | style: try to avoid the word "conf" and "configuration" | 1 | style | null |
791,690 | 14.12.2017 13:26:19 | 28,800 | 7f005e5b46e9ef961a438dbfffa21cc2bf354f53 | core(optimized-images): skip mismatched mimeTypes | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,9 @@ class OptimizedImages extends Gatherer {\n}\nseenUrls.add(record._url);\n- const isOptimizableImage = /image\\/(png|bmp|jpeg)/.test(record._mimeType);\n+ const isOptimizableImage = record._resourceType &&\n+ record._resourceType._name === 'image' &&\n+ /... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(optimized-images): skip mismatched mimeTypes (#4045) | 1 | core | optimized-images |
815,745 | 16.12.2017 14:10:07 | -7,200 | ff8981c9bdc0a7f6a9795024ae46292f67749156 | fix: separate extraneous properties with object values closes | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,8 @@ import { Component, ChangeDetectionStrategy } from '@angular/core';\nchangeDetection: ChangeDetectionStrategy.OnPush,\ntemplate: `\n<p>\n- By default the dropdown is displayed below the ng-select. You can change the default position by setting dropdownPosi... | TypeScript | MIT License | ng-select/ng-select | fix: separate extraneous properties with object values closes #165 | 1 | fix | null |
815,745 | 16.12.2017 19:44:36 | -7,200 | b803744ec0263d1cf0bf246499d01520a52a478d | feat(bindLabel): support nested expression closes | [
{
"change_type": "MODIFY",
"diff": "@@ -14,10 +14,10 @@ import { Component, ChangeDetectionStrategy } from '@angular/core';\nSelected city object: {{selectedCity2 | json}}\n</p>\n<hr>\n- <label>Bind label to custom property</label>\n+ <label>Bind label to nested custom property</label>\n---html,true\n- <ng-... | TypeScript | MIT License | ng-select/ng-select | feat(bindLabel): support nested expression closes #159 | 1 | feat | bindLabel |
744,032 | 18.12.2017 06:25:46 | -3,600 | c679e907d1a19d0858698fdd9fa882d10c4ba5a3 | fix: 'undefined' should be taken to mean no argument was provided | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,7 @@ module.exports = function validation (yargs, usage, y18n) {\n// make sure that any args that require an\n// value (--foo=bar), have a value.\nself.missingArgumentValue = function missingArgumentValue (argv) {\n- const defaultValues = [true, false, '']\n+... | JavaScript | MIT License | yargs/yargs | fix: 'undefined' should be taken to mean no argument was provided (#1015) | 1 | fix | null |
791,690 | 18.12.2017 11:10:11 | 28,800 | 47122260b285c24b7a369b7e09cede02183bae28 | core(estimated-input-latency): remove target reference
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -25,8 +25,8 @@ class EstimatedInputLatency extends Audit {\nhelpText: 'The score above is an estimate of how long your app takes to respond to user ' +\n'input, in milliseconds. There is a 90% probability that a user encounters this amount ' +\n'of latency, or less. 10... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(estimated-input-latency): remove target reference (#4069)
fixes #4061 | 1 | core | estimated-input-latency |
791,690 | 18.12.2017 11:13:01 | 28,800 | 3f9d94c634c89805c980b02f74af8f893cae8219 | core(gather-runner): covert assertPageLoaded into soft failure | [
{
"change_type": "MODIFY",
"diff": "@@ -138,14 +138,12 @@ class GatherRunner {\n}\n/**\n- * Throws an error if the original network request failed or wasn't found.\n+ * Returns an error if the original network request failed or wasn't found.\n* @param {string} url The URL of the original requested page.\n- ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(gather-runner): covert assertPageLoaded into soft failure (#4048) | 1 | core | gather-runner |
791,699 | 18.12.2017 11:18:02 | 28,800 | 48a129fbb6286846625c10a100f4065070688a47 | core: upstream patches from downstream consumer | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,9 @@ class ResponseCompression extends Gatherer {\nconst driver = options.driver;\nreturn Promise.all(textRecords.map(record => {\n- return driver.getRequestContent(record.requestId).then(content => {\n+ const contentPromise = driver.getRequestContent(record.... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: upstream patches from downstream consumer | 1 | core | null |
815,745 | 18.12.2017 14:07:13 | -7,200 | 4cbeb60c603ca6a408c56f66df89709befca182b | chore(release): 0.13.0 | [
{
"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.13.0\"></a>\n+# [0.13.0](https://github.com/ng-select/ng-select/compare/v0.12.0...v... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.13.0 | 1 | chore | release |
791,690 | 18.12.2017 16:32:06 | 28,800 | 9fa36ceaf25b972311cbc335dd39de15d215ba43 | deps: bump js-library-detector | [
{
"change_type": "MODIFY",
"diff": "\"http-link-header\": \"^0.8.0\",\n\"inquirer\": \"^3.3.0\",\n\"jpeg-js\": \"0.1.2\",\n- \"js-library-detector\": \"^4.0.0\",\n+ \"js-library-detector\": \"^4.3.1\",\n\"json-stringify-safe\": \"5.0.1\",\n\"lighthouse-logger\": \"^1.0.0\",\n\"metaviewport-parser\": \"0.1.0... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: bump js-library-detector (#4086) | 1 | deps | null |
791,723 | 19.12.2017 15:21:47 | 28,800 | 485e48556a2b3e98af33701e6468a73d4b256d2f | misc(viewer): retain /plots/ when deploying new viewer version | [
{
"change_type": "MODIFY",
"diff": "@@ -173,6 +173,7 @@ gulp.task('create-dir-for-gh-pages', () => {\ngulp.task('deploy', cb => {\nrunSequence('clean', 'build', 'create-dir-for-gh-pages', function() {\nghpages.publish(`dist/viewer`, {\n+ add: true, // keep existing files (like `./plots/`)\nlogger: $.util.lo... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(viewer): retain /plots/ when deploying new viewer version (#4079) | 1 | misc | viewer |
791,723 | 19.12.2017 16:46:59 | 28,800 | c206e0a5a8852bd337253f5b4870458eb05e8ec3 | report(categories): performance first, then pwa, then the others | [
{
"change_type": "MODIFY",
"diff": "@@ -221,7 +221,7 @@ module.exports = {\ndescription: 'These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://developers.google.com/web/fundamentals/accessibility/how-to-review).',\n},... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(categories): performance first, then pwa, then the others (#4095) | 1 | report | categories |
791,699 | 20.12.2017 04:03:58 | -39,600 | 6ca5ef206ecee6b3f0eca95f5a9dd19eb06bd5af | core(asset-saver): minor fix for logAssets | [
{
"change_type": "MODIFY",
"diff": "@@ -208,13 +208,13 @@ function saveAssets(artifacts, audits, pathWithBasename) {\nfunction logAssets(artifacts, audits) {\nreturn prepareAssets(artifacts, audits).then(assets => {\nassets.map(data => {\n- log.log('devtoolslog-${data.passName}.json', data.devtoolsLog);\n+ ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(asset-saver): minor fix for logAssets (#4088) | 1 | core | asset-saver |
815,746 | 20.12.2017 18:32:25 | -7,200 | 716ae57998abdb6fdb60e2a3462fe469b3ab160a | chore(release): 0.14.0 | [
{
"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.14.0\"></a>\n+# [0.14.0](https://github.com/ng-select/ng-select/compare/v0.13.0...v... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.14.0 | 1 | chore | release |
815,746 | 20.12.2017 19:14:58 | -7,200 | ffabe34a5f5c8cd677c0e43131a060b1674ac88e | fix: export missing function for aot
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,6 @@ node_js:\ncache:\ndirectories:\n- node_modules\n- - integration/node_modules\nos:\n- linux\naddons:\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ import {NgSelectModule... | TypeScript | MIT License | ng-select/ng-select | fix: export missing function for aot (#171)
fixes https://github.com/ng-select/ng-select/issues/169 | 1 | fix | null |
815,746 | 20.12.2017 19:16:11 | -7,200 | 21ac928ecc7b6ca74abf87c402444e902e6d04ba | chore(release): 0.14.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.14.1\"></a>\n+## [0.14.1](https://github.com/ng-select/ng-select/compare/v0.14.0...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.14.1 | 1 | chore | release |
135,497 | 21.12.2017 13:59:14 | 0 | cdbb085f1d44409b1fb0bb18559793d894f06e64 | fix: ignore semver commits with chore type
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ const WILDCARDS = [\nc\n.split('\\n')\n.shift()\n+ .replace(/^chore(\\([^)]+\\))?:/, '')\n.trim()\n)\n];\n",
"new_path": "@commitlint/core/src/library/is-ignored.js",
"old_path": "@commitlint/core/src/library/is-ignored.js"
},
{
"change_t... | TypeScript | MIT License | conventional-changelog/commitlint | fix: ignore semver commits with chore type
Closes #198 | 1 | fix | null |
448,060 | 22.12.2017 13:29:35 | 28,800 | 62b5526c368f6b52f25ef084cb5a5c4d3c6d7589 | test: fix jsx consumer in integration tests | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';\nimport { FooComponent, BarComponent } from 'sample-custom';\nimport { CoreConsumerModule } from './core-consumer/core-consumer.module';\nimport { CustomConsulerModule } from './custom-consumer/custom-consumer.modu... | TypeScript | MIT License | ng-packagr/ng-packagr | test: fix jsx consumer in integration tests | 1 | test | null |
448,091 | 30.12.2017 00:27:00 | 28,800 | 4cfd98d6cd9da7e35fcaea8c555abf9d1f0a3c35 | fix: supports extracting styles from multiple styleUrls | [
{
"change_type": "MODIFY",
"diff": "@@ -79,6 +79,7 @@ export const componentTransformer: ComponentTransformer =\n.filter((node) => node.kind === ts.SyntaxKind.SyntaxList)\n.map((node) => node.getChildren().map(n => n.getText()))\n.reduce((prev, current) => prev.concat(...current), [])\n+ .filter(text => tex... | TypeScript | MIT License | ng-packagr/ng-packagr | fix: supports extracting styles from multiple styleUrls (#455) | 1 | fix | null |
743,863 | 01.01.2018 13:49:25 | 28,800 | c8adffbea3a2aa454887d40cb83b1503c6630bad | docs: remove left over line talking about git-tap donations | [
{
"change_type": "MODIFY",
"diff": "# Yargs\n-_Yargs is developed on evenings and weekends by\n-volunteers. Why not grab them dinner or a drink?_\n-\n[![Build Status][travis-image]][travis-url]\n[![Coverage Status][coveralls-image]][coveralls-url]\n[![NPM version][npm-image]][npm-url]\n",
"new_path": "R... | JavaScript | MIT License | yargs/yargs | docs: remove left over line talking about git-tap donations | 1 | docs | null |
743,863 | 01.01.2018 14:12:30 | 28,800 | 6f4640d3f8152a20b6dfcc3637793b7bb431e9ab | chore: docs, clarify test a bit | [
{
"change_type": "MODIFY",
"diff": "@@ -1996,23 +1996,6 @@ describe('yargs dsl tests', () => {\nargv.heroes.should.eql(['batman', 'Iron Man'])\n})\n- it('allows using a positional of type string', (done) => {\n- yargs('cmd')\n- .command('cmd deploy <version>', 'a command', (yargs) => {\n- yargs\n- .version(... | JavaScript | MIT License | yargs/yargs | chore: docs, clarify test a bit | 1 | chore | null |
744,008 | 01.01.2018 23:02:54 | -3,600 | 37915fba0c818d7cb074f72bb82381a0a30e844c | test: add failing test for scientific notation | [
{
"change_type": "MODIFY",
"diff": "@@ -1996,6 +1996,23 @@ describe('yargs dsl tests', () => {\nargv.heroes.should.eql(['batman', 'Iron Man'])\n})\n+ it('allows using a positional of type string', (done) => {\n+ yargs('cmd')\n+ .command('cmd deploy <version>', 'a command', (yargs) => {\n+ yargs\n+ .version(... | JavaScript | MIT License | yargs/yargs | test: add failing test for scientific notation (#1019) | 1 | test | null |
743,976 | 02.01.2018 10:09:39 | -19,080 | 0942a1518aad77656c135439194f8f825bd8b33a | chore: use chai 4.x | [
{
"change_type": "MODIFY",
"diff": "\"yargs-parser\": \"^8.1.0\"\n},\n\"devDependencies\": {\n- \"chai\": \"^3.4.1\",\n+ \"chai\": \"^4.1.2\",\n\"chalk\": \"^1.1.3\",\n\"coveralls\": \"^2.11.11\",\n\"cpr\": \"^2.0.0\",\n",
"new_path": "package.json",
"old_path": "package.json"
},
{
"change_t... | JavaScript | MIT License | yargs/yargs | chore: use chai 4.x (#1033) | 1 | chore | null |
791,690 | 02.01.2018 13:58:44 | 28,800 | d7a9f3bc3749fa0c36a59e7212a7ed1cf90d2940 | core(network-recorder): use findNetworkQuietPeriods for networkIdle
core(network-recorder): use findNetworkQuietPeriods for networkIdle calculations | [
{
"change_type": "MODIFY",
"diff": "const Audit = require('./audit');\nconst Util = require('../report/v2/renderer/util.js');\n+const NetworkRecorder = require('../lib/network-recorder');\nconst TracingProcessor = require('../lib/traces/tracing-processor');\n// Parameters (in ms) for log-normal CDF scoring.... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(network-recorder): use findNetworkQuietPeriods for networkIdle (#4102)
core(network-recorder): use findNetworkQuietPeriods for networkIdle calculations | 1 | core | network-recorder |
791,723 | 03.01.2018 12:50:36 | 28,800 | f6234d0a6d407b8b63f6f199db3bc0ce4fac8ab1 | core(extension): extract a new ext-bg file, splitting extn/devtools usecases
* core(extension): extract a new ext-bg file, splitting extension/devtools
usecases
* core(extension): update extension metadata for new filename. | [
{
"change_type": "MODIFY",
"diff": "@@ -144,7 +144,7 @@ class ExtensionConnection extends Connection {\n}\n/**\n- * Used by lighthouse-background to kick off the run on the current page\n+ * Used by lighthouse-ext-background to kick off the run on the current page\n*/\ngetCurrentTabURL() {\nreturn this._que... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(extension): extract a new ext-bg file, splitting extn/devtools usecases (#4162)
* core(extension): extract a new ext-bg file, splitting extension/devtools
usecases
* core(extension): update extension metadata for new filename. | 1 | core | extension |
743,940 | 03.01.2018 14:26:21 | -28,800 | 331d10305af3991bd225fbd7a1060bf43cff22d3 | fix: Add `dirname` sanity check on `findUp` | [
{
"change_type": "MODIFY",
"diff": "@@ -502,7 +502,7 @@ function Yargs (processArgs, cwd, parentRequire) {\nlet obj = {}\ntry {\nconst pkgJsonPath = findUp.sync('package.json', {\n- cwd: path || require('require-main-filename')(parentRequire || require),\n+ cwd: path || require('path').dirname(require('requ... | JavaScript | MIT License | yargs/yargs | fix: Add `dirname` sanity check on `findUp` (#1036) | 1 | fix | null |
791,723 | 03.01.2018 15:17:12 | 28,800 | 29eecce9794c1ffc4a0929a11c584eadb4bec683 | report: change 'app' => 'web app' | [
{
"change_type": "MODIFY",
"diff": "@@ -191,7 +191,7 @@ The groups property controls how to visually group audits within a category. For\ngroups: {\n'perf-metric': {\ntitle: 'Metrics',\n- description: 'These metrics encapsulate your app\\'s performance across a number of dimensions.'\n+ description: 'These ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: change 'app' => 'web app' | 1 | report | null |
791,699 | 04.01.2018 03:50:30 | -39,600 | ca2504e3b97229b4e358c8c7d309de11e8f2cd7c | core(trace-of-tab): error when TracingStartedInPage is missing | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,7 @@ class TraceOfTab extends ComputedArtifact {\n// The first TracingStartedInPage in the trace is definitely our renderer thread of interest\n// Beware: the tracingStartedInPage event can appear slightly after a navigationStart\nconst startedInPageEvt = key... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(trace-of-tab): error when TracingStartedInPage is missing (#4164) | 1 | core | trace-of-tab |
815,737 | 05.01.2018 09:51:31 | -3,600 | 28d43378faa7dddfc91b9cfba477d7664568732f | fix: Styling flaw when using dropdownPosition top | [
{
"change_type": "MODIFY",
"diff": "@@ -281,6 +281,14 @@ $color-selected: #f5faff;\nborder-bottom-left-radius: 4px;\nborder-top-color: #e6e6e6;\nmargin-top: -1px;\n+ .ng-select-dropdown {\n+ .ng-option {\n+ &:last-child {\n+ border-bottom-right-radius: 4px;\n+ border-bottom-left-radius: 4px;\n+ }\n+ }\n+ }\... | TypeScript | MIT License | ng-select/ng-select | fix: Styling flaw when using dropdownPosition top (#173) | 1 | fix | null |
791,690 | 05.01.2018 11:15:56 | 28,800 | b7da166f018455fa276c006d340eb5df8948974e | docs(lantern): update accuracy data | [
{
"change_type": "MODIFY",
"diff": "@@ -6,44 +6,43 @@ Project Lantern is an ongoing effort to reduce the run time of Lighthouse and im\n## Accuracy\n-All of the following accuracy stats are reported on a set of 1500 URLs sampled from the Alexa top 1000, HTTPArchive dataset, and miscellaneous ad landing page... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(lantern): update accuracy data (#4180) | 1 | docs | lantern |
791,810 | 05.01.2018 12:36:53 | 28,800 | 8c088a682e06d21b1ab44a8c237e3fe8d3344706 | report(a11y): Don't count non-applicable a11y audits toward score | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ node --trace-warnings lighthouse-cli http://example.com\n## Updating fixture dumps\n`lighthouse-core/test/results/samples_v2.json` is generated from running LH against\n-dbw_tester.html. To update this file, run:\n+dbw_tester.html. To update this file, s... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(a11y): Don't count non-applicable a11y audits toward score (#4052) | 1 | report | a11y |
791,723 | 05.01.2018 13:03:44 | 28,800 | 7fe5031fdfe97955ba52223b438f45f6c77356e7 | docs(readme): update CLI options, output examples. add GAR/Lifecycle examples | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,6 @@ Logging:\nConfiguration:\n--save-assets Save the trace contents & screenshots to disk [boolean]\n- --save-artifacts Save all gathered artifacts to disk [boolean]\n--list-all-audits Prints a list of all available audits and exits [boolean]\n--list-trace-c... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(readme): update CLI options, output examples. add GAR/Lifecycle examples (#4185) | 1 | docs | readme |
815,745 | 06.01.2018 13:34:44 | -7,200 | 6f245de6af64cf282ad0fac97c848130862dd8c5 | fix(templates): unselect item using value fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -627,6 +627,23 @@ describe('NgSelectComponent', function () {\n});\n}));\n+ it('should clear item using value', fakeAsync(() => {\n+ const fixture = createTestingModule(\n+ NgSelectBasicTestCmp,\n+ `<ng-select [items]=\"cities\"\n+ bindLabel=\"name\"\n+ [(ngModel)]=\"c... | TypeScript | MIT License | ng-select/ng-select | fix(templates): unselect item using value fixes #175 | 1 | fix | templates |
815,745 | 06.01.2018 13:47:21 | -7,200 | 3cf5436dee413744b791b917e76f1190b842aa58 | chore(release): 0.14.2 | [
{
"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.14.2\"></a>\n+## [0.14.2](https://github.com/ng-select/ng-select/compare/v0.14.1...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.14.2 | 1 | chore | release |
791,723 | 08.01.2018 10:06:42 | 28,800 | daeb239f0bb75722acdebd9ccc356695f14d1b36 | docs: extract Release Guide into own docs file | [
{
"change_type": "MODIFY",
"diff": "@@ -109,104 +109,4 @@ if (networkRecords.length === 1) {\n# For Maintainers\n-## Release guide\n-\n-```sh\n-# * Install the latest. This also builds the cli, extension, and viewer *\n-yarn\n-yarn install-all\n-\n-# * Bump it *\n-yarn version --no-git-tag-version\n-# then ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: extract Release Guide into own docs file (#4200) | 1 | docs | null |
807,849 | 08.01.2018 14:09:11 | 28,800 | f5d76a2301f2049ba40c71386c829bb819723563 | chore: bump non-major devDependencies | [
{
"change_type": "MODIFY",
"diff": "@@ -37,9 +37,9 @@ acorn@^4.0.4:\nversion \"4.0.13\"\nresolved \"https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787\"\n-acorn@^5.1.1:\n- version \"5.2.1\"\n- resolved \"https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac78... | JavaScript | MIT License | lerna/lerna | chore: bump non-major devDependencies | 1 | chore | null |
807,849 | 08.01.2018 14:13:35 | 28,800 | a63e0ba838969e011f49f8f70156d82be39359dc | chore: bump non-major dependencies | [
{
"change_type": "MODIFY",
"diff": "JSONStream@^1.0.4:\n- version \"1.3.1\"\n- resolved \"https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.1.tgz#707f761e01dae9e16f1bcf93703b78c70966579a\"\n+ version \"1.3.2\"\n+ resolved \"https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.2.tgz#c102371b6ec3a7... | JavaScript | MIT License | lerna/lerna | chore: bump non-major dependencies | 1 | chore | null |
791,723 | 08.01.2018 15:46:19 | 28,800 | b564cf26f9f8a120bd0cf3f1f5e1f878077ba0ef | docs(results): describe audit's notApplicable/error | [
{
"change_type": "MODIFY",
"diff": "@@ -53,6 +53,7 @@ An object containing the results of the audits, keyed by their name.\n| description | `string` | The brief description of the audit's successful state. |\n| helpText | `string` | A more detailed description that describes why the audit is important and l... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(results): describe audit's notApplicable/error (#4186) | 1 | docs | results |
791,690 | 08.01.2018 16:06:11 | 28,800 | 22a6b3d23bd4aad216b15672f3a3a5fc59f4288c | core(screenshots): fix getParsedImage of null | [
{
"change_type": "MODIFY",
"diff": "@@ -78,9 +78,12 @@ class ScreenshotThumbnails extends Audit {\n]).then(([speedline, ttfi, ttci]) => {\nconst thumbnails = [];\nconst analyzedFrames = speedline.frames.filter(frame => !frame.isProgressInterpolated());\n+ const maxFrameTime =\n+ speedline.complete ||\n+ Mat... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(screenshots): fix getParsedImage of null (#4189) | 1 | core | screenshots |
791,723 | 08.01.2018 16:10:20 | 28,800 | 171f10cd2ec0e6b05476f18175e86761b36413f6 | docs(releasing): update release policy | [
{
"change_type": "MODIFY",
"diff": "### Cadence\n-We ship twice a month, on the Thursday before the 15th and the Thursday before 1st. These dates are added to the internal Lighthouse calendar.\n+We ship once a month, on the Thursday before the 1st. While not necessary, followup minor/patch releases may be d... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(releasing): update release policy (#4208) | 1 | docs | releasing |
791,690 | 08.01.2018 16:17:37 | 28,800 | d4603f659030b4c1d727ffe2b3318eb685456a2e | tests(trace-parser): use fs over require | [
{
"change_type": "MODIFY",
"diff": "'use strict';\n/* eslint-env mocha */\n+const fs = require('fs');\nconst assert = require('assert');\nconst TimelineModel = require('../../../lib/traces/devtools-timeline-model');\nconst filename = 'devtools-homepage-w-screenshots-trace.json';\n-const events = require('..... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(trace-parser): use fs over require (#4209) | 1 | tests | trace-parser |
791,723 | 08.01.2018 16:18:02 | 28,800 | b433a2a5329fb9bb35bbc8802fb16b95c27355a2 | cli: remove legacy domhtml output | [
{
"change_type": "MODIFY",
"diff": "@@ -76,11 +76,8 @@ function getFlags(manualArgv) {\n'Additional categories to capture with the trace (comma-delimited).',\n'config-path': 'The path to the config JSON.',\n'chrome-flags':\n- `Custom flags to pass to Chrome (space-delimited). For a full list of flags, see h... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli: remove legacy domhtml output (#4176) | 1 | cli | null |
791,813 | 08.01.2018 18:54:11 | -3,600 | 13b0405e462a2f4dd7f8e107da36f95c70c2b1c5 | core(font-size): make font size artifact serializable | [
{
"change_type": "MODIFY",
"diff": "@@ -12,8 +12,8 @@ const CSSStyleDeclaration = require('../../lib/web-inspector').CSSStyleDeclarati\nconst MINIMAL_PERCENTAGE_OF_LEGIBLE_TEXT = 75;\n/**\n- * @param {Array<{cssRule: WebInspector.CSSStyleDeclaration, fontSize: number, textLength: number, node: Node}>} fontS... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(font-size): make font size artifact serializable (#4194) | 1 | core | font-size |
807,840 | 08.01.2018 23:58:40 | -7,200 | e4e29db3013fd19c4114f724ae7d57961005367b | fix: typo in README.md "in in"
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -229,7 +229,7 @@ Let's use `babel` as an example.\n$ lerna add <package>[@version] [--dev]\n```\n-Add local or remote `package` as dependency to packages in in the current Lerna repo.\n+Add local or remote `package` as dependency to packages in the current Lerna repo.\... | JavaScript | MIT License | lerna/lerna | fix: typo in README.md "in in" (#1166)
[skip ci] | 1 | fix | null |
791,676 | 09.01.2018 00:38:55 | -3,600 | 0ea37de17e6c6c1eab2fef473e5b55daf8b85048 | core(errors-in-console): If exception info is not present use exception text | [
{
"change_type": "MODIFY",
"diff": "@@ -47,9 +47,12 @@ class ErrorLogs extends Audit {\nconst runtimeExRows =\nruntimeExceptions.filter(entry => entry.exceptionDetails !== undefined)\n.map(entry => {\n+ const description = entry.exceptionDetails.exception ?\n+ entry.exceptionDetails.exception.description : ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(errors-in-console): If exception info is not present use exception text (#4191) | 1 | core | errors-in-console |
743,960 | 09.01.2018 06:56:05 | -3,600 | e87f4873012e3541325e7ec6dafb11a93b5717e0 | docs: fix middlware docs | [
{
"change_type": "MODIFY",
"diff": "@@ -467,7 +467,8 @@ var argv = require('yargs')\n.option('password')\n} ,(argv) => {\nauthenticateUser(argv.username, argv.password)\n- })\n- .middlewares([normalizeCredentials])\n+ },\n+ [normalizeCredentials]\n+ )\n.argv;\n```\n",
"new_path": "docs/advanced.md",
... | JavaScript | MIT License | yargs/yargs | docs: fix middlware docs (#1037) | 1 | docs | null |
448,035 | 09.01.2018 11:16:18 | -7,200 | 38103acea5ea4245de3c4b25322ed3a4a8999741 | fix: exclude ng-package.json from entry point discovery
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -102,18 +102,23 @@ const primaryEntryPoint =\n*/\nconst findSecondaryPackagesPaths =\nasync (directoryPath: string, excludeFolder: string): Promise<string[]> => {\n- const EXCLUDE_FOLDERS = [\n+ let excludedFolders = [\n'node_modules',\n'dist',\n'.ng_build',\n'.ng_pkg_... | TypeScript | MIT License | ng-packagr/ng-packagr | fix: exclude ng-package.json from entry point discovery (#471)
Closes #463 | 1 | fix | null |
791,690 | 09.01.2018 11:46:37 | 28,800 | 442d53173f5ab9a3052a80cc5923f2d196588dac | tests(travis): remove upload artifacts | [
{
"change_type": "MODIFY",
"diff": "@@ -5,12 +5,6 @@ matrix:\n- node_js: \"8\"\n- node_js: \"9\"\ndist: trusty\n-env:\n- global:\n- - ARTIFACTS_AWS_REGION=us-west-2\n- - ARTIFACTS_S3_BUCKET=lighthouse-screenshots-debugging\n- - secure: WNrQ6K8eS8/lVml6qz031oV3HQM0M3WB1+1K9DTbjlVSuYgzu3tLGCRWn67tF8+3AQWIRDXy... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(travis): remove upload artifacts (#4219) | 1 | tests | travis |
791,723 | 09.01.2018 11:50:47 | 28,800 | 7d8eb6d6c73b854bee74c9ee5dc4f0f4a3a6a264 | report: more attractive table/URL rendering | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ class ErrorLogs extends Audit {\nconst headings = [\n{key: 'url', itemType: 'url', text: 'URL'},\n- {key: 'description', itemType: 'text', text: 'Description'},\n+ {key: 'description', itemType: 'code', text: 'Description'},\n];\nconst details = Audit.ma... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: more attractive table/URL rendering (#4190) | 1 | report | null |
807,915 | 09.01.2018 16:35:53 | -3,600 | a760939928951b6305c8733b72fb0ae765f528c7 | fix: Do not pass custom preset to recommended-bump
`conventional-recommended-bump` cannot accept custom preset and thus this should always be `angular` or `eslint` | [
{
"change_type": "MODIFY",
"diff": "@@ -19,20 +19,24 @@ const CHANGELOG_CLI = require.resolve(\"conventional-changelog-cli/cli\");\nexport default class ConventionalCommitUtilities {\nstatic recommendIndependentVersion(pkg, opts) {\n+ // `-p` here is overridden because `conventional-recommended-bump`\n+ // ... | JavaScript | MIT License | lerna/lerna | fix: Do not pass custom preset to recommended-bump (#1185)
`conventional-recommended-bump` cannot accept custom preset and thus this should always be `angular` or `eslint` https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump/presets | 1 | fix | null |
807,915 | 09.01.2018 16:40:55 | -3,600 | a20601c6e94b3f651b6a8474dd1b1f00269f6be2 | feat: `--allow-branch` publish option now accepts multiple globs | [
{
"change_type": "MODIFY",
"diff": "@@ -489,7 +489,7 @@ This can be configured in lerna.json, as well:\n#### --allow-branch [glob]\n-Lerna allows you to specify a glob in your `lerna.json` that your current branch needs to match to be publishable.\n+Lerna allows you to specify a glob or an array of globs in... | JavaScript | MIT License | lerna/lerna | feat: `--allow-branch` publish option now accepts multiple globs (#1167) | 1 | feat | null |
791,723 | 09.01.2018 17:27:17 | 28,800 | ff3c8a50e1aa43747e78e67cc31461e7687b70bd | misc(tests): add comment to explain assertTraceEventsEqual
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ const dbwResults = require('../fixtures/dbw_tester-perf-results.json');\nconst Audit = require('../../audits/audit.js');\nconst fullTraceObj = require('../fixtures/traces/progressive-app-m60.json');\n+// deepStrictEqual can hang on a full trace, we asser... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(tests): add comment to explain assertTraceEventsEqual
[skip ci] | 1 | misc | tests |
815,745 | 09.01.2018 18:28:53 | -7,200 | 183518733e857436f1eac3020a4fecc3acd513f7 | fix: check if bindLabel exist while searching for selected items | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ export class ItemsList {\n}\nconst index = this.items.findIndex(x => x.value === value);\nreturn index > -1 ? this.items[index] :\n- this.items.find(item => item.label === this.resolveNested(value, this._bindLabel))\n+ this.items.find(item => item.label ... | TypeScript | MIT License | ng-select/ng-select | fix: check if bindLabel exist while searching for selected items
#177 | 1 | fix | null |
815,745 | 09.01.2018 18:39:47 | -7,200 | 249d6c46ebf235a619aeff44736cd9b9b84d3b82 | chore(release): 0.14.3 | [
{
"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.14.3\"></a>\n+## [0.14.3](https://github.com/ng-select/ng-select/compare/v0.14.2...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.14.3 | 1 | chore | release |
791,676 | 09.01.2018 20:49:46 | -3,600 | 6c5e7a4fcea53d9e708c0bdfbde10c1366a8e37a | deps(chrome-launcher): Upgrade chrome-launcher to 0.10.2 | [
{
"change_type": "MODIFY",
"diff": "\"jsdom\": \"^9.12.0\",\n\"mocha\": \"^3.2.0\",\n\"npm-run-posix-or-windows\": \"^2.0.2\",\n- \"typescript\": \"^2.6.1\",\n\"sinon\": \"^2.3.5\",\n+ \"typescript\": \"^2.6.1\",\n\"zone.js\": \"^0.7.3\"\n},\n\"dependencies\": {\n\"axe-core\": \"2.6.1\",\n\"chrome-devtools-... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps(chrome-launcher): Upgrade chrome-launcher to 0.10.2 (#4192) | 1 | deps | chrome-launcher |
807,889 | 10.01.2018 03:32:20 | -28,800 | 417e67deb7282ea368a4211ed2a728467143675a | docs: replace "command" with "commands" to avoid ambiguity
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -173,7 +173,7 @@ It will configure `lerna.json` to enforce exact match for all subsequent executi\n```json\n{\n\"lerna\": \"2.0.0\",\n- \"command\": {\n+ \"commands\": {\n\"init\": {\n\"exact\": true\n}\n@@ -479,7 +479,7 @@ Note that this only applies when using the de... | JavaScript | MIT License | lerna/lerna | docs: replace "command" with "commands" to avoid ambiguity (#1164)
[skip ci] | 1 | docs | null |
791,723 | 10.01.2018 14:06:17 | 28,800 | fcfe7eb1fd06140e247cd887e861df0028185393 | core(plugins): minor wording tweaks to avoid-plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -67,10 +67,10 @@ class Plugins extends Audit {\nstatic get meta() {\nreturn {\nname: 'plugins',\n- description: 'Document avoids plugins.',\n+ description: 'Document avoids plugins',\nfailureDescription: 'Document uses plugins',\n- helpText: 'Some types of media or con... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(plugins): minor wording tweaks to avoid-plugins | 1 | core | plugins |
791,723 | 10.01.2018 14:08:47 | 28,800 | d713e44f143e54844f61e6f7dc4173d917dcc2de | tests: remove global timeout, set timeouts individually | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ const WebInspector = require('../web-inspector');\n* streaming JSON parser.\n* The resulting trace doesn't include the \"metadata\" property, as it's excluded via DevTools'\n* implementation.\n+ * FIXME: This can be removed once Node 8 support is dropped... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: remove global timeout, set timeouts individually (#4224) | 1 | tests | null |
791,811 | 10.01.2018 16:26:35 | 28,800 | fc5c9d75d0d5e0df88db6c2b08fb624e516fcb5d | docs: demo flags in example of programmatic use | [
{
"change_type": "MODIFY",
"diff": "@@ -11,20 +11,23 @@ assumes you've installed Lighthouse as a dependency (`yarn add --dev lighthouse`\nconst lighthouse = require('lighthouse');\nconst chromeLauncher = require('chrome-launcher');\n-function launchChromeAndRunLighthouse(url, flags = {}, config = null) {\n-... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: demo flags in example of programmatic use (#3841) | 1 | docs | null |
807,849 | 10.01.2018 18:01:25 | 28,800 | 563b5384aac985975c686d2e3537b3c28e6950bd | chore: set NODE_ENV=test for tests, use fast-async instead of regenerator | [
{
"change_type": "MODIFY",
"diff": "\"add-module-exports\"\n],\n\"env\": {\n- \"lerna-test\": {\n+ \"test\": {\n\"presets\": [\n[\"env\", {\n+ \"exclude\": [\"transform-async-to-generator\", \"transform-regenerator\"],\n\"targets\": {\n\"node\": \"current\"\n}\n}]\n],\n\"plugins\": [\n+ [\"fast-async\", {\n... | JavaScript | MIT License | lerna/lerna | chore: set NODE_ENV=test for tests, use fast-async instead of regenerator | 1 | chore | null |
791,723 | 10.01.2018 18:42:59 | 28,800 | 5e77732968befefba9bb1ce921426c84fb7012fe | tests(bootup): fix line-length linting error | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,8 @@ describe('Performance: bootup-time audit', () => {\nassert.deepEqual(roundedValueOf('https://www.google-analytics.com/plugins/ua/linkid.js'), {[groupIdToName.scripting]: 25.2, [groupIdToName.scriptParseCompile]: 1.2});\nassert.deepEqual(roundedValueOf('h... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(bootup): fix line-length linting error | 1 | tests | bootup |
448,074 | 10.01.2018 22:29:53 | -3,600 | 616888af1a3578c0586ec316fd0ae4c309af82fd | feat: turn on `downlevelIteration` flag for ES5 bundles
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -34,5 +34,12 @@ describe(`@sample/core`, () => {\nexpect(API.AngularService).to.be.ok;\n});\n+ it (`should downlevel iteration`, () => {\n+ const iterable = function*() { yield* [1, 2, 3]; };\n+ const values = API.AngularService.iterableToArray(iterable());\n+\n+ expec... | TypeScript | MIT License | ng-packagr/ng-packagr | feat: turn on `downlevelIteration` flag for ES5 bundles (#475)
Closes #418 | 1 | feat | null |
791,676 | 11.01.2018 00:55:43 | -3,600 | 5b0ece826be4b67c5dd15deb9c7173f083b2e57c | core(audit): Add 10ms threshold to bootup-time audits | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ const Audit = require('./audit');\nconst WebInspector = require('../lib/web-inspector');\nconst Util = require('../report/v2/renderer/util');\nconst {groupIdToName, taskToGroup} = require('../lib/task-groups');\n+const THRESHOLD_IN_MS = 10;\nclass BootupTi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(audit): Add 10ms threshold to bootup-time audits (#4223) | 1 | core | audit |
448,030 | 11.01.2018 13:32:13 | -3,600 | 98911286f3b4a5c1418ccc6520f98a879c8f94ae | fix: escape unicode characters in css with a double blackslash
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,9 @@ yarn-error.log*\n/.vs\n/.idea\n+# IDE files\n+*.iml\n+\n# Runtime data\npids\n*.pid\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": ".baz {\ncolor: $variable-defined-by-file-not-processed-by-... | TypeScript | MIT License | ng-packagr/ng-packagr | fix: escape unicode characters in css with a double blackslash (#453)
Closes #425 | 1 | fix | null |
135,556 | 12.01.2018 02:43:32 | 21,600 | 1f0c5ca4eaa9647a3567f4a252138284e197f631 | fix: ignore branch merges with multiple newlines | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import semver from 'semver';\nconst WILDCARDS = [\nc =>\nc.match(\n- /^(Merge pull request)|(Merge (.*?) into (.*?)|(Merge branch (.*?))(?:\\r?\\n)?$)/\n+ /^(Merge pull request)|(Merge (.*?) into (.*?)|(Merge branch (.*?))(?:\\r?\\n)*$)/\n),\nc => c.match(... | TypeScript | MIT License | conventional-changelog/commitlint | fix: ignore branch merges with multiple newlines (#227) | 1 | fix | null |
791,723 | 12.01.2018 10:01:46 | 28,800 | 55354e64037c8b387024636fae89f65903f1ce13 | report: improve devtools dark mode rendering | [
{
"change_type": "MODIFY",
"diff": "--navitem-line-height: var(--body-line-height);\n--navitem-hpadding: var(--body-font-size);\n--navitem-vpadding: calc(var(--navitem-line-height) / 2);\n- --lh-score-highlight-bg: #fafafa;\n+ --lh-score-highlight-bg: hsla(0, 0%, 90%, 0.2);\n--lh-score-icon-background-size:... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: improve devtools dark mode rendering (#4232) | 1 | report | null |
791,723 | 12.01.2018 14:13:05 | 28,800 | 16133efb31b286acfd14cbbe86558577c605dad6 | extension(devtools): restore listenForStatus method for devtools build | [
{
"change_type": "MODIFY",
"diff": "@@ -63,3 +63,7 @@ window.runLighthouseInWorker = function(port, url, options, categoryIDs) {\nwindow.getDefaultCategories = function() {\nreturn Config.getCategories(defaultConfig);\n};\n+\n+window.listenForStatus = function(listenCallback) {\n+ log.events.addListener('st... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | extension(devtools): restore listenForStatus method for devtools build (#4244) | 1 | extension | devtools |
791,723 | 12.01.2018 14:49:37 | 28,800 | db22c38285b4ebca65633ecaa4b3430c4e35e696 | docs(releasing): add detail to release process | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ yarn build-all\n# * Test err'thing *\necho \"Test the CLI.\"\n-lighthouse --perf \"https://example.com\"\n+yarn start \"https://example.com\"\nyarn smoke\necho \"Test the extension\"\n@@ -52,7 +52,7 @@ echo \"Test the extension\"\necho \"Test a fresh loc... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(releasing): add detail to release process (#4246) | 1 | docs | releasing |
448,079 | 15.01.2018 00:21:20 | 28,800 | b33e0bcc43fc16429af37be32666c9d1ef449e5b | feat: add language level support for library authors | [
{
"change_type": "MODIFY",
"diff": "@@ -191,6 +191,21 @@ For example, the following would use `index.ts` as the secondary entry point:\n}\n```\n+##### How do I use es2016 or es2017 features in my TypeScript library?\n+\n+You can change the TypeScript language level support in tsconfig by also using the `ngP... | TypeScript | MIT License | ng-packagr/ng-packagr | feat: add language level support for library authors (#486) | 1 | feat | null |
807,849 | 15.01.2018 20:41:58 | 28,800 | 4dabc7f5e1ab73065d93bf2e79166ccf1203eca2 | fix: Pass --new-version to yarn when publishing
This avoids an unfortunate interactive prompt due to a questionable conflation of yarn's "version" and "publish" commands.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -136,11 +136,21 @@ export default class NpmUtilities {\nChildProcessUtilities.spawnStreaming(npmClient, [\"run\", script, ...args], opts, pkg.name, callback);\n}\n- static publishTaggedInDir(tag, directory, { client = \"npm\", registry }, callback) {\n+ static publishT... | JavaScript | MIT License | lerna/lerna | fix: Pass --new-version to yarn when publishing (#1204)
This avoids an unfortunate interactive prompt due to a questionable conflation of yarn's "version" and "publish" commands.
Fixes #1200 | 1 | fix | null |
807,849 | 15.01.2018 21:19:59 | 28,800 | 1a9f53b1becbdb1ceaa6e35b1f2fe3d9c2c8da41 | chore: Update CHANGELOG for v2.7.1 | [
{
"change_type": "MODIFY",
"diff": "+## v2.7.1 (2018-01-16)\n+\n+#### :bug: Bug Fix\n+\n+* [#1194](https://github.com/lerna/lerna/pull/1194) Treat 'lerna run test' like any other command. ([@tkrotoff](https://github.com/tkrotoff))\n+* [#1199](https://github.com/lerna/lerna/pull/1199) Fix import command so i... | JavaScript | MIT License | lerna/lerna | chore: Update CHANGELOG for v2.7.1 | 1 | chore | null |
807,849 | 15.01.2018 21:25:43 | 28,800 | 06aae0c84e4a1fd5c25a2f84b608e68040f2973e | chore: fix typo in changlog | [
{
"change_type": "MODIFY",
"diff": "#### :bug: Bug Fix\n* [#1194](https://github.com/lerna/lerna/pull/1194) Treat 'lerna run test' like any other command. ([@tkrotoff](https://github.com/tkrotoff))\n-* [#1199](https://github.com/lerna/lerna/pull/1199) Fix import command so it works if Lerna root is a subdir... | JavaScript | MIT License | lerna/lerna | chore: fix typo in changlog | 1 | chore | null |
808,037 | 16.01.2018 05:48:29 | -3,600 | 67a546d073bb1b4e1322459ec2bfa05dc13fe04d | fix: Treat 'lerna run test' like any other command(#1194)
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -63,7 +63,7 @@ export default class RunCommand extends Command {\nconst { filteredPackages } = this;\n- if (script === \"test\" || script === \"env\") {\n+ if (script === \"env\") {\nthis.packagesWithScript = filteredPackages;\n} else {\nthis.packagesWithScript = filte... | JavaScript | MIT License | lerna/lerna | fix: Treat 'lerna run test' like any other command(#1194)
Fixes #1142 | 1 | fix | null |
815,746 | 16.01.2018 08:45:54 | -7,200 | 68d077294783e9ba62e0b88acb3fbbd032b86348 | fix: make ng-input z-index bigger to focus on placeholder click
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -201,10 +201,12 @@ $color-selected: #f5faff;\n}\n.ng-input {\nflex: 1;\n+ z-index: 2;\npadding-bottom: 3px;\npadding-left: 3px;\n}\n.ng-placeholder {\n+ z-index: 1;\npadding-bottom: 5px;\npadding-left: 3px;\n}\n",
"new_path": "src/ng-select/ng-select.component.scss... | TypeScript | MIT License | ng-select/ng-select | fix: make ng-input z-index bigger to focus on placeholder click (#190)
fixes https://github.com/ng-select/ng-select/issues/183 | 1 | fix | null |
815,746 | 16.01.2018 08:47:22 | -7,200 | c33c108fad8ab8f6246b122467d3fc63c453aa16 | chore(release): 0.14.4 | [
{
"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.14.4\"></a>\n+## [0.14.4](https://github.com/ng-select/ng-select/compare/v0.14.3...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.14.4 | 1 | chore | release |
448,039 | 16.01.2018 11:29:29 | -3,600 | 1f1ce1859fbbb2e0c6ff2e08a7d265c2c6efbf56 | style: prettier adoption step by step | [
{
"change_type": "MODIFY",
"diff": "\"jasmine\": \"^2.6.0\",\n\"json-schema-to-typescript\": \"^5.0.0\",\n\"mocha\": \"^4.0.0\",\n+ \"prettier\": \"^1.10.2\",\n+ \"pretty-quick\": \"^1.2.1\",\n\"react\": \"^16.0.0\",\n\"react-dom\": \"^16.0.0\",\n\"sinon\": \"^4.0.0\",\n\"publish:ci\": \"yarn prerelease && ... | TypeScript | MIT License | ng-packagr/ng-packagr | style: prettier adoption step by step | 1 | style | null |
807,849 | 16.01.2018 11:51:15 | 28,800 | 437faca50123e01b51596a76dec33d3be65aee3c | chore: Update CHANGELOG for v2.7.2 | [
{
"change_type": "MODIFY",
"diff": "+## v2.7.2 (2018-01-16)\n+\n+#### :rocket: Enhancement\n+\n+* [#1205](https://github.com/lerna/lerna/pull/1205) Add %v as placeholder for raw version in `--message`. ([@mojavelinux](https://github.com/mojavelinux))\n+\n+#### :bug: Bug Fix\n+\n+* [#1206](https://github.com... | JavaScript | MIT License | lerna/lerna | chore: Update CHANGELOG for v2.7.2 | 1 | chore | null |
448,039 | 17.01.2018 07:36:33 | -3,600 | bffbdb67c237a9b47e5aaf8b8a88f26105cf1b80 | release: cut v2.0.0-rc.11 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"ng-packagr\",\n- \"version\": \"2.0.0-rc.10\",\n+ \"version\": \"2.0.0-rc.11\",\n\"description\": \"Compile and package a TypeScript library to Angular Package Format\",\n\"keywords\": [\n\"angular\",\n",
"new_path": "package.json",
"old_path": "pac... | TypeScript | MIT License | ng-packagr/ng-packagr | release: cut v2.0.0-rc.11 | 1 | release | null |
807,849 | 17.01.2018 12:26:30 | 28,800 | 83e1e491427d82de491424894409344721ee4497 | chore: Retrieve package version before directory is changed in Command test | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ const initFixture = require(\"./helpers/initFixture\");\n// file under test\nconst Command = require(\"../src/Command\");\n+const LERNA_VERSION = require(\"../package.json\").version;\n// silence logs\nlog.level = \"silent\";\n@@ -60,8 +61,7 @@ describe(... | JavaScript | MIT License | lerna/lerna | chore: Retrieve package version before directory is changed in Command test | 1 | chore | null |
807,849 | 17.01.2018 12:28:59 | 28,800 | 7f648df46f9e2f92a41a90680264bddc11249e81 | fix: toposort does not need to be a lazy getter
BREAKING CHANGE: The `--sort` option no longer supports `null` as a value. | [
{
"change_type": "MODIFY",
"diff": "@@ -150,13 +150,9 @@ class Command {\n}\nget toposort() {\n- if (!this._toposort) {\nconst { sort } = this.options;\n// If the option isn't present then the default is to sort.\n- this._toposort = sort == null || sort;\n- }\n-\n- return this._toposort;\n+ return sort === ... | JavaScript | MIT License | lerna/lerna | fix: toposort does not need to be a lazy getter
BREAKING CHANGE: The `--sort` option no longer supports `null` as a value. | 1 | fix | null |
807,849 | 17.01.2018 12:43:58 | 28,800 | a3ce0533bdc47bdfbd30da56b16767249b129214 | chore: bump jest + eslint-plugin-jest | [
{
"change_type": "MODIFY",
"diff": "\"@babel/code-frame@^7.0.0-beta.35\":\n- version \"7.0.0-beta.37\"\n- resolved \"https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.37.tgz#2da1dd3b1b57bfdea777ddc378df7cd12fe40171\"\n+ version \"7.0.0-beta.38\"\n+ resolved \"https://registry.yarnpkg.co... | JavaScript | MIT License | lerna/lerna | chore: bump jest + eslint-plugin-jest | 1 | chore | null |
815,745 | 17.01.2018 13:46:42 | -7,200 | 5932fec4fd0a7d81f9736fcab3a450af4469cd99 | fix: add missing types
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ export class ItemsList {\nitem.selected = true;\n}\n- findItem(value, bindValue: string): NgOption {\n+ findItem(value: any, bindValue: string): NgOption {\nif (!value) {\nreturn null;\n}\n@@ -109,7 +109,7 @@ export class ItemsList {\nthis._markedIndex =... | TypeScript | MIT License | ng-select/ng-select | fix: add missing types (#197)
fixes #196 | 1 | fix | null |
815,746 | 17.01.2018 14:26:56 | -7,200 | f5e99f0aa43f3acd096a44c9cc5ef00625e45172 | feat: use injection token for module configuration
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -61,9 +61,16 @@ import {NgSelectModule} from '@ng-select/ng-select';\nexport class AppModule {\n}\n```\n-You can also configure global configuration and localization messages by using NgSelectModule.forRoot:\n+You can also configure global configuration and localizatio... | TypeScript | MIT License | ng-select/ng-select | feat: use injection token for module configuration (#195)
closes https://github.com/ng-select/ng-select/issues/194 | 1 | feat | null |
791,690 | 17.01.2018 14:31:58 | 28,800 | a52378e3a288ff5aba6ed1f85be03ed2a5d3f0a4 | misc(sentry): update sampled errors list | [
{
"change_type": "MODIFY",
"diff": "@@ -23,8 +23,12 @@ const sentryApi = {\nconst SAMPLED_ERRORS = [\n{pattern: /Unable to load/, rate: 0.1},\n{pattern: /Failed to decode/, rate: 0.1},\n- {pattern: /No resource with given id/, rate: 0.01},\n- {pattern: /No node with given id/, rate: 0.01},\n+ {pattern: /act... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(sentry): update sampled errors list (#4277) | 1 | misc | sentry |
815,746 | 17.01.2018 15:00:58 | -7,200 | e09eeb56546782d7e1f66065b6cb981a4d8290e1 | feat: header and footer templates
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -234,10 +234,10 @@ export class SelectAutocompleteComponent {\n}\n```\n-### Custom display and option templates\n+### Custom display templates\nThis example in [Plunkr](https://plnkr.co/edit/csZbjH?p=preview)\n-To customize look of input display or option item you can ... | TypeScript | MIT License | ng-select/ng-select | feat: header and footer templates (#193)
closes https://github.com/ng-select/ng-select/issues/184 | 1 | feat | null |
815,746 | 18.01.2018 09:44:44 | -7,200 | b9d3963975480edb8dbafeaf0ad8558d49dad63a | chore(release): 0.15.2 | [
{
"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.15.2\"></a>\n+## [0.15.2](https://github.com/ng-select/ng-select/compare/v0.15.1...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.15.2 | 1 | chore | release |
807,849 | 18.01.2018 13:01:31 | 28,800 | 927ee98fb6df69d136527fc15ac51b66960a376a | chore: use fs-extra JSON methods in helpers/updateLernaConfig | [
{
"change_type": "MODIFY",
"diff": "@@ -16,8 +16,7 @@ module.exports = updateLernaConfig;\n*/\nasync function updateLernaConfig(testDir, updates) {\nconst lernaJsonLocation = path.join(testDir, \"lerna.json\");\n- const lernaJsonContent = await fs.readFile(lernaJsonLocation);\n- const lernaJson = JSON.parse... | JavaScript | MIT License | lerna/lerna | chore: use fs-extra JSON methods in helpers/updateLernaConfig | 1 | chore | null |
807,849 | 18.01.2018 13:02:08 | 28,800 | 71c2cacaa3c542ac045ecc39d845eb098153c7a5 | chore: localize fixture init in PublishCommand conventional-commits tests | [
{
"change_type": "MODIFY",
"diff": "@@ -789,15 +789,11 @@ describe(\"PublishCommand\", () => {\n* ======================================================================= */\ndescribe(\"--conventional-commits\", () => {\n- let testDir;\n-\ndescribe(\"independent mode\", () => {\nconst recommendIndependentVer... | JavaScript | MIT License | lerna/lerna | chore: localize fixture init in PublishCommand conventional-commits tests | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.