Get back to a compiling state for client

This temporarily disables some tests and there are still some server-side
compiler errors.
This commit is contained in:
Antonio Scandurra 2021-12-20 16:08:34 +01:00
parent c41b958829
commit 697e641e8e
3 changed files with 293 additions and 388 deletions

View file

@ -96,9 +96,8 @@ message LeaveProject {
message RegisterWorktree {
uint64 project_id = 1;
uint64 worktree_id = 2;
string root_name = 3;
repeated string authorized_logins = 4;
Worktree worktree = 2;
repeated string authorized_logins = 3;
}
message UnregisterWorktree {