aac6fbfc31
Add freeze_support() for multiprocessing
2023-11-07 10:42:53 +10:00
76bd5921c5
Fixed updating system and GNS3.
2023-11-06 19:02:29 -05:00
af3a618306
Merge pull request #2316 from GNS3/release-v2.2.44
...
Release v2.2.44
2023-11-06 17:05:54 +10:00
3c4b5db1ca
Development on 2.2.45.dev1
2023-11-06 17:00:17 +10:00
5c8abdc6fd
Release v2.2.44
v2.2.44
2023-11-06 16:02:23 +10:00
f80f41b5b3
Sync appliances
2023-11-06 15:58:21 +10:00
503373a6e9
Bundle web-ui v2.2.44
2023-11-06 15:53:51 +10:00
8236c85b5f
Upgrade sentry-sdk
2023-11-06 15:44:30 +10:00
531499bbfb
Merge pull request #2314 from Xatrekak/master
...
[Fix] an issue where the shell option in dialog failed to drop you back to bash.
2023-11-06 13:01:35 +10:00
ae825b0080
Non-blocking checksums computation when server starts. Fixes #2228
2023-11-06 12:32:23 +10:00
7ad3afbdef
Update welcome.py
...
Fixed an issue where the shell option in dialog failed to drop you back to bash.
2023-11-05 13:35:06 -05:00
191feed669
Fix timeout issue when creating Qemu disk image. Fixes https://github.com/GNS3/gns3-server/issues/2313
2023-11-05 15:41:46 +10:00
3b22bcfe96
Support for web socket console over HTTPS
2023-11-03 14:40:40 +10:00
0f07b9e019
Add back script create_cert.sh
2023-11-03 12:31:34 +10:00
8676a3dccf
Bundle web-ui
2023-11-02 17:40:47 +10:00
b0dbf59ac4
Use Python 3.8 in appveyor.yml
2023-10-31 14:48:08 +10:00
0e18762b36
Merge pull request #2308 from Xatrekak/master
...
Update remote-install.sh
2023-10-31 09:19:55 +10:00
cbc7e59d3f
Update remote-install.sh
...
Removed an extra slash at the end when setting the user home directory. This was causing unexpected behavior for other scrips as ~ was aliased to /opt/gns3/ instead of the expected /opt/gns3.
This caused an extra / to appear in commands unexpectedly.
2023-10-30 11:00:45 -04:00
14fd165f2a
Merge pull request #2307 from GNS3/fix/3521
...
Allow disabling hardware virtualization check
2023-10-30 15:03:50 +10:00
7c49a9160c
Allow disabling hardware virtualization check
2023-10-30 14:57:11 +10:00
5a6e945db2
Merge pull request #2304 from GNS3/upgrade-python-api-doc
...
Upgrade to Python 3.8 for API doc publishing
2023-10-27 14:46:52 +10:00
86c0b90951
Use Python 3.8 to publish API doc
2023-10-27 14:42:22 +10:00
ed99a98fe1
Sync appliances
2023-10-27 13:20:15 +10:00
19edc193f9
Merge pull request #2303 from GNS3/fix/1484
...
Fix L2IOU "failed code signing checks"
2023-10-26 15:13:12 +10:00
3f50319990
Fix L2IOU "failed code signing checks" when IOU base file name is >= 63 characters
2023-10-26 15:05:10 +10:00
248737c34b
Merge pull request #2296 from ventaquil/feature/add-qemu-igb-nic
...
Add Qemu IGB network device
2023-10-24 17:23:00 +10:00
240708112c
Merge branch '2.2' into feature/add-qemu-igb-nic
2023-10-24 17:14:27 +10:00
c759c4e3f6
Upgrade to actions/checkout@v3 and actions/setup-python@v3
2023-10-23 16:17:31 +10:00
34ee75e1f1
Fix tests running on Python 3.12
2023-10-23 16:12:12 +10:00
4af5edbc03
Install aiohttp 3.9.0b0 when running on Python 3.12
2023-10-23 15:21:06 +10:00
0d15f40930
Change "ip cef" to "no ip cef" in IOU default configs. Fixes #2298
2023-10-23 15:16:49 +10:00
3b0d89be5a
Merge branch 'master' into 2.2
2023-10-18 17:46:51 +10:00
5ff3043fb4
Sync appliances
2023-10-18 17:45:17 +10:00
08ac80e451
Upgrade sentry and psutil dependencies
2023-10-18 14:53:25 +10:00
737664a3d4
Add Qemu IGB network device
2023-10-12 11:35:53 +02:00
29f4b238b0
Add Python 3.12 support. Fixes https://github.com/GNS3/gns3-server/issues/2273
2023-10-09 16:54:47 +10:00
6886f1f566
Merge pull request #2290 from GNS3/fix/2147
...
Fix issue when using importlib.resources.files()
2023-09-23 20:54:57 +10:00
999a47f747
Fix issue with importlib.resources.files() and Python 3.9
2023-09-23 20:44:00 +10:00
f675f24ba7
Revert "Install importlib-resources only with Python < '3.9'. Ref #2147 "
...
This reverts commit dc1eed42da
.
2023-09-23 14:48:04 +10:00
dc1eed42da
Install importlib-resources only with Python < '3.9'. Ref #2147
2023-09-23 14:35:50 +10:00
2c5a9ef9b7
Merge pull request #2288 from Quanterm/master
...
Update README.md
2023-09-21 11:44:36 +10:00
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
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
ffb58a4ed2
Merge branch 'master' into Inappropriate_Logic-5node.py11635999804432162276.diff
2023-09-20 14:17:58 +07:00
4d7b3fb9d6
Comment: Updated a test expression to remove a logical short circuit.
2023-09-20 06:51:41 +00:00
94abdfc9f0
Development on 2.2.44.dev1
2023-09-19 21:08:24 +07:00
6f345bb1ec
Merge pull request #2286 from GNS3/release-v2.2.43
...
Release v2.2.43
2023-09-19 21:04:52 +07:00
89ec458f5c
Release v2.2.43
v2.2.43
2023-09-19 20:16:52 +07:00
80bc1a726b
Sync appliances
2023-09-19 20:12:32 +07:00
6265d3d55f
Upgrade sentry-sdk and truststore
2023-09-19 20:07:57 +07:00