* Only show status changes from successful to failed and failed to

[?]
Oct 7, 2009, 1:59 PM
JSG5QEZJTJJJ3VZS2CVQGRTD3QD63U4E6I7WSTWXN3K56QVLE27QC

Dependencies

  • [2] SZYY2EQQ * Make the queries more readable.
  • [3] RAKTHYAI * In the job status and error pages, show when the status of a job
  • [4] SJN2QPWH * Big speed-up of the job status page and the channel generation (such
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/lib/Hydra/Schema/Builds.pm at line 225
    [2.336][2.336:402]()
    x.id > c.id and r.buildstatus != r2.buildstatus)
    [2.336]
    [2.402]
    x.id > c.id and
    ((r.buildstatus = 0 and r2.buildstatus != 0) or
    (r.buildstatus != 0 and r2.buildstatus = 0)))