feat(changes): add editor (#273)

* fix(changes): add editor to change mapper

* fix(eventstore): only add latest sequence if greater 0 to query

* sort order in request for changes

* fix(changes): map editor for org, app and project
This commit is contained in:
Silvan
2020-06-25 11:25:38 +02:00
committed by GitHub
parent 62b654ea18
commit d947bb1247
27 changed files with 13484 additions and 14053 deletions

View File

@@ -1361,6 +1361,7 @@ message ChangeRequest {
string sec_id = 2;
uint64 limit= 3;
uint64 sequence_offset = 4;
bool asc = 5;
}
message Changes {