mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #342] [MERGED] Instances overhaul #511
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#511
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/342
Author: @Real-Gecko
Created: 7/13/2020
Status: ✅ Merged
Merged: 7/14/2020
Merged by: @retspen
Base:
master← Head:instances📝 Commits (1)
47009d4Instances overhaul📊 Changes
69 files changed (+4967 additions, -4083 deletions)
View changed files
📝
.github/workflows/linter.yml(+1 -1)📝
README.md(+17 -0)📝
accounts/models.py(+5 -0)📝
accounts/templates/account.html(+1 -1)📝
accounts/templates/accounts-list.html(+1 -1)📝
accounts/views.py(+5 -1)📝
computes/models.py(+41 -1)➕
computes/templates/computes/instances.html(+121 -0)📝
computes/tests.py(+6 -3)📝
computes/urls.py(+12 -11)➕
computes/utils.py(+13 -0)📝
computes/views.py(+25 -23)📝
conf/daemon/gstfsd(+4 -4)📝
console/views.py(+7 -5)➖
create/__init__.py(+0 -0)➖
create/migrations/0001_initial.py(+0 -24)➖
create/migrations/0003_auto_20200615_0637.py(+0 -33)➖
create/migrations/__init__.py(+0 -0)➖
create/models.py(+0 -12)➖
create/templates/create_flav_block.html(+0 -61)...and 49 more files
📄 Description
Reworked instances app, split views to follow concept of one view one task. Pay attention to
settings.py.template, it has some new things added that must be added tosettings.pyon already running servers.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.