protected function executeChecks()
wild |
public function getExecutionOrder()Inherited
wild |
public function isPreflightCheck()Inherited
Should this check execute before we load configuration?
The majority of checks (particularly, those checks which examine configuration) should run in the normal setup phase, after configuration loads. However, a small set of critical checks (mostly, tests for PHP setup and extensions) need to run before we can load configuration.
bool | True to execute before configuration is loaded. |
final protected function newIssue($key)Inherited
$key |
wild |
final public function getIssues()Inherited
wild |
protected function addIssue($issue)Inherited
PhabricatorSetupIssue | $issue |
wild |
public function getDefaultGroup()
wild |
final public function runSetupChecks()Inherited
wild |
final public static function getOpenSetupIssueKeys()Inherited
wild |
final public static function resetSetupState()Inherited
wild |
final public static function setOpenSetupIssueKeys($keys, $update_database)Inherited
array | $keys | |
$update_database |
wild |
final public static function getOpenSetupIssueKeysFromDatabase()Inherited
wild |
final public static function getUnignoredIssueKeys($all_issues)Inherited
array | $all_issues |
wild |
final public static function getConfigNeedsRepair()Inherited
wild |
final public static function setConfigNeedsRepair($needs_repair)Inherited
$needs_repair |
wild |
final public static function deleteSetupCheckCache()Inherited
wild |
final public static function willPreflightRequest()Inherited
wild |
public static function newIssueResponse($issue)Inherited
PhabricatorSetupIssue | $issue |
wild |
final public static function willProcessRequest()Inherited
wild |
final public static function isInFlight()Inherited
Test if we've survived through setup on at least one normal request without fataling.
If we've made it through setup without hitting any fatals, we switch to render a more friendly error page when encountering issues like database connection failures. This gives users a smoother experience in the face of intermittent failures.
bool | True if we've made it through setup since the last restart. |
final public static function loadAllChecks()Inherited
wild |
final public static function runNormalChecks()Inherited
wild |
final public static function repairConfig()Inherited
wild |
public static function getAncientConfig()
Return a map of deleted config options. Keys are option keys; values are explanations of what happened to the option.
wild |