Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-proto
Commits
73f857d1
Verified
Commit
73f857d1
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
WIP: consolidation
parent
5db3aad9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
F consolidation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buf.yaml
+0
-1
0 additions, 1 deletion
buf.yaml
proto/caosdb/entity/v1alpha1/main.proto
+2
-21
2 additions, 21 deletions
proto/caosdb/entity/v1alpha1/main.proto
with
2 additions
and
22 deletions
buf.yaml
+
0
−
1
View file @
73f857d1
...
...
@@ -8,7 +8,6 @@ lint:
-
DEFAULT
-
COMMENTS
-
OTHER
-
UNARY_RPC
except
:
ignore
:
breaking
:
...
...
This diff is collapsed.
Click to expand it.
proto/caosdb/entity/v1alpha1/main.proto
+
2
−
21
View file @
73f857d1
...
...
@@ -552,6 +552,8 @@ message EntityResponse {
message
IdResponse
{
// The entity id.
string
id
=
1
;
// The entity version.
Version
version
=
5
;
// Errors for this entity which occurred during the current transaction. The
// presence of errors indicates that a transaction was not successful and the
// errors describe why this is the case.
...
...
@@ -742,27 +744,6 @@ message MultiTransactionResponse {
repeated
Message
transaction_infos
=
4
;
}
// Wraps multiple sub-transaction requests of mixed types.
message
MultiTransactionRequest
{
// The actual payload.
repeated
TransactionRequest
requests
=
1
;
}
// A response containing only the id (of a deleted, inserted, or updated
// entity) and the usual trias of entity messages.
message
IdResponse
{
// The entity id.
string
id
=
1
;
// The entity version.
Version
version
=
5
;
// Entity errors.
repeated
Message
entity_errors
=
2
;
// Entity warnings.
repeated
Message
entity_warnings
=
3
;
// Entity info messages.
repeated
Message
entity_infos
=
4
;
}
// Entity Transaction Service
service
EntityTransactionService
{
// Issue multiple mixed requests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment