1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 20:14:15 +00:00
Commit graph

862 commits

Author SHA1 Message Date
catborise
d3de4bbc30 change statements python -> python3 2020-04-17 14:02:18 +03:00
catborise
f9b837841c update django 2.2.10 to 2.2.12 2020-04-06 14:14:17 +03:00
catborise
9926edf208 fix hostname for user quota connection 2020-04-06 14:13:10 +03:00
catborise
d5156303ee fix hostname for user instance list 2020-04-06 13:05:20 +03:00
catborise
4d40de1b55 Python3 & Django 2.2 Migration - Fix & Updates 2020-03-16 16:59:45 +03:00
Anatoliy Guskov
fd9465c769
Merge pull request #300 from catborise/master
some small fixes
2020-02-25 16:24:02 +02:00
catborise
fc8612c604 change os.environ set style which is new one. 2020-02-24 10:08:48 +03:00
catborise
450f633e79 fix computes url: remove redundant slash 2020-02-24 10:07:43 +03:00
Anatoliy Guskov
4ff77e31c1
Merge pull request #294 from retspen/dependabot/pip/conf/django-1.11.28
Bump django from 1.11.26 to 1.11.28 in /conf
2020-02-14 13:31:11 +02:00
dependabot[bot]
cf9530dabd
Bump django from 1.11.26 to 1.11.28 in /conf
Bumps [django](https://github.com/django/django) from 1.11.26 to 1.11.28.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/1.11.26...1.11.28)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-11 22:03:22 +00:00
Anatoliy Guskov
ff311a609c
Merge pull request #288 from catborise/master
various fixes and updates
2020-01-24 21:14:43 +02:00
catborise
1c9c717f67 fix indentation. fix imports and description. 2020-01-24 14:30:37 +03:00
catborise
a6f7618854 convert django.core.urlresolver to django.urls. fix i18n. fix identation 2020-01-24 10:09:46 +03:00
catborise
39b53dbfc7 correct except error 2020-01-24 10:07:45 +03:00
catborise
b768dbf59d update chart.bunjle.js to 2.9.3 2020-01-23 16:39:04 +03:00
catborise
562fe5c3dc Update spice-html5 2020-01-23 15:49:43 +03:00
catborise
34394c2b5e console layout rearranged. fix indentation. add translate tags 2020-01-23 15:45:41 +03:00
catborise
d95b5a4017 allinstances.html: fix identation. Remove redundant div blocks 2020-01-22 14:50:12 +03:00
catborise
57665c2ab9 add cdrom to instance errors fixed. make cdrom readonly, disable cache. 2020-01-22 14:48:48 +03:00
catborise
9198615076 guest agent status indicator changed 2020-01-21 15:39:16 +03:00
catborise
c79a635923 change compute name, hostaname, details char size. url.py typo fix 2020-01-21 15:26:35 +03:00
catborise
70032fc2e1 re organize instance overview. add snapshot indicator if there is... add bottom bar for navigation. 2020-01-20 15:47:14 +03:00
catborise
0c8a0523a8 show snapshot list while instance is running. User wanto to see list of running snapshot and delete it. 2020-01-17 16:14:28 +03:00
Anatoliy Guskov
d5fe941b2f
Merge pull request #284 from catborise/master
New additions, changes
2020-01-15 10:43:13 +02:00
catborise
59dcdacffc
Merge branch 'master' into master 2020-01-14 09:13:22 +03:00
catborise
6cebd2f70e add seperation between nics, show nic model 2020-01-13 16:18:19 +03:00
catborise
2a86384826 Show notification after resize operation 2020-01-13 16:14:21 +03:00
catborise
c37ae1dca7 fix layout to show correctly 'not connected' panels 2020-01-13 09:00:51 +03:00
Tomas Hlavacek
2058395081 Mark the unreachable computes properly
When a compute can not be connected (for whatever reason) mark it as
not connected in the template.

The generic check

  if compute.status

is not enough because the status variable can contain a string with a
connection error.
2020-01-13 08:37:48 +03:00
Anatoliy Guskov
6f23ce4644
Merge pull request #279 from tmshlvck/master
Mark the unreachable computes properly
2020-01-12 22:26:31 +02:00
catborise
c62e6ba3bc Add changing option of network model. Show model on instance network list 2020-01-10 17:55:42 +03:00
catborise
8b9fe4e887 rearrange instance network to show ipv4 and ipv6 address. Add capability to show all ip address not one of them. Add ipv4 address to instance summary 2020-01-10 15:28:09 +03:00
catborise
f2ba2b58b0 Add editing disk capability to instance. Add instance disk options like io, discard, detect zeroes. rewrite detach disk 2020-01-08 11:28:46 +03:00
catborise
c05729158a add close button for dialog 2020-01-08 11:25:55 +03:00
catborise
b3538ee87b add id for aria-label 2020-01-08 11:25:13 +03:00
catborise
30ed71e8ae add disk options choices 2020-01-08 11:24:22 +03:00
catborise
2b96089542 add disk options for instance. add keyboard input type. 2020-01-08 11:23:10 +03:00
catborise
0ef876c7a7 remove blank spaces 2020-01-08 08:53:50 +03:00
Tomas Hlavacek
9aee37ab60 Mark the unreachable computes properly
When a compute can not be connected (for whatever reason) mark it as
not connected in the template.

The generic check

  if compute.status

is not enough because the status variable can contain a string with a
connection error.
2020-01-01 23:28:07 +01:00
Anatoliy Guskov
3da734e804
Merge pull request #271 from catborise/master
Some improvements
2019-12-26 10:56:53 +02:00
catborise
38054d9882 for instances add guest agent indicator: installed, connected. 2019-12-25 14:36:43 +03:00
catborise
e87d7463fe check if host supports kvm, if it is, use kvm else qemu 2019-12-25 14:34:55 +03:00
catborise
9d58e56d16 add/remove guest agent channel function added 2019-12-24 17:19:11 +03:00
catborise
ecf31b0b5b adds link state option for instance networks. Enable/disable link while instance running 2019-12-24 14:54:04 +03:00
catborise
01f2290dd9 host ifaces configuration error prevents management of instance. It is isolated. 2019-12-24 09:23:49 +03:00
catborise
592112590c add ability to show interface's ip address with qemu agent. Add checking agent if installed or not 2019-12-23 15:48:11 +03:00
catborise
adfdad013c change cd-rom bus for q35 type machines; it is sata not ide 2019-12-20 16:43:14 +03:00
Anatoliy Guskov
fa852566aa
Merge pull request #270 from catborise/master
New options for instance create & handle nvram & migrate options
2019-12-19 17:35:22 +02:00
catborise
2fa5a98844 Add new options for migrate: Auto converge, postcopy and compress 2019-12-19 16:06:51 +03:00
catborise
c6cdb4929c Check firmware secure keyword with safe way to prevent key not exist 2019-12-19 16:06:06 +03:00