Граф коммитов

203 Коммитов

Автор SHA1 Сообщение Дата
Patrick Hulce de5785042d core(lib): add error reporting (#2420)
* refactor(StartUrl): switch from error to debugString object

* feat: add error reporting

* cave to peer pressure

* lint

* merge fixes

* reduce yarn churn

* limit impact to run.ts

* clang format

* avoid duplicate errors

* lint

* disable error reporting on test

* feedback

* remove enableErrorReporting default

* update readme

* fix yarn.lock

* add error reporting doc

* doc feedback

* move sentry call

* more cleanup

* remove unused environmentData
2017-10-26 17:01:03 -07:00
Patrick Hulce 04b685fa9f core(driver): use execution context isolation when necessary (#3500)
* fix(driver): use execution context isolation when necessary

* feedback

* add unit test

* feedback

* add jsdoc comment
2017-10-13 15:57:00 -07:00
Brendan Kenny a86c4b4711 tests(eslint): update eslint (and goog config) to latest (#3396)
* tests(eslint): update eslint (and goog config) to latest

* update deps
2017-10-11 16:26:40 -07:00
Paul Irish 7711705262 core: add cz-customizable to establish a commit message convention (#3499)
* misc: add cz-customizable to establish a commit message convention

* add cz config

* nits
2017-10-11 10:32:34 -07:00
Paul Irish 320eb1f78f tests(eslint): use --quiet flag rather than --silent (#3491) 2017-10-06 18:31:53 -07:00
Paul Irish f7a3a273a4 web-inspector: fall back to page's Runtime and queryParam() (#3497) 2017-10-06 15:19:36 -07:00
Ward Peeters b074ac7dca feat(redirects-audit): Adding Redirect audit (PSI Compat) (#3308) 2017-10-05 16:43:55 -07:00
Paul Irish 05030ade96 Bump launcher to 0.8.1 (#3479) 2017-10-05 08:26:33 -07:00
Brendan Kenny db9e375519 2.5.0 2017-10-04 15:27:08 -07:00
Brendan Kenny 474f3069f2 fix(deps): add yargs-parser at 7.0.0 (#3478)
reverts previous addition to put package in root deps
2017-10-04 15:14:57 -07:00
Paul Irish 2d2206b874 ws to 1.1.2. fix insecure randomness vuln. 2017-09-29 18:22:30 -07:00
tkadlec 6b4b8b97fb feat(audit): No vulnerable JS libraries audit (#2372) 2017-09-29 15:53:49 -07:00
Brendan Kenny 80f185f954 Switch to using standalone chrome-launcher package (#3410) 2017-09-26 07:14:08 +09:00
Paul Irish 7352c68206 fix(bundlesize): re-enable bundlesize reporting (#3392) 2017-09-22 13:39:39 -07:00
Laurence Cartwright d42075501e fix: Bump axe-core to 2.4.1 (#3320)
* Bump axe-core to 2.4.1 Fixes #3318

* Bump yarn.lock for axe-core
2017-09-13 13:39:33 -07:00
Brendan Kenny 850dbb3377 test(smokehouse): add basic smoke test for SEO audits (#3267) 2017-09-12 14:35:33 -07:00
Rob Dodson bc09205675 Bump axe to 2.4.0 (#3284) 2017-09-08 14:42:36 -07:00
Siddharth Kshetrapal 0e07b7deea Upgrade bundlesize to 0.13.2 (#3122) 2017-08-29 10:49:14 -07:00
Paul Irish c05198f37b 2.4.0 2017-08-14 16:42:51 -07:00
Mykyta Khmel e1a04dd94d "shrink-to-fit" property in "viewport" meta is no longer invalid (#2863) 2017-08-07 12:39:58 -07:00
Paul Irish 232c99bd6a v2.3.0 2017-07-19 19:09:48 -07:00
Paul Irish 5172ff7f0a add bundlesize to track our build size (#2676)
* add bundlesize to check lh-bg.js.
* check viewer size as well.
* run bundlesize on travis.
2017-07-11 14:23:18 -07:00
Paul Irish ef08106357 upgrade rimraf to latest (#2641) 2017-07-05 10:18:21 -07:00
Paul Irish 187c6d5096 v2.2.1 2017-06-30 15:14:45 -07:00
Paul Irish 5501779b51 v2.2.0 2017-06-30 14:33:03 -07:00
Brendan Kenny fadaef9513 remove report v1 and dependencies (#2596)
removes removes report as well as formatters, handlebars, handlebar build files, etc
2017-06-28 14:07:42 -07:00
Patrick Hulce 56eaa50f84 fix(driver): wait for CPU idle via clientside perfObserver (#2473) 2017-06-28 13:42:23 -07:00
Brendan Kenny 2b31a44e34 Viewer: Lighthouse 2.0 support (#2521)
* basic viewer working

* most features working

* reenable remaining features

* cleanup

* fix filename

* logger, ga, and version check

* make closure happy

* pull report-ui-features out of report-renderer

disable save-as-gist based on providing a callback for saving

* gulp watch

* add back drag-and-drop unit test

* actually make closure happy

* review fixes

* review feedback
2017-06-22 15:55:19 -07:00
Paul Irish ad4c3db40e Report coverage to codecov.io (#2519) 2017-06-19 21:20:26 -07:00
Sam Saccone cc5485fead Enable typescript coverage metrics for coveralls.
use nyc + lcov merge to generate a combined coverage report.

Fixes #2374
2017-06-19 20:49:14 -07:00
Sam Saccone c787b75420 extract logger from lighthouse (#2528) 2017-06-19 18:30:12 -07:00
Will Chen 1c5c57fe1c plots: smoke test for happy case (#2411) 2017-06-13 15:11:19 -04:00
Paul Irish 65db419b15 Tag lighthouse 2.1.0 (#2450)
* bump extension to 2.1.0

* v2.1.0
2017-06-06 17:22:07 -07:00
Paul Irish 387731a80c Run npm install/build tasks in parallel (#2381) 2017-06-05 11:23:58 -07:00
Even Stensberg 5107ab25ee revise package.json script to the correct folder (#2373) 2017-05-26 10:31:34 -07:00
Paul Irish 57b8fc7309 v2.0.1-alpha.0 2017-05-23 15:34:59 -07:00
Rob Dodson 3716658be4 Rev axe to address #2206 (#2335) 2017-05-22 16:07:23 -07:00
Paul Irish 31cb266de2 Tag and ship Lighthouse 2.0 (#2315)
* bump to 2.0, during eric & brendan's Google IO presentation
* v2.0.0
2017-05-19 12:54:50 -07:00
Brendan Kenny 10741b1038 yarn install-all should really install all (#2308) 2017-05-18 18:27:06 -07:00
Patrick Hulce c4c858affc chore: bump canary to 2.0.0-alpha.7 (#2288) 2017-05-16 22:31:00 -07:00
Paul Irish 817034440c Ship new canary v2.0.0-alpha.6 (#2262) 2017-05-15 23:42:19 -07:00
Patrick Hulce 73fc72000d feat: add filmstrip to report (#2239)
* feat: add filmstrip to report

* add doc to scale down thumbnail method

* closure

* update test year

* never show 0ms screenshot

* feedback

* feedback

* feedback

* better version of feedback

* nuke bold
2017-05-15 14:03:24 -07:00
Paul Irish fc05324d5b release: Tagging 2.0.0-alpha.5 (#2253) 2017-05-15 12:41:15 -07:00
Sam Saccone 2e2deb289f Update chrome-debug path 2017-05-15 12:35:12 -04:00
Sam Saccone 9c06fc188c Extract chrome-launcher to a standalone thing. (#2245)
* Also extract default flags to standalone entity.
2017-05-13 15:40:33 -07:00
Patrick Hulce 7d7bac668a perf: enable speedline fastMode (#2230) 2017-05-11 12:10:37 -07:00
Paul Irish 978ef5bbf2 bump to 2.0.0-alpha.4 (#2207) 2017-05-09 23:46:40 -07:00
Paul Irish efaeb135fd Report-> domhtml renderer. Add Lighthouse Canary assets (#2184) 2017-05-09 14:08:32 -07:00
Sam Saccone b21c40b571 Add automatic formatting tests 2017-05-08 18:21:45 -07:00
Paul Irish 4efdd20f5e version to 2.0.0-alpha.2 2017-05-08 13:56:15 -07:00