Commit Graph

3266 Commits (a86f881d83dfbbbf7b931ef24c895f544012709e)

Author SHA1 Message Date
grossmj b5deb9d177 Release v2.1.13
5 years ago
grossmj a8990c9e89 Non blocking project exportation.
5 years ago
grossmj 135d56371d Fix tests for project notifications.
5 years ago
grossmj 7fe8f7e716 Fix long-polling request for project notifications.
5 years ago
grossmj 2fb5e47c8d Allow cloud nodes to be exported. Fixes #1519
5 years ago
grossmj 5754747a90 Merging 2.1 into 2.2
5 years ago
grossmj 62c51edbae Less aggressive connections to uBridge. Ref #1289
5 years ago
grossmj a13d063aa1 Fix topology images (Pictures) disappearing from projects. Fixes #1514.
5 years ago
grossmj 1ef1872f8e Reset MAC addresses when duplicating a project. Fixes #1522
5 years ago
grossmj 081ba31b50 Fix API call to create a node from an appliance doesn't return the new node data. Fixes #1527
5 years ago
grossmj aea4ae808f Detect invalid environment variable and send a warning when creating a Docker node. Ref #2683
5 years ago
grossmj ae3515434c Do not export/import symlinks for projects. Fixes #2699
5 years ago
grossmj 589c9754e8 Fix symlink not being created for duplicated IOU devices. Fixes https://github.com/GNS3/gns3-gui/issues/2699
5 years ago
grossmj 4ecd3b2015 Configure coresPerSocket value in VMX file for the GNS3 VM. Fixes https://github.com/GNS3/gns3-gui/issues/2688
5 years ago
grossmj 84ee3263ba Count logical CPUs to detect if the number of vCPUs is too high when configuring the GNS3 VM. Fixes #2688.
5 years ago
grossmj d9a9abf845 Add explicit error when trying to pull a Docker image from Docker Hub without Internet access. Fixes #1506.
5 years ago
grossmj 0b07299472 Fixes double display output in GRUB in QEMU v3.1. Fixes #1516.
5 years ago
grossmj 96dce2ec82 Release v2.2.0a1
5 years ago
grossmj 117a1ac6da Restore reload support for nodes.
5 years ago
grossmj 7fb192699b Development on 2.1.13dev1
5 years ago
grossmj bccdfc97d1 Release 2.1.12
5 years ago
grossmj 3e21f96bf9 Fix indentation issue. Ref https://github.com/GNS3/gns3-gui/issues/2674
5 years ago
grossmj 5f932fee9f Tune how to get the size of SVG images. Ref https://github.com/GNS3/gns3-gui/issues/2674.
5 years ago
grossmj c14d79a3d5 Fix indentation issue. Ref https://github.com/GNS3/gns3-gui/issues/2674
5 years ago
grossmj e3757a8955 Tune how to get the size of SVG images. Ref https://github.com/GNS3/gns3-gui/issues/2674.
5 years ago
grossmj 456ef1348b Fix DeprecationWarning: invalid escape sequence. Fixes https://github.com/GNS3/gns3-gui/issues/2670
5 years ago
grossmj 4b52e9313e Fix issue with coroutine not awaited. Fixes #1499
5 years ago
grossmj 474025175e Remove "deprecated" node for VirtualBox based GNS3 VM support. Ref #1377
5 years ago
grossmj 191036e266 Fix wrong controller method call.
5 years ago
grossmj 8360ae98b1 Move appliance and template management code in their own classes.
5 years ago
grossmj 12a4f95a8f Update appliance files.
5 years ago
grossmj c6afea49da Try to delete saved VM state only if a snapshot has been saved.
5 years ago
grossmj bb284d082a Set socket options SO_KEEPALIVE and TCP_NODELAY for embedded Telnet server. Ref #1335
5 years ago
grossmj a896346c77 Fix issue with notification queue that prevented to properly close projects. Fix #1493
5 years ago
grossmj f0ffb07165 Fix issue with "usage" variable for Dynamips VMs. Fixes #1495
5 years ago
grossmj 9ed181151f New node information dialog to display general, usage and command line information.
6 years ago
grossmj eae9774d69 Support "usage" field for Dynamips, IOU, VirtualBox and VMware. Fixes https://github.com/GNS3/gns3-gui/issues/2657
6 years ago
grossmj 468145319d Merge 2.1 into 2.2 branch.
6 years ago
grossmj ef38ccfefa Automatically create a symbolic link to the IOU image in the IOU working directory. Fixes #1484
6 years ago
grossmj 670b6d689a Merge remote-tracking branch 'origin/2.1' into 2.1
6 years ago
grossmj fc75a6b8d3 Fix link pause/filters only work for the first interface of Docker containers. Fixes #1482
6 years ago
grossmj f76b329cba Fix ConnectionResetError issues and switch to aiohttp version 3.4.4. Fixes #1474.
6 years ago
grossmj 030714ae80 Fix server authentication.
6 years ago
grossmj 0fd54536d2 Fix issue when there is no gns3_controller.conf. Fixes https://github.com/GNS3/gns3-gui/issues/2644
6 years ago
grossmj 58b2ee152d Fix Docker console test.
6 years ago
grossmj bec2270334 Fix non responsive console for Docker VMs. Fixes https://github.com/GNS3/gns3-gui/issues/2645
6 years ago
grossmj 56412b35e0 Merge branch '2.1' into 2.2
6 years ago
grossmj 9fbdb25da8 Back to classic symbol theme. Ref https://github.com/GNS3/gns3-gui/issues/2644
6 years ago
Dušan Dragić 817a053dfc docker_vm: fix x11vnc not starting
6 years ago
grossmj d7c2e16c21 Use "template" to name what we use to create new nodes.
6 years ago
grossmj a17fa821bd Make sure nothing is named "compute server".
6 years ago
Jeremy Grossmann b4a2bc5b47
Merge pull request #1467 from GNS3/symbol-themes
6 years ago
grossmj f39c27ff7b Allow usage property in Docker appliance.
6 years ago
grossmj a93606d9ed Use "node" instead of "appliance" for grid support.
6 years ago
grossmj dd14101eec Merge branch '2.2-grid-new-project' of git://github.com/kazkansouh/gns3-server into kazkansouh-2.2-grid-new-project
6 years ago
grossmj 83161bcdd4 Merge remote-tracking branch 'origin/2.2' into 2.2
6 years ago
grossmj 60ac6d2dfe Telnet console resize support for Docker VM.
6 years ago
Jeremy Grossmann 1067f71952
Allow appliances to be loaded from file without the appliance id.
6 years ago
Karim 8eb20525e8 Update schema to allow for drawing grid size to be part of project.
6 years ago
grossmj c0a0a13bdd Avoid _fix_permissions() to be called twice when stopping Docker VM. Ref #1428
6 years ago
grossmj a3044ede77 Fix _fix_permissions() garbles permissions in Docker VM. Ref #1428
6 years ago
grossmj df3baffd9b Fix "None is not of type 'integer'" when opening project containing a Qemu VM. Fixes #2610.
6 years ago
grossmj 219c346187 Remove useless warning.
6 years ago
grossmj e0813bfbe8 Normalize symbol ID on Windows.
6 years ago
grossmj 9f7f26700e Debugging for Windows.
6 years ago
grossmj 51787295dd Use POSIX path for symbol ID.
6 years ago
grossmj 17d070dca7 Early support for symbol themes.
6 years ago
grossmj 301b7475f7 Sync appliances
6 years ago
grossmj 53928b884f Bump version to 2.2.0dev5
6 years ago
grossmj 5cb0957f35 Require privileged access for uBridge when using VMware VMs and Docker containers. Fixes #1461.
6 years ago
grossmj 3fae6ada95 Only require privileged access for uBridge when connecting a cloud to an Ethernet/TAP interface. Fixes #1461.
6 years ago
grossmj 3497deaa31 Allow virtual machines to use files in project directory as disk images.
6 years ago
grossmj bd657c0167 Support to duplicate an appliance.
6 years ago
grossmj 9b83b087cb Fix mac address schema validation for Qemu VM appliance. Fixes https://github.com/GNS3/gns3-gui/issues/2629
6 years ago
grossmj a33b8eac3a Support "L1 keepalives" in IOU appliance schema.
6 years ago
grossmj 3512fde841 Fix small bugs when using the new appliance management API.
6 years ago
grossmj 74e1463015 Fix bug with custom adapters and categories for Docker VM. Fixes https://github.com/GNS3/gns3-gui/issues/2613
6 years ago
grossmj aa4593c993 Handle custom adapters in schemas.
6 years ago
grossmj 499ab9844a Reorganize how appliance creation is validated against JSON schemas.
6 years ago
grossmj 71fcf855b4 Add tests for all appliance types.
6 years ago
grossmj 627c7e9cfe Use schema to set appliance default values and better schema validation error messages.
6 years ago
grossmj 1184f29b90 Add appliance API tests. Ref #1427.
6 years ago
grossmj 9aafa4e62f Schema validation for appliance API. Ref #1427.
6 years ago
grossmj 98f04365b7 Remove generic controller settings API endpoint.
6 years ago
grossmj cebb56387a Fix tests.
6 years ago
grossmj f91d3c9dbb Merge branch '2.2' into appliance-api
6 years ago
grossmj 089fdff4f1 Working dedicated appliance management API. Ref https://github.com/GNS3/gns3-server/issues/1427
6 years ago
grossmj d45d52f15c Support Xtigervnc restart.
6 years ago
grossmj 029344da14 Only require Xtigervnc or Xvfb+x11vnc for Docker with vnc console. Ref #1438
6 years ago
grossmj 36474f7bab Merge branch '2.1' into 2.2
6 years ago
grossmj d0bab9947e Support tigervnc in Docker VM. Ref #1438
6 years ago
grossmj f0fe9d39fa Base for dedicated appliance management API. Ref https://github.com/GNS3/gns3-server/issues/1427
6 years ago
grossmj 887b32c4bc Merge remote-tracking branch 'origin/2.2' into 2.2
6 years ago
grossmj f03ba5ca0b Update appliance templates.
6 years ago
ziajka 41fbbf7a56 Reorder routes in order to get working CORS
6 years ago
ziajka fcd102317a
Merge pull request #1448 from GNS3/disable-cors-cache
6 years ago
ziajka 249b2255f6 Fix CORS response on node deletion, Fixes: #1446
6 years ago
ziajka 78c693ff63 Disable CORS cache, Fixes: #1445
6 years ago
grossmj 2764828f38 Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438.
6 years ago
ziajka bf1b801cc0 Remove static dir configuration
6 years ago
ziajka fa5571ced1 FIX PUT CORS for nodes, Fixes: #1434
6 years ago
grossmj ab8dc52ece Fix tests to work with new version of aiohttp (>= 3.0)
6 years ago
grossmj 9ae9209881 Update appliance templates.
6 years ago
grossmj 86f87aec74 Fix installation with Python 3.7. Fixes #1414.
6 years ago
grossmj de5934f818 Merge remote-tracking branch 'origin/2.2' into 2.2
6 years ago
grossmj 76af98404a Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
6 years ago
Karim 14fb64b941 Added "/sbin" to init script PATH variable so that its possible to
6 years ago
grossmj 8baa480b79 Fix tests.
6 years ago
grossmj 97c68f56bf Notify users if x11vnc process has crashed. Fix #1401.
6 years ago
grossmj 22f7ca0243 Return compute port information via API. Ref #1420.
6 years ago
grossmj eb97ebf311 Fix platform.linux_distribution() is deprecated. Fixes https://github.com/GNS3/gns3-gui/issues/2578
6 years ago
grossmj 9de13c570c Merge branch '2.1' into 2.2
6 years ago
grossmj e4a6db8ebc Fix some typos.
6 years ago
grossmj 181a31be32 Update minimum VIX version requirements for VMware. Ref #1415.
6 years ago
grossmj 8d368cd0f6 Development on 2.1.12dev1
6 years ago
grossmj 41d4ecc4b7 Release v2.1.11
6 years ago
grossmj 4d95e0b51f Catch some exceptions.
6 years ago
grossmj 4efdefaf5a Development on 2.1.11dev1
6 years ago
grossmj b6b345508b Release v2.1.10
6 years ago
grossmj 5d2e539193 Update appliances.
6 years ago
grossmj eb0e26b55f Include locale information and GNS3 VM version in crash reports.
6 years ago
grossmj 17d657c919 Fix small errors like unhandled exceptions etc.
6 years ago
grossmj 0aa9ab53d1 Import encodings.idna to avoid LookupError when standard library is in a zip file.
6 years ago
grossmj 4021a13651 Catch exceptions in various locations to fix small issues reported by Sentry.
6 years ago
grossmj 341e2e2e3a Check if serial pipe can be opened for VMware and VirtualBox VMs.
6 years ago
grossmj f8ecd61a98 Notify users if xvfb process or x11vnc process have crashed. Ref #1401.
6 years ago
grossmj c620d0be84 Improve the invalid port format detection. Fixes https://github.com/GNS3/gns3-gui/issues/2580
6 years ago
grossmj 4a6202fa84 Update setup.py and fix minor issues.
6 years ago
grossmj f89d645b56 Update appliances.
6 years ago
grossmj 6822ff65a2 Disable static directory. Ref https://github.com/GNS3/gns3-gui/issues/2558.
6 years ago
grossmj ef4db112f1 Fix typo.
6 years ago
grossmj 86be4f98f1 Fix wrong call after merging.
6 years ago
grossmj 3c332b895d Fix tests after merging.
6 years ago
grossmj 33e8710495 Merge branch '2.1' into 2.2
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 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 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
grossmj 9ef23ce6a8 Include HTTP error code when reporting an error while download appliance templates
6 years ago
grossmj b7f9b865c8 Optimize appliance templates update from GitHub repository by only downloading when the repository
6 years ago
grossmj 5958a23557 Update appliance templates from online registry. Ref #2490.
6 years ago