sriram veeraghanta
|
baffce9918
|
fix: merg conflicts
|
2024-08-05 15:53:03 +05:30 |
|
sriram veeraghanta
|
071d1d35cd
|
Merge pull request #749 from makeplane/sync/ce-ee
sync: community changes
|
2024-08-05 15:44:00 +05:30 |
|
sriram veeraghanta
|
62ccccf261
|
fix: build errors
|
2024-08-05 15:42:56 +05:30 |
|
sriram veeraghanta
|
f93ff0dd10
|
fix: yarn lock updated
|
2024-08-05 15:39:17 +05:30 |
|
sriram veeraghanta
|
2b9700b84f
|
fix: merge conflicts resolved
|
2024-08-05 15:38:33 +05:30 |
|
sriram veeraghanta
|
86a982e8ce
|
fix: upgrading the turbo version
|
2024-08-05 15:35:57 +05:30 |
|
Aaryan Khandelwal
|
dd806dfa2f
|
chore: remove yjs resolve (#5301)
|
2024-08-05 15:30:17 +05:30 |
|
sriram veeraghanta
|
98801015c5
|
Merge pull request #748 from makeplane/sync/ce-ee
sync: community changes
|
2024-08-05 15:16:31 +05:30 |
|
rahulramesha
|
42462c78f7
|
modify cycle options (#5299)
|
2024-08-05 15:15:11 +05:30 |
|
Anmol Singh Bhatia
|
21343034c2
|
[WEB-2173] fix: app sidebar spacing and build error (#5300)
* fix: app sidebar spacing
* fix: build error
|
2024-08-05 15:13:51 +05:30 |
|
sriram veeraghanta
|
977a3722ba
|
Merge pull request #746 from makeplane/sync/ce-ee
sync: community changes
|
2024-08-05 15:12:49 +05:30 |
|
sriram veeraghanta
|
0d4477ccaa
|
fix: yarn lock updates
|
2024-08-05 15:12:26 +05:30 |
|
sriram veeraghanta
|
a5b3e32703
|
fix: merge conflicts
|
2024-08-05 14:14:02 +05:30 |
|
Prateek Shourya
|
9ef8ffa786
|
fix: show initial workspace loader only if feature flags API doesn't has error. (#745)
|
2024-08-05 14:08:05 +05:30 |
|
Aaryan Khandelwal
|
f9e7a5826b
|
[WEB-2166] chore: smoother drag experience in the document editor (#5296)
* chore: update drag and drop behaviour
* chore: update drag and drop behaviour
* chore: disable pwa updates on development mode
|
2024-08-05 13:59:14 +05:30 |
|
Aaryan Khandelwal
|
c99f2fcdbb
|
fix: yjs duplicate import error (#5297)
|
2024-08-05 13:37:35 +05:30 |
|
guru_sainath
|
0619f1b6d1
|
[WEB-2103]: chore: Intercom integration (#5295)
* fix: intecom sdk integration
* dev: integrated intercom in god-mode
* dev: intercom default value true
* dev: updated intercom keys in intercom provider
* chore: added restriction values
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
|
2024-08-05 13:37:11 +05:30 |
|
Prateek Shourya
|
d89b317926
|
chore: remove upgrade to pro yearly logic. (#744)
|
2024-08-04 19:34:02 +05:30 |
|
pushya22
|
11dc3a530f
|
Merge pull request #743 from makeplane/fix/build-error
fix: update page favorite action
|
2024-08-04 12:42:41 +05:30 |
|
Aaryan Khandelwal
|
cb856d14df
|
fix: update page favorite action
|
2024-08-04 12:40:20 +05:30 |
|
pushya22
|
b2bf46864c
|
Merge pull request #741 from makeplane/sync/ce-ee
sync: community changes
|
2024-08-04 12:09:00 +05:30 |
|
Akshita Goyal
|
34820eec7a
|
[WEB-1907] Fix: favorites (#5292)
* chore: workspace user favorites
* chore: added project id in entity type
* chore: removed the extra key
* chore: removed the project member filter
* chore: updated the project permission layer
* chore: updated the workspace group favorite filter
* fix: project favorite toggle
* chore: Fav feature
* fix: build errors + added navigation
* fix: added remove entity icon
* fix: nomenclature
* chore: hard delete favorites
* fix: review changes
* fix: added optimistic addition to the store
* chore: user favorite hard delete
* fix: linting fixed
* fix: favorite bugs
* fix: ts bugs
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
|
2024-08-04 10:15:26 +05:30 |
|
rahulramesha
|
93e6c3b6e0
|
Optimistically update distribution (#5290)
|
2024-08-04 10:14:25 +05:30 |
|
Aaryan Khandelwal
|
8f8a97589d
|
fix: casing throughout the platform (#5293)
|
2024-08-04 10:09:29 +05:30 |
|
Prateek Shourya
|
91d23dabe3
|
[WEB-1185] feat: issue types and issue properties (#719)
* dev: setup basic store structure for issue types and custom properties.
* dev: create issue types and add back migration for existing issues
* dev: fix save
* dev: fix migration for issue types
* dev: create page version
* dev: add page versioning migrations
* dev: create page version endpoints
* WIP: issue types.
* chore: update issue types & properties store structure.
* dev: add is_default value in issue type
* dev: implement create, update, list and delete for issue-types. (#584)
* dev: implement create, update, list and delete for issue-types.
* dev: issue properties root.
* dev: rename model
* dev: create issue property and related models
* dev: create issue property and issue types api
* dev: issue type endpoint
* dev: add issue type feature flagging
* dev: issue property options
* dev: issue properties creation and updation.
* dev: add fields to project and issue types
* dev: issue property and issue types api
* dev: update issue type migrations
* dev: issue types enabled
* dev: update folder structure and move default issue type validation
* dev: update values endpoint to return arrays
* dev: rename value to values
* chore: API integration for issue types and properties settings.
* dev: rename urls
* dev: issue type values endpoint
* dev: remove print logs
* dev: create issue property activity task
* dev: return dictionary on issue values list endpoint
* fix: boolean types
* dev: add issue type validation
* fix: issue create with different type
* dev: issue types settings and user side flow.
* chore: add option to enable/ disable issue property.
* chore: fix property attribute popover position
* chore: add validation to remove default value for mandatory properties.
* chore: add validation to disable editing property core attributes.
* allow editing if no issue is attached to the issue type.
* chore: update issue type loader logic.
* chore:minor UI & UX improvements.
* chore: add option to enable/ disable issue types.
* chore: add property title dropdown to allow adding description while creating property.
* chore: minor code restructuring.
* chore: add `scrollIntoView` when adding new properties.
* chore: update enable/ disable issue type logic.
* chore: add property type icon.
* chore: improve property values loader.
* chore: add validation to only show issue types in projects where it's enabled.
* fix: quick add.
* chore: create/ update issue modal components restructuring.
* fix: global issue update through modal on inital load.
* chore: add validations to remove `default_value` when `is_required` is set to True.
* fix: build errors.
* chore: create/ update draft issue with custom properties.
* chore: add logic to get issue property values while creating issue copy.
* dev: remove default issue type creation
* dev: issue property activity endpoint
* chore: set property `is_active` to false by default.
* chore: minor improvements
* chore: refactor logic to render display name in member picker.
* chore:minor improvement to issue types loader and data fetching.
* fix: type declarations.
* chore: add property options for dropdown property type. (#737)
* chore: add property options for dropdown property type.
* chore: components restructuring.
* improvement: issue types and properties (#742)
* chore: add property options for dropdown property type.
* chore: components restructuring.
* chore: UI improvements and minor fixes.
* chore: issue types and properties store refactor.
* chore: improve UX copy of properties and attributes.
* chore: improve enable/ disable issue type flow.
* chore: rename `Issue Extra Property` to `Issue Additional Property`
* chore: update `handleCreateDataUpdate` to `updateCreateListData`.
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
|
2024-08-02 19:52:37 +05:30 |
|
sriram veeraghanta
|
00e8492f8c
|
fix: url mismatch in publish views
|
2024-08-02 19:27:24 +05:30 |
|
rahulramesha
|
3a5c77e8a4
|
fetch issue activity on peek issue update (#5289)
|
2024-08-02 19:00:30 +05:30 |
|
Akshita Goyal
|
400438aa3b
|
fix: advanced bulk ops feature (#740)
|
2024-08-02 18:26:44 +05:30 |
|
guru_sainath
|
79fbcaa2b2
|
fix: initial fetch filters is not being applied when we have a undefined currentTab in params (#5288)
|
2024-08-02 18:20:52 +05:30 |
|
sriram veeraghanta
|
070d18d7fb
|
fix: yarn lock file updated
|
2024-08-02 17:23:44 +05:30 |
|
sriram veeraghanta
|
27836c31c2
|
Merge branch 'preview' of github.com:makeplane/plane-ee into develop
|
2024-08-02 17:20:59 +05:30 |
|
Nikhil
|
ccd53979f2
|
feat: project grouping migrations (#691)
* feat: project grouping migrations
* chore: updated migration file
* chore: migration file changes
* chore: replaced base modal with project base modal in project attribute
* chore: project attribute migration
* chore: unique constraints migration
* dev: soft delete for project states
* chore: removed db dependency
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
|
2024-08-02 17:20:32 +05:30 |
|
Bavisetti Narayan
|
7ef33029bd
|
chore: workspace search endpoint (#732)
* chore: workspace search endpoint
* chore: issue attachment GET and DELETE
* fix: page list endpoint
* chore: yarn file update
|
2024-08-02 16:40:40 +05:30 |
|
sriram veeraghanta
|
ab2dad3979
|
Merge pull request #738 from makeplane/sync/ce-ee
sync: community changes
|
2024-08-02 14:55:11 +05:30 |
|
Bavisetti Narayan
|
b44fa8109c
|
Merge branch 'preview' into sync/ce-ee
|
2024-08-02 14:50:04 +05:30 |
|
Bavisetti Narayan
|
76983a57e9
|
[WEB-2092] chore: soft delete migration (#5286)
* chore: soft delete migration
* chore: page deletion role check
|
2024-08-02 13:15:59 +05:30 |
|
Anmol Singh Bhatia
|
e9b1151702
|
fix: project intake store (#5283)
|
2024-08-02 12:31:00 +05:30 |
|
Akshita Goyal
|
f4f5e5a0d3
|
[WEB-1907] feat: Favorites Enhancements (#5262)
* chore: workspace user favorites
* chore: added project id in entity type
* chore: removed the extra key
* chore: removed the project member filter
* chore: updated the project permission layer
* chore: updated the workspace group favorite filter
* fix: project favorite toggle
* chore: Fav feature
* fix: build errors + added navigation
* fix: added remove entity icon
* fix: nomenclature
* chore: hard delete favorites
* fix: review changes
* fix: added optimistic addition to the store
* chore: user favorite hard delete
* fix: linting fixed
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
|
2024-08-02 12:25:26 +05:30 |
|
sriram veeraghanta
|
f55c135052
|
fix: adding icons
|
2024-08-01 21:29:31 +05:30 |
|
sriram veeraghanta
|
8924e303da
|
fix: PWA related fixes and mainfest added
|
2024-08-01 21:08:57 +05:30 |
|
pushya22
|
211fbc5750
|
Merge pull request #735 from makeplane/sync/ce-ee
sync: community changes
|
2024-08-01 14:51:53 +05:30 |
|
Anmol Singh Bhatia
|
4af392ad06
|
fix: workspace active cycle build error (#736)
|
2024-08-01 14:31:54 +05:30 |
|
sriram veeraghanta
|
c89fe9a313
|
fix: url mismatches in space app
|
2024-08-01 14:12:57 +05:30 |
|
pushya22
|
a1d41a8692
|
Merge pull request #733 from makeplane/sync/ce-ee
sync: community changes
|
2024-08-01 13:21:34 +05:30 |
|
Akshita Goyal
|
67d197d060
|
[WEB-1955] fix: Advanced bulk ops feature flagging (#730)
* fix: Advanced bulk ops feature flagging
* fix: Refactoring
* fix: Refactoring
|
2024-08-01 13:16:08 +05:30 |
|
Bavisetti Narayan
|
b381331b75
|
chore: hard delete favorites (#5282)
|
2024-08-01 13:13:43 +05:30 |
|
pushya22
|
0cec03ad1c
|
Merge pull request #731 from makeplane/sync/ce-ee
sync: community changes
|
2024-08-01 13:03:17 +05:30 |
|
Anmol Singh Bhatia
|
ee76cb1dc7
|
[WEB-1999] dev: interactive active cycle stats (#5280)
* chore: list layout item improvement
* dev: active cycle interactive stats implementation
* dev: in cycle list interactive date picker added
|
2024-08-01 12:55:57 +05:30 |
|
sriram veeraghanta
|
63e06666bd
|
Merge pull request #729 from makeplane/sync/ce-ee
sync: community changes
|
2024-07-31 20:02:38 +05:30 |
|
NarayanBavisetti
|
244438bb06
|
Merge branch 'sync/ce-ee' of github.com:makeplane/plane-ee into sync/ce-ee
|
2024-07-31 20:00:47 +05:30 |
|