hydra: in jobstatus pages, allow maintainer query argument to show only the packages you are maintaining
[?]
Sep 8, 2010, 6:37 AM
3EGKZC3CURTH4S36LMFCU57S42VARSHDAGA4J56RKNPD5VR4FKSQCDependencies
- [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
- edit in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 14
my $maintainer = $c->request->params->{"maintainer"}; - replacement in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 18
{},defined $maintainer ? { maintainers => { like => "%$maintainer%" } } : {}, - edit in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 27