debian-forge/osbuild
Christian Kellner 1ce517e595 api: extract base class
Split out the part of `api.API` that is responsible for providing
the server infrastructure for the API; i.e. setting up the server
and the corresponding context manager and asynchronous event
handling. This leaves `API` itself which just the implementation
of the high level protocol and makes the API-server part re-usable.

NB: pylint, for some reason, confuses `API` and `BaseAPI`, like in
`test_monitor`. Annotate that accordingly.
2020-07-27 12:50:38 +01:00
..
util util/selinux: add gefilecon helper 2020-06-15 20:36:48 +02:00
__init__.py osbuild: extract CLI to prepare for additional entrypoints 2020-04-28 15:39:54 +02:00
__main__.py osbuild: use osbuild_cli directly as main entry 2020-07-17 16:30:46 +01:00
api.py api: extract base class 2020-07-27 12:50:38 +01:00
buildroot.py buildroot: use bwrap to contain stages 2020-07-21 14:20:32 +02:00
loop.py loop: fix FD leak in mknod() 2020-04-21 13:02:29 +02:00
main_cli.py api: introduce pipeline monitoring 2020-07-21 13:25:04 +02:00
meta.py meta: also validate the schema for sources 2020-06-02 09:50:14 +02:00
monitor.py api: introduce pipeline monitoring 2020-07-21 13:25:04 +02:00
objectstore.py objectstore: proper path handling for ObjectStore 2020-07-22 09:37:30 +01:00
pipeline.py pipeline: proper path handling for sources cache 2020-07-22 09:37:30 +01:00
remoteloop.py remoteloop: properly close the event loop 2020-07-21 13:25:04 +02:00
sources.py pylint: increase max attributes to 10 2020-07-21 13:25:04 +02:00
treesum.py treesum: don't use dir_fd parameter in os.scandir() 2019-11-29 00:45:14 +01:00