-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Flowchart models from dataclass to pydantic base models (#1565)
* create pydantic flowchart classes Signed-off-by: ravi-kumar-pilla <[email protected]> * fixing pydantic class conversions Signed-off-by: ravi-kumar-pilla <[email protected]> * minor modifications and code comments Signed-off-by: ravi-kumar-pilla <[email protected]> * fix pytests for flowchart and managers Signed-off-by: ravi-kumar-pilla <[email protected]> * fix pytests Signed-off-by: ravi-kumar-pilla <[email protected]> * fix lint errors and pytests Signed-off-by: ravi-kumar-pilla <[email protected]> * fix lint issues and merge main Signed-off-by: ravi-kumar-pilla <[email protected]> * fix initialization issues and lint issues Signed-off-by: ravi-kumar-pilla <[email protected]> * fix push issue Signed-off-by: ravi-kumar-pilla <[email protected]> * revert class method to static method Signed-off-by: ravi-kumar-pilla <[email protected]> * update method comments Signed-off-by: ravi-kumar-pilla <[email protected]> * revert back method shuffles for better PR reviews Signed-off-by: ravi-kumar-pilla <[email protected]> * addressing PR comments Signed-off-by: ravi-kumar-pilla <[email protected]> * not-working version of pydantic shift Signed-off-by: ravi-kumar-pilla <[email protected]> * non-working p2 Signed-off-by: ravi-kumar-pilla <[email protected]> * not-working v3 Signed-off-by: ravi-kumar-pilla <[email protected]> * modify metadata classes and update pytests Signed-off-by: ravi-kumar-pilla <[email protected]> * fix all pytests Signed-off-by: ravi-kumar-pilla <[email protected]> * fix pytest for coverage Signed-off-by: ravi-kumar-pilla <[email protected]> * address PR comments1 Signed-off-by: ravi-kumar-pilla <[email protected]> * fix lint issues Signed-off-by: ravi-kumar-pilla <[email protected]> * add hash for pylint Signed-off-by: ravi-kumar-pilla <[email protected]> * fix lint errors Signed-off-by: ravi-kumar-pilla <[email protected]> * fix lint errors Signed-off-by: ravi-kumar-pilla <[email protected]> * create base class for tag and registered pipeline Signed-off-by: ravi-kumar-pilla <[email protected]> * add release note Signed-off-by: ravi-kumar-pilla <[email protected]> --------- Signed-off-by: ravi-kumar-pilla <[email protected]> Co-authored-by: Tynan DeBold <[email protected]>
- Loading branch information
1 parent
a38770b
commit 2eb9c0a
Showing
15 changed files
with
755 additions
and
405 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
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.