Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt storage proposal to the new architecture (#1175)
This PR implements an HTTP/JSON API for managing the storage proposal and all the support methods needed by the corresponding web interface. This works as a proxy over the real API which is implemented in D-Bus. That comes with some problems (especially regarding performance) that will need to be fixed in the future. ## Testing - Existing unit tests adapted to the new API, except those related to signals (`onDeprecate` and `onIssuesChange`). - Tested manually ## References https://trello.com/c/HOkBiVHp/
- Loading branch information