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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
448,095 | 16.10.2017 18:55:31 | 18,000 | c0af605d7c68c86c6a1141374086fb558f3749c4 | feat: allow empty package.json for 2ndary entries | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { NgPackageConfig } from '../../ng-package.schema';\nimport { NgPackageData, DEFAULT_BUILD_FOLDER } from '../model/ng-package-data';\nimport { NgArtifacts } from '../model/ng-artifacts';\nimport { copyFiles } from '../util/copy';\n+import { tryReadJ... | TypeScript | MIT License | ng-packagr/ng-packagr | feat: allow empty package.json for 2ndary entries | 1 | feat | null |
448,095 | 16.10.2017 19:16:43 | 18,000 | 1c37efb8503930f33b218268a366983182769544 | docs: document secondary empty package.json | [
{
"change_type": "MODIFY",
"diff": "@@ -109,10 +109,10 @@ src\nThe contents of the secondary `package.json` can be as simple as:\n```json\n-{}\n```\n-No, that is not a typo. No name is required. No version is required. It's all handled for you by ng-packagr!\n+No, that is not a typo. No name is required. No... | TypeScript | MIT License | ng-packagr/ng-packagr | docs: document secondary empty package.json | 1 | docs | null |
743,863 | 17.10.2017 23:21:04 | 25,200 | 4b8cfa9d307ec331bb01333fb9b157085da94fc4 | docs: slight tweaks to CHANGELOG | [
{
"change_type": "MODIFY",
"diff": "@@ -8,14 +8,13 @@ All notable changes to this project will be documented in this file. See [standa\n### Bug Fixes\n-* config and normalise can be disabled with false ([#952](https://github.com/yargs/yargs/issues/952)) ([3bb8771](https://github.com/yargs/yargs/commit/3bb87... | JavaScript | MIT License | yargs/yargs | docs: slight tweaks to CHANGELOG | 1 | docs | null |
743,863 | 17.10.2017 23:22:47 | 25,200 | 8515e4f5683fb783e6f6f994973207b553e527d5 | docs: nit in CHANGELOG | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file. See [standa\n* .usage() can now be used to configure a default command ([#975](https://github.com/yargs/yargs/issues/975)) ([7269531](https://github.com/yargs/yargs/commit/7269531))\n* ... | JavaScript | MIT License | yargs/yargs | docs: nit in CHANGELOG | 1 | docs | null |
791,887 | 18.10.2017 01:15:05 | -7,200 | 487bee6652fb3780f54bd05c4767fbd72eaca7cf | core(errors-in-console): include runtime exceptions | [
{
"change_type": "MODIFY",
"diff": "<!-- FAIL: block rendering -->\n<script src=\"./dbw_tester.js\"></script>\n+<!-- FAIL(errors-in-console): exception thrown -->\n+<script type=\"text/javascript\">throw new Error('An error');</script>\n+\n<style>\nbody {\ncolor: #000;\n",
"new_path": "lighthouse-cli/te... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(errors-in-console): include runtime exceptions (#3494) | 1 | core | errors-in-console |
743,987 | 18.10.2017 06:41:55 | -7,200 | 47b3078e4f7c5a73ba06b37b3c2e2003a4384734 | chore: update Dutch Translation | [
{
"change_type": "MODIFY",
"diff": "\"Path to JSON config file\": \"Pad naar JSON configuratiebestand\",\n\"Show help\": \"Toon help\",\n\"Show version number\": \"Toon versie nummer\",\n- \"Did you mean %s?\": \"Bedoelde u misschien %s?\"\n+ \"Did you mean %s?\": \"Bedoelde u misschien %s?\",\n+ \"Argument... | JavaScript | MIT License | yargs/yargs | chore: update Dutch Translation (#981) | 1 | chore | null |
448,039 | 18.10.2017 09:17:57 | -7,200 | 60305f71da463f6fd7db9085dfbb2d82b2c7bcc9 | chore: cut release for v1.5.0-rc.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=\"1.5.0-rc.0\"></a>\n+# [1.5.0-rc.0](https://github.com/dherges/ng-packagr/compare/v1.4... | TypeScript | MIT License | ng-packagr/ng-packagr | chore: cut release for v1.5.0-rc.0 | 1 | chore | null |
573,208 | 18.10.2017 16:58:45 | -7,200 | a43aa60f090d29b8e66a58a9656126cb37bf2ef9 | fix(npm): remove unleash dependency | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,6 @@ Cutting a release is currently a manual process. We use a [Conventional Changelo\n```\n$ git fetch\n$ git pull origin master # ensure you have the latest changes\n-$ unleash [-p for patch, -m for minor, -M for major] -d # do a dry run to verify\n-$ unlea... | JavaScript | MIT License | restify/node-restify | fix(npm): remove unleash dependency (#1522) | 1 | fix | npm |
573,227 | 18.10.2017 20:57:22 | -7,200 | 082baef205af52772d91cd9a09db69e999969c07 | chore(docs): remove watch | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,6 @@ NODE := node\n#\n# Files\n#\n-DOC_FILES_TO_WATCH = ./lib/index.js ./lib/server.js ./lib/plugins/audit.js ./lib/plugins/metrics.js ./lib/plugins/jsonp.js\nJS_FILES = '.'\nCLEAN_FILES += node_modules cscope.files\n@@ -72,9 +71,5 @@ nsp: node_modules $(NSP)... | JavaScript | MIT License | restify/node-restify | chore(docs): remove watch | 1 | chore | docs |
791,690 | 19.10.2017 14:22:20 | 25,200 | 74ae043c6d4c4a5b22522a5bb824386cc21da4a2 | core(dependency-graph): add acyclic check | [
{
"change_type": "MODIFY",
"diff": "@@ -231,6 +231,10 @@ class PageDependencyGraphArtifact extends ComputedArtifact {\nPageDependencyGraphArtifact.linkNetworkNodes(rootNode, networkNodeOutput, networkRecords);\nPageDependencyGraphArtifact.linkCPUNodes(rootNode, networkNodeOutput, cpuNodes);\n+ if (NetworkNo... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(dependency-graph): add acyclic check (#3592) | 1 | core | dependency-graph |
573,204 | 19.10.2017 19:52:35 | -7,200 | 2d0d3c12d000acfa454b01bd68a848c9b64b7179 | docs(FEATURE_REQUESTS.md): spelling fix | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ start!\n* [Document all client options][1326]\n* [Client tunneling vs. proxying][1327]\n* [Explain why Restify is great!][927]\n-* [`BasicAut` examples][1099]\n+* [`BasicAuth` examples][1099]\n* [Document `next` behaviour][1068]\n* [Remove defaultRespons... | JavaScript | MIT License | restify/node-restify | docs(FEATURE_REQUESTS.md): spelling fix (#1534) | 1 | docs | FEATURE_REQUESTS.md |
743,863 | 20.10.2017 15:56:48 | 25,200 | 4043c16865cca959c7fc984630c7772de9a793d4 | docs: add note about options | [
{
"change_type": "MODIFY",
"diff": "@@ -1095,6 +1095,7 @@ Valid `opt` keys include:\n- `alias`: string or array of strings, see [`alias()`](#alias)\n- `choices`: value or array of values, limit valid option arguments to a predefined set, see [`choices()`](#choices)\n- `coerce`: function, coerce or transform... | JavaScript | MIT License | yargs/yargs | docs: add note about options | 1 | docs | null |
743,863 | 20.10.2017 16:10:31 | 25,200 | 532c60ebc2067a13daa0cd178108cf5ee630e90f | docs: describe hidden option in right place | [
{
"change_type": "MODIFY",
"diff": "@@ -1002,6 +1002,7 @@ Valid `opt` keys include:\n- `desc`/`describe`/`description`: string, the option description for help content, see [`describe()`](#describe)\n- `global`: boolean, indicate that this key should not be [reset](#reset) when a command is invoked, see [`g... | JavaScript | MIT License | yargs/yargs | docs: describe hidden option in right place | 1 | docs | null |
743,863 | 20.10.2017 17:55:36 | 25,200 | d1cbc75c6491e52c1236a7b67b1718a0017f00ea | docs: be more shameless about gratipay | [
{
"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+[](https://gratipay.com/yargs/)\n+\n[![Build Status][travis-im... | JavaScript | MIT License | yargs/yargs | docs: be more shameless about gratipay | 1 | docs | null |
815,745 | 20.10.2017 21:40:53 | -10,800 | 4149375dcccaa7e860c8542e92bb4c78d9042e86 | feat(tagging): allow creating new options
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -85,7 +85,7 @@ map: {\n- [x] Good base functionality test coverage\n- [x] Multiselect support\n- [x] Autocomplete\n-- [ ] Custom tags\n+- [x] Custom tags\n- [ ] Accessibility\n## API\n@@ -95,6 +95,8 @@ map: {\n| bindLabel | string | `label` | no | Object property to us... | TypeScript | MIT License | ng-select/ng-select | feat(tagging): allow creating new options
closes #34 | 1 | feat | tagging |
448,039 | 23.10.2017 10:00:00 | -7,200 | d9f7d332f129a300fc0278a7d5ee96d5c6239b13 | chore: commit release cut w/ 'release:' prefix | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,24 @@ module.exports = {\nrules: {\n'subject-max-length': [2, 'always', 120],\n'scope-enum': [2, 'always', []],\n- 'scope-empty': [2, 'always']\n+ 'scope-empty': [2, 'always'],\n+ 'type-enum': [\n+ 2,\n+ 'always',\n+ [\n+ 'build',\n+ 'chore',\n+ 'ci',\n+ 'docs'... | TypeScript | MIT License | ng-packagr/ng-packagr | chore: commit release cut w/ 'release:' prefix | 1 | chore | null |
448,039 | 23.10.2017 10:03:09 | -7,200 | 3b42f558ad364436db16d5af46f95492c9e0f5d6 | release: cut v1.5.0-rc.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=\"1.5.0-rc.1\"></a>\n+# [1.5.0-rc.1](https://github.com/dherges/ng-packagr/compare/v1.5... | TypeScript | MIT License | ng-packagr/ng-packagr | release: cut v1.5.0-rc.1 | 1 | release | null |
791,906 | 23.10.2017 17:09:01 | 25,200 | 63beebe1d652ecc8ded41ca1223a9427dbf4d8ef | core: Fix minor grammatical error
_Noticed this during the ChromeDevSummit talk this morning._ | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,7 @@ class LoadFastEnough4Pwa extends Audit {\nreturn {\nrawValue: true,\n// eslint-disable-next-line max-len\n- debugString: `First Interactive was found at ${Util.formatMilliseconds(timeToFirstInteractive)}, however, the network request latencies were not... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: Fix minor grammatical error (#3638)
http://www.grammarbook.com/punctuation/semicolons.asp
_Noticed this during the ChromeDevSummit talk this morning._ | 1 | core | null |
573,227 | 24.10.2017 10:24:00 | -7,200 | 542fb6363bec578ec6e575a10f97025e0437a65b | test(audit): fix flaky test | [
{
"change_type": "MODIFY",
"diff": "@@ -16,10 +16,15 @@ var helper = require('../lib/helper');\nvar vasync = require('vasync');\n// local globals\n+var MILLISECOND_IN_MICROSECONDS = 1000;\n+var TOLERATED_MICROSECONDS = MILLISECOND_IN_MICROSECONDS;\nvar SERVER;\nvar CLIENT;\nvar PORT;\n+function assertIsAtLe... | JavaScript | MIT License | restify/node-restify | test(audit): fix flaky test (#1536) | 1 | test | audit |
815,743 | 25.10.2017 16:58:12 | -39,600 | 4b01b1373934d64227cf6eab55e5ca4e6a8375bf | fix: z-index for ng-outer-menu
Changed the z-index of ng-outer-menu to 3, so that it remains always visible when opened on top of a .input-group.form-control element. .input-group .form-control has a z-index of 2 and thus was visible on top of the dropdown | [
{
"change_type": "MODIFY",
"diff": "@@ -222,7 +222,7 @@ ng-select {\nposition: absolute;\ntop: 100%;\nwidth: 100%;\n- z-index: 1;\n+ z-index: 3;\n-webkit-overflow-scrolling: touch;\n}\n.ng-menu {\n",
"new_path": "src/ng-select/ng-select.component.scss",
"old_path": "src/ng-select/ng-select.component... | TypeScript | MIT License | ng-select/ng-select | fix: z-index for ng-outer-menu (#105)
Changed the z-index of ng-outer-menu to 3, so that it remains always visible when opened on top of a .input-group.form-control element. .input-group .form-control has a z-index of 2 and thus was visible on top of the dropdown | 1 | fix | null |
791,723 | 26.10.2017 00:45:18 | 25,200 | 21e25aa0dd240495549075cca747ac3d2621cc1b | misc(changelog): add commitlint config (for commitlintbot) | [
{
"change_type": "ADD",
"diff": "+/**\n+ * @license Copyright 2017 Google Inc. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/L... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(changelog): add commitlint config (for commitlintbot) | 1 | misc | changelog |
448,039 | 27.10.2017 09:33:00 | -7,200 | 3f8e25c4ac05de3a4c2055b1d501a81737258ee7 | fix: add description for `ngPackage` property in `package.json`
Motivation: IDE support | [
{
"change_type": "MODIFY",
"diff": "{\n+ \"$schema\": \"../../../src/package.schema.json\",\n\"name\": \"@sample/secondary-lib\",\n\"description\": \"A sample library with configuration in package.json\",\n\"version\": \"1.0.0-pre.0\",\n\"@angular/common\": \"^4.1.2\"\n},\n\"ngPackage\": {\n- \"$schema\": \... | TypeScript | MIT License | ng-packagr/ng-packagr | fix: add description for `ngPackage` property in `package.json`
Motivation: IDE support | 1 | fix | null |
815,745 | 27.10.2017 21:47:21 | -10,800 | 95505fe29f3d3c482a2f57003af0627b4c84954f | fix: don't clear selection on backspace when clearable false fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -398,6 +398,15 @@ describe('NgSelectComponent', function () {\nexpect(fixture.componentInstance.select.selectedItems).toEqual(result);\n}));\n+ it('should not remove selected value when clearable is false', fakeAsync(() => {\n+ fixture.componentInstance.select.clearabl... | TypeScript | MIT License | ng-select/ng-select | fix: don't clear selection on backspace when clearable false fixes #82 | 1 | fix | null |
815,745 | 27.10.2017 22:40:32 | -10,800 | 10999cb12501fa11af50d5223d466b2a6f825f0a | fix: don't fire change event when there is no selected value
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -407,6 +407,13 @@ describe('NgSelectComponent', function () {\nexpect(fixture.componentInstance.select.selectedItems).toEqual(result);\n}));\n+ it('should do nothing when there is no selection', fakeAsync(() => {\n+ const clear = spyOn(fixture.componentInstance.select,... | TypeScript | MIT License | ng-select/ng-select | fix: don't fire change event when there is no selected value
fixes #91 | 1 | fix | null |
815,746 | 28.10.2017 23:25:47 | -10,800 | 0faef552b288e592fefc0a2f65764f5be8b5bfc3 | fix: focus filter on clear
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';\ntemplate: `\n<form [formGroup]=\"heroForm\" novalidate>\n<div class=\"form-group\">\n- <label for=\"state\">Cities</label>\n+ <label for=\"state\">Multi select</label>\n<ng-select *ngIf=\"isCitiesCont... | TypeScript | MIT License | ng-select/ng-select | fix: focus filter on clear (#110)
fixes #93 | 1 | fix | null |
815,802 | 29.10.2017 14:42:16 | 0 | 4e211cb3cafc0fd8be77bfca9c08356b69535675 | fix: remove unnecessary FormsModule. | [
{
"change_type": "MODIFY",
"diff": "import { NgModule, ModuleWithProviders } from '@angular/core';\n-import { FormsModule } from '@angular/forms';\nimport { CommonModule } from '@angular/common';\nimport { NgSelectComponent } from './ng-select.component';\n@@ -16,7 +15,6 @@ import { NgSelectConfig } from '.... | TypeScript | MIT License | ng-select/ng-select | fix: remove unnecessary FormsModule. (#112) | 1 | fix | null |
791,922 | 31.10.2017 01:11:50 | -3,600 | 6c9f71733e024205ba0d6ba3582cadd516bc1de5 | docs(readme): add MagicLight WebBLE integration | [
{
"change_type": "MODIFY",
"diff": "@@ -252,6 +252,7 @@ This section details projects that have integrated Lighthouse. If you're working\n* **[lighthouse-mocha-example](https://github.com/justinribeiro/lighthouse-mocha-example)** - gather performance metrics via Lighthouse and tests them in Mocha\n* **[pwme... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(readme): add MagicLight WebBLE integration (#3613) | 1 | docs | readme |
815,746 | 31.10.2017 08:33:27 | -7,200 | 1ff9b536eedfb652dcd07be42067d6de5b27aa47 | fix: add selected ng-option label font weight | [
{
"change_type": "MODIFY",
"diff": "[class.marked]=\"item === itemsList.markedItem\">\n<ng-template #defaultOptionTemplate>\n- <span>{{item[bindLabel]}}</span>\n+ <span class=\"ng-option-label\">{{item[bindLabel]}}</span>\n</ng-template>\n<ng-template\n",
"new_path": "src/ng-select/ng-select.component.h... | TypeScript | MIT License | ng-select/ng-select | fix: add selected ng-option label font weight (#115) | 1 | fix | null |
791,834 | 31.10.2017 11:30:52 | 25,200 | efe0e4894c729da74a2432a49568472ca598112a | tests(smokehouse): disable multiple shadow root deprecation test | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,9 @@ if (location.search === '' || params.has('passiveEvents')) {\nif (location.search === '' || params.has('deprecations')) {\nconst div = document.createElement('div');\ndiv.createShadowRoot();\n- div.createShadowRoot(); // FAIL - multiple shadow v0 roots.\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smokehouse): disable multiple shadow root deprecation test (#3695) | 1 | tests | smokehouse |
815,746 | 31.10.2017 16:19:39 | -7,200 | 6d841ef47fe58c39e5598ccccc5a1ce4800be040 | feat: ng-option support for simple dropdowns | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ const appRoutes: Routes = [\nredirectTo: '/forms',\npathMatch: 'full'\n},\n- { path: 'forms', component: ReactiveFormsComponent, data: { title: 'Real life example' } },\n+ { path: 'forms', component: ReactiveFormsComponent, data: { title: 'Reactive forms... | TypeScript | MIT License | ng-select/ng-select | feat: ng-option support for simple dropdowns (#113) | 1 | feat | null |
791,834 | 31.10.2017 16:26:58 | 25,200 | 6e8db9150241b5d1d207fdaefc118bedbca91462 | core: record top-level warnings in LHR and display in report | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,11 @@ class GatherRunner {\nconst resetStorage = !options.flags.disableStorageReset;\n// Enable emulation based on flags\nreturn driver.assertNoSameOriginServiceWorkerClients(options.url)\n- .then(_ => gathererResults.UserAgent = [driver.getUserAgent()])\n+ .... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: record top-level warnings in LHR and display in report (#3692) | 1 | core | null |
791,723 | 31.10.2017 16:31:07 | 25,200 | fbe3fda0d7203039e378c101e482a7974c2f9949 | report(redirects): reformat results, incl all requests and wasted time, | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ module.exports = [\nrawValue: '>=500',\ndetails: {\nitems: {\n- length: 2,\n+ length: 3,\n},\n},\n},\n@@ -32,10 +32,10 @@ module.exports = [\naudits: {\n'redirects': {\nscore: 100,\n- rawValue: 0,\n+ rawValue: '>=250',\ndetails: {\nitems: {\n- length: 1,... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redirects): reformat results, incl all requests and wasted time, (#3492) | 1 | report | redirects |
807,849 | 01.11.2017 13:49:55 | 25,200 | b17585918a944cd0bbad5492b722b15024881744 | refactor: share splitVersion() between NpmUtilities and AddCommand | [
{
"change_type": "MODIFY",
"diff": "@@ -5,14 +5,7 @@ import writePkg from \"write-pkg\";\nimport ChildProcessUtilities from \"./ChildProcessUtilities\";\nimport FileSystemUtilities from \"./FileSystemUtilities\";\n-\n-// Take a dep like \"foo@^1.0.0\".\n-// Return a tuple like [\"foo\", \"^1.0.0\"].\n-// Ha... | JavaScript | MIT License | lerna/lerna | refactor: share splitVersion() between NpmUtilities and AddCommand | 1 | refactor | null |
807,849 | 01.11.2017 13:57:36 | 25,200 | 5d34a994be5a612d469f39dfd5e845aaa4d9b69d | fix(copypasta): use correct import path | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import writePkg from \"write-pkg\";\nimport ChildProcessUtilities from \"./ChildProcessUtilities\";\nimport FileSystemUtilities from \"./FileSystemUtilities\";\n-import splitVersion from \"../utils/splitVersion\";\n+import splitVersion from \"./utils/split... | JavaScript | MIT License | lerna/lerna | fix(copypasta): use correct import path | 1 | fix | copypasta |
807,849 | 01.11.2017 16:06:05 | 25,200 | 106ffbc23e4939202a9dd253d23180a1ea27053a | test: cover missed conditionals in AddCommand | [
{
"change_type": "MODIFY",
"diff": "@@ -141,7 +141,7 @@ export default class AddCommand extends Command {\n})\n.then(({a, b}) => {\nconst changed = JSON.stringify(a) !== JSON.stringify(b);\n- const exec = changed ? () => writePkg(manifestPath, b) : () => Promise.resolve;\n+ const exec = changed ? () => writ... | JavaScript | MIT License | lerna/lerna | test: cover missed conditionals in AddCommand | 1 | test | null |
807,849 | 01.11.2017 16:11:03 | 25,200 | ffc9b30f8dba63111d616c5951033c4e3b22c144 | chore: single -> double quotes | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ export const describe = \"Add packages as dependency to matched packages\";\nexport const builder = {\ndev: {\n- describe: `Save as devDependency`\n+ describe: \"Save as to devDependencies\"\n},\n};\n@@ -30,10 +30,10 @@ export default class AddCommand ex... | JavaScript | MIT License | lerna/lerna | chore: single -> double quotes | 1 | chore | null |
807,849 | 01.11.2017 16:13:56 | 25,200 | b187fcf323054b49936e88d3aa466abced017f24 | chore: Update CHANGELOG for v2.5.1 | [
{
"change_type": "MODIFY",
"diff": "+## v2.5.1 (2017-11-01)\n+\n+A quick bugfix for an overlooked case in `lerna add`.\n+\n+#### :bug: Bug Fix\n+* [#1100](https://github.com/lerna/lerna/pull/1100) Preserve existing deps with lerna add. ([@marionebl](https://github.com/marionebl))\n+\n+#### Committers: 1\n+-... | JavaScript | MIT License | lerna/lerna | chore: Update CHANGELOG for v2.5.1 | 1 | chore | null |
573,227 | 02.11.2017 17:24:50 | -3,600 | 92b8c53e3b3d096a104b4434c9f71c73198d3c2b | test(server): fix ERR_SERVER_ALREADY_LISTEN issue | [
{
"change_type": "MODIFY",
"diff": "@@ -225,14 +225,12 @@ describe('query parser', function() {\nres.send(req.params);\n});\n- SERVER.listen(8080, function() {\nCLIENT.get('/hello/foo/?bar=baz', function(err, _, __, obj) {\nassert.ifError(err);\nassert.deepEqual(obj, { name: 'foo', bar: 'baz' });\ndone();\n... | JavaScript | MIT License | restify/node-restify | test(server): fix ERR_SERVER_ALREADY_LISTEN issue (#1549) | 1 | test | server |
573,227 | 02.11.2017 17:25:17 | -3,600 | f58d4b0618d8a214542734a5bd22fdc74f1cc2d9 | test(server): do not run IPv6 related tests with TEST_SKIP_IP_V6 env. variable | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,8 @@ node_js:\n- \"7\"\n- \"8\"\n- \"stable\"\n+env:\n+ - TEST_SKIP_IP_V6=true\nnotifications:\nwebhooks:\nurls:\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
"change_type": "MODIFY",
"diff": "@@ -28,11 +28,16 @@ var after = ... | JavaScript | MIT License | restify/node-restify | test(server): do not run IPv6 related tests with TEST_SKIP_IP_V6 env. variable (#1547) | 1 | test | server |
573,227 | 02.11.2017 17:55:44 | -3,600 | 6598949611b5dd610482167b6958600c3b31127d | chore(makefile): improve feedback | [
{
"change_type": "MODIFY",
"diff": "@@ -128,11 +128,11 @@ check-eslint::\n.PHONY: check-lint\ncheck-lint::\n- NO_STYLE=true $(ESLINT) $(JS_FILES)\n+ @(echo 'Running \"make check-lint\"'; NO_STYLE=true $(ESLINT) $(JS_FILES))\n.PHONY: check-style\ncheck-style::\n- NO_LINT=true $(ESLINT) $(JS_FILES)\n+ @(echo ... | JavaScript | MIT License | restify/node-restify | chore(makefile): improve feedback (#1548) | 1 | chore | makefile |
573,227 | 02.11.2017 19:00:16 | -3,600 | 6b202853d62394f0448486c9b5bbc18589fd44e2 | feat(http2): add native HTTP/2 support | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ permalink: /docs/request-api/\n**Extends http.IncomingMessage**\nWraps all of the node\n-[http.IncomingMessage](https://nodejs.org/api/http.html#http_http_incomingmessage)\n+[http.IncomingMessage](https://nodejs.org/api/http.html)\nAPIs, events and prope... | JavaScript | MIT License | restify/node-restify | feat(http2): add native HTTP/2 support (#1489) | 1 | feat | http2 |
815,745 | 02.11.2017 19:06:45 | -7,200 | 8b164c1ddd4887702aca4a88d5f2291c6e108157 | feat(sarchable): allow to toggle searchable
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -96,6 +96,7 @@ map: {\n| bindLabel | string | `label` | no | Object property to use for label. Default `label` |\n| bindValue | string | `-` | no | Object property to use for selected model. By default binds to whole object. |\n| [clearable] | boolean | `true` | no | A... | TypeScript | MIT License | ng-select/ng-select | feat(sarchable): allow to toggle searchable (#119)
closes #107 | 1 | feat | sarchable |
573,227 | 03.11.2017 17:14:57 | -3,600 | 12da7fdfc68dd9467da97ae0b2f45b89cb540b9b | fix(server): avoid http2 experimental warning without http2 option | [
{
"change_type": "MODIFY",
"diff": "@@ -30,14 +30,6 @@ var patchResponse = require('./response');\nvar http2;\n-// http2 module is not available < v8.4.0 (only with flag <= 8.8.0)\n-try {\n- http2 = require('http2');\n- patchResponse(http2.Http2ServerResponse);\n- patchRequest(http2.Http2ServerRequest);\n- ... | JavaScript | MIT License | restify/node-restify | fix(server): avoid http2 experimental warning without http2 option (#1555) | 1 | fix | server |
573,227 | 04.11.2017 09:41:52 | -3,600 | d249c10e694a9c6769f3c74a97371ca59cc33821 | docs(index): add createServer missing http2 option | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,8 @@ require('./errorTypes');\n* response header, default is `restify`. Pass empty string to unset the header.\n* @param {Object} [options.spdy] - Any options accepted by\n* [node-spdy](https://github.com/indutny/node-spdy).\n+ * @param {Object} [options.http... | JavaScript | MIT License | restify/node-restify | docs(index): add createServer missing http2 option (#1552) | 1 | docs | index |
815,746 | 07.11.2017 10:48:51 | -7,200 | 7a611df950eec9391eaf19c76c800da555311e58 | fix: bump angular peer version | [
{
"change_type": "MODIFY",
"diff": "\"angular4\"\n],\n\"peerDependencies\": {\n- \"@angular/common\": \">=4.0.0 <5.0.0\",\n- \"@angular/core\": \">=.0.0 <5.0.0\",\n- \"@angular/forms\": \">=.0.0 <5.0.0\"\n+ \"@angular/common\": \">=4.0.0 <6.0.0\",\n+ \"@angular/core\": \">=4.0.0 <6.0.0\",\n+ \"@angular/form... | TypeScript | MIT License | ng-select/ng-select | fix: bump angular peer version | 1 | fix | null |
573,227 | 08.11.2017 12:14:03 | -3,600 | 50acd7da23a28a6d833ff5d298828f7b976c93ee | chore(prettier): update to 1.8.1 | [
{
"change_type": "MODIFY",
"diff": "@@ -62,6 +62,8 @@ routes and handlers for incoming requests.\nresponse header, default is `restify`. Pass empty string to unset the header. (optional, default `false`)\n- `options.spdy` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Ob... | JavaScript | MIT License | restify/node-restify | chore(prettier): update to 1.8.1 (#1559) | 1 | chore | prettier |
448,060 | 10.11.2017 03:29:12 | 28,800 | 406866497acba4eec1dd2890bd99c381cbc6b3f2 | feat: add tsx/jsx support
Adding the ability to specify a jsx compiler option in the ng-package.json schema. This allows for libraries to bundle tsx/jsx files, and take depedencies on vendors like React components | [
{
"change_type": "MODIFY",
"diff": "@@ -154,6 +154,29 @@ For example, the following would use `index.ts` as the secondary entry point:\n}\n```\n+##### What if I want to use React Components?\n+\n+If you have React Components that you're using in your library, and want to use proper JSX/TSX syntax in order t... | TypeScript | MIT License | ng-packagr/ng-packagr | feat: add tsx/jsx support (#228)
Adding the ability to specify a jsx compiler option in the ng-package.json schema. This allows for libraries to bundle tsx/jsx files, and take depedencies on vendors like React components | 1 | feat | null |
448,039 | 10.11.2017 09:52:02 | -3,600 | 918766dec328a4223550a9e383ce33e76a4da328 | release: cut v1.5.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=\"1.5.1\"></a>\n+## [1.5.1](https://github.com/dherges/ng-packagr/compare/v1.5.0...v1.5... | TypeScript | MIT License | ng-packagr/ng-packagr | release: cut v1.5.1 | 1 | release | null |
815,746 | 10.11.2017 10:08:02 | -7,200 | ea88cfc6faa4ede96149fc44641b11a38d869ccc | fix: do not wrap text in ng-option
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -236,6 +236,7 @@ ng-select {\ncursor: pointer;\ndisplay: block;\npadding: 8px 10px;\n+ @include wrapt-text;\n&:last-child {\nborder-bottom-right-radius: 4px;\nborder-bottom-left-radius: 4px;\n",
"new_path": "src/ng-select/ng-select.component.scss",
"old_path": ... | TypeScript | MIT License | ng-select/ng-select | fix: do not wrap text in ng-option (#123)
fixes https://github.com/ng-select/ng-select/issues/118 | 1 | fix | null |
791,690 | 10.11.2017 12:18:35 | 28,800 | fffc8f327a49f13bf20904c9204b2b0132f5e942 | cli: do not double quote chromeFlags | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,10 @@ export function parseChromeFlags(flags: string = '') {\n// Avoid '=true', then reintroduce quotes\n.map(key => {\nif (parsed[key] === true) return `--${key}`;\n- return `--${key}=\"${parsed[key]}\"`;\n+ // ChromeLauncher passes flags to Chrome as atomic... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli: do not double quote chromeFlags (#3775) | 1 | cli | null |
791,690 | 10.11.2017 13:44:41 | 28,800 | 76b88070d29c3fc05bb87e092e32a45f9804fe3d | core: remove optimalValue | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,6 @@ An object containing the results of the audits, keyed by their name.\n| extendedInfo | `Object` | Extra information found by the audit. The structure of this object varies from audit to audit and is generally for programmatic consumption and debugging, t... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: remove optimalValue (#3774) | 1 | core | null |
448,039 | 10.11.2017 14:36:00 | -3,600 | c5c32c55fcefddea49a5091fed647d5c0b6136f4 | feat: invoke ngc thru `@angular/compiler-cli` version 5.0.x
Fixes | [
{
"change_type": "MODIFY",
"diff": "\"vinyl-fs\": \"^2.4.4\"\n},\n\"peerDependencies\": {\n- \"@angular/tsc-wrapped\": \"~4.4.5\",\n+ \"@angular/compiler\": \"~5.0.0\",\n+ \"@angular/compiler-cli\": \"~5.0.0\",\n\"typescript\": \"~2.4.2\"\n},\n\"devDependencies\": {\n\"@angular/cdk\": \"~5.0.0-rc0\",\n\"@an... | TypeScript | MIT License | ng-packagr/ng-packagr | feat: invoke ngc thru `@angular/compiler-cli` version 5.0.x
Fixes #219 | 1 | feat | null |
448,039 | 10.11.2017 15:06:35 | -3,600 | c222daeabd84061fb54ecbc337a8a724b8e802bc | test: refactor BazComponent styles to verify AoT metadata | [
{
"change_type": "MODIFY",
"diff": "import { expect } from 'chai';\nimport * as path from 'path';\n-describe(`@sample/material`, () => {\n+xdescribe(`@sample/material`, () => {\n- describe(`material.umd.js`, () => {\n+ xdescribe(`material.umd.js`, () => {\nlet GENERATED;\nbefore(done => {\nGENERATED = requi... | TypeScript | MIT License | ng-packagr/ng-packagr | test: refactor BazComponent styles to verify AoT metadata | 1 | test | null |
573,227 | 10.11.2017 15:26:10 | -3,600 | 32ce81a19a0114e0d2cdd6dcf6d8cfdc6cba689a | chore(benchmark): improve grammer | [
{
"change_type": "MODIFY",
"diff": "var inquirer = require('inquirer');\nvar bench = require('./lib/bench');\n+var stableVersion = require('restify/package.json').version;\nvar BENCHMARKS = ['response-json', 'response-text'];\n@@ -47,7 +48,10 @@ inquirer\n{\ntype: 'confirm',\nname: 'compare',\n- message: 'D... | JavaScript | MIT License | restify/node-restify | chore(benchmark): improve grammer (#1562) | 1 | chore | benchmark |
448,039 | 10.11.2017 16:01:44 | -3,600 | 2bd8256226305297b0e6638d8cec9c515234b809 | release: cut v1.6.0-rc.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=\"1.6.0-rc.0\"></a>\n+# [1.6.0-rc.0](https://github.com/dherges/ng-packagr/compare/v1.5... | TypeScript | MIT License | ng-packagr/ng-packagr | release: cut v1.6.0-rc.0 | 1 | release | null |
791,697 | 11.11.2017 01:59:57 | -19,080 | bcb45b4fc8eda0b2c202e6864c6f53f9f5f4bb18 | report: Add print summary and print expanded options | [
{
"change_type": "MODIFY",
"diff": "@@ -177,7 +177,12 @@ class ReportUIFeatures {\ncase 'copy':\nthis.onCopyButtonClick();\nbreak;\n- case 'print':\n+ case 'print-summary':\n+ this.collapseAllDetails();\n+ this.closeExportDropdown();\n+ self.print();\n+ break;\n+ case 'print-expanded':\nthis.expandAllDetail... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: Add print summary and print expanded options (#3578) | 1 | report | null |
791,676 | 11.11.2017 14:33:12 | -3,600 | 5b96072da76f11b6d7d5baad203225f616015066 | misc(changelog-generator): Generate changelogs | [
{
"change_type": "MODIFY",
"diff": "@@ -146,6 +146,7 @@ echo \"Test the lighthouse-viewer build\"\necho \"Branch and commit the version bump.\"\ngit co -b bumpv240\ngit c \"2.4.0\"\n+yarn changelog\ngit tag -a v2.4.0 -m \"v2.4.0\"\necho \"Generate a PR and get it merged.\"\n@@ -162,7 +163,7 @@ npm publish\n... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(changelog-generator): Generate changelogs (#3632) | 1 | misc | changelog-generator |
791,834 | 13.11.2017 08:46:52 | 28,800 | 6cd1b41e0d2be337f0d56a83edffabbbe44be28b | tests(smokehouse): add long task to byte-efficiency tester to deflake appveyor | [
{
"change_type": "MODIFY",
"diff": "@@ -31,11 +31,17 @@ function generateInlineScriptWithSize(sizeInBytes, firstContent = '', used = fal\ndocument.head.appendChild(style);\n}\n+// Add a long task to delay FI\n+setTimeout(() => {\n+ const start = Date.now();\n+ while (Date.now() < start + 100) ;\n+}, 2000);\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smokehouse): add long task to byte-efficiency tester to deflake appveyor (#3804) | 1 | tests | smokehouse |
815,746 | 15.11.2017 19:27:37 | -7,200 | 88b619858eb85dfa0802568d03fe903c3793ef17 | feat: allow to disable virtual scroll | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ import { SelectTagsComponent } from './examples/tags.component';\nimport { LayoutHeaderComponent } from './layout/header.component';\nimport { LayoutSidenavComponent } from './layout/sidenav-component';\n+import { VirtualScrollComponent } from './example... | TypeScript | MIT License | ng-select/ng-select | feat: allow to disable virtual scroll (#125)
https://github.com/ng-select/ng-select/issues/118 | 1 | feat | null |
743,960 | 16.11.2017 06:50:26 | -3,600 | f8efa0168c7cd6ad5a9f2d44a787bf80c0f300fa | docs: document multiple array arguments | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,8 @@ instead of `.argv` and the first parameter won't be ignored.\nTell the parser to interpret `key` as an array. If `.array('foo')` is set,\n`--foo foo bar` will be parsed as `['foo', 'bar']` rather than as `'foo'`.\n+Also, if you use the option multiple ti... | JavaScript | MIT License | yargs/yargs | docs: document multiple array arguments (#1009) | 1 | docs | null |
815,746 | 16.11.2017 10:15:10 | -7,200 | d10cc018655321be83755bcd082aac8721dd668c | fix: undo uneeded changes | [
{
"change_type": "MODIFY",
"diff": "import { NgModule, ModuleWithProviders } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n-\nimport { NgSelectComponent } from './ng-select.component';\nimport { NgOptionTemplateDirective, NgLabelTemplateDirective } from './ng-templates.directive';\... | TypeScript | MIT License | ng-select/ng-select | fix: undo uneeded changes | 1 | fix | null |
791,690 | 17.11.2017 11:04:55 | 28,800 | 12f7f03241d0354ade5741f8ba5db7daea1c2d71 | report(image-aspect-ratio): fix audit description | [
{
"change_type": "MODIFY",
"diff": "@@ -23,9 +23,9 @@ class ImageAspectRatio extends Audit {\nstatic get meta() {\nreturn {\nname: 'image-aspect-ratio',\n- description: 'Uses Images with appropriate aspect ratio',\n- failureDescription: 'Does not use Images with appropriate aspect ratio',\n- helpText: 'Imag... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(image-aspect-ratio): fix audit description (#3843) | 1 | report | image-aspect-ratio |
448,092 | 17.11.2017 13:04:36 | 28,800 | 815509bebe3b2e3020698ad82305c3481bcbae32 | fix: report ngc compiler diagnostics and throw an error | [
{
"change_type": "MODIFY",
"diff": "+import * as fs from 'fs';\nimport * as path from 'path';\n-import { performCompilation, readConfiguration, AngularCompilerOptions } from '@angular/compiler-cli';\n+import { performCompilation, readConfiguration, AngularCompilerOptions, exitCodeFromResult, formatDiagnosti... | TypeScript | MIT License | ng-packagr/ng-packagr | fix: report ngc compiler diagnostics and throw an error (#292) | 1 | fix | null |
791,723 | 17.11.2017 13:27:27 | 28,800 | 33b1574da7a404e2ad701ea9651b08a6e40245c7 | core(bootup-time): refactor task/group iteration | [
{
"change_type": "MODIFY",
"diff": "@@ -114,22 +114,25 @@ class BootupTime extends Audit {\n*/\nstatic getExecutionTimingsByURL(trace) {\nconst timelineModel = new DevtoolsTimelineModel(trace);\n- const bottomUpByName = timelineModel.bottomUpGroupBy('URL');\n+ const bottomUpByURL = timelineModel.bottomUpGro... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(bootup-time): refactor task/group iteration | 1 | core | bootup-time |
791,690 | 17.11.2017 13:36:57 | 28,800 | a9780d66909c18ed7ee60337f853732360cfc861 | core(speed-index): only compute perceptual speed index | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ class SpeedIndexMetric extends Audit {\nthrow new Error('Trace unable to find visual progress frames.');\n}\n- if (speedline.speedIndex === 0) {\n+ if (speedline.perceptualSpeedIndex === 0) {\nthrow new Error('Error in Speedline calculating Speed Index (... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(speed-index): only compute perceptual speed index (#3845) | 1 | core | speed-index |
135,479 | 17.11.2017 16:30:38 | -28,800 | 060c0f882041f19b44f098425cb2ad9102dea272 | docs: fix incorrect package names to install | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ git init\nnpm init\n# Install and configure if needed\n-npm install --save-dev @commitlint-{cli,angular,prompt-cli}\n+npm install --save-dev @commitlint/{cli,angular,prompt-cli}\necho \"module.exports = {extends: ['@commitlint/config-angular']};\" > comm... | TypeScript | MIT License | conventional-changelog/commitlint | docs: fix incorrect package names to install | 1 | docs | null |
791,834 | 17.11.2017 21:10:24 | 28,800 | e1252ac22ce3b1a73a8fb2d8365f4ebc0b165ee4 | misc(changelog): tweaks to changelog template and instructions | [
{
"change_type": "MODIFY",
"diff": "@@ -118,7 +118,7 @@ yarn build-all\n# * Test err'thing *\necho \"Test the CLI.\"\n-lighthouse --perf \"chrome://version\"\n+lighthouse --perf \"https://example.com\"\nyarn smoke\necho \"Test the extension\"\n@@ -142,11 +142,16 @@ echo \"Test the lighthouse-viewer build\"\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(changelog): tweaks to changelog template and instructions (#3849) | 1 | misc | changelog |
791,697 | 18.11.2017 02:57:59 | -19,080 | b67601b1b3153292d1aed789a1083b7d3392448b | core(audit): Ignore href=javascript:.* for rel=noopener audit | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,10 @@ class ExternalAnchorsUseRelNoopenerAudit extends Audit {\nreturn true;\n}\n})\n+ .filter(anchor => {\n+ // Ignore href's that are not real links\n+ return !anchor.href || !anchor.href.toLowerCase().startsWith('javascript:');\n+ })\n.map(anchor => {\nret... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(audit): Ignore href=javascript:.* for rel=noopener audit (#3574) | 1 | core | audit |
791,723 | 18.11.2017 03:08:52 | -3,600 | 1fe2a95266bb2ddc5adce4c6d87ac4f82c5be65b | misc(changelog): minor changelog generation usability bumps | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,12 @@ const parserOpts = {\n],\n};\n+process.stderr.write(`\n+> Be sure to have the latest git tags locally:\n+ git fetch --tags\n+\n+`);\n+\nconst writerOpts = {\nmainTemplate,\nheaderPartial,\n",
"new_path": "build/changelog-generator/index.js",
"ol... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(changelog): minor changelog generation usability bumps (#3847) | 1 | misc | changelog |
448,038 | 19.11.2017 09:48:52 | -3,600 | 3016585f776e309694f778e5423150a726266aee | fix: support new cdk modules 'accordion' and 'layout' (@angular/cdk@5.0.0-rc0)
Adds rollup configuration for out-of-the-box support. | [
{
"change_type": "MODIFY",
"diff": "@@ -11,10 +11,12 @@ export const ROLLUP_GLOBALS = {\n'@angular/common/http': 'ng.common.http',\n'@angular/cdk': 'ng.cdk',\n'@angular/cdk/a11y': 'ng.cdk.a11y',\n+ '@angular/cdk/accordion': 'ng.cdk.accordion',\n'@angular/cdk/bidi': 'ng.cdk.bidi',\n'@angular/cdk/coercion': '... | TypeScript | MIT License | ng-packagr/ng-packagr | fix: support new cdk modules 'accordion' and 'layout' (@angular/cdk@5.0.0-rc0) (#297)
Adds rollup configuration for out-of-the-box support. | 1 | fix | null |
135,546 | 19.11.2017 13:48:12 | -3,600 | 5547ef524ed626a99b02ddba1ffb15a6fe91500d | docs: link to relevant change that removes "chore" | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ TL;DR\nAngular has removed the chore type from their\nconventions as of January 2017\n-See angular/angular@dff6ee3#diff-6a3371457528722a734f3c51d9238c13L204\n+See [angular/angular@dff6ee](https://github.com/angular/angular/commit/dff6ee32725197bdb81f3f63... | TypeScript | MIT License | conventional-changelog/commitlint | docs: link to relevant change that removes "chore" | 1 | docs | null |
807,849 | 20.11.2017 09:51:12 | 28,800 | b48888e7e60495cf0427bd24c8211548e775373a | docs: Add lerna.json example for --message
Fixes
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -468,6 +468,17 @@ to certain guidelines, such as projects which use [commitizen](https://github.co\nIf the message contains `%s`, it will be replaced with the new global version version number prefixed with a \"v\".\nNote that this only applies when using the default \... | JavaScript | MIT License | lerna/lerna | docs: Add lerna.json example for --message
Fixes #1127
[skip ci] | 1 | docs | null |
791,723 | 20.11.2017 18:16:12 | 28,800 | 2182513f2c00ccb90bc762989c2344456352fa9b | core(driver): add driver.wsEndpoint() | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,15 @@ class Connection {\nreturn Promise.reject(new Error('Not implemented'));\n}\n+\n+ /**\n+ * @return {!Promise<string>}\n+ */\n+ wsEndpoint() {\n+ return Promise.reject(new Error('Not implemented'));\n+ }\n+\n+\n/**\n* Call protocol methods\n* @param {!st... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(driver): add driver.wsEndpoint() (#3864) | 1 | core | driver |
815,745 | 20.11.2017 18:28:37 | -7,200 | 8bc8b8ec9d1bb5683e7d1ed5f1657ae4ceebb1ae | fix(events): don't fire change event on search clear
* fix(events): don't fire change event on search clear
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ describe('NgSelectComponent', function () {\nexpect(fixture.componentInstance.selectedCity).toEqual(jasmine.objectContaining(fixture.componentInstance.cities[1]));\n// clear select\n- fixture.componentInstance.select.clear();\n+ fixture.componentInstance... | TypeScript | MIT License | ng-select/ng-select | fix(events): don't fire change event on search clear (#130)
* fix(events): don't fire change event on search clear
fixes #126 | 1 | fix | events |
815,745 | 20.11.2017 18:28:56 | -7,200 | 9504ad5685778a756b50a66cc1436c3974f36f72 | feat: support for simple arrays
* feat: support for simple arrays
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,8 +9,7 @@ export class ItemsList {\nprivate _markedIndex = -1;\nprivate _selected: NgOption[] = [];\nprivate _multiple = false;\n- private _bindLabel: string;\n- private _bindValue: string;\n+ private _simple = false;\nget value(): NgOption[] {\nreturn this._selecte... | TypeScript | MIT License | ng-select/ng-select | feat: support for simple arrays (#129)
* feat: support for simple arrays
closes #100 | 1 | feat | null |
573,231 | 21.11.2017 08:04:32 | -3,600 | cf65c65cabd06bd5d17d84cd28999248dada94f7 | fix(server): avoiding uncaughtException in _routeErrorResponse by only sending response when not sent | [
{
"change_type": "MODIFY",
"diff": "@@ -890,7 +890,9 @@ Server.prototype._routeErrorResponse = function _routeErrorResponse(\nnull,\nerr,\nfunction _emitErrorEvents() {\n+ if (!res.headersSent) {\nres.send(err);\n+ }\nreturn self._finishReqResCycle(req, res, null, err);\n}\n);\n",
"new_path": "lib/serve... | JavaScript | MIT License | restify/node-restify | fix(server): avoiding uncaughtException in _routeErrorResponse by only sending response when not sent (#1568) | 1 | fix | server |
791,723 | 21.11.2017 13:16:24 | 28,800 | 9d312c2abf4be3c0e18540727c23bfdf5700ab98 | docs(error-reporting): improve clarity for opt-out folks | [
{
"change_type": "MODIFY",
"diff": "@@ -22,10 +22,21 @@ Runtime exceptions will not be reported to the team. Your ability to use Lightho\n* Your Chrome version\n* Your operating system\n+[This code search](https://github.com/GoogleChrome/lighthouse/search?l=JavaScript&q=Sentry.&type=&utf8=%E2%9C%93) reveals... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(error-reporting): improve clarity for opt-out folks (#3876) | 1 | docs | error-reporting |
791,834 | 21.11.2017 13:41:02 | 28,800 | 207000a23cbe6ea2290eb0dc4dee324a7dacb8aa | cli(sentry): handle configstore errors; don't enabling error reporting | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,7 @@ function prompt() {\n* @return {!Promise<boolean>}\n*/\nfunction askPermission() {\n+ return Promise.resolve().then(_ => {\nconst configstore = new Configstore('lighthouse');\nlet isErrorReportingEnabled = configstore.get('isErrorReportingEnabled');\nif ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli(sentry): handle configstore errors; don't enabling error reporting (#3878) | 1 | cli | sentry |
791,723 | 22.11.2017 11:47:15 | 28,800 | f19ffd181d3c9f89d9d1429c6b6f1a98bbe8e953 | docs: fox mobile device testing example | [
{
"change_type": "MODIFY",
"diff": "@@ -82,7 +82,7 @@ $ adb devices -l\n$ adb forward tcp:9222 localabstract:chrome_devtools_remote\n-$ lighthouse --disable-device-emulation --disable-cpu-throttling https://mysite.com\n+$ lighthouse --port=9222 --disable-device-emulation --disable-cpu-throttling https://exa... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: fox mobile device testing example (#3887) | 1 | docs | null |
791,723 | 22.11.2017 16:29:41 | 28,800 | 9186735ca2495f54ca9411f00c88590a7a352b6a | misc(error-reporting): report unhandled promise rejections | [
{
"change_type": "MODIFY",
"diff": "@@ -50,6 +50,9 @@ sentryDelegate.init = function init(opts) {\nSentry.captureException(...args, () => resolve());\n});\n};\n+\n+ // Report any rejections that are never caught\n+ process.on('unhandledRejection', reason => sentryDelegate.captureException(reason));\n} catch... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(error-reporting): report unhandled promise rejections (#3886) | 1 | misc | error-reporting |
743,863 | 23.11.2017 10:16:53 | 28,800 | e1117c5849f0343341e5a9d88ab38535d9860897 | docs: gratipay is no more | [
{
"change_type": "MODIFY",
"diff": "_Yargs is developed on evenings and weekends by\nvolunteers. Why not grab them dinner or a drink?_\n-[](https://gratipay.com/yargs/)\n-\n[![Build Status][travis-image]][travis-u... | JavaScript | MIT License | yargs/yargs | docs: gratipay is no more | 1 | docs | null |
743,960 | 23.11.2017 21:18:21 | -3,600 | 77b8dbc495b926ef2dbc9d839882c828b8dad29b | feat: middleware | [
{
"change_type": "MODIFY",
"diff": "@@ -425,3 +425,47 @@ some of yargs' parsing features:\nSee the [yargs-parser](https://github.com/yargs/yargs-parser#configuration) module\nfor detailed documentation of this feature.\n+\n+## Midleware\n+Sometimes you might want to transform arguments before they reach the... | JavaScript | MIT License | yargs/yargs | feat: middleware (#881) | 1 | feat | null |
135,470 | 24.11.2017 16:22:29 | -3,600 | e399e4509c9afba99d59ffa1ad17bcef2e73752a | docs: add contribution guide link to readme | [
{
"change_type": "MODIFY",
"diff": "@@ -90,6 +90,8 @@ npx yarn run build # run build tasks\nnpx yarn start # run tests, again on change\n```\n+For more information on how to contribute please take a look at our [contribution guide](./.github/CONTRIBUTING.md).\n+\n### Publishing a release\n```sh\n",
"new... | TypeScript | MIT License | conventional-changelog/commitlint | docs: add contribution guide link to readme | 1 | docs | null |
448,039 | 24.11.2017 17:20:12 | -3,600 | b52e77bdf22052f74a50dc08325db358b40dcfb5 | release: cut v2.0.0-rc.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=\"2.0.0-rc.3\"></a>\n+# [2.0.0-rc.3](https://github.com/dherges/ng-packagr/compare/v2.0... | TypeScript | MIT License | ng-packagr/ng-packagr | release: cut v2.0.0-rc.3 | 1 | release | null |
815,802 | 26.11.2017 10:09:52 | 0 | 24777177b54a1ac1449f494680fe01c525cb7386 | feat: toggle dropdown when searchable is false. | [
{
"change_type": "MODIFY",
"diff": "-<div (click)=\"open()\" class=\"ng-control\">\n+<div (click)=\"searchable ? open() : toggle()\" class=\"ng-control\">\n<div class=\"ng-value-container\">\n<div class=\"ng-placeholder\" [hidden]=\"!showPlaceholder()\">{{placeholder}}</div>\n<ng-template #defaultLabelTempl... | TypeScript | MIT License | ng-select/ng-select | feat: toggle dropdown when searchable is false. (#137) | 1 | feat | null |
815,746 | 26.11.2017 12:46:48 | -7,200 | e386150aaa77c35a5d2886ad7c3bc21e81d93d5a | fix: add .ng-select host css class
closes | [
{
"change_type": "MODIFY",
"diff": "}\n$color-selected: #f5faff;\n-ng-select {\n+\n+.ng-select {\nposition: relative;\ndisplay: block;\n@include box-sizing;\n@@ -20,18 +21,11 @@ ng-select {\nspan {\n@include box-sizing;\n}\n- ng-option {\n- display: block;\n- @include box-sizing;\n- }\n- virtual-scroll {\n-... | TypeScript | MIT License | ng-select/ng-select | fix: add .ng-select host css class (#139)
closes https://github.com/ng-select/ng-select/issues/134 | 1 | fix | null |
815,746 | 26.11.2017 12:52:06 | -7,200 | 63d9f709f7f70c7f0b81720a1228165942d8fd35 | fix: custom tags insertion on multiselect
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ import { SelectTagsComponent } from './examples/tags.component';\nimport { LayoutHeaderComponent } from './layout/header.component';\nimport { LayoutSidenavComponent } from './layout/sidenav-component';\nimport { VirtualScrollComponent } from './examples... | TypeScript | MIT License | ng-select/ng-select | fix: custom tags insertion on multiselect (#135)
fixes https://github.com/ng-select/ng-select/issues/124 | 1 | fix | null |
815,746 | 26.11.2017 12:52:47 | -7,200 | 78ff66194b768972955e1dc81cad318700aae620 | fix: mark for check when closing dropdown
fixes | [
{
"change_type": "MODIFY",
"diff": "import '../style/styles.scss';\n-import { Component } from '@angular/core';\n+import { Component, ChangeDetectionStrategy } from '@angular/core';\nimport { ActivatedRoute, NavigationEnd, Router } from '@angular/router';\nimport 'rxjs/add/operator/filter';\nimport 'rxjs/ad... | TypeScript | MIT License | ng-select/ng-select | fix: mark for check when closing dropdown (#140)
fixes https://github.com/ng-select/ng-select/issues/138 | 1 | fix | null |
311,017 | 26.11.2017 13:25:03 | 14,400 | fec663bde388b67bce46829436237d385e06bbed | feat: warn about cordova plugins not in devapp | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,8 @@ import { str2num } from '@ionic/cli-framework/utils/string';\nimport { CommandLineInputs, CommandLineOptions, IonicEnvironment, ServeDetails } from '../definitions';\nimport { FatalException } from '../lib/errors';\n-import { BIND_ALL_ADDRESS, DEFAULT_DEV_... | TypeScript | MIT License | ionic-team/ionic-cli | feat: warn about cordova plugins not in devapp | 1 | feat | null |
815,745 | 27.11.2017 07:34:07 | -7,200 | 9cce98a77a855c607e619a9966ed61db07f03035 | feat: allow to configure marking first item
* feat: allow to configure marking first item
closes
* fix: don't crash if default bindlabel doesn't exist on item | [
{
"change_type": "MODIFY",
"diff": "@@ -97,9 +97,10 @@ map: {\n| bindLabel | string | `label` | no | Object property to use for label. Default `label` |\n| bindValue | string | `-` | no | Object property to use for selected model. By default binds to whole object. |\n| [clearable] | boolean | `true` | no | ... | TypeScript | MIT License | ng-select/ng-select | feat: allow to configure marking first item (#145)
* feat: allow to configure marking first item
closes #103
* fix: don't crash if default bindlabel doesn't exist on item | 1 | feat | null |
791,690 | 27.11.2017 11:36:51 | 28,800 | 039c98d71ac4d6391790921e725c4553286ab456 | misc(error-reporting): tweak sentry levels and ignore list | [
{
"change_type": "MODIFY",
"diff": "@@ -93,13 +93,20 @@ NOTE: If the message you're capturing is dynamic/based on user data or you need\nconst Sentry = require('./lighthouse-core/lib/sentry');\nif (networkRecords.length === 1) {\n- Sentry.captureMessage('Site only had 1 network request');\n+ Sentry.captureM... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(error-reporting): tweak sentry levels and ignore list (#3890) | 1 | misc | error-reporting |
791,723 | 27.11.2017 13:04:14 | 28,800 | e4248c26c2ce10c802e931d3bc6615b39c74ef8a | misc(error-reporting): report unhandled promise rejections, take 2 | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ sentryDelegate.init = function init(opts) {\n}\nconst environmentData = opts.environmentData || {};\n- const sentryConfig = Object.assign({}, environmentData, {allowSecretKey: true});\n+ const sentryConfig = Object.assign({}, environmentData, {captureUnh... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(error-reporting): report unhandled promise rejections, take 2 (#3930) | 1 | misc | error-reporting |
448,039 | 28.11.2017 11:25:22 | -3,600 | 122c9729a36c7c1dd54c8511d2c1148be39413a0 | release: cut v2.0.0-rc.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=\"2.0.0-rc.4\"></a>\n+# [2.0.0-rc.4](https://github.com/dherges/ng-packagr/compare/v2.0... | TypeScript | MIT License | ng-packagr/ng-packagr | release: cut v2.0.0-rc.4 | 1 | release | null |
791,690 | 28.11.2017 18:40:30 | 28,800 | e842834d5a9452001c23b0581d2467593b9de7ad | core(vulnerable-libs): add fix for recovering from bad versions | [
{
"change_type": "MODIFY",
"diff": "'use strict';\nconst Audit = require('../audit');\n+const Sentry = require('../../lib/sentry');\nconst semver = require('semver');\nconst snykDatabase = require('../../../third-party/snyk/snapshot.json');\n+const SEMVER_REGEX = /^(\\d+\\.\\d+\\.\\d+)[^-0-9]+/;\n+\nclass N... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(vulnerable-libs): add fix for recovering from bad versions (#3932) | 1 | core | vulnerable-libs |
135,445 | 28.11.2017 23:19:59 | 25,200 | 51902417c29bc2cd9848c1841bc36faf45465100 | feat(babel-preset-commitlint): add jsx tranform
JSX transform is needed to enable ink as CLI tool.
Plugin and plugin options are recommended by ink as part of the package
setup process.
<https://github.com/vadimdemedes/ink#getting-started>
first step toward | [
{
"change_type": "MODIFY",
"diff": "const addModuleExports = require('babel-plugin-add-module-exports');\nconst fastAsync = require('fast-async');\n+const jsx = require('babel-plugin-transform-react-jsx');\nconst istanbul = require('babel-plugin-istanbul').default;\nconst transformRuntime = require('babel-p... | TypeScript | MIT License | conventional-changelog/commitlint | feat(babel-preset-commitlint): add jsx tranform (#163)
JSX transform is needed to enable ink as CLI tool.
Plugin and plugin options are recommended by ink as part of the package
setup process.
<https://github.com/vadimdemedes/ink#getting-started>
first step toward #86 | 1 | feat | babel-preset-commitlint |
448,039 | 29.11.2017 10:59:01 | -3,600 | 56f3d0c8f512404615385fac8ddb9e46e04518d3 | test: restore consumer build from ng cli
Consistent selectors in `sample-custom` and `@sample/material`. | [
{
"change_type": "MODIFY",
"diff": "@@ -7,13 +7,13 @@ echo \"Running consumer builds in $parent_path\"\n# Prepare 'sample-custom'\npushd samples/custom/dist\n-yarn unlink\n+yarn unlink || true\nyarn link\npopd\n# Prepare '@sample/material'\npushd samples/material/dist\n-yarn unlink\n+yarn unlink || true\nya... | TypeScript | MIT License | ng-packagr/ng-packagr | test: restore consumer build from ng cli
Consistent selectors in `sample-custom` and `@sample/material`. | 1 | test | null |
815,746 | 29.11.2017 17:22:43 | -7,200 | c67c17de60bac1dca1c56be1138269dfcad7f8e2 | feat: add add, remove, clear events | [
{
"change_type": "MODIFY",
"diff": "@@ -115,6 +115,9 @@ map: {\n| (change) | Fired on selected value change |\n| (open) | Fired on select dropdown open |\n| (close) | Fired on select dropdown close |\n+| (clear) | Fired on clear icon click |\n+| (add) | Fired when item is selected |\n+| (remove) | Fired whe... | TypeScript | MIT License | ng-select/ng-select | feat: add add, remove, clear events (#150) | 1 | feat | null |
791,700 | 29.11.2017 19:57:53 | 18,000 | 3bdb56e80a17c2a02f73e678b906232f9a7eef02 | deps: Bump ws to 3.3.2 | [
{
"change_type": "MODIFY",
"diff": "\"speedline\": \"1.3.0\",\n\"update-notifier\": \"^2.1.0\",\n\"whatwg-url\": \"4.0.0\",\n- \"ws\": \"1.1.2\",\n+ \"ws\": \"3.3.2\",\n\"yargs\": \"3.32.0\",\n\"yargs-parser\": \"7.0.0\"\n},\n",
"new_path": "package.json",
"old_path": "package.json"
},
{
"ch... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: Bump ws to 3.3.2 (#3949) | 1 | deps | null |
791,676 | 02.12.2017 00:48:54 | -3,600 | 46f6d2a8726c54f82ec500f994071b85c605e506 | core(devtools-timeline-model): extract model generation to a computed artifact...
Assert it doesn't mutate the trace, with a few exceptions. Extract timeline task-groups into lib. | [
{
"change_type": "MODIFY",
"diff": "'use strict';\nconst Audit = require('./audit');\n-const DevtoolsTimelineModel = require('../lib/traces/devtools-timeline-model');\nconst WebInspector = require('../lib/web-inspector');\n-const Util = require('../report/v2/renderer/util.js');\n-\n-const group = {\n- loadi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(devtools-timeline-model): extract model generation to a computed artifact...
Assert it doesn't mutate the trace, with a few exceptions. Extract timeline task-groups into lib. | 1 | core | devtools-timeline-model |
815,802 | 05.12.2017 06:05:55 | 0 | 1e4d5216fd7b2f9a04e75bd0fe73a76bfe698425 | feat: Allow to change dropdown positioning. | [
{
"change_type": "MODIFY",
"diff": "@@ -107,6 +107,7 @@ map: {\n| addTagText | string | `Add item` | no | Set custom text when using tagging |\n| [typeahead] | Subject | `-` | no | Custom autocomplete or filter. |\n| [disableVirtualScroll] | boolean | false | no | Disable virtual scroll |\n+| [dropdownPosit... | TypeScript | MIT License | ng-select/ng-select | feat: Allow to change dropdown positioning. (#154) | 1 | feat | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.