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
|
a92c47b310
|
Add HTTP client to reuse the aiohttp session where needed.
Remove unnecessary aiohttp exceptions.
|
2020-10-22 16:19:44 +10:30 |
|
grossmj
|
539cf640d8
|
Change the default UDP port range to be 20000 to 30000. Ref #1271
|
2019-11-06 12:25:30 +08:00 |
|
grossmj
|
22f7ca0243
|
Return compute port information via API. Ref #1420.
|
2018-10-05 12:48:20 +02: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
|
e4a6db8ebc
|
Fix some typos.
|
2018-10-04 15:22:42 +02:00 |
|
grossmj
|
90ce6093d8
|
Some spring cleaning.
|
2018-03-15 14:17:39 +07:00 |
|
Julien Duponchelle
|
2de60ba257
|
Drop a useless line of code in port_manager
|
2017-01-09 16:11:34 +01:00 |
|
Julien Duponchelle
|
eabe4eb97e
|
Improve remote server console host support when binding to 0.0.0.0
Fix https://github.com/GNS3/gns3-gui/issues/1574
|
2016-10-26 14:43:47 +02:00 |
|
Julien Duponchelle
|
fbd3a54877
|
Merge branch 'master' into 2.0
|
2016-10-19 09:13:28 +02:00 |
|
grossmj
|
cd07a99118
|
Some cleaning + move "/version" endpoint to "/server/version".
|
2016-06-01 17:50:31 -06:00 |
|
grossmj
|
6cea6c9162
|
Some more (spring) cleaning.
|
2016-05-13 18:48:10 -06:00 |
|
Julien Duponchelle
|
9dca7dfe4a
|
Merge branch '1.5' into 2.0
|
2016-05-10 17:51:40 +02:00 |
|
Julien Duponchelle
|
58d4a529d4
|
Rename hypervisor to compute
Fix #487
|
2016-04-15 17:59:59 +02:00 |
|