Dheeraj Kumar Ketireddy
75a9b71edb
[WEB-3513] fix: return cycle start and end dates in project's timezone
2025-03-24 12:51:44 +05:30
Nikhil
9ba2ed7d89
chore: make api rate limit configurable through environment variable ( #6730 )
2025-03-10 17:27:35 +05:30
Prateek Shourya
ac6fef3073
[WEB-3488] improvement: assignee validation for work item creation ( #6701 )
2025-03-05 16:21:09 +05:30
Nikhil
d3af913ec7
fix: error handling for db based integrity errors ( #6632 )
...
* fix: error handling for db based integrity errors
* fix: meta endpoint to return correct error message
* fix: module activity
2025-02-19 02:04:28 +05:30
shuaixr
a03a41ea5f
fix: delete webhook for issues, issue_comments, projects ( #6539 )
...
* fix: prevent error when triggering deletion webhook
The deletion webhook was not firing because it attempted to retrieve
data after deletion, causing a failure.
According to the webhook documentation https://developers.plane.so/webhooks/intro-webhooks , the delete event should only contain
id, so the fix aligns with this expected behavior.
* fix: make delete_comment_activity include comment_id
The delete issues comment webhook requires comment_id
* fix: trigger webhook on project delete
2025-02-03 14:53:40 +05:30
Bavisetti Narayan
c65e42f807
chore: add attachment in intake issue ( #6503 )
2025-01-29 15:53:34 +05:30
Bavisetti Narayan
7fe58e0ea9
chore: added estimate point value in expand issues ( #6483 )
2025-01-28 15:11:33 +05:30
Bavisetti Narayan
ee22dbba1b
chore: added a condition to restrict duplicate user creation ( #6447 )
2025-01-24 15:33:08 +05:30
guru_sainath
6914dc9f42
fix: start date and end date comparassion fix in cycle create and update ( #6333 )
2025-01-07 15:20:35 +05:30
Bavisetti Narayan
70dacc5e6a
fix: removed the unused triage state ( #6337 )
2025-01-07 15:17:29 +05:30
guru_sainath
0cabde03f0
[WEB-3044] fix: Correct handling of equal start and end dates in cycle create and update ( #6328 )
...
* chore: handled start and end date issue when user send the start and end date equal
* chore: updated variable name and comment
* chore: typo
2025-01-06 20:31:31 +05:30
Nikhil
3fd2550d69
feat: add issue attachment external endpoint ( #6307 )
2025-01-03 14:29:40 +05:30
Bavisetti Narayan
1735561ffd
chore: remove the default intake state ( #6252 )
...
* chore: remove the default intake state
* chore: changed the payload
2024-12-23 20:26:48 +05:30
Nikhil
00624eafbd
fix: issue serializer to remove deleted labels and assignees ( #6241 )
2024-12-20 14:44:38 +05:30
Bavisetti Narayan
ab11e83535
[WEB-2843] chore: updated the cycle end date logic ( #6194 )
...
* chore: updated the cycle end date logic
* chore: changed the key for timezone
2024-12-13 13:34:07 +05:30
Bavisetti Narayan
41c0ba502c
fix: intake toggle ( #6111 )
2024-11-28 16:58:21 +05:30
sriram veeraghanta
0dbd4cfe97
chore: formatting changes
2024-11-21 17:42:44 +05:30
Bavisetti Narayan
1d314dd25f
fix: renamed inbox to intake ( #5967 )
...
* feat: intake
* chore: intake model migration changes
* dev: update dummy data
* dev: add duplicate apis for inbox
* dev: fix external apis
* fix: external apis
* chore: migration file changes
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2024-11-08 17:10:24 +05:30
Bavisetti Narayan
6df98099f5
chore: filter the deleted issues stats ( #5893 )
2024-10-22 20:51:11 +05:30
Bavisetti Narayan
295f094916
chore: changed the annotate for cycle id ( #5892 )
2024-10-22 19:02:05 +05:30
Bavisetti Narayan
7bf4620bc1
chore: soft deletion of cycle and module ( #5884 )
...
* chore: soft deletion of cycle and module
* chore: cycle module soft delete
* chore: added the deletion task
* chore: updated the env example
* chore: cycle issue unique constraints
* chore: udpated the Q operator
2024-10-22 14:21:26 +05:30
Bavisetti Narayan
3c3fc7cd6d
chore: draft issue listing ( #5874 )
2024-10-21 13:02:20 +05:30
Bavisetti Narayan
db919420a7
[WEB-2693] chore: removed the deleted cycles from the issue list ( #5868 )
...
* chore: added the deleted cycles from list
* chore: removed the extra annotation
* chore: removed the frontend comment
2024-10-18 15:48:34 +05:30
Bavisetti Narayan
d552913171
chore: updated queryset for soft delete ( #5844 )
2024-10-17 17:01:26 +05:30
Aaryan Khandelwal
7e334203f1
[WEB-310] dev: private bucket implementation ( #5793 )
...
* chore: migrations and backmigration to move attachments to file asset
* chore: move attachments to file assets
* chore: update migration file to include created by and updated by and size
* chore: remove uninmport errors
* chore: make size as float field
* fix: file asset uploads
* chore: asset uploads migration changes
* chore: v2 assets endpoint
* chore: remove unused imports
* chore: issue attachments
* chore: issue attachments
* chore: workspace logo endpoints
* chore: private bucket changes
* chore: user asset endpoint
* chore: add logo_url validation
* chore: cover image urlk
* chore: change asset max length
* chore: pages endpoint
* chore: store the storage_metadata only when none
* chore: attachment asset apis
* chore: update create private bucket
* chore: make bucket private
* chore: fix response of user uploads
* fix: response of user uploads
* fix: job to fix file asset uploads
* fix: user asset endpoints
* chore: avatar for user profile
* chore: external apis user url endpoint
* chore: upload workspace and user asset actions updated
* chore: analytics endpoint
* fix: analytics export
* chore: avatar urls
* chore: update user avatar instances
* chore: avatar urls for assignees and creators
* chore: bucket permission script
* fix: all user avatr instances in the web app
* chore: update project cover image logic
* fix: issue attachment endpoint
* chore: patch endpoint for issue attachment
* chore: attachments
* chore: change attachment storage class
* chore: update issue attachment endpoints
* fix: issue attachment
* chore: update issue attachment implementation
* chore: page asset endpoints
* fix: web build errors
* chore: attachments
* chore: page asset urls
* chore: comment and issue asset endpoints
* chore: asset endpoints
* chore: attachment endpoints
* chore: bulk asset endpoint
* chore: restore endpoint
* chore: project assets endpoints
* chore: asset url
* chore: add delete asset endpoints
* chore: fix asset upload endpoint
* chore: update patch endpoints
* chore: update patch endpoint
* chore: update editor image handling
* chore: asset restore endpoints
* chore: avatar url for space assets
* chore: space app assets migration
* fix: space app urls
* chore: space endpoints
* fix: old editor images rendering logic
* fix: issue archive and attachment activity
* chore: asset deletes
* chore: attachment delete
* fix: issue attachment
* fix: issue attachment get
* chore: cover image url for projects
* chore: remove duplicate py file
* fix: url check function
* chore: chore project cover asset delete
* fix: migrations
* chore: delete migration files
* chore: update bucket
* fix: build errors
* chore: add asset url in intake attachment
* chore: project cover fix
* chore: update next.config
* chore: delete old workspace logos
* chore: workspace assets
* chore: asset get for space
* chore: update project modal
* chore: remove unused imports
* fix: space app editor helper
* chore: update rich-text read-only editor
* chore: create multiple column for entity identifiers
* chore: update migrations
* chore: remove entity identifier
* fix: issue assets
* chore: update maximum file size logic
* chore: update editor max file size logic
* fix: close modal after removing workspace logo
* chore: update uploaded asstes' status post issue creation
* chore: added file size limit to the space app
* dev: add file size limit restriction on all endpoints
* fix: remove old workspace logo and user avatar
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2024-10-11 20:13:38 +05:30
Akshita Goyal
45880b3a72
[WEB-2589] Chore: inbox issue permissions ( #5763 )
...
* chore: changed permission in inbox issue
* chore: fixed permissions for intake
* fix: refactoring
* fix: lint
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-10-09 17:48:52 +05:30
Akshita Goyal
6d78418e79
fix: create cycle function ( #5775 )
...
* fix: create cycle function
* chore: draft and cycle version changes
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-10-08 20:01:15 +05:30
Bavisetti Narayan
d168fd4bfa
[WEB-2388] fix: workspace draft issues migration ( #5749 )
...
* fix: workspace draft issues
* chore: changed the timezone key
* chore: migration changes
2024-10-08 16:51:57 +05:30
Bavisetti Narayan
45fded9842
chore: issue relation hard delete ( #5671 )
2024-09-23 16:33:39 +05:30
Bavisetti Narayan
4d9115d51e
chore: inbox rename ( #5628 )
2024-09-18 13:18:45 +05:30
Bavisetti Narayan
fdcd9a376c
[WEB-2357] fix: update and redefine user roles across the platform ( #5466 )
...
* chore: removed viewer role
* chore: indentation
* chore: remove viewer role
* chore: handled user permissions in store
* chore: updated the migration file
* chore: updated user permissions store
* chore: removed the owner key
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
* fix: build error
* chore: updated user permissions store and handled the permissions fetch in workspace and project wrappers
* chore: package user enum updated
* chore: user permission updated
* chore: user permission updated
* chore: resolved build errors
* chore: resolved build error
* chore: resolved build errors
* chore: computedFn deep map issue resolved
* chore: added back migration
* chore: added new field in project table
* chore: removed member store in users
* chore: private project for admins
* chore: workspace notification access validation updated
* fix: workspace member edit option
* fix: project intake permission validation updated
* chore: workspace export settings permission updated
* chore: guest_view_all_issues added
* chore: guest_view_all_issues added
* chore: key changed for guest access
* chore: added validation for individual issues
* chore: changed the dashboard issues count
* chore: added new yarn file
* chore: modified yarn file
* chore: project page permission updated
* chore: project page permission updated
* chore: member setting ux updated
* chore: build error
* fix: yarn lock
* fix: build error
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com>
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
2024-09-11 17:10:15 +05:30
Ketan Sharma
29fd1186ee
[WEB-2129] fix: module creation and updation toast error ( #5550 )
...
* chore: added error message for module name
* used the backend message
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-09-07 08:58:28 +05:30
Aaryan Khandelwal
68b412badf
[WEB-1933] refactor: link create/update for issues and modules ( #5543 )
...
* chore: added module and issue link validation
* refactor: issues and modules link moda;
* chore: changed the url validation logic
* chore: code cleanup
* refactor: modules link logic
* chore: removed the validator function
* fix: url validation regex
* chore: removed unwanted imports
* chore: reverted the external api changes
* refactor: link modals
* refactor: reset modal logic
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-09-06 22:52:29 +05:30
Bavisetti Narayan
4c8e8d985c
fix: now parent can be expanded in external api ( #5511 )
2024-09-05 13:32:03 +05:30
Bavisetti Narayan
1d2e7d3fd8
[WEB-2359] chore: resolved the bugs reported in sentry ( #5447 )
...
* chore: resolved the bugs reported in sentry
* chore: html content none type validation
* chore: changed the webhook key name
2024-08-30 20:26:09 +05:30
sriram veeraghanta
51fba04226
fix: intake issue bugfixes on external apis
2024-08-27 16:58:42 +05:30
Bavisetti Narayan
650328c6f2
[WEB-1986] fix: remove the user favourites when archived a particular entity ( #5387 )
...
* chore: pages custom error codes
* fix: view role permission
2024-08-20 19:40:48 +05:30
Henit Chobisa
c829b52c0f
fix: issue serializer breaking ( #5379 )
2024-08-16 20:46:42 +05:30
sriram veeraghanta
1757b360f3
fix: type fixes
2024-08-16 14:24:58 +05:30
Henit Chobisa
4a71eef72e
feat: added put request for issues api for upserting issues ( #5367 )
2024-08-14 18:25:49 +05:30
vamsi
a5a4496800
fix: adding throttling at base api view for external apis
2024-08-14 17:41:40 +05:30
vamsi
172f39e231
fix: adding service token throttle class
2024-08-14 17:38:05 +05:30
Henit Chobisa
f817d70f78
fix: unable to added issues to a completed cycle ( #5348 )
2024-08-12 13:04:07 +05:30
M. Palanikannan
6e435df613
fix: state creation from external apis ( #5345 )
2024-08-09 19:29:17 +05:30
Henit Chobisa
976784bc84
feat: added deleted_at as read-only property for the label serializer ( #5306 )
2024-08-06 17:26:40 +05:30
Bavisetti Narayan
07574b4222
[WEB-2092] chore: favorite delete changes ( #5302 )
...
* chore: favorite delete changes
* chore: removed deploy board deletion
* chore: favorite entity deletion
2024-08-05 17:40:49 +05:30
Bavisetti Narayan
daaa04c6ea
[WEB-2092] fix: added unique constraints for project, module and states ( #5281 )
...
* fix: added unique constraints
* chore: migration indetaton
2024-07-31 19:38:53 +05:30
Henit Chobisa
3c2aec2776
feat: removed created_by from read_only serializer field, and ProjectMemberEndpoint updates ( #5260 )
...
* feat: removed created by and created_at as readonly fields from issue serializers
* feat: modified serializers for accepting created_by, and changed workspacememberendpoint to projectmemberendpoint
* fix: code suggestions
* chore: resolved code review
* chore: removed unused imports
* fix: passed default user if created_by is absent, and permission classes
* fix: default value for the issue creation
* dev: fix nomenclature
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2024-07-30 13:03:14 +05:30
Bavisetti Narayan
2c609670c8
[WEB-2043] chore: updated permissions for delete operation ( #5231 )
...
* chore: added permission for delete operation
* chore: added permission for external apis
* chore: condition changes
* chore: minor changes
2024-07-26 16:42:51 +05:30
M. Palanikannan
a8b2bcc838
feat: added created_at field to be writable and added those changes to ( #5142 )
...
the activity
2024-07-23 20:50:51 +05:30