Conversation
* Added new result type for component cache miss * Fixed typo * Renamed result type * Added SyntaxFailure * Added return type to support cache utilization (#1) * Added new result type for component cache miss * Fixed typo * Renamed result type * Initial API protobuf setup * Add api message types * Add CreateUser * Add delete user message type * Add initial api endpoints * Update-user endpoint and message * Move CreateUser to non-auth endpoints * Remove response type from CreateUser * Add refresh token to GetAuthTokenResponse * Refactor GetAuthTokenRequest to accept user_credentials or refresh_token * Remove token from message types * Remove token from UpdateUserRequest * added DeleteQuery service Co-authored-by: Thorbjørn Møller <thor1878@users.noreply.github.com> * Added create query rpc and message * Added query endpoint * added create query request * Added update access to protobuf * Edited input parameter for DeleteAccessRequest Co-authored-by: Thorbjørn Møller <thor1878@users.noreply.github.com> * added to wrong branch * Reordered rps'c * Refined request objects * Add DeleteModelRequest * Add CreateModel * changes names and setup ListAccessInfoResponse * namechange * get model protobufs * in_use model * Add UpdateModelRequest * ListModelInfo * Remove owner_id from create model req * name change * GetAccessList protobuf * Send query protobuffers * CreateAccessRequest now takes oneof email, uid and username * change ordering * correct casing * Add GetUsers rpc * Add DeleteSession endpoint and comments * Changed model to project in protobuffers * Rearranged (#14) * Added an endpoint endpoint to EcdarApiAuth * Added deprecation note --------- Co-authored-by: williamwoldum <wwoldu21@student.aau.dk> Co-authored-by: sabotack <sabotack.2001@gmail.com> Co-authored-by: William Woldum <41169797+williamwoldum@users.noreply.github.com> Co-authored-by: Ali Khorami <33497115+sabotack@users.noreply.github.com> Co-authored-by: Mads Risager <madssr2@gmail.com> Co-authored-by: Mads Risager <55142245+MadsSR@users.noreply.github.com> Co-authored-by: AlexanderManich <alexfredberg@gmail.com> Co-authored-by: AlexanderManich <93134350+AlexanderManich@users.noreply.github.com> Co-authored-by: Simon Bejer <simonbejer@h107.aau1x.klient.frb7de.site.aau.dk> Co-authored-by: Uewotm90 <61500734+Uewotm90@users.noreply.github.com> Co-authored-by: Thorbjørn Møller <thor1878@users.noreply.github.com> Co-authored-by: mikkelklitlund <mik.kkel@hotmail.com> Co-authored-by: Rasmus Hald Nielsen <Rasmus.hald.nielsen@outlook.dk> Co-authored-by: Viktor Platz <redviktor10@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added new result type for component cache miss
Fixed typo
Renamed result type
Added SyntaxFailure
Added return type to support cache utilization (Potential change to code generation strategy #1)
Added new result type for component cache miss
Fixed typo
Renamed result type
Initial API protobuf setup
Add api message types
Add CreateUser
Add delete user message type
Add initial api endpoints
Update-user endpoint and message
Move CreateUser to non-auth endpoints
Remove response type from CreateUser
Add refresh token to GetAuthTokenResponse
Refactor GetAuthTokenRequest to accept user_credentials or refresh_token
Remove token from message types
Remove token from UpdateUserRequest
added DeleteQuery service
Added create query rpc and message
Added query endpoint
added create query request
Added update access to protobuf
Edited input parameter for DeleteAccessRequest
added to wrong branch
Reordered rps'c
Refined request objects
Add DeleteModelRequest
Add CreateModel
changes names and setup ListAccessInfoResponse
namechange
get model protobufs
in_use model
Add UpdateModelRequest
ListModelInfo
Remove owner_id from create model req
name change
GetAccessList protobuf
Send query protobuffers
CreateAccessRequest now takes oneof email, uid and username
change ordering
correct casing
Add GetUsers rpc
Add DeleteSession endpoint and comments
Changed model to project in protobuffers
Rearranged (Add the full state to step response #14)
Added an endpoint endpoint to EcdarApiAuth
Added deprecation note