* dev: error response for duplicate items created through external apis
* dev: return identifier and also add the validation for state
* fix: validation for external id and external source
* chore: bug fix
* dev: changes in api endpoints for invitations and inbox
* chore: improvements
* dev: update webhook send
* dev: webhook validation and fix webhook flow for app
* dev: error messages for deactivation
* chore: api fixes
* dev: update webhook and workspace leave
* chore: issue comment
* dev: default values for environment variables
* dev: make the user active if he was already part of project member
* chore: webhook cycle and module event
* dev: disable ssl for emails
* dev: webhooks restructuring
* dev: updated webhook configuration
* dev: webhooks
* dev: state get object
* dev: update workspace slug validation
* dev: remove deactivation flag if max retries exceeded
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
* dev: new proxy api setup
* dev: updated endpoints with serializers and structure
* dev: external apis for cycles, modules and inbox
issue
* dev: order by for all the apis
* dev: enable webhooks for external apis
* dev: fields and expand for the apis
* dev: move authentication to proxy middleware
* dev: fix imports
* dev: api serializer updates and paginator
* dev: renamed api to app
* dev: renamed proxy to api
* dev: validation for project, issues, modules and cycles
* dev: remove favourites from project apis
* dev: states api
* dev: rewrite the url endpoints
* dev: exception handling for the apis
* dev: merge updated structure
* dev: remove attachment apis
* dev: issue activities endpoints
* refactor: folder structure for urls
* chore: deleted the urls file
* chore: proper naming for urls
* chore: reset password url
* dev: create refresh token endpoint and endpoint to get settings for user
* dev: workspace member me serializer
* dev: remove extra fields from project list and retrieve endpoints
* dev: update the project list endpoint with member details and deploy boolean
* dev: enable user favorite project endpoint and remove is_favorite from project list
* dev: analytics refactoring
* dev: revert is_favorite settings
* dev: create new serializer for project list and add pagination from projects
* dev: fix analytics api
* dev: module and cycle
* dev: update error message, fix module analytics and add null check for labels
* dev: member serializer
* dev: dynamic base serializer
* dev: remove view issues endpoint
* dev: url pattern updates
* dev: add comments to delete this file
* dev: last workspace id
* dev: analytics export
* dev: export analytics validation
* dev: update python runtime
* dev: update notification endpoints
* dev: cycle and validation fix
* dev: issue activity validation when creating updating and deleting issue and comments
* dev: update issue activity logging for link and reactions
* dev: update module issue activity logging
* dev: update module issue activity
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
* chore: add triggered by details for notifications
* dev: update issue activity json to include extra fields
* dev: fix permissions for cycle and views
* refactor: move all background task from rqworker to celery
* dev: update background job to take input in parameters rather than a single dict
* dev: update procfile for new worker
* dev: docker updates for new celery worker
* refactor: setup multiple select related
* chore: upgrade sentry sdk to latest version
* refactor: update module and cycle views to increase performance
* refactor: remove pagination and make the response simillar to paginated API
* fix: update staging to DEBUG True for all logging
* refactor: update the query count print statement
* refactor: my issues endpoint to remove n+1
* refactor: optimize queries for workspace and project
* fix: project member endpoint
* fix: revert back workspace members
* refactor: update base file to remove workspace and project query and update permission layer accordingly
* refactor: update read_only fields in read serializers
* fix: read only serializers
* chore: update drf package
* revert: drf version upgrade
* revert: read only fields update
* revert: update serializer to old state
* chore: update drf to latest version
* refactor: update dispatch to display method as well
* refactor: optimize cycle and module issue queries
* refactor: optimize module endpoint and issue list endpoint
* refactor: update prefetch related in modules and cycles
* refactor: create permission mapping in permission file