Remove unused file

[?]
Apr 26, 2013, 11:44 AM
U72VNKRUZDGEPBBY6DQLOMRV7VH2HEJZDTJUVCYRWLBZ5K3LZ3SAC

Dependencies

  • [2] NOVLG4RA * hydra: fix for dead link in context bar of build
  • [3] 6KIJX24R Get rid of unnecessary [%- and -%] tags
  • [4] SZYDW2DG hydra: added some user admin
  • [5] VH5ZABDR Add a page to show the latest evaluations for the entire server
  • [6] 2BUX775I * More release -> view.
  • [7] ZWCTAZGL added newsitems, added some admin options to clear various caches.
  • [8] OR5SJ42Y Show releases in a tab on the project page
  • [9] OX6NYJDV Split viewing and editing a jobset
  • [10] R2PON6R7 Allow non-admin users to see the machine status page
  • [11] RBNQKATL * Adding persistant releases. A release is a named set of builds.
  • [12] 6FRLEP4P first 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] RSEGBU6C Hydra/20: Jobset clone feature
  • [18] 3JBUMW3E forgot to commit a file
  • [19] U4TD3AIQ Add support for viewing jobset evaluations
  • [20] NEQ4BISO Add bootstrap.zip
  • [21] SMTMFEKE hydra: add missing templates
  • [22] UICHT2PS Add a search feature
  • [23] P5X4P6VK * Renaming "release sets" to "views" (not finished yet). Having
  • [24] LSZLZHJY Allow users to edit their own settings
  • [25] JOVVHIJX Remove all entry points to modify machines
  • [26] HZWUT4YN Allow users to reproduce builds on their own systems
  • [27] KXGOUX7P * Creating releases.
  • [28] 5DSDXORD hydra: missing plain.tt
  • [29] AS2OXLRM * Editing releases.
  • [30] JY7BXXOP Split viewing and editing a project
  • [31] KKJNJHO5 Update bootstrap to 2.0.3
  • [32] QTC3SYBM Jobset page: Load the jobs and status tabs on demand
  • [33] TRDGNILT Remove 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] FV2M6MOT hydra: use autoconf/-make
  • [37] QL55ECJ6 - adapted ui for hydra, more in line with nixos.org website
  • [38] 36M6DGIT Show the runtime/build dependencies in the build page

Change contents

  • file deletion: contextbar.tt (----------)
    [4.1486][4.1290:1327](),[4.1327][4.375:375]()
    [% 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 makeLink
    uri = c.uri_for(c.controller('Project').action_for('view'), [project.name])
    title = project.name %]
    [% IF jobset %]
    [% INCLUDE makeLink
    uri = c.uri_for(c.controller('Jobset').action_for('index'), [project.name, jobset.name])
    title = jobset.name %]
    [% END %]
    [% IF job %]
    [% INCLUDE makeLink
    uri = c.uri_for(c.controller('Job').action_for('overview'), [project.name, jobset.name, job.name])
    title = job.name %]
    [% END %]
    [% END %]
    [% END %]