support rebuilding the working set

This commit is contained in:
Dustin J. Mitchell
2020-01-19 15:55:15 -05:00
parent 12980da5fd
commit 61b2de132b
4 changed files with 157 additions and 5 deletions

View File

@@ -1,12 +1,13 @@
* assign types to properties in Replica
* move rebuild_working_set logic to replica.rs, also include states !=
completed / deleted
* [WIP] assign types to properties in Replica
- db / operation model is just k/v, but formatted names can be used for
structure:
- dependencies: `dependency.<uuid> = ""`
- annotations: `annotation.<epoch time> = "annotation"`
- tags: `tags.<tag> = ""`
* add HTTP API
* add pending-task indexing to Replica
* abstract server into trait
* add HTTP API
* fix TODO items in replica.rs
* implement snapshot requests
* implement backups