-
Notifications
You must be signed in to change notification settings - Fork 2
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 3.0: Sqlite #347
Merged
Merged
Version 3.0: Sqlite #347
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debug internal link to data
lots of work on form and sqlite
- Moved some of the common models and adapter out of dataverse to pasta_eln/database folder.
…rse-module-to-use-sqlite-backend
…use-sqlite-backend feat(dataverse): adapt data-verse module for new sqlite database
…erarchy-to-use-sqlite-backend
…doing operations related to the data hierarchy types. - Moved all the database models out of dataverse to a common location (pasta_eln/database folder). Added respective ORM models (data_hierarchy_definition_orm_model.py & data_hierarchy_definition_model.py) for the data hierarchy tool. - Added a data_hierarchy_document_adapter.py which helps in back and forth conversion of data hierarchy document. - Adapted and added tests and fixed the failing ones too. - Other minor refactorings.
- Added missing tests.
…erarchy-to-use-sqlite-backend
…een displayed. - Adapted the tests too.
…-sqlite-backend refactor(data_hierarchy): adapt datahierarchy tool to use sqlite backend
@SteffenBrinckmann Do you need me to review this item? |
No, I will clean and tidy everything and then yolo the branch into main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Migrate the backend from CouchDB to SQLite, introducing a new database schema and command-line tools for data management. Enhance the GUI with new features and themes, and update the build and CI systems to support the new architecture. Improve documentation and testing to ensure a smooth transition and robust functionality.
New Features:
Bug Fixes:
Enhancements:
Build:
CI:
Deployment:
Documentation:
Tests:
Chores: