amitay/build-farm.git
2010-11-15 Jelmer VernooijSimplify standalone code.
2010-11-15 Jelmer VernooijFix build.cgi mode, ulimit.
2010-11-15 Jelmer VernooijUse rlimit.
2010-11-15 Jelmer VernooijAdd build cgi script.
2010-11-15 Jelmer VernooijImplement sql-specific get_old_revs.
2010-11-15 Jelmer VernooijActually use sqldb.
2010-11-15 Jelmer VernooijAdd missing extensions for git repositories.
2010-11-15 Jelmer VernooijMove hostdb to a separate db directory.
2010-11-15 Jelmer VernooijSupport passing timeout to the StormCachingBuildFarm.
2010-11-14 Jelmer VernooijCope with revision info not being present when displayi...
2010-11-13 Jelmer VernooijFix nasty gram sending.
2010-11-13 Jelmer VernooijProperly encode dictionary elements.
2010-11-13 Jelmer VernooijRemove now obsolete hostdb.pm.
2010-11-13 Jelmer VernooijSwitch over to using python import-and-analyse.
2010-11-13 Jelmer VernooijFix blame mail sending.
2010-11-13 Jelmer VernooijTry a bit harder to not fetch from the upload directory...
2010-11-13 Jelmer VernooijFix formatting.
2010-11-13 Jelmer VernooijCope with missing revision info in logs.
2010-11-13 Jelmer VernooijFix override of status method.
2010-11-13 Jelmer VernooijSkip duplicate builds.
2010-11-13 Jelmer VernooijDon't kill upload builds just yet, improve verboseness.
2010-11-13 Jelmer VernooijCope with previous builds disappearing.
2010-11-13 Jelmer VernooijCope with builds already existing.
2010-11-13 Jelmer VernooijCope with system version of sqlite.
2010-11-13 Jelmer VernooijFix commit handling from specific author.
2010-11-13 Jelmer VernooijImprove regressed_since.
2010-11-13 Jelmer VernooijFix old revisions table.
2010-11-13 Jelmer VernooijImprove performance of history browsing.
2010-11-13 Jelmer VernooijMention correct port in message.
2010-11-13 Jelmer VernooijFix CSS in standalone mode, move static file hack out...
2010-11-13 Jelmer VernooijRemove obsolete tree, more history horizon.
2010-11-13 Jelmer VernooijFix cache.
2010-11-13 Jelmer VernooijLimit history.
2010-11-13 Jelmer VernooijMove file cache specific code to filecache module.
2010-11-13 Jelmer Vernooijattempt to speed up log parsing by compiling regexes...
2010-11-13 Jelmer VernooijAllow limiting the number of revisions that we look...
2010-11-13 Jelmer VernooijProvide GitBranch.authors.
2010-11-13 Jelmer Vernooijfix git root.
2010-11-13 Jelmer VernooijKill a global.
2010-11-13 Jelmer VernooijSupport overriding cache page on command line for web...
2010-11-13 Jelmer VernooijVarious fixes found during ad-hoc testing.
2010-11-13 Jelmer VernooijAdd convenience function for avoiding database. Move...
2010-11-13 Jelmer VernooijFix some formatting.
2010-11-13 Jelmer VernooijMore fixes for import-and-analyse.
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 VernooijBe verbose when there's no previous build.
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 VernooijUse sqlite backed buildfarm in import-and-analyse.
2010-11-12 Jelmer VernooijAdd sql caching buildfarm.
2010-11-12 Jelmer VernooijUse commit_revision rather revision.
2010-11-12 Jelmer VernooijSome fixes for import-and-analyse.
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 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...
next