-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
☂️ 👣 Things to fix on next breaking change #4333
Comments
Should we upgrade to node 8 as well? |
How about #1999 |
This was referenced Feb 23, 2018
paulirish
added a commit
that referenced
this issue
Mar 2, 2018
…w summary * completely new shape of `details`: * `result.details.headings` describes the expected report columns * `result.details.items` contains row information, and may include _more_ data than referenced by the headings. it's the new `extendedInfo`. :) * new `result.details.summary` obj that includes whatever toplevel numeric summary we have. So far just `wastedMs` and `wastedKb` * `reportCategories` not contain real auditResults (aka _de-dupe all audit results_ from #4333) * `reportCategories.performance` keeps it's `score` prop * each audit's score moves from `reportCategories.performance['audit-name']` (which now just holds `weight` and `group`) over to `audits['audit-name']` * removes `LHR.score`, the overallScore
paulirish
added a commit
that referenced
this issue
Mar 2, 2018
…w summary * completely new shape of `details`: * `result.details.headings` describes the expected report columns * `result.details.items` contains row information, and may include _more_ data than referenced by the headings. it's the new `extendedInfo`. :) * new `result.details.summary` obj that includes whatever toplevel numeric summary we have. So far just `wastedMs` and `wastedKb` * `reportCategories` not contain real auditResults (aka _de-dupe all audit results_ from #4333) * `reportCategories.performance` keeps it's `score` prop * each audit's score moves from `reportCategories.performance['audit-name']` (which now just holds `weight` and `group`) over to `audits['audit-name']` * removes `LHR.score`, the overallScore
paulirish
added a commit
that referenced
this issue
Mar 3, 2018
…w summary * completely new shape of `details`: * `result.details.headings` describes the expected report columns * `result.details.items` contains row information, and may include _more_ data than referenced by the headings. it's the new `extendedInfo`. :) * new `result.details.summary` obj that includes whatever toplevel numeric summary we have. So far just `wastedMs` and `wastedKb` * `reportCategories` not contain real auditResults (aka _de-dupe all audit results_ from #4333) * `reportCategories.performance` keeps it's `score` prop * each audit's score moves from `reportCategories.performance['audit-name']` (which now just holds `weight` and `group`) over to `audits['audit-name']` * removes `LHR.score`, the overallScore
paulirish
added a commit
that referenced
this issue
Mar 3, 2018
…w summary * completely new shape of `details`: * `result.details.headings` describes the expected report columns * `result.details.items` contains row information, and may include _more_ data than referenced by the headings. it's the new `extendedInfo`. :) * new `result.details.summary` obj that includes whatever toplevel numeric summary we have. So far just `wastedMs` and `wastedKb` * `reportCategories` not contain real auditResults (aka _de-dupe all audit results_ from #4333) * `reportCategories.performance` keeps it's `score` prop * each audit's score moves from `reportCategories.performance['audit-name']` (which now just holds `weight` and `group`) over to `audits['audit-name']` * removes `LHR.score`, the overallScore
paulirish
added a commit
that referenced
this issue
Mar 3, 2018
…w summary * completely new shape of `details`: * `result.details.headings` describes the expected report columns * `result.details.items` contains row information, and may include _more_ data than referenced by the headings. it's the new `extendedInfo`. :) * new `result.details.summary` obj that includes whatever toplevel numeric summary we have. So far just `wastedMs` and `wastedKb` * `reportCategories` not contain real auditResults (aka _de-dupe all audit results_ from #4333) * `reportCategories.performance` keeps it's `score` prop * each audit's score moves from `reportCategories.performance['audit-name']` (which now just holds `weight` and `group`) over to `audits['audit-name']` * removes `LHR.score`, the overallScore
This was referenced Mar 7, 2018
This was referenced Mar 14, 2018
paulirish
modified the milestones:
Sprint Once: March 12 - 23,
Sprint Doce: Mar 26 - April 6
Mar 26, 2018
we should remove |
This was referenced Apr 10, 2018
This was referenced Apr 19, 2018
This was referenced Apr 23, 2018
This was referenced May 3, 2018
#5008 has to be dealt with but this is a duplicate now |
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Non-Comprehensive List of Things We Should Fix on Next Breaking Change .
Update: everything open below is now represented in #5008
Audit Rejiggers
auditContext
?)LHR formalization
scoreDisplayMode
forces how it's displayed core(lhr): strictly numeric scores, add scoreDisplayMode #4690details
real and good. core(lhr): overhaul LHR details, introduce details.summary #4616extendedInfo
metrics.js
audit that contains all timings/timestamps in itsdetails
, so all the things don't need to reach intoFMP.extInfo
details
block, but should be. (here's what HA uses, what brendan uses)reportCategories
#core(lhr): overhaul LHR details, introduce details.summary #4616displayValue
and usedetails
for it.audit.description
->audit.title
,helpText
->description
,name
->id
type: 'list'
a tabletype: 'cards'
a tablegeneratedTime
->fetchedAt
fallbackKey
/fallbackType
for multi-typed columns (code snippets sometimes instead of URLs)?type:'metric'
andtype:'opportunity'
as expressed in the LHR Lite docruntimeConfig
to the report generating stageConfig
audits: ['path/my-audit']
->audits: { 'my-audit': {path: 'path/to/audit'}}
)Also
CLI
Maybe
The text was updated successfully, but these errors were encountered: