[PR #342] [MERGED] Instances overhaul #511

Closed
opened 2026-02-27 15:58:59 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: instances


📝 Commits (1)

📊 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 to settings.py on already running servers.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/342 **Author:** [@Real-Gecko](https://github.com/Real-Gecko) **Created:** 7/13/2020 **Status:** ✅ Merged **Merged:** 7/14/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `instances` --- ### 📝 Commits (1) - [`47009d4`](https://github.com/retspen/webvirtcloud/commit/47009d47cabf9e70be23a0d6f96266c96a948590) Instances overhaul ### 📊 Changes **69 files changed** (+4967 additions, -4083 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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 to `settings.py` on already running servers. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#511
No description provided.