Jake Howard
Jake Howard
### Tandoor Version 1.3.3 ### Setup Docker / Docker-Compose ### Reverse Proxy Traefik ### Other _No response_ ### Bug description When attempting to print a recipe from the main search...
This PR adds a [`security.txt`](https://securitytxt.org/) file containing some contact details in the event of security issues. Note: Currently this address doesn't exist, but once deployed I'll create it.
_Please check the following:_ - [ ] Do the tests still pass?[^1] - [ ] Does the code comply with the style guide? - [ ] Run `make lint` from...
_Please check the following:_ - [ ] Do the tests still pass?[^1] - [ ] Does the code comply with the style guide? - [ ] Run `make lint` from...
When using the `image_url` template tag, and the serve view configured to redirect rather than serve directly, the redirect is handled permanently. This means if the image changes, the originally...
_Please check the following:_ - [ ] Do the tests still pass?[^1] - [ ] Does the code comply with the style guide? - [ ] Run `make lint` from...
For some libraries, it's necessary to use async code, even if it's in a single process where the async benefits don't apply. This transparently calls a job function as a...
Rather than once all are enumerated. Enumerating processes is pretty fast anyway, but the faster we can make it the better! (Has a bit of an impact on #17, as...
``` $ DATABASE_URL="not a database url" crab env | grep DATABASE DATABASE_URL=postgres://localhost/db ``` `crab` should only set environment variables when they're not defined in the project itself. I think?
Replaces https://github.com/dabapps/crab/pull/5 ## Features: - Nicely logs the hostname the request is for - `asyncio`-based, so has higher throughput, and doesn't get locked down when more than 4 requests come...