Remove already disabled jobstatus code

[?]
Oct 3, 2013, 12:56 PM
LFVXESGID4YYNYKWPDFRTDDFJMZXFIDLK36GQ5UOABW7HJNBFMKQC

Dependencies

  • [2] GIWHL67V Remove the job status pages
  • [3] 5DSDXORD hydra: missing plain.tt
  • [4] R2PON6R7 Allow non-admin users to see the machine status page
  • [5] SMTMFEKE hydra: add missing templates
  • [6] 3JBUMW3E forgot to commit a file
  • [7] 2BUX775I * More release -> view.
  • [8] DEMSSSB2 * Controller for jobs which inherits all actions in ListBuilds. So
  • [9] FPK5LF53 * Put the project-related actions in a separate controller. Put the
  • [10] YTSIRIMK * Separate job status and all builds pages.
  • [11] WRIU3S5E * UI for cloning builds (not functional yet).
  • [12] SJN2QPWH * Big speed-up of the job status page and the channel generation (such
  • [13] PZL3SZM3 Give every page a consistent title
  • [14] LSZLZHJY Allow users to edit their own settings
  • [15] VG4QG336 Remove tablesorter
  • [16] 64IV56HI Replace bootstrap tarball
  • [17] 7Z3YOKCV * PROCESS -> INCLUDE in most cases. INCLUDE does proper scoping of
  • [18] EFWN7JBV * Added a status page that shows all the currently executing build steps.
  • [19] U72VNKRU Remove unused file
  • [20] QTC3SYBM Jobset page: Load the jobs and status tabs on demand
  • [21] AS2OXLRM * Editing releases.
  • [22] 36M6DGIT Show the runtime/build dependencies in the build page
  • [23] RBNQKATL * Adding persistant releases. A release is a named set of builds.
  • [24] QL55ECJ6 - adapted ui for hydra, more in line with nixos.org website
  • [25] 2AIIYGI5 * Show job status and all builds for a project.
  • [26] HZWUT4YN Allow users to reproduce builds on their own systems
  • [27] ZD5AEKWM * Job status / error pages: show only active jobs.
  • [28] G5YSUSNZ In build tables, hide the project, jobset and/or job name if they're constant
  • [29] US27ZTX5 * HydraFrontend -> Hydra.
  • [30] FV2M6MOT hydra: use autoconf/-make
  • [31] 75XUS62Y * Added a page to quickly see all failed builds and failed evaluations
  • [32] FHF6IZJQ * Basic release management: releases are now dynamically computed as
  • [33] XDDCO6CH * hydra: add dependency list with links to logfiles
  • [34] JLDUSNUO * Unify rendering of finished and scheduled builds.
  • [35] LKPVSUCI Builds page: Remove redundant tab titles
  • [36] JARRBLZD Bootstrapify the Hydra forms (except the project and jobset edit pages)
  • [37] SZYDW2DG hydra: added some user admin
  • [38] OR5SJ42Y Show releases in a tab on the project page
  • [39] JFZNAYJX * Showing releases.
  • [40] D5QIOJGP * Move everything up one directory.
  • [41] JY7BXXOP Split viewing and editing a project
  • [42] KKJNJHO5 Update bootstrap to 2.0.3
  • [43] KXGOUX7P * Creating releases.
  • [44] TP3PFR5K
  • [45] YNKTJGRS * hydra: correct header in jobstatus page of jobset
  • [46] NEQ4BISO Add bootstrap.zip
  • [47] BHZXGT2H * Channels: provide an index page that lists all the packages in the
  • [48] J3RYO2CU Remove the jobs status page
  • [49] AK2UZDS2 Jobset page: Add a new tab to show job status in a matrix
  • [50] VH5ZABDR Add a page to show the latest evaluations for the entire server
  • [51] TRDGNILT Remove unused file
  • [52] 3EGKZC3C hydra: in jobstatus pages, allow maintainer query argument to show only the packages you are maintaining
  • [53] UICHT2PS Add a search feature
  • [54] RAKTHYAI * In the job status and error pages, show when the status of a job
  • [55] 6FRLEP4P first try for timeline of last 24 hours in hydra
  • [56] D7X6XTKQ Integrate the "Job status" and "All jobs" tabs
  • [57] RU7AQO7U * Role-based access control. Only admins can create projects. Only
  • [58] OX6NYJDV Split viewing and editing a jobset
  • [59] G6HJY2V4
  • [60] UWVMQIAC * Refactoring.
  • [61] P5X4P6VK * Renaming "release sets" to "views" (not finished yet). Having
  • [62] JOVVHIJX Remove all entry points to modify machines
  • [63] U4TD3AIQ Add support for viewing jobset evaluations
  • [64] ZWCTAZGL added newsitems, added some admin options to clear various caches.
  • [65] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [66] RSEGBU6C Hydra/20: Jobset clone feature

Change contents

  • edit in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 26
    [3.167][2.0:197](),[2.197][3.2:4](),[3.2][3.2:4]()
    #sub jobstatus : Chained('get_builds') PathPart Args(0) {
    # my ($self, $c) = @_;
    # $c->stash->{template} = 'jobstatus.tt';
    # $c->stash->{latestBuilds} = [getJobStatus($self, $c)->all];
    #}
  • file deletion: jobstatus.tt (----------)jobstatus.tt (----------)
    [3.1486][3.1747:1783](),[3.1783][3.1907:1907](),[3.857][3.2109:2145](),[3.2145][3.1907:1907]()
    [% WRAPPER layout.tt title="Job status" _
    (job ? " of job $project.name:$jobset.name:$job.name" :
    jobset ? " of jobset $project.name:$jobset.name" :
    project ? " of project $project.name" : "") %]
    [% PROCESS common.tt %]
    <p>Below are the latest builds for each job. It is ordered by the status
    change time (the timestamp of the last build that had a different
    build result status). That is, it shows the jobs that most recently
    changed from failed to successful or vice versa first.</p>
    [% INCLUDE renderBuildList builds=latestBuilds showStatusChange=1
    hideProjectName=project hideJobsetName=jobset hideJobName=job %]
    [% END %]