mealie/tests/integration_tests/user_group_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_group_cookbooks.py feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
test_group_invitation.py feat(backend): Minor linting, bulk URL import, and improve BG tasks (#760) 2021-10-28 19:28:33 -08:00
test_group_mealplan.py feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
test_group_mealplan_rules.py feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
test_group_notifications.py feat: extend Apprise JSON notification functionality with programmatic data (#1355) 2022-06-15 11:49:42 -08:00
test_group_permissions.py Refactor/conver to controllers (#923) 2022-01-13 13:06:52 -09:00
test_group_preferences.py Fix/fix block registration (#1059) 2022-03-15 17:34:53 -08:00
test_group_registration.py feat(frontend): add group permissions (#721) 2021-10-04 20:16:37 -08:00
test_group_seeder.py fix #1144 (#1207) 2022-05-07 20:08:04 -08:00
test_group_shopping_list_items.py feat: added "last-modified" header to supported record types (#1379) 2022-06-21 09:41:14 -08:00
test_group_shopping_lists.py feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
test_group_webhooks.py feat: mealplan-webhooks (#1403) 2022-06-17 13:25:47 -08:00