1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-29 02:02:41 +01:00
phorge-phorge/src/applications/differential/query
epriestley 44057ad269 Consider packages when calculating Differential authority
Summary:
Ref T10939. This has no effect yet since packages can not actually become reviewers, I'm just inching toward support.

  - When searching for "responsible users", include revisions that need review by packages you have authority over.
  - When calculating review authority, include authority over packages you are a member of (these currently never exist).

Test Plan:
This isn't reachable so I just `var_dump()`'d stuff and looked at the generated queries, which appeared correct/reasonable.

I'll vet this more thoroughly once packages can actually become reviewers.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10939

Differential Revision: https://secure.phabricator.com/D15909
2016-05-13 17:17:50 -07:00
..
DifferentialChangesetQuery.php Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery 2015-04-20 10:06:09 -07:00
DifferentialDiffInlineCommentQuery.php Extend TransactionCommentQuery for Differential 2015-03-09 14:11:20 -07:00
DifferentialDiffQuery.php Improve "Land Revision" errors for issues related to staging areas 2016-03-07 12:46:07 -08:00
DifferentialDiffTransactionQuery.php Add "Autoplans" to Harbormaster 2015-06-21 09:04:21 -07:00
DifferentialHunkQuery.php phtize all the things 2015-05-22 21:16:39 +10:00
DifferentialInlineCommentQuery.php Allow inline comments to be individually hidden 2015-05-27 10:28:38 -07:00
DifferentialRepositoryLookup.php Remove arcanist projects from differential 2015-05-19 00:36:52 +10:00
DifferentialRevisionQuery.php Consider packages when calculating Differential authority 2016-05-13 17:17:50 -07:00
DifferentialRevisionSearchEngine.php Consistently refer to 'Projects' as 'Tags' 2016-04-19 16:48:21 +00:00
DifferentialTransactionQuery.php Extend TransactionCommentQuery for Differential 2015-03-09 14:11:20 -07:00