grossmj
|
86f87aec74
|
Fix installation with Python 3.7. Fixes #1414.
Fix deprecated use of aiohttp.Timeout. Fixes #1296.
Use "async with" with aiohttp.ClientSession().
Make sure websocket connections are properly closed, see https://docs.aiohttp.org/en/stable/web_advanced.html#graceful-shutdown
Finish to drop Python 3.4.
|
2018-10-16 15:56:06 +07:00 |
|
grossmj
|
76af98404a
|
Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
|
2018-10-15 17:05:49 +07:00 |
|
grossmj
|
22f7ca0243
|
Return compute port information via API. Ref #1420.
|
2018-10-05 12:48:20 +02:00 |
|
grossmj
|
e4a6db8ebc
|
Fix some typos.
|
2018-10-04 15:22:42 +02:00 |
|
grossmj
|
3560cda06c
|
Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566
|
2018-08-24 18:57:18 +07:00 |
|
grossmj
|
7f72b90b0e
|
The server has now 2 notification streams
* A new one for controller related events (compute, appliance templates etc.)
* The existing one for project related events (links, nodes etc.)
|
2018-08-16 21:31:57 +07:00 |
|
grossmj
|
1f017a0d1d
|
Console support for clouds (to connect to external devices or services).
|
2018-06-10 17:43:29 +07:00 |
|
grossmj
|
34fcbd68f3
|
Fix switching console type from telnet to VNC throws error.
|
2018-06-09 22:08:30 +07:00 |
|
grossmj
|
40151cd1fe
|
Fix switching console type from telnet to VNC throws error. Fixes #2489.
|
2018-06-09 21:47:36 +07:00 |
|
grossmj
|
d1ccf3bc84
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/version.py
# requirements.txt
|
2018-06-04 22:46:52 +07:00 |
|
ziajka
|
c52342907a
|
Merge pull request #1332 from GNS3/global-vars
Docker `ExtraHosts`, global variables for project and supplier support, Fixes: #2482
|
2018-05-15 09:23:54 +02:00 |
|
ziajka
|
7b3d5ae5e3
|
Create/update project on compute when variables changes
|
2018-05-09 15:29:35 +02:00 |
|
grossmj
|
21a1800edc
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/controller/__init__.py
# gns3server/controller/export_project.py
# gns3server/controller/import_project.py
# gns3server/controller/project.py
# gns3server/version.py
|
2018-04-28 19:41:12 +07:00 |
|
grossmj
|
305fe2e817
|
Handle asyncio timeouts. Ref #1307.
|
2018-04-28 17:42:02 +07:00 |
|
grossmj
|
50a922f83e
|
Offload slow file operations to threads for snapshots and project "save as". Ref #1187 #1307.
|
2018-04-28 16:01:43 +07:00 |
|
ziajka
|
43081152ef
|
Add support of ExtraHosts for Docker, Ref. gns3-gui#2482
|
2018-04-25 16:03:01 +02:00 |
|
grossmj
|
2ea0aa5ded
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/iou/iou_vm.py
# gns3server/compute/virtualbox/virtualbox_vm.py
# gns3server/compute/vmware/vmware_vm.py
|
2018-04-18 17:08:42 +08:00 |
|
grossmj
|
025441f027
|
Add default destination setting for traceng + some checks.
|
2018-04-16 15:03:22 +08:00 |
|
grossmj
|
757c103c03
|
Possibility to customize port names and adapter types for Qemu, VirtualBox, VMware and Docker. Fixes #2361.
MAC addresses can customized for Qemu as well.
|
2018-04-02 22:27:12 +07:00 |
|
grossmj
|
3d1ee4da3f
|
Support for suspend to disk / resume (Qemu).
|
2018-03-30 19:28:22 +07:00 |
|
grossmj
|
669d2ec038
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/schemas/node.py
|
2018-03-30 12:14:09 +07:00 |
|
grossmj
|
b7780ba7cc
|
Check for valid IP address and prevent to run on non-Windows platforms.
|
2018-03-29 13:26:43 +07:00 |
|
grossmj
|
d08c08617c
|
Support for source and destination for traceNG.
|
2018-03-27 16:58:49 +07:00 |
|
grossmj
|
ff7911bd99
|
Allow to resize a Qemu VM disk (extend only).
|
2018-03-26 18:05:49 +07:00 |
|
grossmj
|
e52775fa3a
|
Support for console type "none".
|
2018-03-24 18:11:21 +07:00 |
|
grossmj
|
44f2acffa5
|
Support Qemu with HAXM acceleration. Ref #1242.
|
2018-03-21 16:41:25 +07:00 |
|
grossmj
|
8b91894fa4
|
Improve suspend a link for Qemu and VirtualBox VMs.
A suspended link will be unplugged allowing the VMs to be notified
of the change.
|
2018-03-19 16:26:12 +07:00 |
|
grossmj
|
90ce6093d8
|
Some spring cleaning.
|
2018-03-15 14:17:39 +07:00 |
|
grossmj
|
a4626a2b79
|
Custom icons and small fixes for TraceNG integration.
|
2018-03-14 16:56:37 +07:00 |
|
grossmj
|
397c1322b4
|
Base support for TraceNG.
|
2018-03-12 17:57:13 +07:00 |
|
grossmj
|
658aa4bae9
|
Merge 2.1 into 2.2 branch
|
2018-03-12 13:38:50 +07:00 |
|
Bernhard Ehlers
|
3a09bd43dc
|
Implement a minimum interval between psutil calls. Fixes #2262
|
2018-02-13 11:31:04 +01:00 |
|
grossmj
|
e5c76750b1
|
Fix issue when running multiple project containing IOU nodes on the same server. Ref #1239.
|
2018-01-31 15:51:29 +07:00 |
|
ziajka
|
eeae07e783
|
Conservative approach to supported versions of Python 3.4 and asyncio.ensure_future, Ref. #1269
|
2018-01-29 12:13:20 +01:00 |
|
ziajka
|
d9a0ec9ff3
|
Replace asyncio.async with ensure_future because of deprecation, Fixes: #1269
|
2018-01-24 11:11:53 +01:00 |
|
grossmj
|
bd8816d14c
|
Suspend for Docker nodes.
|
2018-01-18 11:43:04 +08:00 |
|
grossmj
|
9d9dc037d8
|
Refresh CPU/RAM info every 1 second. Ref #2262.
|
2018-01-15 14:42:01 +07:00 |
|
ziajka
|
fe60c414b9
|
Keep consistance of aiohttp.web.HTTPForbidden() execution
|
2017-11-23 16:28:10 +01:00 |
|
grossmj
|
f48549a997
|
Validate idle-pc values for auto idle-pc feature.
|
2017-11-23 10:40:51 +07:00 |
|
ziajka
|
fe59c937d5
|
Merge branch '2.1' into improved-export-project
|
2017-11-20 11:15:04 +01:00 |
|
ziajka
|
b48f5df53f
|
iExport files from remote server, Fixes: gui/#2271
|
2017-11-20 10:47:03 +01:00 |
|
grossmj
|
e1fe34ca07
|
Use the correct NVRAM amount when pushing private config to IOU.
|
2017-11-16 16:52:19 +07:00 |
|
ziajka
|
efae614af2
|
Added checking if NIO exists (Fixes #1160)
|
2017-08-21 11:03:23 +02:00 |
|
Julien Duponchelle
|
d69475cd44
|
Duplicate API for ATM, Ethernet Hub and Frame Relay Switch
Fix https://github.com/GNS3/gns3-gui/issues/1065
|
2017-07-25 16:51:49 +02:00 |
|
Jeremy Grossmann
|
bb90c0ba52
|
Merge pull request #1140 from GNS3/duplicate_docker
Support duplicate for Docker
|
2017-07-25 06:50:00 -07:00 |
|
Jeremy Grossmann
|
a805b3c7c3
|
Merge pull request #1142 from GNS3/duplicate_iou
Duplicate IOU
|
2017-07-25 06:46:44 -07:00 |
|
Julien Duponchelle
|
6d4529f445
|
Duplicate IOU
Ref https://github.com/GNS3/gns3-gui/issues/1065
|
2017-07-25 11:39:46 +02:00 |
|
Julien Duponchelle
|
16209a2b60
|
Support duplicate for Docker
Ref https://github.com/GNS3/gns3-gui/issues/1065
|
2017-07-25 11:32:09 +02:00 |
|
Julien Duponchelle
|
01be1b32c4
|
Duplicate support for qemu
Ref https://github.com/GNS3/gns3-gui/issues/1065
|
2017-07-25 10:02:40 +02:00 |
|
Julien Duponchelle
|
0854c04687
|
API for duplication a Node
Support:
* VPCS
* Dynamips router
* Ethernet switch
Ref #1065
|
2017-07-24 10:08:22 +02:00 |
|
Jeremy Grossmann
|
c2fbe4f313
|
Merge pull request #1130 from GNS3/vmware_filters
Filters support for VMware
|
2017-07-19 14:59:25 +07:00 |
|
Julien Duponchelle
|
fa211a82eb
|
Filters support for VMware
Fix #1108
|
2017-07-18 18:04:03 +02:00 |
|
Julien Duponchelle
|
54faaf5f6f
|
Packet filters support for VirtualBox
Fix #1107
|
2017-07-18 14:59:47 +02:00 |
|
Julien Duponchelle
|
08d4c1a000
|
Merge branch '2.1' into filters_iou
|
2017-07-17 17:51:17 +02:00 |
|
Julien Duponchelle
|
536c708c16
|
Filter implementation for cloud & Nat
Fix #1111
|
2017-07-17 17:27:07 +02:00 |
|
Julien Duponchelle
|
5b839c22e9
|
Filters support for IOU
Fix #1113
|
2017-07-17 11:21:54 +02:00 |
|
Julien Duponchelle
|
23c3d32e06
|
Filter support for Docker
Fix #1110
|
2017-07-12 19:44:15 +02:00 |
|
Julien Duponchelle
|
03f8c747cc
|
Qemu support for packet filtering
Fix #1112
|
2017-07-12 14:50:33 +02:00 |
|
Julien Duponchelle
|
86f1201276
|
Support packet filtering for dynamips
Fix #1109
|
2017-07-12 12:08:02 +02:00 |
|
Julien Duponchelle
|
08423eff96
|
Support packet filtering for VPCS
https://github.com/GNS3/gns3-gui/issues/765
|
2017-07-04 15:12:26 +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
|
a4245fcf44
|
Aiohttp 2.0
Ref #1000
|
2017-05-17 18:42:17 +02:00 |
|
Julien Duponchelle
|
cd17ef6b12
|
Merge branch '2.0' into 2.1
|
2017-05-15 15:46:50 +02:00 |
|
Julien Duponchelle
|
6870749e50
|
Handle a race condition at project closing
Fix #1015
|
2017-05-05 19:39:06 +02: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
|
2ddb329a90
|
Prevent vmname change for VirtualBox linked clone
Fix https://github.com/GNS3/gns3-gui/issues/1930
|
2017-03-16 19:17:12 +01:00 |
|
Julien Duponchelle
|
e892e5dfab
|
Manage base configuration on server
Fix #786
|
2017-02-03 13:19:14 +01:00 |
|
Julien Duponchelle
|
63b888a57e
|
Drop unused code
|
2017-02-02 15:34:39 +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
|
bfb23ce7a3
|
Fix hostname of VPCS is not changed
Fix https://github.com/GNS3/gns3-gui/issues/1780
|
2017-01-17 14:34:48 +01:00 |
|
Julien Duponchelle
|
82c99418b4
|
Fix If cloud interface is down the project doesn't open
Fix https://github.com/GNS3/gns3-gui/issues/1751
|
2017-01-11 17:23:36 +01:00 |
|
Julien Duponchelle
|
2011aca43a
|
Fix an issue with Docker and IOU packet capture
Fix https://github.com/GNS3/gns3-gui/issues/1727
|
2016-12-19 12:26:34 +01:00 |
|
Julien Duponchelle
|
f3e9917479
|
Fix move a docker restart it
Fix #832
|
2016-12-14 19:21:50 +01:00 |
|
Julien Duponchelle
|
9f6f830418
|
Fix TypeError: __new__() got multiple values for argument 'node_type'
Fix #827
|
2016-12-13 09:36:45 +01:00 |
|
Julien Duponchelle
|
d2f0cddbd7
|
Fix trouble with builtin devices when we free ports
Fix #825
|
2016-12-12 19:17:06 +01:00 |
|
Julien Duponchelle
|
794dac31f5
|
UDP tunnel debuging
Fix #1562
|
2016-11-25 15:11:31 +01:00 |
|
Julien Duponchelle
|
81b2894658
|
Fix KeyError: 'linked_clone'
Fix #792
|
2016-11-17 10:17:23 +01:00 |
|
Julien Duponchelle
|
4e15f89604
|
Drop console_type serial, and enable_remote_console for Vbox and VMware
Ref #748
|
2016-11-03 18:17:50 +01:00 |
|
Julien Duponchelle
|
ae1e027031
|
Raise error if using a non linked clone VM twice
Fix https://github.com/GNS3/gns3-gui/issues/1593
|
2016-10-24 21:39:35 +02:00 |
|
Julien Duponchelle
|
4b4053dc2b
|
Return the platform of a compute
Ref https://github.com/GNS3/gns3-gui/issues/1550
|
2016-10-04 18:48:29 +02:00 |
|
Julien Duponchelle
|
2f0e2260ab
|
Move the generation of the list of ports to the server
Ref #676
|
2016-09-14 15:21:37 +02:00 |
|
Julien Duponchelle
|
6e7f6a94ec
|
Suspend for VPCS == stop
Fix #1465
|
2016-09-05 16:55:38 +02:00 |
|
Julien Duponchelle
|
d121c201e4
|
Rebuild documentation
|
2016-08-29 15:58:29 +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
|
19e6d956df
|
Drop unused endpoint POST /version on compute
|
2016-08-29 14:22:55 +02:00 |
|
Julien Duponchelle
|
bfabf3ddc8
|
Fix tests about local compute node
|
2016-08-23 22:40:26 +02:00 |
|
Julien Duponchelle
|
147bb8758a
|
Fix log error when closing server websocket
Fix #635
|
2016-08-23 21:29:46 +02:00 |
|
Julien Duponchelle
|
a53a972135
|
Nat node for only the GNS3 VM
|
2016-08-21 21:46:49 +02:00 |
|
Julien Duponchelle
|
9694850465
|
Option for auto close project when no client listen
And fix websocket not correctly detected has closed.
Ref https://github.com/GNS3/gns3-gui/issues/1331
|
2016-08-16 17:35:43 +02:00 |
|
Julien Duponchelle
|
3ca4edef93
|
Update project API
|
2016-08-15 16:44:09 +02:00 |
|
Julien Duponchelle
|
0c3a2c660a
|
Merge branch 'master' into 2.0
|
2016-07-28 15:05:21 +02:00 |
|
Julien Duponchelle
|
fc6b220c7c
|
Strip endpoint for configs files because now we use the /files API
|
2016-07-28 11:56:29 +02:00 |
|
Julien Duponchelle
|
11af6f4f82
|
Remove save config endpoint because in 2.O we auto save
|
2016-07-27 13:33:30 +02:00 |
|
Julien Duponchelle
|
9bdc0b78eb
|
Now import project on VM work
|
2016-07-22 18:02:11 +02:00 |
|
Julien Duponchelle
|
b5ab53bbe9
|
Early import project api
|
2016-07-21 14:48:13 +02:00 |
|
Julien Duponchelle
|
96eceed8ba
|
Fix creation of IOU nodes
|
2016-07-18 18:43:55 +02:00 |
|
Julien Duponchelle
|
c0abe0edfd
|
Merge branch 'master' into 2.0
|
2016-07-13 17:48:18 +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 |
|