bb-plane-fork/apps/api/plane/bgtasks
Nikhil ea1f92e0c6
[WEB-5537]refactor: rename IssueUserProperty to ProjectUserProperty and update related references (#8206)
* refactor: rename IssueUserProperty to ProjectUserProperty and update related references across the codebase

* migrate: move issue user properties to project user properties and update related fields and constraints

* refactor: rename IssueUserPropertySerializer and IssueUserDisplayPropertyEndpoint to ProjectUserPropertySerializer and ProjectUserDisplayPropertyEndpoint, updating all related references

* fix: enhance ProjectUserDisplayPropertyEndpoint to handle missing properties by creating new entries and improve response handling

* fix: correct formatting in migration for ProjectUserProperty model options

* migrate: add migration to update existing non-service API tokens to remove workspace association

* migrate: refine migration to update existing non-service API tokens by excluding bot users from workspace removal

* chore: changed the project sort order in project user property

* chore: remove allowed_rate_limit from APIToken

* chore: updated user-properties endpoint for frontend

* chore: removed the extra projectuserproperty

* chore: updated the migration file

* chore: code refactor

* fix: type error

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
Co-authored-by: vamsikrishnamathala <matalav55@gmail.com>
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
2026-01-06 15:37:19 +05:30
..
__init__.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
analytic_plot_export.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
apps.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
cleanup_task.py [WEB-5071] chore: implement webhook logging to MongoDB and fallback to database (#7896) 2025-10-15 14:53:43 +05:30
copy_s3_object.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
deletion_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
dummy_data_task.py fix: state group choices (#8198) 2025-11-28 18:06:00 +05:30
email_notification_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
event_tracking_task.py chore: workspace events (#8439) 2025-12-23 19:47:00 +05:30
export_task.py [SILO-783] feat: added porters and new serializer based exporter (#8335) 2025-12-16 15:20:53 +05:30
exporter_expired_task.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
file_asset_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
forgot_password_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
issue_activities_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
issue_automation_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
issue_description_version_sync.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
issue_description_version_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
issue_version_sync.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
logger_task.py [WEB-5575]feat: enhance APITokenLogMiddleware to support logging to MongoDB (#8241) 2025-12-10 01:01:10 +05:30
magic_link_code_task.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
notification_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
page_transaction_task.py chore: format files in API server (#8292) 2025-12-10 23:50:01 +05:30
page_version_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
project_add_user_email_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
project_invitation_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
recent_visited_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
storage_metadata_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
user_activation_email_task.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
user_deactivation_email_task.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
user_email_update_task.py [WEB-5430] feat: allow users to change email (#8120) 2025-11-24 21:21:52 +05:30
webhook_task.py [WEB-5224] chore: raise warning instead of logging an exception for webhook_send_task (#7996) 2025-10-28 16:49:19 +05:30
work_item_link_task.py [WEB-5791] fix: broken favicon in links (#8396) 2025-12-24 17:33:46 +05:30
workspace_invitation_task.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
workspace_seed_task.py [WEB-5537]refactor: rename IssueUserProperty to ProjectUserProperty and update related references (#8206) 2026-01-06 15:37:19 +05:30