remove .fns file for removed host fjall
[build-farm.git] / buildfarm / sqldb.py
2010-12-04 Jelmer VernooijMerge StormCachingBuildFarm and BuildFarm.
2010-12-03 Jelmer VernooijKill StormCachingBuildFarm - regular build farm now...
2010-12-03 Jelmer VernooijFix a bunch of tests.
2010-12-03 Jelmer VernooijUse convenience function for finding duplicate builds.
2010-11-30 Jelmer VernooijAdd get_by_checksum function.
2010-11-23 jelmer@samba.orgAdd test and test_result classes.
2010-11-22 Jelmer VernooijIn fix.py, set host_id.
2010-11-22 Jelmer VernooijAdd tree_id and compiler_id to build.
2010-11-22 Jelmer VernooijRename data -> build.
2010-11-22 Jelmer VernooijFix use with multiple builds with the same checksum.
2010-11-22 Jelmer VernooijFix tests.
2010-11-22 Jelmer VernooijMore casts.
2010-11-22 Jelmer Vernooijadd cast.
2010-11-22 Jelmer VernooijAdd links to previous builds.
2010-11-22 Jelmer VernooijFixes for distinct builds.
2010-11-21 Jelmer VernooijFix formatting.
2010-11-21 Jelmer VernooijGroup tree builds by host/compiler
2010-11-21 Jelmer VernooijRename old_revs -> old_builds.
2010-11-21 Jelmer VernooijAdd script for adding status where it is not present.
2010-11-21 Jelmer VernooijUnset basename when removing logs.
2010-11-21 Jelmer VernooijOnly display fields if they are available.
2010-11-21 Jelmer VernooijCope with a single revision having multiple builds.
2010-11-21 Jelmer VernooijFix recent build page.
2010-11-21 Jelmer VernooijMore work on builds.
2010-11-21 Jelmer VernooijSimplify code a bit.
2010-11-20 Jelmer VernooijAdd host_id.
2010-11-19 Jelmer VernooijRemove unnecessary umask code.
2010-11-19 Jelmer VernooijAdd Tree database table.
2010-11-19 Jelmer VernooijKill commit_revision.
2010-11-19 Jelmer VernooijStore basename in database.
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 id column to host.
2010-11-17 Jelmer VernooijGet rid of some unicode.
2010-11-17 Jelmer VernooijChange some fields to blobs.
2010-11-17 Jelmer VernooijSkip unknown hosts.
2010-11-17 Jelmer VernooijFix age handling.
2010-11-17 Jelmer VernooijFix tree argument to storm get_last_builds.
2010-11-17 Jelmer VernooijImplement sql-specific get_last_builds.
2010-11-17 Jelmer VernooijMerge tests.
2010-11-17 Jelmer VernooijUnicode encoding hostname if necessary.
2010-11-17 Jelmer VernooijUnicode encoding hostname if necessary.
2010-11-17 Jelmer VernooijRemove more unicode decoding.
2010-11-17 Jelmer VernooijStore more as plain strings.
2010-11-16 Jelmer VernooijFix host finding with older versions of storm.
2010-11-16 Jelmer VernooijSplit up pages a bit.
2010-11-16 Jelmer VernooijSet umask.
2010-11-15 Jelmer VernooijFix exception handling when both python-pysqlite2 and...
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 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 VernooijAdd convenience function for avoiding database. Move...