Activity log for bug #603109

Date Who What changed Old value New value Message
2010-07-08 11:29:53 LaMont Jones bug added bug
2010-07-08 13:39:17 Julian Edwards tags buildfarm ui
2010-07-08 13:40:05 Julian Edwards soyuz: status New Incomplete
2011-03-19 04:24:23 Launchpad Janitor launchpad: status Incomplete Expired
2011-03-19 23:54:09 Robert Collins launchpad: status Expired Triaged
2011-03-19 23:54:12 Robert Collins launchpad: importance Undecided High
2011-03-19 23:56:53 Robert Collins summary /builders UI needs a "set $group to MANUAL" ability no facility to disable/enable all builders for a given processor and virtualisation
2012-01-04 20:11:09 Robert Collins description I don't care whether it's via a button, or via an API, but I need to be able to do the equivalent of: UPDATE builder SET manual=$value WHERE active=true AND builderok=true AND virtualized=$cond AND processor=$cond; also some way to see what builders that have an active build running are in manual mode (we've dropped this info from /builders) That is, right now I precede the above with "SELECT * from builder where manual=true and active=true and builderok=true;" to make sure I do not later set something that should have been manual to auto when I undo that. All in all, this really wants API support, rather than buttons, I expect. thanks, lamont I don't care whether it's via a button, or via an API, but I need to be able to do the equivalent of: UPDATE builder SET manual=$value WHERE active=true AND builderok=true AND virtualized=$cond AND processor=$cond; also some way to see what builders that have an active build running are in manual mode (we've dropped this info from /builders) That is, right now I precede the above with "SELECT * from builder where manual=true and active=true and builderok=true;" to make sure I do not later set something that should have been manual to auto when I undo that. All in all, this really wants API support, rather than buttons, I expect. Diagnosis ========= API all exists, so this should be just a matter of UI glue these days.
2012-01-04 20:11:12 Robert Collins launchpad: importance High Low
2012-01-04 20:17:02 Robert Collins summary no facility to disable/enable all builders for a given processor and virtualisation no (UI) facility to disable/enable all builders for a given processor and virtualisation
2012-10-02 03:45:20 William Grant launchpad: status Triaged Fix Released