Skip to content
Snippets Groups Projects
Commit f2018e31 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'dev' into f-parents

parents 6e4714ae c6b13018
No related branches found
No related tags found
2 merge requests!160STY: styling,!130Overwrite parents
Pipeline #40901 passed
...@@ -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 ###
......
...@@ -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
......
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment