tubearchivist/backend/task
Craig Alexander aefd678dca
Add test notification button (#996)
* Add api to test notifications before you save

* Add button to UI

* Inspect apprise logs to get errors

* Better formatting around errors coming back from the test notification endpoint

* Use apprise's built in log capture

* Instruct the user to get error from container log instead of intercepting and parsing apprise logs

* refac move to test method on notification class

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2025-07-11 17:30:50 +07:00
..
migrations renamed django app folder to backend 2024-08-03 21:58:22 +02:00
src Add test notification button (#996) 2025-07-11 17:30:50 +07:00
tests renamed django app folder to backend 2024-08-03 21:58:22 +02:00
__init__.py renamed django app folder to backend 2024-08-03 21:58:22 +02:00
celery.py parse unix connection string for redis socket 2025-01-27 16:36:19 +07:00
models.py add get views for schedules, #723 2024-08-23 21:13:00 +02:00
serializers.py Add test notification button (#996) 2025-07-11 17:30:50 +07:00
tasks.py implement bulk add subscriptions in appsettings 2025-07-11 16:45:00 +07:00
urls.py Add test notification button (#996) 2025-07-11 17:30:50 +07:00
views.py Add test notification button (#996) 2025-07-11 17:30:50 +07:00