Commit Graph

3441 Commits (2606c2d9a7905c47d85ef6c27a6a3ad8a8bfbe62)

Author SHA1 Message Date
grossmj 060871cc42 Development on 2.2.4dev1
5 years ago
grossmj 9e4474de8d Release v2.2.3
5 years ago
grossmj 9bda15236e Sync appliance files.
5 years ago
grossmj 4daaea9cec Merge branch 'master' into 2.2
5 years ago
JCDraaijer 7117b1fb65 Improved how the path to the config file is actually determined
5 years ago
grossmj 992c60e3e0 Return HTTP status code 204 in API when project successfully closed. Fixes #1689
5 years ago
grossmj a98fc2d308 Python3.8 support. Ref https://github.com/GNS3/gns3-gui/issues/2895
5 years ago
grossmj 2fd4b2cbc8 Make sure still support Python >= 3.5.3
5 years ago
JCDraaijer 3bd394b637 Added workaround for #1690. Added venv/ to .gitignore
5 years ago
grossmj 7571c32563 Sync appliance files.
5 years ago
grossmj 05b949930d Fix tests.
5 years ago
grossmj 4075bbd703 Fix exception when adding VirtualBox VM. Fixes #1685.
5 years ago
grossmj 539cf640d8 Change the default UDP port range to be 20000 to 30000. Ref #1271
5 years ago
grossmj 6e7aeb1fdd Developement version on 2.2.3dev1
5 years ago
grossmj 3245450e67 Release v2.2.2
5 years ago
grossmj f154ebeee9 Merge remote-tracking branch 'origin/2.2' into 2.2
5 years ago
grossmj 7608584833 Merge branch 'master' into 2.2
5 years ago
Piotr Pekala f69914565a Release 2019.2.0-alpha.10
5 years ago
Piotr Pekala 4a0fbe9b1b Release 2019.2.0-alpha.10
5 years ago
grossmj ff9bd59ef8 Fix how PCI bridges are created for Qemu VMs with greater than 32 interfaces.
5 years ago
grossmj 4ab3f281c5 Fix broken support for cloned VirtualBox VMs. Fixes https://github.com/GNS3/gns3-gui/issues/2889
5 years ago
grossmj 7b507bf532 Sync appliance files.
5 years ago
grossmj 459dd7b479 Handle builtin entry does not exist when adding node from template (new fix).
5 years ago
grossmj b8c70a3a8e Development on 2.2.2dev1
5 years ago
grossmj a267ecdea4 Merge branch 'master' into 2.2
5 years ago
grossmj 7b8f0c2633 Release v2.2.1
5 years ago
grossmj 89f97902f9 Handle builtin entry does not exist when adding node from template.
5 years ago
grossmj 19723f06ed Sync appliance files
5 years ago
Piotr Pekala 107dbbc949 Release 2019.2.0-alpha.10
5 years ago
grossmj 2af9127879 Fix issue when linking to more than one NAT node with allowed_interface option enabled. Fixes #1671
5 years ago
grossmj 5e9810d420 Prevent deleting a GNS3 project outside the project directory. Ref #1669
5 years ago
grossmj f3ad333a21 Do not send "console_type" property to computes for all builtin nodes excepting Ethernet switches. Fixes https://github.com/GNS3/gns3-gui/issues/2882
5 years ago
grossmj df9b40c1dc Fix QEMU link detection flaky on last port. Fixes #1666
5 years ago
grossmj f5c02368e6 Fix tests.
5 years ago
grossmj 7cfd0d4d1d Use compatible shlex_quote to handle case where Windows needs double quotes around file names, not single quotes. Ref https://github.com/GNS3/gns3-gui/issues/2866
5 years ago
grossmj 9d47050dff Use 0.0.0.0 by default for server host. Fixes https://github.com/GNS3/gns3-server/issues/1663
5 years ago
grossmj 1b845225b2 Improvement to validate HTTP authentication config. Ref #1662
5 years ago
grossmj 5a3f8b9a9b Use versioned config directory for profiles. Fixes #1664
5 years ago
grossmj 6d1adea907 Enable nested hardware virtualization by default for GNS3 VM running in VirtualBox. Fixes #1377
5 years ago
grossmj 2d777cac13 Set default host to "localhost". Fixes https://github.com/GNS3/gns3-server/issues/1663
5 years ago
grossmj 6ae7ef8a2e Improve process to get guest IP address from GNS3 VM running in VMware workstation/player. Ref https://github.com/GNS3/gns3-gui/issues/2866
5 years ago
grossmj 2f57bd58c0 Fix error with console type in Ethernet switch schema. Fixes #1659
5 years ago
grossmj 51a92b46dd Bump version to 2.2.1dev1
5 years ago
grossmj 7c437adbef Release v2.2.0
5 years ago
grossmj fef1d01e26 Merge branch 'master' into 2.2
5 years ago
grossmj af3ae0df24 Merge branch '2.1'
5 years ago
grossmj 87390274cc Add debug message for what directory is checked for Qemu binaries. Ref #1655
5 years ago
grossmj f424e2dfd5 Sync appliance files.
5 years ago
Piotr Pekala 4031fd0c18 Release 2019.2.0-alpha.8
5 years ago
grossmj 1c678e296e Merge branch 'master' into 2.2
5 years ago
grossmj 958ec94f13 Sync appliance files.
5 years ago
grossmj a9fd990904 Bump version to 2.2.0dev18
5 years ago
grossmj 9d18ac1e3e Merge branch 'master' into 2.2
5 years ago
grossmj 2cfac30810 Fix single quote is not closed. Fixes #1654
5 years ago
grossmj 67e70c4628 Fix wrong Dynamips command used to rename an ATM switch. Fixes #1651
5 years ago
grossmj 8b71e9b20c Release v2.2.0rc5
5 years ago
grossmj 7cd9bb6ca6 Merge branch '2.1' into 2.2
5 years ago
Jeremy Grossmann 2e41328ae9
Merge branch 'master' into fix-sata
5 years ago
David Kreitschmann 8105b68d52 Don't specify the PCI bus for AHCI device
5 years ago
David Kreitschmann 906f29d5fc Add id value to all qemu drives
5 years ago
grossmj 5d4de9d0ba Fix AttributeError: Cannot set attribute '%s'. Fixes #1646
5 years ago
grossmj 4470519d9f Release v2.2.0rc4
5 years ago
Piotr Pekala 941857470d Release 2019.2.0-alpha.7
5 years ago
grossmj e64ed839f5 Check that vcpus value for GNS3 VM is an integer. Fixes #1636
5 years ago
grossmj 647dde1bb4 Make x,y optional for creating links via API. Fixes #1630
5 years ago
grossmj 63c0bfe46e Sync appliance files.
5 years ago
grossmj fb288db50a Set default_name_format for some builtin nodes.
5 years ago
grossmj 55a9abfcea Allow "none" for compute_id in templates.
5 years ago
grossmj dac2cf4089 Bump version to 2.2.0dev17
5 years ago
grossmj 3b0bb8df4e Merge branch 'master' into 2.2
5 years ago
grossmj 9559748f9d Bump version to 2.2.0dev16
5 years ago
grossmj 4656521987 Release v2.2.0rc3
5 years ago
grossmj 86772d9127 Release v2.2.0rc2
5 years ago
grossmj 27d447c926 Release v2.2.0rc1
5 years ago
grossmj df9f717d7c Sync appliance files
5 years ago
grossmj 39da0f3904 List Hyper-V VMs on non-english OSes. Fixes #1612
5 years ago
grossmj 6a7d47ce97 Merge branch '2.2'
5 years ago
grossmj 7c07d0b4bd Add missing default values in Cloud schema.
5 years ago
grossmj 6626bf37a6 Development on 2.2.0dev15
5 years ago
grossmj f7376ee382 Release v2.2.0b4
5 years ago
grossmj 3172985a21 Sync appliance files.
5 years ago
grossmj dcf94a5852 Requires a project to be opened to start/stop/suspend all nodes. Fixes #1609
5 years ago
grossmj cba39a3744 Fix issue when starting GNS3 VM for Hyper-V
5 years ago
grossmj 03c7744efd Set defaults for custom cloud nodes.
5 years ago
grossmj b0f74c2a5e Fix issue when trying to rename a Dynamips node that is already powered on. Fixes #2824
5 years ago
grossmj aad74dbcb9 Add debug message when searching for an image. Ref https://github.com/GNS3/gns3-gui/issues/2828
5 years ago
ziajka 507090d69d Fix base href for web ui
5 years ago
Piotr Pekala ed27a46dee Release 2019.2.0-alpha.5
5 years ago
ziajka 8d02405e88 Fix redirection to web-ui bundled server
5 years ago
Piotr Pekala 7adf5201f0 Release 2019.2.0-alpha.4
5 years ago
grossmj 0df3322b6c Development on 2.2.0dev14
5 years ago
grossmj 43c7acb0cf Release v2.2.0b3
5 years ago
Jeremy Grossmann 239d9e6fd6
Merge pull request #1599 from GNS3/cdrom-refresh
5 years ago
grossmj 9e54ab77d0 Merge 2.1 into 2.2 branch.
5 years ago
grossmj 5dbedb744e Sync appliance files.
5 years ago
grossmj 7a463676cd Eject cdrom first before changing an image. Use 'force' when ejecting.
5 years ago
grossmj b0700b8787 Merge remote-tracking branch 'origin/2.2' into 2.2
5 years ago
grossmj 06ce0868ec Fix template migration issues from GUI to controller. Fixes https://github.com/GNS3/gns3-gui/issues/2803
5 years ago
grossmj 7c33d3510a Development on 2.1.22dev1
5 years ago
grossmj cb1f73e9a2 Release v2.1.21
5 years ago