grossmj
|
8975f63e2f
|
Fix AsyncSession handling after breaking changes in FastAPI 0.74.0
See https://github.com/tiangolo/fastapi/releases/tag/0.74.0 for details.
|
2022-03-20 16:25:48 +10:00 |
|
grossmj
|
9b39bfb845
|
Detect image type instead of requesting it from user
|
2022-03-20 16:20:17 +10:00 |
|
grossmj
|
2a5a4b5f77
|
Use README.md in setup.py
|
2022-03-16 11:22:28 +10:00 |
|
grossmj
|
db739775d0
|
Drop Python 3.6 support and require Python >= 3.7
|
2022-03-14 15:13:26 +10:30 |
|
grossmj
|
3edfa53e9e
|
Update README.md
|
2022-03-14 14:46:29 +10:30 |
|
grossmj
|
e897ab6163
|
Uvicorn version 0.17.6 does not support Python 3.6
|
2022-03-13 15:46:38 +10:30 |
|
grossmj
|
0a10b41418
|
Convert README to markdown
|
2022-03-13 15:44:26 +10:30 |
|
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
|
1a535371b6
|
Upgrade dependencies
|
2022-03-12 16:23:17 +10:30 |
|
grossmj
|
53f89a7fe5
|
Development on 2.2.32dev1
|
2022-02-26 20:39:26 +10:30 |
|
grossmj
|
22c16e3608
|
Release v2.2.31
|
2022-02-26 18:22:29 +10:30 |
|
grossmj
|
bb26ef2c3d
|
Development on 2.2.31dev1
|
2022-02-25 15:59:40 +10:30 |
|
grossmj
|
59e4e694e5
|
Install setuptools v59.6.0 when using Python 3.6
|
2022-02-25 15:50:45 +10:30 |
|
grossmj
|
74018fae7b
|
Release v2.2.30
|
2022-02-25 14:52:27 +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 |
|
piotrpekala7
|
fa96c1845c
|
Release web UI 2.2.30
|
2022-02-16 01:08:59 +01:00 |
|
grossmj
|
4891dc9eee
|
Set setuptools to v60.6.0
|
2022-02-06 21:02:43 +10:30 |
|
grossmj
|
f7cc4e9574
|
Upgrade dependencies
|
2022-02-06 17:35:52 +10:30 |
|
Jeremy Grossmann
|
5e4870b008
|
Merge pull request #2025 from GNS3/drop-windows-support
Drop Windows support
|
2022-01-19 22:03:06 +10:00 |
|
grossmj
|
74c675d5b0
|
Drop Windows support
|
2022-01-19 22:28:36 +10:30 |
|
grossmj
|
4fb0cd9321
|
Remove unused code
|
2022-01-18 19:55:36 +10:30 |
|
Jeremy Grossmann
|
4121aa31ac
|
Merge pull request #2024 from SpikefishSolutions/master
Update qemu_vm.py linked node error
|
2022-01-18 08:16:00 +10:00 |
|
John Fleming
|
7dcc80ff39
|
Merge pull request #1 from SpikefishSolutions/spikefishjohn-patch-1
qemu_vm.py Linked node test.
|
2022-01-17 14:38:02 -05:00 |
|
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
|
63b2b205ab
|
Upgrade FastAPI to version 0.72.0
|
2022-01-17 18:53:27 +10:30 |
|
grossmj
|
841d3028d6
|
Upgrade dependencies
|
2022-01-16 21:31:12 +10:30 |
|
grossmj
|
03f8ea9a6e
|
Fix dead link in README.rst Fixes #2022
|
2022-01-15 18:49:24 +10:30 |
|
grossmj
|
f9312764ba
|
Merge branch 'master' into 3.0
# Conflicts:
# gns3server/version.py
|
2022-01-11 22:42:25 +10:30 |
|
grossmj
|
6544f2e8e4
|
Development on 2.2.30dev1
|
2022-01-08 22:53:27 +10:30 |
|
grossmj
|
aff06572d4
|
Release v2.2.29
|
2022-01-08 22:15:15 +10:30 |
|
grossmj
|
35781e9b39
|
Sync appliance files
|
2022-01-08 22:11:32 +10:30 |
|
grossmj
|
3251badfa5
|
Merge branch 'master' into 2.2
|
2022-01-08 22:02:37 +10:30 |
|
piotrpekala7
|
9559741d1f
|
Release web UI 2.2.29
|
2022-01-07 21:03:19 +01:00 |
|
Jeremy Grossmann
|
04287a7100
|
Merge pull request #2018 from tournemire/patch-1
Add NixOS in list of distributions with a package
|
2022-01-06 21:02:53 +10:00 |
|
deltadelta
|
31352f9a4c
|
Add NixOS in list of distributions with a package
|
2022-01-06 11:57:00 +01:00 |
|
grossmj
|
10fdd8fcf4
|
Add connect endpoint for computes
Param to connect to compute after creation
Report compute unauthorized HTTP errors to client
|
2021-12-24 13:05:39 +10:30 |
|
grossmj
|
36cf43475d
|
Replace CORS origins by origin regex
|
2021-12-19 18:10:15 +10:30 |
|
grossmj
|
d1d36ce254
|
Change default config settings
|
2021-12-17 12:26:02 +10:30 |
|
grossmj
|
c5a6cd8d33
|
Update Docker image for tests
|
2021-12-17 12:20:46 +10:30 |
|
grossmj
|
f5301e5f14
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/version.py
|
2021-12-16 12:35:11 +10:30 |
|
grossmj
|
ef36b340b0
|
Development on 2.2.29dev1
|
2021-12-15 21:38:06 +10:30 |
|
grossmj
|
bbcc28bbfc
|
Release v2.2.28
|
2021-12-15 13:54:14 +10:30 |
|
grossmj
|
d96d11746e
|
Merge branch 'master' into 2.2
# Conflicts:
# init/gns3.service.systemd
|
2021-12-15 13:36:04 +10:30 |
|
grossmj
|
87c1df1639
|
Fix compute Docker test. Fixes #2003
|
2021-12-15 13:30:38 +10:30 |
|
grossmj
|
b400ae240d
|
Sync appliance files
|
2021-12-15 13:23:48 +10:30 |
|
grossmj
|
ff64f86289
|
Fix calls to static methods in server.py
|
2021-12-15 13:08:18 +10:30 |
|
piotrpekala7
|
466584f074
|
Release web UI 2.2.28
|
2021-12-13 23:49:42 +01:00 |
|
grossmj
|
ab4d964d69
|
Do not require the local server param to open a .gns3 file. Fixes https://github.com/GNS3/gns3-gui/issues/2421 Ref #1460
|
2021-12-10 15:52:57 +10:30 |
|
grossmj
|
16fcf6141e
|
Fix tests
|
2021-12-08 00:43:54 +10:30 |
|