-
Notifications
You must be signed in to change notification settings - Fork 4
Removing v0 APIs #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing v0 APIs #149
Conversation
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Removed deprecated server listing endpoints from v0 API routes, keeping only the registry info and OpenAPI spec endpoints. Fixed race condition in OpenAPI YAML endpoint by caching the spec using sync.Once to prevent concurrent access issues during parallel test execution. Updated Swagger documentation to reflect the removal of unused schema types (ServerDetailResponse, ServerSummaryResponse, EnvVarDetail, ListServersResponse) that were previously duplicated. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #149 +/- ##
==========================================
- Coverage 65.14% 63.94% -1.21%
==========================================
Files 50 50
Lines 2677 2585 -92
==========================================
- Hits 1744 1653 -91
- Misses 807 809 +2
+ Partials 126 123 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dmjb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to see so much deleted code :)
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>

Last part of #76
@blkt If we aim to keep any of these, we probably need to update the API Design document