Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
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 Crawler
Commits
c6b13018
Commit
c6b13018
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: cl and how to upgrade
parent
b0abb362
No related branches found
No related tags found
1 merge request
!160
STY: styling
Pipeline
#40900
passed
1 year ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
src/caoscrawler/crawl.py
+1
-0
1 addition, 0 deletions
src/caoscrawler/crawl.py
src/doc/how-to-upgrade.md
+5
-0
5 additions, 0 deletions
src/doc/how-to-upgrade.md
with
10 additions
and
0 deletions
CHANGELOG.md
+
4
−
0
View file @
c6b13018
...
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
### Added ###
### Changed ###
### Changed ###
-
If the
`parents`
key is used in a cfood at a lower level for a Record that
already has a Parent (because it was explicitly given or the default Parent),
the old Parent(s) are now overwritten with the value belonging to the
`parents`
key.
### Deprecated ###
### Deprecated ###
...
...
This diff is collapsed.
Click to expand it.
src/caoscrawler/crawl.py
+
1
−
0
View file @
c6b13018
...
@@ -36,6 +36,7 @@ import importlib
...
@@ -36,6 +36,7 @@ import importlib
import
logging
import
logging
import
os
import
os
import
sys
import
sys
import
traceback
import
uuid
import
uuid
import
warnings
import
warnings
from
argparse
import
RawTextHelpFormatter
from
argparse
import
RawTextHelpFormatter
...
...
This diff is collapsed.
Click to expand it.
src/doc/how-to-upgrade.md
+
5
−
0
View file @
c6b13018
# How to upgrade
# How to upgrade
## 0.6.x to 0.7.0
If you added Parents to Records at multiple places in the CFood, you must now
do this at a single location because this key now overwrites previously set
parents.
## 0.5.x to 0.6.0
## 0.5.x to 0.6.0
[
#41
](
https://gitlab.com/caosdb/caosdb-crawler/-/issues/41
)
was fixed. This
[
#41
](
https://gitlab.com/caosdb/caosdb-crawler/-/issues/41
)
was fixed. This
means that you previously used the name of Entities as an identifying
means that you previously used the name of Entities as an identifying
...
...
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