Commit Graph

5 Commits

Author SHA1 Message Date
jo 81f38fc9c6 fix(api_client): comply to legacy schedule events
- remove 5 seconds to stream_buffer_start start event key,
- use explicit variables names,
- split schedule events into multiple functions
- stream_output_start ends at the end of the scheduled period (fix #1556).
2022-03-06 15:17:44 +02:00
jo d42615eb6a feat(api_client): load config using shared helpers 2022-02-25 11:42:28 +02:00
jo c04287b7c4 chore: fixes after libretime_api_client rename 2022-01-04 09:18:58 +02:00
Jonas L 30b3470a06
Better format enforcing (#1391)
* Add shared python format-check target

* Add .format-check to api lint target

* Format api code with makefile format target

* Add .format-check to tools lint target

* Add .format-check to analyzer lint target

* Format analyzer code with makefile format target

* Add .format-check to celery lint target

* Add .format-check to api_client lint target

* Format api_client code with makefile format target

* Add .format-check to playout lint target

* Run CI linting in parallel

* Disable isort in pre-commit
2021-10-17 16:24:37 +02:00
jo d06c898bcf Move python_apps/api_clients/ to api_client/ 2021-10-17 08:02:47 +00:00