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

36 Коммитов

Автор SHA1 Сообщение Дата
Paul Irish eea3e7b575
extension: alpha -> beta 2016-09-15 20:07:23 -07:00
Brendan Kenny d8b0e6ddeb add explicit eslint-config-xo dep for old node 2016-09-07 22:40:05 -07:00
Brendan Kenny a5bbe2338f 1.1.3 2016-09-06 16:50:06 -07:00
Brendan Kenny 990a3c77b4 eliminate non-functional loadPage cli flag 2016-08-30 11:00:12 -07:00
Brendan Kenny 39ae86a53d Merge pull request #614 from GoogleChrome/extensionclean
options and terminology fixes and docs added to extension code
2016-08-28 15:23:49 -07:00
Brendan Kenny 8dbd6faaf1 terminology fixes and docs added to extension 2016-08-26 18:17:04 -07:00
Paul Irish 5e42394835 eslint: no longer ignore all of lighthouse-extension (#613)
* eslint: no longer ignore all of lighthouse-extension

* lighthouse eslint can inherit from root.
2016-08-26 18:06:46 -07:00
Brendan Kenny 1ddb8b1106 fix audit, gatherer, artifact browserify import 2016-08-25 19:21:09 -07:00
Ward Peeters 6be4acf737 Fix eslint issues in extension 2016-08-24 20:25:49 +02:00
Ward Peeters 5c72d7249c Save audit list into storage so it's kept for the next run (#595) 2016-08-23 10:08:16 -07:00
Paul Irish 23fd5921fc
Merge branch 'master' into wardpeet-rename-tests 2016-08-19 20:23:57 -07:00
Paul Irish ac70731e74 Keep track of the document URL post-redirects (#582)
* Add enableUrlUpdateIfRedirected which keeps track of the document URL after
redirects.
* `options.url` will be kept up-to-date, and `options.initialUrl` will retain the initial URL provided to Lighthouse
* `driver.url` removed.
* networkrecorder emits a 'requestloaded' event whenever any request finishes.
2016-08-19 18:57:52 -07:00
Ward Peeters 2e717fe97a Changed config/index.js to config/config.js 2016-08-18 07:06:39 +02:00
Paul Irish 1d745c36e5
bump extension to 1.1.2 2016-08-05 23:04:10 -07:00
Paul Irish 1b5bfd06ed Merge pull request #560 from wardpeet/extension-configuration
Added audit configurations to extension
2016-08-05 23:03:02 -07:00
Ward Peeters f9de055841 Fixed links to small buttons 2016-08-05 19:12:13 +02:00
Ward Peeters a4bfc0471b Generate audit options in extension from configJSON 2016-08-05 18:56:38 +02:00
Ward Peeters 1b1cbdf40f Generate audit list from configJson 2016-08-05 18:48:45 +02:00
Paul Irish ac4785e6b5
bump extension to 1.1.1 2016-08-04 21:59:02 -07:00
Paul Irish bfd3b02048
sourcemaps for the extension off, to avoid the 4MB of tax. 2016-08-04 21:53:36 -07:00
Ward Peeters 561efc287d Added audit configurations to extension 2016-08-04 23:51:41 +02:00
Paul Irish 699eafd09a
bump extension to 1.1.0 (now matches npm module) 2016-08-02 10:27:59 -07:00
Paul Irish 61b8de320c
extension: exclude source-map module from browserified bundles. 2016-08-01 16:16:48 -07:00
Paul Irish 9d9642c33f
extension: log exceptions to bg page console. 2016-08-01 12:01:51 -07:00
Paul Irish 999d3bf744
extension: Don't lint in the watch loop. 2016-07-29 16:58:07 -04:00
Brendan Kenny 35d03601b2
move driver/ to gather/
rename gather/index.js to gather/gather-runner.js
rename DriverBase class to Driver
2016-07-28 15:41:52 -04:00
Paul Irish 50c3ced1f2
Extension popup: styling 2016-07-28 12:45:33 -04:00
Paul Irish ffde8e7a84 Show the test progress (#517)
Extension now reveals the progress, as does CLI
2016-07-21 10:20:34 -07:00
Paul Lewis bd5f8e19da Fixes lint errors 2016-07-14 15:58:01 +01:00
Paul Irish 563ae0c133 Fix (and speed up) extension browserify post-config refactor. (#499) 2016-07-14 11:22:06 +01:00
Michael Gerakis fe5f57dbf3 Travis: enable testing of node v4 + --harmony (#501) 2016-07-11 17:35:56 -07:00
Brendan Kenny 1d959dcec6 Change logging library to debug (#481) 2016-06-28 18:33:59 -07:00
Paul Lewis 4733a35469 Root package (#431)
* Creates package.json at root

* Removes lighthouse-core deps from CLI & extension

* Updates requires to use relative paths

* Fixes report loader path

* merge root package with cli package.json

* Updates smoke test paths

* Updates .travis.yml

* Update .travis.yml again

* Removes core/package.json

* Revert "Removes core/package.json"

This reverts commit 32e57ee782.
2016-06-15 19:37:52 +01:00
Boopathi Rajaa bb714e4a6a Fix requiring gatherers and fix gulp watch for extension (#434)
+ When lighthouse is run for the first time, pass.gatherers is modified from string to require('gatherer')
+ From the second time, require(GathererClass) would become require('[object object]') and throws
+ This fix returns the original gatherer when it's already required and in memory
2016-06-14 14:01:21 -07:00
Boopathi Rajaa 926f14f17b
Warn when devtools is open - (close #343) 2016-06-14 13:55:24 +02:00
Paul Lewis 0295887b88 Refactors to separate /lighthouse-core, /lighthouse-extension and /lighthouse-cli 2016-06-14 12:10:19 +01:00