mealie/tests/integration_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
..
admin_tests feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
category_tag_tool_tests fix #1144 (#1207) 2022-05-07 20:08:04 -08:00
recipe_migration_tests fix #967 and test error to catch (#979) 2022-02-13 18:33:25 -09:00
user_group_tests feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
user_recipe_tests feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
user_tests Fix failed tests when env default email/password were changed (#1157) 2022-04-20 10:07:46 -08:00
__init__.py v0.4.0 (#236) 2021-03-31 07:20:35 -08:00
test_openapi.py Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
test_validators.py feat: improved registration signup flow (#1188) 2022-05-06 11:18:06 -08:00