grossmj
|
9a6978902d
|
Fix tests.
|
2021-05-15 19:43:36 +09:30 |
|
grossmj
|
e4b7e46444
|
Fix tests for Windows
|
2020-06-16 01:57:16 -07:00 |
|
grossmj
|
d3ea67da24
|
Refactor tests
* Use pytest-aiohttp
* Use the async def / await syntax.
* Fix tests to run with Python 3.8
|
2020-06-16 13:59:03 +09:30 |
|
grossmj
|
992c60e3e0
|
Return HTTP status code 204 in API when project successfully closed. Fixes #1689
|
2019-11-11 15:32:57 +08:00 |
|
grossmj
|
826f6b2d57
|
Fix include images test.
|
2019-03-07 17:17:07 +07:00 |
|
grossmj
|
ab8dc52ece
|
Fix tests to work with new version of aiohttp (>= 3.0)
|
2018-10-17 17:32:10 +07:00 |
|
grossmj
|
76af98404a
|
Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
|
2018-10-15 17:05:49 +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
|
d1ccf3bc84
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/version.py
# requirements.txt
|
2018-06-04 22:46:52 +07:00 |
|
ziajka
|
f2700ed445
|
Support of supplier and variables in topology
|
2018-05-08 10:07:42 +02:00 |
|
ziajka
|
e267f8a8b8
|
Project global variables
|
2018-05-04 14:34:44 +02:00 |
|
ziajka
|
d9a0ec9ff3
|
Replace asyncio.async with ensure_future because of deprecation, Fixes: #1269
|
2018-01-24 11:11:53 +01:00 |
|
Julien Duponchelle
|
92c9e48f18
|
This fix the images always included in portable project
Also add test to avoid regressions on this.
Fix https://github.com/GNS3/gns3-gui/issues/2165
|
2017-07-26 16:46:29 +02:00 |
|
Julien Duponchelle
|
fd0770158c
|
Fix tests with Yarl 0.11
|
2017-07-12 09:34:40 +02:00 |
|
Julien Duponchelle
|
a8e8eac0b4
|
Merge remote-tracking branch 'origin/master' into 2.1
|
2017-06-21 15:13:04 +02:00 |
|
ziajka
|
ea9f0e52c8
|
Fixes #2108 (gns3-gui): getting project file with leading slashes issue (#1078)
|
2017-06-21 10:26:36 +02:00 |
|
Julien Duponchelle
|
a4245fcf44
|
Aiohttp 2.0
Ref #1000
|
2017-05-17 18:42:17 +02:00 |
|
Julien Duponchelle
|
9694850465
|
Option for auto close project when no client listen
And fix websocket not correctly detected has closed.
Ref https://github.com/GNS3/gns3-gui/issues/1331
|
2016-08-16 17:35:43 +02:00 |
|
Julien Duponchelle
|
3ca4edef93
|
Update project API
|
2016-08-15 16:44:09 +02:00 |
|
Julien Duponchelle
|
f357879186
|
API for duplicate a project
Ref https://github.com/GNS3/gns3-gui/issues/995
|
2016-07-25 16:26:33 +02:00 |
|
Julien Duponchelle
|
e6831c25e2
|
Fix tests
|
2016-07-22 13:24:44 +02:00 |
|
Julien Duponchelle
|
b5ab53bbe9
|
Early import project api
|
2016-07-21 14:48:13 +02:00 |
|
Julien Duponchelle
|
e557ccd078
|
API for editing files on the controller
Ref https://github.com/GNS3/gns3-gui/issues/1401
|
2016-07-20 21:52:12 +02:00 |
|
Julien Duponchelle
|
bc8a319142
|
Avoid a warning at the end of the test suite
|
2016-07-20 18:09:17 +02:00 |
|
Julien Duponchelle
|
08c35f5558
|
Export non remote server work
|
2016-07-20 14:50:15 +02:00 |
|
Julien Duponchelle
|
c4d619ce3c
|
API for loading a project from a .gns3
|
2016-06-15 16:43:03 +02:00 |
|
Julien Duponchelle
|
6d36429870
|
Reload a topology work
|
2016-06-15 16:26:16 +02:00 |
|
Julien Duponchelle
|
3255be0ae2
|
Drop the commit system
Ref https://github.com/GNS3/gns3-gui/issues/1243
|
2016-06-14 10:16:33 +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
|
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 |
|
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
|
f6593663b5
|
APi for listing VM in controller
|
2016-04-20 14:38:14 +02: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
|
be4aa41dda
|
Create VPCS VM on controller
|
2016-03-11 15:06:14 +01:00 |
|
Julien Duponchelle
|
4326d412f9
|
API for creating a VM
|
2016-03-10 21:51:29 +01:00 |
|
Julien Duponchelle
|
58f1abff35
|
Close, commit and delete supported for projects in controller
|
2016-03-10 10:32:07 +01:00 |
|