Closed
Bug 543504
Opened 15 years ago
Closed 15 years ago
[dashboard][shipping] dashboard should support signoff=pending
Categories
(Mozilla Localizations :: Infrastructure, defect, P3)
Mozilla Localizations
Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: stas)
Details
Attachments
(1 file)
2.08 KB,
patch
|
Pike
:
review+
|
Details | Diff | Splinter Review |
We should have a param to the dashboard that let's us only see pending sign-offs, for a set of appversions.
I.e., status=pending&av=fx3.6&av=fx3.5&fennec1.0
That would make triage so much easier. For us and for other drivers.
Assignee | ||
Comment 1•15 years ago
|
||
I started looking at it and have a patch that does what you' expect with /shipping/api/signoffs?av=fx3.5&status=pending. But, l10nstats still gives the full list of Shippings, not sure how to approach that. Pike, any thoughts?
Assignee | ||
Comment 2•15 years ago
|
||
The simplest solution available: select the right facet option ("pending") if there's a "signoff" parameter in the query.
It doesn't do any magic on the server side, which results in you getting the whole Exhibit dataset just to see a handful of pending signoffs. But, you can then unselect "pending" and see all builds without a reload.
Assignee: nobody → stas
Attachment #424772 -
Flags: review?(l10n)
Reporter | ||
Updated•15 years ago
|
Attachment #424772 -
Flags: review?(l10n) → review+
Reporter | ||
Comment 3•15 years ago
|
||
Comment on attachment 424772 [details] [diff] [review]
Patch A.1
r=me, with a nit, add a trailing ';' to options.push("signoff");
Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Summary: [dashboard][shipping] dashboard should support status=pending → [dashboard][shipping] dashboard should support signoff=pending
Assignee | ||
Comment 5•15 years ago
|
||
(In reply to comment #0)
> We should have a param to the dashboard that let's us only see pending
> sign-offs, for a set of appversions.
>
> I.e., status=pending&av=fx3.6&av=fx3.5&fennec1.0
I just noticed that multiple appversions don't work in the current code. I have a patch almost ready, do you want me to finish it?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 6•15 years ago
|
||
Mind moving that to a new bug?
I'd like to see what the patch looks like, as I have some ideas on it in my head, too.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•15 years ago
|
||
Filed bug 543940.
You need to log in
before you can comment on or make changes to this bug.
Description
•