Skip to content

feat(nimbus): add state machine for rollouts#16097

Open
moibra05 wants to merge 1 commit into
mainfrom
15085
Open

feat(nimbus): add state machine for rollouts#16097
moibra05 wants to merge 1 commit into
mainfrom
15085

Conversation

@moibra05

@moibra05 moibra05 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Because

  • Rollouts need dedicated lifecycle transitions, including a rollout specific Disabled state

This commit

  • Adds rollout transition forms, views, routes, validation, and test coverage for all valid and invalid rollout state transitions
  • Adds the Disabled status and updates rollout state filters
  • Stages phase changes until Remote Settings approval, then advances or ends the active phase
  • Supports disabling and re-enabling rollouts through the review workflow
  • Updates API documentation and model choices

Fixes #15085

@freshstrangemusic

Copy link
Copy Markdown
Member

Only rollouts that are isFirefoxLabsRollout: true can be paused. Regular rollouts do not support pausing enrollments.

@moibra05

Copy link
Copy Markdown
Contributor Author

Blocked on mermaid diagram updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rollout State Machine Refactor

2 participants