WIP: re-arranging the RepositoryEntry representation

Added branches to the randomized test to check the git branch
Added the remaining database integrations in collab

Co-authored-by: Max <max@zed.dev>
Co-authored-by: Petros <petros@zed.dev>
This commit is contained in:
Mikayla Maki 2023-05-05 11:10:06 -07:00
parent 8bde496e74
commit b6d6f5c650
No known key found for this signature in database
5 changed files with 169 additions and 50 deletions

View file

@ -982,10 +982,9 @@ message Entry {
}
message RepositoryEntry {
uint64 dot_git_entry_id = 1;
uint64 scan_id = 2;
string work_directory = 4;
optional string branch = 5;
uint64 scan_id = 1;
uint64 work_directory_id = 2;
optional string branch = 3;
}
message BufferState {