grossmj
|
96d5e351f7
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/version.py
# requirements.txt
|
2018-06-10 21:19:55 +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
|
62f87de23a
|
Add API endpoint to return all links attached to a node.
|
2018-06-06 20:46:44 +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
|
fb3bcf3b8f
|
Basic project stats.
|
2018-03-15 15:21:29 +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 |
|
grossmj
|
c93d0d8d12
|
Make sure we don't try to read when opening a file in binary more. Fixes #1301.
|
2018-03-07 16:39:04 +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
|
6fee543ce7
|
Fix more client/server version tests.
|
2018-01-18 16:14:09 +08: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 |
|
Bernhard Ehlers
|
8907b3d58a
|
GNS3-API: implement GET for specific drawing and link
Fixes #1249
|
2018-01-05 13:44:46 +01:00 |
|
Jeremy Grossmann
|
a80355998d
|
Merge pull request #1230 from GNS3/consitance-about-exc
Keep consistance of aiohttp.web.HTTPForbidden() execution
|
2017-11-23 23:02:42 +07:00 |
|
grossmj
|
e54d574e47
|
Fix auto idle-pc from preferences.
|
2017-11-23 23:00:31 +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
|
022d76e88a
|
Warning for getting endpoint of compute
|
2017-10-30 11:26:57 +01:00 |
|
ziajka
|
b654d78ea6
|
Endpoint for obtaining direct action on compute
|
2017-10-13 11:03:56 +02:00 |
|
Dominik Ziajka
|
be35ad6874
|
Fixes path normalization during file upload on nodes (Fixes: #2276)
|
2017-10-03 18:13:19 +02:00 |
|
ziajka
|
efae614af2
|
Added checking if NIO exists (Fixes #1160)
|
2017-08-21 11:03:23 +02:00 |
|
Julien Duponchelle
|
e74eaa8ea8
|
Add a warning when you try to load and the server is not started with --local
Ref #1151
|
2017-08-02 09:52:31 +02:00 |
|
Julien Duponchelle
|
fc6b6b5e63
|
Fix race condition in startup of capture
Fix https://github.com/GNS3/gns3-gui/issues/2111
|
2017-07-27 15:32:46 +02:00 |
|