(TODO: VERIFY) builListColumns: remove project, jobset, add jobset_id.

[?]
Jan 9, 2022, 2:45 PM
NPYI3WUZXOOEYLXB5WXWJIUNV3XTCK2PJVV34DN3MRHPPUEZX2SAC

Dependencies

  • [2] GANSIVJ4 perlcritic: Readonly -> ReadonlyX
  • [3] LBNVQXUB * Build the /build stuff in a separate controller.
  • [4] CS7T2XFI
  • [5] R6B5CAFF Let Builds.timestamp refer to the time the build was added
  • [6] TPNHTE5V Remove obsolete Builds columns and provide accurate "Running builds"
  • [7] N45RZUQ6 Reduce I/O in build listings by only fetching required columns

Change contents

  • replacement in src/lib/Hydra/Helper/CatalystUtils.pm at line 37
    [3.634][2.730:895]()
    Readonly::Array our @buildListColumns => ('id', 'finished', 'timestamp', 'stoptime', 'project', 'jobset', 'job', 'nixname', 'system', 'buildstatus', 'releasename');
    [3.634]
    [3.3595]
    Readonly::Array our @buildListColumns => ('id', 'finished', 'timestamp', 'stoptime', 'jobset_id', 'job', 'nixname', 'system', 'buildstatus', 'releasename');