1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src/applications/transactions
epriestley f5580c7a08 Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery
Summary:
Ref T4100. Ref T5595.

To support a unified "Projects:" query across all applications, a future diff is going to add a set of "Edge Logic" capabilities to `PolicyAwareQuery` which write the required SELECT, JOIN, WHERE, HAVING and GROUP clauses for you.

With the addition of "Edge Logic", we'll have three systems which may need to build components of query claues: ordering/paging, customfields/applicationsearch, and edge logic.

For most clauses, queries don't currently call into the parent explicitly to get default components. I want to move more query construction logic up the class tree so it can be shared.

For most methods, this isn't a problem, but many subclasses define a `buildWhereClause()`. Make all such definitions protected and consistent.

This causes no behavioral changes.

Test Plan: Ran `arc unit --everything`, which does a pretty through job of verifying this statically.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: yelirekim, hach-que, epriestley

Maniphest Tasks: T4100, T5595

Differential Revision: https://secure.phabricator.com/D12453
2015-04-20 10:06:09 -07:00
..
application Transactions - add pagination to application transactions 2014-12-02 13:10:29 -08:00
constants Lift inline state transactions into core (in Diffusion) 2015-03-24 05:26:14 -07:00
controller Fix bad rendering for custom policy descriptions 2015-04-09 13:10:19 -07:00
edges Modernize remaining edge types 2015-01-03 10:58:20 +11:00
editor Conpherence - turn on mentions interface for Conpherence rooms / messages 2015-04-13 18:12:48 -07:00
error Route task merges through new editor 2013-09-23 14:32:32 -07:00
exception Improve ApplicationTransaction behavior for poorly constructed transactions 2014-03-05 10:44:21 -08:00
feed Remove 1x AppIcons, use FontIcons instead 2015-01-25 14:14:41 -08:00
interface Transactions - adding willRenderTimeline to handle tricky cases 2014-12-04 13:58:52 -08:00
phid Rename PHIDType classes 2014-07-24 08:05:46 +10:00
query Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery 2015-04-20 10:06:09 -07:00
replyhandler Move Maniphest to modular mail commands 2015-04-01 08:40:42 -07:00
response Differential - return a better response for validation error cases 2015-01-20 13:59:17 -08:00
storage Lift inline comment state transactions into core (in Differential) 2015-03-24 05:26:16 -07:00
view Don't show "View Raw" for removed comments 2015-03-02 07:07:13 -08:00