Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
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-cpplib
Commits
f6af9e0e
Verified
Commit
f6af9e0e
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
WIP: insert/delete - update proto submodule
parent
4de4cfc6
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!4
ENH: Allow insertion and deletion of single entities
Pipeline
#11143
passed
3 years ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-cppinttest
#11145
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
proto
+1
-1
1 addition, 1 deletion
proto
src/caosdb/configuration.cpp
+1
-0
1 addition, 0 deletions
src/caosdb/configuration.cpp
with
2 additions
and
1 deletion
proto
@
daf705ef
Compare
d7c971a3
...
daf705ef
Subproject commit d
7c971a329fcb4ead0b487aa1209b270c54ef541
Subproject commit d
af705ef4e86c30f96b3aac429a66667f50c7b77
This diff is collapsed.
Click to expand it.
src/caosdb/configuration.cpp
+
1
−
0
View file @
f6af9e0e
...
...
@@ -38,6 +38,7 @@
#include
<bits/exception.h>
// for exception
#include
<cassert>
// for assert
#include
<cstdlib>
// for getenv
#include
<cstring>
// for strcmp
#include
<grpcpp/security/credentials.h>
// for SslCredentials
#include
<iterator>
// for next
#include
<map>
// for map
...
...
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