Closed
Bug 543940
Opened 15 years ago
Closed 12 years ago
[shipping] support many and none appversion in the query url
Categories
(Webtools Graveyard :: Elmo, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
3.2
People
(Reporter: stas, Assigned: stas)
References
Details
Attachments
(1 file, 2 obsolete files)
2.17 KB,
patch
|
Pike
:
review+
|
Details | Diff | Splinter Review |
A spin-off of bug 543504
We should support:
?av=fx3.6&av=fx3.5&av=fennec1.0
?status=pending
?status=pending&av=fx3.6&av=fx3.5&av=fennec1.0
Assignee | ||
Comment 1•15 years ago
|
||
I was about to attach a WIP patch, but I made a couple of edits and I think this works pretty OK.
This makes Shipping's dashboard support:
/shipping/dashboard
/shipping/dashboard?av=fx3.6
/shipping/dashboard?av=fx3.6&av=tb3.1
Assignee: nobody → stas
Attachment #426669 -
Flags: review?(l10n)
Assignee | ||
Comment 2•15 years ago
|
||
This loops over av's once, not three times.
Attachment #426669 -
Attachment is obsolete: true
Attachment #426672 -
Flags: review?(l10n)
Attachment #426669 -
Flags: review?(l10n)
Comment 3•15 years ago
|
||
Comment on attachment 426672 [details] [diff] [review]
Patch A.2 A nicer-looking loop in shipping.views.dashboard
r=me with nits.
I don't like getting the appvers or milestones still, I anticipate us changing that code once or twice again. Still, this should fix the problem for now.
My main culprit with my other approach is the subtitles, for which I need the str(appversion) and that needs more thought in my head.
Nits: A few lines should get a select_related.
for mstone in mstones.select_related("appver__tree"):
for appver in appvers.select_related("tree"):
av_or_m_list should also end up with appver__tree, which need a third layer if you're in ms.
Attachment #426672 -
Flags: review?(l10n) → review+
Updated•14 years ago
|
Assignee: stas → nobody
Component: Infrastructure → Elmo
Product: Mozilla Localizations → Webtools
QA Contact: infrastructure → elmo
Summary: [dashboard][shipping] support many and none appversion in the query url → [shipping] support many and none appversion in the query url
Version: unspecified → 1.0
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → stas
Target Milestone: --- → 1.2
Updated•14 years ago
|
Target Milestone: 1.2 → ---
Comment 5•13 years ago
|
||
Comment on attachment 426672 [details] [diff] [review]
Patch A.2 A nicer-looking loop in shipping.views.dashboard
Review of attachment 426672 [details] [diff] [review]:
-----------------------------------------------------------------
Did a triage pass through our bugs with patches that have an r+.
Moving this over to an r-, as this patch doesn't apply anymore. It's not that it couldn't be resurrected along the same lines though.
Do we still want this?
Attachment #426672 -
Flags: review+ → review-
Comment 6•12 years ago
|
||
Yes, we still want this, but stas isn't going to work on this any time soon, unassigning.
Assignee: stas → nobody
Updated•12 years ago
|
Assignee: nobody → peterbe
Assignee | ||
Comment 7•12 years ago
|
||
After 1192 days, here's a new patch :)
Attachment #426672 -
Attachment is obsolete: true
Attachment #751625 -
Flags: review?(l10n)
Comment 8•12 years ago
|
||
Comment on attachment 751625 [details] [diff] [review]
2013 patch
Review of attachment 751625 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with nits:
Please use a check-in comment that references the bug, and doesn't do [PATCH].
If you start the comment with "fixes bug XXXX - message", bots will close this bug on landing. Not that I like the message format.
Attachment #751625 -
Flags: review?(l10n) → review+
Comment 9•12 years ago
|
||
Commit pushed to develop at https://github.com/mozilla/elmo
https://github.com/mozilla/elmo/commit/cd296aab9ee26c24317d678928debb191bbe860f
fixes bug 543940 - Allow more than one appversion in the dashboard's URL, r=Pike
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Assignee: peterbe → stas
Updated•12 years ago
|
Target Milestone: --- → 3.3
Updated•12 years ago
|
Target Milestone: 3.3 → 3.2
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•