mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
feat: Migrate from Tandoor (#2438)
* added tandoor migration to backend * added tandoor migration to frontend * updated tests * ignore 0 amounts * refactored ingredient display calculation * fix parsing tandoor recipes with optional data * generated frontend types * fixed inconsistent default handling and from_orm * removed unused imports
This commit is contained in:
parent
c25b58e404
commit
0f896107f9
18 changed files with 559 additions and 236 deletions
|
@ -14,6 +14,8 @@ migrations_mealie = CWD / "migrations/mealie.zip"
|
|||
|
||||
migrations_nextcloud = CWD / "migrations/nextcloud.zip"
|
||||
|
||||
migrations_tandoor = CWD / "migrations/tandoor.zip"
|
||||
|
||||
images_test_image_1 = CWD / "images/test-image-1.jpg"
|
||||
|
||||
images_test_image_2 = CWD / "images/test-image-2.png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue