Commit Graph

3630 Commits (4a6202fa84153bb7c2369720039e2f604e8e1dbf)
 

Author SHA1 Message Date
grossmj 4a6202fa84 Update setup.py and fix minor issues.
6 years ago
grossmj f89d645b56 Update appliances.
6 years ago
grossmj b7dd8b5176 Catch asyncio.CancelledError when shutting down the server.
6 years ago
grossmj 00cf66fb0f Report GNS3 VM errors to the GUI server summary. Ref #1359.
6 years ago
grossmj 8d4e73d23c Replace vboxnet0 (if it does not exist) by the first available vboxnet interface on Windows. Fixes https://github.com/GNS3/gns3-vm/issues/102
6 years ago
grossmj 4e712280b3 Merge remote-tracking branch 'origin/2.1' into 2.1
6 years ago
grossmj 4d57a3befa Check if the VirtualBox host-only network exists when starting a GNS3 VM running on VirtualBox. Ref https://github.com/GNS3/gns3-vm/issues/102
6 years ago
grossmj 38b72079b2 Change file timestamps if necessary because ZIP does not support timestamps before 1980. Fixes #1360.
6 years ago
grossmj 814526ba26 Add missing coroutine decorator Ref https://github.com/GNS3/gns3-gui/issues/2566
6 years ago
grossmj f5dc635baa Fix test to support Python 3.7 Ref https://github.com/GNS3/gns3-gui/issues/2566
6 years ago
grossmj 902de3dd47 Refactor asyncio locking system for Python 3.7 support. Ref https://github.com/GNS3/gns3-gui/issues/2566 Ref https://github.com/GNS3/gns3-gui/issues/2568
6 years ago
grossmj ad9b6f42bf Test with Python 3.7 on Travis.
6 years ago
grossmj 3560cda06c Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566
6 years ago
grossmj a3d1e865a8 Replace asyncio.async() by asyncio.ensure_future() in tests. Ref #2566.
6 years ago
grossmj 089d25c79d Forbid controller and compute servers to be different versions.
6 years ago
grossmj 59ce105a50 Fix exception with short names for Dynamips interfaces. Fixes #1386.
6 years ago
grossmj aeb33024ca Add missing Qemu boot priority values. Fixes https://github.com/GNS3/gns3-server/issues/1385
6 years ago
ziajka c593785c6d Development on 2.1.10dev1
6 years ago
ziajka 689a82a180 Release v2.1.9
6 years ago
grossmj 23e83b730b Fix some more problems with interface short names. Fixes https://github.com/GNS3/gns3-gui/issues/2562
6 years ago
grossmj e5d38811ca Fix incorrect short port names in topology summary. Fixes https://github.com/GNS3/gns3-gui/issues/2562
6 years ago
grossmj 12e71a2917 Set lower process priority when computing idle-pc value on Windows. Ref #2522.
6 years ago
grossmj 17e51fdac6 Merge remote-tracking branch 'origin/2.1' into 2.1
6 years ago
grossmj d0ed6931d8 Catch exception: ZIP does not support timestamps before 1980. Ref #1360.
6 years ago
ziajka c274be1135 Sync appliances
6 years ago
ziajka e20e885d44 Release v2.1.8
6 years ago
grossmj 893e9c4749 'caplog.text()' syntax is deprecated, use 'caplog.text' property instead.
6 years ago
grossmj b68041e4e3 Remove problematic pytest-capturelog dev dependency.
6 years ago
grossmj 84865ac3d6 Fix dev requirement.
6 years ago
grossmj 0f496907a0 Fix API status code for start/stop/suspend/reload a node. Fixes #1353.
6 years ago
ziajka f3b4cc0160 Fix tests
6 years ago
ziajka ac73c72727 Don't send variables to computes where are empty, Ref: #1340
6 years ago
ziajka 2e586f56ca Development on v2.1.8dev1
6 years ago
ziajka 0b742fc43d Release v2.1.7
6 years ago
Jeremy Grossmann 72cc3961dd
Merge pull request #1351 from acaudwell/udp-ports-fix
6 years ago
Andrew Caudwell b2e0a1b291 Don't release NIO UDP ports when updating docker container.
6 years ago
grossmj 45edc40948 Timeout for stream file.
6 years ago
grossmj 34fcbd68f3 Fix switching console type from telnet to VNC throws error.
6 years ago
grossmj 6caf38206c Fix tests.
6 years ago
grossmj 8851a55199 Fix timeout error with "save as" for large projects.
6 years ago
ziajka c18d855a10 Merge branch '2.1' of github.com:GNS3/gns3-server into 2.1
6 years ago
Jeremy Grossmann ae0c362427
Merge pull request #1348 from ehlers/api-docs
6 years ago
Bernhard Ehlers 60a3ab87dc Update API documentation
6 years ago
grossmj 62f87de23a Add API endpoint to return all links attached to a node.
6 years ago
grossmj fd5df0052a Fix issue with some SVG symbols that could not be used in GNS3.
6 years ago
grossmj 19c5ff8521 Show correct free disk space value.
6 years ago
grossmj 31a268e756 Force prompt-toolkit to version 1.0.15
6 years ago
grossmj fbfa75830e Bump version to 2.1.7dev1
6 years ago
grossmj f8bf749577 Remove unwanted trailing characters and other white spaces when reading .md5sum files.
6 years ago
grossmj 051eedb406 Change order to find vnetlib on Windows (PATH -> Registry -> Default directories).
6 years ago