Closed
Bug 410498
Opened 17 years ago
Closed 17 years ago
the try server ui needs a "maintenance mode" of sorts
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(1 file)
5.10 KB,
patch
|
rhelmer
:
review+
|
Details | Diff | Splinter Review |
When the try server needs maintenance/goes down the web interface is still up and accepting patches. This isn't _horrible_, as they will be sent to the Buildbot master when it comes back up but it gives people a false impression. It would be nice if there was a bit to flip in sendchange-ui.pm that puts up a maintenance message at the top, and perhaps disables the form.
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → bhearsum
Priority: -- → P3
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•17 years ago
|
||
This patch adds a really basic maintenance mode to the try server. It's pretty self explanatory. In testing, I also noticed that there was some html warnings/failures, I corrected them.
Attachment #295138 -
Flags: review?(rhelmer)
Comment 2•17 years ago
|
||
Comment on attachment 295138 [details] [diff] [review]
add a basic maintenance mode, make it html 4.01 compliant
Looks good, although I'd suggest doing it in two patches since the changes (HTML tag cleanup and maintenance feature) are unrelated.
Attachment #295138 -
Flags: review?(rhelmer) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Checking in sendchange-ui.pm;
/cvsroot/mozilla/webtools/buildbot-try/sendchange-ui.pm,v <--
sendchange-ui.pm
new revision: 1.4; previous revision: 1.3
done
Updated the code on build.m.o
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•17 years ago
|
||
Moving try server bugs to the new component.
Component: Build & Release → Try Server
Product: mozilla.org → Webtools
QA Contact: build → try-server
Updated•15 years ago
|
Component: Try Server → Release Engineering
Product: Webtools → mozilla.org
QA Contact: try-server → release
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•