Feature #10042
closedSimplify the job tree
100%
Description
At the moment the job tree is like a normal tree without any restrictions while nobody needs this actually. We discussed that the job tree should have the same structure as preset jobs (corresponding jobs are virtual) and users should be able to create concrete jobs just on the base of these virtual jobs. The only exception is that users should be able to create unique virtual jobs at the first nesting level. These virtual jobs will allow to group several similar jobs together.
After all there will be no complex hierarchies of jobs that nobody cares on and that are hard to synchronize between various instances of Bridge. All operations will be simpler as of now.
Updated by Evgeny Novikov almost 5 years ago
- Blocks Feature #9836: Collapse migrations added
Updated by Evgeny Novikov almost 5 years ago
- Status changed from New to Resolved
Implemented in branch jobs-tree.
Updated by Evgeny Novikov almost 5 years ago
- Status changed from Resolved to Open
The branch is under active development.
Updated by Evgeny Novikov over 4 years ago
- Related to Feature #8122: Warn users if job was changed after it was solved added
Updated by Vladimir Gratinskiy over 4 years ago
- Due date set to 03/05/2020
- Status changed from Open to Feedback
- % Done changed from 0 to 100
Some issues were fixed in the branch.
Updated by Evgeny Novikov over 4 years ago
- Status changed from Feedback to Resolved
The branch undergoes testing.
Updated by Evgeny Novikov over 4 years ago
- Status changed from Resolved to Closed
Tests passed, so, I merged the branch to master in 0a88126ad. Everybody is welcome to test and to use a new interface for jobs and their decisions!