blender-id/bid_api
Anna Sirota 707c283905 Admin: filter and search tasks by verbose_name
This allows identifying failed and completed webhooks more easily,
because tasks initiated by webhooks set their verbose names to
the names of webhooks.
2024-04-08 18:55:40 +02:00
..
management Commands: delete old completed task records 2023-12-15 11:43:52 +01:00
migrations Webhooks: drop table and columns used by webhook queue (replaced by tasks) 2024-01-04 11:50:28 +01:00
templates/bid_api/badges Badges: use static pregenerated thumbnails instead of sorl 2023-12-08 15:51:52 +01:00
tests Webhooks: store the webhook and a verbose name on each task 2024-02-09 14:09:49 +01:00
views Avatars: replace image column with the new one 2023-12-14 13:02:44 +01:00
__init__.py Code formatted with black 2020-12-14 18:05:12 +01:00
admin.py Admin: filter and search tasks by verbose_name 2024-04-08 18:55:40 +02:00
apps.py Code formatted with black 2020-12-14 18:05:12 +01:00
forms.py [T93542] [D13450] Allow users to manage OAuth apps they own outside Django admin 2021-12-08 10:49:05 +01:00
http_responses.py Code formatted with black 2020-12-14 18:05:12 +01:00
models.py Webhooks: drop table and columns used by webhook queue (replaced by tasks) 2024-01-04 11:50:28 +01:00
signals.py Webhooks: store the webhook and a verbose name on each task 2024-02-09 14:09:49 +01:00
tasks.py Webhooks: always queue all webhook calls as background tasks 2023-12-14 21:42:28 +01:00
urls.py Code formatted with black 2020-12-14 18:05:12 +01:00