Commit Graph

3749 Commits (f64b5cd9b61a5e6643c008939b62180bda0436bc)

Author SHA1 Message Date
grossmj 13da8aa8f5 Do not automatically connect to local compute.
4 years ago
grossmj a92c47b310 Add HTTP client to reuse the aiohttp session where needed.
4 years ago
grossmj 36c8920cd1 Warn not to use the private compute API. Fixes #1593.
4 years ago
grossmj 25494ca098 Fix project import to work with FastAPI.
4 years ago
grossmj b8e8e5cba7 Fix status code 204 must not have a response body.
4 years ago
grossmj 5d71ee25ee Fix syntax error.
4 years ago
grossmj f20e16074f Fix Docker dev server script.
4 years ago
grossmj be6d4771d0 Migrate PCAP streaming code to work with FastAPI.
4 years ago
grossmj bd8565b2b9 Refactor WebSocket console code to work with FastAPI.
4 years ago
Bernhard Ehlers de2b9caeeb Use HDD disk image as startup QEMU config disk
4 years ago
grossmj 5341ccdbd6 Use dependencies and group common HTTP responses in endpoints.
4 years ago
grossmj 46f4e7ef6e Fix update property call for Qemu VMs.
4 years ago
grossmj 0746949207 Merge branch '2.2' into 3.0
4 years ago
grossmj 362701f5aa Allow commas in image paths and VM name for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
4 years ago
grossmj 91244456f5 Handle comma in disk path for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
4 years ago
grossmj 88ab528977 Development on 2.2.16dev1
4 years ago
grossmj 7d031e71a0 Release v2.2.15
4 years ago
grossmj c46c095fcb Sync appliance files.
4 years ago
grossmj e592b95639 Revert "Add info log to show where custom symbols are searched from."
4 years ago
grossmj 593e379523 Add info log to show where custom symbols are searched from.
4 years ago
grossmj d451d3125e Fix symbol retrieval issue. Ref #1824
4 years ago
grossmj c248764efb Fixes update() missing 2 required positional arguments: 'name' and 'value'. Fixes #1821 #1825
4 years ago
grossmj 0259696872 Fix Hyper-V based GNS3 VM WMI issue. Fixes #1822
4 years ago
grossmj 165ba4d8d5 Merge branch 'master' into 2.2
4 years ago
piotrpekala7 8049ab8b64 Release 2020.4.0-beta.1
4 years ago
grossmj eb3cb8a41f Migration to FastAPI
4 years ago
grossmj 2857cab94e Development on 2.2.15dev1
4 years ago
grossmj 326841cd9e Release v2.2.14
4 years ago
grossmj dacc5ef9cd Merge branch 'master' into 2.2
4 years ago
piotrpekala7 dd1e4f655e Release 2020.3.0-beta.4
4 years ago
grossmj 399f1c082e Add '-smp sockets=1' by default for Qemu VMs. Ref https://github.com/GNS3/gns3-gui/issues/3047
4 years ago
grossmj 919abdc052 Sync appliance files.
4 years ago
grossmj 992cd7fc6c Implement full restart if user reload a Qemu VM which has been updated. Fixes https://github.com/GNS3/gns3-gui/issues/3038
4 years ago
grossmj 90ecefd455 Development on 2.2.14dev1
4 years ago
grossmj b4c7823696 Release v2.2.13
4 years ago
grossmj ffde704251 Merge branch 'master' into 2.2
4 years ago
piotrpekala7 8c00cd0a84 Release 2020.3.0-beta.3
4 years ago
grossmj 2bf625e000 Fix issue when resuming Qemu VM. Fixes https://github.com/GNS3/gns3-gui/issues/3027
4 years ago
grossmj 5305117a75 Sync appliance files.
4 years ago
grossmj 4843084158 Prioritize the config disk over HD-D for Qemu VMs.
4 years ago
grossmj c12b675691 Prioritize the config disk over HD-D for Qemu VMs.
4 years ago
Jeremy Grossmann 01db2d2a86 Create config disk property false by default for Qemu templates
4 years ago
Jeremy Grossmann a2e884e315
Create config disk property false by default for Qemu templates
4 years ago
Jeremy Grossmann fa26555d00
Merge pull request #1801 from GNS3/qemu-config-disk
4 years ago
grossmj f2ddef855f Fix tests.
4 years ago
grossmj 620d93634e Fix tests.
4 years ago
grossmj ec02150fd2 Set default disk interface type to "none".
4 years ago
grossmj 464fd804ce Set default disk interface type to "none".
4 years ago
grossmj a56b816c1a Add explicit option to automatically create or not the config disk. Off by default.
4 years ago
grossmj 56aba96a5f Add explicit option to automatically create or not the config disk. Off by default.
4 years ago
grossmj c684c554bf Fix tests
4 years ago
grossmj 2ba6eac113 Fix tests
4 years ago
grossmj cad7431069 Bump version to 2.3.0dev2
4 years ago
grossmj 9890126453 Merge branch '2.2' into 2.3
4 years ago
grossmj 97e731a7d9 Development on 2.2.13dev1
4 years ago
grossmj 2c08166510 Release v2.2.12
4 years ago
grossmj 940f004752 Sync appliance files
4 years ago
grossmj f083649021 Merge branch 'master' into 2.2
4 years ago
piotrpekala7 aeb82de78a Release 2020.3.0-beta.2
4 years ago
grossmj 6761ae3445 Catch exception when psutil returns OSError
4 years ago
grossmj 7043d48f1a Auxiliary console support for Qemu. Ref #2873
4 years ago
grossmj 65c8bb6754 Fix AUX console not allocated for Dynamips IOS routers.
4 years ago
grossmj 12732aaf83 Disallow to rename a running node. Fixes https://github.com/GNS3/gns3-gui/issues/2499
4 years ago
grossmj 831ee5f468 Support to reset all console connections. Ref https://github.com/GNS3/gns3-server/issues/1619
4 years ago
grossmj f97d346c34 Support to reset links. Fixes https://github.com/GNS3/gns3-server/issues/1620
4 years ago
grossmj 01b2c72767 Add maxcpus property for Qemu VMs. Ref #1674
4 years ago
Bernhard Ehlers 068c31038f QEMU config disk - improve error handling
4 years ago
Bernhard Ehlers 2bbee15b18 QEMU config disk - notification of import/export errors
4 years ago
Bernhard Ehlers 50c49cfedb QEMU config disk - notification of import/export errors
4 years ago
Bernhard Ehlers b672900406 QEMU config disk - use disk interface of HD-D, fallback is HD-A
4 years ago
Bernhard Ehlers 2e0fba925b QEMU config disk - add missing config disk to image directory
4 years ago
Bernhard Ehlers 450c6cddc7 QEMU config disk - get rid of mtoolsrc
4 years ago
Bernhard Ehlers 5c44268476 QEMU config disk - preserve file timestamp on zip unpack
4 years ago
Bernhard Ehlers b69965791d QEMU config disk - initial implementation. Ref #2958
4 years ago
grossmj a9e9ff071d Read folder structure correctly for custom symbols. Fixes https://github.com/GNS3/gns3-gui/issues/2856
4 years ago
grossmj 3dc4ea46d6 Add total RAM, CPUs and disk size to servers summary as well as disk usage in percent. Fixes https://github.com/GNS3/gns3-server/issues/1532
4 years ago
grossmj d1c29c8bb7 Resource constraints for Docker VMs.
4 years ago
grossmj 0afce89c0b Fix exception when exporting debug data. Fixes #1684
4 years ago
grossmj e4978004d0 Update IOUtools. Ref #1627
4 years ago
grossmj 7471b31b0c Fix tests.
4 years ago
grossmj 05ed9836e4 Fix tests.
4 years ago
grossmj 37c7202aa0 Use parent directory as working directory for project duplication and snapshots. Fixes https://github.com/GNS3/gns3-gui/issues/2909
4 years ago
grossmj 0390fef74d Use parent directory as working directory for project duplication and snapshots. Fixes https://github.com/GNS3/gns3-gui/issues/2909
4 years ago
grossmj dff035d957 Support for "usage" for "Cloud" nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2887
4 years ago
grossmj d11897c1ec Bump version to 2.3.0dev1
4 years ago
grossmj 99128e7713 Fix Key Error "vendor_id" is missing when configuring GNS3 VM with VirtualBox. Fixes https://github.com/GNS3/gns3-gui/issues/3018
4 years ago
grossmj c40651b53e Development on 2.2.12dev1
4 years ago
grossmj c4d2422fe2 Release v2.2.11
4 years ago
grossmj f08f7702d1 Sync appliance files.
4 years ago
grossmj b787cb3ace Merge branch 'master' into 2.2
4 years ago
grossmj 62130c116a Fix crash when project sets 'auto_open' option and a remote GNS3 VM is used. Fixes https://github.com/GNS3/gns3-gui/issues/3014
4 years ago
grossmj 1cbed45f16 Fix Dynamips ghost image support when project contains a space. Fixes #3015
4 years ago
piotrpekala7 29b31d72e9 Release 2020.3.0-beta.1
4 years ago
Bernhard Ehlers 9acb2ceda1 QEMU config disk - improve error handling
4 years ago
grossmj ea17cc2565 Fix issue when cannot skip slots for Dynamips routers. Fixes https://github.com/GNS3/gns3-gui/issues/3000
4 years ago
Bernhard Ehlers 053828f3e8 QEMU config disk - init config disk in base class
4 years ago
Bernhard Ehlers f747b3a880 QEMU config disk - notification of import/export errors
4 years ago
grossmj 74fc4fc75c Merge branch 'master' into 2.2
4 years ago
grossmj af22fb8e98 Comment unused code that causes issue with flake8
4 years ago
grossmj 51b76b1e30 Development on 2.2.11dev1
4 years ago
grossmj 9a9e54c523 Release v2.2.10
4 years ago
grossmj 13a6b4fe55 Merge branch 'master' into 2.2
4 years ago
grossmj 3b4f4bfeda Sync appliances.
4 years ago
Bernhard Ehlers 750590d0db QEMU config disk - use disk interface of HD-D, fallback is HD-A
4 years ago
piotrpekala7 72bef07f2b Release 2020.2.0-beta.5
4 years ago
grossmj 1a4c2ed069 Try to fix capsys issue with Python 3.8 (third try)
4 years ago
grossmj 241caa1ec7 Try to fix capsys issue with Python 3.8
4 years ago
grossmj f498ab06b4 Wait longer for x11 socket file to be created. Ref #1761
4 years ago
grossmj 3940f013d4 Allow Hyper-V to run on AMD when Windows 10 build 19640 or later is detected. Fixes #1777
4 years ago
grossmj e1dab0dff4 Show error message if IPv6 is not enabled when using SPICE console. Fixes #1772
4 years ago
grossmj ee70a6a27d Disable default integrations for sentry sdk.
4 years ago
grossmj 297d1a0aae Remove unused bytes2human function
4 years ago
grossmj 05e8fd3ff5 Development on 2.2.10dev1
4 years ago
grossmj c0c8151480 Release v2.2.9
4 years ago
grossmj ad7277c938 Merge branch 'master' into 2.2
4 years ago
Jeremy Grossmann 0c2e4d2de9
Merge pull request #1768 from GNS3/replicate-network-connection-state
4 years ago
grossmj 1264680b51 Sync appliances.
4 years ago
piotrpekala7 a9697e925c Release 2020.2.0-beta.4
4 years ago
grossmj 58a19af9ac Support to activate/deactive network connection state replication in Qemu.
4 years ago
grossmj a796f1e42e Possible fix for problem connecting to the GNS3 VM. Ref https://github.com/GNS3/gns3-gui/issues/2969 #1760
4 years ago
grossmj 8eefaa3f32 Option to reset or not all MAC addresses when exporting or duplicating a project.
4 years ago
grossmj 5575657318 Fix tests. Ref #1754
4 years ago
grossmj 69b816e21e Fix bug when changing properties for closed project. Fixes #1754
4 years ago
grossmj 5c3bd589b9 Fix issues with crash reporting & bump version to 2.2.9dev2. Ref https://github.com/GNS3/gns3-server/issues/1758
4 years ago
grossmj 1a20cbeefd Lock listing VMs. Ref #1755
4 years ago
grossmj da85d7b827 Try to fix error when listing Hyper-V VMs. Ref #1755
4 years ago
grossmj 7002b026fc Catch VirtualBox errors when listing VMs. Fixes #1759
4 years ago
grossmj 00f8a27404 Merge branch 'master' into 2.2
4 years ago
grossmj 5b59a09e8d Deprecate running with Python 3.5
4 years ago
grossmj c63aad8eca Replace Raven by Sentry SDK. Fixes https://github.com/GNS3/gns3-server/issues/1758
4 years ago
grossmj 32a8bc54a1 Development on 2.2.9dev1
4 years ago
grossmj dadbacd8a4 Release v2.2.8
4 years ago
grossmj 9032fd2a5c Merge branch 'master' into 2.2
4 years ago
piotrpekala7 eb0d4439a0 Release 2020.2.0-beta.3
4 years ago
grossmj 91a1c5db49 Redirection to the bundled web-ui in the root handler
4 years ago
grossmj 0a77233631 Fix root handler for web-ui
4 years ago
grossmj 8df8b73c8f Merge branch 'master' into 2.2
4 years ago
piotrpekala7 6968ae9295 Release 2020.2.0-beta.2
4 years ago
grossmj 1c9a43d071 Update appliance files.
4 years ago
grossmj 10645a412b Default port set to 80 for server running in the GNS3 VM. Fixes #1737
4 years ago
grossmj 1b008fb516 Sync appliance files.
4 years ago
grossmj 3626bd5adb Make the Web UI the default page. Ref https://github.com/GNS3/gns3-server/issues/1737
4 years ago
grossmj 6c322bbdde Fix tests.
4 years ago
grossmj 02c0fa26e1 Support controller reloading for templates, appliances and projects. Ref #1743
4 years ago
grossmj 7b61724213 Remove unused variable. Ref #1744
4 years ago
grossmj 72c6f5b484 Return exit status 1 if server fails to start. Fixes #1744
4 years ago
grossmj 8536af33da Fix tests.
4 years ago
grossmj 4ddd45f788 Merge branch 'master' into 2.2
4 years ago
Bernhard Ehlers 10bb259248 Implement a minimum interval between cpu_percent() calls. Fixes #1738
4 years ago
Bernhard Ehlers 4ab100b716 Revert "Implement a minimum interval between psutil calls. Fixes #2262"
4 years ago
Bernhard Ehlers 347035a99b QEMU config disk - add missing config disk to image directory
4 years ago
Bernhard Ehlers 0db0f6256b QEMU config disk - get rid of mtoolsrc
4 years ago
fadlytabrani 6fd60452c4
Add clipboard support for TigerVnc
4 years ago
Jeremy Grossmann a2d57f7c37
Merge pull request #1741 from candlerb/candlerb/snasphot
4 years ago
Brian Candler 69986b0d0f Correct typo "Snasphot"
4 years ago
Brian Candler 06a6a0a332 Sort snapshots by (created_at, name)
4 years ago
grossmj 2606c2d9a7 Merge branch '2.3'
4 years ago
grossmj 57067a99fa Development on 2.2.8dev1
4 years ago
grossmj 087cba3903 Release v2.2.7
4 years ago
grossmj 0a5995b11c Merge branch 'master' into 2.2
4 years ago
piotrpekala7 4f3fd65377 Release 2020.2.0-beta.1
4 years ago
Bernhard Ehlers 99d9728360 QEMU config disk - preserve file timestamp on zip unpack
4 years ago
Bernhard Ehlers 6a1eef0627 QEMU config disk - initial implementation. Ref #2958
5 years ago
grossmj 42eaf97e9f Fix uBrigde error popups when Docker image has stopped. Fixes https://github.com/GNS3/gns3-gui/issues/2957
5 years ago
grossmj 55a5ce77ba Remove debug message
5 years ago
Torstein Husebø f9ab4ffb96 fix warning that you are explicitly comparing literals
5 years ago
Jeremy Grossmann 241937b80b
Merge pull request #1715 from GNS3/websocket-console
5 years ago
grossmj b179ca88a7 Merge branch 'master' into 2.3
5 years ago
grossmj 4bed19f20a Release v2.2.6
5 years ago
grossmj 4bc1e5e02e Merge branch 'master' into 2.2
5 years ago
piotrpekala7 720f52655e Release 2020.1.0-alpha.1
5 years ago
piotrpekala7 4df10d1427 Release 2019.2.0-alpha.11
5 years ago
grossmj aa83fcc7d1 Monitor ubrige processes.
5 years ago
grossmj afbbf7a524 Add Xvnc command to the VNC servers list. Fixes #172
5 years ago
grossmj b24bb42a66 Allow controller to reconnect to compute if communication is lost. Ref #1634
5 years ago
grossmj aa1b621c10 Improvement of support for docker USER directive. Fixes #1727.
5 years ago
grossmj 6aed064a86 Fix cannot delete Dynamips router the content of the "usage" field. Fixes https://github.com/GNS3/gns3-gui/issues/2947
5 years ago
grossmj 615cffd9ac Prevent locked drawings to be deleted. Fixes https://github.com/GNS3/gns3-gui/issues/2948
5 years ago
grossmj 868c39acfe Fix issues with empty project variables. Fixes https://github.com/GNS3/gns3-gui/issues/2941
5 years ago
grossmj a62168fde0 Return array for controller statistics endpoint
5 years ago
grossmj 3df348ac2a Server statistics implementation
5 years ago
grossmj d9c264ce77 Sync appliances.
5 years ago
grossmj 6eb62ad179 Remove 'format=raw' from the Qemu options of the disk interfaces. Ref #1699
5 years ago
grossmj c5412bf970 Allocate application IDs for IOU nodes on the controller.
5 years ago
grossmj 6cb87ef25d Sync appliance files.
5 years ago
grossmj 3484a7dd3d Unprotected access for websocket consoles.
5 years ago
grossmj c313475f68 Support for WebSocket consoles
5 years ago
grossmj e90262eb95 Require VirtualBox >= 6.0 on AMD and >= 6.1 on Intel processors (for GNS3 VM only). Fixes #1610
5 years ago
grossmj 92ac250bc7 Add nvme disk interface and fix scsi disk interface for Qemu VMs.
5 years ago
grossmj 667d50aa4a Disallow using "legacy networking mode" with Qemu >= 2.9.0
5 years ago
grossmj d796f8d112 Add latest Qemu nic models.
5 years ago
grossmj fb4ece5c67 Attempt to fix error when loading wmi module. Fixes #1712
5 years ago
grossmj ab4b391a02 Handle "aborted" state for VirtualBox VMs. Fixes #1702
5 years ago
grossmj dcdaffa056 Change how Hyper-V VMs are found. Ref #1612
5 years ago
grossmj c3b2128fae Return array for controller statistics endpoint
5 years ago
grossmj 941bed9605 Server statistics implementation
5 years ago
grossmj 12a8831c44 Change version to 2.3.0dev1 on 2.3 branch
5 years ago
grossmj 60cc5c7bb4 Development on 2.2.6dev1
5 years ago
grossmj 6d66e4d5d5 Release v2.2.5
5 years ago
grossmj 82b42fffef Development on 2.2.5dev1
5 years ago