Jonathon Herbert
Jonathon Herbert
## What does this change? Adds a test and a fix for the odd pagination results patched in #470. Not quite sure what was causing the original discrepancy, but we...
## What does this change? Don't use caching for the Checker service, to enable the lovely Prout-bot to do its work (#465.) We use Cloudfront to improve service latency for...
## What's changed? Building on #1622, adds an endpoint to remove a collection from a front, at `DELETE editions-api/front/:frontId/collection/:collectionId` I think it makes sense to scope this action to the...
## What's changed? Adds an API endpoint to add a new collection to a Front, at `PUT editions-api/front/:frontId/collection?name=optional-name` ## Implementation notes - I've factored out the nested row aggregation logic...
## What's changed? Gives an option to use the last available issue prior to the date of the issue being inserted when creating Feast issues.  ## Implementation notes This...
## What's changed? ## Implementation notes ## Checklist ### General - [ ] 🤖 Relevant tests added - [ ] ✅ CI checks / tests run locally - [ ]...