* dev: remove len for empty comparison
* dev: using in instead of multiple ors
* dev: assign expression to empty variables
* dev: use f-string
* dev: remove list comprehension and use generators
* dev: remove assert from paginator
* dev: use is for identity comparison with singleton
* dev: remove unnecessary else statements
* dev: fix does not exists error for both project and workspace
* dev: remove reimports
* dev: iterate a dictionary
* dev: remove unused commented code
* dev: remove redefinition
* dev: remove unused imports
* dev: remove unused imports
* dev: remove unnecessary f strings
* dev: remove unused variables
* dev: use literal structure to create the data structure
* dev: add empty lines at the end of the file
* dev: remove user middleware
* dev: remove unnecessary default None
* 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
* dev: add labels data for all cycles
* dev: add assignees and labels percentage
* dev: initial peice on cycle burn down chart
* dev: cycles burn down chat
* chore: add assignee avatar in cycle endpoint
* dev: update the structure to return avatar and firstname
* dev: return distinct users
* dev: update the structure to return id
* dev: update the prefetch queryset to distinct by id
* dev: remove id from distinct
* dev: add unique condition
* 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
* feat: cycle favourites for user
* chore: update nomenclature
* chore: update on nomenclature
* feat: add favorites for completed and current cycle endpoints
* 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