Closed
Bug 865219
Opened 12 years ago
Closed 5 years ago
Shipit should record who reviewed a release
Categories
(Release Engineering :: Applications: Shipit, defect, P3)
Release Engineering
Applications: Shipit
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Unassigned)
References
Details
(Whiteboard: [shipit])
In addition to recording who submitted a release to shipit, it would be handy to know who reviewed it and marked it as ready.
Comment 1•12 years ago
|
||
This would be pretty easy to do. Just need to:
* Add another field to the db (http://git.mozilla.org/?p=build/release-kickoff.git;a=blob;f=kickoff/model.py;h=9eaae9bfa5a5ddd295ccc543f172bc96b0c0ef4a;hb=HEAD#l12, plus adding a new migration version like http://git.mozilla.org/?p=build/release-kickoff.git;a=blob;f=migrate_repo/versions/003_Add_submitted_at.py;h=201a46a89d6c1faca358d17c1b747e0bb4891a02;hb=HEAD)
* Change the field when the release gets submitted (http://git.mozilla.org/?p=build/release-kickoff.git;a=blob;f=kickoff/views/releases.py;h=7cb74ce40676ddbc61fd01dd292e02d5d471794c;hb=HEAD#l118)
* Expose it in a couple of places (http://git.mozilla.org/?p=build/release-kickoff.git;a=blob;f=kickoff/templates/includes/releases_reviewed.html;h=934a08183a79490552af2d7f4cfc41df2513ac72;hb=HEAD, http://git.mozilla.org/?p=build/release-kickoff.git;a=blob;f=kickoff/templates/includes/releases_complete.html;h=56f0b02417f0c7f3ec6c036a2aab96a760cc1234;hb=HEAD)
We may want to reset the state of the field if a release goes from ready -> !ready.
Component: Release Engineering: Automation (General) → Release Engineering: Automation (Release Automation)
Priority: -- → P3
QA Contact: catlee → bhearsum
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Comment 2•10 years ago
|
||
Mass component change for ship it bugs.
Component: Release Automation → Ship It
Comment 4•5 years ago
|
||
(In reply to bhearsum@mozilla.com (:bhearsum) from comment #3)
This is probably fixed by bug 1140567.
Yes!
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•3 years ago
|
Component: Applications: ShipIt (backend) → Applications: ShipIt
You need to log in
before you can comment on or make changes to this bug.
Description
•