grossmj
|
6ec028ea4e
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/builtin/nodes/cloud.py
# gns3server/compute/vmware/vmware_vm.py
# gns3server/controller/link.py
# gns3server/controller/snapshot.py
# gns3server/handlers/api/compute/dynamips_vm_handler.py
# gns3server/handlers/api/compute/iou_handler.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/handlers/api/controller/link_handler.py
# gns3server/schemas/link.py
# gns3server/utils/path.py
# gns3server/version.py
# requirements.txt
|
2021-06-12 14:36:32 +09:30 |
|
Brian Candler
|
c051367d4b
|
Preserve auto_start/auto_open/auto_close when restoring snapshot
Fixes #1904
|
2021-05-24 17:31:04 +01:00 |
|
grossmj
|
cefab8d362
|
Rename __json__() to asdict()
|
2021-04-17 23:34:28 +09:30 |
|
grossmj
|
44074ff7c9
|
Some cleaning.
|
2021-04-17 18:36:32 +09:30 |
|
grossmj
|
c021e21309
|
Use black with -l 120 param.
|
2021-04-13 18:46:50 +09:30 |
|
grossmj
|
f928738bd5
|
Use pyupgrade with --py36-plus param.
|
2021-04-13 18:37:58 +09:30 |
|
grossmj
|
eb3cb8a41f
|
Migration to FastAPI
|
2020-10-02 16:07:50 +09:30 |
|
grossmj
|
37c7202aa0
|
Use parent directory as working directory for project duplication and snapshots. Fixes https://github.com/GNS3/gns3-gui/issues/2909
|
2020-07-17 15:11:14 +09:30 |
|
grossmj
|
0390fef74d
|
Use parent directory as working directory for project duplication and snapshots. Fixes https://github.com/GNS3/gns3-gui/issues/2909
|
2020-07-17 15:09:43 +09:30 |
|
grossmj
|
0ae66a2608
|
Support selecting a compression type when exporting a project.
|
2019-03-07 17:05:32 +07:00 |
|
grossmj
|
af80b0bb6e
|
Use aiofiles where relevant.
|
2019-03-06 23:00:01 +07:00 |
|
grossmj
|
8cc8269842
|
Use aiozipstream for snapshots.
Fix tests.
|
2019-02-28 17:25:05 +07:00 |
|
grossmj
|
7fe8f7e716
|
Fix long-polling request for project notifications.
|
2019-02-23 21:08:52 +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
|
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
|
38b72079b2
|
Change file timestamps if necessary because ZIP does not support timestamps before 1980. Fixes #1360.
|
2018-08-25 18:10:40 +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
|
3b94484914
|
Fix bug with export project. Ref #1187 #1307.
|
2018-04-28 16:38:52 +07:00 |
|
grossmj
|
50a922f83e
|
Offload slow file operations to threads for snapshots and project "save as". Ref #1187 #1307.
|
2018-04-28 16:01:43 +07:00 |
|
Julien Duponchelle
|
a576c57873
|
Catch permission error when restoring a snapshot
Fix #899
|
2017-02-13 15:30:02 +01:00 |
|
Julien Duponchelle
|
a36fc37250
|
When we restore snapshot on a fail project do not crash
Fix #800
|
2016-11-28 13:49:09 +01: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
|
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 |
|