Fix host references.
[amitay/build-farm.git] / buildfarm / web / __init__.py
2010-12-04 Jelmer VernooijFix host references.
2010-12-04 Jelmer VernooijAllow /build/<checksum>
2010-12-04 Jelmer VernooijMerge StormCachingBuildFarm and BuildFarm.
2010-12-03 Jelmer VernooijKill StormCachingBuildFarm - regular build farm now...
2010-11-23 jelmer@samba.orgSplit up revision_link function.
2010-11-23 jelmer@samba.orgFix url.
2010-11-23 jelmer@samba.orgAdd convenience method for host URIs.
2010-11-23 jelmer@samba.orgAdd convenience function for getting at a build uri.
2010-11-23 Jelmer VernooijSet charset.
2010-11-23 Jelmer VernooijFix div close.
2010-11-23 Jelmer VernooijOnly print builds: line when there are builds.
2010-11-22 Jelmer VernooijAutomatically show revision history, don't require...
2010-11-22 Jelmer VernooijRename data -> build.
2010-11-22 Jelmer VernooijSome formatting fixes.
2010-11-22 Jelmer VernooijFix typo.
2010-11-22 Jelmer VernooijRemove unused utility functions.
2010-11-22 Jelmer VernooijAdd status tests.
2010-11-22 Jelmer VernooijPrint sane time string rather than python tuple.
2010-11-22 Jelmer VernooijSwitch to python web interface.
2010-11-22 Jelmer Vernooijadd cast.
2010-11-22 Jelmer VernooijFix revision .
2010-11-22 Jelmer Vernooijremove useless /
2010-11-22 Jelmer Vernooijignore other status in case of timeout/disk full, etc.
2010-11-22 Jelmer VernooijInclude host link.
2010-11-22 Jelmer VernooijAdd links to previous builds.
2010-11-21 Jelmer VernooijFix author selection box.
2010-11-21 Jelmer VernooijFix default values.
2010-11-21 Jelmer VernooijRename old_revs -> old_builds.
2010-11-21 Jelmer VernooijSort recent builds by age by default.
2010-11-21 Jelmer VernooijAdd script for adding status where it is not present.
2010-11-21 Jelmer VernooijAdd build age to table.
2010-11-21 Jelmer VernooijSort by age rather than by upload time.
2010-11-21 Jelmer VernooijList old uploads early.
2010-11-21 Jelmer VernooijSupport searching for builds by checksum.
2010-11-21 Jelmer VernooijOnly display fields if they are available.
2010-11-21 Jelmer VernooijFix recent build page.
2010-11-21 Jelmer VernooijFix unicode handling in diffs.
2010-11-21 Jelmer VernooijSimplify diff handling.
2010-11-21 Jelmer VernooijMore work on builds.
2010-11-21 Jelmer VernooijFix standalone run.
2010-11-20 Jelmer VernooijAdd host_id.
2010-11-19 Jelmer VernooijReturn no such build error.
2010-11-19 Jelmer Vernooijhost -> __getitem__
2010-11-19 Jelmer VernooijCope with unknown hosts in dead host list.
2010-11-19 Jelmer VernooijSupport displaying dead host age.
2010-11-19 Jelmer VernooijCope with nonexistant hosts.
2010-11-19 Jelmer Vernooijremove unused variables.
2010-11-19 Jelmer VernooijFix get_tree_builds call.
2010-11-19 Jelmer VernooijAdd get_last_builds tests.
2010-11-18 Jelmer VernooijAdd newlines.
2010-11-18 Jelmer Vernooijuse pygments for prettyfying diffs.
2010-11-17 Jelmer Vernooijremove more unicode references.
2010-11-17 Jelmer VernooijSimplify menu.
2010-11-17 Jelmer VernooijRemove more pointless encoding.
2010-11-17 Jelmer VernooijProperly encode compiler name.
2010-11-17 Jelmer VernooijSkip unknown hosts.
2010-11-17 Jelmer VernooijCope with unknown trees.
2010-11-17 Jelmer VernooijFix age handling.
2010-11-17 Jelmer VernooijAdd convenience function for finding all recent builds.
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-16 Jelmer VernooijAvoid unnecessary host lookup.
2010-11-16 Jelmer VernooijFix use of buildfarm global variable.
2010-11-16 Jelmer VernooijSplit up pages a bit.
2010-11-16 Jelmer Vernooijswitch over to sqlite database by default.
2010-11-16 Jelmer VernooijFix access to buildfarm variable.
2010-11-16 Jelmer VernooijAdd CGI_DEBUG variable.
2010-11-15 Jelmer VernooijAdd buildfarm.web tests.
2010-11-15 Jelmer VernooijImprove formatting in web output.
2010-11-15 Jelmer VernooijSimplify standalone code.
2010-11-15 Jelmer VernooijFix build.cgi mode, ulimit.
2010-11-15 Jelmer VernooijAdd build cgi script.