feat: issue archival and close (#1474)
* chore: added issue archive using celery beat * chore: changed the file name * fix: created API and updated logic for achived-issues * chore: added issue activity message * chore: added the beat scheduler command * feat: added unarchive issue functionality * feat: auto issue close * dev: refactor endpoints and issue archive activity * dev: update manager for global filtering * fix: added id in issue unarchive url * dev: update auto close to include default close state * fix: updated the list and retrive function * fix: added the prefetch fields * dev: update unarchive --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
This commit is contained in:
parent
7087b1b5f2
commit
7554988164
11 changed files with 423 additions and 2 deletions
|
|
@ -28,4 +28,5 @@ uvicorn==0.22.0
|
|||
channels==4.0.0
|
||||
openai==0.27.8
|
||||
slack-sdk==3.21.3
|
||||
celery==5.3.1
|
||||
celery==5.3.1
|
||||
django_celery_beat==2.5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue