Construct a host => plateform dictionary, make html output more debuggable
[build-farm.git] / web / build.py
2010-11-07 Matthieu PatouConstruct a host => plateform dictionary, make html...
2010-11-07 Matthieu PatouReport checker stage as - if result is unknown and...
2010-11-07 Matthieu PatouPoint to the good database
2010-11-07 Matthieu PatouFix the view "recent build", handle case when revision...
2010-11-07 Matthieu PatouFix more bugs
2010-11-06 Jelmer Vernooijdirectly access the hosts list from the sqlite database...
2010-11-06 Jelmer VernooijUse iterators, proper booleans.
2010-11-06 Jelmer VernooijAdd convenience class for build status.
2010-11-06 Matthieu PatouAdd my copyright
2010-11-06 Matthieu PatouVarious fix for removing errors while accessing the...
2010-11-06 Matthieu PatouFix permuted host and tree
2010-11-06 Matthieu PatouSplit long line, add more information in asserts
2010-11-05 Matthieu PatouFix a bug
2010-11-05 Matthieu PatouMake status easily marshallable and extensible, use...
2010-11-05 Matthieu PatouFix and improvements
2010-11-05 Jelmer VernooijRefactor html out of buildfarm.data.
2010-11-02 Jelmer Vernooijadd test for Build.has_host.
2010-11-02 Jelmer Vernooijremove htmlization of status handling in data.py.
2010-11-02 Jelmer VernooijMove err_count() to Build.
2010-11-02 Jelmer VernooijMove build_status onto Build.
2010-11-02 Jelmer VernooijMove revision_details onto Build.
2010-11-02 Jelmer VernooijMove read_log and read_err onto Build.
2010-11-02 Jelmer VernooijAdd Build object.
2010-11-02 Jelmer VernooijRaise NoSuchBuildError rather than silently pretending...
2010-11-02 Jelmer VernooijAdd more tests, consistent parameter ordering.
2010-11-02 Jelmer VernooijAdd configuration file with tree data.
2010-11-02 Jelmer VernooijAdd convenience testcase class for buildfarm tests.
2010-11-01 Jelmer VernooijConvert to wsgi application.
2010-11-01 Jelmer VernooijAdd python equivalent of build.pl.