Closed
Bug 1339118
Opened 8 years ago
Closed 8 years ago
"Gimme a firefox" forgets about the revision it auto-filled
Categories
(Release Engineering :: Applications: Shipit, defect)
Release Engineering
Applications: Shipit
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jcristau, Assigned: jlorenzo)
References
Details
Attachments
(1 file)
STR:
- submit a new release
- enter a version number, the revision is filled in automatically
- click "gimme a firefox" (without focusing the revision field)
- get back an error about missing mozilla revision
Assignee | ||
Comment 1•8 years ago
|
||
Here comes the best JS hack. :julienw, a JS front end jedi, told me about this trick yesterday.
We discussed about the different strategies like:
* caching the results of the AJAX request (doesn't work because of async)
* using `tip` instead of a fixed revision, let release-runner resolve it, and edit the ship-it db (doesn't work because release management may need to not use the tip)
* removing the `change` event so people will have to only pick a version from the list (doesn't work with an empty database)
What do you think of it, rail?
Comment 2•8 years ago
|
||
Comment on attachment 8839398 [details] [review]
PR
What can possibly go wrong?! :)
Attachment #8839398 -
Flags: review?(rail) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Landed in master at https://github.com/mozilla-releng/ship-it/commit/635a035c2e24d359abd47526568fae0d0f00aaaa
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
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
•