Commit Graph

8066 Commits

Author SHA1 Message Date
guru_sainath
f8c19590e4 [MOBIL-644] chore: Integrate timezone list and update user information query and profile update mutation (#2057)
* chore: updated timezones list

* chore: updated mobile fileds in user profile type

* chore: updated user information query and profile update mutation
2025-01-02 13:39:02 +05:30
guru_sainath
2e0f9e3606 [MOBIL-638] chore: add workspace-level asset upload and update project-level asset upload mutation (#2062)
* chore: updated project assets

* chore: handled the project level asset upload

* chore: workspace level asset upload
2025-01-02 13:38:40 +05:30
Nikhil
7f6493de1e fix: team space comment activity (#2067) 2025-01-02 13:20:17 +05:30
Saurabh Kumar
13cefcbc3b [SILO-28] Chore: Gitlab integration UI and backend changes (#2071)
* chore: gitlab integration add project and group APIs

* entity connection schema changes + gitlab integration UI and store changes

* gitlab integration UI + APIs for entity connections

* Merge branch 'preview' into chore-gitlab_integration_ui

* Merge branch 'preview' into chore-gitlab_integration_ui

* gitlab webhook

* sharedwithgroups key in gitlab merge request type

* chore: gitlab update issue based on project connection

* chore: gitlab integration

* merged with preview

* merged with preview

* yarn fix
2025-01-02 13:19:26 +05:30
Saurabh Kumar
12a11a9cad [SILO-43] - chore: APIs on Django end for Jobs and Config (#2038)
* chore: import job and report APIs

* import job external APIs and feature flag addition

* rename type key to source in import job model

* chore: workspace connections and credential APIs

* separate views for custom URLs

* remove import job rename migrations

* merge list and get methods + silo feature flag in constants package

* fix: missing check feature flag

* fix: missing routes

* fix: missing routes

* rename requet url prefix

* fix workspace import

* pk fixes

* bug fixes

* permission layer in APIs + move list method inside get
2025-01-02 13:18:26 +05:30
pushya22
c19625e8f2 Merge pull request #2070 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-02 12:37:22 +05:30
Vamsi Krishna
a555df27e7 [WEB-2941]chore: added transfer issues button to cycles (#6296)
* chore: removed refacotr changes:w

* chore: removed requirements modifications
2025-01-02 12:33:45 +05:30
Anmol Singh Bhatia
4c4ebd0988 dev: common title and description input component added (#2064) 2025-01-02 12:32:36 +05:30
Manish Gupta
dbdd6b8f06 improvement: build action improvement (#1996)
* update: use reuse-actions from main branch

* modified action to common one

* updated cloud build

* fixed action

* updated action
2025-01-02 00:17:35 +05:30
sriram veeraghanta
ae370d65a5 Merge pull request #2069 from makeplane/sync/ce-ee
Sync: Community Changes
2025-01-02 00:12:51 +05:30
Manish Gupta
df671d13c7 improvement: build action improvement (#6248)
* updated action to use makeplane/actions repo

* updated action
2025-01-02 00:00:04 +05:30
guru_sainath
586e520969 chore: handled parent issue from other projects (#2066) 2024-12-31 17:51:11 +05:30
Aaryan Khandelwal
3dc02107fb fix: move and duplicate page dummy handlers (#2065) 2024-12-31 17:34:30 +05:30
Akshita Goyal
501d43a2c2 [WEB-2846] Feat: stickies (#2014)
* feat: stickies ui

* chore: created crud endpoints for sticky

* feat: integrations

* fix: tooltip

* fix: recents

* fix: inputs

* fix: minor issues

* fix: reduced debounce timer + handled no name

* feat: added formatting options in sticky

* chore: new sticky flow added

* fix: color

* fix: build

* fix: minor fixes

* fix: lint

* fix: resolved review comments

* fix: added empty state

* fix: masonry layout

* fix: added pagination

* fix: masonry layout

* fix: type ignored

* chore: feature flagged

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-12-31 17:15:07 +05:30
Nikhil
01a8525ec2 feat: add workspace member and project member activity models (#2054)
* workspace-activity-model

* fix: workspace activity
2024-12-31 16:40:44 +05:30
Nikhil
cca217bcb4 fix: imports (#2063) 2024-12-31 16:39:54 +05:30
sriram veeraghanta
f7256ffdfa Merge pull request #2061 from makeplane/sync/ce-ee
Sync: Community Changes
2024-12-31 16:39:27 +05:30
sriram veeraghanta
78906e0e70 fix: yarn lock update 2024-12-31 16:37:55 +05:30
Akshita Goyal
c7ebaf6ba0 chore: added react masonry package (#6293) 2024-12-31 16:15:40 +05:30
Anmol Singh Bhatia
2f7c6a756b [WEB-2911] chore: project overview improvements (#2060)
* chore: project overview cover upload

* chore: sorting added to project overview sidebar activity and updates

* chore: code refactor
2024-12-31 15:58:05 +05:30
Anmol Singh Bhatia
4ed7581ad4 chore: initiative comment file asset type updated (#2058) 2024-12-31 15:46:00 +05:30
pushya22
a5dfa0c582 Merge pull request #2059 from makeplane/sync/ce-ee
Sync: Community Changes
2024-12-31 15:43:39 +05:30
Nikhil
3e2b4384e4 Merge branch 'preview' into sync/ce-ee 2024-12-31 15:41:26 +05:30
Bavisetti Narayan
119d46dc2b chore: search issues endpoint (#6291) 2024-12-31 15:29:38 +05:30
Sangeetha
25f7d813b9 [WEB-2928] feat: Home Quick links CRUD (#6290)
* Crud for wuick links

* Validate quick link existence

* Add custom method for destroy and retrieve

* Add List method

* Remove print statements

* List all the workspace quick links

* Filter by user
2024-12-31 15:06:24 +05:30
Plane Bot
0530ee76dc Sync: Community Changes (#2045)
* chore: add live server prettier config (#6287)

* [PE-97] refactor: pages actions (#6234)

* dev: support for edition specific options in pages

* refactor: page quick actions

* chore: add customizable page actions

* fix: type errors

* dev: hook to get page operations

* refactor: remove unnecessary props

* chore: add permisssions to duplicate page endpoint

* chore: memoize arranged options

* chore: use enum for page access

* chore: add type assertion

* fix: auth for access change and delete

* fix: removing readonly editor

* chore: add sync for page access cahnge

* fix: sync state

* fix: indexeddb sync loader added

* fix: remove node error fixed

* style: page title and checkbox

* chore: removing the syncing logic

* revert: is editable check removed in display message

* fix: editable field optional

* fix: editable removed as optional prop

* fix: extra options import fix

* fix: remove readonly stuff

* fix: added toggle access

* chore: add access change sync

* fix: full width toggle

* refactor: types and enums added

* refactore: update store action

* chore: changed the duplicate viewset

* fix: remove the page binary

* fix: duplicate page action

* fix: merge conflicts

---------

Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com>
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>

* Integrates LiteLLM for Unified Access to Multiple LLM Models (#5925)

* adds litellm gateway

* Fixes repeating code

* Fixes error exposing

* Fixes error for None text

* handles logging exception

* Adds multiple providers support

* handling edge cases

* adds new envs to instance store

* strategy pattern for llm config

---------

Co-authored-by: akash5100 <akashzsh08@gmail.com>

* chore: merge two separate info popovers (#6289)

---------

Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com>
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com>
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: Akash Verma <akash.verma@plane.so>
Co-authored-by: akash5100 <akashzsh08@gmail.com>
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-12-31 14:08:15 +05:30
Aaryan Khandelwal
ec2af13258 chore: merge two separate info popovers (#6289) 2024-12-31 14:01:27 +05:30
Akash Verma
8833e4e23b Integrates LiteLLM for Unified Access to Multiple LLM Models (#5925)
* adds litellm gateway

* Fixes repeating code

* Fixes error exposing

* Fixes error for None text

* handles logging exception

* Adds multiple providers support

* handling edge cases

* adds new envs to instance store

* strategy pattern for llm config

---------

Co-authored-by: akash5100 <akashzsh08@gmail.com>
2024-12-31 13:57:26 +05:30
Henit Chobisa
efcbc339a9 fix: mq connection url (#2056) 2024-12-31 13:40:17 +05:30
Saurabh Kumar
66c6408ef1 fix: seats alert banner + filter only member projects (#2055) 2024-12-31 13:39:59 +05:30
Aaryan Khandelwal
752a27a175 [PE-97] refactor: pages actions (#6234)
* dev: support for edition specific options in pages

* refactor: page quick actions

* chore: add customizable page actions

* fix: type errors

* dev: hook to get page operations

* refactor: remove unnecessary props

* chore: add permisssions to duplicate page endpoint

* chore: memoize arranged options

* chore: use enum for page access

* chore: add type assertion

* fix: auth for access change and delete

* fix: removing readonly editor

* chore: add sync for page access cahnge

* fix: sync state

* fix: indexeddb sync loader added

* fix: remove node error fixed

* style: page title and checkbox

* chore: removing the syncing logic

* revert: is editable check removed in display message

* fix: editable field optional

* fix: editable removed as optional prop

* fix: extra options import fix

* fix: remove readonly stuff

* fix: added toggle access

* chore: add access change sync

* fix: full width toggle

* refactor: types and enums added

* refactore: update store action

* chore: changed the duplicate viewset

* fix: remove the page binary

* fix: duplicate page action

* fix: merge conflicts

---------

Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com>
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-12-31 12:54:09 +05:30
sriram veeraghanta
2b452dd8b9 fix: nanoid vulnerbility fix 2024-12-30 22:25:31 +05:30
Henit Chobisa
1f36536b50 fix: batch complete url for silo (#2053) 2024-12-30 22:21:22 +05:30
Henit Chobisa
0f821c9650 fix: celery amqp url and exchange (#2052) 2024-12-30 21:12:01 +05:30
sriram veeraghanta
47e08666ff fix: queue processing fixes 2024-12-30 20:50:36 +05:30
sriram veeraghanta
f7cf0d1dfa fix: silo runtime issues 2024-12-30 17:00:25 +05:30
Henit Chobisa
ebd9e93bf1 fix: remove celery url and default to amqp url (#2051) 2024-12-30 16:28:00 +05:30
Prateek Shourya
1ecef7e268 feat: team pages (#2020)
* chore: team activity endpoints

* chore: move team realted enums to constants

* chore: teams upgrade ux copy update

* fix: team scope dropdown

* feat: team activity

* fix: handle project filters

* improvement: minor UI fixes

* chore: remove member info tooltip from create team form

* chore: revert back team description height changes

* improvement: team overview details header

* improvement: team list header

* chore: disable option to

* fix: activity

* feat: team comments

* chore: minor improvements

* refactor: created a generic base page instance

* refactor: project store hooks

* chore: add missing prop declaration

* refactor: generalize workspace pages

* fix: team pages endpoint

* fix: team pages queryset

* refactor: editor page root and body

* fix: teams get endpoint

* fix: member role update when added to the team

* feat: teams pages list

* refactor: issue embed hook

* chore: update search entity types

* fix: workspace page root

* chore: add live server support for team pages

* feat: team pages detail page

* fix: version editor component

* improvement: minor improvements for team pages

* improvement: team view detail breadcrumbs loaders

* fix: minor fix and improvements

* fix: image full screen from comments

* improvement: teams sidebar on small screens

* fix: add page to favorites action

* chore: entity search endpoint implementation

* chore: workspace serach team properties

* chore: search in team pages

* chore: updated team pages unlock endpoint

* chore: remove unused and duplicate types and services

* chore: remove unused and duplicate types and services

---------

Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-12-27 21:36:59 +05:30
Anmol Singh Bhatia
416ad1be1d chore: epic level logic updated (#2041)
* chore: project level epic

* chore: project feature variable changed

* chore: project wrapper issue type swr updated

* chore: minor bug fixes and code refactor

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
2024-12-27 21:29:25 +05:30
Aaryan Khandelwal
94f421f27d chore: add live server prettier config (#6287) 2024-12-27 21:03:20 +05:30
Vamsi Krishna
78902c63a1 chore: modified link behaviour in initiatives and project overview (#2043) 2024-12-27 20:51:39 +05:30
pushya22
7cd2fb247e Merge pull request #2044 from makeplane/sync/ce-ee
Sync: Community Changes
2024-12-27 20:47:50 +05:30
Aaryan Khandelwal
36a3a4c9d3 fix: merge conflicts resolved from preview 2024-12-27 20:46:42 +05:30
Aaryan Khandelwal
8d7425a3b7 [PE-182] refactor: pages' components and store for scalability (#6283)
* refactor: created a generic base page instance

* refactor: project store hooks

* chore: add missing prop declaration

* refactor: editor page root and body

* refactor: issue embed hook

* chore: update search entity types

* fix: version editor component

* fix: add page to favorites action

---------

Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
2024-12-27 20:41:38 +05:30
Nikhil
c9aa2d9b51 chore: page versions (#1702)
* chore: page versions

* chore: fix update fields

* chore: save workspace page description json

* chore: pages version task

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-12-27 20:12:07 +05:30
pushya22
e2e185b113 Merge pull request #2040 from makeplane/sync/ce-ee
Sync: Community Changes
2024-12-27 19:04:58 +05:30
Anmol Singh Bhatia
b0a50d3784 Merge branch 'preview' of github.com:makeplane/plane-ee into sync/ce-ee 2024-12-27 19:04:28 +05:30
Anmol Singh Bhatia
211d5e1cd0 chore: code refactor and build fix (#6285)
* chore: code refactor and build fix

* chore: code refactor

* chore: code refactor
2024-12-27 18:18:45 +05:30
pushya22
441b4d8cd9 Merge pull request #2039 from makeplane/sync/ce-ee
Sync: Community Changes
2024-12-27 17:54:15 +05:30
Vamsi Krishna
9307928c18 Merge branch 'preview' into sync/ce-ee 2024-12-27 17:53:32 +05:30