Julien Duponchelle
|
5a1d313fca
|
Merge pull request #1080 from GNS3/spice-feature
Spice feature
|
2017-06-21 10:37:04 +02:00 |
|
Julien Duponchelle
|
734ca7d2f9
|
Fix linked base & linked clone settings in appliance
|
2017-06-19 10:49:23 +02:00 |
|
Julien Duponchelle
|
bb8097a052
|
Merge remote-tracking branch 'origin/master' into 2.1
|
2017-06-19 10:44:52 +02:00 |
|
Julien Duponchelle
|
c8c991af78
|
Fix the error about appliance ID not found (#1075)
* Fix the error about appliance ID not found
* Copy appliance data before editing it
|
2017-06-19 08:47:50 +02:00 |
|
ziajka
|
61fda93611
|
SPICE console_type for nodes
|
2017-06-16 14:41:05 +02:00 |
|
ziajka
|
88c2353e2e
|
QEMU - SPICE support at build options and schemas
|
2017-06-16 10:17:26 +02:00 |
|
Julien Duponchelle
|
b8a4785633
|
2.0.4dev1
|
2017-06-13 10:37:41 +02:00 |
|
Julien Duponchelle
|
41af46cdc5
|
2.0.3 release
|
2017-06-13 10:35:50 +02:00 |
|
ziajka
|
64a852f38f
|
Fixes #1068 - handle zipfile encoding issues at project duplication
|
2017-06-09 15:32:25 +02:00 |
|
ziajka
|
5c0d955156
|
Fix: #1066 - Catching parsing errors at linked vbox file
|
2017-06-09 10:41:34 +02:00 |
|
ziajka
|
7235a312ab
|
Escaping VPCS name in regex #1067
|
2017-06-09 09:14:25 +02:00 |
|
Julien Duponchelle
|
40cc5d76b3
|
Fix racecondition when listing interface
Fix #1060
|
2017-06-07 15:57:05 +02:00 |
|
ziajka
|
eb6068c3d3
|
Fix Qemu disk creation with unicode characters not supported by local filesystem #1058 (#1063)
|
2017-06-07 12:35:41 +02:00 |
|
ziajka
|
e0b519eced
|
Fix when config file doesn't have computes section (#1062)
|
2017-06-07 10:50:40 +02:00 |
|
Julien Duponchelle
|
6a0345897d
|
Connector is no longer supported in ws_connect by aiohttp 2.0
|
2017-06-02 10:42:40 +02:00 |
|
Julien Duponchelle
|
7dfb634376
|
Fix for websocket usage with aiohttp 2.0
Fix #1050
|
2017-06-01 18:39:55 +02:00 |
|
Julien Duponchelle
|
823288dd0b
|
Fix a crash in some cases
|
2017-06-01 18:35:03 +02:00 |
|
Julien Duponchelle
|
e74e66b203
|
Typo in error message
|
2017-05-31 17:04:14 +02:00 |
|
Julien Duponchelle
|
93adef91d8
|
Merge branch '2.0' into 2.1
|
2017-05-31 16:58:31 +02:00 |
|
Julien Duponchelle
|
6fa27c6885
|
Check aiohttp version
|
2017-05-31 16:56:46 +02:00 |
|
Julien Duponchelle
|
4f6cca0019
|
Fix errors when enabling chunking
|
2017-05-31 11:17:28 +02:00 |
|
Julien Duponchelle
|
7044c8c9ff
|
Fix the GUI disconnect from the server
Fix https://github.com/GNS3/gns3-gui/issues/2084
|
2017-05-31 11:03:44 +02:00 |
|
Julien Duponchelle
|
7913646ce3
|
2.0.3dev1
|
2017-05-30 08:58:05 +02:00 |
|
Julien Duponchelle
|
78e1321bae
|
2.0.2
|
2017-05-30 08:57:07 +02:00 |
|
Julien Duponchelle
|
b8ee8d69c8
|
Fix unexpected keyword argument 'conn_timeout'
Fix #1047
|
2017-05-26 15:42:46 +02:00 |
|
Julien Duponchelle
|
39879ca92b
|
Duplicate project on remote server use UUID
Ref https://github.com/GNS3/gns3-server/issues/1040
|
2017-05-23 17:20:51 +02:00 |
|
Julien Duponchelle
|
b87692acce
|
Fix import of some old topologies from 1.3
|
2017-05-23 14:05:47 +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
|
5bb6c51698
|
Fix an error when logging Docker container fail to start
|
2017-05-23 13:31:04 +02:00 |
|
Julien Duponchelle
|
59488e8064
|
Fix tests on python 3.4 (#1046)
|
2017-05-23 12:15:04 +02:00 |
|
Julien Duponchelle
|
2a8911d19e
|
Keep DOCKER_MINIMUM_API_VERSION and DOCKER_MINIMUM_VERSION consistent
|
2017-05-23 11:00:15 +02:00 |
|
Bernhard Ehlers
|
8b7209ea78
|
Use docker version in error message of outdated docker installation
|
2017-05-23 10:41:42 +02:00 |
|
Bernhard Ehlers
|
7d48eba01b
|
Use versioned docker API
Since docker v1.13 the unversioned docker API is deprecated.
Backport of gns3-server 2.0, commit effbe59
|
2017-05-23 10:37:47 +02:00 |
|
Bernhard Ehlers
|
2191c487b6
|
Support images created by "docker commit". Fixes #1039
|
2017-05-23 10:23:11 +02:00 |
|
Jeremy Grossmann
|
82f1ab2be2
|
Merge pull request #1036 from GNS3/aiohttp_2.0
Aiohttp 2.0
|
2017-05-22 22:41:01 +02:00 |
|
Julien Duponchelle
|
7d30da5d4e
|
Do not wait auto start to finish in order to complete project opening
Fix https://github.com/GNS3/gns3-gui/issues/2074
|
2017-05-22 20:18:07 +02:00 |
|
Julien Duponchelle
|
4dc55a5af4
|
Improve logging for remote server connection lost
Ref https://github.com/GNS3/gns3-gui/issues/2074
|
2017-05-22 13:57:32 +02:00 |
|
Julien Duponchelle
|
bdd980d6a2
|
Ignore console_hsot when loading topologie
|
2017-05-22 11:42:50 +02:00 |
|
Julien Duponchelle
|
51d6152a5c
|
Fix support for some old topologies
Fix #1042
|
2017-05-19 18:27:20 +02:00 |
|
Julien Duponchelle
|
bdcadcc335
|
Fix support from some old topologies
Fix #1038
|
2017-05-19 17:49:39 +02:00 |
|
Julien Duponchelle
|
624a2c02c5
|
FIX iou creation
Fix https://github.com/GNS3/gns3-gui/issues/2065
|
2017-05-18 17:13:40 +02:00 |
|
Julien Duponchelle
|
189ad994c8
|
Symbols are returned with a content length
|
2017-05-18 16:37:44 +02:00 |
|
Julien Duponchelle
|
a4245fcf44
|
Aiohttp 2.0
Ref #1000
|
2017-05-17 18:42:17 +02:00 |
|
grossmj
|
f338158654
|
Use 127.0.0.1 for local UDP tunnels to uBridge for Qemu. Ref #664.
|
2017-05-16 20:51:14 +02:00 |
|
Julien Duponchelle
|
e9fef928b0
|
Fix dynamips node creation error
|
2017-05-16 10:49:45 +02:00 |
|
Julien Duponchelle
|
5c5caf8418
|
Add comment about why we change linked_base to linked_clone
|
2017-05-16 10:38:58 +02:00 |
|
Julien Duponchelle
|
aff5554528
|
Rename old properties from gui linked_base to linked_clone
Fix #1034
|
2017-05-16 10:33:37 +02:00 |
|
Julien Duponchelle
|
2a159c06c5
|
Fix forwarding properties
Fix #2005, #2002
|
2017-05-16 10:22:55 +02:00 |
|
Julien Duponchelle
|
c231e2bbf1
|
Merge branch '2.0' into 2.1
|
2017-05-16 09:30:07 +02:00 |
|
Julien Duponchelle
|
e24bfd5913
|
2.0.2dev1
|
2017-05-16 09:16:35 +02:00 |
|