Page MenuHomePhabricator

Normalize the definition of "closed" revision statuses
ClosedPublic

Authored by epriestley on Nov 25 2013, 11:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 6 2025, 3:05 PM
Unknown Object (File)
May 6 2025, 8:02 AM
Unknown Object (File)
May 3 2025, 4:53 PM
Unknown Object (File)
Apr 30 2025, 3:06 AM
Unknown Object (File)
Apr 29 2025, 11:06 AM
Unknown Object (File)
Apr 28 2025, 3:58 AM
Unknown Object (File)
Apr 25 2025, 2:08 AM
Unknown Object (File)
Apr 22 2025, 12:58 PM
Subscribers

Details

Summary

Currently, "Closed" and "Abandoned" are treated as "closed". I want to add a flag which treats "Accepted" as "Closed", too, for Asana and other companies who use an Asana-like workflow.

The background here is that their workflow is a bit weird. They basically do audits, but have a lot of things which Diffusion doesn't do well right now. This one change makes Differential fit their workflow fairly well, even though it's an audit workflow.

To prepare for this, normalize the definition of "closed" better. We have a few callsites which explicitly check for "ABANDONED || CLOSED", and normalizing this is cleaner anyway.

Also delete the very old COMMITTED status, which has been obsolete for over a year.

Test Plan

Browsed around most/all of the affected interfaces.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped