grossmj
|
8360ae98b1
|
Move appliance and template management code in their own classes.
|
2019-01-14 16:09:06 +07:00 |
|
grossmj
|
d7c2e16c21
|
Use "template" to name what we use to create new nodes.
|
2018-11-28 16:12:58 +07:00 |
|
Karim
|
8eb20525e8
|
Update schema to allow for drawing grid size to be part of project.
|
2018-11-26 15:31:28 +00:00 |
|
grossmj
|
089fdff4f1
|
Working dedicated appliance management API. Ref https://github.com/GNS3/gns3-server/issues/1427
|
2018-11-13 14:59:18 +08:00 |
|
grossmj
|
f0fe9d39fa
|
Base for dedicated appliance management API. Ref https://github.com/GNS3/gns3-server/issues/1427
|
2018-11-11 20:13:58 +08: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
|
9de13c570c
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/builtin/nodes/cloud.py
# gns3server/compute/docker/docker_vm.py
# gns3server/compute/dynamips/nodes/ethernet_switch.py
# gns3server/compute/iou/iou_vm.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/compute/virtualbox/virtualbox_vm.py
# gns3server/compute/vmware/vmware_vm.py
# gns3server/controller/__init__.py
# gns3server/version.py
# gns3server/web/web_server.py
|
2018-10-04 15:44:13 +02:00 |
|
grossmj
|
e4a6db8ebc
|
Fix some typos.
|
2018-10-04 15:22:42 +02:00 |
|
grossmj
|
17d657c919
|
Fix small errors like unhandled exceptions etc.
|
2018-09-11 15:06:01 +02:00 |
|
grossmj
|
4021a13651
|
Catch exceptions in various locations to fix small issues reported by Sentry.
|
2018-09-06 09:49:12 +02: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
|
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
|
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
|
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
|
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
|
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 |
|
ziajka
|
0bcc657bf1
|
Don't clean logo images when applied to the project
|
2018-05-08 16:22:35 +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
|
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
|
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
|
2de182eff4
|
Grid size support for projects.
|
2018-04-13 16:54:57 +08:00 |
|
grossmj
|
669d2ec038
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/schemas/node.py
|
2018-03-30 12:14:09 +07:00 |
|
grossmj
|
297bbd91ec
|
Fix traceng tests.
|
2018-03-30 12:10:57 +07:00 |
|
grossmj
|
898f180310
|
Fix issue with start all.
|
2018-03-29 13:32:56 +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
|
fb3bcf3b8f
|
Basic project stats.
|
2018-03-15 15:21:29 +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 |
|
grossmj
|
519df3ab35
|
Let a project be opened when a port cannot be found (can happens if a project is corrupted).
|
2018-02-02 22:05:51 +08: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
|
28f8216590
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/version.py
# requirements.txt
|
2018-01-23 12:47:13 +07:00 |
|
grossmj
|
7ded71142f
|
Fix same MAC address for duplicated Qemu nodes.
|
2018-01-17 14:13:06 +08:00 |
|
grossmj
|
c281f55fb2
|
Fix same base MAC for duplicated IOS routers. Fixes #1264.
|
2018-01-17 14:01:44 +08:00 |
|
grossmj
|
e5e2b7a8ac
|
Fix "Creating multiple IOU nodes at once assigns the same application id". Fixes #1239.
|
2018-01-15 18:09:05 +07:00 |
|
grossmj
|
ab6fe6da1d
|
Compatibility for old node templates (those with default_symbol and hover_symbol properties).
|
2018-01-12 17:34:37 +07:00 |
|
grossmj
|
6e2752648a
|
Implement #1153 into 2.2 branch.
|
2017-11-27 15:16:46 +07:00 |
|
grossmj
|
061af38b5a
|
Make sure connected links are removed when a node is deleted.
|
2017-11-23 11:19:41 +07:00 |
|
grossmj
|
e1c8df170a
|
Allow projects to be opened even when a node port is already used.
|
2017-09-14 17:57:58 +07:00 |
|
grossmj
|
4a2dfb0037
|
Do not prevent a project to be deleted. Fixes #2237.
|
2017-09-06 18:12:22 +07:00 |
|