Move compare function to BuildStatus class
[build-farm.git] / buildfarm / data.py
2010-11-09 Matthieu PatouMove compare function to BuildStatus class
2010-11-09 Matthieu PatouHandle test stage a bit differently due to samba_*...
2010-11-09 Jelmer Vernooijinclude stage name in stages list.
2010-11-09 Jelmer VernooijParse log line-by-line.
2010-11-09 Jelmer VernooijSimplify log parsing a bit.
2010-11-08 Jelmer VernooijMake build_status_from_logs take files rather than...
2010-11-08 Jelmer VernooijSimplify build_status() code. Return all found revision...
2010-11-08 Matthieu PatouDisplay more clearly when make test returns an error...
2010-11-08 Jelmer VernooijUnbreak the testsuite, rename cache2 back to cache.
2010-11-08 Jelmer VernooijCope with missing err files.
2010-11-08 Matthieu Patoumove from cache to cache2 in order to be able to run...
2010-11-07 Jelmer VernooijMake read_err return a file object.
2010-11-07 Jelmer VernooijMake read_log return a file.
2010-11-07 Jelmer VernooijSimplify status handling.
2010-11-07 Jelmer VernooijAdd log_checksum function.
2010-11-07 Matthieu PatouReport checker stage as - if result is unknown and...
2010-11-07 Matthieu Patouuse BUILD REVISION if the BUILD COMMIT REVISION has...
2010-11-07 Matthieu PatouShow make "test" as -1 if no test failed but make retur...
2010-11-06 Jelmer Vernooijdirectly access the hosts list from the sqlite database...
2010-11-06 Jelmer VernooijAdd convenience class for build status.
2010-11-06 Matthieu PatouBe constant: return always integer if value
2010-11-05 Jelmer VernooijAdd more tests.
2010-11-05 Matthieu PatouMake status easily marshallable and extensible, use...
2010-11-05 Matthieu PatouFix and improvements
2010-11-05 Jelmer Vernooijadd basic host database.
2010-11-05 Jelmer VernooijRefactor html out of buildfarm.data.
2010-11-05 Jelmer VernooijExtract some generic functions.
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 VernooijSplit off caching into a separate subclass.
2010-11-02 Jelmer VernooijSplit out html formatting from build status.
2010-11-02 Jelmer VernooijRemove obsolete build_revision/build_revision_time...
2010-11-02 Jelmer VernooijMove err_count() to Build.
2010-11-02 Jelmer VernooijAdd test for Build.revision_details().
2010-11-02 Jelmer VernooijKill unused status_info_cmp.
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 VernooijMove age_mtime/age_ctime onto Build.
2010-11-02 Jelmer VernooijAdd Build object.
2010-11-02 Jelmer VernooijRaise NoSuchBuildError rather than silently pretending...
2010-11-02 Jelmer Vernooijadd tests for read_log/read_err.
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-10-30 Jelmer VernooijAdd python version of data module.