mealie/tests/unit_tests/repository_tests
Michael Genson cb15db2d27
feat: re-write get all routes to use pagination (#1424)
rewrite get_all routes to use a pagination pattern to allow for better implementations of search, filter, and sorting on the frontend or by any client without fetching all the data. Additionally we added a CI check for running the Nuxt built to confirm that no TS errors were present. Finally, I had to remove the header support for the Shopping lists as the browser caching based off last_updated header was not allowing it to read recent updates due to how we're handling the updated_at property in the database with nested fields. This will have to be looked at in the future to reimplement. I'm unsure how many other routes have a similar issue. 

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2022-06-25 11:39:38 -08:00
..
test_food_repository.py feat: merge food into another (#1143) 2022-04-09 19:08:48 -08:00
test_pagination.py feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
test_recipe_repository.py feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
test_unit_repository.py add merge funcions for units (#1146) 2022-04-09 19:57:49 -08:00
test_user_repository.py Refactor/define repository layer (#883) 2021-12-18 20:52:36 -09:00