mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #244] [MERGED] Dockerfile and Requirement Updates #471
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#471
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/244
Author: @catborise
Created: 6/20/2019
Status: ✅ Merged
Merged: 6/24/2019
Merged by: @retspen
Base:
master← Head:master📝 Commits (5)
0056541Update base ubuntu image 0.9.17 -> 0.110549323Update requirements: django 1.11.20 -> 1.11.211db6bb4Update requirements: pyflakes 2.0.0 -> 2.1.1, pylint -> 1.9.461703b3Add live new/existing disk operation for instancee601c23noVNC Update 1.0.0 -> 1.1.0📊 Changes
56 files changed (+42542 additions, -44011 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
conf/requirements.txt(+2 -2)📝
console/templates/console-base.html(+1 -1)📝
console/templates/console-vnc-full.html(+8 -8)📝
create/templates/create_instance.html(+1 -3)📝
dev/requirements.txt(+2 -2)📝
instances/templates/add_instance_volume.html(+2 -10)📝
static/js/novnc/app/error-handler.js(+10 -8)➕
static/js/novnc/app/images/windows.svg(+85 -0)➕
static/js/novnc/app/locale/cs.json(+71 -0)➕
static/js/novnc/app/locale/ko.json(+70 -0)📝
static/js/novnc/app/locale/nl.json(+15 -10)➕
static/js/novnc/app/locale/ru.json(+73 -0)📝
static/js/novnc/app/locale/sv.json(+13 -8)➕
static/js/novnc/app/locale/zh_CN.json(+69 -0)📝
static/js/novnc/app/locale/zh_TW.json(+0 -0)📝
static/js/novnc/app/localization.js(+47 -45)📝
static/js/novnc/app/styles/base.css(+2 -3)📝
static/js/novnc/app/ui.js(+319 -316)📝
static/js/novnc/app/webutil.js(+106 -97)...and 36 more files
📄 Description
Hi retspen,
old ubuntu image causes error. Because it is 14.04(libvirt version 1.22), i update and test it to 18.04. There is no problem.
we may update it.
thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.