Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-mysqlbackend
Commits
2e7857d4
Verified
Commit
2e7857d4
authored
2 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Fixed documentation problems.
parent
6e4c8d61
No related branches found
No related tags found
1 merge request
!16
MAINT: Rename caosdb -> linkahead
Pipeline
#36298
failed
2 years ago
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README_SETUP.md
+2
-1
2 additions, 1 deletion
README_SETUP.md
doc/conf.py
+1
-1
1 addition, 1 deletion
doc/conf.py
doc/index.rst
+1
-1
1 addition, 1 deletion
doc/index.rst
doc/table_structure.md
+4
-1
4 additions, 1 deletion
doc/table_structure.md
with
8 additions
and
4 deletions
README_SETUP.md
+
2
−
1
View file @
2e7857d4
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
## Create the configuration
## Create the configuration
*
Create an empty
`.config`
file. For the default values and the meaning of
*
Create an empty
`.config`
file. For the default values and the meaning of
these default values see
[
config.defaults
](
config.defaults
)
. For each
these default values see
[
config.defaults
](
https://gitlab.com/caosdb/caosdb-mysqlbackend/-/blob/main/config.defaults
)
.
For each
parameter that you want to change, add a corresponding line in your
`.config`
parameter that you want to change, add a corresponding line in your
`.config`
file. You probably want to change the passwords. As the passwords are stored
file. You probably want to change the passwords. As the passwords are stored
unencrypted in the
`.config`
file, make sure nobody else can read it.
unencrypted in the
`.config`
file, make sure nobody else can read it.
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
1
−
1
View file @
2e7857d4
...
@@ -69,7 +69,7 @@ master_doc = 'index'
...
@@ -69,7 +69,7 @@ master_doc = 'index'
#
#
# This is also used if you do content translation via gettext catalogs.
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
# Usually you set "language" from the command line for these cases.
language
=
None
language
=
"
en
"
# List of patterns, relative to source directory, that match files and
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# directories to ignore when looking for source files.
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
1
−
1
View file @
2e7857d4
Welcome to documentation of LinkAhead's MySQL Backend!
Welcome to documentation of LinkAhead's MySQL Backend!
===================================================
===================================================
===
.. toctree::
.. toctree::
:maxdepth: 2
:maxdepth: 2
...
...
This diff is collapsed.
Click to expand it.
doc/table_structure.md
+
4
−
1
View file @
2e7857d4
...
@@ -85,12 +85,15 @@ The type of properties is stored here. The columns are:
...
@@ -85,12 +85,15 @@ The type of properties is stored here. The columns are:
-
`hash`
:: Hash of the file contents, as binary.
**TODO**
Which algorithm?
-
`hash`
:: Hash of the file contents, as binary.
**TODO**
Which algorithm?
-
`checked_timestamp`
:: Timestamp when last checked?
-
`checked_timestamp`
:: Timestamp when last checked?
## `feature_config` ##
## feature_config ##
```
sql
+
-------------------+---------+
+
-------------------+---------+
|
_key
|
_value
|
|
_key
|
_value
|
+
-------------------+---------+
+
-------------------+---------+
|
ENTITY_VERSIONING
|
ENABLED
|
|
ENTITY_VERSIONING
|
ENABLED
|
+
-------------------+---------+
+
-------------------+---------+
```
A key-value store for features. Use the
`is_feature_config`
procedure to check for the status of
A key-value store for features. Use the
`is_feature_config`
procedure to check for the status of
specific features.
specific features.
...
...
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