grossmj
|
c6e31d98db
|
Option to disable image discovery and do not scan parent directory
|
2022-12-26 12:32:40 +08:00 |
|
grossmj
|
9a7b3bed25
|
Allow raw images by default. Fixes https://github.com/GNS3/gns3-server/issues/2097
|
2022-12-26 11:28:51 +08:00 |
|
grossmj
|
8ad7b3f613
|
Fix bug when creating Dynamips router with chassis setting
|
2022-12-24 18:03:00 +08:00 |
|
grossmj
|
17e0b2e259
|
Stricter checks to create/update an Ethernet switch and add tests
|
2022-12-24 08:20:51 +08:00 |
|
grossmj
|
5666b43ee0
|
Fix schema for removing WICs from Cisco routers. Fixes #3392
|
2022-12-22 20:02:28 +08:00 |
|
grossmj
|
7643185fa2
|
Add missing importlib_resources
|
2022-11-09 23:14:38 +08:00 |
|
grossmj
|
263febecbc
|
Merge branch '2.2' into 3.0
# Conflicts:
# .github/workflows/testing.yml
# CHANGELOG
# appveyor.yml
# dev-requirements.txt
# gns3server/compute/base_node.py
# gns3server/controller/__init__.py
# gns3server/controller/appliance_manager.py
# gns3server/crash_report.py
# gns3server/static/web-ui/index.html
# gns3server/utils/get_resource.py
# gns3server/version.py
# gns3server/web/route.py
# requirements.txt
# tests/handlers/api/compute/test_qemu.py
# win-requirements.txt
|
2022-11-09 20:30:28 +08:00 |
|
grossmj
|
0a046e43d7
|
Development on 2.2.36.dev1
|
2022-11-09 20:02:20 +08:00 |
|
grossmj
|
1aca7dbe04
|
Release v2.2.35
|
2022-11-08 23:40:25 +08:00 |
|
grossmj
|
c80a55b18c
|
Install appliances and configs without importlib_resources for Windows only
|
2022-11-08 23:07:45 +08:00 |
|
grossmj
|
284a4b62fb
|
Fix copying appliances and configs when app is frozen
|
2022-11-08 22:50:59 +08:00 |
|
grossmj
|
d33fefa183
|
Merge branch 'master' into 2.2
|
2022-11-08 19:29:39 +08:00 |
|
grossmj
|
dfb48c884b
|
Release web-ui v2.2.35
|
2022-11-08 19:29:21 +08:00 |
|
grossmj
|
f80aca7633
|
Sync appliance files
|
2022-11-08 18:40:27 +08:00 |
|
grossmj
|
84914ecfa4
|
Add debug messages to fix VMnet interface list refresh. Ref https://github.com/GNS3/gns3-gui/issues/3381
|
2022-11-08 12:54:47 +08:00 |
|
grossmj
|
5696d1ccb7
|
Fix issues with VMnet interface on macOS >= 11.0. Ref #3381
|
2022-11-07 23:59:33 +08:00 |
|
grossmj
|
a4b24eaceb
|
Use importlib_resources instead of pkg_resources and install built-in appliances in config dir.
|
2022-11-07 20:12:03 +08:00 |
|
grossmj
|
f04702d607
|
Fix console vnc don't use configured ports in some case. Fixes #2111
|
2022-11-06 19:36:31 +08:00 |
|
grossmj
|
9cf2e4f5a6
|
Make version PEP 440 compliant
|
2022-11-06 17:51:31 +08:00 |
|
grossmj
|
f3b8f43689
|
Fix creating asyncio task in Python 3.6
|
2022-10-30 22:21:28 +08:00 |
|
grossmj
|
2d74d1ad94
|
Fix tests for Python 3.11
|
2022-10-30 22:07:44 +08:00 |
|
grossmj
|
6b3d4feab8
|
Replace deprecated distro.linux_distribution() call
|
2022-10-11 23:28:11 +08:00 |
|
grossmj
|
19de2732f2
|
Upgrade to FastAPI 0.85.0 and check embedded web-ui index.html can be found.
|
2022-09-29 15:11:15 +02:00 |
|
grossmj
|
40c22e389e
|
Merge branch 'master' into 2.2
|
2022-09-29 14:56:35 +02:00 |
|
Jeremy Grossmann
|
0419c081fe
|
Merge pull request #2083 from a60814billy/fix/binding-on-wrong-interface-in-windows
fix: binding to wrong interface in windows
|
2022-09-28 17:36:31 +02:00 |
|
grossmj
|
b0e646b97d
|
Fix some issues with HTTP notification streams
|
2022-09-13 22:10:01 +02:00 |
|
grossmj
|
e8973b9c44
|
Development on 3.0.0dev5
|
2022-09-07 01:16:14 +02:00 |
|
grossmj
|
317e2b164c
|
Release v3.0.0a2
|
2022-09-07 01:05:41 +02:00 |
|
grossmj
|
8976a751fa
|
Add web-ui v3.0.0a2
|
2022-09-07 00:57:08 +02:00 |
|
grossmj
|
2976e220dc
|
Return a boolean directly from API endpoint for project locked status
|
2022-09-03 23:08:13 +02:00 |
|
grossmj
|
27debfff8d
|
API endpoint to get the locked status of a project
|
2022-09-03 22:58:44 +02:00 |
|
grossmj
|
ca3bf592d6
|
Global project lock and unlock
|
2022-08-30 22:49:47 +02:00 |
|
grossmj
|
43e60c31c7
|
Remove empty files after merge
|
2022-08-30 12:21:05 +02:00 |
|
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 |
|
grossmj
|
0d0a06799d
|
Development on 2.2.35dev1
|
2022-08-29 11:14:44 +02:00 |
|
grossmj
|
8d4df08150
|
Release v2.2.34
|
2022-08-28 23:28:12 +02:00 |
|
grossmj
|
fd1d8d9d86
|
Update appliance files
|
2022-08-28 22:51:26 +02:00 |
|
Jeremy Grossmann
|
e96d8ae497
|
Merge pull request #2089 from SpikefishSolutions/spikefishjohn-patch-3
Update compute.py
|
2022-08-28 22:09:44 +02:00 |
|
grossmj
|
d996a87246
|
Require name for custom adapters. Fixes #2098
|
2022-08-28 17:33:33 +02:00 |
|
grossmj
|
b58a54ae7c
|
Allow empty adapter slots for Dynamips templates. Ref https://github.com/GNS3/gns3-gui/issues/3373
|
2022-08-28 17:05:28 +02:00 |
|
grossmj
|
129f0a631c
|
Use original $PATH in init.sh for Docker containers. Ref #2069
|
2022-08-28 12:06:56 +02:00 |
|
grossmj
|
d1c8f33fc5
|
Upgrade dev dependencies and fix issues after upgrading to pytest-aiohttp v1.0.4
|
2022-08-27 19:16:02 +02:00 |
|
grossmj
|
6fa3f85b83
|
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 |
|
grossmj
|
93b71f806e
|
Development on v3.0.0dev4
|
2022-08-04 12:29:49 +02:00 |
|
grossmj
|
3ddbd0de64
|
Release v3.0.0a1
|
2022-08-04 11:38:17 +02:00 |
|
grossmj
|
541e9702bf
|
Bundle gns3-web-ui v3.0.0a1
|
2022-08-04 11:12:42 +02:00 |
|
grossmj
|
64c6000470
|
Update appliance files
|
2022-08-04 11:08:00 +02:00 |
|
grossmj
|
31ae70894e
|
Fix enum use in schemas
|
2022-07-26 23:17:39 +02:00 |
|
grossmj
|
6d0c375323
|
Use default symbol theme if none is provided when loading appliances
|
2022-07-25 20:39:03 +02:00 |
|
grossmj
|
72eb13d941
|
Allow default symbol theme to be configured
|
2022-07-25 20:22:12 +02:00 |
|