grossmj
|
c5c95979c2
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_node.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/compute/qemu/utils/qcow2.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/version.py
|
2021-08-10 15:38:49 +09:30 |
|
grossmj
|
77487e4fc3
|
Merge branch 'master' into 2.2
|
2021-08-05 15:54:16 +09:30 |
|
Jeremy Grossmann
|
b68f7a78a7
|
Merge pull request #1927 from candlerb/candlerb/1921
Support cloning of encrypted qcow2 base image files
|
2021-08-04 23:19:23 -07:00 |
|
Jeremy Grossmann
|
6cf268ca93
|
Merge pull request #1934 from GNS3/handle_no-kvm_deprecated
Handle -no-kvm param deprecated in Qemu >= v5.2
|
2021-07-27 17:37:41 +09:30 |
|
grossmj
|
4646ce684f
|
Handle -no-kvm param deprecated in Qemu >= v5.2
|
2021-07-27 16:34:51 +09:30 |
|
Andrej Krpič
|
3b7dc21ef0
|
Fix binary websocket access to the console
telnet_writer.write is not an async method - drain() is.
Remove async keyword so the call is the same as for the text websocket.
|
2021-07-26 12:58:35 +02:00 |
|
grossmj
|
0ecea8ffbb
|
Change how to generate random MAC addresses
|
2021-07-25 16:03:54 +09:30 |
|
Brian Candler
|
1ee3e14bd3
|
Support cloning of encrypted qcow2 base image files
Fixes #1921
|
2021-07-09 10:53:02 +01:00 |
|
grossmj
|
cdedd53339
|
Fix VMware VM support on Linux and Windows. Fixes #1919
|
2021-06-14 13:16:11 +09:30 |
|
Jeremy Grossmann
|
e78b5fa6d6
|
Fix typo
|
2021-06-12 15:20:55 +09:30 |
|
grossmj
|
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 |
|
grossmj
|
c892cf371b
|
Fix VMware support on macOS BigSur
|
2021-06-08 11:56:33 +09:30 |
|
grossmj
|
971e86d254
|
Fix uBridge errors for cloud nodes not visible in logs. Fixes #1895
|
2021-05-16 14:59:02 +09:30 |
|
grossmj
|
09ac7fd7fb
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_manager.py
# gns3server/handlers/api/compute/dynamips_vm_handler.py
# gns3server/handlers/api/compute/iou_handler.py
# gns3server/handlers/api/compute/project_handler.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/handlers/api/controller/node_handler.py
# gns3server/handlers/api/controller/project_handler.py
# gns3server/handlers/index_handler.py
# tests/handlers/api/compute/test_project.py
# tests/handlers/api/compute/test_qemu.py
# tests/handlers/api/controller/test_node.py
# tests/handlers/api/controller/test_project.py
|
2021-05-15 20:46:34 +09:30 |
|
grossmj
|
9a6978902d
|
Fix tests.
|
2021-05-15 19:43:36 +09:30 |
|
grossmj
|
6294ad9e76
|
Prevent directory traversal
|
2021-05-15 17:35:32 +09:30 |
|
grossmj
|
9404c00411
|
Complete type annotations for API endpoints.
|
2021-04-18 15:40:38 +09: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
|
9c850e0f2b
|
Move schemas between compute and controller subpackages
|
2021-04-15 18:12:08 +09:30 |
|
grossmj
|
c59fc375f2
|
Remove traceng code.
|
2021-04-13 19:03:23 +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
|
0fea3f969e
|
Use aiosqlite and add service for templates
|
2021-03-28 21:17:29 +10:30 |
|
grossmj
|
8cce0eedee
|
Fix console type error when creating Ethernet switch node. Fixes #1873
|
2021-03-01 13:55:52 +10:30 |
|
grossmj
|
c17a86e814
|
Add missing async
|
2021-02-18 18:14:35 +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
|
1043be02a6
|
Merge branch 'master' into 2.2
# Conflicts:
# gns3server/compute/qemu/qemu_vm.py
|
2021-02-16 19:02:12 +10:30 |
|
grossmj
|
9de61cd671
|
Fix warning: 'ide-drive' is deprecated when using recent version of Qemu. Fixes https://github.com/GNS3/gns3-gui/issues/3101
|
2021-02-14 14:39:02 +10:30 |
|
grossmj
|
9e6ccc3f61
|
Fix bug when starting of vpcs stopped with "quit". Fixes https://github.com/GNS3/gns3-gui/issues/3110
|
2021-02-14 13:50:10 +10:30 |
|
grossmj
|
128e494134
|
Stop uBridge if VPCS node has been terminated. Ref https://github.com/GNS3/gns3-gui/issues/3110
|
2021-01-27 21:03:19 +10:30 |
|
Brent Baccala
|
235a127111
|
Allow cloned QEMU disk images to be resized before the node starts,
by cloning the disk image in response to a resize request instead
of waiting until the node starts.
|
2020-12-30 15:36:38 -05:00 |
|
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
|
5244ae6d4c
|
New config file options to configure the VNC console port range.
|
2020-12-03 18:04:42 +10:30 |
|
grossmj
|
c043830e3f
|
Move endpoints to routes & preparations to use a database.
|
2020-11-19 15:21:03 +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 |
|
Bernhard Ehlers
|
e45bc5aec1
|
Fix mcopy error messages
|
2020-11-05 15:00:44 +01:00 |
|
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
|
5a7b5e4e08
|
Make sure all HTTP exceptions return JSON with a "message" field instead of "detail"
|
2020-11-02 18:08:25 +10:30 |
|
grossmj
|
eeaf10b418
|
Put all schemas in the same module.
|
2020-10-31 16:02:21 +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
|
bd8565b2b9
|
Refactor WebSocket console code to work with FastAPI.
Fix endpoint routes.
|
2020-10-19 15:00:41 +10:30 |
|
Bernhard Ehlers
|
de2b9caeeb
|
Use HDD disk image as startup QEMU config disk
|
2020-10-19 03:19:22 +02:00 |
|
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
|
362701f5aa
|
Allow commas in image paths and VM name for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
|
2020-10-11 14:02:22 +10:30 |
|
grossmj
|
91244456f5
|
Handle comma in disk path for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
|
2020-10-08 22:09:03 +10:30 |
|
grossmj
|
c248764efb
|
Fixes update() missing 2 required positional arguments: 'name' and 'value'. Fixes #1821 #1825
|
2020-10-06 17:08:51 +10:30 |
|