brewlog/tests/server
Jon Seager 2edf102b41
feat(search): add search to ListQuery, ListNavigator, and route handlers
Add q parameter to ListQuery with into_request_and_search(). Extend
ListNavigator with search state, search_value(), has_search(), path(),
and search_query_base() for template URL generation. Thread search
through all route handlers and update backup tests.
2026-02-03 12:51:34 +00:00
..
auth_api.rs feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00
backup.rs feat(search): add search to ListQuery, ListNavigator, and route handlers 2026-02-03 12:51:34 +00:00
bags_api.rs fix: ensure bags are closed properly and closures are on the timeline 2025-11-27 14:42:38 +00:00
brews_api.rs test(brews): add filter paper coverage to brew API tests 2026-02-03 12:50:33 +00:00
datastar.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
gear_api.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
helpers.rs test(brews): add filter paper coverage to brew API tests 2026-02-03 12:50:33 +00:00
main.rs feat(backup): add CLI backup and restore commands 2026-02-03 12:50:41 +00:00
roasters_api.rs feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00
roasts_api.rs feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00
timeline.rs feat(timeline): remove sidebar nav, include sticky headers on scroll 2026-02-02 21:18:20 +00:00