1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 15:52:41 +01:00
phorge-phorge/src/applications/almanac/storage
epriestley 7d4b323da2 Store Almanac "service types" instead of "service classes"
Summary:
Ref T10449. Currently, we store classes (like "AlmanacClusterRepositoryServiceType") in the database.

Instead, store types (like "cluster.repository").

This is a small change, but types are a little more flexible (they let us freely reanme classes), a little cleaner (fewer magic strings in the codebase), and a little better for API usage (they're more human readable).

Make this minor usability change now, before we unprototype.

Also make services searchable by type.

Also remove old Almanac API endpoints.

Test Plan:
  - Ran migration, verified all data migrated properly.
  - Created, edited, rebound, and changed properties of services.
  - Searched for services by service type.
  - Reviewed available Conduit methods.

Reviewers: chad

Reviewed By: chad

Subscribers: yelirekim

Maniphest Tasks: T10449

Differential Revision: https://secure.phabricator.com/D15346
2016-02-26 06:21:50 -08:00
..
AlmanacBinding.php Allow Almanac bindings to be disabled and unused interfaces to be removed 2016-02-26 06:21:23 -08:00
AlmanacBindingTransaction.php Allow Almanac bindings to be disabled and unused interfaces to be removed 2016-02-26 06:21:23 -08:00
AlmanacDAO.php Implement storage of a host ID and a public key for authorizing Conduit between servers 2014-10-03 22:52:41 +10:00
AlmanacDevice.php Simplify locking of Almanac cluster services 2016-02-25 03:38:39 -08:00
AlmanacDeviceNameNgrams.php Allow Almanac devices to be queried and sorted by name 2016-02-21 10:44:46 -08:00
AlmanacDeviceTransaction.php Allow Almanac bindings to be disabled and unused interfaces to be removed 2016-02-26 06:21:23 -08:00
AlmanacInterface.php Allow Almanac bindings to be disabled and unused interfaces to be removed 2016-02-26 06:21:23 -08:00
AlmanacNamespace.php Allow Almanac properties to be deleted, use EditEngine instead of CustomField 2016-02-22 11:28:26 -08:00
AlmanacNamespaceNameNgrams.php Rough-in Almanac namespaces 2016-02-22 04:58:35 -08:00
AlmanacNamespaceTransaction.php Rough-in Almanac namespaces 2016-02-22 04:58:35 -08:00
AlmanacNetwork.php Allow Almanac namespaces to be searched by ngram index 2016-02-22 04:58:18 -08:00
AlmanacNetworkNameNgrams.php Allow Almanac namespaces to be searched by ngram index 2016-02-22 04:58:18 -08:00
AlmanacNetworkTransaction.php Use EditEngine for Almanac Services, Devices, and Networks 2016-02-22 11:28:38 -08:00
AlmanacProperty.php Store Almanac "service types" instead of "service classes" 2016-02-26 06:21:50 -08:00
AlmanacSchemaSpec.php Implement PhabricatorProjectInterface on Almanac Services and Devices 2014-11-05 15:30:00 -08:00
AlmanacService.php Store Almanac "service types" instead of "service classes" 2016-02-26 06:21:50 -08:00
AlmanacServiceNameNgrams.php Allow Almanac services to be searched by substring 2016-02-22 04:58:03 -08:00
AlmanacServiceTransaction.php Allow Almanac properties to be deleted, use EditEngine instead of CustomField 2016-02-22 11:28:26 -08:00
AlmanacTransaction.php Allow Almanac properties to be deleted, use EditEngine instead of CustomField 2016-02-22 11:28:26 -08:00