Closed
Bug 1017575
Opened 11 years ago
Closed 11 years ago
need a way to delete releases in balrog
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), defect)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file)
19.61 KB,
patch
|
massimo
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
Through the UI, ideally. API would be fine too though.
Assignee | ||
Comment 1•11 years ago
|
||
This ended up being pretty similar to bug 938132, where we added deletion support for rules. The backend part is a bit simpler here because we can use the DbEditable form to do validation (the only Release-specific thing we need is the name, which is in the URL).
Updated•11 years ago
|
Attachment #8432695 -
Flags: review?(mgervasini) → review+
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/bee765ad4548ba3d7167431decdcb2269ef58824
bug 1017575: need a way to delete releases in balrog. r=mgerva
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8432695 [details] [diff] [review]
make releases deletable
Landed this. Going to wait until we have another patch or two to push it.
Attachment #8432695 -
Flags: checked-in+
Assignee | ||
Comment 4•11 years ago
|
||
In production, and working.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•