completed Issues now know when they were marked Done #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "done-time"
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?
Several changes in this PR:
ent list FILTER: filter format changed, instead of a single String containing chunks separated by:, it's now a bunch of Strings, as many as you want, each containing one chunkIssue::timestamprenamed toIssue::creation_timebecause there will be more timestamps for different thingsdone_time, which gets set when the Issue state is set toDone. Can be overridden byent done-time ISSUE TIMESTAMP.ent list FILTERcan now filter bydone-time=[START]..[END]. START and END are in RFC 3339 format which is precise but not super ergonomic.ent list FILTER: the filter now takes multiple strings 20c17f281btimestamptocreation_time3df76b89dfdone_timefield 3b33ed41f5ent list FILTER: add filter "done-time=[START]..[END]" a3077ca313