Revisions of gns3-server
buildservice-autocommit
accepted
request 1223964
from
andrea florio (anubisg1)
(revision 83)
baserev update by copy to link target
andrea florio (anubisg1)
accepted
request 1223133
from
Martin Hauke (mnhauke)
(revision 82)
- Update to version 2.2.51 * Catch error when cannot resize Docker container TTY. * Do not use "ide" if there is a disk image and no interface type has been explicitly configured.. * Use locking when sending uBridge commands. * Fix run Docker containers with user namespaces enabled. * Python 3.13 support * Fix errors in init.sh. - Update to version 2.2.50 * Symbolic links support for project export/import. * Add comment to indicate sentry-sdk is optional. * Fix issues with recent busybox versions. * Support to reset MAC addresses for Docker nodes and some adjustments for fast duplication. * Update README.md to change the minimum required Python version. * Faster project duplication for local projects (no remote compute). * Improve error message when a project cannot be parsed. * Fix for running Docker containers with user namespaces enabled. * Support for configuring MAC address in Docker containers. - Update to version 2.2.49 * Forbid -nic and -nicdev in Qemu additional options. * Update IOU base configs to use "no ip domain lookup". - Update to version 2.2.48 * Add 'install_builtin_appliances' and 'resources_path' settings in the server config * Option to keep the compute IDs unchanged when exporting a project. * Forbid unsafe Qemu additional options
buildservice-autocommit
accepted
request 1161232
from
Atri Bhattacharya (badshah400)
(revision 81)
baserev update by copy to link target
Atri Bhattacharya (badshah400)
accepted
request 1160571
from
Atri Bhattacharya (badshah400)
(revision 80)
Add Provides for _gns3 user and group.
buildservice-autocommit
accepted
request 1131029
from
Atri Bhattacharya (badshah400)
(revision 79)
baserev update by copy to link target
Atri Bhattacharya (badshah400)
accepted
request 1128945
from
Malcolm Lewis (malcolmlewis)
(revision 78)
- Updated to version 2.2.44.1: * Catch exceptions when computing image checksums, (gh#GNS3/gns-server#2228). * Add freeze_support() for multiprocessing. - Update rpmlintrc to remove unused-rpmlintrc-filter on python-missing-require importlib-resources. - Add missing requires on python3-platformdirs and python3-truststore. - Changes from version 2.2.44: * Bundle web-ui v2.2.44. * Non-blocking checksums computation when server starts, (gh#GNS3/gns-server#2228). * Fix timeout issue when creating Qemu disk image, (gh#GNS3/gns-server#2313). * Support for web socket console over HTTPS. * Add back script create_cert.sh. * Allow disabling hardware virtualization check. * Fix L2IOU "failed code signing checks" when IOU base file name is >= 63 characters. * Change "ip cef" to "no ip cef" in IOU default configs, (gh#GNS3/gns-server#2298). * Add Qemu IGB network device * Add Python 3.12 support. * Fix issue with importlib.resources.files() and Python 3.9 - Changes from version 2.2.43: * Force English output for VBoxManage, (gh#GNS3/gns-server#2266). * Automatically add vboxnet and DHCP server if not present for VirtualBox GNS3 VM, (gh#GNS3/gns-server#2266). * Fix issue with controller config saved before checking current version with previous one. * Prevent X11 socket file to be modified by Docker container. * Use the user data dir to store built-in appliances. * Catch ConnectionResetError exception when client disconnects.
buildservice-autocommit
accepted
request 1105094
from
Joop Boonen (worldcitizen)
(revision 77)
baserev update by copy to link target
Joop Boonen (worldcitizen)
accepted
request 1105093
from
Joop Boonen (worldcitizen)
(revision 76)
Update to 2.2.42
buildservice-autocommit
accepted
request 1079925
from
Dominique Leuenberger (dimstar_suse)
(revision 75)
baserev update by copy to link target
Dominique Leuenberger (dimstar_suse)
accepted
request 1077373
from
Benjamin Greiner (bnavigator)
(revision 74)
This update is specifically required because python3-prompt_toolkit1 is about to be dropped from Tumbleweed
buildservice-autocommit
accepted
request 1061887
from
Martin Hauke (mnhauke)
(revision 73)
baserev update by copy to link target
Martin Hauke (mnhauke)
accepted
request 1061029
from
Martin Hauke (mnhauke)
(revision 72)
- Update to version 2.2.37 * Fix StreamWriter doesn't have the wait_closed() method in Python3.6. Fixes * Install built-in appliances when no previous version has been detected. * Update documentation to install gns3-server. * Give udhcpc executable right. - Update to version 2.2.36 https://github.com/GNS3/gns3-server/releases/tag/v2.2.36 - Update to version 2.2.35 https://github.com/GNS3/gns3-server/releases/tag/v2.2.35 - Update to version 2.2.34 https://github.com/GNS3/gns3-server/releases/tag/v2.2.34 - Update to version 2.2.33 https://github.com/GNS3/gns3-server/releases/tag/v2.2.33 - Update to version 2.2.32 https://github.com/GNS3/gns3-server/releases/tag/v2.2.32 - Drop patch: * gns3-server-fix-requirements.patch
buildservice-autocommit
accepted
request 974204
from
Martin Hauke (mnhauke)
(revision 71)
baserev update by copy to link target
Martin Hauke (mnhauke)
accepted
request 972414
from
Martin Hauke (mnhauke)
(revision 70)
- Update to version 2.2.31 * qemu_vm.py Linked node test. * Fix dead link in README.rst - Add patch: * gns3-server-fix-requirements.patch
buildservice-autocommit
accepted
request 963756
from
Lars Vogdt (lrupp)
(revision 69)
baserev update by copy to link target
Lars Vogdt (lrupp)
accepted
request 962567
from
Steve Kowalik (StevenK)
(revision 68)
- Remove python3-raven from BuildRequires, it hasn't been needed since 2.2.9.
Martin Hauke (mnhauke)
accepted
request 941673
from
Martin Hauke (mnhauke)
(revision 67)
- Udpate to version 2.2.28 * Release web UI 2.2.28 Simpler Systemd service file. - Udpate to version 2.2.27 * Fix unhandled KeyError exception when starting Docker container.
Martin Hauke (mnhauke)
accepted
request 925184
from
Martin Hauke (mnhauke)
(revision 66)
- Update to version 2.2.26 * Release web UI 2.2.26 * Sort symbols by theme. Fixes GNS3/gns3-gui#3230 * Fix memory percentage left warning. Fixes #1966 * Update affinity symbols. Fixes GNS3/gns3-gui#3232 - Update to version 2.2.25 * Fix issue preventing to use custom nested symbols. * Updated affinity symbols * Return disk usage for partition that contains the default project directory. * Explicitly require setuptools, utils/get_resource.py imports pkg_resources
Lars Vogdt (lrupp)
accepted
request 920521
from
Johannes Segitz (jsegitz)
(revision 65)
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
Martin Hauke (mnhauke)
accepted
request 914231
from
Martin Hauke (mnhauke)
(revision 64)
- Update to version 2.2.24 * Fix issue when searching for image with relative path. * Fix wrong error when NAT interface is not allowed. * Fix incorrect Qemu binary selected when importing template. * Fix error when updating a link style. * Early support for Python3.10. - Update to version 2.2.23 * Fix hostname inconsistencies during script execution * Add option `--without-kvm` * Add a `reload` server endpoint. Fixes #1926 * Handle -no-kvm param deprecated in Qemu >= v5.2 * Fix binary websocket access to the console * Change how to generate random MAC addresses * setup.py: prevent installing tests directory * Support cloning of encrypted qcow2 base image files * Fix VMware VM support on Linux and Windows. Fixes #1919
Displaying revisions 1 - 20 of 83