bb-plane-fork/apiserver/plane/db/management/commands
Nikhil 00f78bd6a1
[WEB-3728] fix: duplicate sequence ids being generated due to race condition (#6877)
* fix: race condition which is creating duplicate sequence ids

* chore: add management command to fix duplicate sequences

* chore: update command to take a lock and optimize the script to use dict
instead of loops

* chore: update the script to use transaction
2025-04-07 15:48:43 +05:30
..
__init__.py build: updated config for redis and wait_for_db command 2022-12-13 20:47:49 +05:30
activate_user.py dev: activate user command (#4628) 2024-05-28 17:30:38 +05:30
clear_cache.py chore: formatting changes 2024-11-21 17:42:44 +05:30
create_bucket.py chore: formatting changes 2024-11-21 17:42:44 +05:30
create_dummy_data.py chore: formatting changes 2024-11-21 17:42:44 +05:30
create_instance_admin.py chore: formatting changes 2024-11-21 17:42:44 +05:30
create_project_member.py chore: formatting and typo fixes 2024-12-04 19:40:37 +05:30
fix_duplicate_sequences.py [WEB-3728] fix: duplicate sequence ids being generated due to race condition (#6877) 2025-04-07 15:48:43 +05:30
reset_password.py chore: formatting changes 2024-11-21 17:42:44 +05:30
sync_issue_description_version.py chore: add sync jobs for issue_version and issue_description_version tables (#6199) 2024-12-13 17:48:55 +05:30
sync_issue_version.py chore: add sync jobs for issue_version and issue_description_version tables (#6199) 2024-12-13 17:48:55 +05:30
test_email.py chore: formatting changes 2024-11-21 17:42:44 +05:30
update_bucket.py chore: formatting changes 2024-11-21 17:42:44 +05:30
update_deleted_workspace_slug.py [WEB-3744] Append the deleted_at timestamp to workspcace slug when it's soft deleted (#6862) 2025-04-02 23:07:26 +05:30
wait_for_db.py chore: formatting all python files using black formatter (#3366) 2024-01-22 13:19:43 +05:30
wait_for_migrations.py [WEB - 549] dev: formatting and removing unused imports (#3782) 2024-03-06 20:48:30 +05:30