- May 14, 2024
- May 13, 2024
- May 10, 2024
-
-
Peter Keen authored
Use ucam-observe default gunicorn logging Closes #1 See merge request uis/devops/ucam-faas-python/ucam-faas!6
-
- May 09, 2024
-
-
Peter Keen authored
-
- May 08, 2024
-
-
Peter Keen authored
-
Peter Keen authored
-
Peter Keen authored
-
Peter Keen authored
-
Peter Keen authored
-
- May 07, 2024
- May 03, 2024
-
-
Mike Knee authored
- Apr 23, 2024
-
- Apr 22, 2024
-
-
Mike Knee authored
Adds an additional decorator (and refactors the original HTTP decorator) to handle cloud event structures as in the functions_framework library. Additionally, removes the decorator library dependency as no longer used as this was not behaving nicely alongside the functions_framework now that the function signatures are important. Finally, set a new location for the 'root' gunicorn configuration file at /etc/gunicorn.conf.py and updated the Dockerfile to copy that across.
-
- Apr 17, 2024
-
-
Mike Knee authored
Adds 'no cover' pragmas to exlcude certain code blocks from coverage information. Have excluded log setup code, and the main commandline entrypoint as neither of these are usefully testable.
-
- Apr 15, 2024
-
-
Mike Knee authored
-
Mike Knee authored
-
Mike Knee authored
Adds an example FaaS module, along with some example tests and some project configuration files to run the example application and run the unit tests.
-
Mike Knee authored
Adds python library which wraps and builds upon the google functions-framework library to provide a basic FaaS support library, including additional extensions like structlog configuration. Adds a Dockerfile which can be used to run FaaS applications.
-
Mike Knee authored
-
Mike Knee authored
-