Brian Helba
Brian Helba
DRF expects that custom Renderers use a simple string for the `format`: https://www.django-rest-framework.org/api-guide/renderers/#custom-renderers This is also required to support content negotiation via DRF's native mechanisms, particularly `format_suffix_patterns`: https://www.django-rest-framework.org/api-guide/format-suffixes/ Note that...
Currently, trivial changes are causing Codecov CI to issue "failures". There are a several thresholds that we can set to ensure that very minor coverage deltas don't report as failures:...
This will help us to avoid unproductive style discussions and no-op line diffs due to formatting issues. https://black.readthedocs.io/en/stable/
This should help avoid indentation problems with contributors' text editors. https://editorconfig.org/
See discussion here: https://github.com/jazzband/django-configurations/pull/291#issuecomment-951170226 This will likely have to be some sort of custom test harness, since Django's own test harness does not use WSGI / ASGI.
Docker Compose may be the best process for new developers to run Girder. This configuration should be improved and properly documented. For Windows-based developers, Vagrant should also be supported. #3278...
Fixes #2959