build-farm.git
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 Vernooijadmin: Only update hosts list/rsyncd secrets when chang...
2010-11-12 Jelmer VernooijSwitch over to using python mail-dead-hosts scripts.
2010-11-12 Jelmer VernooijKeep connection open while sending dead host notificati...
2010-11-12 Jelmer VernooijHonor dry_run in import-and-analyse.
2010-11-12 Jelmer VernooijSimplify a bit.
2010-11-12 Jelmer VernooijAdd command line parsing to mail-dead-hosts.
2010-11-12 Jelmer VernooijSupport removing builds.
2010-11-12 Jelmer VernooijRemove some unncessary indirects.
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-12 Matthieu Patouprint the return code value as it can help debug
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 Vernooijmake import-and-analyse executable.
2010-11-11 Jelmer VernooijReintroduce readonly parameter, remove unnecessary...
2010-11-11 Matthieu PatouUse the correct form for cmp
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 Patouuse the cached version of the build farm for the web...
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 Patoudesactivate history for the moment (it's broken)
2010-11-10 Matthieu Patouuse buildfarm get_build function instead of the one...
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 Matthieu PatouServe in standalone mode only files that are local...
2010-11-10 Jelmer VernooijWe no longer have CVS-based projects, and should not...
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 VernooijFix smtplib.Connection -> smtplib.SMTP.
2010-11-10 Jelmer VernooijAdd python version of import-and-analyse.pl.
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 Patourewrite the sort status function
2010-11-09 Matthieu PatouImprove status for special cases
2010-11-09 Matthieu PatouHandle test stage a bit differently due to samba_*...
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 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 Matthieu PatouForce to have a ldb backend for make test
2010-11-08 Jelmer VernooijFix syntax error.
2010-11-08 Matthieu PatouDo explicit cast to string of Host attributes
2010-11-08 Jelmer VernooijMake build_status_from_logs take files rather than...
2010-11-08 Jelmer VernooijRemove updating of samba-docs and lorikeet. Move samba...
2010-11-08 Jelmer VernooijRemove obsolete trees samba-docs and lorikeet. Move...
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 Jelmer VernooijUnbreak the testsuite, rename cache2 back to cache.
2010-11-08 Jelmer VernooijCope with missing err files.
2010-11-08 Matthieu PatouMore debug
2010-11-08 Matthieu Patoumove from cache to cache2 in order to be able to run...
2010-11-08 Matthieu PatouMake standalone listen only on localhost and use local...
2010-11-08 Matthieu PatouMore debug
2010-11-08 Jelmer VernooijAdd convenience function for opening host database.
2010-11-08 Matthieu PatouAdd debug
2010-11-07 Matthieu PatouUse TDB_NO_FSYNC in s4 builds in hope that it will...
2010-11-07 Matthieu PatouUse TDB_NO_FSYNC in s4 builds in hope that it will...
2010-11-07 Matthieu PatouIgnore the make test and for the waf test for samba4...
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 VernooijSimplify host handling.
2010-11-07 Jelmer VernooijAdd log_checksum function.
2010-11-06 Jelmer Vernooijremove unused test.pl script.
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...
next