Sort metrics by name

[?]
Mar 25, 2016, 10:56 AM
JOST7ANV6KYQ2OWNCJJZ4CCTXKKYKSJKPASALMOSZCVP3G7JPO6QC

Dependencies

  • [2] T5BIOVJE Add support for tracking custom metrics
  • [3] KSBB33RE Add a dashboard
  • [4] BB2KXLXZ Move the build time chart to the job page
  • [*] DEMSSSB2 * Controller for jobs which inherits all actions in ListBuilds. So

Change contents

  • replacement in src/lib/Hydra/Controller/Job.pm at line 82
    [2.2627][2.2627:2714]()
    { }, { select => ["name"], distinct => 1, order_by => "timestamp desc", }) ];
    [2.2627]
    [3.0]
    { }, { select => ["name"], distinct => 1, order_by => "name", }) ];