mealie/tests/utils
Michael Genson 754e77c9cb
feat: extend Apprise JSON notification functionality with programmatic data (#1355)
* Fixed incorrect generic deleted notification text

* Added custom "event_source" header for json notifs

* Added internal reference data to event notifs

* Added event listeners to shopping list items

* Fixed type issues

* moved JSON event source k:v pairs to message body

* added hook for all supported custom endpoints
fixed bug that excluded non-custom notification types

* created event_source class to replace loosely-typed dict

* fixed silent error when dispatching a null task

* moved url updates to static function

* added unit tests for event_source url manipulation

* removed array from event bus (it's unsupported)
2022-06-15 11:49:42 -08:00
..
routes fix #1144 (#1207) 2022-05-07 20:08:04 -08:00
__init__.py feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
app_routes.py feat(backend): refactor/fix group management for admins (#838) 2021-11-25 14:17:02 -09: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 Added validators for users and recipes (#1052) 2022-03-15 14:28:42 -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 fix #967 and test error to catch (#979) 2022-02-13 18:33:25 -09:00