1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-19 06:19:08 +00:00
gns3-server/gns3server/controller
grossmj e3493870b2
Add project.created, project.opened and project.deleted controller notification stream.
Move project.updated and project.closed from project notification to controller notification stream.
2024-01-28 12:13:09 +11:00
..
gns3vm Automatically add vboxnet and DHCP server if not present for VirtualBox GNS3 VM. Ref #2266 2023-09-12 16:14:44 +07:00
ports
__init__.py Fix issue with importlib.resources.files() and Python 3.9 2023-09-23 20:44:00 +10:00
appliance_manager.py Use an older version of platformdirs 2023-08-12 19:15:29 +10:00
appliance.py
compute.py Properly catch aiohttp client exception. Ref #2228 2023-05-30 16:17:12 +09:30
controller_error.py
drawing.py
export_project.py
import_project.py
link.py Fix error when updating a link style. Fixes https://github.com/GNS3/gns3-gui/issues/2461 2021-08-24 11:35:33 +09:30
node.py Comment: Updated a test expression to remove a logical short circuit. 2023-09-20 06:51:41 +00:00
notification.py
project.py Add project.created, project.opened and project.deleted controller notification stream. 2024-01-28 12:13:09 +11:00
snapshot.py
symbol_themes.py
symbols.py Sort symbols by theme. Fixes https://github.com/GNS3/gns3-gui/issues/3230 2021-09-20 20:09:58 +09:30
template_manager.py Config option to disable built-in templates 2022-06-15 14:48:52 +02:00
template.py
topology.py Fix typo 2022-03-23 08:38:14 +01:00
udp_link.py