mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[PR #88] [MERGED] multiple enhancements and fixes #416
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#416
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/88
Author: @honza801
Created: 2/17/2016
Status: ✅ Merged
Merged: 3/9/2017
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
83ac067Merge branch 'patch-2'164c9a9order Compute objects by name8f2f95ecloning instance with lvm disk also clones the disk and sets the correct target in XML configuration04f3a76resize disk image option addedcd787c3Merge branch 'master' of github.com:honza801/webvirtcloud35369edFixed Checking KVM6dbd6e5pip installing packages need gcc and pkg-config on debian/ubuntudecd5abadd remoteuser auth middleware classesf8c08cbwsgi.py customized for use mod_wsgi with apache moduleae4fdceadded class MyRemoteUserBackend(RemoteUserBackend) giving all authenticated users superuser flag📊 Changes
48 files changed (+1186 additions, -195 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+7 -1)➕
accounts/backends.py(+7 -0)📝
accounts/forms.py(+2 -1)➕
accounts/migrations/0004_userattributes.py(+26 -0)➕
accounts/migrations/0005_userattributes_can_clone_instances.py(+19 -0)➕
accounts/migrations/0006_userattributes_max_disk_size.py(+19 -0)➕
accounts/migrations/0007_auto_20160426_0635.py(+34 -0)➕
accounts/migrations/0008_merge.py(+15 -0)📝
accounts/models.py(+11 -0)📝
accounts/templates/accounts.html(+43 -1)📝
accounts/templates/create_user_block.html(+2 -2)📝
accounts/views.py(+36 -15)📝
computes/forms.py(+2 -0)➕
computes/migrations/0002_compute_details.py(+18 -0)📝
computes/models.py(+1 -0)📝
computes/templates/computes.html(+5 -0)📝
computes/templates/create_comp_block.html(+9 -1)📝
computes/templates/overview.html(+2 -0)📝
computes/views.py(+10 -12)...and 28 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.