mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #270] [MERGED] New options for instance create & handle nvram & migrate options #485
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#485
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/270
Author: @catborise
Created: 12/19/2019
Status: ✅ Merged
Merged: 12/19/2019
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
3752ad5Hypervisor list rearrange view on Host overview, if it is more than 4b27d27dfix variable to show bus typesb91f1ccAdd UEFI Architecture Patterns3a925affix connection undefined error while getting volumes28b001eAdd capability to remove UEFI instances: Add option for NVRAM deletedd16a5bEnrich Instance Create operation: -add capability to create arm, ppc, i686, aarch64 instances, -add option to choose firmware, -add options to choose chipset. -add capability to choose volume driver options. -add new default settings8df71efUpdate django requirement 1.11.23 -> 1.11.26, update libvirt-api: 5.3 -> 5.10 and lxmla5e77efHow to update section change: remove creating virtual env command28ea64cFix column offset for small screensff96ce6Storage.py upper constant variable names. make mode and suffix variables a parameter📊 Changes
22 files changed (+1090 additions, -292 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
README.md(+5 -1)📝
computes/templates/overview.html(+17 -18)📝
computes/urls.py(+7 -4)📝
computes/views.py(+52 -4)📝
conf/requirements.txt(+3 -3)📝
create/forms.py(+5 -3)➕
create/templates/create_instance_w1.html(+151 -0)📝
create/templates/create_instance_w2.html(+190 -74)📝
create/views.py(+110 -34)📝
instances/templates/add_instance_volume.html(+1 -1)📝
instances/templates/allinstances.html(+3 -2)📝
instances/templates/instance.html(+29 -3)📝
instances/templates/instances.html(+2 -10)📝
instances/views.py(+42 -19)📝
storages/views.py(+1 -1)📝
vrtManager/connection.py(+233 -31)📝
vrtManager/create.py(+100 -52)📝
vrtManager/instance.py(+81 -23)📝
vrtManager/storage.py(+12 -7)...and 2 more files
📄 Description
hi retspen,
There are many additions, bug fix, and enchancements:
thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.