webui: introduce rerun of multiple jobs at once#1109
webui: introduce rerun of multiple jobs at once#1109pstorz merged 5 commits intobareos:masterfrom frb121:dev/fbergkemper/master/s5053
Conversation
pstorz
left a comment
There was a problem hiding this comment.
The rerun panel only offers failed jobs to be rerun.
I think it still makes sense to be able to rerun successful job also, as that is currently also possible.
Do we still want to keep the "rerun" job button at the normal job output, or do we want to move the rerun functionality to the "rerun" tab?
Of course can we include other job status and just filter some job types like we do for the rerun action on our job tables, where it makes no sense to have a rerun, depending on its job type. I'm going to adjust it in that way.
I think it's quite handy for users to have the rerun functionality in the action column on job listings as well. So I would leave that as it is for now. |
This PR makes it possible to rerun multiple failed jobs at once from webui.
It introduces a new view (rerun) in the job module, that provides a list of
failed jobs from which a user can select which ones should be queued
for a rerun with a single button click.
Thank you for contributing to the Bareos Project!
Please check
If you have any questions or problems, please give a comment in the PR.
Helpful documentation and best practices
Checklist for the reviewer of the PR (will be processed by the Bareos team)
General
Source code quality
bareos-check-sources --since-mergedoes not report any problemsgit statusshould not report modifications in the source tree after building and testing