Remove unused ActiveJobs source

[?]
Aug 20, 2013, 1:22 PM
2FT4LEIPQFGQYDNFZFBODPYXBWEKWZOHHZZJG6QCHLOO6VU2FIQAC

Dependencies

  • [2] S5NPXZG3 Fix indentation
  • [3] AH7A3BY7 Remove unnecessary parentheses in SQL query
  • [4] SZYY2EQQ * Make the queries more readable.
  • [5] JM3DPYOM generated schema with new dbix class schema loader, grrrrrr
  • [6] FANTYCR7 Materialize the number of finished builds
  • [7] 3PNG7NIB Remove trailing whitespace
  • [8] ZI535LI6 * hydra: 'new' UI for project/jobset/job/build
  • [9] VVOAXWH4 fix wrong dbix:class:loader generation
  • [10] HPEG2RHV Merge the BuildResultInfo table into the Builds table
  • [11] G2ZB6464 first test, not yet in buildprocess
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • edit in src/lib/Hydra/Schema/Builds.pm at line 606
    [4.1135][4.664:665](),[4.665][3.0:119]()
    makeSource("ActiveJobs$name", "select distinct project, jobset, job from Builds where isCurrent = 1 $constraint");
  • replacement in tests/query-all-tables.pl at line 16
    [2.2376][2.2376:2446]()
    } elsif( $source !~ m/^(LatestSucceeded|JobStatus|ActiveJobs)/) {
    [2.2376]
    [2.2446]
    } elsif( $source !~ m/^(LatestSucceeded|JobStatus)/) {