1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 17:02:41 +01:00
phorge-phorge/src/applications/almanac/storage
epriestley 2ac987714b Add almanac.queryservices Conduit API method
Summary:
Ref T5833. Just building one query for now which returns the whole binding + interface + network + device tree. Maybe this will get split up in the future.

This will allow web hosts to call the central Almanac and pull instance configuration, authenticating with SSH.

Test Plan: {F234443}

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: chad, epriestley

Maniphest Tasks: T5833

Differential Revision: https://secure.phabricator.com/D10862
2014-11-16 13:54:11 -08:00
..
AlmanacBinding.php Add almanac.queryservices Conduit API method 2014-11-16 13:54:11 -08:00
AlmanacBindingTransaction.php Add AlmanacBinding, to bind a service to an interface 2014-10-27 13:39:36 -07: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 Add almanac.queryservices Conduit API method 2014-11-16 13:54:11 -08:00
AlmanacDeviceTransaction.php Build AlmanacInterface 2014-10-17 05:04:24 -07:00
AlmanacInterface.php Add AlmanacBinding, to bind a service to an interface 2014-10-27 13:39:36 -07:00
AlmanacNetwork.php Minor, fix some missing column schema 2014-10-17 05:06:54 -07:00
AlmanacNetworkTransaction.php Build AlmanacNetwork 2014-10-17 05:04:02 -07:00
AlmanacProperty.php Give Almanac generic, custom-field-based properties 2014-11-05 15:27:16 -08:00
AlmanacSchemaSpec.php Implement PhabricatorProjectInterface on Almanac Services and Devices 2014-11-05 15:30:00 -08:00
AlmanacService.php Add almanac.queryservices Conduit API method 2014-11-16 13:54:11 -08:00
AlmanacServiceTransaction.php Build AlmanacService 2014-10-17 05:01:57 -07:00