grossmj
|
4d95e0b51f
|
Catch some exceptions.
|
2018-09-28 15:04:38 +02:00 |
|
grossmj
|
86be4f98f1
|
Fix wrong call after merging.
|
2018-08-29 16:22:37 +07:00 |
|
grossmj
|
33e8710495
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/docker/docker_vm.py
# gns3server/controller/compute.py
# gns3server/controller/gns3vm/__init__.py
# gns3server/controller/link.py
# gns3server/controller/project.py
# gns3server/handlers/api/controller/project_handler.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/utils/asyncio/__init__.py
# gns3server/utils/asyncio/telnet_server.py
# gns3server/version.py
# gns3server/web/web_server.py
# tests/compute/qemu/test_qemu_vm.py
|
2018-08-29 15:57:54 +07:00 |
|
grossmj
|
00cf66fb0f
|
Report GNS3 VM errors to the GUI server summary. Ref #1359.
|
2018-08-28 15:42:06 +07:00 |
|
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
|
2018-08-25 14:10:47 +07:00 |
|
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
|
2018-08-24 18:57:18 +07:00 |
|
grossmj
|
089d25c79d
|
Forbid controller and compute servers to be different versions.
Report last compute server error to clients and display in the server summary.
|
2018-08-22 16:54:43 +07:00 |
|
grossmj
|
7f72b90b0e
|
The server has now 2 notification streams
* A new one for controller related events (compute, appliance templates etc.)
* The existing one for project related events (links, nodes etc.)
|
2018-08-16 21:31:57 +07:00 |
|
grossmj
|
c0521732a9
|
Get IP address from guest Hyper-V VM. Ref https://github.com/GNS3/gns3-gui/issues/763
|
2018-08-12 01:49:48 -07:00 |
|
grossmj
|
a54359d243
|
Clean GNS3 close if one remote server is down. Fixes #1357.
|
2018-08-09 16:59:10 +07:00 |
|
grossmj
|
96d5e351f7
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/version.py
# requirements.txt
|
2018-06-10 21:19:55 +07:00 |
|
grossmj
|
45edc40948
|
Timeout for stream file.
|
2018-06-10 21:18:16 +07:00 |
|
grossmj
|
8851a55199
|
Fix timeout error with "save as" for large projects.
|
2018-06-07 22:26:23 +07:00 |
|
grossmj
|
d1ccf3bc84
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/version.py
# requirements.txt
|
2018-06-04 22:46:52 +07:00 |
|
ziajka
|
f3c6faed75
|
Removed unnecessary line
|
2018-05-09 15:53:50 +02:00 |
|
ziajka
|
7b3d5ae5e3
|
Create/update project on compute when variables changes
|
2018-05-09 15:29:35 +02:00 |
|
grossmj
|
90ce6093d8
|
Some spring cleaning.
|
2018-03-15 14:17:39 +07:00 |
|
ziajka
|
eeae07e783
|
Conservative approach to supported versions of Python 3.4 and asyncio.ensure_future, Ref. #1269
|
2018-01-29 12:13:20 +01:00 |
|
ziajka
|
d9a0ec9ff3
|
Replace asyncio.async with ensure_future because of deprecation, Fixes: #1269
|
2018-01-24 11:11:53 +01:00 |
|
grossmj
|
f9c7c15f95
|
Fixing race condition when starting the GNS3 VM.
|
2018-01-10 16:22:55 +07:00 |
|
ziajka
|
a393e7f723
|
Merge pull request #1205 from GNS3/aiohttp-2.3.1
aiohttp 2.3 support.
|
2017-12-18 11:09:16 +01:00 |
|
ziajka
|
b48f5df53f
|
iExport files from remote server, Fixes: gui/#2271
|
2017-11-20 10:47:03 +01:00 |
|
ziajka
|
a7412d1c87
|
aiohttp 2.3.1 dependency
|
2017-10-26 16:29:01 +02:00 |
|
ziajka
|
b654d78ea6
|
Endpoint for obtaining direct action on compute
|
2017-10-13 11:03:56 +02:00 |
|
grossmj
|
c22229101f
|
Try to improve error reporting when streaming a PCAP file. Ref #2235.
|
2017-09-01 17:10:24 +07:00 |
|
Julien Duponchelle
|
3bb8cdafb2
|
Catch KeyError: <aiohttp.connector._TransportPlaceholder
Fix #1152
|
2017-08-02 10:16:49 +02:00 |
|
Julien Duponchelle
|
27582bb68c
|
Fix IOU image upload
Fix #1141
|
2017-07-25 14:59:55 +02:00 |
|
Julien Duponchelle
|
46e5e8ac68
|
Log error if you invalid character in auth login
Fix #1088
|
2017-07-20 15:42:07 +02:00 |
|
Julien Duponchelle
|
3eadbb9adb
|
Implement an api call for computing the IDLE PC
Fix https://github.com/GNS3/gns3-gui/pull/2153
|
2017-07-07 17:50:40 +02:00 |
|
Julien Duponchelle
|
93adef91d8
|
Merge branch '2.0' into 2.1
|
2017-05-31 16:58:31 +02:00 |
|
Julien Duponchelle
|
4dc55a5af4
|
Improve logging for remote server connection lost
Ref https://github.com/GNS3/gns3-gui/issues/2074
|
2017-05-22 13:57:32 +02:00 |
|
Julien Duponchelle
|
a4245fcf44
|
Aiohttp 2.0
Ref #1000
|
2017-05-17 18:42:17 +02:00 |
|
Julien Duponchelle
|
39419462db
|
Handle HTTP 504 errors from compute node
Fix #1032
|
2017-05-16 08:37:54 +02:00 |
|
Julien Duponchelle
|
050f6876ce
|
Fix KeyError: 'filename'
Fix #1018
|
2017-05-09 12:25:15 +02:00 |
|
Julien Duponchelle
|
bfee08459d
|
Test image sorting
Ref https://github.com/GNS3/gns3-gui/issues/2030
|
2017-05-05 20:09:51 +02:00 |
|
Julien Duponchelle
|
8a6584d90f
|
Sort image list
Fix https://github.com/GNS3/gns3-gui/issues/2030
|
2017-05-05 19:52:45 +02:00 |
|
Julien Duponchelle
|
815820f692
|
Catch some broken hostname for compute node
Fix #961
|
2017-03-28 12:14:27 +02:00 |
|
Julien Duponchelle
|
541afe9660
|
Support utf-8 characters in user and password for auth
Fix #959
|
2017-03-23 15:50:02 +01:00 |
|
Julien Duponchelle
|
95f864c871
|
Catch server disconnected errors from computes
Fix #953
|
2017-03-20 17:13:37 +01:00 |
|
Julien Duponchelle
|
886329a978
|
Catch error when you try to put an invalid server url
Fix #929
|
2017-03-13 16:59:42 +01:00 |
|
Julien Duponchelle
|
3fb24dd895
|
Avoid a crash when the connection with the server close
|
2017-02-23 17:54:01 +01:00 |
|
Julien Duponchelle
|
94fd4bcbe9
|
Fix stacktrace display when connecting to remote server
Fix #891
|
2017-02-06 17:56:08 +01:00 |
|
Julien Duponchelle
|
08c2892295
|
If we can't resolve compute name return 0.0.0.0
It's not perfect, but it's rare in most cases it's
handle before.
Fix #892
|
2017-02-06 16:47:40 +01:00 |
|
Julien Duponchelle
|
d06af526b2
|
Fix the server don't start if a remote is unavailable
|
2017-02-06 10:49:09 +01:00 |
|
Julien Duponchelle
|
304d92764c
|
Fix capture stop with Wireshark
Fix https://github.com/GNS3/gns3-gui/issues/1763
|
2017-01-16 20:31:55 +01:00 |
|
Julien Duponchelle
|
3259ec1220
|
Close project if one one the compute of the project is down
Fix #836
|
2016-12-15 21:57:59 +01:00 |
|
Julien Duponchelle
|
60eea1f171
|
Fix error when you upload an empty file
Fix #838
|
2016-12-15 17:12:54 +01:00 |
|
Julien Duponchelle
|
668c479ef6
|
Temporary fix for tunnel binding for Daniel from SWI
|
2016-12-13 16:46:09 +01:00 |
|
Julien Duponchelle
|
e2fd339f35
|
Catch auth errors when adding a compute
Fix #813
|
2016-12-12 11:27:18 +01:00 |
|
Julien Duponchelle
|
4cd08c8955
|
Handle OSerror when listing images
Fix #823
|
2016-12-12 10:14:34 +01:00 |
|
Julien Duponchelle
|
49315adf79
|
Do not recurse scan for images in standard image directory
Fix https://github.com/GNS3/gns3-gui/issues/1680
|
2016-11-28 19:49:50 +01:00 |
|
Julien Duponchelle
|
875051d05e
|
Prevent capture on non running node
Fix https://github.com/GNS3/gns3-gui/issues/1656
|
2016-11-22 16:05:57 +01:00 |
|
Julien Duponchelle
|
1beae95443
|
Multiple improvements around starting the GNS3 VM
* avoid concurrent start
* proper catching of the TimeOut error
Ref #754
|
2016-11-21 09:59:25 +01:00 |
|
Julien Duponchelle
|
94ceb2dda0
|
No connection limit / No keep alive for connection to compute
Fix #779
|
2016-11-16 15:04:10 +01:00 |
|
Julien Duponchelle
|
0250547479
|
If server answer not found explain this could be due to the usage of 1.X server
|
2016-11-15 18:36:04 +01:00 |
|
Julien Duponchelle
|
3bc4e951b8
|
Fix a None error when creating link
|
2016-11-11 16:08:52 +01:00 |
|
Julien Duponchelle
|
477091207d
|
Better handle compute unavailable errors
Fix #775
|
2016-11-11 10:38:59 +01:00 |
|
Julien Duponchelle
|
57e2fd9943
|
If we can found a common subnet we return the host binding for link
creation
Fix #773
|
2016-11-10 22:39:16 +01:00 |
|
Julien Duponchelle
|
ca6f014207
|
Do not connect GNS3 to remote server via 169.254.X.X
|
2016-11-10 14:46:25 +01:00 |
|
Julien Duponchelle
|
3c5cbebfb4
|
Fix timeout issues when starting VMware or VBox
Fix https://github.com/GNS3/gns3-gui/issues/1632
|
2016-11-07 17:34:51 +01:00 |
|
Julien Duponchelle
|
0d022a4d33
|
Forward server disconnected errors
Fix #758
|
2016-11-02 11:06:45 +01:00 |
|
Julien Duponchelle
|
ea1c525181
|
Fix computes tests
|
2016-10-27 16:54:05 +02:00 |
|
Julien Duponchelle
|
ae1a9d9a5f
|
No timeout for listing images
Fix #1617
|
2016-10-27 15:34:17 +02:00 |
|
Julien Duponchelle
|
eff23eefe9
|
Handle 408 HTTP status code (request timeout)
Fix #743
|
2016-10-27 15:32:07 +02:00 |
|
Julien Duponchelle
|
620de3ff25
|
Move code for exposing VM ip to the VM itself. And display VM starting status
Fix #1621
|
2016-10-26 18:32:01 +02:00 |
|
Julien Duponchelle
|
eabe4eb97e
|
Improve remote server console host support when binding to 0.0.0.0
Fix https://github.com/GNS3/gns3-gui/issues/1574
|
2016-10-26 14:43:47 +02:00 |
|
Julien Duponchelle
|
048d2c12d0
|
Catch permission errors when listing images
Fix #1608
|
2016-10-26 10:53:14 +02:00 |
|
Julien Duponchelle
|
9799dabb98
|
Improve timeout management
Fix #741
|
2016-10-25 14:41:33 +02:00 |
|
Julien Duponchelle
|
106915f419
|
Return md5sum and filesize in the list of images
Ref https://github.com/GNS3/gns3-gui/issues/1590
|
2016-10-20 17:24:05 +02:00 |
|
Julien Duponchelle
|
a8ffaa9cb5
|
If listen on all interface do not return localhost as console
Fix https://github.com/GNS3/gns3-gui/issues/1574
|
2016-10-17 18:20:29 +02:00 |
|
Julien Duponchelle
|
b9b0feed62
|
Fix IPV6 server support
Fix #717
|
2016-10-17 14:10:25 +02:00 |
|
Julien Duponchelle
|
04aec4619f
|
Fix uploads of large images
Fix https://github.com/GNS3/gns3-gui/issues/1552
|
2016-10-04 10:56:38 +02:00 |
|
Julien Duponchelle
|
5fd04e1f9e
|
Fix a warning when export
|
2016-09-19 16:51:15 +02:00 |
|
Julien Duponchelle
|
4b891070d2
|
Ignore interface without netmask in udp tunnel
|
2016-09-05 18:02:49 +02:00 |
|
Julien Duponchelle
|
75d5f6507d
|
Catch more websocket errors
|
2016-09-05 17:01:39 +02:00 |
|
Julien Duponchelle
|
6e7f6a94ec
|
Suspend for VPCS == stop
Fix #1465
|
2016-09-05 16:55:38 +02:00 |
|
Julien Duponchelle
|
0afd7b78b7
|
Avoid tasks lost during tests creating noisy warnings
|
2016-09-02 14:09:01 +02:00 |
|
Julien Duponchelle
|
4bbd8938ab
|
Manage error when GNS3VM failed to start
Fix https://github.com/GNS3/gns3-gui/issues/1446
|
2016-09-01 15:36:41 +02:00 |
|
Julien Duponchelle
|
662c8788c2
|
Fix auth for websocket between controller and computes
Fix #660
|
2016-08-31 15:19:53 +02:00 |
|
Julien Duponchelle
|
ff61f79a88
|
Catch 401 error when connecting to a compute websocket
|
2016-08-31 09:59:50 +02:00 |
|
Julien Duponchelle
|
e0c5fdcf1c
|
Avoid too much ressources usage during tests
|
2016-08-30 09:58:37 +02:00 |
|
Julien Duponchelle
|
919355abd8
|
Catch more error to avoid dead lock at project close
|
2016-08-29 18:59:13 +02:00 |
|
Julien Duponchelle
|
edae834e0e
|
Monitor status of the compute
|
2016-08-29 17:36:24 +02:00 |
|
Julien Duponchelle
|
bbc1505274
|
Return what is supported by a compute node
Ref https://github.com/GNS3/gns3-gui/issues/1448
|
2016-08-29 15:53:10 +02:00 |
|
Julien Duponchelle
|
134fed8fc5
|
Smart choice of host for UDP link
|
2016-08-25 19:14:29 +02:00 |
|
Julien Duponchelle
|
bfabf3ddc8
|
Fix tests about local compute node
|
2016-08-23 22:40:26 +02:00 |
|
Julien Duponchelle
|
897455d5e9
|
Return computer name instead of local. It's more logic when using remote controller
|
2016-08-22 18:49:25 +02:00 |
|
Julien Duponchelle
|
fa76b89731
|
Fix websocket error when closing the server
Fix #634
|
2016-08-19 11:20:56 +02:00 |
|
Julien Duponchelle
|
f0fad5289c
|
Correclty cleanup packet capture objects when closing server
Fix #592
|
2016-08-19 11:05:54 +02:00 |
|
Julien Duponchelle
|
7e40eb02e6
|
API for editing a file on a Node
|
2016-07-27 18:46:10 +02:00 |
|
Julien Duponchelle
|
9bdc0b78eb
|
Now import project on VM work
|
2016-07-22 18:02:11 +02:00 |
|
Julien Duponchelle
|
fec3694710
|
Import project on the GNS3VM should work
|
2016-07-22 16:05:22 +02:00 |
|
Julien Duponchelle
|
94a262cd46
|
When importing a project fix the GNS3 version
|
2016-07-22 11:52:59 +02:00 |
|
Julien Duponchelle
|
9b499dc51e
|
Export project with the GNS3VM
|
2016-07-21 20:17:36 +02:00 |
|
Julien Duponchelle
|
0f85fbd5f2
|
Avoid leaving unfinished task behind us
|
2016-07-21 15:10:11 +02:00 |
|
Julien Duponchelle
|
7c4c03cf17
|
If the connection between the controller and compute is closed reopen it
|
2016-07-20 12:43:23 +02:00 |
|
Julien Duponchelle
|
9bf4c22a50
|
Fix HTTP errors not forwarded from compute to client
Fix #615
|
2016-07-11 09:33:55 +02:00 |
|
Julien Duponchelle
|
543b423e03
|
Send compute usage via in the compute.updated notification
Ref https://github.com/GNS3/gns3-gui/issues/1261
|
2016-06-30 09:55:59 +02:00 |
|
Julien Duponchelle
|
aa5988788d
|
Strip user from compute in topology and return project filename
|
2016-06-15 18:22:11 +02:00 |
|
Julien Duponchelle
|
6d36429870
|
Reload a topology work
|
2016-06-15 16:26:16 +02:00 |
|