github-actions
0c6cbe8fbc
Merge remote-tracking branch 'origin/3.0' into gh-pages
2026-01-28 14:32:06 +00:00
grossmj
3915918c41
Release v3.0.6
v3.0.6
2026-01-28 22:30:36 +08:00
grossmj
a72980b2d9
Sync appliances
2026-01-28 22:24:10 +08:00
grossmj
600d3d38da
Fix creating Qemu disk image. Fixes #2542
2026-01-28 19:36:22 +08:00
grossmj
7f45cc6f47
Disable checking for available disk space. Ref #2548
2026-01-28 18:32:42 +08:00
grossmj
abaeab6242
Upgrade greenlet and sqlalchemy dependencies
2026-01-26 19:50:42 +08:00
grossmj
1d45df6613
Upgrade dependencies
2026-01-24 21:38:58 +08:00
grossmj
69a695c9e6
Merge branch '2.2' into 3.0
...
# Conflicts:
# dev-requirements.txt
# gns3server/appliances/infix.gns3a
# gns3server/crash_report.py
# gns3server/run.py
# gns3server/utils/asyncio/__init__.py
# gns3server/version.py
# requirements.txt
# setup.py
2026-01-24 19:27:39 +08:00
grossmj
7b20314edb
Delete random_query.py
2026-01-24 19:17:55 +08:00
grossmj
193f470eaf
Upgrade dependencies
2026-01-24 19:12:58 +08:00
grossmj
4335fd7ce0
Drop Python 3.8 support
2026-01-24 18:51:44 +08:00
grossmj
ef2cf277c1
Development on 2.2.57.dev1
2026-01-24 16:53:43 +08:00
grossmj
27fbe37375
Release v2.2.56
v2.2.56
2026-01-21 22:15:12 +08:00
grossmj
7b3fd4450e
Sync appliances
2026-01-17 18:37:41 +08:00
grossmj
58d1e8f0c5
Set default location of udhcpc in "/etc/network/udhcpc". Fixes #2582
2026-01-17 18:01:42 +08:00
grossmj
8ce690ce78
Upgrade pywin32 to v311
2026-01-17 17:54:27 +08:00
grossmj
c676a5bf82
Development on v2.2.56.dev1
2025-12-16 16:46:31 +08:00
grossmj
60c10e7ecc
Merge remote-tracking branch 'origin/2.2' into 3.0
...
# Conflicts:
# .github/workflows/testing.yml
# CHANGELOG
# README.md
# gns3server/appliances/infix.gns3a
# gns3server/compute/docker/__init__.py
# gns3server/compute/docker/docker_vm.py
# gns3server/crash_report.py
# gns3server/version.py
# gns3server/web/web_server.py
# setup.py
# tests/controller/test_project.py
2025-11-29 11:42:02 +10:00
grossmj
37f17209d3
Release v2.2.55
v2.2.55
2025-11-19 12:13:56 +10:00
grossmj
f24134a8f5
Sync appliances
2025-11-19 12:08:29 +10:00
Jeremy Grossmann
1f2036defd
Merge pull request #2575 from GNS3/bugfix/2574
...
Handle Docker API version requirements
2025-11-17 22:31:41 +10:00
grossmj
f2aaf5ab38
Docker API version requirements and process to handle older daemons
2025-11-17 22:26:18 +10:00
Jeremy Grossmann
32f48e555c
Merge pull request #2573 from GNS3/bugfix/2541
...
Python 3.14 compatibility
2025-11-17 11:30:42 +10:00
grossmj
942f021b58
Fix test_config.py
2025-11-17 11:26:06 +10:00
Jeremy Grossmann
4dc321454e
Merge pull request #2572 from GNS3/feature/name-of-container-in-docker
...
Set name of container in Docker
2025-11-17 11:13:47 +10:00
grossmj
3a24318694
Use docker_name property when creating a container
2025-11-17 11:11:11 +10:00
grossmj
bae6221991
Set name of container in Docker
2025-11-17 10:59:05 +10:00
grossmj
c67ba6da0d
Fix config tests
2025-11-17 10:21:12 +10:00
grossmj
4d23ca221f
Comment out some tests in test_project.py
2025-11-16 20:52:14 +10:00
grossmj
09eab9529a
Fix syntax error in testing.yml
2025-11-16 19:32:19 +10:00
grossmj
3bb23708fc
Support for Python 3.14
2025-11-16 19:30:45 +10:00
grossmj
672b3c052b
Downgrade aiofiles version
2025-11-16 19:25:12 +10:00
grossmj
bfe7b7a735
Upgrade dependencies
2025-11-16 19:16:38 +10:00
Jeremy Grossmann
d269a4c125
Merge pull request #2570 from Mytic2330/3.0-patch3
...
Fixed Connection closed when exporting a running project
2025-11-04 04:07:01 +01:00
Jeremy Grossmann
8ada95b9fd
Merge pull request #2569 from Mytic2330/3.0
...
Fix database pool error and non-ASCII character project export
2025-11-04 04:05:56 +01:00
Bine
d5f360c176
Update projects.py
2025-10-18 19:28:15 +02:00
Bine
e817228280
Fix non-ASCII characters in project names
2025-10-18 18:10:24 +02:00
Bine
4a059be480
Increase DB engine pool size and max overflow
...
As described in #2568 when multiple clients connect simultaneously, an excessive number of database pool connections are created. This leads to resource exhaustion and connection management issues.
We have introduced the pool_size and max_overflow parameters to better control the database connection pool.
These parameters ensure the database can handle a sufficient number of concurrent connections without over-allocating resources.
Added pool_size and max_overflow arguments to the database initialization.
This change overrides the default initialization configuration where the temporary fix was applied.
Co-Authored-By: Ufi <86113085+ufiking@users.noreply.github.com>
2025-10-17 22:17:10 +02:00
Jeremy Grossmann
230866890e
Merge pull request #2556 from GNS3/bugfix/2543
...
Enable ip cef in IOU L2 and IOU L3 base configs
2025-09-01 18:59:10 +02:00
grossmj
355cfb7571
Enable ip cef in IOU L2 and IOU L3 base configs
2025-09-01 18:55:36 +02:00
grossmj
8dddfe056e
Merge branch 'master' into 2.2
2025-09-01 18:42:02 +02:00
Jeremy Grossmann
9c33827de3
Merge pull request #2555 from GNS3/update-gh-docker-build
...
Update docker-build.yml
2025-09-01 18:28:04 +02:00
grossmj
a34fa53823
Update tags
2025-09-01 18:27:04 +02:00
grossmj
565a76ae27
Only build and push Docker image when releasing a new version
2025-09-01 18:23:52 +02:00
grossmj
dc9c3b1c5d
Fix pushing Docker image to Docker hub
2025-09-01 18:17:52 +02:00
grossmj
a394fb71dc
Update method to login to ghcr.io
2025-09-01 17:55:46 +02:00
grossmj
6cbf3baa1b
Update docker-build.yml
2025-09-01 17:49:34 +02:00
grossmj
10322135e3
Upgrade sentry-sdk package
2025-08-30 21:51:20 +02:00
grossmj
12d1d04462
Update security issues again in README.md. Fixes #2535
2025-08-29 18:28:14 +02:00
grossmj
8b4c2f5e90
Update security issues in README.md. Fixes #2535
2025-08-29 18:25:57 +02:00