Commit Graph

878 Commits (master)

Author SHA1 Message Date
grossmj 259d3a0155
Fix cannot import UTC
1 week ago
grossmj 33499be425
Fix warnings in tests
1 week ago
grossmj 35b75f0f7f
Fix link capture for ATM switch. Fixes https://github.com/GNS3/gns3-gui/issues/3570
4 weeks ago
grossmj b6e68ba1a8
Add NAT symbols
4 weeks ago
Jeremy Grossmann 52638a9a8d
Merge branch '2.2' into bugfix/3555
3 months ago
grossmj 9a5af82a28
Save empty directories when exporting a project
3 months ago
grossmj 84db3b9996
Fix not all Docker resources are copied to a writable location
3 months ago
grossmj 1a53c9aabf
Backport from v3: install Docker resources in a writable location at runtime.
3 months ago
grossmj e3493870b2
Add project.created, project.opened and project.deleted controller notification stream.
4 months ago
grossmj 3b0d89be5a Merge branch 'master' into 2.2
7 months ago
grossmj 999a47f747 Fix issue with importlib.resources.files() and Python 3.9
8 months ago
Jeremy Grossmann ffb58a4ed2
Merge branch 'master' into Inappropriate_Logic-5node.py11635999804432162276.diff
8 months ago
munahaf 4d7b3fb9d6 Comment: Updated a test expression to remove a logical short circuit.
8 months ago
grossmj 702fea89fb Automatically add vboxnet and DHCP server if not present for VirtualBox GNS3 VM. Ref #2266
8 months ago
grossmj 709aa46074 Fix issue with controller config saved before checking current version with previous one
9 months ago
grossmj a69feb3682 Use an older version of platformdirs
9 months ago
grossmj 090d1c8c84 Only use platformdirs with Python >= '3.7'
9 months ago
grossmj df2f96828e Use the user data dir to store built-in appliances
9 months ago
grossmj 77744cc31d Handle API version key in VirtualBox 7. Fixes #2266
9 months ago
grossmj 21d9d968c4 Revert "Use truststore in appliance_manager.py instead"
10 months ago
grossmj 945a2c98cd Revert "Use finer-grained control for truststore"
10 months ago
grossmj 5e1792ff4d Use finer-grained control for truststore
10 months ago
grossmj a2628042e8 Use truststore in appliance_manager.py instead
10 months ago
grossmj e616b09028 Use truststore
10 months ago
grossmj 7f595b089b Use certifi to get SSL root certificates
10 months ago
grossmj 533c4544ea Use certifi on Windows and macOS
10 months ago
grossmj 5da742394e Use bundled cacert file on Windows and macOS
10 months ago
grossmj 962c5eed8e Add log message for comparing controller version with config version. Ref https://github.com/GNS3/gns3-gui/issues/3486
10 months ago
grossmj c51d71a4fa Fix version check when installing appliances. Ref https://github.com/GNS3/gns3-gui/issues/3486
10 months ago
grossmj e45467af57 Use the correct VirtualBox host-only type
12 months ago
grossmj c6d6fcfe66 Search for correct VirtualBox network type
12 months ago
grossmj 73bcd019cc Require a Host-Only Network to start the VirtualBox GNS3 VM on macOS with VirtualBox 7
12 months ago
grossmj 2361e138ec Properly catch aiohttp client exception. Ref #2228
12 months ago
grossmj 72af145a23 Fix open IPv6 address for HTTP consoles on controller. Fixes https://github.com/GNS3/gns3-gui/issues/3448
1 year ago
grossmj f3f7921525 Add generic function to install resource files
1 year ago
grossmj 161f62d083 Install empty Qemu disks on first start
1 year ago
grossmj 3c2ae5363c Install built-in appliances when no previous version has been detected. Fixes #2168
1 year ago
grossmj 9132002b80 Fix typos
1 year ago
grossmj d2ad9dc5e2 Delete the built-in appliance directory before installing updated files
1 year ago
grossmj 5bccf4841d Overwrite built-in appliance files when starting a more recent version of the server
1 year ago
grossmj 5bcc247881 Make gns3server.appliances a package
1 year ago
grossmj b8d595928b Try to fix tests
1 year ago
grossmj 3804249d89 Fix tests
1 year ago
grossmj c56a8ef8f7 Only use importlib_resources for Python < 3.9. Fixes #2147
1 year ago
grossmj c80a55b18c Install appliances and configs without importlib_resources for Windows only
2 years ago
grossmj 284a4b62fb Fix copying appliances and configs when app is frozen
2 years ago
grossmj a4b24eaceb Use importlib_resources instead of pkg_resources and install built-in appliances in config dir.
2 years ago
John Fleming 7277d526e3
Update compute.py
2 years ago
grossmj bdd703a0dc Support to reset all console connections. Ref https://github.com/GNS3/gns3-server/issues/1619
2 years ago
grossmj 67bf14776f Config option to disable built-in templates
2 years ago