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:
Bavisetti Narayan 2023-07-11 14:35:20 +05:30 committed by GitHub
parent 7087b1b5f2
commit 7554988164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 423 additions and 2 deletions

View file

@ -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