Use rlimit.
[amitay/build-farm.git] / buildfarm /
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 VernooijMove hostdb to a separate db directory.
2010-11-15 Jelmer VernooijSupport passing timeout to the StormCachingBuildFarm.
2010-11-13 Jelmer VernooijProperly encode dictionary elements.
2010-11-13 Jelmer VernooijTry a bit harder to not fetch from the upload directory...
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 builds already existing.
2010-11-13 Jelmer VernooijCope with system version of sqlite.
2010-11-13 Jelmer VernooijImprove regressed_since.
2010-11-13 Jelmer VernooijImprove performance of history browsing.
2010-11-13 Jelmer VernooijMention correct port in message.
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 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 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 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.
next