1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-02 20:21:02 +00:00
gns3-server/gns3server
grossmj d3860ba84b
Merge branch '2.2' into 3.0
# Conflicts:
#	CHANGELOG
#	dev-requirements.txt
#	gns3server/compute/qemu/__init__.py
#	gns3server/compute/vmware/__init__.py
#	gns3server/controller/snapshot.py
#	gns3server/crash_report.py
#	gns3server/handlers/api/compute/atm_switch_handler.py
#	gns3server/run.py
#	gns3server/static/web-ui/26.77d4bfd104f37c42e028.js
#	gns3server/static/web-ui/index.html
#	gns3server/static/web-ui/runtime.415291667f70565cd8ef.js
#	gns3server/utils/__init__.py
#	gns3server/utils/images.py
#	gns3server/utils/interfaces.py
#	gns3server/version.py
#	gns3server/web/web_server.py
#	pytest.ini
#	requirements.txt
#	scripts/update-bundled-web-ui.sh
#	setup.py
#	tests/api/routes/compute/test_dynamips_nodes.py
#	tests/compute/builtin/nodes/test_cloud.py
#	tests/compute/docker/test_docker.py
#	tests/compute/docker/test_docker_vm.py
#	tests/compute/dynamips/test_dynamips_manager.py
#	tests/compute/dynamips/test_dynamips_router.py
#	tests/compute/iou/test_iou_vm.py
#	tests/compute/qemu/test_qcow2.py
#	tests/compute/qemu/test_qemu_manager.py
#	tests/compute/qemu/test_qemu_vm.py
#	tests/compute/test_base_node.py
#	tests/compute/test_manager.py
#	tests/compute/test_project.py
#	tests/compute/traceng/test_traceng_vm.py
#	tests/compute/virtualbox/test_virtualbox_manager.py
#	tests/compute/virtualbox/test_virtualbox_vm.py
#	tests/compute/vmware/test_vmware_manager.py
#	tests/compute/vmware/test_vmware_vm.py
#	tests/compute/vpcs/test_vpcs_vm.py
#	tests/conftest.py
#	tests/controller/gns3vm/test_remote_gns3_vm.py
#	tests/controller/gns3vm/test_virtualbox_gns3_vm.py
#	tests/controller/gns3vm/test_vmware_gns3_vm.py
#	tests/controller/test_export_project.py
#	tests/controller/test_gns3vm.py
#	tests/controller/test_import_project.py
#	tests/test_config.py
#	tests/utils/test_asyncio.py
#	tests/utils/test_images.py
#	tests/web/test_response.py
2024-05-16 17:53:39 +07:00
..
api Do not return an error if an image has already been uploaded 2024-04-26 19:02:50 +07:00
appliances Sync appliances 2024-05-16 17:27:38 +07:00
compute Merge branch '2.2' into 3.0 2024-05-16 17:53:39 +07:00
config_samples Default compute username is "gns3" 2023-11-12 18:02:19 +10:00
configs Change "ip cef" to "no ip cef" in IOU default configs. Fixes #2298 2023-10-23 15:16:49 +10:00
controller Merge branch '2.2' into 3.0 2024-05-16 17:53:39 +07:00
core Option to disable image discovery and do not scan parent directory 2022-12-26 12:32:40 +08:00
db Fix CPU fractional values for Docker VMs. 2024-04-03 17:15:10 +07:00
db_migrations Support for custom Qemu path in templates and nodes 2024-04-03 21:16:40 +07:00
disks Merge branch '2.2' into 3.0 2023-07-13 10:09:26 +10:00
schemas Fix CPU fractional values for Docker VMs. 2024-04-03 17:15:10 +07:00
services Use NAT symbol for builtin NAT template 2024-04-22 19:11:58 +07:00
static Merge branch '2.2' into 3.0 2024-05-16 17:53:39 +07:00
symbols Add NAT symbols 2024-04-22 18:51:29 +07:00
templates Move to version 3 of the REST API. 2020-11-02 12:05:32 +10:30
utils Merge branch '2.2' into 3.0 2024-05-16 17:53:39 +07:00
__init__.py Use pyupgrade with --py36-plus param. 2021-04-13 18:37:58 +09:30
__main__.py Allow to start server with python -m gns3server 2015-08-25 22:31:45 +02:00
alembic.ini Support for database schema migrations using alembic 2023-01-11 10:15:04 +08:00
config.py Use controller vars file to store version and appliance etag 2023-09-06 16:28:46 +07:00
crash_report.py Release v2.2.47 2024-05-15 12:14:48 +07:00
logger.py Drop Windows support 2022-01-19 22:28:36 +10:30
main.py Support for cooperative signal handling of uvicorn v0.29.0 2024-04-03 15:58:10 +07:00
server.py Support for cooperative signal handling of uvicorn v0.29.0 2024-04-03 15:58:10 +07:00
version.py Release v2.2.47 2024-05-15 12:14:48 +07:00