grossmj
|
cefab8d362
|
Rename __json__() to asdict()
|
2021-04-17 23:34:28 +09:30 |
|
grossmj
|
1b5a5de4bc
|
Generate new config for each test. Fixes tests.
|
2021-04-12 19:37:59 +09:30 |
|
grossmj
|
30ebae207f
|
Use Pydantic to validate the server config file.
|
2021-04-12 17:02:23 +09:30 |
|
grossmj
|
eb3cb8a41f
|
Migration to FastAPI
|
2020-10-02 16:07:50 +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
|
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 |
|
Julien Duponchelle
|
39db35c3ff
|
Send notification when snasphot is restored
Ref https://github.com/GNS3/gns3-gui/issues/1417
|
2016-08-19 17:07:56 +02:00 |
|
Julien Duponchelle
|
3ca4edef93
|
Update project API
|
2016-08-15 16:44:09 +02:00 |
|
Julien Duponchelle
|
431bd789cb
|
Do not send project closed event when it's a snapshot restore
Ref #602
|
2016-08-15 13:30:02 +02:00 |
|
Julien Duponchelle
|
68eca6c111
|
Replace snapshots by import / export
Fix #1042
|
2016-07-26 19:52:58 +02:00 |
|