piotrpekala7
|
6b3f703f94
|
Release web UI 2.2.25
|
2021-09-14 10:35:10 +02:00 |
|
grossmj
|
d44a6756c1
|
Sync appliance files
|
2021-09-12 18:13:21 +09:30 |
|
grossmj
|
6d10d92af2
|
Fix images_path -> symbols_path
|
2021-09-09 16:58:42 +09:30 |
|
grossmj
|
a8aeb63c91
|
No need to find the mountpoint first for disk usage.
|
2021-09-09 16:58:02 +09:30 |
|
grossmj
|
6f1feed265
|
Fix issue preventing to use custom nested symbols. Fixes #1969
|
2021-09-08 15:13:51 +09:30 |
|
grossmj
|
5162ef2e22
|
Updated affinity symbols
|
2021-09-08 01:08:01 +09:30 |
|
grossmj
|
611570a863
|
Fix qemu-img rebase code to support Qemu 6.1. Ref https://github.com/GNS3/gns3-server/pull/1962
|
2021-09-05 22:18:46 +09:30 |
|
grossmj
|
99d7d0c769
|
Merge branch 'master' into 2.2
# Conflicts:
# gns3server/compute/qemu/qemu_vm.py
|
2021-09-05 21:53:36 +09:30 |
|
grossmj
|
ed336da304
|
Qemu 6.1 support
Handle the deprecated use of backing file without explicit backing format issue.
|
2021-09-05 18:34:37 +09:30 |
|
Brian Candler
|
21e9f38437
|
Reinstate qemu-img rebase
This allows importing portable projects with images and/or snapshots,
regression introduced by #1927.
Fixes #1955
|
2021-09-04 12:34:22 +01:00 |
|
grossmj
|
a55c9a5c6a
|
Return disk usage for partition that contains the default project directory. Fixes #1947
|
2021-09-03 12:04:10 +09:30 |
|
Jeremy Grossmann
|
51c6f3fa31
|
Revert "List disk usage for all mount points"
|
2021-09-02 21:59:09 +09:30 |
|
grossmj
|
b1224ce9f6
|
Update schema description for disk_usage_percent.
|
2021-09-02 15:48:13 +09:30 |
|
grossmj
|
a2367d3c04
|
List disk usage for all mount points.
|
2021-09-02 15:43:38 +09:30 |
|
grossmj
|
945e3e3e8e
|
Development on 2.2.25dev1
|
2021-08-25 21:23:19 +09:30 |
|
grossmj
|
59a89c5f88
|
Release v2.2.24
|
2021-08-25 20:31:25 +09:30 |
|
grossmj
|
78c2ded2aa
|
Merge branch 'master' into 2.2
|
2021-08-25 20:08:26 +09:30 |
|
piotrpekala7
|
6ba40bd5fb
|
Release web UI 2.2.24
|
2021-08-25 11:57:52 +02:00 |
|
grossmj
|
6005e89181
|
Fix issue when searching for image with relative path. Fixes #1925
|
2021-08-25 17:23:21 +09:30 |
|
grossmj
|
27bcb60580
|
Sync appliance files.
|
2021-08-24 21:21:18 +09:30 |
|
grossmj
|
363fdb7d10
|
Fix wrong error when NAT interface is not allowed. Fixes #1943
|
2021-08-24 20:40:06 +09:30 |
|
grossmj
|
92150fba71
|
Fix incorrect Qemu binary selected when importing template. Fixes https://github.com/GNS3/gns3-gui/issues/3216
|
2021-08-24 17:26:06 +09:30 |
|
grossmj
|
c4c71cc838
|
Fix error when updating a link style. Fixes https://github.com/GNS3/gns3-gui/issues/2461
|
2021-08-24 11:35:33 +09:30 |
|
grossmj
|
8aada49414
|
Some fixes for early support for Python3.10
The loop parameter has been removed from most of asyncio‘s high-level API following deprecation in Python 3.8.
|
2021-08-15 15:25:33 +09:30 |
|
grossmj
|
496170b4e5
|
Early support for Python3.10 Fixes #1940
|
2021-08-15 15:09:48 +09:30 |
|
grossmj
|
8c0899d086
|
Development on 2.2.24dev1
|
2021-08-05 21:16:10 +09:30 |
|
grossmj
|
d5c73f4ba4
|
Release v2.2.23
|
2021-08-05 15:58:54 +09:30 |
|
grossmj
|
77487e4fc3
|
Merge branch 'master' into 2.2
|
2021-08-05 15:54:16 +09:30 |
|
grossmj
|
754f55b01b
|
Sync appliance files.
|
2021-08-05 15:53:12 +09:30 |
|
Jeremy Grossmann
|
b68f7a78a7
|
Merge pull request #1927 from candlerb/candlerb/1921
Support cloning of encrypted qcow2 base image files
|
2021-08-04 23:19:23 -07:00 |
|
piotrpekala7
|
6c36beb97f
|
Release web UI 2.2.23
|
2021-08-04 10:59:50 +02:00 |
|
grossmj
|
1a24ebfc19
|
Add a reload server endpoint. Fixes #1926
|
2021-08-01 16:20:30 +09:30 |
|
Jeremy Grossmann
|
6cf268ca93
|
Merge pull request #1934 from GNS3/handle_no-kvm_deprecated
Handle -no-kvm param deprecated in Qemu >= v5.2
|
2021-07-27 17:37:41 +09:30 |
|
grossmj
|
4646ce684f
|
Handle -no-kvm param deprecated in Qemu >= v5.2
|
2021-07-27 16:34:51 +09:30 |
|
Andrej Krpič
|
3b7dc21ef0
|
Fix binary websocket access to the console
telnet_writer.write is not an async method - drain() is.
Remove async keyword so the call is the same as for the text websocket.
|
2021-07-26 12:58:35 +02:00 |
|
grossmj
|
0ecea8ffbb
|
Change how to generate random MAC addresses
|
2021-07-25 16:03:54 +09:30 |
|
Brian Candler
|
1ee3e14bd3
|
Support cloning of encrypted qcow2 base image files
Fixes #1921
|
2021-07-09 10:53:02 +01:00 |
|
grossmj
|
cdedd53339
|
Fix VMware VM support on Linux and Windows. Fixes #1919
|
2021-06-14 13:16:11 +09:30 |
|
Jeremy Grossmann
|
e78b5fa6d6
|
Fix typo
|
2021-06-12 15:20:55 +09:30 |
|
grossmj
|
3524e22761
|
Development on 2.2.23dev1
|
2021-06-10 16:20:09 +09:30 |
|
grossmj
|
10daab21a3
|
Release v2.2.22
|
2021-06-10 15:41:58 +09:30 |
|
grossmj
|
22eb6f7d8c
|
Sync appliance files.
|
2021-06-10 12:42:43 +09:30 |
|
grossmj
|
c892cf371b
|
Fix VMware support on macOS BigSur
|
2021-06-08 11:56:33 +09:30 |
|
grossmj
|
bfd30f3547
|
Sync appliance files.
|
2021-06-07 15:01:45 +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
|
5da5cbd6d8
|
Merge branch 'master' into 2.2
|
2021-06-07 13:34:25 +09:30 |
|
piotrpekala7
|
08f540f417
|
Release web UI 2.2.22
|
2021-06-05 10:32:12 +02:00 |
|
Brian Candler
|
c051367d4b
|
Preserve auto_start/auto_open/auto_close when restoring snapshot
Fixes #1904
|
2021-05-24 17:31:04 +01:00 |
|
grossmj
|
971e86d254
|
Fix uBridge errors for cloud nodes not visible in logs. Fixes #1895
|
2021-05-16 14:59:02 +09:30 |
|
grossmj
|
6847e19847
|
Change method to prevent forbidden directory traversal. Fixes #1894
|
2021-05-16 14:44:38 +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
|
2c938b2c19
|
Development on 2.2.22dev1
|
2021-05-10 23:44:40 +09:30 |
|
grossmj
|
03b7d9191b
|
Release v2.2.21
|
2021-05-10 22:42:46 +09:30 |
|
grossmj
|
87c87ca3cb
|
Sync appliance files.
|
2021-05-10 22:39:03 +09:30 |
|
grossmj
|
dfba40fee2
|
Merge branch 'master' into 2.2
|
2021-05-10 22:34:59 +09:30 |
|
piotrpekala7
|
f576bedfaf
|
Release web UI 2.2.21
|
2021-04-30 14:01:53 +02:00 |
|
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 |
|
grossmj
|
e797ad1b9f
|
Development on 2.2.21dev1
|
2021-04-09 13:50:20 +09:30 |
|
grossmj
|
a50141fcbf
|
Release v2.2.20
|
2021-04-09 12:14:38 +09:30 |
|
grossmj
|
852151f836
|
Merge branch 'master' into 2.2
|
2021-04-09 12:06:01 +09:30 |
|
grossmj
|
e5807e5a8c
|
Sync appliance files.
|
2021-04-09 12:04:20 +09:30 |
|
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 |
|
piotrpekala7
|
7a8c1e8f5d
|
Release web UI 2.2.20
|
2021-04-08 13:30:59 +02:00 |
|
grossmj
|
7bb5202bdb
|
Sync appliance files.
|
2021-04-07 20:58:55 +09:30 |
|
grossmj
|
082206a7db
|
Fix packet capture with HTTPS remote server. Fixes #1882
|
2021-04-07 12:40:15 +09:30 |
|
grossmj
|
360a819e91
|
Set PyQt5 version to 5.15.2 on Windows
|
2021-04-06 22:12:34 +09:30 |
|
grossmj
|
685963b85d
|
Sync appliance files and remove old ones after sync with online repo. Fixes #1876
|
2021-04-06 17:38:11 +09:30 |
|
grossmj
|
e614ed79f4
|
Upgrade dependencies
|
2021-04-06 13:57:00 +09:30 |
|
grossmj
|
6120736c91
|
Fix export for missing files
|
2021-03-24 13:16:00 +10:30 |
|
grossmj
|
055a78bade
|
Fix issue when trying to export temporary Dynamips files.
|
2021-03-24 12:06:10 +10:30 |
|
grossmj
|
fad52ea2fc
|
Development on 2.2.20dev1
|
2021-03-05 16:48:09 +10:30 |
|
grossmj
|
d8054c7cb4
|
Release v2.2.19
|
2021-03-05 14:51:03 +10:30 |
|
grossmj
|
91570f475f
|
Launch projects marked for auto open after SIGHUP is received
|
2021-03-05 14:47:20 +10:30 |
|
grossmj
|
42cda3af2b
|
Sync appliance files.
|
2021-03-05 14:46:20 +10:30 |
|
grossmj
|
e6be6bc958
|
Merge branch 'master' into 2.2
|
2021-03-02 17:18:24 +10:30 |
|
grossmj
|
b7f8fb283b
|
Sync appliance files.
|
2021-03-02 17:09:28 +10:30 |
|
piotrpekala7
|
72d5b5e7cc
|
Release web UI 2.2.19
|
2021-03-02 00:31:54 +01:00 |
|
grossmj
|
8cce0eedee
|
Fix console type error when creating Ethernet switch node. Fixes #1873
|
2021-03-01 13:55:52 +10:30 |
|
grossmj
|
11c53c128e
|
Sync Juniper vSRX appliance file.
|
2021-02-24 14:28:12 +10:30 |
|
grossmj
|
17b56ac7cb
|
Sync appliance files.
|
2021-02-24 14:08:13 +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
|
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 |
|