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:
parent
8bde496e74
commit
b6d6f5c650
5 changed files with 169 additions and 50 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue