-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
@rwaldron @lukebjerring: this is a follow-up to w3c#314, #1, #2 |
…__add-bq' onto 'abcd'
There was a problem hiding this 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?
Probably. I've found merging and/or rebasing this string of PRs to be
rather error-prone.
…On Tue, Dec 12, 2017, 1:51 PM Robert Ma, ***@***.***> wrote:
***@***.**** commented on this pull request.
Did you accidentally switch back to the old Firefox logo?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABsWSEED6KBlr-MIu-oP1IrfgseKLpyJks5s_ssUgaJpZM4Q6Mme>
.
|
Firefox logo fixed now. |
PR is running @ https://metrics5-dot-wptdashboard.appspot.com/metrics/ |
@@ -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) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
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.