mealie/tests/unit_tests
Michael Genson a2dcdc1adf
feat: "I Made This" Dialog (#1801)
* added chef hat

* removed unnecessary log

* modified recipe and recipe timeline event schema
changed timeline event "message" -> "event_message"
added "last made" timestamp to recipe

* added "I made this" dialog to recipe action menu

* added missing field and re-ran code-gen

* moved dialog out of context menu and refactored
removed references in action menu and context menu
refactored dialog to be triggered by a button instead
added route to update recipe last made timestamp
added visual for last made timestamp to recipe header and title

* added sorting by last made

* switched event type to comment

* replaced alter column with pydantic alias

* added tests for event message alias
2022-11-13 14:12:53 -09:00
..
core fix: group creation (#1126) 2022-04-02 19:33:15 -08:00
pkgs/i18n Feature/improve localization (#1147) 2022-04-10 14:07:35 -08:00
repository_tests chore: upgrade pre-commit hooks (#1735) 2022-10-17 14:37:06 -08:00
schema_tests chore: refactor base schema (#1098) 2022-03-25 10:56:49 -08:00
services_tests feat: "I Made This" Dialog (#1801) 2022-11-13 14:12:53 -09:00
validator_tests feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
__init__.py v0.4.0 (#236) 2021-03-31 07:20:35 -08:00
test_alembic.py Set up alembic migration usage (#954) 2022-02-21 11:44:23 -09:00
test_config.py feat: extend email support for SSL/No Auth Email Support (#1235) 2022-05-21 11:15:14 -08:00
test_exceptions.py Feature/improve localization (#1147) 2022-04-10 14:07:35 -08:00
test_ingredient_parser.py docs: fix typos (#1665) 2022-09-25 15:17:27 -08:00
test_open_api.py fix: validate OpenAPI spec (#1528) 2022-08-06 16:54:29 -08:00
test_recipe_export_types.py feat(backend): 🚧 stub out new exporter service (WIP) (#715) 2021-10-02 11:37:04 -08:00
test_recipe_parser.py Feature/import keywords as tags (#1170) 2022-04-23 12:23:12 -08:00
test_security.py fix: unclosed sessions (#1734) 2022-10-17 14:11:40 -08:00
test_utils.py feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00