grossmj
|
27d9063e56
|
Merge 2.2
|
2023-01-05 12:38:00 +08:00 |
|
grossmj
|
5459543eb5
|
Fix issue when detecting Dynamips version (version is not set until after Dynamips has started)
|
2023-01-04 18:21:17 +08:00 |
|
grossmj
|
e15c36f05c
|
Merge remote-tracking branch 'origin/2.2' into 2.2
|
2023-01-04 15:12:26 +08:00 |
|
grossmj
|
da7c7d16e4
|
Fix starting Dynamips on Windows
|
2023-01-04 15:12:09 +08:00 |
|
grossmj
|
297ada529c
|
Prevent TPM to run on Windows
|
2023-01-04 12:57:48 +08:00 |
|
grossmj
|
ae200d9add
|
Add Trusted Platform Module (TPM) support for Qemu VMs
|
2023-01-04 12:13:19 +08:00 |
|
grossmj
|
9132002b80
|
Fix typos
|
2023-01-04 09:08:40 +08:00 |
|
grossmj
|
771a9a5ddb
|
Require Dynamips 0.2.23 and bind Dynamips hypervisor on 127.0.0.1
|
2023-01-02 15:26:59 +08:00 |
|
grossmj
|
e5c8ae4bde
|
Use a stock BusyBox for the Docker integration
|
2023-01-01 17:04:48 +08:00 |
|
grossmj
|
b3a6b9173b
|
Fix reset console. Fixes #1619
|
2022-12-31 09:43:17 +08:00 |
|
grossmj
|
1148dbc48e
|
Fix issue when calling reset_console with running VPCS and Qemu nodes. Ref #1619
|
2022-12-30 20:54:37 +08:00 |
|
grossmj
|
2550fb3495
|
Support when the user field defined in Docker container is an ID. Fixes #2134
|
2022-12-28 11:05:22 +08:00 |
|
grossmj
|
17e0b2e259
|
Stricter checks to create/update an Ethernet switch and add tests
|
2022-12-24 08:20:51 +08:00 |
|
grossmj
|
263febecbc
|
Merge branch '2.2' into 3.0
# Conflicts:
# .github/workflows/testing.yml
# CHANGELOG
# appveyor.yml
# dev-requirements.txt
# gns3server/compute/base_node.py
# gns3server/controller/__init__.py
# gns3server/controller/appliance_manager.py
# gns3server/crash_report.py
# gns3server/static/web-ui/index.html
# gns3server/utils/get_resource.py
# gns3server/version.py
# gns3server/web/route.py
# requirements.txt
# tests/handlers/api/compute/test_qemu.py
# win-requirements.txt
|
2022-11-09 20:30:28 +08:00 |
|
grossmj
|
84914ecfa4
|
Add debug messages to fix VMnet interface list refresh. Ref https://github.com/GNS3/gns3-gui/issues/3381
|
2022-11-08 12:54:47 +08:00 |
|
grossmj
|
5696d1ccb7
|
Fix issues with VMnet interface on macOS >= 11.0. Ref #3381
|
2022-11-07 23:59:33 +08:00 |
|
grossmj
|
f04702d607
|
Fix console vnc don't use configured ports in some case. Fixes #2111
|
2022-11-06 19:36:31 +08:00 |
|
Jeremy Grossmann
|
0419c081fe
|
Merge pull request #2083 from a60814billy/fix/binding-on-wrong-interface-in-windows
fix: binding to wrong interface in windows
|
2022-09-28 17:36:31 +02:00 |
|
grossmj
|
426c16e296
|
Merge branch '2.2' into 3.0
# Conflicts:
# .github/workflows/testing.yml
# CHANGELOG
# appveyor.yml
# dev-requirements.txt
# gns3server/controller/compute.py
# gns3server/crash_report.py
# gns3server/version.py
# gns3server/web/route.py
# pytest.ini
# requirements.txt
# tests/compute/dynamips/test_dynamips_router.py
# tests/compute/test_base_node.py
# tests/compute/vmware/test_vmware_manager.py
# tests/compute/vmware/test_vmware_vm.py
# tests/controller/gns3vm/test_virtualbox_gns3_vm.py
|
2022-08-30 11:53:12 +02:00 |
|
grossmj
|
129f0a631c
|
Use original $PATH in init.sh for Docker containers. Ref #2069
|
2022-08-28 12:06:56 +02:00 |
|
Jeremy Grossmann
|
da626d334f
|
Merge branch '3.0' into iou-user-loader-libraries
|
2022-07-20 16:44:48 +02:00 |
|
grossmj
|
d022b211dc
|
Fix check for 32-bit in ELF header
|
2022-07-17 23:55:34 +02:00 |
|
grossmj
|
80f5ca0c3f
|
Checks for valid hostname on server side for Dynamips, IOU, Qemu and Docker nodes
|
2022-07-17 11:51:29 +02:00 |
|
grossmj
|
f5e1956dfa
|
Support user defined loader/libraries to run IOU
|
2022-07-16 11:38:51 +02:00 |
|
BoHong Li
|
790bf4521d
|
fix: use exact match to find interface in windows to avoid get wrong interface
|
2022-07-06 14:22:11 +08:00 |
|
grossmj
|
d303d13045
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_node.py
# gns3server/compute/docker/docker_vm.py
# gns3server/compute/iou/iou_vm.py
# gns3server/controller/template_manager.py
# gns3server/handlers/api/compute/docker_handler.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/compute/virtualbox_handler.py
# gns3server/handlers/api/compute/vmware_handler.py
# gns3server/handlers/api/compute/vpcs_handler.py
# gns3server/handlers/api/controller/node_handler.py
# gns3server/version.py
# requirements.txt
# tests/controller/test_controller.py
# tests/controller/test_project.py
# tests/handlers/api/controller/test_node.py
|
2022-06-21 16:45:25 +02:00 |
|
grossmj
|
908911e764
|
Remove parameter "Name" not useful to create a Docker container
|
2022-06-18 19:41:20 +02:00 |
|
grossmj
|
bdd703a0dc
|
Support to reset all console connections. Ref https://github.com/GNS3/gns3-server/issues/1619
|
2022-06-15 15:30:44 +02:00 |
|
grossmj
|
2eb64200a4
|
Add spaces before hostname for Docker network config. Ref #2039
|
2022-06-12 19:32:34 +08:00 |
|
grossmj
|
988ca7574c
|
Add hostname entry to sample network config for Docker nodes. Fixes #2039
|
2022-06-08 01:07:31 +08:00 |
|
grossmj
|
527d4bb3ea
|
Run Xtigervnc with MIT-SHM extension disabled for Docker VNC console support. Fixes #2071
|
2022-06-08 00:05:24 +08:00 |
|
Jeremy Grossmann
|
3b7dfe5929
|
Merge pull request #2055 from GNS3/remove-qemu-binaries-requirement
Remove Qemu binary requirement
|
2022-06-06 14:51:07 +08:00 |
|
grossmj
|
df50b46952
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/docker/docker_vm.py
# gns3server/version.py
# requirements.txt
|
2022-04-27 22:23:05 +07:00 |
|
grossmj
|
1837850894
|
Docker: load custom interface files from /etc/network/interfaces (commented by default). Ref #2052
|
2022-04-27 18:37:09 +07:00 |
|
grossmj
|
890dbd9f77
|
Create /etc/network/interfaces.d in Docker container. Fixes #2052
|
2022-04-20 22:59:51 +07:00 |
|
grossmj
|
460fe5ed95
|
Prettify Docker '/etc/network/interfaces' file. Ref #2040
|
2022-04-20 19:29:56 +07:00 |
|
grossmj
|
56b5c1d237
|
Fix VMware Fusion VM does not start on macOS >= 11. Fixes #2027
|
2022-04-20 18:26:45 +07:00 |
|
grossmj
|
2535e5508d
|
Remove Qemu binary requirement
|
2022-04-19 18:21:39 +07:00 |
|
grossmj
|
3106c8a6a2
|
Do not cache to md5sum file in some situations
|
2022-04-18 17:13:52 +07:00 |
|
grossmj
|
e6c8144210
|
Detect new images added to the default image directory.
* Images can be present before the server starts or while it is running
* Images are recorded in the database
|
2022-04-17 16:58:20 +07:00 |
|
grossmj
|
e50bed5bee
|
Support delete Qemu disk image from API
Return the real disk image name in the 'hdx_disk_image_backed' property for Qemu VMs
|
2022-04-14 17:01:54 +07:00 |
|
grossmj
|
fda2a37b98
|
Handle creating Qemu disk images and resizing
|
2022-04-07 16:21:47 +08:00 |
|
grossmj
|
888c773dc0
|
Finish to clean up local setting usage. Ref #1460
|
2022-03-31 12:05:47 +08:00 |
|
grossmj
|
900d4f79ee
|
"Local" command line parameter is only for stopping
a server that has been started by the desktop GUI
|
2022-03-30 18:38:34 +08:00 |
|
grossmj
|
f8a83e7ff9
|
Merge branch '2.2' into 3.0
# Conflicts:
# dev-requirements.txt
# gns3server/compute/qemu/qemu_vm.py
# gns3server/version.py
# requirements.txt
|
2022-03-13 14:50:02 +10:30 |
|
grossmj
|
f963e63d16
|
Merge branch 'master' into 2.2
|
2022-02-25 14:45:47 +10:30 |
|
grossmj
|
7490be6d5e
|
Support GNS3 variables in Docker environment variables. Fixes #2033
|
2022-02-23 14:33:30 +10:30 |
|
grossmj
|
74c675d5b0
|
Drop Windows support
|
2022-01-19 22:28:36 +10:30 |
|
John Fleming
|
511ac73d4f
|
qemu_vm.py Linked node test.
Include project name in error. This should help identify which project the none linked node is located in.
|
2022-01-17 14:19:49 -05:00 |
|
grossmj
|
296446189f
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/appliances/Simulator.gns3a
# gns3server/compute/docker/__init__.py
# gns3server/compute/docker/docker_vm.py
# gns3server/version.py
|
2021-12-02 19:57:04 +10:30 |
|