mealie/tests/utils
Michael Genson 6ee64535df
feat: recipe timeline backend api (#1685)
* added recipe_timeline_events table to db

* added schema and routes for recipe timeline events

* added missing mixin and fixed update schema

* added tests

* adjusted migration revision tree

* updated alembic revision test

* added initial timeline event for new recipes

* added additional tests

* added event bus support

* renamed event_dt to timestamp

* add timeline_events to ignore list

* run code-gen

* use new test routes implementation

* use doc string syntax

* moved event type enum from db to schema

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2022-11-01 00:12:26 -08:00
..
api_routes feat: recipe timeline backend api (#1685) 2022-11-01 00:12:26 -08:00
routes fix #1144 (#1207) 2022-05-07 20:08:04 -08:00
__init__.py chore: file generation cleanup (#1736) 2022-10-18 14:49:41 -08:00
assertion_helpers.py Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
factories.py feat: extend Apprise JSON notification functionality with programmatic data (#1355) 2022-06-15 11:49:42 -08:00
fixture_schemas.py security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00
helpers.py Improve Test Coverage (#511) 2021-06-13 13:09:44 -08:00
jsonify.py feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
recipe_data.py Feature/import keywords as tags (#1170) 2022-04-23 12:23:12 -08:00
user_login.py chore: file generation cleanup (#1736) 2022-10-18 14:49:41 -08:00