grossmj
a5a663bc99
Remove OVMF_CODE_4M.secboot.fd and associated code
2025-04-18 17:31:31 +07:00
grossmj
2b7eb91694
Add edk2-stable202502 UEFI firmwares and try to first use firmwares from the ovmf package if installed. Fixes #2494
2025-04-18 17:13:29 +07:00
grossmj
684770a220
Prettify TPM error message
2025-04-18 15:25:50 +07:00
grossmj
f6546bf1de
Fix bug in qemu_stdout message
2025-04-18 15:19:06 +07:00
grossmj
355b97398b
Reduce matching error for TPM result
2025-04-18 15:13:41 +07:00
grossmj
6242a0be80
Try to detect swtpm and AppArmor issue. Ref https://github.com/GNS3/gns3-gui/issues/3725
2025-04-18 15:06:49 +07:00
grossmj
18413c923c
Development on 2.2.54.dev1
2025-04-18 15:05:34 +07:00
grossmj
ffd628902c
Fix Docker logs decoding. Ref #2522
2025-04-18 13:58:56 +07:00
grossmj
ca34053125
Add delay after starting a Docker container and adding connections in uBridge. Ref #2522
2025-04-18 13:50:20 +07:00
grossmj
d06f93e772
Fix TypeError when reading Docker container logs. Ref #2522
2025-04-18 13:47:29 +07:00
grossmj
90cf73e434
Fix tests
2025-04-18 13:38:01 +07:00
grossmj
aa8ccf4f82
Allow an image to be uploaded to the controller again even if it is already in the database
2025-04-17 19:07:22 +07:00
grossmj
0826b9c259
Fix controller not reporting an error if invalid options are passed to Qemu command line. Fixes #2517
2025-04-17 19:00:52 +07:00
grossmj
0e8d969cd2
Merge branch '2.2' into 3.0
...
# Conflicts:
# gns3server/compute/docker/__init__.py
# gns3server/compute/docker/docker_vm.py
# requirements.txt
2025-04-16 17:53:44 +07:00
grossmj
0e89ff56a8
Replace "Docker hub" by "Docker repository" because it is possible to use different repositories
2025-04-16 17:42:40 +07:00
grossmj
ffb5bc7ffd
Upgrade aiohttp to v3.11.16
2025-04-16 17:09:09 +07:00
grossmj
f00f21c4bd
Upgrade dependencies
2025-04-16 17:08:08 +07:00
grossmj
773076c40e
Fix unable to add NAT cloud after configuring “allowed_interfaces” in configuration file. Fixes #2508
2025-04-16 16:04:57 +07:00
grossmj
5019167098
Fix interface information API endpoint for Cloud/NAT devices
2025-04-16 15:26:56 +07:00
grossmj
f525916195
Merge remote-tracking branch 'origin/3.0' into 3.0
2025-04-16 14:39:59 +07:00
grossmj
2ac3e0b39f
Upgrade dependencies
2025-04-16 14:39:36 +07:00
Jeremy Grossmann
e532c83538
Merge pull request #2518 from markparonyan/get-link-ifaces
...
Get iface/udp tunnel from links with Cloud,Nat
2025-03-23 20:10:23 +07:00
Mark Paronyan
f21887dbab
tests(get_iface): add unittests
2025-03-23 14:28:58 +00:00
Mark Paronyan
bab173ee52
feat(get_iface): add type information in response
2025-03-23 14:28:27 +00:00
Mark Paronyan
ea2856289a
feat: add endpoint to get iface/udp tunnel from links with Cloud,Nat
2025-03-23 13:46:27 +00:00
grossmj
8e6f5d2b57
Merge branch '2.2' into 3.0
...
# Conflicts:
# requirements.txt
2025-03-18 21:34:43 +07:00
grossmj
2e9127449c
Upgrade Jinja2 to v3.1.6. Fixes #2515
2025-03-18 21:33:31 +07:00
grossmj
ee9f974362
Fix packet capture for links connected to a cloud node. Fixes #2513
2025-03-16 21:12:33 +07:00
grossmj
c9231d7b83
Upgrade dependencies
2025-03-16 20:26:26 +07:00
Jeremy Grossmann
483719568f
Merge pull request #2511 from NAKNAO-nnct/feature/update-dockerfile-ubuntu-2404
...
Update Dockerfile base image to Ubuntu 24.04
2025-03-08 20:26:12 +07:00
NAKNAO-nnct
018598a300
refactor
2025-03-08 20:22:06 +09:00
NAKNAO-nnct
e262a46cfd
rm space
2025-03-08 20:19:37 +09:00
NAKNAO-nnct
00bf1c028b
Update README to Run Docker Compose
2025-03-08 14:11:42 +09:00
NAKNAO-nnct
21ebb934f4
add compose.yaml
2025-03-08 14:08:42 +09:00
NAKNAO-nnct
2ecd2cfe3b
update Ubuntu24.04
2025-03-08 13:59:05 +09:00
Jeremy Grossmann
ce4b3091dd
Merge pull request #2507 from GNS3/fix-remote-install-script
...
Improvements for remote-install.sh
2025-03-03 05:55:42 +07:00
grossmj
f722816849
Improvements for remote-install.sh
...
* Use apt-add-repository to install repository
* Add option to not upgrade the system
* Check if Python version is >= 3.9 when installing from ppa-v3 repository
2025-03-02 22:27:53 +07:00
Jeremy Grossmann
4cb38b23eb
Merge pull request #2506 from FedericoTorres233/patch-1
...
Check if remote-install.sh is being run as root
2025-03-02 16:14:33 +08:00
Federico Torres
f3e46227d8
fix: check if remote-install.sh is being run as root
2025-03-01 16:56:21 -03:00
grossmj
3ba109c651
Development on 3.0.5.dev1
2025-02-25 22:39:38 +08:00
grossmj
3a1ad8c08b
Release v3.0.4
v3.0.4
2025-02-25 18:24:26 +08:00
grossmj
edc855dcb5
Sync appliances
2025-02-25 17:12:28 +08:00
grossmj
59c2eeb536
Upgrade aiohttp to v3.11.13
2025-02-25 19:01:00 +10:00
grossmj
a7f2b1fddc
Require minimum 8 characters for passwords
2025-02-23 12:05:19 +10:00
grossmj
1f4071af93
Bundle web-ui v3.0.4
2025-02-23 12:04:22 +10:00
grossmj
dbdb4a53c7
Sync appliances
2025-02-22 21:18:41 +10:00
grossmj
2659ab2c35
Upgrade dependencies
2025-02-22 21:10:33 +10:00
grossmj
0c3f6712b4
Fix auto idle-pc for IOS templates
2025-02-22 20:14:13 +10:00
grossmj
9122cab6c1
Update schemas to add constraints for values like ram, nvram etc.
2025-02-04 10:39:55 +10:00
grossmj
2516b1952c
Install custom symbols. Fixes #2492
2025-01-29 18:32:04 +10:00