pvc/api-daemon
Joshua Boniface f85c2c2a75 Remove PyWSGI and move to Flask server
Gevent was completely failure. The API would block during large file
uploads with no obvious solutions beyond "use gunicorn", which is not
suited to this. I originally had this working with the Flask "debug"
server, so just move to using that all the time. SSL is added using a
custom context with the OpenSSL library, so include that as a
dependency.
2020-10-26 01:58:43 -04:00
..
migrations Add storage benchmarking to API 2020-08-25 01:57:21 -04:00
provisioner/examples Improve handling of root disk in GRUB 2020-03-02 10:02:39 -05:00
pvcapid Remove PyWSGI and move to Flask server 2020-10-26 01:58:43 -04:00
daemon_lib Rename API and common Debian packages 2020-02-08 18:50:38 -05:00
pvc-api-db-upgrade Ensure database migrations are in source control 2020-02-15 23:16:40 -05:00
pvcapid-manage.py Add database management with SQLAlchemy 2020-02-15 22:51:27 -05:00
pvcapid-worker.service Fix renamed import for worker 2020-02-18 12:20:42 -05:00
pvcapid.py Fix startup of API daemon 2020-02-08 20:27:45 -05:00
pvcapid.sample.yaml Rename sample database for API 2020-08-25 01:59:35 -04:00
pvcapid.service Use consistent naming of components 2020-02-08 19:34:07 -05:00
swagger.html Rename API and common Debian packages 2020-02-08 18:50:38 -05:00
swagger.json Rename API and common Debian packages 2020-02-08 18:50:38 -05:00