-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrote the core logic using Pydantic. - Tree nodes contain a Pydantic class instance in their 'data' attribute - Pydantic handles the model validation - Model is initialized in 'relaxed' mode so that we can support overlaying of instance nodes without the need to specify nodes completely - Added a lot more validations to the model regarding consistency of datatypes, units, allowed attributes etc - Rewrote include vspec logic and more - Rewrote instance expansion logic and more Signed-off-by: Sebastian Schleemilch <sebastian.schleemilch@bmw.de>
- Loading branch information
1 parent
6705152
commit 7b71f20
Showing
114 changed files
with
3,267 additions
and
4,350 deletions.
There are no files selected for viewing
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.