Sync missing OpenAPI service groups#82
Merged
tamirse merged 11 commits intoverda-cloud:masterfrom Mar 20, 2026
Merged
Conversation
Co-authored-by: imagene-shahar <imagene-shahar@users.noreply.github.com>
Co-authored-by: imagene-shahar <imagene-shahar@users.noreply.github.com>
Co-authored-by: imagene-shahar <imagene-shahar@users.noreply.github.com>
Co-authored-by: imagene-shahar <imagene-shahar@users.noreply.github.com>
Co-authored-by: imagene-shahar <imagene-shahar@users.noreply.github.com>
Co-authored-by: imagene-shahar <imagene-shahar@users.noreply.github.com>
…ization-4b06 feat(api): sync missing OpenAPI service groups
tamirse
requested changes
Mar 20, 2026
tamirse
reviewed
Mar 20, 2026
Remove obsolete dynamic pricing fields from instance types. Move shared payload cleanup into verda.helpers, reuse the shared Currency alias, update client service docstrings, and add helper coverage requested during review. Co-authored-by: imagene-shahar <imagene-shahar@users.noreply.github.com>
…ization-4b06 fix(api): address instance type and helper review comments
Contributor
Author
|
@tamirse all comments are fixed. |
tamirse
reviewed
Mar 20, 2026
Drop the long-term service, docs, tests, and compatibility exports after review feedback that the endpoint is being deprecated. Co-authored-by: imagene-shahar <imagene-shahar@users.noreply.github.com>
…ization-4b06 fix(long-term): remove deprecated endpoint support
tamirse
approved these changes
Mar 20, 2026
This file contains hidden or 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
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
instance_typesto match the current OpenAPI schema and expose the deprecatedprice-historyendpoint as raw JSONVerdaClient, the compatibility layer, API docs, and unit testsCommit breakdown
feat(container-types): add OpenAPI container types servicefeat(cluster-types): add OpenAPI cluster types servicefeat(job-deployments): add OpenAPI serverless jobs servicefeat(instance-types): sync OpenAPI schema fieldschore(api): normalize shared import orderingTesting
python3 -m ruff check verda tests datacrunch_compatpython3 -m pytest tests/unit_tests