Remove unused file
[?]
Apr 26, 2013, 11:44 AM
U72VNKRUZDGEPBBY6DQLOMRV7VH2HEJZDTJUVCYRWLBZ5K3LZ3SACDependencies
- [2]
NOVLG4RA* hydra: fix for dead link in context bar of build - [3]
6KIJX24RGet rid of unnecessary [%- and -%] tags - [4]
SZYDW2DGhydra: added some user admin - [5]
VH5ZABDRAdd a page to show the latest evaluations for the entire server - [6]
2BUX775I* More release -> view. - [7]
ZWCTAZGLadded newsitems, added some admin options to clear various caches. - [8]
OR5SJ42YShow releases in a tab on the project page - [9]
OX6NYJDVSplit viewing and editing a jobset - [10]
R2PON6R7Allow non-admin users to see the machine status page - [11]
RBNQKATL* Adding persistant releases. A release is a named set of builds. - [12]
6FRLEP4Pfirst try for timeline of last 24 hours in hydra - [13]
75XUS62Y* Added a page to quickly see all failed builds and failed evaluations - [14]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [15]
D5QIOJGP* Move everything up one directory. - [16]
WRIU3S5E* UI for cloning builds (not functional yet). - [17]
RSEGBU6CHydra/20: Jobset clone feature - [18]
3JBUMW3Eforgot to commit a file - [19]
U4TD3AIQAdd support for viewing jobset evaluations - [20]
NEQ4BISOAdd bootstrap.zip - [21]
SMTMFEKEhydra: add missing templates - [22]
UICHT2PSAdd a search feature - [23]
P5X4P6VK* Renaming "release sets" to "views" (not finished yet). Having - [24]
LSZLZHJYAllow users to edit their own settings - [25]
JOVVHIJXRemove all entry points to modify machines - [26]
HZWUT4YNAllow users to reproduce builds on their own systems - [27]
KXGOUX7P* Creating releases. - [28]
5DSDXORDhydra: missing plain.tt - [29]
AS2OXLRM* Editing releases. - [30]
JY7BXXOPSplit viewing and editing a project - [31]
KKJNJHO5Update bootstrap to 2.0.3 - [32]
QTC3SYBMJobset page: Load the jobs and status tabs on demand - [33]
TRDGNILTRemove unused file - [34]
XDDCO6CH* hydra: add dependency list with links to logfiles - [35]
EFWN7JBV* Added a status page that shows all the currently executing build steps. - [36]
FV2M6MOThydra: use autoconf/-make - [37]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website - [38]
36M6DGITShow the runtime/build dependencies in the build page
Change contents
- file deletion: contextbar.tt
[% BLOCK makeLinkWrapped %]<li [% IF curUri == uri %]class="active"[% END %]><a href="[% uri %]">[% title %]</a>[% content %]</li>[% END %][% BLOCK makeLink %][% INCLUDE makeLinkWrapped content="" %][% END %][% BLOCK makeSubMenu %]<ul class="short-menu" id="context-menu">[% content %]</ul>[% END %][% IF project %][% WRAPPER makeSubMenu %][% INCLUDE makeLinkuri = c.uri_for(c.controller('Project').action_for('view'), [project.name])title = project.name %][% IF jobset %][% INCLUDE makeLinkuri = c.uri_for(c.controller('Jobset').action_for('index'), [project.name, jobset.name])title = jobset.name %][% END %][% IF job %][% INCLUDE makeLinkuri = c.uri_for(c.controller('Job').action_for('overview'), [project.name, jobset.name, job.name])title = job.name %][% END %][% END %][% END %]