1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 17:32:41 +01:00
phorge-phorge/src/applications/differential/query
epriestley 34628002fd Modernize "repositories" typeahead datasource
Summary:
Ref T4420.

  - Allow tokenizers to accept either a `Datasource` object (new style) or a URI (old style).
  - Read URI and placeholder text from object, if available.
  - Swap the "repositories" datasource (which seemed like the simplest one) over to the new stuff.
  - Tweak/update the repo tokens a little bit.

Test Plan:
  - Used tokenizer in Herald, Differential (search), Differential (edit), Push Logs.
  - Grepped for other callsites.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T4420

Differential Revision: https://secure.phabricator.com/D9874
2014-07-10 16:18:04 -07:00
..
DifferentialChangesetQuery.php Introduce DifferentialChangesetQuery and remove loadHunks() 2014-06-03 18:01:21 -07:00
DifferentialDiffQuery.php Introduce DifferentialChangesetQuery and remove loadHunks() 2014-06-03 18:01:21 -07:00
DifferentialHunkQuery.php Add an alternate "modern" hunk datastore 2014-06-03 18:01:22 -07:00
DifferentialInlineCommentQuery.php Remove references to legacy comment IDs 2014-02-14 15:56:25 -08:00
DifferentialRepositoryLookup.php Fix an issue with UUID query construction 2013-09-30 03:55:07 -07:00
DifferentialRevisionQuery.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
DifferentialRevisionSearchEngine.php Modernize "repositories" typeahead datasource 2014-07-10 16:18:04 -07:00
DifferentialTransactionQuery.php Use TransactionEditor in differential.createcomment 2014-03-07 17:44:10 -08:00