mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[PR #316] [CLOSED] New additions & migrations & Fixes & upgrades #495
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#495
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/316
Author: @catborise
Created: 6/3/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
4477b68remove unused resize request from instance3fa1be6fix code conventions for pylint3ae13a5fix isinstance method callf2bef52fix setting title/description function (xml -> lxml)1dcbc87get host info from compute not instancef3b3610stop getting status info before instance delete to prevent domain not found errorc065530Update Ace XML Editor 1.4.10 - Move seperate dirdf6b58badd localhost is up checking70d4e28add host status checking for statistic request2dd9080show socket error & check with is True📊 Changes
328 files changed (+53501 additions, -7308 deletions)
View changed files
➕
.dockerignore(+25 -0)📝
.gitignore(+2 -0)📝
Dockerfile(+0 -1)📝
README.md(+19 -0)📝
accounts/__init__.py(+1 -0)➕
accounts/apps.py(+51 -0)➖
accounts/backends.py(+0 -13)📝
accounts/forms.py(+1 -1)➖
accounts/migrations/0002_addAdmin.py(+0 -21)➕
accounts/migrations/0002_auto_20200602_1004.py(+26 -0)➕
accounts/migrations/0002_permissionset.py(+24 -0)➕
accounts/migrations/0003_permissionset.py(+24 -0)📝
accounts/models.py(+50 -23)📝
accounts/templates/account.html(+24 -24)📝
accounts/templates/accounts-list.html(+37 -37)📝
accounts/templates/accounts.html(+135 -128)📝
accounts/templates/base_auth.html(+2 -2)📝
accounts/templates/create_user_block.html(+9 -9)📝
accounts/templates/create_user_inst_block.html(+8 -8)📝
accounts/templates/login.html(+8 -8)...and 80 more files
📄 Description
Hi retspen it is a big update:
and fix some problems...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.