FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. May 15, 2024
  2. May 14, 2024
  3. May 13, 2024
  4. May 10, 2024
  5. May 09, 2024
  6. May 08, 2024
  7. May 07, 2024
  8. May 03, 2024
  9. Apr 23, 2024
  10. Apr 22, 2024
    • Mike Knee's avatar
      feat: Add cloud event decorator · df0f58ef
      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.
      df0f58ef
    • E. Kirk's avatar
      fix: Tweaks following review. · ba4e8470
      E. Kirk authored and Mike Knee's avatar Mike Knee committed
      ba4e8470
  11. Apr 17, 2024
    • Mike Knee's avatar
      fix: Add no cover pragma where necessary · 347b01a2
      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.
      347b01a2
  12. Apr 15, 2024
Loading