1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-07-30 18:38:11 +00:00
Commit Graph

6261 Commits

Author SHA1 Message Date
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
github-actions
18aefbd08d Publish API documentation 2025-02-25 10:25:42 +00:00
github-actions
be54a6ad3c Merge remote-tracking branch 'origin/3.0' into gh-pages 2025-02-25 10:25:21 +00:00
grossmj
3a1ad8c08b
Release 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
grossmj
f2bb785037
Remove txt files in custom symbols 2025-01-29 18:25:06 +10:00
grossmj
fc938a069b
Sync appliances 2025-01-29 18:24:04 +10:00
grossmj
4fd41991db
Fix VMware add ubridge connection. Fixes #2490 2025-01-27 12:12:43 +10:00
grossmj
cfc4bb371a
Upgrade FastAPI to v0.115.7 2025-01-23 13:32:11 +10:00
grossmj
ce59e84e13
Development on 3.0.4 2025-01-23 13:31:32 +10:00
grossmj
b5e2bb1561
Release v3.0.3 2025-01-22 19:06:42 +10:00
grossmj
3003ed1465
Bundle web-ui v3.0.3 2025-01-22 18:57:21 +10:00
grossmj
09774a3a56
Merge branch '2.2' into 3.0
# Conflicts:
#	CHANGELOG
#	gns3server/compute/virtualbox/virtualbox_vm.py
#	gns3server/controller/compute.py
#	gns3server/crash_report.py
#	gns3server/static/web-ui/index.html
#	gns3server/static/web-ui/main.c83939cdfe3af0ec27df.js
#	gns3server/version.py
#	gns3server/web/web_server.py
#	requirements.txt
#	tests/controller/test_compute.py
2025-01-22 18:37:17 +10:00
Jeremy Grossmann
185cd01e19
Merge pull request #2488 from GNS3/release/v2.2.53
Release v2.2.53
2025-01-21 09:47:43 +07:00
grossmj
369fcaa512
Release v2.2.53 2025-01-21 11:52:11 +10:00
grossmj
7b7d3d676f
Bundle web-ui v2.2.53 2025-01-21 11:43:11 +10:00
grossmj
d1186b2acc
Sync appliances 2025-01-21 11:29:28 +10:00
grossmj
bd58196817
Add more information when patching .vbox file. Ref https://github.com/GNS3/gns3-gui/issues/3542 2025-01-20 13:22:22 +10:00
Jeremy Grossmann
b3a822df8f
Merge pull request #2487 from GNS3/upgrade-tests
Refactor tests and upgrade dev package requirements
2025-01-17 16:38:32 +07:00
grossmj
ba4e0c945d
Refactor tests and upgrade dev package requirements 2025-01-17 19:12:44 +10:00
Jeremy Grossmann
f6725a37dd
Merge pull request #2486 from GNS3/feature/args-parsing
Refactor command line arguments parsing
2025-01-17 08:26:05 +07:00
grossmj
8e96c4c2e8
Refactor command line arguments parsing 2025-01-17 07:57:42 +07:00
grossmj
035a104957
Fix capture on IOU/IOL links. Fixes #2477 2025-01-11 18:46:55 +07:00
github-actions
faad9f25bb Publish API documentation 2025-01-07 17:04:32 +00:00
github-actions
53adcfef61 Merge remote-tracking branch 'origin/3.0' into gh-pages 2025-01-07 17:04:07 +00:00
grossmj
54c0b383cb
Use Python 3.9 to publish API documentation 2025-01-08 00:03:18 +07:00
grossmj
7c0384a8d4
Development on 3.0.3.dev1 2025-01-07 11:12:02 +07:00
grossmj
469bd692a0
Release v3.0.2 2025-01-03 21:44:00 +07:00