grossmj
|
61dede72f9
|
Fix ws console and packet capture over SSL
|
2023-11-03 15:35:49 +10:00 |
|
grossmj
|
13630179b2
|
Merge branch '2.2' into 3.0
# Conflicts:
# appveyor.yml
# gns3server/compute/project_manager.py
# gns3server/handlers/api/controller/node_handler.py
# gns3server/static/web-ui/index.html
# gns3server/static/web-ui/main.febf2f1259a67875a3e3.js
|
2023-11-03 14:56:55 +10:00 |
|
grossmj
|
3b22bcfe96
|
Support for web socket console over HTTPS
|
2023-11-03 14:40:40 +10:00 |
|
grossmj
|
8676a3dccf
|
Bundle web-ui
|
2023-11-02 17:40:47 +10:00 |
|
grossmj
|
7c49a9160c
|
Allow disabling hardware virtualization check
|
2023-10-30 14:57:11 +10:00 |
|
grossmj
|
23b1c7a989
|
Development on 3.0.0.dev10
|
2023-10-27 14:12:23 +10:00 |
|
grossmj
|
399e925f2e
|
Release v3.0.0a5
|
2023-10-27 13:38:14 +10:00 |
|
grossmj
|
ac11c984cb
|
Bundle web-ui v3.0.0a5
|
2023-10-27 13:32:31 +10:00 |
|
grossmj
|
0e8e4fd2f7
|
Merge branch '2.2' into 3.0
|
2023-10-27 13:28:32 +10:00 |
|
grossmj
|
ed99a98fe1
|
Sync appliances
|
2023-10-27 13:20:15 +10:00 |
|
grossmj
|
3f50319990
|
Fix L2IOU "failed code signing checks" when IOU base file name is >= 63 characters
|
2023-10-26 15:05:10 +10:00 |
|
grossmj
|
5475eedce7
|
Add igb Qemu adapter
|
2023-10-24 18:33:26 +10:00 |
|
grossmj
|
d680bbbc77
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/schemas/qemu_template.py
# requirements.txt
# tests/compute/qemu/test_qemu_vm.py
# tests/handlers/api/compute/test_qemu.py
|
2023-10-24 18:31:51 +10:00 |
|
Jeremy Grossmann
|
240708112c
|
Merge branch '2.2' into feature/add-qemu-igb-nic
|
2023-10-24 17:14:27 +10:00 |
|
grossmj
|
0d15f40930
|
Change "ip cef" to "no ip cef" in IOU default configs. Fixes #2298
|
2023-10-23 15:16:49 +10:00 |
|
Jeremy Grossmann
|
9c369a2597
|
Merge branch '3.0' into fix/1468
|
2023-10-22 15:44:25 +10:00 |
|
grossmj
|
0f0412158d
|
Drop support for Python 3.7 and upgrade dependencies
|
2023-10-22 15:37:00 +10:00 |
|
grossmj
|
44c066ac68
|
Fix compute authentication for websocket endpoints
|
2023-10-22 12:44:39 +10:00 |
|
grossmj
|
ffc49ea954
|
Development on 3.0.0.dev9
|
2023-10-18 20:15:11 +10:00 |
|
grossmj
|
d610c933fb
|
Release v3.0.0a4
|
2023-10-18 19:01:13 +10:00 |
|
grossmj
|
edcc69f617
|
Remove old web-ui files
|
2023-10-18 17:58:11 +10:00 |
|
grossmj
|
fe8b61373c
|
Bundle web-ui v3.0.0a4
|
2023-10-18 17:51:41 +10:00 |
|
grossmj
|
87960f1ff0
|
Merge branch '2.2' into 3.0
# Conflicts:
# README.md
|
2023-10-18 17:48:09 +10:00 |
|
grossmj
|
3b0d89be5a
|
Merge branch 'master' into 2.2
|
2023-10-18 17:46:51 +10:00 |
|
grossmj
|
5ff3043fb4
|
Sync appliances
|
2023-10-18 17:45:17 +10:00 |
|
grossmj
|
47d3f3f349
|
Do not enforce Compute.Audit and Template.Audit privileges due to current web-ui limitations
|
2023-10-18 15:51:43 +10:00 |
|
grossmj
|
6ca15cbcff
|
Merge branch '2.2' into 3.0
# Conflicts:
# .github/workflows/testing.yml
# requirements.txt
# setup.py
|
2023-10-18 14:49:49 +10:00 |
|
grossmj
|
722512d851
|
Remove model validator. Fixes https://github.com/GNS3/gns3-gui/issues/3522
Default port name and port segment size are already set in the code when a new node is created.
|
2023-10-15 11:16:05 +10:00 |
|
Konrad Goławski
|
737664a3d4
|
Add Qemu IGB network device
|
2023-10-12 11:35:53 +02:00 |
|
grossmj
|
5092bd2fdf
|
List elements when a project is closed
|
2023-10-09 13:16:12 +10:00 |
|
grossmj
|
a27db6b4eb
|
Fix deleting resource from resource pool. Ref #2293
|
2023-09-28 18:38:38 +10:00 |
|
grossmj
|
66b66cc3e1
|
Bump version to 3.0.0.dev8
|
2023-09-25 21:38:20 +10:00 |
|
grossmj
|
674381f1be
|
Fix tests
|
2023-09-25 21:08:23 +10:00 |
|
grossmj
|
1ae6d13022
|
Support to create empty disk images on the controller
|
2023-09-25 17:51:14 +10:00 |
|
grossmj
|
999a47f747
|
Fix issue with importlib.resources.files() and Python 3.9
|
2023-09-23 20:44:00 +10:00 |
|
grossmj
|
d9214a3c67
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/virtualbox/__init__.py
# gns3server/controller/gns3vm/virtualbox_gns3_vm.py
# gns3server/crash_report.py
# gns3server/version.py
# requirements.txt
|
2023-09-23 15:54:54 +10:00 |
|
Jeremy Grossmann
|
ffb58a4ed2
|
Merge branch 'master' into Inappropriate_Logic-5node.py11635999804432162276.diff
|
2023-09-20 14:17:58 +07:00 |
|
munahaf
|
4d7b3fb9d6
|
Comment: Updated a test expression to remove a logical short circuit.
|
2023-09-20 06:51:41 +00:00 |
|
grossmj
|
94abdfc9f0
|
Development on 2.2.44.dev1
|
2023-09-19 21:08:24 +07:00 |
|
grossmj
|
89ec458f5c
|
Release v2.2.43
|
2023-09-19 20:16:52 +07:00 |
|
grossmj
|
80bc1a726b
|
Sync appliances
|
2023-09-19 20:12:32 +07:00 |
|
grossmj
|
a96a82821c
|
Merge branch 'master' into 2.2
|
2023-09-19 20:04:15 +07:00 |
|
grossmj
|
ad47ffbe29
|
Force English output for VBoxManage. Fixes #2266
|
2023-09-19 18:14:05 +07:00 |
|
Sylvain MATHIEU OBS
|
0d834ee2a0
|
rbac fix: cannot add multiple time same privilege to a role
|
2023-09-18 13:34:46 +02:00 |
|
grossmj
|
7534718a1c
|
Remove privileges endpoint from roles
|
2023-09-14 22:41:08 +07:00 |
|
Jeremy Grossmann
|
63c1defd9a
|
Merge branch '3.0' into resource-pools
|
2023-09-14 22:38:52 +07:00 |
|
grossmj
|
1f90bb14b6
|
Require users to be logged in for privilege API endpoints
|
2023-09-14 22:36:21 +07:00 |
|
Sylvain MATHIEU OBS
|
10eeefc1f5
|
API: add endpoint to expose availables privileges to web UI
|
2023-09-12 15:24:54 +02:00 |
|
grossmj
|
702fea89fb
|
Automatically add vboxnet and DHCP server if not present for VirtualBox GNS3 VM. Ref #2266
|
2023-09-12 16:14:44 +07:00 |
|
grossmj
|
a95dda0d1d
|
Complete resource pool support for projects
|
2023-09-11 18:15:03 +07:00 |
|