Skip to content
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

A web component for aggregate metrics #3

Closed
wants to merge 30 commits into from
Closed

A web component for aggregate metrics #3

wants to merge 30 commits into from

Conversation

mdittmer
Copy link
Owner

@mdittmer mdittmer commented Dec 7, 2017

This PR integrates a link to the /metrics/ route, which mirrors the structure of the / route, but shows a table of metrics rather than test results.

There is some duplication of patterns from wpt-results.html, but I feel the implementations are different enough that it's not worth doing anything fancy with inheritance.

"It’s often better to make things distinctly different than to make them almost the same."
--Henry Spencer, The Art of Unix Programming

@mdittmer
Copy link
Owner Author

mdittmer commented Dec 7, 2017

@rwaldron @lukebjerring: this is a follow-up to w3c#314, #1, #2

Copy link

@Hexcles Hexcles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you accidentally switch back to the old Firefox logo?

@mdittmer
Copy link
Owner Author

mdittmer commented Dec 13, 2017 via email

@mdittmer
Copy link
Owner Author

Firefox logo fixed now.

@lukebjerring
Copy link

@@ -103,6 +103,21 @@ func (ctx GCSDatastoreContext) Output(id OutputId, metadata interface{},
log.Printf("Writing %s to Google Cloud Storage\n", name)
gcsData := GCSData{metadata, data}
obj := ctx.Bucket.Handle.Object(id.DataLocation.GCSObjectPath)
objWriter := obj.NewWriter(ctx.Context)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change seems unrelated - can it be moved into another PR?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I'll pull it out when I request review under w3c/wptdashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants