]> git.samba.org - build-farm.git/history - buildfarm/tests
use download.samba.org::ftp/unpacked/
[build-farm.git] / buildfarm / tests /
2014-08-18 krishnatejaperannagariUpdate Samba build farm to new web site layout.
2014-08-18 Jelmer VernooijRe-enable buildfarm tests.
2014-08-02 Jelmer VernooijAdd tests for new min_age argument.
2014-08-02 Jelmer VernooijFix whitespace, add basic tests for get_summary_builds.
2010-12-12 Jelmer VernooijCope with negative failure numbers.
2010-12-04 jelmer@samba.orgSubunit diff.
2010-12-04 Jelmer VernooijSupport extracting subunit files.
2010-12-04 Jelmer VernooijMerge StormCachingBuildFarm and BuildFarm.
2010-12-03 Jelmer VernooijKill StormCachingBuildFarm - regular build farm now...
2010-12-03 Jelmer VernooijKill 'plain' old revision database.
2010-12-03 Jelmer VernooijFix a bunch of tests.
2010-12-03 Jelmer VernooijAdd test_suite function.
2010-11-22 Jelmer Vernooijrevive FileLoad for the moment - it's used by the web...
2010-11-22 Jelmer VernooijRename data -> build.
2010-11-22 Jelmer VernooijRename UploadBuildStore.get_new_builds -> UploadBuildSt...
2010-11-22 Jelmer VernooijRemove unused utility functions.
2010-11-22 Jelmer VernooijNo longer create cache directory.
2010-11-22 Jelmer Vernooijremove support for writing host.list file (no longer...
2010-11-22 Jelmer VernooijFix tests.
2010-11-22 Jelmer VernooijFixes for distinct builds.
2010-11-22 Jelmer VernooijAdd extra test for regressed_since.
2010-11-21 Jelmer VernooijRename old_revs -> old_builds.
2010-11-19 Jelmer Vernooijhost -> __getitem__
2010-11-19 Jelmer VernooijFix sorting, right builds in results.
2010-11-19 Jelmer VernooijAdd get_last_builds tests.
2010-11-19 Jelmer VernooijAdd get_tree_builds.
2010-11-17 Jelmer VernooijAdd test for Kai's wrong culprit mail.
2010-11-17 Jelmer VernooijGet rid of some unicode.
2010-11-17 Jelmer VernooijRemove no longer used file cache.
2010-11-17 Jelmer VernooijFix age handling.
2010-11-17 Jelmer VernooijSimplify build status code a bit.
2010-11-17 Jelmer VernooijAdd tests for regressed_since.
2010-11-17 Jelmer VernooijMerge tests.
2010-11-17 Jelmer VernooijRemove more unicode decoding.
2010-11-17 Jelmer VernooijStore more as plain strings.
2010-11-15 Jelmer Vernooijadd tests for get_old_revs.
2010-11-15 Jelmer VernooijAdd hostdb.host() test.
2010-11-15 Jelmer VernooijMove hostdb to a separate db directory.
2010-11-13 Jelmer VernooijProperly encode dictionary elements.
2010-11-13 Jelmer VernooijImprove performance of history browsing.
2010-11-13 Jelmer VernooijMove file cache specific code to filecache module.
2010-11-13 Jelmer VernooijProvide GitBranch.authors.
2010-11-13 Jelmer VernooijAdd convenience function for avoiding database. Move...
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 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 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 VernooijMore fixes, implement Build.__repr__.
2010-11-12 Jelmer VernooijSupport removing builds.
2010-11-12 Jelmer VernooijImplement diff.
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-10 Jelmer VernooijSimplify some code.
2010-11-10 Jelmer VernooijSplit up further.
2010-11-10 Jelmer VernooijSplit up BuildResultStore further.
2010-11-10 Jelmer VernooijRemove trees from BuildResultStore.
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 Patouadd unit tests
2010-11-09 Jelmer Vernooijinclude stage name in stages list.
2010-11-09 Jelmer VernooijParse log line-by-line.
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 Jelmer VernooijCope with missing err files.
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 VernooijFix tests.
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-05 Jelmer VernooijInline test data.
2010-11-05 Jelmer VernooijPEP8
2010-11-05 Jelmer VernooijAdd more tests.
2010-11-05 Matthieu PatouAdd unit tests for fixed bug
2010-11-05 Matthieu Patouadd test files
2010-11-05 Jelmer Vernooijadd basic host database.
2010-11-02 Jelmer Vernooijadd test for Build.has_host.
2010-11-02 Jelmer VernooijSplit off caching into a separate subclass.
2010-11-02 Jelmer VernooijMove err_count() to Build.
2010-11-02 Jelmer VernooijAdd test for Build.revision_details().
2010-11-02 Jelmer VernooijMove read_log and read_err onto Build.
2010-11-02 Jelmer VernooijAdd Build object.
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.
next