Use convenience function for finding duplicate builds.
[amitay/build-farm.git] / web /
2010-11-23 Jelmer VernooijRemove now obsolete build.pl file.
2010-11-22 Jelmer VernooijSet CPU limit.
2010-11-22 Jelmer VernooijRemove remaining files from the old perl-based buildfarm.
2010-11-22 Jelmer VernooijDrop checker prefix (color should be sufficient).
2010-11-22 Jelmer VernooijSwitch to python web interface.
2010-11-22 Jelmer Vernooijupdate stylesheet for pygments.
2010-11-17 Jelmer VernooijMerge tests.
2010-11-16 Jelmer VernooijEnable debugging as early as possible.
2010-11-16 Jelmer Vernooijswitch over to sqlite database by default.
2010-11-16 Jelmer VernooijAdd CGI_DEBUG variable.
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 VernooijAdd hostdb.host() test.
2010-11-15 Jelmer VernooijAdd missing extensions for git repositories.
2010-11-14 Jelmer VernooijCope with revision info not being present when displayi...
2010-11-13 Jelmer VernooijFix blame mail sending.
2010-11-13 Jelmer VernooijFix commit handling from specific author.
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 VernooijLimit history.
2010-11-13 Jelmer VernooijMove file cache specific code to filecache module.
2010-11-13 Jelmer VernooijAllow limiting the number of revisions that we look...
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 VernooijFix some formatting.
2010-11-12 Jelmer VernooijSimplify revision_details() call.
2010-11-12 Jelmer Vernooijwork on history support using dulwich
2010-11-11 Matthieu PatouUse the correct form for cmp
2010-11-11 Matthieu Patouuse the cached version of the build farm for the web...
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...
2010-11-10 Matthieu PatouServe in standalone mode only files that are local...
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-09 Matthieu PatouMove compare function to BuildStatus class
2010-11-09 Matthieu Patourewrite the sort status function
2010-11-09 Matthieu PatouImprove status for special cases
2010-11-09 Matthieu PatouUse the correct css class for checker
2010-11-09 Jelmer Vernooijinclude stage name in stages list.
2010-11-09 Matthieu PatouCast unicode strings to utf-8 strings
2010-11-09 Jelmer VernooijRemove svn/cvs support.
2010-11-08 Jelmer VernooijFix syntax error.
2010-11-08 Matthieu PatouDo explicit cast to string of Host attributes
2010-11-08 Jelmer VernooijRemove obsolete trees samba-docs and lorikeet. Move...
2010-11-08 Jelmer VernooijSimplify build_status() code. Return all found revision...
2010-11-08 Matthieu PatouForce the string conversion to avoid write() argument...
2010-11-08 Matthieu PatouDisplay more clearly when make test returns an error...
2010-11-08 Matthieu PatouMake standalone listen only on localhost and use local...
2010-11-08 Jelmer VernooijAdd convenience function for opening host database.
2010-11-07 Jelmer VernooijMake read_err return a file object.
2010-11-07 Jelmer VernooijSimplify status handling.
2010-11-07 Jelmer VernooijSimplify host handling.
2010-11-06 Jelmer Vernooijremove unused test.pl script.
2010-11-07 Matthieu PatouFix status sort so that sorting is the same as in the...
2010-11-07 Matthieu PatouConstruct a host => plateform dictionary, make html...
2010-11-07 Matthieu PatouReport checker stage as - if result is unknown and...
2010-11-07 Matthieu PatouPoint to the good database
2010-11-07 Matthieu PatouFix the view "recent build", handle case when revision...
2010-11-07 Matthieu PatouFix more bugs
2010-11-07 Matthieu Patouuse css to do the spacing not html ...
2010-11-07 Matthieu PatouMake errorlog divs not visible
2010-11-06 Jelmer Vernooijdirectly access the hosts list from the sqlite database...
2010-11-06 Jelmer VernooijUse iterators, proper booleans.
2010-11-06 Jelmer VernooijAdd convenience class for build status.
2010-11-06 Matthieu PatouAdd my copyright
2010-11-06 Matthieu PatouVarious fix for removing errors while accessing the...
2010-11-06 Matthieu PatouFix permuted host and tree
2010-11-06 Matthieu PatouSplit long line, add more information in asserts
2010-11-05 Matthieu PatouFix a bug
2010-11-05 Matthieu PatouMake status easily marshallable and extensible, use...
2010-11-05 Matthieu PatouFix and improvements
2010-11-05 Jelmer VernooijRefactor html out of buildfarm.data.
2010-11-02 Jelmer Vernooijadd test for Build.has_host.
2010-11-02 Jelmer Vernooijremove htmlization of status handling in data.py.
2010-11-02 Jelmer VernooijMove err_count() to Build.
2010-11-02 Jelmer VernooijMove build_status onto Build.
2010-11-02 Jelmer VernooijMove revision_details onto Build.
2010-11-02 Jelmer VernooijMove read_log and read_err onto Build.
2010-11-02 Jelmer VernooijAdd Build object.
2010-11-02 Jelmer VernooijRaise NoSuchBuildError rather than silently pretending...
2010-11-02 Jelmer VernooijAdd more tests, consistent parameter ordering.
2010-11-02 Jelmer VernooijAdd configuration file with tree data.
2010-11-02 Jelmer VernooijAdd convenience testcase class for buildfarm tests.
2010-11-01 Jelmer VernooijConvert to wsgi application.
2010-11-01 Jelmer VernooijAdd python equivalent of build.pl.
2010-10-08 tridgesamba_4_0_waf -> samba_4_0_test
2010-09-23 bjackev3-5-test is samba_3_current and v3-6-test is samba_3_n...
2010-08-11 tridgewe're not building using the old build system any more
2010-08-03 tridgeadded ccache-maint build to build farm
2010-04-06 tridgethe waf build is in master now
2010-04-03 tridgeadded AIX xlc_r compiler
2010-03-19 tridgeenable samba_4_0_waf in the build farm, to allow for...
2010-02-03 tridgedon't restrict web display to new builds (ignore DEADAGE)
2010-01-27 tridgefixed ppp, distcc and ccache
next