remove .fns file for removed host buildsamba02
[build-farm.git] / buildfarm /
2010-11-13 Jelmer VernooijUse named tuples, some more fixes for hostdb.
2010-11-13 Jelmer VernooijWarn early when creating host that already exists,...
2010-11-13 Jelmer VernooijMove some functionality to Host.
2010-11-13 Jelmer VernooijMore storm usage.
2010-11-13 Jelmer VernooijUse storm in host database.
2010-11-13 Jelmer VernooijUse storm to find builds.
2010-11-13 Jelmer VernooijRemove unecessary argument from Build().
2010-11-13 Jelmer Vernooijuse storm.
2010-11-13 Jelmer VernooijCope with import-and-analyse dry runs.
2010-11-13 Jelmer VernooijFix implementation of get_previous_revision.
2010-11-12 Jelmer VernooijAdd sql caching buildfarm.
2010-11-12 Jelmer VernooijUse commit_revision rather revision.
2010-11-12 Jelmer VernooijSimplify revision_details() call.
2010-11-12 Jelmer VernooijAdd upload_build for sqlite.
2010-11-12 Jelmer Vernooijadd initial code for sql backed build result data.
2010-11-12 Jelmer VernooijScan for builds then verify, rather than probing.
2010-11-12 Jelmer VernooijUnconfuse repr and str for BuildStatus.
2010-11-12 Jelmer VernooijPrint build status when verbose.
2010-11-12 Jelmer VernooijMore fixes, implement Build.__repr__.
2010-11-12 Jelmer VernooijProvide stub get_previous_revision.
2010-11-12 Jelmer VernooijFix argument order.
2010-11-12 Jelmer VernooijFix new build fetching.
2010-11-12 Jelmer VernooijSimplify a bit.
2010-11-12 Jelmer VernooijSupport removing builds.
2010-11-12 Jelmer VernooijImplement diff.
2010-11-12 Jelmer VernooijSimplify history walking.
2010-11-12 Jelmer Vernooijwork on history support using dulwich
2010-11-11 Jelmer VernooijTest upload_build.
2010-11-11 Jelmer VernooijAdd tests for BuildFarm.get_build().
2010-11-11 Jelmer VernooijTest both cache and non-cache versions.
2010-11-11 Jelmer VernooijTest both BuildFarm and CachingBuildFarm.
2010-11-11 Jelmer VernooijAdd some more base buildfarm tests.
2010-11-11 Jelmer VernooijFix caching buildfarm.
2010-11-11 Jelmer VernooijReintroduce readonly parameter, remove unnecessary...
2010-11-11 Matthieu Patouattribute readonly didn't exists (anymore ?)
2010-11-11 Matthieu Patouremove useless declaration
2010-11-11 Matthieu Patouget_lcov_cached_status has been removed build the cache...
2010-11-11 Matthieu Patouchange the name of the cache folder
2010-11-11 Matthieu PatouIntroduce a cached variant of the build farm, correct...
2010-11-11 Matthieu PatouDo not use cache for lcov in the non cached variant...
2010-11-11 Jelmer VernooijMove lcov cache onto BuildFarm, simplify get_build.
2010-11-10 Matthieu Patouimplement get_build on the buildfarm object so that...
2010-11-10 Matthieu Patouuse buildstore function to get the cached status
2010-11-10 Matthieu Patouadd function to get the lcov cache status on a build...
2010-11-10 Jelmer VernooijMore improvements to import-and-analyse.
2010-11-10 Jelmer VernooijSimplify some code.
2010-11-10 Jelmer VernooijSimplify new build iteration.
2010-11-10 Jelmer VernooijMore work on import and analyse.
2010-11-10 Jelmer VernooijSplit up further.
2010-11-10 Jelmer VernooijSplit up BuildResultStore further.
2010-11-10 Jelmer VernooijMove more functionality to buildfarm.BuildFarm.
2010-11-10 Jelmer VernooijRemove trees from BuildResultStore.
2010-11-10 Jelmer VernooijAdd BuildFarm object, remove compilers and host_age...
2010-11-10 Jelmer VernooijRemove unused variable.
2010-11-10 Jelmer VernooijCope with intermediate errors.
2010-11-10 Jelmer VernooijCope with other_failures being the same.
2010-11-10 Jelmer VernooijUse standard infrastructure for cmp.
2010-11-09 Matthieu PatouReturn to the current directory after dealing with...
2010-11-09 Matthieu Patouadd unit tests
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-09 Jelmer VernooijRemove svn/cvs support.
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-08 Jelmer VernooijAdd convenience function for opening host database.
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 VernooijFix tests.
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 VernooijAdd python version of mail-dead-hosts script.
2010-11-06 Jelmer Vernooijdirectly access the hosts list from the sqlite database...
2010-11-06 Jelmer VernooijAdd python version of admin.py.
2010-11-06 Jelmer VernooijAdd convenience class for build status.
2010-11-06 Jelmer VernooijMerge build_status_from_logs tests.
2010-11-06 Matthieu PatouAdd tests for build_status_from_logs
2010-11-06 Matthieu PatouBe constant: return always integer if value
2010-11-05 Jelmer VernooijInline test data.
2010-11-05 Jelmer VernooijPEP8
2010-11-05 Jelmer VernooijAdd more tests.
2010-11-05 Matthieu PatouMake status easily marshallable and extensible, use...
2010-11-05 Matthieu PatouAdd unit tests for fixed bug
2010-11-05 Matthieu PatouFix and improvements
2010-11-05 Matthieu Patouadd test files
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.
next