1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-13 01:20:58 +00:00
Commit Graph

4535 Commits

Author SHA1 Message Date
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
grossmj
d34c3a0ac7
Bundle web-ui v3.0.2 2025-01-03 21:40:11 +07:00
grossmj
08693871ae
Support to create templates based on image checksums. 2025-01-03 21:35:14 +07:00
grossmj
ac4c5f5985
Improve tests for pruning images 2025-01-03 19:56:41 +07:00
grossmj
4758431c76
Improvements for built-in disks
* Checksum is updated in the database for updated disks.
* It is not possible to prune them.
2025-01-02 23:10:51 +07:00
grossmj
b39c7541fb
Add timeout for waiting watchdog observer thread to complete 2024-12-31 17:24:19 +07:00
grossmj
82779d816f
Use watchdog instead of watchfiles to monitor for new images on the file system 2024-12-31 17:19:32 +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
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
d4a9a21af9
Upgrade dependencies 2024-12-28 18:21:18 +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
512407939d
Increase timeout to run compute HTTP queries. Fixes #3453 2024-12-22 22:29:56 +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
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
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
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
grossmj
bbff6974e6
Fix undefined name 'default_directory' 2024-12-02 14:36:58 +10:00
grossmj
c05dcef54f
Fix formatting issue 2024-12-02 13:18:12 +10:00
grossmj
b7d43b29cd
Fix tests after merging 2024-12-02 13:02:08 +10:00
grossmj
cbaa563996
Merge branch '2.2' into 3.0
# Conflicts:
#	CHANGELOG
#	gns3server/crash_report.py
#	gns3server/static/web-ui/index.html
#	gns3server/static/web-ui/main.9297104511b6616fc55c.js
#	gns3server/utils/images.py
#	gns3server/version.py
#	tests/api/routes/compute/test_dynamips_nodes.py
#	tests/handlers/api/compute/test_qemu.py
#	tests/utils/test_images.py
2024-12-02 12:16:34 +10:00
grossmj
6c521b5f7a
Development on 2.2.53.dev1 2024-12-02 11:33:59 +10:00
grossmj
a8014da10b
Release v2.2.52 2024-12-02 11:14:23 +10:00
grossmj
f6080013e3
Bundle web-ui v2.2.52 2024-12-02 11:09:30 +10:00
grossmj
fc54c6e496
Sync appliances 2024-12-02 11:02:47 +10:00
grossmj
19cabdfde6
Use log.debug for some messages in images.py 2024-11-28 12:42:50 +10:00
grossmj
3d58b437b4
Remove restrictions based on file extension when listing images and fix ELF header checks 2024-11-27 14:51:34 +10:00
grossmj
83921a45df
Fix use project name instead of ID for fast duplication when running local server. Fixes #2446 2024-11-26 12:07:06 +10:00
grossmj
b2db8896ea
Release v3.0.0rc2 2024-11-20 14:00:49 +10:00
grossmj
a22f7ac3d2
Bundle web-ui v3.0.0rc2 2024-11-20 13:51:15 +10:00