Homec4science

Split setup checks into "preflight" and "normal" checks

Authored by epriestley <git@epriestley.com> on Sep 6 2016, 20:03.

Description

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

Details

Committed
epriestley <git@epriestley.com>Sep 6 2016, 20:57
Pushed
aubortJan 31 2017, 17:16
Parents
rPH7eee5c5f6f00: Fix two "proably" typos
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHb1932f1f5660: Split setup checks into "preflight" and "normal" checks (authored by epriestley <git@epriestley.com>).Sep 6 2016, 20:57