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/drydock/controller
epriestley 3b2f4c258f Show recent active resources on Drydock blueprint detail, with link to all
Summary:
Ref T9252. Currently, Drydock blueprint pages:

  - show all resources, even if there are a million;
  - show resources in all states, although destroyed resources are usually uninteresting;
  - have some junky `$pager` code.

Instead, show the few most recent active resources and link to a filtered resource view in ApplicationSearch.

Test Plan:
  - Viewed some blueprints.
  - Clicked "View All Resources".
  - Saw all resources.
  - Used query / crumbs / etc.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9252

Differential Revision: https://secure.phabricator.com/D14157
2015-09-24 13:52:43 -07:00
..
DrydockBlueprintController.php Fix method visibility for PhabricatorController subclasses 2015-01-07 07:34:59 +11:00
DrydockBlueprintCreateController.php Update Drydock for handleRequest 2015-07-27 07:56:52 -07:00
DrydockBlueprintDisableController.php Allow Drydock blueprints to be disabled 2015-09-24 10:18:17 -07:00
DrydockBlueprintEditController.php Allow Drydock blueprints to be disabled 2015-09-24 10:18:17 -07:00
DrydockBlueprintListController.php Update Drydock for handleRequest 2015-07-27 07:56:52 -07:00
DrydockBlueprintViewController.php Show recent active resources on Drydock blueprint detail, with link to all 2015-09-24 13:52:43 -07:00
DrydockConsoleController.php Update Drydock for handleRequest 2015-07-27 07:56:52 -07:00
DrydockController.php Add a command queue to Drydock to manage lease/resource release 2015-09-23 07:42:08 -07:00
DrydockLeaseController.php Fix method visibility for PhabricatorController subclasses 2015-01-07 07:34:59 +11:00
DrydockLeaseListController.php Update Drydock for handleRequest 2015-07-27 07:56:52 -07:00
DrydockLeaseReleaseController.php Add a command queue to Drydock to manage lease/resource release 2015-09-23 07:42:08 -07:00
DrydockLeaseViewController.php Give Drydock leases a resourcePHID instead of a resourceID 2015-09-24 04:19:27 -07:00
DrydockLogController.php Fix method visibility for PhabricatorController subclasses 2015-01-07 07:34:59 +11:00
DrydockLogListController.php Update Drydock for handleRequest 2015-07-27 07:56:52 -07:00
DrydockResourceController.php Show recent active resources on Drydock blueprint detail, with link to all 2015-09-24 13:52:43 -07:00
DrydockResourceListController.php Show recent active resources on Drydock blueprint detail, with link to all 2015-09-24 13:52:43 -07:00
DrydockResourceReleaseController.php Add a command queue to Drydock to manage lease/resource release 2015-09-23 07:42:08 -07:00
DrydockResourceViewController.php Straighten out Drydock policies for Resources 2015-09-24 09:56:35 -07:00