-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/revamp model endpoints (#2035)
* Moved model versions to their own root route * Fix the delete endpoint * Fixed smaller mistakes * Fixed for Client as well * Fixed lint errors * More linting * More linting * More tiny fixes * Update src/zenml/zen_server/routers/model_versions_endpoints.py Co-authored-by: Andrei Vishniakov <[email protected]> * More linting * Fixed tests and solved conflicts * Fixed linting * Fixed more tests * Further refactoring * Added raises section * Fix one failing test * Take "latest" stage into account * Reformatted * Standardize use of list response * Rewrote some tests * Add clien tests * Fixed spelling * Tested to work with e2e pipeline * Ugly fixes to get response models in the CLI * Auto-update of E2E template * Access ModelVersionResponseModels in Client again * Another small fix * Linted --------- Co-authored-by: Andrei Vishniakov <[email protected]> Co-authored-by: GitHub Actions <[email protected]>
- Loading branch information
1 parent
374ca2f
commit 7f1642c
Showing
16 changed files
with
785 additions
and
643 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
Oops, something went wrong.