mealie/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
..
data Feature/import keywords as tags (#1170) 2022-04-23 12:23:12 -08:00
fixtures refactor: remove depreciated repo call (#1370) 2022-06-10 19:01:14 -08:00
integration_tests feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
multitenant_tests feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
unit_tests feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
utils feat: extend Apprise JSON notification functionality with programmatic data (#1355) 2022-06-15 11:49:42 -08:00
__init__.py v0.4.0 (#236) 2021-03-31 07:20:35 -08:00
conftest.py feat: mealplan-webhooks (#1403) 2022-06-17 13:25:47 -08:00