1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-26 07:05:19 +00:00

Commit graph

  • 8bc316355d Reconfig to create nat routed network without subnet catborise 2019-11-07 16:49:40 +0300
  • 78ec7ac746 network: Add network pool mac info. dhcp->dhcp4 conversion. catborise 2019-11-07 14:07:57 +0300
  • 23e496cf0c
    Merge pull request #257 from catborise/master Anatoliy Guskov 2019-11-07 10:53:41 +0200
  • c5a96b7662 Add IPv6 support. catborise 2019-11-07 10:33:36 +0300
  • 0738ec7ec4 adds bridge slave list to details of interface catborise 2019-11-04 12:03:13 +0300
  • f3f4f0afe8 Fix typos. Code Inspection for pep8 conventions catborise 2019-10-30 11:05:50 +0300
  • 568ff92449 libvirt does not have the connection close reason contants anymore. pep8 conventions apply catborise 2019-10-30 11:05:00 +0300
  • 38ae62d093 define network with XML is related with network object. It is converted catborise 2019-10-30 11:02:38 +0300
  • a66ebba12b
    Merge pull request #256 from catborise/master Anatoliy Guskov 2019-10-28 22:39:55 +0200
  • c212a60bba Delete instance disk: detach and delete. Notification added if detach completed but not deleted catborise 2019-10-28 11:20:39 +0300
  • 537cefe90a Fix host bus and storages variables to get list of them catborise 2019-10-28 10:45:27 +0300
  • f1dbc6a199 fix key checking in dict which could be causes KeyError catborise 2019-10-28 10:40:33 +0300
  • 360f212583 update requirements, websockify: 0.8.0->0.9.0, django: 1.11.23->1.11.25 catborise 2019-10-28 09:40:01 +0300
  • 54a6408107 add i18n translate and correct typo catborise 2019-10-28 09:00:47 +0300
  • a59dcde688 errors_block: add i18n translate catborise 2019-10-28 08:58:24 +0300
  • f72d969c25 messages_block: add i18n translate catborise 2019-10-28 08:56:55 +0300
  • d46306bc8a travis.yml: update dependency and add missing modules catborise 2019-10-28 08:55:25 +0300
  • 97e39fa6b8 storage.html: show usage and size seperately. catborise 2019-10-25 16:03:27 +0300
  • fb26a002c2
    Merge pull request #255 from catborise/master Anatoliy Guskov 2019-10-24 14:08:28 +0300
  • a0324ac60e Capitalized iso suffixs not seen by cdrom. Make them case insensitive. catborise 2019-10-24 13:26:58 +0300
  • 1a8eb7c2c3 Bump django from 1.11.21 to 1.11.23 in /conf dependabot[bot] 2019-10-17 19:09:48 +0000
  • 7ffbedb44a
    Merge pull request #254 from retspen/dependabot/pip/conf/django-1.11.23 Anatoliy Guskov 2019-10-22 16:38:33 +0300
  • 509ef79edf
    Bump django from 1.11.21 to 1.11.23 in /conf dependabot[bot] 2019-10-17 19:09:48 +0000
  • 5166256e04
    Merge dd2706ef34 into 094f054063 karthik 2019-09-22 06:12:05 +0000
  • 1e2fbc8453 add redirection for instance_actions error catborise 2019-09-11 11:51:20 +0300
  • 0fdc2dae33 fix redirection for network connection error catborise 2019-09-11 11:12:33 +0300
  • caf00bd4f9 create/views.py: rearrange variable order catborise 2019-09-10 16:06:30 +0300
  • d22aed5ef7 Rearrange host resources variables and change variable names catborise 2019-09-10 16:05:23 +0300
  • 828a271789 pep8 style code corrections catborise 2019-09-10 09:48:31 +0300
  • fdbb6739c1 instances/view.py: Fix resize_disk and pep8 style corrections catborise 2019-09-10 09:45:49 +0300
  • 1e22547b1a IPy.py update to 1.0 catborise 2019-09-09 16:53:52 +0300
  • e47f97facf instance: seperate resize operations as cpu, mem and disk catborise 2019-08-27 17:18:33 +0300
  • dd2706ef34
    Merge pull request #3 from dropnas/migrate/to/python3 Gao Jiangmiao 2019-08-19 09:13:03 +0800
  • 7db8d91435 Fix on_delete of ForeignKey and OneToOneField for migrations Gao Jiangmiao 2019-08-19 09:12:19 +0800
  • 1b7d27da30
    Merge pull request #2 from dropnas/migrate/to/python3 Gao Jiangmiao 2019-08-19 08:59:38 +0800
  • 586ad30ad2 Update template of settings.py Gao Jiangmiao 2019-08-19 08:58:02 +0800
  • 1a9a140da6
    Merge pull request #1 from dropnas/migrate/to/python3 Gao Jiangmiao 2019-08-18 22:26:41 +0800
  • 5130871248 Rename webvirtcloud to webvirt Gao Jiangmiao 2019-08-16 13:24:26 +0800
  • 3488661dc9 Migrate to django 2.2.4 Gao Jiangmiao 2019-08-16 13:07:59 +0800
  • a4d74a09a6 Migrate source code to python 3.7 and refine code style Gao Jiangmiao 2019-08-16 12:59:37 +0800
  • 0e231a930d Delete unneed files. Gao Jiangmiao 2019-08-16 10:09:39 +0800
  • b18290794e Translate, indentation and typo fixes catborise 2019-07-31 11:03:48 +0300
  • f3b8b251b5 Instance actions rearranged to reflect disable vm actions on instances list catborise 2019-07-31 09:59:44 +0300
  • 094f054063
    Merge pull request #248 from catborise/master Anatoliy Guskov 2019-07-24 21:56:21 +0300
  • 15c42ee0f6 ace.js update to 1.4.5 catborise 2019-07-23 13:49:59 +0300
  • 7404a1212a Remove unnecessary comments catborise 2019-07-22 17:09:37 +0300
  • 1ded650463 Update Ubuntu Image, Add prod/dev config for vagrant up/vagrant up prod. catborise 2019-07-22 17:08:08 +0300
  • baf1e92774 Update django version to 1.11.21 catborise 2019-07-22 17:07:08 +0300
  • 6a47c48f68
    Merge pull request #247 from S-N-A/fix_long_instance_waiting Anatoliy Guskov 2019-07-22 12:11:22 +0300
  • a3e7a5472f Live network interface add remove capability is added. No need to shutdown to add/remove network interfaces catborise 2019-07-17 13:52:14 +0300
  • edd4887a2d Fix bug with err instead of True in connection_manager.host_is_up, which lead to freeze in panel if compute is down Ilya Trefilov 2019-07-03 17:49:22 +0300
  • ac3ec24332 Fix bug with err instead of True in connection_manager.host_is_up, which lead to freeze in panel if compute is down Ilya Trefilov 2019-07-03 17:49:22 +0300
  • 0ac126ee0d
    Merge pull request #244 from catborise/master Anatoliy Guskov 2019-06-24 19:59:12 +0300
  • e601c23b4a noVNC Update 1.0.0 -> 1.1.0 catborise 2019-06-24 14:26:25 +0300
  • 61703b3faf Add live new/existing disk operation for instance catborise 2019-06-21 11:29:41 +0300
  • 1db6bb4cce Update requirements: pyflakes 2.0.0 -> 2.1.1, pylint -> 1.9.4 catborise 2019-06-21 11:26:05 +0300
  • 0549323aca Update requirements: django 1.11.20 -> 1.11.21 catborise 2019-06-21 11:25:21 +0300
  • 0056541c07 Update base ubuntu image 0.9.17 -> 0.11 catborise 2019-06-20 16:36:31 +0300
  • e05fa2354b
    Merge pull request #239 from catborise/master Anatoliy Guskov 2019-05-24 22:20:24 +0300
  • 181bd9d392 Update chartjs for instance statistics and add memory usage info for instances catborise 2019-05-21 09:12:28 +0300
  • 9ab198bd8c Update chartjs for node statistics catborise 2019-05-21 09:10:32 +0300
  • 455f239093 Add total memory info for memory usage and change var names catborise 2019-05-21 09:08:42 +0300
  • a0147818b9 Add mem usage function catborise 2019-05-21 09:07:01 +0300
  • 98edc599f2 Update Django requirement 1.11.17 to 1.11.20 catborise 2019-05-21 09:05:24 +0300
  • 3879a1bded Update Chartjs 1.1.1 to 2.8.0 catborise 2019-05-21 09:04:42 +0300
  • 7986784375 Update jQuery 3.3.1 -> 3.4.1 catborise 2019-05-21 09:03:47 +0300
  • 44fcb4b748
    Merge pull request #237 from catborise/master Anatoliy Guskov 2019-05-04 11:13:04 +0300
  • cb81505b05 Convert settings of VNC to Console catborise 2019-04-29 16:10:49 +0300
  • 30e1f0eb2d Remove .img extension label catborise 2019-04-29 14:11:20 +0300
  • 3a15b49796 Fix image clone/add logs catborise 2019-04-29 14:10:54 +0300
  • 6bc4e895b6 Add qcow2/qcow extension for vol clone. Make image features additions for only qcow2 images. catborise 2019-04-29 14:09:17 +0300
  • 52fbe95e30 staff users are allowed to change vnc settings of instances Ing. Jan Krcmar 2019-04-09 11:19:31 +0200
  • 311f1b793e add libguestfs-tools and epel-release for supervisor to centos catborise 2019-04-09 13:46:00 +0300
  • b3928d5026
    Merge pull request #234 from catborise/master Anatoliy Guskov 2019-04-09 09:48:44 +0300
  • 3cffa6e505 Fix disk clone xml for proper disk properties catborise 2019-04-04 16:04:34 +0300
  • 3ad520209f Rearrange tabs for non superusers catborise 2019-04-04 16:03:22 +0300
  • a457c262e1 wvmStorage.create_volume, wvmCreate.create_volume image naming respects image/volume format (qcow,qcow2) Ing. Jan Krcmar 2019-03-20 12:30:41 +0100
  • abd53175cc
    Update views.py lvhaidong 2019-04-02 13:42:57 +0800
  • ad373cff7b
    Merge pull request #231 from catborise/master Anatoliy Guskov 2019-03-28 09:45:28 +0200
  • 1bd2c558f2 Update: js.cookie.js 2.1.1 -> 2.2.0 catborise 2019-03-21 10:55:32 +0300
  • 6b571ffb22 Update: jQuery 1.12.4 -> 3.3.1 catborise 2019-03-20 16:19:10 +0300
  • c5776fc13b Update: Bootstrap 3.4.0 -> 3.4.1 catborise 2019-03-20 09:53:25 +0300
  • fffbc92151 Fix: for clone instance multiple disk name generating fixed catborise 2019-03-19 14:39:34 +0300
  • 5d1df70d41 Merge branch 'master' of https://github.com/catborise/webvirtcloud catborise 2019-03-18 17:19:35 +0300
  • e63aaa926e Fix: True/False value for Add new disk with metadata option catborise 2019-03-18 16:50:11 +0300
  • dbe38f31a6
    Update README.md catborise 2019-03-14 11:54:30 +0300
  • a9a2e1167b
    Merge pull request #224 from catborise/master Anatoliy Guskov 2019-02-22 22:01:11 +0200
  • 378066767e
    Remove Beta keywors catborise 2019-02-15 15:32:11 +0300
  • 4edbf24703
    Add Screenshot of Webvirtcloud catborise 2019-02-15 15:31:05 +0300
  • ca6b3bbca1 Move images to images directory catborise 2019-02-15 15:04:54 +0300
  • 7ece722fb1
    Add Images Folder catborise 2019-02-15 15:03:41 +0300
  • 03265d52dc
    Add screenshots catborise 2019-02-15 14:59:41 +0300
  • 3f32ae1adc
    Delete images catborise 2019-02-15 14:48:55 +0300
  • f7d732302a
    Create images catborise 2019-02-15 14:48:36 +0300
  • 1ade3a4042
    Create readme.md catborise 2019-02-15 14:48:07 +0300
  • 2dc83f39a2 Check media before adding new/existing volume catborise 2019-02-14 16:49:12 +0300
  • c483925ea4
    Merge pull request #223 from catborise/master Anatoliy Guskov 2019-02-12 20:09:32 +0200
  • ebf251ff5e Update bootstrap 3.3.7->3.4.0, update jquery 1.11.1->1.12.4 catborise 2019-02-11 11:08:36 +0300
  • 03370ac705 Fix css class name for prevention of multiselect(->multipleselect) catborise 2019-02-08 17:17:01 +0300
  • f76ce4d485 Multiple UUID check on instance database. Fix error for multiple uuid console error catborise 2019-02-07 11:09:56 +0300