Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-06 | just serve: make tc write strategy configurable | Klaus Aehlig | |
2023-11-15 | just-serve: Extend client and API for services Target and Configuration | Paul Cristian Sarbu | |
Co-authored-by: Alberto Sartori <alberto.sartori@huawei.com> | |||
2023-11-02 | remote serve: Extend client and API with tree-of-archive service calls | Paul Cristian Sarbu | |
2023-11-02 | just serve: Fix inconsistencies | Paul Cristian Sarbu | |
- add missing serve_api TARGETS file - rename service client to align with server naming scheme - fix inconsistencies in comments between implementation and protocol | |||
2023-09-22 | RemoteServeConfig: Remove problematic inheritance | Paul Cristian Sarbu | |
This was causing the remote serve address to overwrite the one set for remote execution. Also, to keep things clean, some common remote server-related methods and definitions were moved into their own library. | |||
2023-09-13 | just serve: Implement basic API handling service requests | Paul Cristian Sarbu | |
2023-09-13 | just serve: Implement initial serve client | Paul Cristian Sarbu | |
...able to request the tree of a commit known to the remote. | |||
2023-09-13 | just serve: Basic service implementation with commit-of-tree RPC | Paul Cristian Sarbu | |
Initial version, to be extended later with other RPCs. |