Commit Graph

8954 Commits

Author SHA1 Message Date
Aaryan Khandelwal
aef7709063 fix: dashboard bugs and improvements (#2664) 2025-03-06 21:08:44 +05:30
Vamsi Krishna
c238565cb5 [WEB-3492]fix:customers pre release bugs (#2665)
* * fix: UI fixes
* feat: added search empty state for requests

* fix: editor size for request list item

* fix: issue_id null

* fix: removed issue count from customer detail

* fix: logo_url for customers list
chore: remove unused imports

* fix: removed experimental next js config

* chore: removed console logs

---------

Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
2025-03-06 20:56:41 +05:30
Prateek Shourya
cb75577dfc [WEB-3496] improvements: workflows (#2666)
* improvement: update UX copy for state dropdown when work item creation is disabled

* chore: update workflow tree logic

* improvement: merge common workflow transitions

* fix: create / update work item error message

* improvement: add approver

* improvement: disabled workflow tree

* improvement: enable workflow tree

* improvement: workflow for small devices

* improvement: translations
2025-03-06 20:56:24 +05:30
sriram veeraghanta
b9d75ef2cb Merge pull request #2659 from makeplane/sync/ce-ee
Sync: Community Changes
2025-03-06 16:56:06 +05:30
Vamsi Krishna
21d7a1865c fix: sidebar project list expand (#6714) 2025-03-06 16:54:28 +05:30
Aaryan Khandelwal
900c6cb19c fix: avatar url render method (#2661) 2025-03-06 16:39:21 +05:30
Nikhil
2b816802b2 chore: dummy data script to add issue types, issue properties and epics (#2660)
* chore: dummy data script to add issue types

* fix: dummy data script
2025-03-06 16:37:54 +05:30
Aaryan Khandelwal
f65b9a4dcb improvement: add disable image upload using props (#6706) 2025-03-06 16:03:35 +05:30
sriram veeraghanta
87923476ec Merge pull request #2657 from makeplane/sync/ce-ee
Sync: Community Changes
2025-03-06 16:00:02 +05:30
Prateek Shourya
ab0447aab5 fix: build error 2025-03-06 15:56:58 +05:30
Prateek Shourya
08526d44d5 fix: merge conflicts resolved 2025-03-06 15:56:21 +05:30
Prateek Shourya
6d216f2607 [WEB-3482] refactor: platform components and mobx stores (#6713)
* improvement: platform componenents and mobx stores

* minor improvements
2025-03-06 15:47:46 +05:30
Vipin Chaudhary
4958be7898 fix: added padding bottom to editor container (#6712) 2025-03-06 15:38:53 +05:30
Dheeraj Kumar Ketireddy
626f00785f fix: elastic index update on deleted records (#2656) 2025-03-06 15:35:51 +05:30
Prateek Shourya
bb00239751 [WEB-3489] improvement: work item templates (#2655)
* fix: permissions

* improvement: add translation support for work item templates
2025-03-06 14:53:14 +05:30
Akshita Goyal
4c1de3b495 fix: epics stats ui enhancement (#2649)
* fix: epics stats ui enhancement

* fix: refactor

* fix: ui color

* fix: translation key

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-03-06 14:48:43 +05:30
sriram veeraghanta
fc0fb69972 Sync: Community Changes (#2653)
* fix: issue stats refactor (#6705)

* fix: issue stats refactor

* fix: refactor

* fix: ui color

* fix: translation key

* refactor: issue list modal refactor (#6702)

---------

Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com>
Co-authored-by: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-03-06 14:45:15 +05:30
sriram veeraghanta
2d667fbe64 Merge branch 'preview' into sync/ce-ee 2025-03-06 14:44:02 +05:30
Sangeetha
ad7c1a426c fix: add dashboards preference (#2654) 2025-03-06 14:42:03 +05:30
Vamsi Krishna
a40e44c6d5 refactor: issue list modal refactor (#6702) 2025-03-06 13:45:07 +05:30
Akshita Goyal
44af90dc6c fix: issue stats refactor (#6705)
* fix: issue stats refactor

* fix: refactor

* fix: ui color

* fix: translation key
2025-03-06 13:44:37 +05:30
Sangeetha
4163901d66 fix: customers feature bugs (#2652)
* fix: listing every workspace customers

* fix: listing every customer requests

* remove print statement
2025-03-06 13:31:56 +05:30
Nikhil
7bcce70402 feat: work item templates (#2624)
* chore: dashboard migrations

* chore: changed the name of the dashboard

* chore: removed the show legend

* chore: added deleted by in workspace connection

* feat: templates settings upgrade page

* chore: update issue modal formstate prop

* feat: issue template

* feat: templates store

* chore: no work item templates empty state

* chore: updated the migration file

* chore: workspace settings layout update

* chore: template store improvements

* chore: layout grouping

* feat: work item template creation form and list

* chore: changed the migration file

* chore: added project base model

* chore: migration changes

* fix: migration

* feat: work item modeling

* chore: update migrations

* feat: basic work item template integration

* chore: template creation form improvement

* feat: template apis

* chore: add logo for customers

* fix: template endpoints

* feat: update work item template

* chore: add validation

* fix: build error

* feat: add feature flagging

* chore: minor field updates

* fix: workitem patch

* fix: template patch

* fix: template fetch endpoint

* feat: API integration

* fix: issue property schema

* chore: minor UI / UX improvements

* improvement: work item template utility improvements

* feat: custom property values in templates:
'

* feat: project level work item templates

* feat: add issue property validation

* improvement: work item template data sanitization

* feat: custom property values for work item templates

* chore: data sanitization for work item templates update form

* improvement: work item templates update form validation errors

* chore: remove base template un used store actions type

* improvement: template form refactor

* chore: template update validation

* chore: minor fixes in project level templates

* fix: template merge

* chore: partial update

* chore: attach all work item templates with default type

* fix: type checking

* chore: only show templates attached to active work item type

* improvement: template schema

* fix: project level template delete endpoint

* improvement: service refactor in work item template store

* fix: project level template update endpoint

* improvement: template ordering

* improvement: assignee role validation for work item templates

* improvement: enable project level work item templates settings for project members

* fix: template instance update

* fix: minor UI/ UX

* fix: minor improvements and fixes

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-03-05 21:44:20 +05:30
Akshita Goyal
94be9199d4 Feat elastic search (#2457)
* feat: enhanced search UI.

* chore: initial Setup

* chore: search indexing

* [WEB-3270] Moved ES documents into ee app

* [WEB-3270] Modified Issue Index

* [WEB-3270] 25000 seems to be sweetspot for chunk_size/queryset_pagination but this needs to be revisited later

* [WEB-3270] cleanup commented out code

* [WEB-3270] Added indexes for project and workspace. Also fixed error while processing data for active_member_ids when a single record's index is updated

* Added view for enhanced global search

* [WEB-3311] Enhanced global search endpoint for Issues, Epics, Projects, Workspaces

* [WEB-3311] Moved all the common code into a helper function

* fix: ui improvements

* fix: ui improvements

* [WEB-3311] Minor fixes

* [WEB-3270] Inherit from the base document

* [WEB-3311] Removed query params that are not required anymore

* fix: refactor

* fix: issue icon

* [WEB-3270] Added indexes for all the necessary models

* [WEB-3311] Added search for all the entities

* [WEB-3310] Auto sync indexes usign celery background worker

* Bug fix

* improvement: UI and UX

* fix: minor fixes

* fix: work item results

* fix: types

* minor improvements

* fix: types

* fix: code refactoring + build fix

* fix: removed hardcoded data

* fix: handled hamburger

* fix: refactor

* fix: removed min query criteria

* filter pages based on workspace memebrs instead of project members

* Added logo_props to the ES index and search response

* fix: added logo props for search items

* Fixed page search

* Added some comments

* Only initialize elasticsearch dsl if the settings are available

* fix: added validation on min 3 char for search

* Fixed settings and set celerysignalprocessor as default for index updates

* Fixed page indexing

* Added custom hooks and signals to bulk operations on the queryset

* Use post_bulk_update signal to update indexes on bulk operations

* Feature flagged enhanced search endpoint

* Removed commented out code that's not needed anymore

---------

Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: Dheeraj Kumar Ketireddy <dheeru0198@gmail.com>
2025-03-05 21:35:52 +05:30
Sangeetha
5081449633 feat: customers (#2378)
* feat: endpoints for customer properties

* fix: options not returning

* feat: Remove print statements

* feat: get endpoint for customer property options

* feat: customer endpoint

* feat: delete and patch endpoint

* fix: remove unwanted if conditions
fix: create instead of update

* fix: add create_or_update_options function to dynamically create or update

* fix: add create_or_update_options to dynamically create or update

* add permission

* chore: dashboard migrations

* fix: remove if condition

* chore: changed the name of the dashboard

* chore: removed the show legend

* feat: customer request endpoint

* chore: added deleted by in workspace connection

* feat: customer request issues

* feat: customer request issues

* fix: partial update

* feat: customer requests count on customer list endpoint

* feat: pagination for customer list endpoint

* chore: Improvement custom properties (#2486)

* refactor: enhance custom properties components modularity

* chore: minor updates

* chore: issue properties store improvement

* chore: improved modularity for additional properties

---------

Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>

* feat: customers crud (#2488)

* draft: customer-crud

* * feat: added customer list empty states
* feat: added customers create update modal

* * chore: added types
* chore: added language translation for constants

* chore: updated types

* feat: customer request issue endpoints
refactor: folder and file name changes

* feat: customer properties store and integration (#2496)

* chore: issue properties store improvement

* draft: customer store

* chore: updated work items modularity

* feat: inegrated apis for customer properties

* fix: return proper error message for duplicate customers

* feat: search functionality for customers list endpoint

* draft: customers

* feat: endpoints for customer property values

* * feat : added customer add, update and delete
* feat: added customer detail and empty state page

* chore: fixed lint errors

* fix: build errors

* refactor: moving validator functions into seperate file

* refactor: moving validator functions into seperate file

* chore: sidebar preference updated

* feat: added customers to sidebar

* chore: added feature flag to sidebar

* feat: endpoint to fetch related issues of a customer request

* fix: change the response fro  type__is_epic to type_is_epic

* refactor: use query_params

* refactor: use query_params

* draft: customer request crud

* feat: issue search endpoint

* feat: issue search endpoint

* fix: removing is_epic filter

* fix: filter disabled epics on search

* feat: post endpoint for attachments

* feat: patch, delete and get endpoints of customer request attachments

* feat: issue count of a customer

* feat: search for customer requests

* fix: search results not accurate

* modify: issue search results

* fix: response field changes

* modify: add issue_ids in the response

* modify: customer request response to include issue_ids

* modify: add issue details in customer request post endpoint

* modify: type_is_epic to is_epic

* fix: add permission class

* draft: customer requests

* modify: customer attachments to return asset_url and entity_identifier

* feat: added crud for customer requests

* fix: build errors

* modify: customer request issue endpoint to related issue to customer

* chore: updated customers endpoints

* chore: updated endpoints

* fix: search results

* chore: updated remove/add work item endpoint

* fix: customer requests response returning deleted work items

* feat: issue template

* fix: search to return deleted customer request issues

* chore: updated customer create request

* fix: remove disabled project epics from customer requests list

* modify: Customer requests endpoint to return attachment count

* feat: request attachments crd

* chore: updated the migration file

* fix: return asset url

* feat: get endpoint for attachments

* chore: changed the migration file

* chore: added project base model

* chore: migration changes

* fix: migration

* chore: update migrations

* feat:added custom properties customer

* fix: customer logo

* fix: customer property value endpoint

* chore: add logo for customers

* fix: attachment api

* fix: add query params for attachments

* fix: return customer_request_id

* feat: customer logo

* feat: added customer logo
chore: fixed work item mutation issue

* fix: customers pagination
fix: remove unwanted code

* feat: search and pagination for customers

* chore: customer and customer request count on work items
fix: remove unnecessary files

* fix: minor fix

* fix: return customer and requests counts

* fix: remove logo_url

* fix: remove logo_asset

* * chore: detail sidebar ui fixes
* chore: added attachment list to request update
* chore: added dark mode for detail empty state

* chore: added user permissions for customers

* chore: customer details in work items details

* feat: added language translation to customers

* fix: change permission class
chore: added workspace filter
chore: removed customer_request_issues_count from the response

* fix: code improvement

* chore: code improvements and refactor

* fix: change manager

* fix: change manager

* change manage

* fix: feature validation

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: Vamsi krishna <matalav55@gmail.com>
Co-authored-by: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com>
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-03-05 21:13:32 +05:30
Aaryan Khandelwal
d286cf971e feat: dashboards (#2638)
* dev: dashboard details page

* choree: update lucide-react versions across the repo

* chore: update chart components

* chore: update view mode term

* chore: remove translation

* dev: widgets grid layout aadded

* chore: dashboard migrations

* [WEB-3061] dev: dashboard details page components (#2387)

* dev: dashboard details page

* choree: update lucide-react versions across the repo

* chore: update chart components

* chore: update view mode term

* chore: remove translation

* chore: changed the name of the dashboard

* chore: removed the show legend

* chore: added deleted by in workspace connection

* chore: dashboard crud operations  (#2449)

* chore: dashboard migrations

* chore: dashboard widget and quick filters crud

* chore: added the dashboard reference to widget

* chore:

* refactor: dashboards store

* chore: add missing argument

* chore: widgets crud aded

* chore: add loader and empty states

* refactor: optimize performance

* fix: bulk update widgets

* chore: add update widget logic

* chore: rearrange logic added

* chore: chart configs added

* chore: add color palettes

* fix: build errors

* chore: add missing translations

* fix: types and build errors

* chore: udpated the migration file

* chore: dynamic chart generation

* chore: not configured state added

* chore: configurations updated

* chore: added x axis and group by for widgets

* chore: null value validation

* chore: remove static data

* chore: update data fetching logic

* chore: new translation keys

* chore: payload structure changed for widgets

* chore: add apperance config

* chore: updated the logic with required payload

* chore: update data structure

* feat: issue template

* chore: update input and select fields

* chore: updated the migration file

* chore: update widget data fetch logic

* chore: circular chart colors

* chore: update select button file

* chore: replace types with enums

* chore: add new translation keys

* chore: changed the migration file

* chore: added project base model

* fix: delete dashboard logic

* fix: responsive grid layout

* chore: migration changes

* chore: legends added

* fix: build error

* chore: react-grid-layout ui

* chore: missing translation keys

* fix: widget layout

* chore: line chart legends

* chore: add comparison area chart

* chore: added estimate value calculation

* chore: removed an extra key

* chore: update axis line colors

* chore: widget axis creation

* chore: widget logic change

* chore: added date grouping

* chore: realtime sidebar updates

* chore: type fix

* chore: changed the payload structure

* fix: chart tooltip labels

* fix: chart resize not working

* chore: dashboard query optimisation

* fix: typo fix

* chore: dashboard widget deletion

* chore: realtime config update

* fix: not configured state asset path

* chore: text widget metric added

* fix: legends and tooltip oveflow

* chore: update color picker UI

* chore: donut chart center value

* fix: pie chart tooltip

* chore: progress donut chart

* fix: workspace dashboard ids

* chore: update loading and empty states

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2025-03-05 21:07:31 +05:30
Bavisetti Narayan
ca475c67c0 dashboards and Templates migrations
feat: dashboards and work item templates migrations
2025-03-05 20:23:09 +05:30
Akshat Jain
573afc40e7 chore: fix caddy compose and monitor service (#2647)
* fix beat worker volume name

* add docker compose in monitor service

* removed `DEPLOY_PLATFORM` check condition from monitor service
2025-03-05 17:49:47 +05:30
sriram veeraghanta
796dcdfe5b Merge pull request #2648 from makeplane/sync/ce-ee
Sync: Community Changes
2025-03-05 17:44:24 +05:30
sriram veeraghanta
97b0b72528 Merge branch 'preview' into sync/ce-ee 2025-03-05 17:44:05 +05:30
Prateek Shourya
f01d82ad1e fix: work item assignee update validation (#6704) v0.25.1 2025-03-05 17:42:09 +05:30
sriram veeraghanta
5e23cc44d8 Merge pull request #2646 from makeplane/sync/ce-ee
Sync: Community Changes
2025-03-05 16:57:42 +05:30
Nikhil
81d14ffdec Merge branch 'preview' into sync/ce-ee 2025-03-05 16:52:24 +05:30
Prateek Shourya
ac6fef3073 [WEB-3488] improvement: assignee validation for work item creation (#6701) 2025-03-05 16:21:09 +05:30
Prateek Shourya
28312e8405 [WEB-3488] improvement: assignee validation for work item creation (#6701) 2025-03-05 16:19:37 +05:30
Akshat Jain
91f2fbe8f9 chore: added Coolify as DEPLOY_PLATFORM in monitor service (#2645) 2025-03-05 14:02:48 +05:30
sriram veeraghanta
bdf79e2db4 fix: docker compose changes 2025-03-05 00:55:39 +05:30
Akshat Jain
9cff76d279 fix: docker compose variable changes (#2644) 2025-03-04 23:34:00 +05:30
sriram veeraghanta
c64c15948b fix: package license repliation 2025-03-04 20:20:38 +05:30
sriram veeraghanta
e58b68b6fc fix: esbuild version fix 2025-03-04 20:13:15 +05:30
sriram veeraghanta
68325866ef fix: package version update 2025-03-04 19:32:12 +05:30
Akshita Goyal
95e05cd4ff refactor: version removed from cycle creation api (#2590)
* fix: version removed from cycle creation from FE

* chore: set the default version of cycles

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-03-04 18:41:23 +05:30
sriram veeraghanta
a00456f692 Sync: Community Changes (#2641)
* fix: attachment item created by (#6695)

* fix: module flicker issue on property updation (#6699)

* [WEB-3477] fix: mutation issue on moving work items for a manually ended cycle (#6696)

---------

Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com>
2025-03-04 18:40:09 +05:30
Akshita Goyal
80198f5fda [WEB-3477] fix: mutation issue on moving work items for a manually ended cycle (#6696) 2025-03-04 18:32:02 +05:30
Akshita Goyal
6ac28ad614 fix: module flicker issue on property updation (#6699) 2025-03-04 18:30:53 +05:30
Plane Bot
6012edcf3c fix: attachment item created by (#6695) (#2639)
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
2025-03-04 14:00:42 +05:30
Anmol Singh Bhatia
990ebde830 fix: attachment item created by (#2636) 2025-03-04 14:00:03 +05:30
Anmol Singh Bhatia
2462e446b2 fix: project overview description (#2637) 2025-03-04 13:59:45 +05:30
Anmol Singh Bhatia
c021ffddf2 fix: attachment item created by (#6695) 2025-03-04 13:58:32 +05:30
Anmol Singh Bhatia
67205a721d [WEB-3469] fix: work item permission and validations (#2626)
* chore: fix unauthorized error for private project in work item detail endpoint

* chore: add getProjectByIdentifier to project store

* chore: join project empty state updated

* chore: work item detail page validation updated

* chore: code refactor

* chore: code refactor
2025-03-04 13:53:46 +05:30