-
Notifications
You must be signed in to change notification settings - Fork 15
Add Interactive TUI Browser for OVHcloud Services #131
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
Merged
+6,213
−0
Conversation
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
amstuta
reviewed
Jan 30, 2026
b66ddd4 to
0271aea
Compare
Signed-off-by: Arthur Amstutz <arthur.amstutz@corp.ovh.com>
…nce actions Signed-off-by: Julien Tanguy <julien.tanguy@corp.ovh.com>
Signed-off-by: Julien Tanguy <julien.tanguy@corp.ovh.com>
Signed-off-by: Julien Tanguy <julien.tanguy@corp.ovh.com>
Signed-off-by: Julien Tanguy <julien.tanguy@corp.ovh.com>
Signed-off-by: Julien Tanguy <julien.tanguy@corp.ovh.com>
- Extract regions from images API instead of N+1 region detail calls - Fetch flavors on-demand per selected region - Cache and reuse images throughout wizard flow - Filter SSH keys by region via query parameter - Filter private networks by selected region - Sort regions alphabetically for consistent display - Clean up region display (name only, no datacenter/continent info) - Display instances immediately without waiting for images/floating IPs - Fetch image names and floating IPs in parallel background - Automatically enrich display when async data arrives - Preserve user cursor position during data updates - Capture and display API query string parameters - Query strings styled in golden color for visibility - Shows complete request details: method, URL, query, status, duration, request ID - Reduce region fetching from N+1 calls to 1 (extract from images response) - Query-level filtering for SSH keys instead of client-side filtering - Parallel image/floating IP fetching reduces perceived latency - Simplified private network display (removed subnet fetching/filtering) - internal/services/browser/api.go - internal/services/browser/manager.go - internal/http/debug.go Signed-off-by: Your Name <you@example.com>
Signed-off-by: Your Name <you@example.com>
0271aea to
addcf52
Compare
amstuta
approved these changes
Feb 2, 2026
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.
Add Interactive TUI Browser for OVHcloud Public cloud universe
Description
This PR introduces a new Terminal User Interface (TUI) command
ovhcloud browserthat provides an interactive, web-like interface for browsing and managing OVHcloud services directly in the terminal. This feature simulates the experience of navigating the OVHcloud Manager within a terminal environment.Features
Core Functionality
Supported Resources
Interactive Actions
Navigation Controls
UI Modes
Changes
New Files
internal/services/browser/api.go- API data fetching and managementinternal/services/browser/manager.go- TUI state management and renderinginternal/cmd/browser.go- CLI command definitioninternal/http/debug.go- Debug logging for API requestsdoc/ovhcloud_browser.md- User documentationKey Components
Technical Details
API Handling
Error Handling
Bug Fixes
Testing
make buildRelated Issues
Breaking Changes
None - this is a new feature
Migration Guide
No migration needed. New command available as
ovhcloud browserDocumentation
doc/ovhcloud_browser.mdChecklist
make build)