Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.5 #357

Merged
merged 24 commits into from
Jan 5, 2024
Merged

Version 1.5 #357

merged 24 commits into from
Jan 5, 2024

Conversation

joente
Copy link
Member

@joente joente commented Jan 5, 2024

Description

Separate the collection Id from the root Id which enables the option for conflicting Id's between collection. With this change each collection can start with Id 1 for the root thing. This also allows for a single collection import and export which is created by this change as well.
Implement import function and update export(..) function to support a full collection dump.
This pr also includes a fix to adding values to a list with enumerator restriction and a fix with applying a relation to existing data.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Tests are created and advanced import and export functionality is tested as well.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • New and existing unit tests pass locally with my changes

@joente joente merged commit 1fe49e5 into main Jan 5, 2024
2 checks passed
@joente joente deleted the v15 branch March 18, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant