1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00
gns3-server/gns3server/compute
grossmj 9de13c570c Merge branch '2.1' into 2.2
# Conflicts:
#	gns3server/compute/builtin/nodes/cloud.py
#	gns3server/compute/docker/docker_vm.py
#	gns3server/compute/dynamips/nodes/ethernet_switch.py
#	gns3server/compute/iou/iou_vm.py
#	gns3server/compute/qemu/qemu_vm.py
#	gns3server/compute/virtualbox/virtualbox_vm.py
#	gns3server/compute/vmware/vmware_vm.py
#	gns3server/controller/__init__.py
#	gns3server/version.py
#	gns3server/web/web_server.py
2018-10-04 15:44:13 +02:00
..
adapters
builtin Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
docker Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
dynamips Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
iou Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
nios Improve suspend a link for Qemu and VirtualBox VMs. 2018-03-19 16:26:12 +07:00
qemu Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
traceng Add default destination setting for traceng + some checks. 2018-04-16 15:03:22 +08:00
virtualbox Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
vmware Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
vpcs Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
__init__.py Check for valid IP address and prevent to run on non-Windows platforms. 2018-03-29 13:26:43 +07:00
base_manager.py Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566 2018-08-24 18:57:18 +07:00
base_node.py Merge branch '2.1' into 2.2 2018-08-29 15:57:54 +07:00
error.py
notification_manager.py Some spring cleaning. 2018-03-15 14:17:39 +07:00
port_manager.py Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
project_manager.py Add API endpoint to return all links attached to a node. 2018-06-06 20:46:44 +07:00
project.py Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566 2018-08-24 18:57:18 +07:00