Changes between Version 8 and Version 9 of ProjectIdeas


Ignore:
Timestamp:
03/10/11 01:00:48 (2 years ago)
Author:
dion
Comment:

Editable webstatus idea

Legend:

Unmodified
Added
Removed
Modified
  • ProjectIdeas

    v8 v9  
    3333 
    3434At the moment, each Build has a single !SourceStamp. I'm thinking that to accomodate things like running buildbot version A against twisted version B and python version C, it may be useful to give the Build a dictionary of !SourceStamps, to track all the various components that might affect the results. When doing the build, there would be a step to set up the python environment (which might need to download and compile all of python, if the purpose of the test is to make sure that python's TRUNK is still usable, but which hopefully could use a previously cached version most of the time), and then one to set up the Twisted environment, and then one to run the unit tests of the buildbot environment. 
     35 
     36== Editable description/other fields for builds in WebStatus == 
     37 
     38Currently all WebStatus stuff is read-only (except triggering/canceling builds). It would be cool to be able to do some non-readonly things like: 
     39 
     40- Add some description/notes to build at any time (for example notes to QA) 
     41- Making builds permanent (so this build will be never removed) 
     42- Some tags?