1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-17 17:28:42 +01:00
phorge-phorge/src/infrastructure/cluster
epriestley b2cdebefea Fix two errors from the error logs
Summary: Found these in the `secure` error logs: one bad call, one bad column.

Test Plan: Searched for empty string. Double-checked method name.

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D16948
2016-11-26 07:50:57 -08:00
..
PhabricatorClusterDatabasesConfigOptionType.php Allow persistent connections to be configured per database host 2016-11-22 10:55:45 -08:00
PhabricatorClusterException.php When no master database is configured, automatically degrade to read-only mode 2016-04-10 12:19:55 -07:00
PhabricatorClusterExceptionHandler.php Automatically degrade to read-only mode when unable to connect to the master 2016-04-10 12:20:13 -07:00
PhabricatorClusterImpossibleWriteException.php Automatically degrade to read-only mode when unable to connect to the master 2016-04-10 12:20:13 -07:00
PhabricatorClusterImproperWriteException.php When no master database is configured, automatically degrade to read-only mode 2016-04-10 12:19:55 -07:00
PhabricatorClusterStrandedException.php Automatically degrade to read-only mode when unable to connect to the master 2016-04-10 12:20:13 -07:00
PhabricatorDatabaseHealthRecord.php Never sever non-cluster database; write more read-only documentation 2016-04-11 08:44:11 -07:00
PhabricatorDatabaseRef.php Fix two errors from the error logs 2016-11-26 07:50:57 -08:00
PhabricatorDatabaseRefParser.php Allow persistent connections to be configured per database host 2016-11-22 10:55:45 -08:00