pytest
scripts discovery (fixes #11). [OK-UNDP]
- Correct versioning in PyPI (fixes #12). [OK-UNDP]
- Add Azure pipeline (fixes #8). [OK-UNDP]
-
Take creds from ENV vars (fixes #9). [OK-UNDP]
-
Time-domain query method. (fixes #7). [OK-UNDP]
- Add dev versions to PyPI (fixes #10). [OK-UNDP]
-
Publish docs on RTD (fixes #5). [OK-UNDP]
Provide
.readthedocs.yaml
for RTD build environment.Change
description
inpyproject.toml
to single-line format to address python-poetry/poetry#1372Apply minor doc fixes.
-
Gevent monkey patching (fixes #6). [OK-UNDP]
Ensure
gevent
monkey patching is performed only for tests requiring it. -
Read-only docker image (fixes #4). [OK-UNDP]
Ensure all PID files are placed in
/tmp
. Provide an exampledocker-compose.yaml
demonstrating how to deploy workers as read-only images withtmpfs
volume mounted to/tmp
. -
Empty
app_config.yaml
(fixes #3). [OK-UNDP]Properly handle empty or comments-only
app_config.yaml
. -
MsGraphResponse iterator (fixes #2). [OK-UNDP]
Refactoring that allows
MsGraphResponse
to be repeatedly iterated.
-
Implement Redis upload benchmarking. [OK-UNDP]
-
Package app as docker container. [OK-UNDP]
-
Implement distributed data extraction and processing. [OK-UNDP]
-
Implement a base class for data processing tasks. [OK-UNDP]
-
Implement functional test for MS Graph API. [OK-UNDP]
-
Implement MS Graph API module. [OK-UNDP]