David Paul Graham
David Paul Graham
# :nut_and_bolt: Something else We would like to add generating a coverage report to the `test_server.yaml` GitHub Action wokflow. The report should be uploaded as an artifact for later review....
# :bug: Bug Report On a manifest, the user have the option to replace the generator if the following is true. 1. The manifest status is one of the below...
# :rocket: Feature Request High level issue pertaining to observability. - [ ] Observability research - I'm currently reading [this book](https://www.goodreads.com/en/book/show/59039072) to help get me started on background material. -...
# 🚀 Feature Request PR should include github action that builds the Entity Relationship Diagram (ERD) in our documentation. ## Specs 1. it should only run when there are new...
# 🚀 Feature Request Our current error handling in the back end (read django server) is a hold over from the POC phase (arguably on going). A PR that closes...
# 🚀 Feature Request Add a Manifest as well as the accompanying sub models as a development fixture. the manifest should be one previously completed in RCRAInfo, it's status should...
# 🚀 Feature Request Current the Manifest model contains a `certified_by` field (`certifiedBy` in JSON representation) which is stored as a django models.JSONField. Instead, it should be an optional ForeignKey...
# Description This PR migrates `dj-rest-auth` to the newest major version of `django-allauth`. It, unfortunately, forces `dj-rest-auth to increment the major version since it follows django-allauth support for django, and...
## Description This PR adds support for Python version 3.13, removes support for Python 3.8 (which has reached EOL). It also updates the ruff version to the latest version (0.9.9)...
# Description [Celery 5.5 added the pydantic keyword argument](https://docs.celeryq.dev/en/latest/userguide/tasks.html#argument-validation-with-pydantic) for the `@shared_task` decorator, which is not currently in [celery stubs](https://github.com/sbdchd/celery-types/blob/a526445789a38c6b4ce126349339bb29f7e29983/celery-stubs/app/__init__.pyi). Is there anything that would prevent us from adding the...