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
|
ec50cc7c0d
|
Support for Python 3.11
|
2022-10-30 19:04:54 +08:00 |
|
grossmj
|
f5c20b2549
|
Require Python >= 3.7
|
2022-04-26 19:11:37 +07: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
|
74c675d5b0
|
Drop Windows support
|
2022-01-19 22:28:36 +10:30 |
|
Jeremy Grossmann
|
9ac6bd1e59
|
Merge pull request #1908 from GNS3/busybox-docker
Use a stock BusyBox for the Docker Integration
|
2021-10-16 19:47:24 +10:30 |
|
grossmj
|
afdda427d2
|
Merge branch 'master' into 3.0
# Conflicts:
# .github/workflows/testing.yml
# gns3server/compute/builtin/nodes/nat.py
# gns3server/compute/qemu/__init__.py
# gns3server/controller/link.py
# gns3server/utils/asyncio/embed_shell.py
# gns3server/utils/asyncio/raw_command_server.py
# gns3server/utils/asyncio/telnet_server.py
# gns3server/version.py
# gns3server/web/web_server.py
|
2021-08-29 19:23:51 +09:30 |
|
grossmj
|
496170b4e5
|
Early support for Python3.10 Fixes #1940
|
2021-08-15 15:09:48 +09:30 |
|
grossmj
|
cfaafedb09
|
Merge branch '3.0' into busybox-docker
|
2021-08-11 18:36:30 +09:30 |
|
grossmj
|
d0a9425392
|
Remove busybox and copy system busybox in setup.py
|
2021-08-11 17:27:47 +09:30 |
|
grossmj
|
c5c95979c2
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_node.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/compute/qemu/utils/qcow2.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/version.py
|
2021-08-10 15:38:49 +09:30 |
|
Michael Mair-Keimberger
|
feace0c7dc
|
setup.py: prevent installing tests directory
|
2021-07-12 19:04:30 +02:00 |
|
Jeremy Grossmann
|
150526b1ff
|
Update setup.py
Fixes #1897
|
2021-05-16 17:44:13 +09:30 |
|
grossmj
|
31a1fdba68
|
Update setup.py for Python 3.9
|
2021-04-06 15:56:46 +09:30 |
|
grossmj
|
4cf054061d
|
Remove tests_require from setup.py
|
2020-10-23 19:10:33 +10:30 |
|
grossmj
|
993e6a80e4
|
Add missing requests package to run tests.
|
2020-10-19 18:40:01 +10:30 |
|
grossmj
|
eb3cb8a41f
|
Migration to FastAPI
|
2020-10-02 16:07:50 +09:30 |
|
grossmj
|
74fc4fc75c
|
Merge branch 'master' into 2.2
|
2020-06-26 21:30:27 +09:30 |
|
grossmj
|
7924963276
|
Remove tox and update dependencies
|
2020-06-26 19:08:21 +09:30 |
|
grossmj
|
fd411e7855
|
Update classifiers in setup.py
|
2020-06-24 12:40:31 +09:30 |
|
grossmj
|
a018c8e1a8
|
Add pytest-aiohttp to tests_require in setup.py
|
2020-06-18 12:04:15 +09:30 |
|
grossmj
|
5b59a09e8d
|
Deprecate running with Python 3.5
|
2020-05-19 16:14:58 +09:30 |
|
grossmj
|
54bab7445c
|
Require setuptools>=17.1 in setup.py. Ref https://github.com/GNS3/gns3-server/issues/1751
This is to support environmental markers.
https://github.com/pypa/setuptools/blob/master/CHANGES.rst#171
|
2020-05-08 12:34:57 +09:30 |
|
grossmj
|
a98fc2d308
|
Python3.8 support. Ref https://github.com/GNS3/gns3-gui/issues/2895
|
2019-11-11 12:44:31 +08:00 |
|
grossmj
|
86f87aec74
|
Fix installation with Python 3.7. Fixes #1414.
Fix deprecated use of aiohttp.Timeout. Fixes #1296.
Use "async with" with aiohttp.ClientSession().
Make sure websocket connections are properly closed, see https://docs.aiohttp.org/en/stable/web_advanced.html#graceful-shutdown
Finish to drop Python 3.4.
|
2018-10-16 15:56:06 +07:00 |
|
grossmj
|
76af98404a
|
Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
|
2018-10-15 17:05:49 +07:00 |
|
grossmj
|
4a6202fa84
|
Update setup.py and fix minor issues.
|
2018-09-02 15:32:33 +07:00 |
|
Julien Duponchelle
|
ac5509f383
|
Always install typing module (compat with python 3.4 on ubuntu)
Fix #1021
|
2017-05-09 15:09:55 +02:00 |
|
Julien Duponchelle
|
152807e654
|
Merge branch 'master' into 2.0
|
2017-04-18 09:22:58 +02:00 |
|
Athmane Madjoudj
|
3518a781e9
|
typing is already included in Py >= 3.5 (#979)
|
2017-04-18 09:15:16 +02:00 |
|
Julien Duponchelle
|
c5290cfec6
|
Check python version in setup.py only for install
This allow us to use this on build service like travis.
|
2017-03-21 10:06:07 +01:00 |
|
grossmj
|
c271ef8c6a
|
Tool to add, configure and remove Windows loopback adapters.
New dependency: wmi (not added to requirements.txt).
Usage (must be running with admin rights):
gns3loopback.exe --add MY_LOOPBACK 10.0.0.1 255.0.0.0
gns3loopback.exe --remove MY_LOOPBACK
|
2016-11-05 15:10:05 +11:00 |
|
Julien Duponchelle
|
54c45f0b98
|
GNS3 server can't be keep as zipped egg
|
2016-10-05 14:56:11 +02:00 |
|
Julien Duponchelle
|
3e3e7b93ae
|
Merge branch 'master' into 2.0
|
2016-08-18 21:34:52 +02:00 |
|
Athmane Madjoudj
|
db95cb5c46
|
Move utils.vmnet to gns3 namespace
|
2016-07-29 17:53:48 +00:00 |
|
Julien Duponchelle
|
66959ee4e9
|
Fix error when installing using setup.py
Revert "Unused information in setup.py"
This reverts commit deb97f8ec0 .
Fix #598
|
2016-06-29 17:57:41 +02:00 |
|
Julien Duponchelle
|
deb97f8ec0
|
Unused information in setup.py
|
2016-06-27 14:54:05 +02:00 |
|
grossmj
|
b92e64e507
|
pywin32 is not updated on pypi.
|
2016-04-28 16:21:14 -06:00 |
|
grossmj
|
794a7e880a
|
Dependencies are listed in one location now.
|
2016-01-03 14:09:01 -07:00 |
|
Julien Duponchelle
|
de0df70933
|
Drop docker-py dependencies
|
2016-01-01 23:35:06 +01:00 |
|
grossmj
|
0f868ef107
|
Fixes aiohttp 0.19.0 requirement. Fixes #383.
|
2016-01-01 15:21:41 -07:00 |
|
grossmj
|
c3e99bfc1d
|
Drop netifaces (replaced by psutil). Fixes #344.
|
2015-11-08 13:34:27 -07:00 |
|
grossmj
|
ac75977ae0
|
Send a warning notification if there is not enough RAM left to start a VM. Implements #329.
|
2015-10-12 15:57:37 -06:00 |
|
Julien Duponchelle
|
c7b17039cb
|
Update docker-py version
|
2015-09-11 17:18:57 +02:00 |
|
Goran Cetusic
|
0fa300cb99
|
Initial Docker support from Google Summer of Code
|
2015-09-08 10:57:28 +02:00 |
|
grossmj
|
764e0df29a
|
Adds pywin32 dependency in setup.py for Windows.
|
2015-08-10 18:36:25 -06:00 |
|
Jeremy
|
870029123c
|
Netifaces is not used on Windows. Fixes #257.
|
2015-07-08 14:51:21 -06:00 |
|
Julien Duponchelle
|
0f15e4b56a
|
Fix merge issue
|
2015-06-17 14:16:36 +02:00 |
|
Julien Duponchelle
|
b1f740c952
|
Merge branch 'master' into unstable
|
2015-06-17 14:09:32 +02:00 |
|