grossmj
|
6d0c375323
|
Use default symbol theme if none is provided when loading appliances
|
2022-07-25 20:39:03 +02:00 |
|
grossmj
|
72eb13d941
|
Allow default symbol theme to be configured
|
2022-07-25 20:22:12 +02:00 |
|
grossmj
|
bfbac2e93a
|
Use generic symbol names
|
2022-07-25 12:33:40 +02:00 |
|
Jeremy Grossmann
|
7d626c3be8
|
Merge pull request #1911 from GNS3/image-management-refactoring
Images management refactoring
|
2021-10-10 17:40:10 +10:30 |
|
grossmj
|
bc36d95060
|
Finalize image management refactoring and auto install appliance if possible
|
2021-10-10 17:35:11 +10:30 |
|
grossmj
|
0b200def88
|
Merge branch 'master' into 3.0
# Conflicts:
# .github/workflows/testing.yml
# Dockerfile
# gns3server/version.py
|
2021-10-09 12:16:50 +10:30 |
|
grossmj
|
5ece48500c
|
Sort symbols by theme. Fixes https://github.com/GNS3/gns3-gui/issues/3230
|
2021-09-20 20:09:58 +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
|
30ebae207f
|
Use Pydantic to validate the server config file.
|
2021-04-12 17:02:23 +09:30 |
|
grossmj
|
0746949207
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/qemu/qemu_vm.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/handlers/api/controller/symbol_handler.py
# gns3server/version.py
# tests/compute/qemu/test_qemu_vm.py
# tests/endpoints/compute/test_qemu_nodes.py
# tests/endpoints/controller/test_nodes.py
|
2020-10-12 18:04:49 +10:30 |
|
grossmj
|
e592b95639
|
Revert "Add info log to show where custom symbols are searched from."
This reverts commit 593e3795
|
2020-10-07 15:20:28 +10:30 |
|
grossmj
|
593e379523
|
Add info log to show where custom symbols are searched from.
|
2020-10-07 15:19:09 +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
|
a9e9ff071d
|
Read folder structure correctly for custom symbols. Fixes https://github.com/GNS3/gns3-gui/issues/2856
|
2020-07-19 17:46:49 +09:30 |
|
grossmj
|
d50614aed7
|
Fix empty theme name in symbol selection dialog. Fixes https://github.com/GNS3/gns3-gui/issues/2751
|
2019-03-30 16:20:21 +07:00 |
|
grossmj
|
cf91e904f7
|
Early support for symbol themes.
|
2019-03-12 18:13:33 +07: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
|
9fbdb25da8
|
Back to classic symbol theme. Ref https://github.com/GNS3/gns3-gui/issues/2644
|
2018-11-29 17:14:21 +08:00 |
|
grossmj
|
219c346187
|
Remove useless warning.
|
2018-11-24 17:04:16 +07:00 |
|
grossmj
|
e0813bfbe8
|
Normalize symbol ID on Windows.
|
2018-11-23 18:47:42 +07:00 |
|
grossmj
|
9f7f26700e
|
Debugging for Windows.
|
2018-11-23 18:33:45 +07:00 |
|
grossmj
|
51787295dd
|
Use POSIX path for symbol ID.
|
2018-11-23 18:26:04 +07:00 |
|
grossmj
|
17d070dca7
|
Early support for symbol themes.
|
2018-11-23 17:27:10 +07:00 |
|
grossmj
|
9de13c570c
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/builtin/nodes/cloud.py
# gns3server/compute/docker/docker_vm.py
# gns3server/compute/dynamips/nodes/ethernet_switch.py
# gns3server/compute/iou/iou_vm.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/compute/virtualbox/virtualbox_vm.py
# gns3server/compute/vmware/vmware_vm.py
# gns3server/controller/__init__.py
# gns3server/version.py
# gns3server/web/web_server.py
|
2018-10-04 15:44:13 +02:00 |
|
grossmj
|
17d657c919
|
Fix small errors like unhandled exceptions etc.
|
2018-09-11 15:06:01 +02:00 |
|
grossmj
|
daa2de4541
|
Allow custom symbols to be sub-directories.
|
2018-08-13 00:16:02 +07:00 |
|
grossmj
|
29620f4ea3
|
Add affinity symbols. Ref https://github.com/GNS3/gns3-gui/issues/2488
|
2018-08-12 22:08:48 +07:00 |
|
Julien Duponchelle
|
93fe66a253
|
Fix error when you have a directory in your symbols directory
Fix #1006
|
2017-05-10 13:40:49 +02:00 |
|
Julien Duponchelle
|
b132d95a04
|
Fix error when you delete the builtin symbols directory
Fix #908
|
2017-02-20 18:28:49 +01:00 |
|
Julien Duponchelle
|
f90e6f2f5b
|
Fix an error if you don't have permissions on your symbols directory
Fix #872
|
2017-01-23 10:23:18 +01:00 |
|
Julien Duponchelle
|
66a237628a
|
Return default symbol if user asked for a non existing symbol
|
2016-11-16 13:17:58 +01:00 |
|
Julien Duponchelle
|
37f972dea1
|
Fix an issue with old symbols paths
|
2016-09-15 18:21:39 +02:00 |
|
Julien Duponchelle
|
f82527e253
|
Compute node size on server
Fix #620
|
2016-08-17 11:58:19 +02:00 |
|
Julien Duponchelle
|
8ec11619cd
|
Full symbol support on server
Fix #496
|
2016-06-28 22:23:34 +02:00 |
|
Julien Duponchelle
|
e77445e860
|
API for uploading symbols
|
2016-06-28 21:15:22 +02:00 |
|
Julien Duponchelle
|
bf154049d2
|
Suppport ~/GNS3/symbols
|
2016-06-28 19:58:57 +02:00 |
|
Julien Duponchelle
|
5b4e668eb5
|
Move symbol static to /symbols
|
2016-06-28 18:17:48 +02:00 |
|
Julien Duponchelle
|
b66f7daa28
|
Beginning of the symbols from controller
Ref #496
|
2016-06-27 18:37:20 +02:00 |
|