Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
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-pylib
Commits
f63aa30f
Commit
f63aa30f
authored
2 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Update changelog
parent
2e7f0581
No related branches found
No related tags found
2 merge requests
!79
Release 0.10.0
,
!72
F fix merge entity conflicts
Pipeline
#29681
passed
2 years ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+15
-0
15 additions, 0 deletions
CHANGELOG.md
with
15 additions
and
0 deletions
CHANGELOG.md
+
15
−
0
View file @
f63aa30f
...
...
@@ -9,8 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
*
`apiutils.empty_diff`
function that returns
`True`
if the diffs of two
entities found with the
`compare_entitis`
function are empty,
`False`
otherwise.
### Changed ###
*
`apiutils.compare_entities`
now has an optional
`compare_referenced_records`
argument to compare referenced Entities recursively (fomerly, only the
referenced Python objects would be compared). The default is
`False`
to
recover the original behavior.
*
`apiutils.merge_entities`
now has an optional
`merge_references_with_empty_diffs`
argument that determines whether a merge
of two entities will be performed if they reference identical records (w.r.t
th above
`empty_diff`
function). Formerly this would have caused a merge
conflict if the referenced record(s) were identical, but stored in different
Python objects.
### Deprecated ###
### Removed ###
...
...
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