mealie/tests
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
..
data feat (WIP): bring png OCR scanning support (#1670) 2022-09-25 15:00:45 -08:00
fixtures chore: file generation cleanup (#1736) 2022-10-18 14:49:41 -08:00
integration_tests feat: recipe timeline backend api (#1685) 2022-11-01 00:12:26 -08:00
multitenant_tests chore: file generation cleanup (#1736) 2022-10-18 14:49:41 -08:00
unit_tests feat: recipe timeline backend api (#1685) 2022-11-01 00:12:26 -08:00
utils feat: recipe timeline backend api (#1685) 2022-11-01 00:12:26 -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