mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #530] [MERGED] other fixes after rest-framework addition #607
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#607
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/530
Author: @catborise
Created: 8/24/2022
Status: ✅ Merged
Merged: 8/24/2022
Merged by: @catborise
Base:
master← Head:master📝 Commits (8)
6d3550bconsole_listen_address not in the context, it's instance.console_listen_address. fixed by @wadefelix2910a32apply recommendation of code-review-doctorf500d44Optimize snapshot capabilities to snap UEFI type machines. by @qrwitu234638aadd missing migrations for new models46514d0add collect static command for rest/swagger uiaeee56fadd swagger-ui css/js filesafffaa8fix linter warnings/error66a9edffix 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.