1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 19:32:40 +01:00
phorge-phorge/src/applications/config/schema
epriestley bc15eee3f2 Update SchemaQuery and the web UI to accommodate multiple master databases
Summary:
Depends on D16115. Ref T11044. In the brave new world of multiple masters, we need to check the schemata on each master when looking for missing storage patches, keys, schema changes, etc.

This realigns all the "check out what's up with that schema" calls to work for multiple hosts, and updates the web UI to include a "Server" column and allow you to browse per-server.

This doesn't update `bin/storage`, so it breaks things on its own (and unit tests probably won't pass). I'll update that in the next change.

Test Plan: Configured local environment in cluster mode with multiple masters, saw both hosts' status reported in web UI.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11044

Differential Revision: https://secure.phabricator.com/D16847
2016-11-12 16:36:52 -08:00
..
PhabricatorConfigColumnSchema.php Fix method visibility for PhabricatorConfigStorageSchema methods 2015-01-07 07:33:52 +11:00
PhabricatorConfigCoreSchemaSpec.php Use PhutilClassMapQuery instead of PhutilSymbolLoader 2015-08-14 07:49:01 +10:00
PhabricatorConfigDatabaseSchema.php Make bin/storage upgrade and bin/storage adjust emit detailed messages if the user has no access to databases 2016-01-21 13:06:00 -08:00
PhabricatorConfigKeySchema.php Fix method visibility for PhabricatorConfigStorageSchema methods 2015-01-07 07:33:52 +11:00
PhabricatorConfigSchemaQuery.php Update SchemaQuery and the web UI to accommodate multiple master databases 2016-11-12 16:36:52 -08:00
PhabricatorConfigSchemaSpec.php Increase the storage size for commit summaries 2016-08-10 11:12:45 -07:00
PhabricatorConfigServerSchema.php Update SchemaQuery and the web UI to accommodate multiple master databases 2016-11-12 16:36:52 -08:00
PhabricatorConfigStorageSchema.php Make bin/storage upgrade and bin/storage adjust emit detailed messages if the user has no access to databases 2016-01-21 13:06:00 -08:00
PhabricatorConfigTableSchema.php Fix method visibility for PhabricatorConfigStorageSchema methods 2015-01-07 07:33:52 +11:00