grossmj
|
967c7d066d
|
Delete old code after merging
|
2024-09-22 22:02:14 +07:00 |
|
grossmj
|
7619080a50
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_node.py
# gns3server/compute/docker/docker_vm.py
# gns3server/compute/dynamips/nodes/c1700.py
# gns3server/compute/dynamips/nodes/c2600.py
# gns3server/compute/dynamips/nodes/c2691.py
# gns3server/compute/dynamips/nodes/c3600.py
# gns3server/compute/dynamips/nodes/c3725.py
# gns3server/compute/dynamips/nodes/c3745.py
# gns3server/compute/dynamips/nodes/c7200.py
# gns3server/compute/dynamips/nodes/router.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/controller/node.py
# gns3server/handlers/api/compute/docker_handler.py
# gns3server/handlers/api/compute/dynamips_vm_handler.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/schemas/docker.py
# gns3server/schemas/docker_template.py
# gns3server/schemas/dynamips_template.py
# gns3server/schemas/dynamips_vm.py
# gns3server/schemas/node.py
# gns3server/schemas/qemu.py
# gns3server/schemas/qemu_template.py
|
2024-09-22 22:01:06 +07:00 |
|
grossmj
|
74782d413f
|
Change method to allocate AUX console for existing Dynamips nodes
|
2024-09-22 21:41:10 +07:00 |
|
grossmj
|
c41c11eb34
|
Backport auxiliary console support for Qemu, Docker and Dynamips nodes
|
2024-09-22 18:29:04 +07:00 |
|
grossmj
|
6f2b12c218
|
Fix to allow changing the auxiliary console for IOS router nodes.
|
2024-05-18 23:43:50 +07:00 |
|
grossmj
|
08ee40548f
|
Add custom executable paths on Windows
|
2024-01-28 12:13:08 +11:00 |
|
grossmj
|
bc1016474e
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_node.py
|
2023-12-05 22:15:50 +10:00 |
|
grossmj
|
24bb0ca419
|
Add custom executable paths on Windows
|
2023-12-05 21:24:40 +10:00 |
|
grossmj
|
061ee1491d
|
Disable IOS hostname check for Dynamips ghost instances
|
2023-11-22 18:47:05 +10:00 |
|
grossmj
|
267c4cbbbb
|
Merge branch '2.2' into 3.0
# Conflicts:
# README.md
# gns3server/compute/base_node.py
# gns3server/compute/dynamips/__init__.py
# gns3server/compute/dynamips/hypervisor.py
# gns3server/compute/qemu/__init__.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/controller/__init__.py
# gns3server/crash_report.py
# gns3server/handlers/api/controller/node_handler.py
# gns3server/schemas/qemu_template.py
# gns3server/static/web-ui/index.html
# gns3server/static/web-ui/main.11410ae4eaf4d4c08cd0.js
# gns3server/version.py
# requirements.txt
|
2023-03-17 17:44:32 +10:00 |
|
grossmj
|
8ef59c7832
|
Fix c7200_i0_log.txt is created in the current directory. Fixes #2191
|
2023-02-27 22:58:52 +10:00 |
|
grossmj
|
c57b0cbb53
|
Find Dynamips version before hypervisor launch and do not require Dynamips v0.2.23
|
2023-01-16 18:04:46 +08:00 |
|
grossmj
|
27d9063e56
|
Merge 2.2
|
2023-01-05 12:38:00 +08:00 |
|
grossmj
|
5459543eb5
|
Fix issue when detecting Dynamips version (version is not set until after Dynamips has started)
|
2023-01-04 18:21:17 +08:00 |
|
grossmj
|
da7c7d16e4
|
Fix starting Dynamips on Windows
|
2023-01-04 15:12:09 +08:00 |
|
grossmj
|
771a9a5ddb
|
Require Dynamips 0.2.23 and bind Dynamips hypervisor on 127.0.0.1
|
2023-01-02 15:26:59 +08:00 |
|
grossmj
|
1148dbc48e
|
Fix issue when calling reset_console with running VPCS and Qemu nodes. Ref #1619
|
2022-12-30 20:54:37 +08:00 |
|
grossmj
|
17e0b2e259
|
Stricter checks to create/update an Ethernet switch and add tests
|
2022-12-24 08:20:51 +08:00 |
|
grossmj
|
80f5ca0c3f
|
Checks for valid hostname on server side for Dynamips, IOU, Qemu and Docker nodes
|
2022-07-17 11:51:29 +02:00 |
|
grossmj
|
e50bed5bee
|
Support delete Qemu disk image from API
Return the real disk image name in the 'hdx_disk_image_backed' property for Qemu VMs
|
2022-04-14 17:01:54 +07:00 |
|
grossmj
|
74c675d5b0
|
Drop Windows support
|
2022-01-19 22:28:36 +10:30 |
|
grossmj
|
cefab8d362
|
Rename __json__() to asdict()
|
2021-04-17 23:34:28 +09:30 |
|
grossmj
|
44074ff7c9
|
Some cleaning.
|
2021-04-17 18:36:32 +09:30 |
|
grossmj
|
c021e21309
|
Use black with -l 120 param.
|
2021-04-13 18:46:50 +09:30 |
|
grossmj
|
f928738bd5
|
Use pyupgrade with --py36-plus param.
|
2021-04-13 18:37:58 +09:30 |
|
grossmj
|
30ebae207f
|
Use Pydantic to validate the server config file.
|
2021-04-12 17:02:23 +09:30 |
|
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
|
8cce0eedee
|
Fix console type error when creating Ethernet switch node. Fixes #1873
|
2021-03-01 13:55:52 +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
|
5dab0c2587
|
Prevent WIC to be added/removed while Dynamips router is running. Fixes https://github.com/GNS3/gns3-gui/issues/3082
|
2020-10-27 20:08:01 +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
|
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
|
65c8bb6754
|
Fix AUX console not allocated for Dynamips IOS routers.
|
2020-07-27 18:42:36 +09:30 |
|
grossmj
|
dff035d957
|
Support for "usage" for "Cloud" nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2887
Allow "usage" for all builtin nodes (not exposed in Ui).
|
2020-07-15 19:15:51 +09:30 |
|
grossmj
|
1cbed45f16
|
Fix Dynamips ghost image support when project contains a space. Fixes #3015
|
2020-07-08 20:32:58 +09:30 |
|
Torstein Husebø
|
f9ab4ffb96
|
fix warning that you are explicitly comparing literals
|
2020-04-02 21:26:23 +02:00 |
|
grossmj
|
6aed064a86
|
Fix cannot delete Dynamips router the content of the "usage" field. Fixes https://github.com/GNS3/gns3-gui/issues/2947
|
2020-03-16 16:38:23 +10:30 |
|
grossmj
|
a47fa83cec
|
Fix renaming IOL hostname replaces %h only in a single place. Fixes #1707
|
2020-01-08 01:24:47 +08:00 |
|
grossmj
|
7cfd0d4d1d
|
Use compatible shlex_quote to handle case where Windows needs double quotes around file names, not single quotes. Ref https://github.com/GNS3/gns3-gui/issues/2866
|
2019-10-09 17:02:30 +08:00 |
|
grossmj
|
af3ae0df24
|
Merge branch '2.1'
# Conflicts:
# gns3server/compute/dynamips/nodes/atm_switch.py
|
2019-09-30 16:11:26 +08:00 |
|
grossmj
|
67e70c4628
|
Fix wrong Dynamips command used to rename an ATM switch. Fixes #1651
|
2019-09-11 15:06:08 +07:00 |
|
grossmj
|
b0f74c2a5e
|
Fix issue when trying to rename a Dynamips node that is already powered on. Fixes #2824
|
2019-07-10 15:40:11 +02:00 |
|
grossmj
|
a86f881d83
|
Avoid sending warning message all the time for Ethernet switch.
|
2019-05-23 15:57:08 +07:00 |
|
grossmj
|
6edcbd0461
|
Set console type to "none" by default for Ethernet switches and add a warning if trying to use "telnet". Fixes https://github.com/GNS3/gns3-gui/issues/2776
|
2019-05-18 14:28:20 +07:00 |
|
grossmj
|
a17119187b
|
Fix remote packet capture for Dynamips.
|
2019-04-01 20:58:18 +07:00 |
|
grossmj
|
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 |
|
grossmj
|
1f1d93d078
|
Deactivate the embedded shell for Ethernet switch. Ref #1424 #1556
|
2019-03-20 16:23:30 +08:00 |
|
grossmj
|
f0ffb07165
|
Fix issue with "usage" variable for Dynamips VMs. Fixes #1495
|
2019-01-12 12:13:22 +07:00 |
|
grossmj
|
9ed181151f
|
New node information dialog to display general, usage and command line information.
Ref https://github.com/GNS3/gns3-gui/issues/2662 https://github.com/GNS3/gns3-gui/issues/2656
|
2018-12-30 19:35:24 +07:00 |
|