7d49b80e6b
Add controller endpoints to get VirtualBox VMs, VMware VMs and Docker images
2022-06-07 00:38:59 +08:00
fda2a37b98
Handle creating Qemu disk images and resizing
2022-04-07 16:21:47 +08:00
900d4f79ee
"Local" command line parameter is only for stopping
...
a server that has been started by the desktop GUI
2022-03-30 18:38:34 +08:00
74c675d5b0
Drop Windows support
2022-01-19 22:28:36 +10:30
10fdd8fcf4
Add connect endpoint for computes
...
Param to connect to compute after creation
Report compute unauthorized HTTP errors to client
2021-12-24 13:05:39 +10:30
5797de8f2d
Fix tests
2021-12-02 19:14:55 +10:30
88d98cf02e
Fix tests and workaround issue with flake8
2021-10-18 22:12:10 +10:30
6ec028ea4e
Merge branch '2.2' into 3.0
...
# Conflicts:
# gns3server/compute/builtin/nodes/cloud.py
# gns3server/compute/vmware/vmware_vm.py
# gns3server/controller/link.py
# gns3server/controller/snapshot.py
# gns3server/handlers/api/compute/dynamips_vm_handler.py
# gns3server/handlers/api/compute/iou_handler.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/handlers/api/controller/link_handler.py
# gns3server/schemas/link.py
# gns3server/utils/path.py
# gns3server/version.py
# requirements.txt
2021-06-12 14:36:32 +09:30
d556c08def
Revert "Skip test"
...
This reverts commit 8acb2fe3
2021-06-08 12:27:20 +09:30
8acb2fe37e
Skip test
2021-06-08 12:18:27 +09:30
095a022033
Fix tests. Ref https://github.com/GNS3/gns3-gui/issues/2461
2021-06-07 14:23:52 +09:30
d65b49acaa
Add user permissions + RBAC tests.
2021-06-03 15:40:12 +09:30
cefab8d362
Rename __json__() to asdict()
2021-04-17 23:34:28 +09:30
1b5a5de4bc
Generate new config for each test. Fixes tests.
2021-04-12 19:37:59 +09:30
30ebae207f
Use Pydantic to validate the server config file.
2021-04-12 17:02:23 +09:30
478119b40d
Comment out problematic test
2021-04-10 13:13:28 +09:30
87a26d5da0
Fix tests and comment problematic ones that rely on AsyncioMagicMock
2021-04-09 11:57:29 +09:30
5217dbf3a3
Fix tests
2021-04-05 14:39:50 +09:30
d730c591b3
Refactor template management to use database.
2021-03-28 11:15:08 +10:30
7542b28793
Revert "Fix tests"
...
This reverts commit 4d0cb32b
2021-03-24 13:05:50 +10:30
4d0cb32bd0
Fix tests
2021-03-24 12:39:22 +10:30
d58407c735
Fix tests.
2020-11-13 15:32:25 +10:30
acc5c7ebfa
Update package versions.
...
Do not use Path in schemas (causes issues with empty paths).
Change how notifications are handled.
Run tests with Python 3.9
2020-11-11 17:18:41 +10:30
359f9a7384
Move to version 3 of the REST API.
...
Rename packet capture endpoints.
2020-11-02 12:05:32 +10:30
81439c750a
Use pydantic for data validation (instead of jsonschema)
...
Fix/improve various pydantic shema models.
2020-10-31 15:07:12 +10:30
13da8aa8f5
Do not automatically connect to local compute.
2020-10-22 16:47:11 +10:30
eb3cb8a41f
Migration to FastAPI
2020-10-02 16:07:50 +09:30
7043d48f1a
Auxiliary console support for Qemu. Ref #2873
...
Improvements for auxiliary console support for Docker and Dynamips.
2020-07-29 16:23:51 +09:30
831ee5f468
Support to reset all console connections. Ref https://github.com/GNS3/gns3-server/issues/1619
2020-07-26 18:27:18 +09:30
3dc4ea46d6
Add total RAM, CPUs and disk size to servers summary as well as disk usage in percent. Fixes https://github.com/GNS3/gns3-server/issues/1532
2020-07-19 14:16:07 +09:30
99128e7713
Fix Key Error "vendor_id" is missing when configuring GNS3 VM with VirtualBox. Fixes https://github.com/GNS3/gns3-gui/issues/3018
2020-07-10 17:44:38 +09:30
241caa1ec7
Try to fix capsys issue with Python 3.8
2020-06-16 20:56:10 +09:30
d33584a2e4
More specific fix for Windows
2020-06-16 19:16:58 +09:30
ef23e74e9c
Another fix for test_gns3vm.py
2020-06-16 19:09:49 +09:30
9ab8599e1e
Fix other issues with tests.
2020-06-16 19:03:42 +09:30
d9ab29a9e0
Another fix for test_gns3vm.py
2020-06-16 18:52:07 +09:30
8976384a56
Fix test_gns3vm.py
2020-06-16 18:37:32 +09:30
e4b7e46444
Fix tests for Windows
2020-06-16 01:57:16 -07:00
d3ea67da24
Refactor tests
...
* Use pytest-aiohttp
* Use the async def / await syntax.
* Fix tests to run with Python 3.8
2020-06-16 13:59:03 +09:30
a4bc696a5f
Fix tests
2020-05-05 13:19:51 +09:30
6c322bbdde
Fix tests.
2020-04-30 15:49:06 +09:30
dd11d38338
Fix tests.
2020-04-27 22:48:42 +09:30
c5412bf970
Allocate application IDs for IOU nodes on the controller.
...
An application ID is used by IOU to generate its interface Mac addresses. They must be unique across all opened projects sharing the same computes to avoid Mac address collisions.
2020-02-10 15:20:49 +08:00
647dde1bb4
Make x,y optional for creating links via API. Fixes #1630
2019-08-26 19:51:03 +07:00
55a9abfcea
Allow "none" for compute_id in templates.
2019-08-26 16:48:03 +07:00
06ce0868ec
Fix template migration issues from GUI to controller. Fixes https://github.com/GNS3/gns3-gui/issues/2803
2019-06-15 12:52:50 +02:00
44a142e91d
Fix tests
2019-05-20 11:02:29 +07:00
2af9c9c8ec
Prevent locked nodes to be deleted. Fixes https://github.com/GNS3/gns3-gui/issues/2764
2019-04-10 15:43:51 +07:00
4cc5dbc228
Fix remote packet capture and make sure packet capture is stopped when deleting an NIO. Fixes https://github.com/GNS3/gns3-gui/issues/2753
2019-04-01 19:47:31 +07:00
03401a477e
Fix issue when images are not uploaded from appliance wizard. Ref https://github.com/GNS3/gns3-gui/issues/2738
2019-03-18 15:33:37 +07:00