Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
3b0e40ae
Verified
Commit
3b0e40ae
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
WIP: insert delete
parent
7db4b169
No related branches found
No related tags found
2 merge requests
!44
Release 0.6
,
!43
Merge f-GRPC-main to dev
Pipeline
#10945
passed
3 years ago
Stage: info
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
caosdb-proto
+1
-1
1 addition, 1 deletion
caosdb-proto
src/main/java/org/caosdb/server/grpc/EntityTransactionServiceImpl.java
+1
-3
1 addition, 3 deletions
.../org/caosdb/server/grpc/EntityTransactionServiceImpl.java
with
2 additions
and
4 deletions
caosdb-proto
@
d7c971a3
Subproject commit
8febce70a96b3322d61a74e4567ade8b33f75369
Subproject commit
d7c971a329fcb4ead0b487aa1209b270c54ef541
This diff is collapsed.
Click to expand it.
src/main/java/org/caosdb/server/grpc/EntityTransactionServiceImpl.java
+
1
−
3
View file @
3b0e40ae
...
...
@@ -9,7 +9,6 @@ import org.apache.shiro.SecurityUtils;
import
org.caosdb.api.entity.v1alpha1.Entity
;
import
org.caosdb.api.entity.v1alpha1.Entity.Builder
;
import
org.caosdb.api.entity.v1alpha1.EntityTransactionServiceGrpc.EntityTransactionServiceImplBase
;
import
org.caosdb.api.entity.v1alpha1.FullEntityRequest
;
import
org.caosdb.api.entity.v1alpha1.IdResponse
;
import
org.caosdb.api.entity.v1alpha1.MessageCode
;
import
org.caosdb.api.entity.v1alpha1.MultiTransactionRequest
;
...
...
@@ -292,8 +291,7 @@ public class EntityTransactionServiceImpl extends EntityTransactionServiceImplBa
return
builder
.
build
();
}
private
IdResponse
insert
(
final
FullEntityRequest
insertRequest
)
throws
Exception
{
final
Entity
insertEntity
=
insertRequest
.
getEntity
();
private
IdResponse
insert
(
final
Entity
insertEntity
)
throws
Exception
{
final
org
.
caosdb
.
api
.
entity
.
v1alpha1
.
IdResponse
.
Builder
builder
=
IdResponse
.
newBuilder
();
final
WritableContainer
container
=
...
...
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