Julien Duponchelle
|
211f48d981
|
Catch error when something that is not the GNS3 server answer to virtualbox requests
Fix #1155
|
2017-08-03 16:31:28 +02:00 |
|
Julien Duponchelle
|
93adef91d8
|
Merge branch '2.0' into 2.1
|
2017-05-31 16:58:31 +02:00 |
|
Julien Duponchelle
|
d765d02f06
|
Fix error in logging of error during starting GNS3 VM
|
2017-05-23 13:39:41 +02:00 |
|
Julien Duponchelle
|
59488e8064
|
Fix tests on python 3.4 (#1046)
|
2017-05-23 12:15:04 +02:00 |
|
Julien Duponchelle
|
a4245fcf44
|
Aiohttp 2.0
Ref #1000
|
2017-05-17 18:42:17 +02:00 |
|
Julien Duponchelle
|
e870b0cfa0
|
Catch VMWare errors when getting status after GNS3 VM start
Fix #1008
|
2017-05-09 19:16:47 +02:00 |
|
Julien Duponchelle
|
7ba351c888
|
Catch timeout error when loading virtualbox VM
Fix #999
|
2017-05-03 17:44:55 +02:00 |
|
Julien Duponchelle
|
03a134af75
|
Catch an error at startup when the remote GNS3 VM is not a real GNS3 VM
|
2017-04-07 15:34:18 +02:00 |
|
Julien Duponchelle
|
da8811515d
|
Remove noise from log when VMware is not installed
|
2017-02-28 11:42:07 +01:00 |
|
Julien Duponchelle
|
8fd59c7967
|
If the GNS3 VM as failed to start reset his status
|
2017-02-27 12:03:26 +01:00 |
|
Julien Duponchelle
|
5bfa864f0c
|
Increase timeout for detecting VirtualBox GNS3 VM
|
2017-02-23 16:19:20 +01:00 |
|
Julien Duponchelle
|
0d96471f29
|
Fix headless startup of the GNS3 VM
|
2017-02-23 15:35:30 +01:00 |
|
Julien Duponchelle
|
b9bd6aa501
|
Do not try to start the GNS3 VM if the name is none
Fix #881
|
2017-01-27 10:41:39 +01:00 |
|
Julien Duponchelle
|
3c0bdd12b5
|
Do not raise an error if no VM is selected for remote GNS3 VM
|
2017-01-18 09:49:59 +01:00 |
|
Julien Duponchelle
|
69d8ed5636
|
Catch Timeout error from VirtualBox GNS3 VM
Fix #864
|
2017-01-11 15:49:36 +01:00 |
|
Julien Duponchelle
|
e53db1ed81
|
Replace JSONDecodeError by ValueError (Python 3.4 compatibility)
Fix #847
|
2016-12-21 09:45:24 +01:00 |
|
Julien Duponchelle
|
e3b1eee85b
|
Improve autostart logging
|
2016-12-01 09:24:52 +01:00 |
|
Julien Duponchelle
|
5efc5684ba
|
Fix warning when vmware is not installed
|
2016-11-28 20:28:19 +01:00 |
|
Julien Duponchelle
|
d2564cee9b
|
Add more debug informations if VM failed to start
Fix #754
|
2016-11-18 16:19:58 +01:00 |
|
Julien Duponchelle
|
89bbe0ef1b
|
Fix stack when looking for GNS3 VM with player installed
Fix #778
|
2016-11-15 18:17:34 +01:00 |
|
Julien Duponchelle
|
1bb760d3f0
|
Make logs for searching GNS3 VM vmware IP less noisy
Fix #765
|
2016-11-11 11:41:16 +01:00 |
|
Julien Duponchelle
|
f968f6616f
|
Fix NameError: name 'available_ram' is not define
Fix #767
|
2016-11-11 10:25:37 +01:00 |
|
Julien Duponchelle
|
0cfdde7b7e
|
Fix random password lost of remote GNS3VM
|
2016-10-27 16:50:00 +02:00 |
|
Julien Duponchelle
|
620de3ff25
|
Move code for exposing VM ip to the VM itself. And display VM starting status
Fix #1621
|
2016-10-26 18:32:01 +02:00 |
|
Julien Duponchelle
|
9e861a7340
|
Try a different method in order to retrieve IP from VMware
Ref https://github.com/GNS3/gns3-gui/issues/1589
|
2016-10-25 18:44:40 +02:00 |
|
Julien Duponchelle
|
59dcdcc141
|
When exporting debug information export GNS3 VM vmx content
Fix #740
|
2016-10-25 11:56:24 +02:00 |
|
Julien Duponchelle
|
8299ce800d
|
Stop raising error if VMware has not enough ram. Not working on some system
Fix #713
|
2016-10-04 10:15:33 +02:00 |
|
Julien Duponchelle
|
4cd164fc24
|
Better management of the GNS3 VM with VirtualBox
|
2016-09-21 17:01:50 +02:00 |
|
Julien Duponchelle
|
896d279ded
|
Support configuration of ram and vcpus of GNS3 VM in setup wizard
Ref #1445
|
2016-09-21 15:46:56 +02:00 |
|
Julien Duponchelle
|
83b72d762c
|
Download link for the VM
Ref https://github.com/GNS3/gns3-gui/issues/1489
|
2016-09-08 16:00:32 +02:00 |
|
Julien Duponchelle
|
1412462229
|
Suspend the GNS3 VM
Fix #656
|
2016-09-08 15:32:35 +02:00 |
|
Julien Duponchelle
|
bc5b5969eb
|
Import GNS3VM settings from 1.5
Fix #643
|
2016-09-06 13:06:20 +02:00 |
|
Julien Duponchelle
|
4bbd8938ab
|
Manage error when GNS3VM failed to start
Fix https://github.com/GNS3/gns3-gui/issues/1446
|
2016-09-01 15:36:41 +02:00 |
|
Julien Duponchelle
|
5fdd33fe3b
|
Repair VirtualBox VM support
Fix #650
|
2016-08-30 16:39:03 +02:00 |
|
Julien Duponchelle
|
3bff094238
|
Remote GNS3 VM support
Fix #623
|
2016-08-30 10:19:01 +02:00 |
|
Julien Duponchelle
|
bbc1505274
|
Return what is supported by a compute node
Ref https://github.com/GNS3/gns3-gui/issues/1448
|
2016-08-29 15:53:10 +02:00 |
|
Julien Duponchelle
|
72fe5d3489
|
Merge branch 'master' into 2.0
|
2016-08-29 14:08:23 +02:00 |
|
Julien Duponchelle
|
b7bf97039c
|
Avoid dead lock if you can not close the GNS3VM at exit
|
2016-08-29 13:53:53 +02:00 |
|
Julien Duponchelle
|
8352ff02a1
|
When you change settings of the GNS3 VM the VM is reloaded and project using it closed
Fix #644
|
2016-08-26 14:09:18 +02:00 |
|
Julien Duponchelle
|
9255dc07b7
|
Support auto stop for the GNS3 VM
Ref https://github.com/GNS3/gns3-gui/issues/1254
|
2016-08-25 14:26:01 +02:00 |
|
Julien Duponchelle
|
fc8b4c3216
|
Start GNS3 VM with the controller
Ref https://github.com/GNS3/gns3-gui/issues/1254
|
2016-08-25 11:49:06 +02:00 |
|
Julien Duponchelle
|
21b99ad9f9
|
Support for sendings settings for the GNS3VM from the GUI
Ref https://github.com/GNS3/gns3-gui/issues/1441
|
2016-08-25 09:32:06 +02:00 |
|