datatracker/ietf/review
Jennifer Richards 8d12071bf5
refactor: Move cron jobs to celery tasks (#6926)
* refactor: Factor out helper from fetch_meeting_attendance.py

* feat: Define fetch_meeting_attendance_task task

Equivalent to the fetch_meeting_attendance management command

* chore: Disable fetch_meeting_attendance in bin/daily

* feat: Log errors in fetch_meeting_attendance_task

* feat: Enable a result backend for celery

Ignore results by default, but enable the backend so we
can manage tasks

* feat: Define daily task in ietf.utils.tasks

* refactor: Make bin/send-review-reminders into a task

* refactor: Make bin/send-scheduled-mail into a task

* chore: Update copyright years

* refactor: Make bin/rfc-editor-index-updates into a task

* refactor: Accept date type in rfc index update fn

* chore: Update comment

* fix: Annotate param as Optional

* fix: Revert treating skip_older_than_date as str

Misunderstood the comment, "fixed" a non-bug. Oops.

* feat: mgmt command to create periodic tasks

* feat: add summary of tasks to mgmt cmd

* style: black

* fix: Remove debug statements

* feat: Enable/disable tasks

* chore: Disable periodic tasks by default

* chore: Revert changes to daily and every15m

* fix: Call intended function

* chore: Add task descriptions
2024-01-22 12:04:16 -06:00
..
migrations fix: add review team setting allowing reviewers to reject assignments past the deadline (#5418) 2023-09-14 11:48:28 -05:00
__init__.py Add review tracking models, add a request review page (with test), show 2016-05-19 15:35:30 +00:00
admin.py Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +00:00
factories.py chore: use factory-boy 3.3 (#6269) 2023-09-05 09:54:30 -05:00
mailarch.py fix: close open things (#5593) 2023-05-10 11:19:34 -05:00
models.py feat: add "add comment" feature to the review requests. (#6603) 2023-11-05 09:29:25 +01:00
policies.py chore: merge main into feat/rfc 2023-10-12 15:11:02 -05:00
resources.py Merged in [17069] from sasha@dashcare.nl: 2019-11-26 16:09:43 +00:00
tasks.py refactor: Move cron jobs to celery tasks (#6926) 2024-01-22 12:04:16 -06:00
tests.py feat: add "add comment" feature to the review requests. (#6603) 2023-11-05 09:29:25 +01:00
tests_policies.py feat: Allow review rejections to be undone (#6312) 2023-09-27 08:57:34 -05:00
utils.py fix: Allow reassignment of withdrawn review assignment (#6723) (#6850) 2023-12-27 11:09:45 -06:00