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
4cac7040
Commit
4cac7040
authored
6 months ago
by
Joscha Schmiedt
Browse files
Options
Downloads
Patches
Plain Diff
Minor remaining renamings
parent
eece7174
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!61
Release 0.3.0
,
!55
Rename caosdb-cpplib to linkahead-cpplib
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
RELEASE_GUIDELINES.md
+1
-1
1 addition, 1 deletion
RELEASE_GUIDELINES.md
doc/Install_develop.rst
+2
-2
2 additions, 2 deletions
doc/Install_develop.rst
with
4 additions
and
4 deletions
.gitignore
+
1
−
1
View file @
4cac7040
# General
build/
include/lib
caosdb
Config.h
include/lib
linkahead
Config.h
.*
# CMake
...
...
This diff is collapsed.
Click to expand it.
RELEASE_GUIDELINES.md
+
1
−
1
View file @
4cac7040
...
...
@@ -25,7 +25,7 @@ guidelines of the LinkAhead Project
1.
In
[
CMakeLists.txt
](
./CMakeLists.txt
)
: Check the version variables and
make sure that the compatible caosdb-server version is set correctly.
2.
In
`conanfile.py`
: Update the
`version`
variable.
3.
In
`
caosdb
-cppinttest/conanfile.py`
: Update the version
3.
In
`
linkahead
-cppinttest/conanfile.py`
: Update the version
5.
Merge the release branch into the main branch.
...
...
This diff is collapsed.
Click to expand it.
doc/Install_develop.rst
+
2
−
2
View file @
4cac7040
...
...
@@ -183,14 +183,14 @@ Client Configuration
You can use a json file for the configuration of the client. See
``test/test_data/test_caosdb_client.json`` for an example. You may use
``
caosdb
-client-configuration-schema.json`` to validate your schema.
``
linkahead
-client-configuration-schema.json`` to validate your schema.
Typically, you will need to provide the path to your SSL certificate.
The client will load the configuration file from the first existing file
in the following locations (precedence from highest to lowest):
1. A file specified by the environment variable
``$
CAOSDB
_CLIENT_CONFIGURATION``.
``$
LINKAHEAD
_CLIENT_CONFIGURATION``.
2. ``$PWD/caosdb_client.json``
3. ``$PWD/caosdb-client.json``
4. ``$PWD/.caosdb_client.json``
...
...
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