Remove remaining files from the old perl-based buildfarm.
[build-farm.git] / web / build.pl
2010-11-22 Jelmer VernooijRemove remaining files from the old perl-based buildfarm.
2010-11-22 Jelmer VernooijSwitch to python web interface.
2010-02-03 tridgedon't restrict web display to new builds (ignore DEADAGE)
2009-12-08 tridgefixed the revision validation
2009-12-08 tridgedon't display the current build in the old builds list
2009-11-29 tridgefixed old_revs code in build.pl
2009-07-15 bjackefix some build farm site loading error. We had build...
2009-06-12 jelmerPretty-print reasons for failures/skips/etc.
2009-06-12 jelmerPretty-print subunit on the buildfarm.
2009-04-01 metzedisplay tree => branch mapping in the web interface
2009-04-01 metzerewrite history.pm to be object oriented and use the...
2009-04-01 metzerelying on the wantarray() function is bad, we should...
2009-04-01 metzewe don't need an extra pseudo list anymore
2007-11-07 metzepass down the basedir
2007-11-07 metzeaccess static data via the $db object instead of import...
2007-10-19 bjackegit grants to be UTF-8, we need to fix Günther's first...
2007-10-14 obnoxPrint the git revision (instead of the timestamp) in...
2007-10-12 bjackesort git builds by build revision time which is more...
2007-10-12 bjackeshow correct icon in expanded error log section
2007-10-12 bjackeshow 7 character short version of revision string for...
2007-10-10 bjackegzip html with default dictionary size (6 not 1). This...
2007-10-09 bjackemake w3c validator more happy, pre implicitly closes...
2007-10-09 bjackenot all browsers pretending to be Mozilla/3 compatible...
2007-10-02 metzeIE6 and IE7 work fine with gzip compression
2007-10-02 metzePatch from Björn Jacke <bj@sernet.de>:
2007-05-19 metzesort old revisions numericly by revision
2007-03-23 metzefix links to old builds
2007-03-07 jelmerActually enable gzip.
2007-03-07 jelmerFix gzip
2007-03-07 tridgedisable gzip again - it was totally broken
2007-03-06 jelmerRe-enable gzip compression for those low on bandwidth.
2007-03-01 jelmerFix links.
2007-02-28 jelmerMove ls calls out of web/build.pl as well.
2007-02-28 jelmerAbstract away build output database access, start worki...
2007-02-28 abartletFix HTML and correctly qualify the lcov_status() functi...
2007-02-28 abartletFix build.samba.org, and put in a first stab at showing...
2007-02-24 jelmerFix sorting for revisions. Reported by metze.
2007-02-12 jelmerFix collapsible html, merge manual fixes already on dp.
2007-02-12 jelmerFix some CSS
2007-02-11 jelmerMove more calls to data.pm
2007-02-11 jelmerMove more functions to data.pm
2007-02-11 jelmerSome more minor fixes.
2007-02-11 jelmerFix the build.
2007-02-11 jelmerSplit compiler, tree and host list handling into specif...
2007-02-11 jelmerSort test list by failure percentage.
2007-02-11 jelmerSome more minor improvements.
2007-02-11 jelmerAdd some more links.
2007-02-11 jelmerAdd link to revision.
2007-02-11 jelmermore work on path_info support, fix status field.
2007-02-11 jelmerSupport pathinfo
2007-02-11 jelmerFix some more minor issues, move get_param calls to...
2007-02-11 jelmerFix HTML.
2007-02-11 jelmerFix HTML validator.
2007-02-11 jelmerConvert more html to perl functions.
2007-02-11 jelmerUse more perl functions.
2007-02-11 jelmerFix table generation.
2007-02-11 jelmerFix stylesheet classes.
2007-02-11 jelmerFix some more stuff.
2007-02-11 jelmerFix the build.pl.
2007-02-11 jelmerUse more standard functions.
2007-02-11 jelmerProperly escape parameters.
2007-02-11 jelmerUpdate analyse script to send out jabber reports.
2007-02-11 jelmerSupport multiple builds specified, skip already existin...
2007-02-11 jelmerUse more perl functions.
2007-02-11 jelmerUse standard function for escaping HTML plus some more...
2007-02-11 jelmerUse standard perl functions.
2007-02-10 jelmerMove strip_html to util, some other minor cleanups.
2007-02-10 jelmerAdd simple script that fills a sqlite database.
2007-02-10 jelmerSome more cleanups.
2007-02-10 jelmerSome cleanups, add tests for util.
2006-11-14 abartletNeed to declare variables...
2006-11-14 abartletMake it more clear when a disk is full.
2006-10-31 tridgetry to split mtime/ctime ages appropriately
2006-10-27 tridgefixed display of several tests (mainly RPC-SECRETS)
2006-10-11 metzetry to get nicer output
2006-10-11 metzetry to add the revision to the View+Host page
2006-05-18 vanceRevert my extra changes from r319->r320. They're still...
2006-05-18 vanceOoops, I forgot the :
2006-04-15 vanceInclude the whole IBM Checker error line (for now)...
2006-04-13 vanceGet rid of a warning. Don't call "int()" on an undefine...
2006-04-13 vanceClean up the output generated when pretty-printing...
2006-04-13 vance- initial attempt at styling up the IBM Checker output
2006-04-09 vance- Rename poorly named variables
2006-04-09 vance- Get rid of the stupid 0 that's been annoying me in...
2006-03-14 vancer290 didn't actually fix the problem - the output is...
2006-03-14 vanceEnable ">" in test names. cgi-escape the name before
2005-12-29 vanceAllow '/' and '.' in test names.
2005-12-28 vanceAttempt to speed up page loads - don't create a status...
2005-12-27 metzepass the revision variable
2005-09-05 vanceAdd a bunch of documentation to scripts, including...
2005-08-04 metzesupport gcc-3.4 (with '.') again
2005-07-30 vanceAdd back host summaries. No good UI to access this...
2005-07-26 vanceAdd a direct link to the recent builds.
2005-07-22 vance- get_param now does s/\ /_/g.
2005-07-22 vanceEnsure every string we get from the user is sanitized...
2005-07-21 vanceAdd sorting to the build farm's Recent Build's table
2005-07-21 vanceCleanup: Use a join for everything
2005-07-21 vanceThere's no point sorting things when all we use it...
2005-06-26 tridgeuse mtime instead of ctime for build age
2005-06-26 tridge- improved the error display
next