Jeremy Grossmann
9c369a2597
Merge branch '3.0' into fix/1468
2023-10-22 15:44:25 +10:00
Jeremy Grossmann
4dcb0dce57
Merge pull request #2301 from GNS3/drop-python-3.7
...
Drop Pyhton 3.7 support (end-of-life)
2023-10-22 15:43:26 +10:00
grossmj
0f0412158d
Drop support for Python 3.7 and upgrade dependencies
2023-10-22 15:37:00 +10:00
grossmj
2f3689588e
Fix httpx-ws dependency on Python 3.7
2023-10-22 12:53:47 +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
8f35b871d5
Downgrade watchfiles to v0.20.0
2023-10-18 18:35:02 +10:00
grossmj
29c9d2c2e9
Revert "Temporary support for Python 3.12"
...
This reverts commit 9911b5199b
.
2023-10-18 18:31:44 +10:00
grossmj
5ad7761337
Upgrade FastAPI, watchfiles and platformdirs dependencies
2023-10-18 18:01:59 +10:00
grossmj
9911b5199b
Temporary support for Python 3.12
2023-10-18 17:58:24 +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
109feeb647
Revert to aiohttp v3.8.6
2023-10-18 15:00:42 +10:00
grossmj
56839413fa
Remove testing with Python 3.6 (not supported)
2023-10-18 14:58:19 +10:00
grossmj
18012dc18a
Upgrade aiohttp and sqlalchemy dependencies
2023-10-18 14:56:19 +10:00
grossmj
46c02ad2f3
Merge branch '2.2' into 3.0
...
# Conflicts:
# requirements.txt
2023-10-18 14:54:39 +10:00
grossmj
08ac80e451
Upgrade sentry and psutil dependencies
2023-10-18 14:53:25 +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
grossmj
29f4b238b0
Add Python 3.12 support. Fixes https://github.com/GNS3/gns3-server/issues/2273
2023-10-09 16:54:47 +10:00
Jeremy Grossmann
b6127af067
Merge pull request #2294 from GNS3/list-items-closed-project
...
[API] Allow listing items from a closed project
2023-10-09 13:28:58 +10: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
Jeremy Grossmann
7215b150dd
Merge pull request #2292 from GNS3/fix/3422
...
Support to create empty disk images on the controller
2023-09-25 21:29:24 +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
Jeremy Grossmann
6886f1f566
Merge pull request #2290 from GNS3/fix/2147
...
Fix issue when using importlib.resources.files()
2023-09-23 20:54:57 +10:00
grossmj
999a47f747
Fix issue with importlib.resources.files() and Python 3.9
2023-09-23 20:44:00 +10:00
grossmj
c1507b4155
Upgrade sqlalchemy
2023-09-23 15:56:42 +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
grossmj
f675f24ba7
Revert "Install importlib-resources only with Python < '3.9'. Ref #2147 "
...
This reverts commit dc1eed42da
.
2023-09-23 14:48:04 +10:00
grossmj
dc1eed42da
Install importlib-resources only with Python < '3.9'. Ref #2147
2023-09-23 14:35:50 +10:00
Jeremy Grossmann
2c5a9ef9b7
Merge pull request #2288 from Quanterm/master
...
Update README.md
2023-09-21 11:44:36 +10:00
Vieta
e75d151611
Update README.md
...
The release cycle of NixOs is around every half of the year.
On the unstable channel you have the latest gns3-server version.
Do not worry to use unstable because it mostly just the latest stable version. You can also do overlays to keep your other systems pkgs on the regular release version.
2023-09-20 11:41:05 +00:00
Jeremy Grossmann
d87cff7fd5
Merge pull request #2287 from munahaf/Inappropriate_Logic-5node.py11635999804432162276.diff
...
Update a test expression to remove a logical short circuit
2023-09-20 14:31:04 +07: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
Jeremy Grossmann
6f345bb1ec
Merge pull request #2286 from GNS3/release-v2.2.43
...
Release v2.2.43
2023-09-19 21:04:52 +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
6265d3d55f
Upgrade sentry-sdk and truststore
2023-09-19 20:07:57 +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