1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/config/controller
epriestley b24e36706d Generate expected and comparison schemata
Summary:
Ref T1191. This builds on the "view of the database as it exists" by building a view of the database as it is expected to exist (this is mostly empty for now) and comparing the two. We now render a view of the "comparison schema", which is the actual schema merged with the expected schema and annotated with the differences.

(I'm merging them like this because it makes it easier to handle both "missing" and "surpulus" warnings in a consistent way. If we tried to annotate just the actual or expected schema, the absence of components which are expected to exist is messy to handle.)

Test Plan: See screenshots.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T1191

Differential Revision: https://secure.phabricator.com/D10496
2014-09-18 08:22:54 -07:00
..
PhabricatorConfigAllController.php Use ObjectBoxView for Config pages 2014-06-27 08:28:33 -07:00
PhabricatorConfigController.php Add a UI for reviewing database schemata 2014-09-18 08:22:18 -07:00
PhabricatorConfigDatabaseController.php Generate expected and comparison schemata 2014-09-18 08:22:54 -07:00
PhabricatorConfigEditController.php Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
PhabricatorConfigGroupController.php Use ObjectBoxView for Config pages 2014-06-27 08:28:33 -07:00
PhabricatorConfigIgnoreController.php Make it easier to ignore setup issues 2014-09-05 12:26:58 -07:00
PhabricatorConfigIssueListController.php Make it easier to ignore setup issues 2014-09-05 12:26:58 -07:00
PhabricatorConfigIssueViewController.php Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
PhabricatorConfigListController.php Use ObjectBoxView for Config pages 2014-06-27 08:28:33 -07:00
PhabricatorConfigWelcomeController.php Rename PhabricatorApplication subclasses 2014-07-23 10:03:09 +10:00