hydra: in jobstatus pages, allow maintainer query argument to show only the packages you are maintaining

[?]
Sep 8, 2010, 6:37 AM
3EGKZC3CURTH4S36LMFCU57S42VARSHDAGA4J56RKNPD5VR4FKSQC

Dependencies

  • [2] RAKTHYAI * In the job status and error pages, show when the status of a job
  • [3] AH2YD57S * More database hackery.
  • [4] FPK5LF53 * Put the project-related actions in a separate controller. Put the
  • [5] TCHEWSZL * The "latest" channel shouldn't contain inactive jobs.
  • [6] Z4KRJX4Q * In the last succeeded / job status queries, use the Builds.isCurrent
  • [7] ZD5AEKWM * Job status / error pages: show only active jobs.

Change contents

  • replacement in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 12
    [3.123][3.123:124]()
    [3.123]
    [3.124]
  • edit in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 14
    [3.189]
    [3.165]
    my $maintainer = $c->request->params->{"maintainer"};
  • replacement in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 18
    [2.603][2.603:615]()
    {},
    [2.603]
    [2.615]
    defined $maintainer ? { maintainers => { like => "%$maintainer%" } } : {},
  • edit in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 27
    [3.167][3.350:351]()