Jeremy Grossmann
|
633cdef0bc
|
Merge pull request #987 from GNS3/nat_vmware
NAT node can use the VMware NAT
|
2017-05-11 14:03:34 +08:00 |
|
Bernhard Ehlers
|
56d91b648c
|
Fix connection to websocket with last docker release
Fix https://github.com/GNS3/gns3-gui/issues/1994
Signed-off-by: Julien Duponchelle <julien@gns3.net>
|
2017-04-28 16:06:43 +02:00 |
|
Julien Duponchelle
|
b0f45035a9
|
NAT node can use the VMware NAT
On Windows and Mac OS this allow the NAT node to use the
VMware nat (it's always vmnet8). On Linux we still use the
libvirt NAT
|
2017-04-27 15:26:58 +02:00 |
|
Julien Duponchelle
|
273a711459
|
Merge branch '2.0' into 2.1
|
2017-04-26 17:22:14 +02:00 |
|
Julien Duponchelle
|
1a90305baa
|
Docker minimum api is 1.25
|
2017-04-24 18:43:12 +02:00 |
|
Julien Duponchelle
|
effbe59414
|
Lock docker API to 1.27
Fix https://github.com/GNS3/gns3-gui/issues/1994
|
2017-04-24 17:51:55 +02:00 |
|
Julien Duponchelle
|
8b9f22c30c
|
Handling server disconnect error when docker daemon die
Fix #985
|
2017-04-24 17:37:41 +02:00 |
|
Julien Duponchelle
|
7302f65ffe
|
Catch timeout error on docker
Fix #981
|
2017-04-18 11:44:20 +02:00 |
|
Julien Duponchelle
|
62cd5e4aa3
|
Fix ghost vmware vms
Fix #975
|
2017-04-11 15:05:31 +02:00 |
|
Julien Duponchelle
|
fdd1084714
|
Fix bridge 'bridge0' already exist when we have trouble with a container
Fix #973
|
2017-04-10 16:58:00 +02:00 |
|
grossmj
|
5edb631b00
|
Fixes Qemu sata option. Ref #875.
|
2017-04-07 17:25:14 +08:00 |
|
Julien Duponchelle
|
4f1b738ef5
|
Merge branch '2.0' into 2.1
|
2017-03-30 10:16:16 +02:00 |
|
Julien Duponchelle
|
935ca17d7a
|
Allow to change some properties of an already connected ethernet switch
Fix https://github.com/GNS3/gns3-gui/issues/1970
|
2017-03-29 13:22:24 +02:00 |
|
Julien Duponchelle
|
644616b69c
|
Ensure we start only one ubridge
Fix https://github.com/GNS3/gns3-gui/issues/1964
|
2017-03-28 16:27:09 +02:00 |
|
Julien Duponchelle
|
84da9b4c23
|
Remove unused module import
|
2017-03-28 14:51:55 +02:00 |
|
Julien Duponchelle
|
2564740665
|
Fix limit of 20 docker containers
Fix #963
|
2017-03-28 11:54:16 +02:00 |
|
Julien Duponchelle
|
42f409d5f9
|
Fix race conditions in creation of Frame Relay Switch
|
2017-03-28 11:25:26 +02:00 |
|
Julien Duponchelle
|
132bc87081
|
Dissallow parallel pull of docker images
Fix #962
|
2017-03-27 20:46:25 +02:00 |
|
Julien Duponchelle
|
80e361ff2e
|
Improve vmrun timeout message
Ref https://github.com/GNS3/gns3-gui/issues/1967
|
2017-03-27 09:00:58 +02:00 |
|
Julien Duponchelle
|
cb78eb4ee3
|
Fix Bug when delete fake-running VMBox
Fix https://github.com/GNS3/gns3-gui/issues/1933
|
2017-03-22 11:08:16 +01:00 |
|
Julien Duponchelle
|
34f5a6f82c
|
Fix Session is closed when listing docker images
Fix #955
|
2017-03-20 23:50:31 +01:00 |
|
Julien Duponchelle
|
78c154e376
|
Cleanup docker source code
|
2017-03-20 20:30:59 +01:00 |
|
Julien Duponchelle
|
a571b1a2f8
|
Use aiohttp session for docker queries
|
2017-03-20 19:46:50 +01:00 |
|
Julien Duponchelle
|
a62b791c68
|
Fix TypeError: http_query() got an unexpected keyword argument 'timeout'
Fix #947
|
2017-03-20 17:06:00 +01:00 |
|
Julien Duponchelle
|
c8b46bdcab
|
Fix return code check for SIGSEGV of IOU images
Fix #948
|
2017-03-20 09:46:07 +01:00 |
|
Julien Duponchelle
|
08bafc2dcc
|
Catch a timeout error in docker
Fix #936
|
2017-03-16 10:39:08 +01:00 |
|
Julien Duponchelle
|
9ef334331e
|
Fix crash when handling an error in project creation
Fix #928
|
2017-03-13 16:55:35 +01:00 |
|
Julien Duponchelle
|
6017ebbd97
|
Merge branch '2.0' into 2.1
|
2017-03-07 11:16:05 +01:00 |
|
Julien Duponchelle
|
8b7035b185
|
Enable show in file manager for cloud
Fix https://github.com/GNS3/gns3-gui/issues/1900
|
2017-03-06 14:25:53 +01:00 |
|
Julien Duponchelle
|
5e7f97b175
|
Fix when qemu exit by itself clean other processes
Fix https://github.com/GNS3/gns3-gui/issues/1898
|
2017-03-03 18:40:26 +01:00 |
|
Julien Duponchelle
|
1ab9ca2333
|
Merge branch '2.0' into 2.1
|
2017-02-28 14:25:38 +01:00 |
|
Julien Duponchelle
|
70e2b87ff0
|
Patch hostname in configuration file even if name is unsync
Ref https://github.com/GNS3/gns3-gui/issues/1889
|
2017-02-27 12:48:05 +01:00 |
|
Julien Duponchelle
|
2e0f012952
|
Improve ACPI shutdown for virtualbox
|
2017-02-24 13:58:03 +01:00 |
|
Julien Duponchelle
|
65b75a9212
|
Fix an issue with serial capture for IOU
Fix https://github.com/GNS3/gns3-gui/issues/1886
|
2017-02-24 11:55:41 +01:00 |
|
Julien Duponchelle
|
366c567864
|
Fix restoration of private config when using dynamips
Fix #906
|
2017-02-23 18:21:00 +01:00 |
|
Julien Duponchelle
|
2884a40769
|
Fix error when the startup config file is missing
Fix https://github.com/GNS3/gns3-gui/issues/1877
|
2017-02-22 09:28:34 +01:00 |
|
Julien Duponchelle
|
132a7bfeb7
|
Catch an error in etherswitch when ubridge die
Fix #907
|
2017-02-20 12:19:38 +01:00 |
|
Julien Duponchelle
|
7407ab88b3
|
Fix a failing test on Python 3.6
|
2017-02-20 10:56:48 +01:00 |
|
Jeremy Grossmann
|
5672b4b748
|
Merge pull request #890 from GNS3/base_config_server_side
Manage base configuration on server
|
2017-02-19 22:59:06 -08:00 |
|
Jeremy Grossmann
|
aee7208f7b
|
Merge pull request #895 from GNS3/qemu_more_adapters
Allow up to 275 adapters for qemu
|
2017-02-17 01:40:41 -08:00 |
|
Jeremy Grossmann
|
635e163954
|
Update qemu_vm.py
|
2017-02-17 17:37:06 +08:00 |
|
Julien Duponchelle
|
99f817392d
|
Raise an error if you use Qemu < 2.4 and try to use large number of adapters
|
2017-02-17 09:55:50 +01:00 |
|
Julien Duponchelle
|
0dbd92db11
|
Fix disk lost when save as a project using linked clone VirtualBox
Fix https://github.com/GNS3/gns3-gui/issues/1824
|
2017-02-13 19:11:29 +01:00 |
|
Julien Duponchelle
|
b0567772f7
|
Allow up to 275 adapters for qemu
See #889 for more details
|
2017-02-07 17:04:29 +01:00 |
|
Julien Duponchelle
|
e892e5dfab
|
Manage base configuration on server
Fix #786
|
2017-02-03 13:19:14 +01:00 |
|
Julien Duponchelle
|
f0ff035c0b
|
Prevent corruption of VM in VirtualBox when using linked clone
Fix https://github.com/GNS3/gns3-gui/issues/1821
|
2017-01-31 18:58:43 +01:00 |
|
Julien Duponchelle
|
580693b1ec
|
Prevent renaming of a running VirtualBox linked VM
Fix https://github.com/GNS3/gns3-gui/issues/1816
|
2017-01-30 15:19:46 +01:00 |
|
Julien Duponchelle
|
1ed88eda85
|
Fix version check for VPCS
|
2017-01-23 21:11:52 +01:00 |
|
Julien Duponchelle
|
a24490930f
|
Fix pcap for PPP link with IOU
Fix https://github.com/GNS3/gns3-gui/issues/1799
|
2017-01-23 18:28:06 +01:00 |
|
Julien Duponchelle
|
e5dba5e66a
|
Fix bug with other directory of Qemu images
Fix https://github.com/GNS3/gns3-gui/issues/1790
|
2017-01-18 12:39:10 +01:00 |
|