Page MenuHomePhabricator

Pull legacy revision query status filters out of the main Query class
ClosedPublic

Authored by epriestley on Aug 4 2017, 5:30 PM.
Tags
None
Referenced Files
F13089346: D18343.diff
Thu, Apr 25, 1:45 AM
Unknown Object (File)
Fri, Apr 19, 6:41 PM
Unknown Object (File)
Wed, Apr 17, 2:53 PM
Unknown Object (File)
Sun, Apr 7, 10:13 AM
Unknown Object (File)
Sun, Apr 7, 8:07 AM
Unknown Object (File)
Sat, Apr 6, 3:05 PM
Unknown Object (File)
Wed, Apr 3, 3:52 AM
Unknown Object (File)
Tue, Apr 2, 9:46 AM
Subscribers
None

Details

Summary

Ref T2543. Currently, Differential uses a set of hard-coded query filters (like "open" and "closed") to query revisions by status (for example, "open" means any of "review, revision, changes planned, accepted [usually]").

In other applications, like Maniphest, we've replaced this with a low level list of the actual statuses, plus higher level convenience UI through tokenizer functions. This basically has all of the benefits of the hard-coded filters with none of the drawbacks, and is generally more flexible.

I'd like to do that in Differential, too, although we'll need to keep the legacy maps around for a while because they're used by differential.find and differential.getrevision. To prepare for this, pull all the legacy stuff out into a separate class. Then I'll modernize where I can, and we can get rid of this junk some day.

Test Plan

Grepped for RevisionQuery::STATUS. Ran queries via Differential UI.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 4 2017, 6:34 PM
This revision was automatically updated to reflect the committed changes.