Commit Graph

120 Commits (d1ccf3bc844e4f04bb69d8a1f161914f2d91875e)

Author SHA1 Message Date
grossmj d1ccf3bc84 Merge branch '2.1' into 2.2
6 years ago
ziajka f3c6faed75 Removed unnecessary line
6 years ago
ziajka 7b3d5ae5e3 Create/update project on compute when variables changes
6 years ago
grossmj 90ce6093d8 Some spring cleaning.
6 years ago
ziajka eeae07e783 Conservative approach to supported versions of Python 3.4 and asyncio.ensure_future, Ref. #1269
6 years ago
ziajka d9a0ec9ff3 Replace asyncio.async with ensure_future because of deprecation, Fixes: #1269
6 years ago
grossmj f9c7c15f95 Fixing race condition when starting the GNS3 VM.
6 years ago
ziajka a393e7f723
Merge pull request #1205 from GNS3/aiohttp-2.3.1
7 years ago
ziajka b48f5df53f iExport files from remote server, Fixes: gui/#2271
7 years ago
ziajka a7412d1c87 aiohttp 2.3.1 dependency
7 years ago
ziajka b654d78ea6 Endpoint for obtaining direct action on compute
7 years ago
grossmj c22229101f Try to improve error reporting when streaming a PCAP file. Ref #2235.
7 years ago
Julien Duponchelle 3bb8cdafb2
Catch KeyError: <aiohttp.connector._TransportPlaceholder
7 years ago
Julien Duponchelle 27582bb68c
Fix IOU image upload
7 years ago
Julien Duponchelle 46e5e8ac68
Log error if you invalid character in auth login
7 years ago
Julien Duponchelle 3eadbb9adb
Implement an api call for computing the IDLE PC
7 years ago
Julien Duponchelle 93adef91d8
Merge branch '2.0' into 2.1
7 years ago
Julien Duponchelle 4dc55a5af4
Improve logging for remote server connection lost
7 years ago
Julien Duponchelle a4245fcf44
Aiohttp 2.0
7 years ago
Julien Duponchelle 39419462db
Handle HTTP 504 errors from compute node
7 years ago
Julien Duponchelle 050f6876ce
Fix KeyError: 'filename'
7 years ago
Julien Duponchelle bfee08459d
Test image sorting
7 years ago
Julien Duponchelle 8a6584d90f
Sort image list
7 years ago
Julien Duponchelle 815820f692
Catch some broken hostname for compute node
7 years ago
Julien Duponchelle 541afe9660
Support utf-8 characters in user and password for auth
7 years ago
Julien Duponchelle 95f864c871
Catch server disconnected errors from computes
7 years ago
Julien Duponchelle 886329a978
Catch error when you try to put an invalid server url
7 years ago
Julien Duponchelle 3fb24dd895
Avoid a crash when the connection with the server close
7 years ago
Julien Duponchelle 94fd4bcbe9
Fix stacktrace display when connecting to remote server
7 years ago
Julien Duponchelle 08c2892295
If we can't resolve compute name return 0.0.0.0
7 years ago
Julien Duponchelle d06af526b2
Fix the server don't start if a remote is unavailable
7 years ago
Julien Duponchelle 304d92764c
Fix capture stop with Wireshark
7 years ago
Julien Duponchelle 3259ec1220
Close project if one one the compute of the project is down
8 years ago
Julien Duponchelle 60eea1f171
Fix error when you upload an empty file
8 years ago
Julien Duponchelle 668c479ef6
Temporary fix for tunnel binding for Daniel from SWI
8 years ago
Julien Duponchelle e2fd339f35
Catch auth errors when adding a compute
8 years ago
Julien Duponchelle 4cd08c8955
Handle OSerror when listing images
8 years ago
Julien Duponchelle 49315adf79
Do not recurse scan for images in standard image directory
8 years ago
Julien Duponchelle 875051d05e
Prevent capture on non running node
8 years ago
Julien Duponchelle 1beae95443
Multiple improvements around starting the GNS3 VM
8 years ago
Julien Duponchelle 94ceb2dda0
No connection limit / No keep alive for connection to compute
8 years ago
Julien Duponchelle 0250547479
If server answer not found explain this could be due to the usage of 1.X server
8 years ago
Julien Duponchelle 3bc4e951b8
Fix a None error when creating link
8 years ago
Julien Duponchelle 477091207d
Better handle compute unavailable errors
8 years ago
Julien Duponchelle 57e2fd9943
If we can found a common subnet we return the host binding for link
8 years ago
Julien Duponchelle ca6f014207
Do not connect GNS3 to remote server via 169.254.X.X
8 years ago
Julien Duponchelle 3c5cbebfb4
Fix timeout issues when starting VMware or VBox
8 years ago
Julien Duponchelle 0d022a4d33
Forward server disconnected errors
8 years ago
Julien Duponchelle ea1c525181
Fix computes tests
8 years ago
Julien Duponchelle ae1a9d9a5f
No timeout for listing images
8 years ago