(TODO: VERIFY) builListColumns: remove project, jobset, add jobset_id.
[?]
Jan 9, 2022, 2:45 PM
NPYI3WUZXOOEYLXB5WXWJIUNV3XTCK2PJVV34DN3MRHPPUEZX2SACDependencies
- [2]
GANSIVJ4perlcritic: Readonly -> ReadonlyX - [3]
LBNVQXUB* Build the /build stuff in a separate controller. - [4]
CS7T2XFI - [5]
R6B5CAFFLet Builds.timestamp refer to the time the build was added - [6]
TPNHTE5VRemove obsolete Builds columns and provide accurate "Running builds" - [7]
N45RZUQ6Reduce I/O in build listings by only fetching required columns
Change contents
- replacement in src/lib/Hydra/Helper/CatalystUtils.pm at line 37
Readonly::Array our @buildListColumns => ('id', 'finished', 'timestamp', 'stoptime', 'project', 'jobset', 'job', 'nixname', 'system', 'buildstatus', 'releasename');Readonly::Array our @buildListColumns => ('id', 'finished', 'timestamp', 'stoptime', 'jobset_id', 'job', 'nixname', 'system', 'buildstatus', 'releasename');