1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/repository/query
epriestley 78b89711cb Move a bunch more rendering into SearchEngine
Summary: Ref T4986. These are mostly mechanical now, I skipped a couple of slightly tricky ones. Still a bunch to go.

Test Plan:
For each engine:

  - Viewed the application;
  - created a panel to issue the query.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T4986

Differential Revision: https://secure.phabricator.com/D9017
2014-05-08 20:04:19 -07:00
..
PhabricatorRepositoryArcanistProjectQuery.php
PhabricatorRepositoryMirrorQuery.php Add UI for defining repository mirrors 2013-11-22 15:23:50 -08:00
PhabricatorRepositoryPushEventQuery.php Provide an "event" page for push logs, which shows details on all events in a given push 2014-03-26 13:51:09 -07:00
PhabricatorRepositoryPushLogQuery.php Provide an "event" page for push logs, which shows details on all events in a given push 2014-03-26 13:51:09 -07:00
PhabricatorRepositoryPushLogSearchEngine.php Allow repository push logs to be filtered by pusher and repository 2013-12-05 11:59:33 -08:00
PhabricatorRepositoryQuery.php Search repos by Project 2014-01-30 11:45:43 -08:00
PhabricatorRepositoryRefCursorQuery.php Introduce ref cursors for repository parsing 2014-01-17 11:48:53 -08:00
PhabricatorRepositorySearchEngine.php Move a bunch more rendering into SearchEngine 2014-05-08 20:04:19 -07:00
PhabricatorRepositoryTransactionQuery.php