Commit Graph

6087 Commits

Author SHA1 Message Date
Jeremy Grossmann
96c6805ace
Merge pull request #2469 from GNS3/joserfc-migration
Replace python-jose library by joserfc
2024-12-30 16:02:17 +07:00
grossmj
efb84b3063
Add back ValidationError 2024-12-30 15:59:01 +07:00
Jeremy Grossmann
0be45c7da2
Merge branch '3.0' into joserfc-migration 2024-12-30 15:52:54 +07:00
Jeremy Grossmann
a4222b4d03
Merge pull request #2470 from GNS3/drop-python3.8
Drop Python 3.8
2024-12-30 15:51:23 +07:00
grossmj
5f75fc7573
Add greenlet dependency 2024-12-30 15:45:17 +07:00
grossmj
5269d4386c
Drop Python 3.8 2024-12-30 15:36:40 +07:00
grossmj
9d6cea665a
Replace python-jose library by joserfc 2024-12-30 15:25:24 +07:00
grossmj
8b57fbaa0a
Downgrade uvicorn to v0.33.0 2024-12-28 18:23:46 +07:00
grossmj
d4a9a21af9
Upgrade dependencies 2024-12-28 18:21:18 +07:00
grossmj
8a900588ca
Merge branch '2.2' into 3.0 2024-12-28 18:04:25 +07:00
grossmj
8ed1fa6ad5
Merge branch 'master' into 2.2 2024-12-28 18:03:39 +07:00
Jeremy Grossmann
a689a55937
Merge pull request #2467 from GNS3/update-remote-install-script
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Use iptables to block IOU home call
2024-12-28 18:01:25 +07:00
grossmj
1c0b0ae423
Remove blocking IOU phone home call. 2024-12-28 18:00:22 +07:00
grossmj
ad7813d04b
Use iptables to block IOU home call 2024-12-28 17:50:59 +07:00
grossmj
654b84cb7b
Release v3.0.1 2024-12-27 21:05:24 +07:00
grossmj
fc1acc58de
Sync appliances 2024-12-27 21:01:23 +07:00
grossmj
07ac4f5834
Bundle web-ui v3.0.1 2024-12-27 21:00:58 +07:00
grossmj
249bf89b7e
Allow for upgrading built-in disks 2024-12-26 23:04:47 +07:00
grossmj
efc3ff62b5
Fix config parsing when configuring server protocol. Fixes https://github.com/GNS3/gns3-gui/issues/3681 2024-12-26 16:36:52 +07:00
grossmj
a521e61efc
Update empty Qemu disks with correct MD5 checksums 2024-12-23 22:45:36 +07:00
grossmj
9492fd0671
Fix tests 2024-12-22 22:34:23 +07:00
grossmj
512407939d
Increase timeout to run compute HTTP queries. Fixes #3453 2024-12-22 22:29:56 +07:00
Jeremy Grossmann
685bf88005
Merge pull request #2457 from GNS3/update-remote-install-script
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Update remote install script
2024-12-22 22:07:33 +07:00
grossmj
a1090a3da8
Fallback when cannot use deb822 format 2024-12-22 21:52:18 +07:00
grossmj
c8e5b41f39
Add compatibility for earlier Ubuntu versions 2024-12-22 21:29:05 +07:00
grossmj
94b5d3e636
Update remote-install.sh to support a custom repository and the deb822 source format 2024-12-22 20:26:24 +07:00
grossmj
d54e6babe2
Release v3.0.0 2024-12-20 18:20:42 +07:00
grossmj
a9b7869e04
Bundle web-ui v3.0.0 2024-12-19 19:49:40 +07:00
grossmj
72838a8108
Sync appliances 2024-12-19 19:04:19 +07:00
grossmj
7229707746
Use static favicon for API docs. Ref #3674 2024-12-19 17:25:42 +07:00
Jeremy Grossmann
c9694a4e1d
Merge pull request #2456 from GNS3/feature/self-hosted-static-files
Configure self-hosting JavaScript and CSS for docs
2024-12-19 17:10:48 +07:00
grossmj
a792792128
Remove debug message 2024-12-19 17:09:00 +07:00
grossmj
eca502c49c
Do not test authentication on docs endpoints 2024-12-19 17:04:00 +07:00
grossmj
0ee73605c0
Configure self-hosting JavaScript and CSS for docs 2024-12-19 16:54:11 +07:00
grossmj
648ae231ef
Fix project auto open feature. Fixes #2455 2024-12-18 18:40:31 +07:00
grossmj
0dd53d3178
Bump version to 3.0.0.dev14 2024-12-17 16:51:09 +07:00
grossmj
09d67ec1a8
Bump version to 3.0.0.dev13 2024-12-17 16:32:30 +07:00
grossmj
c820a807ad
Fix IOU node start 2024-12-17 16:24:42 +07:00
grossmj
014d3f2ad9
Store IOU licence in the secrets directory and disable the check by default 2024-12-17 16:12:17 +07:00
grossmj
5e1b8814b6
Merge branch '2.2' into 3.0
# Conflicts:
#	gns3server/compute/iou/iou_vm.py
2024-12-17 15:08:45 +07:00
grossmj
df56955bf0
Use license instead of licence 2024-12-17 15:01:01 +07:00
grossmj
b84bedffec
Merge branch '2.2' into 3.0
# Conflicts:
#	tests/utils/test_images.py
2024-12-16 18:31:57 +07:00
grossmj
423d3fd82b
Fix tests 2024-12-16 18:30:30 +07:00
grossmj
e1b4d74f1e
Merge branch '2.2' into 3.0 2024-12-16 18:17:01 +07:00
grossmj
86fbae00e1
Fix issue with iourc_path 2024-12-16 18:16:42 +07:00
grossmj
f38efd311a
Merge branch '2.2' into 3.0 2024-12-16 18:14:16 +07:00
grossmj
91e9fa1cbc
Fix tests 2024-12-16 18:13:51 +07:00
grossmj
db067579db
Merge branch '2.2' into 3.0
# Conflicts:
#	gns3server/compute/iou/iou_vm.py
2024-12-16 18:08:51 +07:00
grossmj
6314dd3c35
Fix: do not use the iourc file if IOU licence check is not enabled 2024-12-16 18:07:02 +07:00
grossmj
4e41aefbdb
Require "Project.Audit" permission to duplicate a project and check if "Project.Allocate" permission for the destination. 2024-12-06 14:09:08 +10:00