Page MenuHomePhabricator

Track closed date and closing user for tasks explicitly
ClosedPublic

Authored by epriestley on Feb 8 2018, 10:46 PM.
Tags
None
Referenced Files
F18509278: D19037.id.diff
Fri, Sep 5, 3:19 AM
F18502100: D19037.diff
Thu, Sep 4, 10:11 PM
F18207404: D19037.id45645.diff
Mon, Aug 18, 6:36 PM
F18207291: D19037.id45649.diff
Mon, Aug 18, 5:15 PM
F18180086: D19037.diff
Sat, Aug 16, 5:23 AM
Unknown Object (File)
Jun 18 2025, 5:15 AM
Unknown Object (File)
May 8 2025, 10:21 PM
Unknown Object (File)
Apr 13 2025, 6:33 PM
Subscribers
None

Details

Summary

Ref T4434. Although some of the use cases for this data are better fits for Facts, this data is reasonable to track separately.

I have an approximate view of it already ("closed, ordered by date modified") that's useful to review things that were fixed recently. This lets us make that view more effective.

This just adds (and populates) the storage. Followups will add Conduit, Export, Search, and UI support.

This is slightly tricky because merges work oddly (see T13020).

Test Plan
  • Ran migration, checked database for sensible results.
  • Created a task in open/closed status, got the right database values.
  • Modified a task to close/open it, got the right values.
  • Merged an open task, got updates.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable