grossmj
|
850c30f958
|
Merge branch 'master' into 2.2
# Conflicts:
# tests/handlers/api/compute/test_dynamips.py
# tests/handlers/api/compute/test_qemu.py
|
2020-06-29 18:44:46 +09:30 |
|
grossmj
|
27da8458e8
|
Allow tests to be run by root. Fixes #1784
|
2020-06-29 18:43:35 +09:30 |
|
grossmj
|
7fd8fde020
|
Some fixes for tests. Ref #1784
|
2020-06-19 19:05:23 +09:30 |
|
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
|
a3d1e865a8
|
Replace asyncio.async() by asyncio.ensure_future() in tests. Ref #2566.
|
2018-08-24 18:52:15 +07:00 |
|
ziajka
|
7b3d5ae5e3
|
Create/update project on compute when variables changes
|
2018-05-09 15:29:35 +02:00 |
|
ziajka
|
e267f8a8b8
|
Project global variables
|
2018-05-04 14:34:44 +02:00 |
|
ziajka
|
3d85bba9d4
|
Don't create directory structure during json dump. Fixes #2270
|
2017-10-02 10:41:57 +02:00 |
|
Julien Duponchelle
|
ae1e027031
|
Raise error if using a non linked clone VM twice
Fix https://github.com/GNS3/gns3-gui/issues/1593
|
2016-10-24 21:39:35 +02:00 |
|
Julien Duponchelle
|
88ffd43c97
|
Strip the old / import export project code controller will do everything
|
2016-07-21 18:23:31 +02:00 |
|
Julien Duponchelle
|
08c35f5558
|
Export non remote server work
|
2016-07-20 14:50:15 +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
|
cb7dbfb256
|
Merge branch '1.5' into 2.0
|
2016-06-02 13:47:40 +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 |
|
grossmj
|
ef7b4ef020
|
Fixes tests and some PEP8.
|
2016-05-11 15:19:00 -06: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
|
9a1eeb57e9
|
Controll of the project directory in the controller
|
2016-04-26 14:34:49 +02:00 |
|
Julien Duponchelle
|
48e71617d6
|
Store capture in a temporary directory on compute node
|
2016-04-21 17:27:49 +02:00 |
|
Julien Duponchelle
|
58d4a529d4
|
Rename hypervisor to compute
Fix #487
|
2016-04-15 17:59:59 +02:00 |
|