grossmj
|
e607793e74
|
Generate a new list in template schema defaults.
|
2021-04-02 17:45:16 +10:30 |
|
grossmj
|
3b30d51972
|
Sync appliance files.
|
2021-04-02 17:43:38 +10:30 |
|
grossmj
|
91920e5a5b
|
Fix issue with tests + some cleaning.
|
2021-03-31 09:58:52 +10:30 |
|
grossmj
|
0fea3f969e
|
Use aiosqlite and add service for templates
|
2021-03-28 21:17:29 +10:30 |
|
grossmj
|
d730c591b3
|
Refactor template management to use database.
|
2021-03-28 11:15:08 +10:30 |
|
grossmj
|
c17a86e814
|
Add missing async
|
2021-02-18 18:14:35 +10:30 |
|
grossmj
|
1add223891
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/qemu/qemu_vm.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/schemas/project.py
# gns3server/schemas/qemu.py
# gns3server/schemas/qemu_template.py
# gns3server/version.py
# tests/handlers/api/compute/test_qemu.py
|
2021-02-16 21:11:40 +10:30 |
|
grossmj
|
3c5bbe04dc
|
Development on 2.2.19dev1
|
2021-02-16 20:44:58 +10:30 |
|
grossmj
|
c213cae500
|
Release v2.2.18
|
2021-02-16 19:09:46 +10:30 |
|
grossmj
|
1043be02a6
|
Merge branch 'master' into 2.2
# Conflicts:
# gns3server/compute/qemu/qemu_vm.py
|
2021-02-16 19:02:12 +10:30 |
|
grossmj
|
56c25727b6
|
SIGHUP: remove projects with an empty project directory.
|
2021-02-16 17:00:59 +10:30 |
|
grossmj
|
0b854ffceb
|
Bump version to 2.2.18dev2
|
2021-02-16 16:35:26 +10:30 |
|
piotrpekala7
|
366e904698
|
Release web UI 2.2.18
|
2021-02-15 23:55:14 +01:00 |
|
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
|
64f172fe20
|
Expose 'auto_open' and 'auto_start' properties in API when creating project. Fixes https://github.com/GNS3/gns3-gui/issues/3119
|
2021-02-15 15:16:19 +10:30 |
|
grossmj
|
9de61cd671
|
Fix warning: 'ide-drive' is deprecated when using recent version of Qemu. Fixes https://github.com/GNS3/gns3-gui/issues/3101
|
2021-02-14 14:39:02 +10:30 |
|
grossmj
|
9e6ccc3f61
|
Fix bug when starting of vpcs stopped with "quit". Fixes https://github.com/GNS3/gns3-gui/issues/3110
|
2021-02-14 13:50:10 +10:30 |
|
grossmj
|
4c339eade1
|
Fix WinError 0 handling
|
2021-01-27 21:47:14 +10:30 |
|
grossmj
|
128e494134
|
Stop uBridge if VPCS node has been terminated. Ref https://github.com/GNS3/gns3-gui/issues/3110
|
2021-01-27 21:03:19 +10:30 |
|
Brent Baccala
|
235a127111
|
Allow cloned QEMU disk images to be resized before the node starts,
by cloning the disk image in response to a resize request instead
of waiting until the node starts.
|
2020-12-30 15:36:38 -05:00 |
|
grossmj
|
58c1b01439
|
Add default JWT secret key and fix tests.
|
2020-12-18 16:51:54 +10:30 |
|
grossmj
|
bde706d19a
|
Generate JWT secret key if none is configured in the config file.
Change location of the database.
|
2020-12-16 18:24:21 +10:30 |
|
grossmj
|
6aefb5d32b
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_node.py
# gns3server/version.py
# gns3server/web/web_server.py
|
2020-12-07 18:00:33 +10:30 |
|
grossmj
|
d47dcb0d6f
|
User authentication with tests.
|
2020-12-07 16:52:36 +10:30 |
|
grossmj
|
87ede50827
|
Development on 2.2.18dev1
|
2020-12-04 18:10:11 +10:30 |
|
grossmj
|
24fe67f82b
|
Release v2.2.17
|
2020-12-04 16:26:56 +10:30 |
|
grossmj
|
18c878429f
|
Merge branch 'master' into 2.2
|
2020-12-04 16:22:04 +10:30 |
|
grossmj
|
6c3a070733
|
Close and remove projects deleted from disks after SIGHUP signal is received.
|
2020-12-04 16:17:28 +10:30 |
|
piotrpekala7
|
a157ef5a8a
|
Release web UI 2.2.17
|
2020-12-04 02:59:13 +01:00 |
|
grossmj
|
5244ae6d4c
|
New config file options to configure the VNC console port range.
|
2020-12-03 18:04:42 +10:30 |
|
grossmj
|
bf7cf862af
|
Refactor tests and start work on database integration.
|
2020-12-02 18:39:08 +10:30 |
|
grossmj
|
ae55c0ec9c
|
Fix tests.
|
2020-11-19 15:27:33 +10:30 |
|
grossmj
|
c043830e3f
|
Move endpoints to routes & preparations to use a database.
|
2020-11-19 15:21:03 +10:30 |
|
Karthikeyan Singaravelan
|
603683e2c5
|
Use asyncio.all_tasks instead of deprecated method for Python 3.9 compatibility.
|
2020-11-17 06:30:47 +00:00 |
|
grossmj
|
95ea1fa636
|
Providing the path to create a project is now deprecated.
|
2020-11-13 15:17:54 +10:30 |
|
grossmj
|
acc5c7ebfa
|
Update package versions.
Do not use Path in schemas (causes issues with empty paths).
Change how notifications are handled.
Run tests with Python 3.9
|
2020-11-11 17:18:41 +10:30 |
|
Bernhard Ehlers
|
e45bc5aec1
|
Fix mcopy error messages
|
2020-11-05 15:00:44 +01:00 |
|
grossmj
|
e13c84bada
|
Fix tests
|
2020-11-05 18:47:59 +10:30 |
|
grossmj
|
841b013223
|
SSL support.
|
2020-11-05 18:24:50 +10:30 |
|
grossmj
|
a5d89b428a
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/controller/__init__.py
# gns3server/controller/compute.py
# gns3server/schemas/gns3vm.py
# gns3server/utils/application_id.py
# gns3server/version.py
# gns3server/web/web_server.py
|
2020-11-05 17:15:25 +10:30 |
|
grossmj
|
a3ee1d9ee6
|
Development on 2.2.17dev1
|
2020-11-05 16:59:58 +10:30 |
|
grossmj
|
0e95e7e023
|
Release v2.2.16
|
2020-11-05 15:38:19 +10:30 |
|
grossmj
|
1748250179
|
Sync appliance files.
|
2020-11-05 15:30:21 +10:30 |
|
grossmj
|
c8ea22c651
|
Merge branch 'master' into 2.2
|
2020-11-05 15:05:05 +10:30 |
|
grossmj
|
d16cb5ef89
|
Option to allocate or not the vCPUs and RAM settings for the GNS3 VM. Fixes https://github.com/GNS3/gns3-gui/issues/3069
|
2020-11-05 11:13:57 +10:30 |
|
piotrpekala7
|
004acdc271
|
Release web UI 2.2.16
|
2020-11-04 12:51:25 +01:00 |
|
grossmj
|
e182f53d69
|
Fix wrong defaults for images_path, configs_path, appliances_path. Fixes #1829
|
2020-11-04 12:30:23 +10:30 |
|
grossmj
|
5a7b5e4e08
|
Make sure all HTTP exceptions return JSON with a "message" field instead of "detail"
|
2020-11-02 18:08:25 +10:30 |
|
grossmj
|
359f9a7384
|
Move to version 3 of the REST API.
Rename packet capture endpoints.
|
2020-11-02 12:05:32 +10:30 |
|
grossmj
|
eeaf10b418
|
Put all schemas in the same module.
|
2020-10-31 16:02:21 +10:30 |
|