JobsetEvals: fixup permission references
[?]
Feb 1, 2021, 3:21 PM
C7XPUHU6ZNXOJBWVG5WC36NW3PFZMJKN63J2G7HS2VUE2U2PJQ6ACDependencies
- [2]
GXRKOXQJAdd cancel-build role - [3]
VHV6GI4LAdd a jobset eval action to restart all aborted/cancelled builds - [4]
UOINKJ2JAdd an action to cancel all builds in a jobset eval - [5]
JO75HQLOAdd a restart-jobs role - [6]
6DMDTQ7MAdd bump-to-front role - [7]
MZ63OVKPAllow bumping an entire evaluation to the front of the queue - [8]
AR5EHCUFAdd action to restart all failed builds in an eval - [9]
6S3ZLOZLReturn JSON for /eval - [*]
U4TD3AIQAdd support for viewing jobset evaluations
Change contents
- replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 146
requireCancelBuildPrivileges($c, $c->stash->{eval}->project);requireCancelBuildPrivileges($c, $c->stash->{project}); - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 155
requireRestartPrivileges($c, $c->stash->{eval}->project);requireRestartPrivileges($c, $c->stash->{project}); - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 177
requireBumpPrivileges($c, $c->stash->{eval}->project); # FIXME: require admin?requireBumpPrivileges($c, $c->stash->{project}); # FIXME: require admin?