Use the correct css class for checker
[build-farm.git] / web / build.py
2010-11-09 Matthieu PatouUse the correct css class for checker
2010-11-09 Jelmer Vernooijinclude stage name in stages list.
2010-11-09 Matthieu PatouCast unicode strings to utf-8 strings
2010-11-09 Jelmer VernooijRemove svn/cvs support.
2010-11-08 Jelmer VernooijFix syntax error.
2010-11-08 Matthieu PatouDo explicit cast to string of Host attributes
2010-11-08 Jelmer VernooijSimplify build_status() code. Return all found revision...
2010-11-08 Matthieu PatouForce the string conversion to avoid write() argument...
2010-11-08 Matthieu PatouDisplay more clearly when make test returns an error...
2010-11-08 Matthieu PatouMake standalone listen only on localhost and use local...
2010-11-08 Jelmer VernooijAdd convenience function for opening host database.
2010-11-07 Jelmer VernooijMake read_err return a file object.
2010-11-07 Jelmer VernooijSimplify status handling.
2010-11-07 Jelmer VernooijSimplify host handling.
2010-11-07 Matthieu PatouFix status sort so that sorting is the same as in the...
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.