mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[PR #167] [MERGED] some fixing operations and minor additions #442
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#442
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/167
Author: @catborise
Created: 7/30/2018
Status: ✅ Merged
Merged: 8/14/2018
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
7862fa8variable typo fix7200a34fix if there is an exception int get_storage_images mac_auto and cache_mode does not work. So sequence change fixes that.73ce98bif there is some inactive storages, listing volumes causes exception then breaks.. checking activeness of storage pool fixes that4769c5cvolume filename extension converted to choosable with settings. And file extensions reorganized.b7150a1volume filename extensions reorganized.e7ecf29volume filename extensions reorganized.e387c3aHost gets list of all storages active/inactive. If there is some inactive storages it gives error. But it coulde be inactive. It is normal. Changing the behaviour of getting list of storages.5adeeadremove data-sort332de37Update settings.py.template41b80bclibxml2 artifact correction.📊 Changes
200 files changed (+35034 additions, -11166 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
README.md(+3 -4)➕
accounts/migrations/0014_auto_20180808_1436.py(+36 -0)➕
accounts/migrations/0015_auto_20180808_1449.py(+22 -0)📝
accounts/models.py(+8 -8)📝
accounts/templates/account.html(+1 -1)📝
accounts/templates/accounts-list.html(+1 -1)📝
accounts/templates/accounts.html(+1 -1)📝
accounts/templates/login.html(+1 -1)📝
computes/forms.py(+4 -0)📝
computes/models.py(+1 -1)📝
computes/templates/computes.html(+87 -61)📝
computes/templates/create_comp_block.html(+19 -1)📝
computes/views.py(+7 -4)📝
console/novncd(+4 -4)📝
console/templates/console-base.html(+1 -1)➕
console/templates/console-spice-full.html(+242 -0)➕
console/templates/console-spice-lite.html(+262 -0)➖
console/templates/console-spice.html(+0 -194)➕
console/templates/console-vnc-full.html(+323 -0)...and 80 more files
📄 Description
Hi retspen,
after lxml change there were some artifacts have to be cleaned. it is done.
honza wants to keep old style intances pages. it is done with settings variable.
honza solve some clone problems for non admin users.
vm names longer than 20 characters gives error. it is solved by increasing 120 characters.
thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.