Julien Duponchelle
|
87f15eafe0
|
Shutdown on controller
Ref https://github.com/GNS3/gns3-gui/issues/1191
|
2016-06-01 15:41:13 +02:00 |
|
Julien Duponchelle
|
4c291f5051
|
Remove /config/reload
Fix #539, https://github.com/GNS3/gns3-gui/issues/1187
|
2016-05-30 15:24:38 +02:00 |
|
Julien Duponchelle
|
314a7cd8fb
|
Generate an uuid for compute node if None is provided
|
2016-05-25 14:10:03 +02:00 |
|
Julien Duponchelle
|
dbda3fc8fc
|
Add method to delete and update computes
|
2016-05-25 11:28:13 +02:00 |
|
Julien Duponchelle
|
2c72452c91
|
Drop useless test
|
2016-05-24 17:57:56 +02:00 |
|
Julien Duponchelle
|
a797038aeb
|
Drop code for temporary projects
Fix https://github.com/GNS3/gns3-gui/issues/982
|
2016-05-24 17:57:04 +02:00 |
|
Julien Duponchelle
|
f6a3899603
|
Return a compute name it could be different of compute id
|
2016-05-23 11:27:47 +02:00 |
|
Julien Duponchelle
|
672a617102
|
Compute IDLE PC via controller
Fix #1234
|
2016-05-19 16:22:15 +02:00 |
|
Julien Duponchelle
|
00f80f54e8
|
Merge branch '1.5' into 2.0
|
2016-05-19 13:32:30 +02:00 |
|
Julien Duponchelle
|
a741662636
|
Force tag latest for docker image if no tag is specified
Fix #533
|
2016-05-19 13:09:07 +02:00 |
|
Julien Duponchelle
|
fa0af7f4a2
|
Correctly process node.updated event on controller
|
2016-05-18 16:12:57 +02:00 |
|
Julien Duponchelle
|
694e1a2e68
|
Extract the notification part of controller to a dedicated class
|
2016-05-18 14:56:23 +02:00 |
|
Julien Duponchelle
|
b07dcf552c
|
Add an endpoint for listing the links of a project
|
2016-05-17 16:10:47 +02:00 |
|
grossmj
|
f1bc2f22c3
|
Start, stop, suspend and reload endpoints for all nodes belonging to a project. Fixes #1212.
|
2016-05-13 19:26:50 -06:00 |
|
grossmj
|
f81d35cc29
|
Handlers: cleanup and fixes.
|
2016-05-13 18:00:07 -06:00 |
|
Julien Duponchelle
|
d43e78a1d7
|
Support all characters for compute ID
|
2016-05-12 16:41:05 +02:00 |
|
Julien Duponchelle
|
b46a0ff4ae
|
Endpoint for getting information about a compute node
|
2016-05-12 16:35:14 +02:00 |
|
Julien Duponchelle
|
5280644327
|
Return command_line and node_directory via the controller
|
2016-05-12 10:39:50 +02:00 |
|
Julien Duponchelle
|
885a870ae8
|
Rebuild documentation
|
2016-05-12 08:44:38 +02:00 |
|
grossmj
|
483431438a
|
Merge remote-tracking branch 'origin/2.0' into 2.0
Conflicts:
gns3server/controller/project.py
tests/compute/test_project.py
tests/controller/test_project.py
|
2016-05-11 11:41:45 -06:00 |
|
grossmj
|
5a76f81271
|
Refactoring to use a common node class for all VMs and other (future) objects.
|
2016-05-11 11:35:36 -06:00 |
|
Julien Duponchelle
|
9ccb55206d
|
Cleanup code for getting the default project directory
|
2016-05-11 18:42:55 +02:00 |
|
Julien Duponchelle
|
9dca7dfe4a
|
Merge branch '1.5' into 2.0
|
2016-05-10 17:51:40 +02:00 |
|
Julien Duponchelle
|
e9fb7f4981
|
Make sure an image is not partially uploaded
Fix #505
|
2016-05-02 17:25:46 +02:00 |
|
Julien Duponchelle
|
98b32cd9e2
|
Merge branch '1.5' into 2.0
|
2016-05-02 16:59:56 +02:00 |
|
Julien Duponchelle
|
936faaba5a
|
gns3z => gns3project
|
2016-05-02 10:33:04 +02:00 |
|
Julien Duponchelle
|
92d1594afd
|
Return link object when start capturing
|
2016-04-26 18:13:15 +02:00 |
|
Julien Duponchelle
|
264254e657
|
Captures written in the captures directory on the controller
|
2016-04-26 17:10:33 +02:00 |
|
Julien Duponchelle
|
1d08d4a5fa
|
Merge branch 'master' into 1.5
|
2016-04-26 11:49:24 +02:00 |
|
Julien Duponchelle
|
6d6e8196d2
|
Allow only .pcap to be downloaded from remote stream API
Fix #500
|
2016-04-26 09:52:18 +02:00 |
|
Julien Duponchelle
|
1ce576c020
|
Stream pcap from compute to controller to client
|
2016-04-22 16:22:03 +02:00 |
|
Julien Duponchelle
|
04a1b2df3b
|
Method for start / stop capture on a link
Ref https://github.com/GNS3/gns3-gui/issues/1117
|
2016-04-21 12:14:09 +02:00 |
|
Julien Duponchelle
|
f6593663b5
|
APi for listing VM in controller
|
2016-04-20 14:38:14 +02:00 |
|
Julien Duponchelle
|
c8c61f2ae8
|
Add endpoint to list the compute nodes
|
2016-04-19 16:53:41 +02:00 |
|
Julien Duponchelle
|
ce5461aee8
|
Raise error if we try to controll a non controller server
Fix #451
|
2016-04-19 10:47:53 +02:00 |
|
Julien Duponchelle
|
d7ed37ce02
|
Update and delete VM on controller
|
2016-04-18 17:36:38 +02:00 |
|
Julien Duponchelle
|
6c11ad5fa6
|
Reload VM
|
2016-04-18 16:57:02 +02:00 |
|
Julien Duponchelle
|
58d4a529d4
|
Rename hypervisor to compute
Fix #487
|
2016-04-15 17:59:59 +02:00 |
|
Julien Duponchelle
|
2055cdea5e
|
/start /stop and /suspend API for VM via container
|
2016-04-12 18:02:36 +02:00 |
|
Julien Duponchelle
|
9e8fcab65c
|
Merge branch '1.5' into 2.0
|
2016-04-08 17:40:27 +02:00 |
|
Julien Duponchelle
|
977ccabf98
|
Server support for VNC console resolution
Ref https://github.com/GNS3/gns3-gui/issues/1165
|
2016-04-07 13:29:11 +02:00 |
|
Julien Duponchelle
|
9ed15e55af
|
Move more import code to the server
https://github.com/GNS3/gns3-gui/issues/1156
|
2016-04-05 18:32:48 +02:00 |
|
Julien Duponchelle
|
bd71f0cf4c
|
Import API
|
2016-03-30 17:42:00 +02:00 |
|
Julien Duponchelle
|
879591eaf5
|
Export API
|
2016-03-30 17:42:00 +02:00 |
|
Julien Duponchelle
|
c563dbba8a
|
Change default port to 3080
Fix #487
|
2016-03-25 15:31:17 +01:00 |
|
Julien Duponchelle
|
23c48f5e3d
|
Add to project an API to write a file
|
2016-03-24 17:34:41 +01:00 |
|
Julien Duponchelle
|
de61ed316c
|
The controller has a streaming API
Now we need to link the hypervisor to the controller.
|
2016-03-17 17:32:37 +01:00 |
|
Julien Duponchelle
|
76a0120d3e
|
PEP8
|
2016-03-17 15:16:09 +01:00 |
|
Julien Duponchelle
|
b55969d381
|
Notification feed for the hypervisor
|
2016-03-17 15:15:30 +01:00 |
|
Julien Duponchelle
|
7a095478fe
|
Success to add a dynamips with apiv2
|
2016-03-15 10:45:05 +01:00 |
|