Mark jobs as "auto-deletable" #99403
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#99403
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should be possible to mark jobs as "auto-deletable", such that they are cleaned up (i.e. deleted as per #99401 (Support deleting jobs, with Shaman checkout dir)) once no longer necessary.
This could be implemented as a field
AutoDeleteAt *time.Time
(that thus can benil
to never auto-delete). Flamenco Manager would then automatically delete the job at that time.This timestamp should be settable from the add-on, when submitting the job. A reasonable default for this is yet to be determined ;-)
This
AutoDeleteAt
field should also be updatable from the web interface. This could be of the form of a few buttons, like:nil
)nil
).nil
)Changed status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @dr.sybren