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/owners/query
epriestley 9abc16df4d Give Owners packages the "O" monogram
Summary:
Ref T10939. This isn't ideal because it's easy to confuse with zero ("O" vs "0") but I think this will mostly be read-only so it's probably one of the least-bad uses we could make of "O". We haven't really gotten into trouble with "I" (vs "1") for initiatives. Still, open to better ideas.

The goal here is to allow commit messages to include packages in some reasonable way, like `Reviewers: O123 Package Name, epriestley, alincoln`. The parser will ignore the "Package Name" part, that's just for humans. And I don't expect humans to type this, but when the use `arc diff --edit` or similar to update an //existing// revision, the reviewer needs to be represented somehow. It also needs to appear in the commit messages that `arc land` finalizes somehow.

I didn't hook up `/O123` as a URI, but this should do everything else I think.

Test Plan:
  - Viewed package list.
  - Viewed package detail.
  - Did global search for `O12`.
  - Used `O12` and `{O12}` remarkup rules.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10939

Differential Revision: https://secure.phabricator.com/D15910
2016-05-13 17:18:15 -07:00
..
PhabricatorOwnerPathQuery.php Extend from Phobject 2015-06-15 18:02:27 +10:00
PhabricatorOwnersPackageFulltextEngine.php Implement basic ngram search for Owners Package names 2015-12-22 08:00:33 -08:00
PhabricatorOwnersPackageQuery.php Implement basic ngram search for Owners Package names 2015-12-22 08:00:33 -08:00
PhabricatorOwnersPackageSearchEngine.php Give Owners packages the "O" monogram 2016-05-13 17:18:15 -07:00
PhabricatorOwnersPackageTransactionQuery.php Use ApplicationTransactions for all non-path edits to Owners packages 2015-05-27 10:30:08 -07:00