Julien Duponchelle
|
b745397a3a
|
Import server config from 1.X GUI
|
2016-07-14 15:15:28 +02:00 |
|
Julien Duponchelle
|
45591aa74b
|
Support for 1.3 topologies
|
2016-07-13 18:31:12 +02:00 |
|
Julien Duponchelle
|
c0abe0edfd
|
Merge branch 'master' into 2.0
|
2016-07-13 17:48:18 +02:00 |
|
Julien Duponchelle
|
b841a0f57b
|
Support image in conversion from old topologies
|
2016-07-13 16:37:05 +02:00 |
|
Julien Duponchelle
|
8be1e77a2e
|
Optimize storage of drawing
If the drawing contain an image we extract it
Fix #591
|
2016-07-13 16:18:22 +02:00 |
|
Julien Duponchelle
|
3dccfbb852
|
Migration to 2.0 rename instructions.txt to README.txt
Fix #612
|
2016-07-13 09:58:53 +02:00 |
|
Julien Duponchelle
|
2c62b1eeb8
|
Cloud support for old topologies
|
2016-07-12 18:48:01 +02:00 |
|
Julien Duponchelle
|
7c7662f1b6
|
Correctly forward the 409 from compute to client
|
2016-07-12 18:16:50 +02:00 |
|
Julien Duponchelle
|
3d52e18fa5
|
Raise an error if uBridge is not installed
|
2016-07-12 17:38:13 +02:00 |
|
Julien Duponchelle
|
ee533943c8
|
Start of support for topologies before 2.X
Missing part:
* GNS3 VM
* Cloud
* Image
Ref #564
Early support of conversion from 1.5
|
2016-07-12 17:14:35 +02:00 |
|
Julien Duponchelle
|
fd0e8f89db
|
Fix VMware support
|
2016-07-12 16:29:58 +02:00 |
|
Julien Duponchelle
|
b98d4cb042
|
Fix Virtualbox support
|
2016-07-12 16:22:55 +02:00 |
|
Julien Duponchelle
|
febf0f7839
|
Fix crash when winpcap is not installed
Ref https://github.com/GNS3/gns3-gui/issues/1380
|
2016-07-12 13:43:08 +02:00 |
|
Julien Duponchelle
|
9cd3231de3
|
Fix docker support in 2.0
|
2016-07-12 12:17:19 +02:00 |
|
grossmj
|
234f199558
|
Load/save GNS3 VM settings on controller side.
|
2016-07-11 21:43:01 -06:00 |
|
grossmj
|
13deecea4e
|
Basic API for GNS3 VM.
|
2016-07-11 17:01:18 -06:00 |
|
Julien Duponchelle
|
27269fb13a
|
Update documentation
|
2016-07-11 15:37:57 +02:00 |
|
Julien Duponchelle
|
91ec61b88d
|
Check topology schema when loading/saving it
Fix #583
|
2016-07-11 15:36:52 +02:00 |
|
Julien Duponchelle
|
1f2ce48fc8
|
Fix /network/interfaces broken test
|
2016-07-11 14:21:33 +02:00 |
|
Julien Duponchelle
|
9bf4c22a50
|
Fix HTTP errors not forwarded from compute to client
Fix #615
|
2016-07-11 09:33:55 +02:00 |
|
grossmj
|
50aa198ba7
|
Mark interface type upstream.
|
2016-07-10 14:54:31 -06:00 |
|
grossmj
|
d159cbcc6d
|
Rename /interfaces entry point to /network/interfaces. Ref #615.
|
2016-07-10 11:22:08 -06:00 |
|
Julien Duponchelle
|
d99c050705
|
Fix schema error in qemu
|
2016-07-08 11:27:22 +02:00 |
|
Julien Duponchelle
|
7e91a5cb11
|
Raise error if not started with --local
If you try to use a local server but you don't have started
it with --local we raise an error.
|
2016-07-08 11:17:17 +02:00 |
|
Julien Duponchelle
|
05df0a9bb6
|
Fix tests when run without local network
Fixed in the train :)
|
2016-07-08 11:03:52 +02:00 |
|
Julien Duponchelle
|
26d49f19c1
|
1.5.2dev1
|
2016-07-07 18:58:23 +02:00 |
|
Julien Duponchelle
|
e1a7efad60
|
1.5.1
|
2016-07-07 18:58:23 +02:00 |
|
grossmj
|
08956e438c
|
Add NIO TAP support for Docker and VMware. Fixes #603.
|
2016-07-06 22:00:39 -06:00 |
|
Julien Duponchelle
|
7a4c01e737
|
When you delete a node all link connected are destroyed
Ref #608
|
2016-07-05 16:07:05 +02:00 |
|
Julien Duponchelle
|
ca4d09ea40
|
Merge branch 'master' into 2.0
|
2016-07-05 15:41:53 +02:00 |
|
Julien Duponchelle
|
e175650fb0
|
Increase the number of interface for docker
Fix #593
|
2016-07-04 17:22:54 +02:00 |
|
Julien Duponchelle
|
5f88db93ff
|
Add the method in the bad request answer
|
2016-07-04 15:00:46 +02:00 |
|
Julien Duponchelle
|
e0a2553be4
|
Fix a rare crash in IOU
Fix #604
|
2016-07-04 14:46:06 +02:00 |
|
Julien Duponchelle
|
b905760635
|
Fix a crash when docker is used but not installed
Fix #605
|
2016-07-04 14:12:39 +02:00 |
|
Julien Duponchelle
|
f9bc745ddb
|
Backport Docker node hot linking
Fix #596
|
2016-07-04 11:18:03 +02:00 |
|
grossmj
|
ead8a6caa2
|
Allows hot-linking for Docker containers. Ref #267.
|
2016-07-04 10:58:00 +02:00 |
|
Julien Duponchelle
|
7fee90805b
|
Ensure we update all the label of a link with only one update notif
|
2016-07-01 21:56:42 +02:00 |
|
Julien Duponchelle
|
9d2f4168ff
|
Correctly restore label position for link
|
2016-07-01 21:33:39 +02:00 |
|
Julien Duponchelle
|
5bf6011429
|
Rotation for label of interfaces
|
2016-07-01 19:54:44 +02:00 |
|
Julien Duponchelle
|
fea1e3ba61
|
Support update link on controller
Ref https://github.com/GNS3/gns3-gui/issues/1300
|
2016-07-01 17:38:32 +02:00 |
|
Julien Duponchelle
|
71d4c0a13a
|
Store rotation for labels
|
2016-07-01 15:30:38 +02:00 |
|
Julien Duponchelle
|
818174824b
|
Breaking change for 2.X topologies! Store width and height for nodes & a
style properties
|
2016-07-01 14:38:42 +02:00 |
|
Julien Duponchelle
|
fe7bcae6a1
|
Send node.updated notif only if object changed
|
2016-06-30 18:29:17 +02:00 |
|
Julien Duponchelle
|
758a427a76
|
Add documentation about notifications
|
2016-06-30 11:08:01 +02:00 |
|
Julien Duponchelle
|
543b423e03
|
Send compute usage via in the compute.updated notification
Ref https://github.com/GNS3/gns3-gui/issues/1261
|
2016-06-30 09:55:59 +02:00 |
|
Julien Duponchelle
|
66959ee4e9
|
Fix error when installing using setup.py
Revert "Unused information in setup.py"
This reverts commit deb97f8ec0 .
Fix #598
|
2016-06-29 17:57:41 +02:00 |
|
Julien Duponchelle
|
68b7f81601
|
Dissalow duplicate name for compute and project
Fix #541
|
2016-06-29 17:39:41 +02:00 |
|
Julien Duponchelle
|
d8317e8128
|
Add documentation
|
2016-06-29 15:17:02 +02:00 |
|
Julien Duponchelle
|
22f9effede
|
Save to disk when config change
|
2016-06-29 15:15:22 +02:00 |
|
Julien Duponchelle
|
224708e451
|
Update documentation
|
2016-06-29 14:18:38 +02:00 |
|