1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 08:12:40 +01:00
phorge-phorge/src/applications/daemon/controller
epriestley 1c088822b4 Fix a fatal when viewing a daemon task with an invalid ID
Summary:
Fixes T11295. Prior to this change, the "404 page" for daemon tasks fatals.

This page is special cased a little bit and not a normal 404 page, because it's possible for you to click a valid link and the task to get GC'd by the time you load the page, or similar. It tries to be a little more user-friendly than a bare 404.

Test Plan:
  - Visited `/daemon/task/1428348920328/` (any invalid ID).
  - Now got a nice "no such task" page.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11295

Differential Revision: https://secure.phabricator.com/D16254
2016-07-08 07:08:45 -07:00
..
PhabricatorDaemonBulkJobController.php Improve daemon console for daemons on multiple hosts 2016-04-15 12:19:58 -07:00
PhabricatorDaemonBulkJobListController.php Improve daemon console for daemons on multiple hosts 2016-04-15 12:19:58 -07:00
PhabricatorDaemonBulkJobMonitorController.php Improve daemon console for daemons on multiple hosts 2016-04-15 12:19:58 -07:00
PhabricatorDaemonBulkJobViewController.php Improve daemon console for daemons on multiple hosts 2016-04-15 12:19:58 -07:00
PhabricatorDaemonConsoleController.php Only show future triggers in Upcoming Triggers panel 2016-07-08 00:16:51 +00:00
PhabricatorDaemonController.php Improve daemon console for daemons on multiple hosts 2016-04-15 12:19:58 -07:00
PhabricatorDaemonLogEventViewController.php Update Deamons with new UI 2016-04-02 10:41:01 -07:00
PhabricatorDaemonLogListController.php Improve daemon console for daemons on multiple hosts 2016-04-15 12:19:58 -07:00
PhabricatorDaemonLogViewController.php Improve daemon console for daemons on multiple hosts 2016-04-15 12:19:58 -07:00
PhabricatorWorkerTaskDetailController.php Fix a fatal when viewing a daemon task with an invalid ID 2016-07-08 07:08:45 -07:00