grossmj
|
c5c95979c2
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_node.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/compute/qemu/utils/qcow2.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/version.py
|
2021-08-10 15:38:49 +09:30 |
|
grossmj
|
1a24ebfc19
|
Add a reload server endpoint. Fixes #1926
|
2021-08-01 16:20:30 +09:30 |
|
grossmj
|
229a04e2fa
|
Fix link style merge
|
2021-06-12 15:26:35 +09:30 |
|
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 |
|
grossmj
|
4e34ab8e4f
|
Link style support. Fixes https://github.com/GNS3/gns3-gui/issues/2461
|
2021-06-07 14:08:21 +09:30 |
|
grossmj
|
f3d81fa450
|
Clean files and catch file path escape. Ref #1894
|
2021-05-15 22:35:44 +09:30 |
|
grossmj
|
09ac7fd7fb
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_manager.py
# gns3server/handlers/api/compute/dynamips_vm_handler.py
# gns3server/handlers/api/compute/iou_handler.py
# gns3server/handlers/api/compute/project_handler.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/handlers/api/controller/node_handler.py
# gns3server/handlers/api/controller/project_handler.py
# gns3server/handlers/index_handler.py
# tests/handlers/api/compute/test_project.py
# tests/handlers/api/compute/test_qemu.py
# tests/handlers/api/controller/test_node.py
# tests/handlers/api/controller/test_project.py
|
2021-05-15 20:46:34 +09:30 |
|
grossmj
|
9a6978902d
|
Fix tests.
|
2021-05-15 19:43:36 +09:30 |
|
grossmj
|
6294ad9e76
|
Prevent directory traversal
|
2021-05-15 17:35:32 +09:30 |
|
grossmj
|
9c850e0f2b
|
Move schemas between compute and controller subpackages
|
2021-04-15 18:12:08 +09:30 |
|
grossmj
|
802959f9ab
|
Merge branch 'master' into 3.0
# Conflicts:
# dev-requirements.txt
# gns3server/controller/__init__.py
# gns3server/controller/appliance_manager.py
# gns3server/controller/compute.py
# gns3server/controller/topology.py
# gns3server/handlers/api/compute/ethernet_switch_handler.py
# gns3server/handlers/api/controller/link_handler.py
# gns3server/handlers/api/controller/symbol_handler.py
# gns3server/version.py
# requirements.txt
# tests/controller/test_export_project.py
# tests/handlers/api/compute/test_qemu.py
# tests/web/test_response.py
# win-requirements.txt
|
2021-04-10 12:46:40 +09:30 |
|
grossmj
|
4e61cc811e
|
Improvements for get symbol dimensions endpoint. Ref #1885
|
2021-04-10 12:28:50 +09:30 |
|
Jeremy Grossmann
|
c9c6a5a762
|
Merge pull request #1885 from GNS3/Create-endpoint-in-symbols-handler-to-get-symbol-dimensions
Create endpoint in symbols handler to get symbol dimensions #1884
|
2021-04-09 04:59:57 -07:00 |
|
piotrpekala7
|
30cbfe2154
|
Update picture.py
|
2021-04-08 23:29:46 +02:00 |
|
piotrpekala7
|
4bbf7c2ed2
|
Update symbol_handler.py
|
2021-04-08 21:27:05 +02:00 |
|
grossmj
|
082206a7db
|
Fix packet capture with HTTPS remote server. Fixes #1882
|
2021-04-07 12:40:15 +09:30 |
|
grossmj
|
16c84e23a9
|
Catch OSError exception in psutil. Fixes https://github.com/GNS3/gns3-gui/issues/3127
|
2021-02-15 15:57:24 +10:30 |
|
grossmj
|
d451d3125e
|
Fix symbol retrieval issue. Ref #1824
|
2020-10-07 11:48:11 +10:30 |
|
grossmj
|
eb3cb8a41f
|
Migration to FastAPI
|
2020-10-02 16:07:50 +09:30 |
|
grossmj
|
831ee5f468
|
Support to reset all console connections. Ref https://github.com/GNS3/gns3-server/issues/1619
|
2020-07-26 18:27:18 +09:30 |
|
grossmj
|
f97d346c34
|
Support to reset links. Fixes https://github.com/GNS3/gns3-server/issues/1620
|
2020-07-24 21:48:49 +09:30 |
|
grossmj
|
0afce89c0b
|
Fix exception when exporting debug data. Fixes #1684
|
2020-07-18 17:30:18 +09:30 |
|
grossmj
|
7471b31b0c
|
Fix tests.
|
2020-07-17 15:34:00 +09:30 |
|
grossmj
|
05ed9836e4
|
Fix tests.
|
2020-07-17 15:33:30 +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
|
8eefaa3f32
|
Option to reset or not all MAC addresses when exporting or duplicating a project.
|
2020-05-27 12:14:47 +09:30 |
|
Jeremy Grossmann
|
a2d57f7c37
|
Merge pull request #1741 from candlerb/candlerb/snasphot
Correct typo "Snasphot"
|
2020-04-15 02:53:01 -07:00 |
|
Brian Candler
|
69986b0d0f
|
Correct typo "Snasphot"
|
2020-04-15 09:46:45 +01:00 |
|
Brian Candler
|
06a6a0a332
|
Sort snapshots by (created_at, name)
Fixes #1739
|
2020-04-15 09:41:50 +01:00 |
|
grossmj
|
55a5ce77ba
|
Remove debug message
|
2020-04-06 11:51:59 +09:30 |
|
grossmj
|
3484a7dd3d
|
Unprotected access for websocket consoles.
Ref https://github.com/GNS3/gns3-gui/issues/2883#issuecomment-580677552
|
2020-01-31 18:30:26 +08:00 |
|
grossmj
|
c313475f68
|
Support for WebSocket consoles
|
2020-01-31 17:31:27 +08:00 |
|
grossmj
|
c3b2128fae
|
Return array for controller statistics endpoint
|
2020-01-17 17:07:30 +08:00 |
|
grossmj
|
941bed9605
|
Server statistics implementation
|
2020-01-17 16:50:17 +08:00 |
|
grossmj
|
992c60e3e0
|
Return HTTP status code 204 in API when project successfully closed. Fixes #1689
|
2019-11-11 15:32:57 +08:00 |
|
grossmj
|
5e9810d420
|
Prevent deleting a GNS3 project outside the project directory. Ref #1669
|
2019-10-30 16:25:06 +08:00 |
|
grossmj
|
40d7ae6866
|
Support to include snapshots in portable projects.
|
2019-05-22 14:35:37 +07:00 |
|
grossmj
|
e962717448
|
Fix bug when GNS3 VM were not saved. Fix tests.
|
2019-04-14 17:42:20 +07:00 |
|
grossmj
|
6dc58b28fd
|
Some adjustments with compute WebSocket handling. Ref https://github.com/GNS3/gns3-server/issues/1564
|
2019-04-14 16:48:12 +07:00 |
|
grossmj
|
2af9c9c8ec
|
Prevent locked nodes to be deleted. Fixes https://github.com/GNS3/gns3-gui/issues/2764
|
2019-04-10 15:43:51 +07:00 |
|
grossmj
|
03401a477e
|
Fix issue when images are not uploaded from appliance wizard. Ref https://github.com/GNS3/gns3-gui/issues/2738
|
2019-03-18 15:33:37 +07:00 |
|
Jeremy Grossmann
|
21afaf31f9
|
Merge pull request #1549 from GNS3/symbol-management-refactoring
Symbol management refactoring
|
2019-03-12 18:21:30 +07:00 |
|
grossmj
|
cf91e904f7
|
Early support for symbol themes.
|
2019-03-12 18:13:33 +07:00 |
|
ziajka
|
767bb770ca
|
Re-order handlers in order to prevent CORS
|
2019-03-11 16:16:10 +01:00 |
|
grossmj
|
bae3fb84b9
|
Download custom appliance symbols from GitHub
Fix symbol cache issue. Ref https://github.com/GNS3/gns3-gui/issues/2671
Fix temporary directory for symbols was not deleted
Fix temporary appliance file was not deleted
|
2019-03-11 16:55:16 +07:00 |
|
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
|
a8990c9e89
|
Non blocking project exportation.
|
2019-02-26 15:55:07 +07:00 |
|