1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 00:02:41 +01:00
phorge-phorge/src/applications/config/module
epriestley b1932f1f56 Split setup checks into "preflight" and "normal" checks
Summary:
Ref T11589. Currently, initialization order is a bit tangled: we load configuration from the database, then later test if we can connect to the database.

Instead, I'm going to do: preflight checks ("PHP Version OK?", "Extensions installed?"), then configuration, then normal setup checks.

To prepare for this, flag core checks as "preflight" and add a setup panel to visually confirm that I didn't miss anything.

Test Plan: {F1803210}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11589

Differential Revision: https://secure.phabricator.com/D16499
2016-09-06 11:57:18 -07:00
..
PhabricatorConfigCollectorsModule.php Redesign Config Application 2016-08-29 15:49:49 -07:00
PhabricatorConfigEdgeModule.php Redesign Config Application 2016-08-29 15:49:49 -07:00
PhabricatorConfigHTTPParameterTypesModule.php Redesign Config Application 2016-08-29 15:49:49 -07:00
PhabricatorConfigModule.php Modularize config modules + add edges, phid modules 2015-07-20 17:08:37 -07:00
PhabricatorConfigPHIDModule.php Redesign Config Application 2016-08-29 15:49:49 -07:00
PhabricatorConfigRequestExceptionHandlerModule.php Redesign Config Application 2016-08-29 15:49:49 -07:00
PhabricatorConfigSetupCheckModule.php Split setup checks into "preflight" and "normal" checks 2016-09-06 11:57:18 -07:00
PhabricatorConfigSiteModule.php Redesign Config Application 2016-08-29 15:49:49 -07:00