-
Notifications
You must be signed in to change notification settings - Fork 0
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
major: refactor #24
base: main
Are you sure you want to change the base?
major: refactor #24
Conversation
…per region, and add multiple regions.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Co-authored-by: codiumai-pr-agent-free[bot] <138128286+codiumai-pr-agent-free[bot]@users.noreply.github.com>
PR Type
Enhancement
Description
Major refactoring and enhancement of the VM management system:
Changes walkthrough 📝
main.py
Add multi-region support and improve error handling
app/main.py
schemas.py
Add new Pydantic models for VM operations
app/schemas/schemas.py
regions.py
Add region and instance type management
app/util/regions.py
virsh.py
Update VM listing with region support
app/util/virsh.py
Dockerfile
Optimize Dockerfile layer caching
Dockerfile
install-server.sh
Add server installation and configuration script
install-server.sh
devbox.json
Simplify development shell messages
devbox.json