- 11 Nov, 2022 2 commits
-
-
Tim Schoof authored
Make resend timeout configurable Closes #11 See merge request !51
-
Tim Schoof authored
-
- 12 Sep, 2022 1 commit
-
-
Tim Schoof authored
Fix conversion of boolean cli options See merge request !50
-
- 09 Sep, 2022 1 commit
-
-
Tim Schoof authored
This gives up duck typing but improves error messages.
-
- 08 Sep, 2022 1 commit
-
-
Tim Schoof authored
-
- 09 Aug, 2022 2 commits
-
-
Mikhail Karnevskiy authored
Expoce functions to get/send stream metadata See merge request !49
-
Mikhail Karnevskiy authored
Implement seedee lib for serialisation See merge request !48
-
- 07 Aug, 2022 1 commit
-
-
Mikhail Karnevskiy authored
-
- 01 Aug, 2022 6 commits
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- 29 Jul, 2022 5 commits
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- 07 Jul, 2022 3 commits
-
-
Tim Schoof authored
Handle AsapoDataNotInCacheError in AsapoReceiver Closes #10 See merge request !45
-
Tim Schoof authored
Add retrieve_data method to receiver See merge request !44
-
Tim Schoof authored
Fix signal handling See merge request !47
-
- 06 Jul, 2022 5 commits
-
-
Tim Schoof authored
In case the data is not in the cache any more, the data is lost, and thus a MissingDataError is raised for an AsapoDataNotInCacheError. SimpleAsapoReceiver can now also throw a MissingDataError, but this should be ok as a worker either expects this error or it falls back to the defaul no-op handler.
-
Tim Schoof authored
-
Tim Schoof authored
In case of an AsapoNoDataError, the lastread marker should be advanced. The AsapoReceiver classes handle this case already correctly. In case of an AsapoInterruptedTransactionError that advances the lastread marker, indices were wrongly initialized with 0 instead of 1.
-
Tim Schoof authored
When the environment variable is not set, a library used by ASAPO installs a signal handler that immediately exits, preventing a graceful shutdown.
-
Tim Schoof authored
-
- 04 Jul, 2022 2 commits
-
-
Tim Schoof authored
Support ASAPO TV See merge request !42
-
Tim Schoof authored
Allow mixing Config and attr.ib parameters See merge request !46
-
- 24 Jun, 2022 2 commits
-
-
Tim Schoof authored
There doesn't seem to be an obvious use case for setting the pipeline step explicitly. Therefore, removing the option improves the usability.
-
Tim Schoof authored
-
- 22 Jun, 2022 2 commits
-
-
Tim Schoof authored
When Config and attr.ib parameters are mixed and an attr.ib has neither a type nor a description, the docstring looks better with this change.
-
Tim Schoof authored
This is useful to allow "hidden" parameters that can be used in the constructor, but are not exposed as options on the command line or in the configuration file.
-
- 03 Apr, 2022 2 commits
-
-
Tim Schoof authored
Fix StopIteration error on Python >= 3.7 See merge request !41
-
Tim Schoof authored
-
- 10 Dec, 2021 4 commits
-
-
Tim Schoof authored
Bump version v0.0.4 See merge request !40
-
Tim Schoof authored
-
Tim Schoof authored
Do not call converters twice See merge request !38
-
Tim Schoof authored
Fix configuration with values considered as False See merge request !37
-
- 09 Dec, 2021 1 commit
-
-
Tim Schoof authored
If a config option uses a converter, it should not be called during command line parsing because it is already called during construction by attr.
-