mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #317] [MERGED] fixes and updates #497
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#497
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/317
Author: @catborise
Created: 6/4/2020
Status: ✅ Merged
Merged: 6/7/2020
Merged by: @retspen
Base:
master← Head:rets📝 Commits (10+)
d283e0eremove unused resize request from instance22cb8f7fix code conventions for pylinte911db8fix isinstance method calle72073ffix setting title/description function (xml -> lxml)966da06get host info from compute not instanced384c91stop getting status info before instance delete to prevent domain not found errorb48b112Update Ace XML Editor 1.4.10 - Move seperate dir0c72ccdadd localhost is up checking566a9d4add host status checking for statistic request11fcb6cshow socket error & check with is True📊 Changes
30 files changed (+336 additions, -223 deletions)
View changed files
📝
Dockerfile(+0 -1)📝
accounts/models.py(+2 -2)📝
computes/templates/overview.html(+22 -21)📝
computes/views.py(+30 -1)📝
console/views.py(+1 -1)📝
create/templates/create_instance_w1.html(+1 -1)📝
create/views.py(+10 -6)📝
datasource/urls.py(+1 -2)📝
datasource/views.py(+28 -13)📝
instances/templates/instance.html(+19 -13)📝
instances/views.py(+9 -44)📝
networks/templates/network.html(+1 -1)📝
nwfilters/templates/nwfilter.html(+1 -1)📝
nwfilters/templates/nwfilters.html(+1 -1)📝
nwfilters/views.py(+6 -4)➖
static/js/ace.js(+0 -16)➕
static/js/ace/ace.js(+17 -0)📝
static/js/ace/ext-textarea.js(+1 -0)📝
static/js/ace/mode-xml.js(+1 -0)➕
static/js/ace/worker-xml.js(+2 -0)...and 10 more files
📄 Description
hi @retspen,
i have some updates. But i will divide them multiple merge request.
For now only fixing and updates
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.