gns3-server/gns3server/controller
grossmj 426c16e296 Merge branch '2.2' into 3.0
# Conflicts:
#	.github/workflows/testing.yml
#	CHANGELOG
#	appveyor.yml
#	dev-requirements.txt
#	gns3server/controller/compute.py
#	gns3server/crash_report.py
#	gns3server/version.py
#	gns3server/web/route.py
#	pytest.ini
#	requirements.txt
#	tests/compute/dynamips/test_dynamips_router.py
#	tests/compute/test_base_node.py
#	tests/compute/vmware/test_vmware_manager.py
#	tests/compute/vmware/test_vmware_vm.py
#	tests/controller/gns3vm/test_virtualbox_gns3_vm.py
2022-08-30 11:53:12 +02:00
..
gns3vm Drop Windows support 2022-01-19 22:28:36 +10:30
ports Rename __json__() to asdict() 2021-04-17 23:34:28 +09:30
__init__.py Drop Windows support 2022-01-19 22:28:36 +10:30
appliance_manager.py Use default symbol theme if none is provided when loading appliances 2022-07-25 20:39:03 +02:00
appliance_to_template.py Remove Qemu binary requirement 2022-04-19 18:21:39 +07:00
appliance.py Validate appliance files with Pydantic 2021-10-18 21:46:50 +10:30
compute.py Merge branch '2.2' into 3.0 2022-08-30 11:53:12 +02:00
controller_error.py Add missing response() method in ComputeConflictError 2022-05-27 16:03:54 +07:00
drawing.py Rename __json__() to asdict() 2021-04-17 23:34:28 +09:30
export_project.py Do not tweak zstd compression params 2022-06-03 11:26:26 +07:00
import_project.py Do not tweak zstd compression params 2022-06-03 11:26:26 +07:00
link.py Merge branch 'master' into 3.0 2021-08-29 19:23:51 +09:30
node.py Custom adapters should not be in node (compute) properties returned to clients. Fixes https://github.com/GNS3/gns3-gui/issues/3366 2022-08-06 12:37:05 +02:00
notification.py Rename __json__() to asdict() 2021-04-17 23:34:28 +09:30
project.py "Local" command line parameter is only for stopping 2022-03-30 18:38:34 +08:00
snapshot.py Merge branch '2.2' into 3.0 2021-06-12 14:36:32 +09:30
symbol_themes.py Use generic symbol names 2022-07-25 12:33:40 +02:00
symbols.py Use default symbol theme if none is provided when loading appliances 2022-07-25 20:39:03 +02:00
topology.py Merge branch '2.2' into 3.0 2022-04-27 22:23:05 +07:00
udp_link.py Fix packet capture 2021-12-02 18:07:09 +10:30