Commit Graph

2968 Commits (4d95e0b51f3611f23abe1d6a0e3ef829207f1cb9)

Author SHA1 Message Date
grossmj 23c63bbd4d Protect variable replacement for Qemu options. Escape double quotes.
7 years ago
ziajka 3efe753eee Add proper exception when cannot find tunnel on QEMU, Fixes: #1241
7 years ago
ziajka f48420af58 Increase timeout for creation of image, Ref. #2239
7 years ago
grossmj 79bca29b93 Protect variable replacement for Qemu options.
7 years ago
grossmj 0e4865e049 Bump version to 2.1.1dev2
7 years ago
ziajka a393e7f723
Merge pull request #1205 from GNS3/aiohttp-2.3.1
7 years ago
grossmj 630afc5469 Do not overwrites persistent Docker volumes. Fixes #2358.
7 years ago
grossmj 3e3e1df051 Allow users to see an error when the server cannot stream a PCAP file.
7 years ago
grossmj 3a1ba8f42d Fix issue with Qemu + SPICE when IPv4 is not enabled.
7 years ago
grossmj cfe8e9e85c Warn users if the GNS3 VM and local server are not in the same subnet. Fixes #1231.
7 years ago
grossmj 1699ce5d1c Add missing appliance files.
7 years ago
grossmj d0850927d0 Update appliance files.
7 years ago
Jeremy Grossmann a80355998d
Merge pull request #1230 from GNS3/consitance-about-exc
7 years ago
grossmj e54d574e47 Fix auto idle-pc from preferences.
7 years ago
ziajka fe60c414b9 Keep consistance of aiohttp.web.HTTPForbidden() execution
7 years ago
grossmj 061af38b5a Make sure connected links are removed when a node is deleted.
7 years ago
grossmj f48549a997 Validate idle-pc values for auto idle-pc feature.
7 years ago
grossmj 958ab2294c Merge remote-tracking branch 'origin/2.1' into 2.1
7 years ago
grossmj dd89b09f84 Fix error when updating packet filter on stopped Docker link. Fixes #1229.
7 years ago
ziajka 860ca3b35d Remotely close telnet console. Ref #2330
7 years ago
ziajka 96a0b52cf8 EthernetSwitch closing connections, Ref: gui/#2330
7 years ago
ziajka fe59c937d5
Merge branch '2.1' into improved-export-project
7 years ago
ziajka b48f5df53f iExport files from remote server, Fixes: gui/#2271
7 years ago
grossmj 3e2e8e61f7 New option: require KVM. If false, Qemu VMs will not be prevented to run without KVM.
7 years ago
grossmj 068077c594 Remove forgotten debug.
7 years ago
grossmj e08aebf1f0 Implement variable replacement for Qemu VM options.
7 years ago
grossmj cfbcc1194d Avoid duplicate "-nographic" option.
7 years ago
grossmj 035a078b5e Show qemu-img stdout in case of an error.
7 years ago
grossmj e1fe34ca07 Use the correct NVRAM amount when pushing private config to IOU.
7 years ago
grossmj 4477cd4dfd Merge remote-tracking branch 'origin/2.1'
7 years ago
grossmj 967798a7de Check and fix corrupt Qemu disk images. Fixes #2301.
7 years ago
grossmj 8c11b649e5 Update warning messages when connecting to non custom adapter for VMware VMs.
7 years ago
grossmj b14e2e73ed Fix "Can't use VirtualBox VM when an interface is managed by VirtualBox". Fixes #2335.
7 years ago
grossmj 9afe756462 Add low disk space warning when creating a new project.
7 years ago
ziajka 135c529d4b Development on 2.1.1dev1
7 years ago
ziajka ce219e81ea Development on 2.1.0dev11
7 years ago
ziajka c2684f056c Release 2.1.0
7 years ago
ziajka 009677f019 Fix typo in vcpus on VirtualBoxVM, fixes: #1213
7 years ago
ziajka 9c3ee02797 Development on v2.1.0dev10
7 years ago
ziajka 50c8fe070d Release v2.1.0rc4
7 years ago
ziajka 255dc7ed9b Fix GNS3VM vCPUs control on VMware, fixes: #2324
7 years ago
ziajka 022d76e88a Warning for getting endpoint of compute
7 years ago
ziajka b2c5e175d7 Enable debug loop only on debug mode
7 years ago
ziajka a7412d1c87 aiohttp 2.3.1 dependency
7 years ago
ziajka 2171072ae4 Enable debug mode on async loop only in dev/debug mode
7 years ago
grossmj 8fcfed53ed Add warning when using IOU with a hostname length above 15 characters.
7 years ago
grossmj df468bf2af Improve VMware VMs discovery process. Ref #1201.
7 years ago
grossmj 8930b4c6e5 Improve error message when IOU VM process is unexpectedly stopped.
7 years ago
grossmj b4307e6035 Improved error message when the number of network adapters is above the maximum for VirtualBox VMs.
7 years ago
ziajka 6a87047c18 Added localhost and gns3.github.io CORS
7 years ago
ziajka d918330472 Back to dev. at 2.1.0dev9
7 years ago
ziajka 8fde8789f1 Fix Travis deployment
7 years ago
ziajka aaa8c4895f Development on 2.1.0dev9
7 years ago
ziajka 66d5cb520d Release 2.1.0 rc3
7 years ago
Jeremy Grossmann d2a7f724e3 Merge pull request #1198 from GNS3/vmware-config
7 years ago
Jeremy Grossmann c7015435c9 Update vmware_gns3_vm.py
7 years ago
ziajka 44efab109e Set vhv.enable before run for VMWare 14. Fixes #1184
7 years ago
grossmj 98b201e9e5 Tweak how VMware VMs are found with fallback to search in the default location for VMs.
7 years ago
Jeremy Grossmann 4cae6b678a Merge pull request #1194 from GNS3/direct-file-uploads
7 years ago
Dušan Dragić 44bb912139 QEMU: fix logging of base mac address when creating a new node
7 years ago
grossmj 74e7201ea6 Sync appliance files.
7 years ago
grossmj 4f13c63a52 Do not use builtin name.
7 years ago
grossmj 02ad98664f Fix creation of an VMware VM failed with invalid JSON. Fixes #2282.
7 years ago
ziajka b654d78ea6 Endpoint for obtaining direct action on compute
7 years ago
grossmj 1524493c33 Fix IOU detection of layer 1 keepalive support. Fixes #1183.
7 years ago
Jeremy Grossmann 67c78ba2e3 Merge pull request #1188 from GNS3/fix-post-file-normalization
7 years ago
ziajka 9619827f44 Reenable tests and back to development on 2.1.0dev8
7 years ago
ziajka 5b645cd455 Temporary disable passing tests
7 years ago
ziajka 7d19312d44 Development on 2.1.0dev8
7 years ago
ziajka 81048f44d6 Release 2.1.0 rc2
7 years ago
Dominik Ziajka be35ad6874 Fixes path normalization during file upload on nodes (Fixes: #2276)
7 years ago
Jeremy Grossmann 897f7656da Merge pull request #1185 from GNS3/fix-delete-project
7 years ago
ziajka 3d85bba9d4 Don't create directory structure during json dump. Fixes #2270
7 years ago
grossmj dbd41e44f8 Bump version to 2.1.0dev7
7 years ago
grossmj 7269285b0f Add more information when qemu-img fails.
7 years ago
grossmj a567b394f3 Restore file permissions fails for volumes with soft links. Fixes #1180.
7 years ago
grossmj d76bcf7078 Use RAW sockets by default on Linux.
7 years ago
grossmj fcd2c7b6d4 Add missing https console keyword in JSON schema. Fixes #1179.
7 years ago
grossmj 60bc386d6b Merge remote-tracking branch 'origin/2.1' into 2.1
7 years ago
grossmj e1c8df170a Allow projects to be opened even when a node port is already used.
7 years ago
ziajka cdfce26b61 Development on v2.1.0dev6
7 years ago
ziajka f415d38ccd Release v2.1.0rc1
7 years ago
grossmj 9e4cfaf787 Fix NAT node not working on Windows. Fixes #1163.
7 years ago
grossmj 4a2dfb0037 Do not prevent a project to be deleted. Fixes #2237.
7 years ago
ziajka b538bd0a29 Back to development on v2.1.0dev5
7 years ago
ziajka 36210b10c6 Re-release 2.1.0b2
7 years ago
ziajka daf7ed8c95 Development on 2.1.0dev5
7 years ago
ziajka 1f87d8222b Release 2.1.0 beta 2
7 years ago
grossmj 90e3a8d612 Round-robin nodes across all available compute resources. Fixes #1165.
7 years ago
grossmj c22229101f Try to improve error reporting when streaming a PCAP file. Ref #2235.
7 years ago
grossmj ee486b32bd Use Npcap DLL on Windows when checking for uBridge version.
7 years ago
ziajka 807bea40d4 Fixes running switch console inside PyCharm terminal (Ref. #1172)
7 years ago
ziajka 4e3eee33fc Windows console bugfix tests
7 years ago
Jeremy Grossmann a7297ffca4 Merge pull request #1169 from GNS3/checking-nio-existance
7 years ago
ziajka b0783eeccc Load meta of the project on loading time (Fixes #2225)
7 years ago
ziajka efae614af2 Added checking if NIO exists (Fixes #1160)
7 years ago
ziajka 7523e9c4bc Fixes NAT node not working on Windows (#1163)
7 years ago
ziajka e15d1cd350 Fixes loading project when link_id is not set (#1159)
7 years ago
ziajka 3fd86f5807 Return platform value on appliances list (Fixes #2211)
7 years ago
ziajka 3a1fd892ac Fixes not known category in Appliances (Fixes #1156)
7 years ago
ziajka 3caba334c0 Development on 2.1.0dev4
7 years ago
ziajka e2de872036 Release 2.1.0 beta 1
7 years ago
Julien Duponchelle 44fc87a24c
Sync appliances
7 years ago
Julien Duponchelle 2dc83d7894
Interface starting with gns3 are not display by default in the cloud
7 years ago
Julien Duponchelle 211f48d981
Catch error when something that is not the GNS3 server answer to virtualbox requests
7 years ago
Julien Duponchelle 3bb8cdafb2
Catch KeyError: <aiohttp.connector._TransportPlaceholder
7 years ago
Julien Duponchelle e74eaa8ea8
Add a warning when you try to load and the server is not started with --local
7 years ago
Jeremy Grossmann 8a028a6dce Merge pull request #1147 from GNS3/fix_docker_permission
7 years ago
Julien Duponchelle 1cde787ffa
Sync appliances
7 years ago
ziajka 81d77cabf9 Development on 2.1.0dev3
7 years ago
ziajka 37c76189dc Release 2.1.0 alpha 2
7 years ago
Julien Duponchelle 6996b7094f
Handle invalid appliances files
7 years ago
Julien Duponchelle 2eead38cd8
Sync appliances
7 years ago
Julien Duponchelle 283b08c2a1
Fix naming of node with a number in the name
7 years ago
Julien Duponchelle fc6b6b5e63
Fix race condition in startup of capture
7 years ago
Julien Duponchelle 108a659ca4
Fix bug when exporting debug information with multiple remote servers
7 years ago
Julien Duponchelle 7683a79bb1
Fix OSError when uploading images
7 years ago
Julien Duponchelle 103be13ba4
Fix an error when a symbol is not available on filesystem
7 years ago
Julien Duponchelle cc89099ea5
Fix ServerDisconnectedError for stop_all
7 years ago
Julien Duponchelle 92c9e48f18
This fix the images always included in portable project
7 years ago
Julien Duponchelle a93f3b0576
Fix permission on exited container
7 years ago
ziajka 86bd7b6058 Added missing corutine flag, fixes #1145
7 years ago
Julien Duponchelle 6aa6d96ba0
Fix support of docker appliance with a usage
7 years ago
Julien Duponchelle 5dd5c21374 Merge pull request #1139 from GNS3/prompt-with-new-vpcs
7 years ago
Julien Duponchelle d69475cd44
Duplicate API for ATM, Ethernet Hub and Frame Relay Switch
7 years ago
ziajka ac508435c3 History support for console and telnet application, Fixes: #1083
7 years ago
Jeremy Grossmann bb90c0ba52 Merge pull request #1140 from GNS3/duplicate_docker
7 years ago
Jeremy Grossmann a805b3c7c3 Merge pull request #1142 from GNS3/duplicate_iou
7 years ago
Jeremy Grossmann f0343124ec Merge pull request #1138 from GNS3/duplicate_qemu
7 years ago
Julien Duponchelle 27582bb68c
Fix IOU image upload
7 years ago
Julien Duponchelle 6d4529f445
Duplicate IOU
7 years ago
Julien Duponchelle 16209a2b60
Support duplicate for Docker
7 years ago
Julien Duponchelle 01be1b32c4
Duplicate support for qemu
7 years ago
Julien Duponchelle 6514252a95
2.1.0dev2
7 years ago
Julien Duponchelle faed85e48b
2.1.0a1
7 years ago
Jeremy Grossmann 34c27bc18a Merge pull request #1137 from GNS3/duplicate
7 years ago
grossmj 47e8392ceb Use uuid4() for temporary node name while duplicating a node.
7 years ago
Julien Duponchelle a0a7b0af10
Sync appliances
7 years ago
Julien Duponchelle 0854c04687
API for duplication a Node
7 years ago
Julien Duponchelle 0449a5b4ee
Cleanup
7 years ago
Julien Duponchelle b37a282475
Raise a NotImplementedError for IPV6 support in old UDP cloud
7 years ago
Julien Duponchelle 253e113168
Raise an error if the licence check setting is not a boolean
7 years ago
Julien Duponchelle 87838cb574
Handle when pid file is corrupt
7 years ago
Bernhard Ehlers ec4e69b0d8
Ensure, that the docker mount directory exists
7 years ago
Julien Duponchelle c96694105c
Handle broken appliance files
7 years ago
Julien Duponchelle 46e5e8ac68
Log error if you invalid character in auth login
7 years ago
Julien Duponchelle b33ba5f8ea
Don't allow user to overwrite GNS3 docker environment variables
7 years ago
Julien Duponchelle 8354beaa86
Return computer symbol if an appliance don't have symbol
7 years ago
Jeremy Grossmann 27f733736e Merge pull request #1133 from GNS3/appliances_dir
7 years ago
grossmj ca3f6fb4b8 Update some sentences related to suspending a link.
7 years ago
Julien Duponchelle 5fd842e54d
Suspend link
7 years ago
Julien Duponchelle f5e023222e
Fix symbols permissions
7 years ago
grossmj a7d2391608 Use the libpcap on Linux when blocking host originating packets on vmnet interfaces. Ref #1131.
7 years ago
Julien Duponchelle 7d123f334f
Add an appliance templates directory
7 years ago
Jeremy Grossmann c2fbe4f313 Merge pull request #1130 from GNS3/vmware_filters
7 years ago
Julien Duponchelle fa211a82eb
Filters support for VMware
7 years ago
Julien Duponchelle 54faaf5f6f
Packet filters support for VirtualBox
7 years ago
Julien Duponchelle 873418dbbe
Fix a merge error
7 years ago
Julien Duponchelle 08d4c1a000
Merge branch '2.1' into filters_iou
7 years ago
Julien Duponchelle 536c708c16
Filter implementation for cloud & Nat
7 years ago
Julien Duponchelle 03af9bd621
Sync appliances
7 years ago
Julien Duponchelle 5b839c22e9
Filters support for IOU
7 years ago
Julien Duponchelle 23c3d32e06
Filter support for Docker
7 years ago
Julien Duponchelle f557ec4bda
Fix regression in docker introduce by 2.0 merge
7 years ago
Jeremy Grossmann cf3b668cf1 Merge pull request #1124 from GNS3/filters_qemu
7 years ago
Julien Duponchelle e8a35ac41f
Interface ending with -nic are special ethernet interface
7 years ago
Julien Duponchelle 03f8c747cc
Qemu support for packet filtering
7 years ago
Julien Duponchelle 9e2759a3f2 Merge branch '2.1' into remove_use_ubrige
7 years ago
Julien Duponchelle 86f1201276
Support packet filtering for dynamips
7 years ago
Julien Duponchelle 4a55a367e3
Missing file in previous commit
7 years ago
Julien Duponchelle cf17176bfc
Fix recreate a link with dynamips
7 years ago
Jeremy Grossmann 2e592d3199 Merge pull request #1121 from GNS3/bfp_filter
7 years ago
grossmj b37f9eb4f0 Update schema for BPF filter.
7 years ago
Julien Duponchelle 7c6ffb3f49
Update error message when invalid aiohttp
7 years ago
Julien Duponchelle 4a05a4f7c5
Fix virtualbox links
7 years ago
Jeremy Grossmann 114b137b02 Merge pull request #1120 from GNS3/aiohttp_2.2
7 years ago
Julien Duponchelle 66d5d34877
Fix qemu hotlink
7 years ago
Julien Duponchelle 04303ca00c
Fix VPCS ubridge usage
7 years ago
grossmj 5747aba83c Update error message to require aiohttp 2.2
7 years ago
Julien Duponchelle 699ecb7c89
Merge branch 'master' into 2.1
7 years ago
Julien Duponchelle 8a8de1e2df
BPF filter support
7 years ago
Julien Duponchelle 357de50a1b
Upgrade to last aiohttp version
7 years ago
Julien Duponchelle 450c089b6d
Test if a snapshot name already exists
7 years ago
grossmj 8eb060304a Correct typos in schemas.
7 years ago
Julien Duponchelle d112da400e
Remove use_ubridge flag
7 years ago
grossmj 5112f6fe56 Small changes for Dynamips NIO UDP.
7 years ago
Julien Duponchelle 557924e91a
Use ubridge for dynamips routers
7 years ago
Julien Duponchelle 7f4eeb56fa
Remove unusued code
7 years ago
Jeremy Grossmann 339ed8ab57 Merge pull request #1106 from GNS3/idlepc_apicall
7 years ago
Jeremy Grossmann 5bdc239064 Merge pull request #1104 from GNS3/filters_api
7 years ago
Julien Duponchelle 3eadbb9adb
Implement an api call for computing the IDLE PC
7 years ago
grossmj 8f260e0a83 Update field names for filters.
7 years ago
ziajka e0f0adf3c8 Added preferred Docker API version. Fixes #2136
7 years ago
ziajka 8e8b8bc5a5 WebSocket binary mode support for docker
7 years ago
Julien Duponchelle 4097bab565
Apply feedback from @grossmj
7 years ago
ziajka c6f9ec3758 More information on Docker WebSocket error
7 years ago
Julien Duponchelle 08423eff96
Support packet filtering for VPCS
7 years ago
ziajka dadbb0ab09 More options for drawing area
7 years ago
ziajka cc34f45677 Additional drawing options for Project
7 years ago
Jeremy Grossmann 3132dbd9eb Merge pull request #1096 from GNS3/bugfix-725
7 years ago