Fix the duration on Build pages
[?]
Apr 27, 2012, 8:54 AM
L2BP7OFXVJJ7OQUBBO6KL3O2JOGNKC6H6N6CAZ4QTPBGKAA5GZ4ACDependencies
- [2]
HPEG2RHVMerge the BuildResultInfo table into the Builds table - [3]
MOX7XJ2EMerge the BuildSchedulingInfo table into the Builds table - [4]
45ESKY6T* hydra: show finish time on build status overview - [5]
3SQCOHZN* minor performance tweaks - [6]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [7]
DSM3TTSOHydra/31: "Duration" field broken in cached builds that are not in DB anymore - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/root/build.tt at line 115
[% IF !build.finished %][% IF build.finished %] - replacement in src/root/build.tt at line 122
[% INCLUDE renderDuration duration = build.stoptime - build.starttime %] <tt>finished at [% INCLUDE renderDateTime timestamp = build.stoptime %]</tt>[% INCLUDE renderDuration duration = build.stoptime - build.starttime %] finished at [% INCLUDE renderDateTime timestamp = build.stoptime %]