-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Target Platform Capabilities - Phase 2 (#1290)
* **Refactor Target Platform Capabilities - Phase 2** - Convert all schema classes to immutable dataclasses, replacing existing methods with equivalent dataclass methods (e.g., `replace`). - Ensure all schema classes are immutable to enhance reliability and maintain consistency. - Update target platform model versions to align with the new class structure. - Refactor tests to support and validate the updated class types and functionality. - Remove functionality from schema to schema_functions --------- Co-authored-by: liord <[email protected]>
- Loading branch information
1 parent
262db8a
commit dbc93b7
Showing
27 changed files
with
600 additions
and
590 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
Oops, something went wrong.