grossmj
|
802959f9ab
|
Merge branch 'master' into 3.0
# Conflicts:
# dev-requirements.txt
# gns3server/controller/__init__.py
# gns3server/controller/appliance_manager.py
# gns3server/controller/compute.py
# gns3server/controller/topology.py
# gns3server/handlers/api/compute/ethernet_switch_handler.py
# gns3server/handlers/api/controller/link_handler.py
# gns3server/handlers/api/controller/symbol_handler.py
# gns3server/version.py
# requirements.txt
# tests/controller/test_export_project.py
# tests/handlers/api/compute/test_qemu.py
# tests/web/test_response.py
# win-requirements.txt
|
2021-04-10 12:46:40 +09:30 |
|
grossmj
|
082206a7db
|
Fix packet capture with HTTPS remote server. Fixes #1882
|
2021-04-07 12:40:15 +09:30 |
|
grossmj
|
360a819e91
|
Set PyQt5 version to 5.15.2 on Windows
|
2021-04-06 22:12:34 +09:30 |
|
grossmj
|
685963b85d
|
Sync appliance files and remove old ones after sync with online repo. Fixes #1876
|
2021-04-06 17:38:11 +09:30 |
|
grossmj
|
5217dbf3a3
|
Fix tests
|
2021-04-05 14:39:50 +09:30 |
|
grossmj
|
566e326b57
|
Save computes to database
|
2021-04-05 14:21:41 +09:30 |
|
grossmj
|
91920e5a5b
|
Fix issue with tests + some cleaning.
|
2021-03-31 09:58:52 +10:30 |
|
grossmj
|
0fea3f969e
|
Use aiosqlite and add service for templates
|
2021-03-28 21:17:29 +10:30 |
|
grossmj
|
d730c591b3
|
Refactor template management to use database.
|
2021-03-28 11:15:08 +10:30 |
|
grossmj
|
6120736c91
|
Fix export for missing files
|
2021-03-24 13:16:00 +10:30 |
|
grossmj
|
055a78bade
|
Fix issue when trying to export temporary Dynamips files.
|
2021-03-24 12:06:10 +10:30 |
|
grossmj
|
91570f475f
|
Launch projects marked for auto open after SIGHUP is received
|
2021-03-05 14:47:20 +10:30 |
|
grossmj
|
1add223891
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/qemu/qemu_vm.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/schemas/project.py
# gns3server/schemas/qemu.py
# gns3server/schemas/qemu_template.py
# gns3server/version.py
# tests/handlers/api/compute/test_qemu.py
|
2021-02-16 21:11:40 +10:30 |
|
grossmj
|
56c25727b6
|
SIGHUP: remove projects with an empty project directory.
|
2021-02-16 17:00:59 +10:30 |
|
grossmj
|
6aefb5d32b
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_node.py
# gns3server/version.py
# gns3server/web/web_server.py
|
2020-12-07 18:00:33 +10:30 |
|
grossmj
|
6c3a070733
|
Close and remove projects deleted from disks after SIGHUP signal is received.
|
2020-12-04 16:17:28 +10:30 |
|
grossmj
|
bf7cf862af
|
Refactor tests and start work on database integration.
|
2020-12-02 18:39:08 +10:30 |
|
grossmj
|
c043830e3f
|
Move endpoints to routes & preparations to use a database.
|
2020-11-19 15:21:03 +10:30 |
|
grossmj
|
95ea1fa636
|
Providing the path to create a project is now deprecated.
|
2020-11-13 15:17:54 +10:30 |
|
grossmj
|
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 |
|
grossmj
|
841b013223
|
SSL support.
|
2020-11-05 18:24:50 +10:30 |
|
grossmj
|
a5d89b428a
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/controller/__init__.py
# gns3server/controller/compute.py
# gns3server/schemas/gns3vm.py
# gns3server/utils/application_id.py
# gns3server/version.py
# gns3server/web/web_server.py
|
2020-11-05 17:15:25 +10:30 |
|
grossmj
|
d16cb5ef89
|
Option to allocate or not the vCPUs and RAM settings for the GNS3 VM. Fixes https://github.com/GNS3/gns3-gui/issues/3069
|
2020-11-05 11:13:57 +10:30 |
|
grossmj
|
e182f53d69
|
Fix wrong defaults for images_path, configs_path, appliances_path. Fixes #1829
|
2020-11-04 12:30:23 +10:30 |
|
grossmj
|
359f9a7384
|
Move to version 3 of the REST API.
Rename packet capture endpoints.
|
2020-11-02 12:05:32 +10:30 |
|
grossmj
|
eeaf10b418
|
Put all schemas in the same module.
|
2020-10-31 16:02:21 +10:30 |
|
grossmj
|
81439c750a
|
Use pydantic for data validation (instead of jsonschema)
Fix/improve various pydantic shema models.
|
2020-10-31 15:07:12 +10:30 |
|
grossmj
|
b6a021dabd
|
Fix SSL support for controller and local compute. Fixes #1826
|
2020-10-27 23:25:19 +10:30 |
|
grossmj
|
5d1fdceb98
|
Fix bug with application id allocation for IOU nodes. Fixes #3079
|
2020-10-27 19:41:24 +10:30 |
|
grossmj
|
80d14a98fb
|
Some cleaning in compute.py
|
2020-10-23 19:42:21 +10:30 |
|
grossmj
|
087bbd1a0b
|
Fix tests.
|
2020-10-22 20:37:34 +10:30 |
|
grossmj
|
a08ddce033
|
Revert compute.py
|
2020-10-22 20:05:37 +10:30 |
|
grossmj
|
97a91f1899
|
Overwrite uvicorn loggers.
|
2020-10-22 19:56:53 +10:30 |
|
grossmj
|
13da8aa8f5
|
Do not automatically connect to local compute.
|
2020-10-22 16:47:11 +10:30 |
|
grossmj
|
a92c47b310
|
Add HTTP client to reuse the aiohttp session where needed.
Remove unnecessary aiohttp exceptions.
|
2020-10-22 16:19:44 +10:30 |
|
grossmj
|
0746949207
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/qemu/qemu_vm.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/handlers/api/controller/symbol_handler.py
# gns3server/version.py
# tests/compute/qemu/test_qemu_vm.py
# tests/endpoints/compute/test_qemu_nodes.py
# tests/endpoints/controller/test_nodes.py
|
2020-10-12 18:04:49 +10:30 |
|
grossmj
|
e592b95639
|
Revert "Add info log to show where custom symbols are searched from."
This reverts commit 593e3795
|
2020-10-07 15:20:28 +10:30 |
|
grossmj
|
593e379523
|
Add info log to show where custom symbols are searched from.
|
2020-10-07 15:19:09 +10:30 |
|
grossmj
|
d451d3125e
|
Fix symbol retrieval issue. Ref #1824
|
2020-10-07 11:48:11 +10:30 |
|
grossmj
|
0259696872
|
Fix Hyper-V based GNS3 VM WMI issue. Fixes #1822
|
2020-10-06 16:42:50 +10:30 |
|
grossmj
|
eb3cb8a41f
|
Migration to FastAPI
|
2020-10-02 16:07:50 +09:30 |
|
grossmj
|
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 |
|
grossmj
|
12732aaf83
|
Disallow to rename a running node. Fixes https://github.com/GNS3/gns3-gui/issues/2499
|
2020-07-27 15:06:17 +09:30 |
|
grossmj
|
831ee5f468
|
Support to reset all console connections. Ref https://github.com/GNS3/gns3-server/issues/1619
|
2020-07-26 18:27:18 +09:30 |
|
grossmj
|
f97d346c34
|
Support to reset links. Fixes https://github.com/GNS3/gns3-server/issues/1620
|
2020-07-24 21:48:49 +09:30 |
|
grossmj
|
a9e9ff071d
|
Read folder structure correctly for custom symbols. Fixes https://github.com/GNS3/gns3-gui/issues/2856
|
2020-07-19 17:46:49 +09:30 |
|
grossmj
|
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 |
|
grossmj
|
37c7202aa0
|
Use parent directory as working directory for project duplication and snapshots. Fixes https://github.com/GNS3/gns3-gui/issues/2909
|
2020-07-17 15:11:14 +09:30 |
|
grossmj
|
0390fef74d
|
Use parent directory as working directory for project duplication and snapshots. Fixes https://github.com/GNS3/gns3-gui/issues/2909
|
2020-07-17 15:09:43 +09:30 |
|
grossmj
|
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 |
|