grossmj
|
3c332b895d
|
Fix tests after merging.
|
2018-08-29 16:08:08 +07:00 |
|
grossmj
|
33e8710495
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/docker/docker_vm.py
# gns3server/controller/compute.py
# gns3server/controller/gns3vm/__init__.py
# gns3server/controller/link.py
# gns3server/controller/project.py
# gns3server/handlers/api/controller/project_handler.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/utils/asyncio/__init__.py
# gns3server/utils/asyncio/telnet_server.py
# gns3server/version.py
# gns3server/web/web_server.py
# tests/compute/qemu/test_qemu_vm.py
|
2018-08-29 15:57:54 +07:00 |
|
grossmj
|
00cf66fb0f
|
Report GNS3 VM errors to the GUI server summary. Ref #1359.
|
2018-08-28 15:42:06 +07:00 |
|
grossmj
|
8d4e73d23c
|
Replace vboxnet0 (if it does not exist) by the first available vboxnet interface on Windows. Fixes https://github.com/GNS3/gns3-vm/issues/102
|
2018-08-26 03:28:38 -07:00 |
|
grossmj
|
4e712280b3
|
Merge remote-tracking branch 'origin/2.1' into 2.1
|
2018-08-26 02:44:01 -07:00 |
|
grossmj
|
4d57a3befa
|
Check if the VirtualBox host-only network exists when starting a GNS3 VM running on VirtualBox. Ref https://github.com/GNS3/gns3-vm/issues/102
|
2018-08-26 02:43:40 -07:00 |
|
grossmj
|
38b72079b2
|
Change file timestamps if necessary because ZIP does not support timestamps before 1980. Fixes #1360.
|
2018-08-25 18:10:40 +07:00 |
|
grossmj
|
902de3dd47
|
Refactor asyncio locking system for Python 3.7 support. Ref https://github.com/GNS3/gns3-gui/issues/2566 Ref https://github.com/GNS3/gns3-gui/issues/2568
|
2018-08-25 14:10:47 +07: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
|
089d25c79d
|
Forbid controller and compute servers to be different versions.
Report last compute server error to clients and display in the server summary.
|
2018-08-22 16:54:43 +07:00 |
|
grossmj
|
59ce105a50
|
Fix exception with short names for Dynamips interfaces. Fixes #1386.
|
2018-08-21 19:46:14 +07:00 |
|
grossmj
|
9ef23ce6a8
|
Include HTTP error code when reporting an error while download appliance templates
from GitHub repository.
|
2018-08-21 17:30:34 +07:00 |
|
grossmj
|
b7f9b865c8
|
Optimize appliance templates update from GitHub repository by only downloading when the repository
has been updated. Ref https://github.com/GNS3/gns3-gui/issues/2490
|
2018-08-21 16:26:07 +07:00 |
|
grossmj
|
5958a23557
|
Update appliance templates from online registry. Ref #2490.
|
2018-08-19 16:02:47 +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
|
dac3ba19b7
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/controller/ports/port_factory.py
|
2018-08-13 22:06:44 +07:00 |
|
grossmj
|
23e83b730b
|
Fix some more problems with interface short names. Fixes https://github.com/GNS3/gns3-gui/issues/2562
|
2018-08-13 15:45:24 +07:00 |
|
grossmj
|
e5d38811ca
|
Fix incorrect short port names in topology summary. Fixes https://github.com/GNS3/gns3-gui/issues/2562
|
2018-08-13 15:10:21 +07:00 |
|
grossmj
|
daa2de4541
|
Allow custom symbols to be sub-directories.
|
2018-08-13 00:16:02 +07:00 |
|
grossmj
|
29620f4ea3
|
Add affinity symbols. Ref https://github.com/GNS3/gns3-gui/issues/2488
|
2018-08-12 22:08:48 +07:00 |
|
grossmj
|
1fd010484d
|
ACPI shutdown for GNS3 VM running on Hyper-V. Ref https://github.com/GNS3/gns3-gui/issues/763
|
2018-08-12 17:11:32 +07:00 |
|
grossmj
|
c48eebcc5d
|
Hyper-V support for GNS3 VM. Fixes https://github.com/GNS3/gns3-gui/issues/763
|
2018-08-12 16:49:24 +07:00 |
|
grossmj
|
c0521732a9
|
Get IP address from guest Hyper-V VM. Ref https://github.com/GNS3/gns3-gui/issues/763
|
2018-08-12 01:49:48 -07:00 |
|
grossmj
|
c9767a06b3
|
Early Hyper-V support to run the GNS3 VM. Ref https://github.com/GNS3/gns3-gui/issues/763.
|
2018-08-10 16:18:14 +07:00 |
|
grossmj
|
89f7169589
|
Add appliance UUID added to the node data. Fixes #1334.
|
2018-08-09 17:45:33 +07:00 |
|
grossmj
|
a54359d243
|
Clean GNS3 close if one remote server is down. Fixes #1357.
|
2018-08-09 16:59:10 +07:00 |
|
grossmj
|
e3c8c9d484
|
Mark VirtualBox support for running the GNS3 VM as deprecated. Ref #1377.
|
2018-08-08 15:02:31 +07:00 |
|
grossmj
|
cc52a6a6b5
|
Change default z value for nodes to 1
|
2018-08-08 14:33:10 +07:00 |
|
grossmj
|
033f005bde
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/docker/docker_vm.py
# gns3server/version.py
|
2018-08-07 21:06:42 +07:00 |
|
grossmj
|
d0ed6931d8
|
Catch exception: ZIP does not support timestamps before 1980. Ref #1360.
|
2018-07-26 13:34:23 -05:00 |
|
ziajka
|
ac73c72727
|
Don't send variables to computes where are empty, Ref: #1340
|
2018-06-13 18:55:47 +02:00 |
|
grossmj
|
96d5e351f7
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/version.py
# requirements.txt
|
2018-06-10 21:19:55 +07:00 |
|
grossmj
|
45edc40948
|
Timeout for stream file.
|
2018-06-10 21:18:16 +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
|
8851a55199
|
Fix timeout error with "save as" for large projects.
|
2018-06-07 22:26:23 +07:00 |
|
grossmj
|
62f87de23a
|
Add API endpoint to return all links attached to a node.
|
2018-06-06 20:46:44 +07:00 |
|
grossmj
|
fd5df0052a
|
Fix issue with some SVG symbols that could not be used in GNS3.
This was due to the height and width values being percentages.
|
2018-06-06 16:32:51 +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
|
f3c6faed75
|
Removed unnecessary line
|
2018-05-09 15:53:50 +02:00 |
|
ziajka
|
7b3d5ae5e3
|
Create/update project on compute when variables changes
|
2018-05-09 15:29:35 +02:00 |
|
ziajka
|
0bcc657bf1
|
Don't clean logo images when applied to the project
|
2018-05-08 16:22:35 +02:00 |
|
ziajka
|
f2700ed445
|
Support of supplier and variables in topology
|
2018-05-08 10:07:42 +02:00 |
|
ziajka
|
e267f8a8b8
|
Project global variables
|
2018-05-04 14:34:44 +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
|
3b94484914
|
Fix bug with export project. Ref #1187 #1307.
|
2018-04-28 16:38:52 +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 |
|
grossmj
|
cfd0216554
|
Disable TraceNG for version 2.1.5
|
2018-04-18 17:19:44 +08: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 |
|