Jeremy Grossmann
|
41f02dad54
|
Merge pull request #516 from GNS3/improve_parse_version
Improve parse_version
|
2016-05-07 11:02:58 -06:00 |
|
grossmj
|
76cc1d2750
|
Fixes call to export project.
|
2016-05-07 10:39:32 -06:00 |
|
Julien Duponchelle
|
57cf57b408
|
Improve parse_version
Ref #515
|
2016-05-06 17:09:03 +02:00 |
|
grossmj
|
16b5bb8810
|
Workaround for exception when using gns3server.utils.parse_version. Fixes #513.
|
2016-05-05 10:15:51 -06:00 |
|
Julien Duponchelle
|
56c153af79
|
Make HTTP support more reliable with home made HTTP server
|
2016-05-04 16:32:45 +02:00 |
|
Julien Duponchelle
|
9beca700a5
|
PEP8
|
2016-05-04 16:32:37 +02:00 |
|
Julien Duponchelle
|
8e429ee4c1
|
Ban port dissalowed by chrome and firefox
|
2016-05-03 21:07:01 +02:00 |
|
Julien Duponchelle
|
f3095d94c1
|
Replace port in HTTP flow for docker
|
2016-05-03 18:01:23 +02:00 |
|
Julien Duponchelle
|
5fd385159c
|
HTTP support for docker
Fix #509
|
2016-05-03 16:49:33 +02:00 |
|
Julien Duponchelle
|
dcbaa62df8
|
Better aux console for docker
Fix #472
|
2016-05-03 11:33:43 +02:00 |
|
Julien Duponchelle
|
e9fb7f4981
|
Make sure an image is not partially uploaded
Fix #505
|
2016-05-02 17:25:46 +02:00 |
|
Julien Duponchelle
|
d952718f30
|
Fix RuntimeWarning: You have iterated over the result of
pkg_resources.parse_version. This is a legacy behavior
Fix #504
|
2016-05-02 17:14:15 +02:00 |
|
Julien Duponchelle
|
c17e00204f
|
Auto reconnect to docker if connection was closed
Fix #507
|
2016-05-02 16:55:05 +02:00 |
|
Julien Duponchelle
|
936faaba5a
|
gns3z => gns3project
|
2016-05-02 10:33:04 +02:00 |
|
grossmj
|
5c1522f24a
|
Bump version to 1.5.0dev2
|
2016-04-28 23:47:17 -06:00 |
|
Julien Duponchelle
|
815ef6066d
|
Merge branch 'master' into 1.5
|
2016-04-28 16:52:29 +02:00 |
|
Julien Duponchelle
|
85f571ee8b
|
Solve wintypes import
|
2016-04-28 16:35:58 +02:00 |
|
Julien Duponchelle
|
cf1b7ebe1f
|
Raise error if qemu can not create backing image
|
2016-04-27 15:12:15 +02:00 |
|
grossmj
|
4fc5364ab5
|
More robust save/restore for VirtualBox linked clone VM hard disks.
|
2016-04-26 15:44:11 -06:00 |
|
grossmj
|
4a91d8a6a5
|
Prevent non linked cloned hard disks to be detached when using VirtualBox linked cloned VMs. Fixes #1184.
|
2016-04-26 15:06:22 -06:00 |
|
grossmj
|
b408f29726
|
Stricter checks to match VMware version to the right vmrun (VIX library) version.
Also checks the VIX library version when only using the GNS3 VM running in VMware.
|
2016-04-26 13:12:42 -06:00 |
|
Julien Duponchelle
|
1d08d4a5fa
|
Merge branch 'master' into 1.5
|
2016-04-26 11:49:24 +02:00 |
|
Julien Duponchelle
|
6d6e8196d2
|
Allow only .pcap to be downloaded from remote stream API
Fix #500
|
2016-04-26 09:52:18 +02:00 |
|
Julien Duponchelle
|
75196b8a55
|
Fix incrementation of qemu mac address
Fix #501
|
2016-04-25 16:36:20 +02:00 |
|
Julien Duponchelle
|
7ffdd0fab1
|
Fix broken connectivity between containers
Fix #502
|
2016-04-25 16:09:04 +02:00 |
|
Julien Duponchelle
|
637a7326ec
|
Ignore captures during project export
|
2016-04-21 17:02:05 +02:00 |
|
Julien Duponchelle
|
7f77c66888
|
Support VMware VM in non standard location for fusion
|
2016-04-13 09:38:58 +02:00 |
|
Julien Duponchelle
|
b7a859fa30
|
Import / Export with images
Ref https://github.com/GNS3/gns3-gui/issues/1173
|
2016-04-12 10:11:45 +02:00 |
|
Julien Duponchelle
|
cd393491d5
|
At export use only relative image path
Fix https://github.com/GNS3/gns3-gui/issues/1176
|
2016-04-11 17:18:03 +02:00 |
|
Julien Duponchelle
|
ae5468a2d3
|
When starting docker raise proper error if ubridge is not available
Fix #484
|
2016-04-08 16:13:42 +02:00 |
|
grossmj
|
ec6e5a6118
|
Do not send warnings back to the GUI when a console port not in range or is already taken.
|
2016-04-07 14:42:52 -06:00 |
|
Julien Duponchelle
|
f1737a6e43
|
Merge branch 'master' into 1.5
|
2016-04-07 14:44:56 +02:00 |
|
Julien Duponchelle
|
e3b95fe9ce
|
Just log debug if docker link we try to destroy is already closed
Fix https://github.com/GNS3/gns3-gui/issues/1159
|
2016-04-07 14:33:21 +02:00 |
|
Julien Duponchelle
|
dff74352f7
|
Allow multiple user connected to the same VNC for docker
|
2016-04-07 14:24:53 +02:00 |
|
Julien Duponchelle
|
977ccabf98
|
Server support for VNC console resolution
Ref https://github.com/GNS3/gns3-gui/issues/1165
|
2016-04-07 13:29:11 +02:00 |
|
Julien Duponchelle
|
ad6fb664a2
|
Fix detection of EOF in Docker telnet console
Fix #476
|
2016-04-07 10:58:37 +02:00 |
|
Jeremy Grossmann
|
6bc54b17c7
|
Merge pull request #481 from GNS3/import_linux
Flatten the project at export and support import for Linux
|
2016-04-06 11:55:46 -06:00 |
|
Jeremy Grossmann
|
bb63f51f80
|
Merge pull request #478 from GNS3/qcow2_rebase
Qcow2 rebase
|
2016-04-06 11:55:06 -06:00 |
|
Julien Duponchelle
|
b335daf857
|
Cleanup
|
2016-04-06 18:27:30 +02:00 |
|
Julien Duponchelle
|
b93c85c390
|
Allow to change the number of adapters for Docker (server side)
|
2016-04-06 16:01:34 +02:00 |
|
Julien Duponchelle
|
cb197627b4
|
Fix an issue with VNC port range
|
2016-04-06 15:58:29 +02:00 |
|
Julien Duponchelle
|
9b9eddb30c
|
Fix VNC broke after container update
Fix https://github.com/GNS3/gns3-gui/issues/1163
|
2016-04-06 14:57:52 +02:00 |
|
Julien Duponchelle
|
e564c84529
|
Flatten the project at export and support import for Linux
The client will send a flag to say if the import should be done
on the VM or not
Ref https://github.com/GNS3/gns3-gui/issues/1151
|
2016-04-06 12:08:00 +02:00 |
|
Julien Duponchelle
|
5531a576d1
|
Import create project if not exists (GNS3 VM just need an UUID)
|
2016-04-05 19:59:38 +02:00 |
|
Julien Duponchelle
|
9ed15e55af
|
Move more import code to the server
https://github.com/GNS3/gns3-gui/issues/1156
|
2016-04-05 18:32:48 +02:00 |
|
Julien Duponchelle
|
2651a48102
|
Fix the docker aux port is lost after an update
Fix https://github.com/GNS3/gns3-gui/issues/1155
|
2016-04-05 16:33:40 +02:00 |
|
Julien Duponchelle
|
57394dfebf
|
Rebase the qcow2 when starting the VM if needed
Ref #466
|
2016-04-05 12:41:26 +02:00 |
|
Julien Duponchelle
|
7422b31b2c
|
Refactor code for avoid duplicate in disk management for Qemu
|
2016-04-05 12:35:07 +02:00 |
|
Julien Duponchelle
|
06b9e46cd2
|
Create Qcow2 class for reading Qcow2 and rebase it
Ref #466
|
2016-04-05 12:20:37 +02:00 |
|
Julien Duponchelle
|
36dbcfa7f6
|
Do not block when ifup
-R --timeout=1 --tryagain=1 -b
Fix #469
|
2016-04-04 20:32:11 +02:00 |
|