In build tables, hide the project, jobset and/or job name if they're constant
[?]
Apr 2, 2012, 11:12 AM
G5YSUSNZCQCKYKR267EZ63E3KIW42R2YZPY2CMIJPYAHPNW3KY3QCDependencies
- [2]
YNKTJGRS* hydra: correct header in jobstatus page of jobset - [3]
3BNEHVKOused wrong builds collection for determining if we need to show current build section in job page - [4]
E5DMQRPORemove unnecessary whitespace in the HTML output - [5]
KLRDG3HRDon't show duplicate builds in "Related builds" - [6]
GNIEG2GC* Disambiguate jobs by jobset name. I.e. jobs with the same name in - [7]
S5PV6IIM* Represent jobs explicitly in the DB. - [8]
3SQCOHZN* minor performance tweaks - [9]
777XFGVYHydra/22: on job page, 'finished builds' shows nothing for old (non-current) jobs - [10]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [11]
YTSIRIMK* Separate job status and all builds pages. - [12]
6F4UNDTC* Provide access to the raw, non-pretty-printed logfiles. - [13]
E74FJWCF* Pass the page number in the URI query string. - [14]
ELABMHJI* hydra: layout changes - [15]
FN6V3C7Malways show latest 10 builds on job page - [16]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website - [17]
FHF6IZJQ* Basic release management: releases are now dynamically computed as - [18]
J5UVLXOK* Start of a basic Catalyst web interface. - [19]
UWVMQIAC* Refactoring. - [20]
75XUS62Y* Added a page to quickly see all failed builds and failed evaluations - [21]
OZ5UBJEK - [22]
2AIIYGI5* Show job status and all builds for a project. - [23]
7Z3YOKCV* PROCESS -> INCLUDE in most cases. INCLUDE does proper scoping of - [24]
TW5ZQX5Z* Move up the build products in the builds page, since they're more - [25]
RAKTHYAI* In the job status and error pages, show when the status of a job - [26]
TJPIS3UPhydra: minor improvements in hydra ui - [27]
AKAXJDMW* Disable the statistics on the project, jobset and job pages for now - [28]
JLDUSNUO* Unify rendering of finished and scheduled builds. - [*]
IK53RV4V - [*]
PTH265IX* Fix the queue page. - [*]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that
Change contents
- edit in src/root/all.tt at line 24[6.63]→[6.1662:1663](∅→∅),[6.117]→[6.1662:1663](∅→∅),[6.327]→[6.1662:1663](∅→∅),[6.1556]→[6.1662:1663](∅→∅),[6.1662]→[6.1662:1663](∅→∅)
- replacement in src/root/all.tt at line 26
[% INCLUDE renderBuildList %][% INCLUDE renderBuildList hideProjectName=project hideJobsetName=jobset hideJobName=job %] - edit in src/root/all.tt at line 29
- edit in src/root/build.tt at line 439
- replacement in src/root/build.tt at line 441
[% INCLUDE renderBuildList builds=relatedbuilds%][% INCLUDE renderBuildList builds=relatedbuilds hideProjectName=1 hideJobsetName=1 %] - replacement in src/root/common.tt at line 48[4.282]→[6.4374:4381](∅→∅),[6.4374]→[6.4374:4381](∅→∅),[6.4381]→[6.1088:1181](∅→∅),[6.1181]→[6.1035:1043](∅→∅),[6.1043]→[6.4481:4491](∅→∅),[6.4481]→[6.4481:4491](∅→∅)
<tt>[% INCLUDE renderProjectName %]:[% INCLUDE renderJobsetName %]:[% INCLUDE renderJobName %]</tt>[% END %]<tt>[% IF !hideProjectName; INCLUDE renderProjectName %]:[% END; IF !hideJobsetName; INCLUDE renderJobsetName %]:[% END; INCLUDE renderJobName %]</tt>[%- END %] - edit in src/root/common.tt at line 77
[%- IF !hideJobName -%] - edit in src/root/common.tt at line 79
[%- END -%] - edit in src/root/common.tt at line 111
[%- IF !hideJobName -%] - edit in src/root/common.tt at line 113
[%- END -%] - replacement in src/root/errors.tt at line 70
[% INCLUDE renderBuildList builds=brokenBuilds showStatusChange=1 %][% INCLUDE renderBuildList builds=brokenBuilds showStatusChange=1 hideProjectName=project hideJobsetName=jobset hideJobName=job %] - edit in src/root/job.tt at line 3[32.7779][32.7779]
[% hideProjectName=1 hideJobsetName=1 hideJobName=1 %] - replacement in src/root/job.tt at line 21
[% IF currentBuilds.size == 0 %][% IF currentBuilds.size != 0 %] - replacement in src/root/jobset.tt at line 104
[% INCLUDE renderBuildList builds=lastBuilds %][% INCLUDE renderBuildList builds=lastBuilds hideProjectName=1 hideJobsetName=1 %] - replacement in src/root/jobstatus.tt at line 4
<h1>Job Status[% IF project %] of Project <tt>[% project.name %][% IF jobset %]:[% jobset.name%][% END %]</tt>[% END %]</h1><h1>Job Status[% IF project %] of <tt>[% project.name %][% IF jobset %]:[% jobset.name%][% END %][% IF job %]:[% job.name%][% END %]</tt>[% END %]</h1> - replacement in src/root/jobstatus.tt at line 11
[% INCLUDE renderBuildList builds=latestBuilds showStatusChange=1 %][% INCLUDE renderBuildList builds=latestBuilds showStatusChange=1hideProjectName=project hideJobsetName=jobset hideJobName=job %]