Remove already disabled jobstatus code
[?]
Oct 3, 2013, 12:56 PM
LFVXESGID4YYNYKWPDFRTDDFJMZXFIDLK36GQ5UOABW7HJNBFMKQCDependencies
- [2]
GIWHL67VRemove the job status pages - [3]
5DSDXORDhydra: missing plain.tt - [4]
R2PON6R7Allow non-admin users to see the machine status page - [5]
SMTMFEKEhydra: add missing templates - [6]
3JBUMW3Eforgot 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]
PZL3SZM3Give every page a consistent title - [14]
LSZLZHJYAllow users to edit their own settings - [15]
VG4QG336Remove tablesorter - [16]
64IV56HIReplace 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]
U72VNKRURemove unused file - [20]
QTC3SYBMJobset page: Load the jobs and status tabs on demand - [21]
AS2OXLRM* Editing releases. - [22]
36M6DGITShow 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]
HZWUT4YNAllow users to reproduce builds on their own systems - [27]
ZD5AEKWM* Job status / error pages: show only active jobs. - [28]
G5YSUSNZIn build tables, hide the project, jobset and/or job name if they're constant - [29]
US27ZTX5* HydraFrontend -> Hydra. - [30]
FV2M6MOThydra: 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]
LKPVSUCIBuilds page: Remove redundant tab titles - [36]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [37]
SZYDW2DGhydra: added some user admin - [38]
OR5SJ42YShow releases in a tab on the project page - [39]
JFZNAYJX* Showing releases. - [40]
D5QIOJGP* Move everything up one directory. - [41]
JY7BXXOPSplit viewing and editing a project - [42]
KKJNJHO5Update bootstrap to 2.0.3 - [43]
KXGOUX7P* Creating releases. - [44]
TP3PFR5K - [45]
YNKTJGRS* hydra: correct header in jobstatus page of jobset - [46]
NEQ4BISOAdd bootstrap.zip - [47]
BHZXGT2H* Channels: provide an index page that lists all the packages in the - [48]
J3RYO2CURemove the jobs status page - [49]
AK2UZDS2Jobset page: Add a new tab to show job status in a matrix - [50]
VH5ZABDRAdd a page to show the latest evaluations for the entire server - [51]
TRDGNILTRemove unused file - [52]
3EGKZC3Chydra: in jobstatus pages, allow maintainer query argument to show only the packages you are maintaining - [53]
UICHT2PSAdd a search feature - [54]
RAKTHYAI* In the job status and error pages, show when the status of a job - [55]
6FRLEP4Pfirst try for timeline of last 24 hours in hydra - [56]
D7X6XTKQIntegrate the "Job status" and "All jobs" tabs - [57]
RU7AQO7U* Role-based access control. Only admins can create projects. Only - [58]
OX6NYJDVSplit viewing and editing a jobset - [59]
G6HJY2V4 - [60]
UWVMQIAC* Refactoring. - [61]
P5X4P6VK* Renaming "release sets" to "views" (not finished yet). Having - [62]
JOVVHIJXRemove all entry points to modify machines - [63]
U4TD3AIQAdd support for viewing jobset evaluations - [64]
ZWCTAZGLadded newsitems, added some admin options to clear various caches. - [65]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [66]
RSEGBU6CHydra/20: Jobset clone feature
Change contents
- edit in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 26
#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 statuschange time (the timestamp of the last build that had a differentbuild result status). That is, it shows the jobs that most recentlychanged from failed to successful or vice versa first.</p>[% INCLUDE renderBuildList builds=latestBuilds showStatusChange=1hideProjectName=project hideJobsetName=jobset hideJobName=job %][% END %]