[PR #530] [MERGED] other fixes after rest-framework addition #607

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/530
Author: @catborise
Created: 8/24/2022
Status: Merged
Merged: 8/24/2022
Merged by: @catborise

Base: masterHead: master


📝 Commits (8)

  • 6d3550b console_listen_address not in the context, it's instance.console_listen_address. fixed by @wadefelix
  • 2910a32 apply recommendation of code-review-doctor
  • f500d44 Optimize snapshot capabilities to snap UEFI type machines. by @qrwitu
  • 234638a add missing migrations for new models
  • 46514d0 add collect static command for rest/swagger ui
  • aeee56f add swagger-ui css/js files
  • afffaa8 fix linter warnings/error
  • 66a9edf fix Docker installation bugs

📊 Changes

83 files changed (+11918 additions, -54 deletions)

View changed files

📝 .travis.yml (+9 -7)
📝 Dockerfile (+2 -0)
📝 README.md (+5 -2)
📝 Vagrantfile (+2 -0)
📝 accounts/utils.py (+3 -4)
instances/migrations/0011_createinstance_migrateinstance.py (+59 -0)
📝 instances/models.py (+10 -10)
📝 instances/templates/allinstances_index_grouped.html (+2 -2)
📝 instances/templates/create_instance_w2.html (+4 -4)
📝 instances/templates/instance.html (+3 -3)
interfaces/migrations/0001_initial.py (+27 -0)
📝 networks/api/serializers.py (+0 -7)
networks/migrations/0001_initial.py (+27 -0)
static/drf-yasg/README (+18 -0)
static/drf-yasg/immutable.js (+4977 -0)
static/drf-yasg/immutable.min.js (+34 -0)
static/drf-yasg/insQ.js (+163 -0)
static/drf-yasg/insQ.min.js (+4 -0)
static/drf-yasg/redoc-init.js (+73 -0)
static/drf-yasg/redoc-old/LICENSE (+22 -0)

...and 63 more files

📄 Description

No description provided


🔄 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/530 **Author:** [@catborise](https://github.com/catborise) **Created:** 8/24/2022 **Status:** ✅ Merged **Merged:** 8/24/2022 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`6d3550b`](https://github.com/retspen/webvirtcloud/commit/6d3550bb249e0ab3432d1b0004308b7f7e7444e6) console_listen_address not in the context, it's instance.console_listen_address. fixed by @wadefelix - [`2910a32`](https://github.com/retspen/webvirtcloud/commit/2910a3229a153bfae0f6b7735d7e973e145e3829) apply recommendation of code-review-doctor - [`f500d44`](https://github.com/retspen/webvirtcloud/commit/f500d44492d07fceaee5ba793722cb71d29858a1) Optimize snapshot capabilities to snap UEFI type machines. by @qrwitu - [`234638a`](https://github.com/retspen/webvirtcloud/commit/234638a85c14c9d0dad9dc5f0df14cb492049c87) add missing migrations for new models - [`46514d0`](https://github.com/retspen/webvirtcloud/commit/46514d0897310e3d5121f2bc6f57149b6b2a8d4f) add collect static command for rest/swagger ui - [`aeee56f`](https://github.com/retspen/webvirtcloud/commit/aeee56fe45912f86723c1d57582278b250555ab7) add swagger-ui css/js files - [`afffaa8`](https://github.com/retspen/webvirtcloud/commit/afffaa858950bed0f66f05bb7c03dd78c88be015) fix linter warnings/error - [`66a9edf`](https://github.com/retspen/webvirtcloud/commit/66a9edfae1ae3586f89723d24e40cebd500cb7ad) fix Docker installation bugs ### 📊 Changes **83 files changed** (+11918 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+9 -7) 📝 `Dockerfile` (+2 -0) 📝 `README.md` (+5 -2) 📝 `Vagrantfile` (+2 -0) 📝 `accounts/utils.py` (+3 -4) ➕ `instances/migrations/0011_createinstance_migrateinstance.py` (+59 -0) 📝 `instances/models.py` (+10 -10) 📝 `instances/templates/allinstances_index_grouped.html` (+2 -2) 📝 `instances/templates/create_instance_w2.html` (+4 -4) 📝 `instances/templates/instance.html` (+3 -3) ➕ `interfaces/migrations/0001_initial.py` (+27 -0) 📝 `networks/api/serializers.py` (+0 -7) ➕ `networks/migrations/0001_initial.py` (+27 -0) ➕ `static/drf-yasg/README` (+18 -0) ➕ `static/drf-yasg/immutable.js` (+4977 -0) ➕ `static/drf-yasg/immutable.min.js` (+34 -0) ➕ `static/drf-yasg/insQ.js` (+163 -0) ➕ `static/drf-yasg/insQ.min.js` (+4 -0) ➕ `static/drf-yasg/redoc-init.js` (+73 -0) ➕ `static/drf-yasg/redoc-old/LICENSE` (+22 -0) _...and 63 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:20 +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#607
No description provided.