implement tree view

This commit is contained in:
Gareth George
2023-11-25 17:27:28 -08:00
parent 463870eb5c
commit 4cd84223cf
9 changed files with 254 additions and 207 deletions
+1
View File
@@ -85,6 +85,7 @@ message GetOperationsRequest {
string repo_id = 1;
string plan_id = 2;
string snapshot_id = 4;
repeated int64 ids = 5;
int64 last_n = 3; // limit to the last n operations
}