develop
feat: FIT-1173: remove unused FSM states (#9133)
ci: ruff format more files
fix: FIT-1078: set task state correctly on import (#8983)
feat: FIT-587: FSM Architecture setup (#8272)
refactor: FIT-1159: replace Annotation SUBMITTED and PENDING states with CREATED (#9096)
ci: PLT-1040: decommission blue (#9539)
chore: FIT-671: Add state transitions to the current application flows (#8534)
fix: FIT-1152: OOM issues with task state caclulation during storage sync (#9045)
feat: FIT-1044: Dynamic transition target state (#8890)
fix: FIT-1037: FSM queryset mixin with_state was missing (#8913)
fix: FIT-1099: Standardize FSM context_data and reason field patterns (#8969)
fix: FIT-1439: FSM State Manager must not attempt to transition state with Anonymous users it should be None (#9466)
feat: FIT-1179: remove terminal_state concept (#9127)
fix: FIT-1108: Handle project states correctly when it is in a personal Sandbox (#8980)
feat: FIT-974: [FSM API] Manual Transition Endpoint (#8841)