1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-02 01:48:23 +01:00
phorge-phorge/src/applications/daemon/controller
epriestley 84df122085 When exporting more than 1,000 records, export in the background
Summary:
Depends on D18961. Ref T13049. Currently, longer exports don't give the user any feedback, and exports that take longer than 30 seconds are likely to timeout.

For small exports (up to 1,000 rows) continue doing the export in the web process.

For large exports, queue a bulk job and do them in the workers instead. This sends the user through the bulk operation UI and is similar to bulk edits. It's a little clunky for now, but you get your data at the end, which is far better than hanging for 30 seconds and then fataling.

Test Plan: Exported small result sets, got the same workflow as before. Exported very large result sets, went through the bulk flow, got reasonable results out.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13049

Differential Revision: https://secure.phabricator.com/D18962
2018-01-29 16:08:02 -08: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 Allow bulk edits to be made silently if you have CLI access 2018-01-19 13:24:54 -08:00
PhabricatorDaemonBulkJobViewController.php When exporting more than 1,000 records, export in the background 2018-01-29 16:08:02 -08:00
PhabricatorDaemonConsoleController.php Only show future triggers in Upcoming Triggers panel 2016-07-08 00:16:51 +00:00
PhabricatorDaemonController.php Give Daemons a mobile menu 2017-03-24 09:19:56 -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 "waiting" message, config reload behavior 2017-03-24 08:32:08 -07:00
PhabricatorWorkerTaskDetailController.php Show related objects on daemon worker task queue detail pages 2018-01-20 06:52:15 -08:00