* chore: global bar graph component
* chore: global pie graph component
* chore: global line graph component
* chore: removed unnecessary file
* chore: refactored global chart components to accept all props
* chore: global calendar graph component added
* chore: global scatter plot graph component
* dev: initialize plane analytics
* dev: plane analytics endpoint
* dev: update endpoint to give data with segments as well
* dev: analytics with count and effort paramters
* feat: analytics endpoints
* feat: saved analytics
* dev: remove print logs
* dev: rename x_axis to dimension in response
* dev: remove color queries
* dev: update query for None values
* feat: analytics export
* dev: update code structure send color when state or label and fix none count
* dev: uncomment try catch block
* dev: fix segment keyerror
* dev: default analytics endpoint
* dev: fix segmented results
* dev: default analytics endpoint and colors for segment
* dev: total issues and open issues by state
* dev: segment colors
* dev: fix total issue annotate
* dev: effort segmentation
* dev: total estimates and open estimates
* fix: effort when not segmented
* dev: send avatar for default analytics
* fix: undo/redo, placeholder overlapping with text, horizontal cursor
refractor: removed a lot of state-management that was not required
* fix: forwarding ref to remirror for getting extra helper functions
* fix: icon type error
* fix: value type not supported error on page block
* style: spacing, and UX for add link
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
* fix: views issues mutation, sidebar link highlight
* fix: show only specific states when type filter is set
* fix: delete comment mutation
* style: bulk delete issues modal
* fix: project settings features mutation
* 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
* removing dependencies from .env
* dev: Passing the arguments from docker compose to DockerWeb in nextjs to define base environment variables
* dev: removed env from docker-compose and taking the env from shell
* dev: Updated docker file and used console in signin to test the env from docker
* dev: Docker setting env variables via shell
* removed env variables and args
* Update Dockerfile.web
* Update Dockerfile.web
* Update signin.tsx
* .
* .
* dev: Added BASE_URL from docker
* dev: Updated docker config
* dev: scripts for replacing variable during runtime
* dev: entrypoint script
* dev: update replace env script and update docker entrypoint command for frontend
* dev: update replace env script to not update process.env
* dev: update docker file to add missing variables as well
* fix: updated docker compose yml and web
* dev: create start script to run docker and update script for replacing variables
* dev: update setup script and env example script to create variables in the root of the project
* .
* dev: update docker compose hub
* dev: update docker compose hub command
* dev: update docker compose yml and env example
* dev: update docker compose hub
* dev: single docker
---------
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>