Commit Graph

4708 Commits (f928738bd593b7061892531fc822188c7a3621fd)
 

Author SHA1 Message Date
github-actions 3a55337d3f Publish API documentation
4 years ago
grossmj b04f9cb6ea Add git add to publish_api_documentation.yml
4 years ago
grossmj da2d4de89f Fix call to publish_api_documentation.py
4 years ago
grossmj 80ca9100b9 Use Python 3.6 to generate the API documentation
4 years ago
grossmj 4cf054061d Remove tests_require from setup.py
4 years ago
grossmj 791d8ac366 Install the GNS3 server in publish_api_documentation.yml
4 years ago
grossmj 10542aef91 Merge remote-tracking branch 'origin/3.0' into 3.0
4 years ago
grossmj 2793f6f9d8 Automate API documentation publishing.
4 years ago
Jeremy Grossmann 407f6efa78 Create CNAME
4 years ago
grossmj 3185ebaa3d Publish API documentation generated by FastAPI.
4 years ago
grossmj 087bbd1a0b Fix tests.
4 years ago
grossmj a08ddce033 Revert compute.py
4 years ago
grossmj 97a91f1899 Overwrite uvicorn loggers.
4 years ago
grossmj 13da8aa8f5 Do not automatically connect to local compute.
4 years ago
grossmj a92c47b310 Add HTTP client to reuse the aiohttp session where needed.
4 years ago
grossmj 36c8920cd1 Warn not to use the private compute API. Fixes #1593.
4 years ago
grossmj f895b66fca Run tests on Ubuntu only for now.
4 years ago
grossmj f4210108ce Do not run tests on macOS for now.
4 years ago
grossmj c0cab1c3ca Install Windows dependencies to run tests
4 years ago
grossmj 8b415b0b3c Fix testing on Windows.
4 years ago
grossmj a9a5d4e665 Fix syntax error in testing.yml
4 years ago
grossmj 554404e6e7 Try to run tests for Windows and macOS.
4 years ago
grossmj 0500b28aea Fix changing to ProactorEventLoop in tests.
4 years ago
grossmj bd4bf53084 Use ProactorEventLoop with pytest-asyncio
4 years ago
grossmj 25494ca098 Fix project import to work with FastAPI.
4 years ago
grossmj 5653a8afb6 Need another job to run tests on macOS and Windows.
4 years ago
grossmj 596ee9b66d Test compute notifications and run tests on macOS and Windows.
4 years ago
grossmj 6af8c8933e Fix tests.
4 years ago
grossmj b8e8e5cba7 Fix status code 204 must not have a response body.
4 years ago
grossmj 993e6a80e4 Add missing requests package to run tests.
4 years ago
grossmj 5d71ee25ee Fix syntax error.
4 years ago
grossmj af30361f72 Enable GitHub Actions for 3.0 branch
4 years ago
grossmj f20e16074f Fix Docker dev server script.
4 years ago
grossmj be6d4771d0 Migrate PCAP streaming code to work with FastAPI.
4 years ago
grossmj bd8565b2b9 Refactor WebSocket console code to work with FastAPI.
4 years ago
Bernhard Ehlers de2b9caeeb Use HDD disk image as startup QEMU config disk
4 years ago
grossmj 5341ccdbd6 Use dependencies and group common HTTP responses in endpoints.
4 years ago
grossmj 58c5965905 Fix tests.
4 years ago
grossmj 46f4e7ef6e Fix update property call for Qemu VMs.
4 years ago
grossmj 0746949207 Merge branch '2.2' into 3.0
4 years ago
grossmj 362701f5aa Allow commas in image paths and VM name for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
4 years ago
grossmj 91244456f5 Handle comma in disk path for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
4 years ago
grossmj 88ab528977 Development on 2.2.16dev1
4 years ago
grossmj 7d031e71a0 Release v2.2.15
4 years ago
grossmj c46c095fcb Sync appliance files.
4 years ago
grossmj e592b95639 Revert "Add info log to show where custom symbols are searched from."
4 years ago
grossmj 593e379523 Add info log to show where custom symbols are searched from.
4 years ago
grossmj d451d3125e Fix symbol retrieval issue. Ref #1824
4 years ago
grossmj e014d36ad2 Skip tests not working on Windows.
4 years ago
grossmj c248764efb Fixes update() missing 2 required positional arguments: 'name' and 'value'. Fixes #1821 #1825
4 years ago