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

1166 commits

Author SHA1 Message Date
weidong
1be57f987e enhancement: optimize regular expressions 2022-12-26 11:42:14 +08:00
catborise
ad7781b545
Merge pull request #556 from Regan-He/master
The storage pool path should be allowed to contain '-' and '_'
2022-11-18 21:09:26 +03:00
herengui
fea1571e1a The storage pool path should be allowed to contain '-' and '_'
Signed-off-by: herengui <herengui@uniontech.com>
2022-11-15 17:19:03 +08:00
catborise
7db75784c6
Merge pull request #555 from catborise/master
code black format
2022-11-14 09:17:45 +03:00
catborise
012b3041e8
Merge pull request #554 from tolbkni/fix-issue-553
fix syntax error while import settings.py
2022-11-03 21:18:31 +03:00
Jamie Gao
fe7452fcc6 fix syntax error while import settings.py 2022-11-04 01:45:04 +08:00
catborise
e2a15d926c eliminate code repetition with class structure 2022-11-03 10:20:16 +03:00
catborise
a1eab70e2d reorg imports and black format 2022-11-02 16:05:41 +03:00
catborise
b43d7b0a8c
Merge pull request #552 from catborise/master
format black code style
2022-11-02 15:59:31 +03:00
catborise
fcd4b79431
Merge branch 'master' into master 2022-11-02 15:59:19 +03:00
catborise
af38e90f41 fix dhcp type interface error 2022-11-02 11:32:44 +03:00
catborise
217e106c8b format python code with black 2022-11-02 08:54:35 +03:00
catborise
ea409ca863 generate PNG for qr code for email compatibility. 2022-10-06 11:47:38 +03:00
catborise
51b12a8dec add email config template 2022-10-06 11:46:16 +03:00
catborise
773709ce57 update requirements 2022-10-06 11:45:52 +03:00
catborise
7b33f511cf
Merge pull request #542 from catborise/master
add description to snapshots. Stress out live snapshot risks
2022-09-26 11:03:05 +03:00
catborise
c9f1a7d7c5 add description to snapshots. Stress out live snapshot risks 2022-09-19 15:44:57 +03:00
catborise
2dc4048053
Merge pull request #538 from catborise/master
make cd-rom and input devices optional while instance creating
2022-09-08 09:07:50 +03:00
catborise
2ff188da45 fix add-cdrom error while creating 2022-09-08 08:15:54 +03:00
catborise
48a2ab4997
Merge pull request #537 from Info-IIG/develop
Fix DRBD command
2022-09-08 08:04:50 +03:00
catborise
481c110f01 make adding input devices optional. give bus control for input devices whie instance creating 2022-09-08 08:02:49 +03:00
catborise
5f5bd379af make adding cd-rom optional while vm creating. Add default value for cd-rom bus 2022-09-07 13:46:50 +03:00
Info-IIG
4569dd03f9 Fix DRBD command 2022-09-07 11:39:27 +02:00
catborise
ea6524f79e add more default machine type and instance type 2022-09-05 15:39:41 +03:00
catborise
c804b2cde8 fix identation 2022-09-05 15:38:00 +03:00
catborise
4abf62702a take over precedense sata to scsi 2022-09-05 15:37:23 +03:00
catborise
97acbd9843 fix typo error 2022-09-05 15:36:37 +03:00
catborise
31c575e852 call function with parameter names 2022-09-05 15:35:51 +03:00
catborise
5425519408 change firmware, graphic, video fields max lenght 2022-09-02 16:54:05 +03:00
catborise
6eb06280c5 add makemigrations command for missing model scripts 2022-08-29 14:55:00 +03:00
catborise
3b43081b9d
Merge pull request #530 from catborise/master
other fixes after rest-framework addition
2022-08-24 15:31:50 +03:00
catborise
66a9edfae1 fix Docker installation bugs 2022-08-24 15:16:08 +03:00
catborise
afffaa8589 fix linter warnings/error 2022-08-24 15:15:27 +03:00
catborise
aeee56fe45 add swagger-ui css/js files 2022-08-24 15:14:14 +03:00
catborise
46514d0897 add collect static command for rest/swagger ui 2022-08-24 10:29:29 +03:00
catborise
234638a85c add missing migrations for new models 2022-08-24 09:34:16 +03:00
catborise
f500d44492 Optimize snapshot capabilities to snap UEFI type machines. by @qrwitu 2022-08-23 15:24:00 +03:00
catborise
2910a3229a apply recommendation of code-review-doctor 2022-08-23 08:42:19 +03:00
catborise
6d3550bb24 console_listen_address not in the context, it's instance.console_listen_address. fixed by @wadefelix 2022-08-23 08:40:36 +03:00
catborise
2db7a4fa27
Merge pull request #528 from catborise/master
fix setting.py.template & decodestring convert
2022-08-22 16:22:32 +03:00
catborise
33a7e30fc5 convert decodestring -> decodebytes for python 3.10 compatibility 2022-08-22 16:14:22 +03:00
catborise
aebcbb63fd remove duplicate restframework module entry 2022-08-22 16:10:31 +03:00
catborise
a67a51eaed
Merge pull request #527 from catborise/master
Rest framework (#24)
2022-08-22 15:35:19 +03:00
catborise
1c84f241ad
Merge branch 'master' into master 2022-08-22 15:34:51 +03:00
catborise
cfce71ec2b
Rest framework (#24)
* Add rest framework for API: First Commit

* modify some shell scripts to make variable references safer; modify some python scripts to reduce the code complexity and cyclomatic complexity of functions.

* Add REST API for some webvirtcloud functions. Instance list/delete/create, compute list/delete/create, storages-network list/retrieve. Add swagger and redoc for API interface

* update requirements

Co-authored-by: herengui <herengui@uniontech.com>
2022-08-22 15:12:33 +03:00
catborise
76e3a8b823
Merge pull request #526 from Regan-He/master
Reduce code complexity
2022-08-22 08:21:38 +03:00
herengui
4d78917c35 modify some shell scripts to make variable references safer; modify some python scripts to reduce the code complexity and cyclomatic complexity of functions. 2022-08-22 09:57:07 +08:00
catborise
aaea1d9451
Merge pull request #522 from catborise/master
add socketio parameters
2022-07-21 15:41:53 +03:00
catborise
92254401dc add socketio parameters 2022-07-21 15:39:50 +03:00
catborise
d23896ddf6
Merge pull request #521 from catborise/master
remove css urls, add missing socketio requirements, fix cookie import…
2022-07-21 13:36:52 +03:00