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:
parent
c41b958829
commit
697e641e8e
3 changed files with 293 additions and 388 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue