Add a new cancelled state for status updates.

Review Request #14466 — Created June 20, 2025 and submitted — Latest diff uploaded

Information

Review Board
release-7.1.x

Reviewers

This change adds a new cancelled state that can be set for status
updates. At the moment, this displays the same as error states, but it
has a default description of "cancelled" (for updates that do not have
explicit description text set), and it does not show a "Retry" button
for services that allow manually triggering retries.

  • Ran unit tests.
  • Used this in conjunction with some code in rbintegrations.

Changes between revision 1 and 2

orig
1
2
3

Commits

Summary ID Author
Add a new cancelled state for status updates.
This change adds a new cancelled state that can be set for status updates. At the moment, this displays the same as error states, but it has a default description of "cancelled" (for updates that do not have explicit description text set), and it does not show a "Retry" button for services that allow manually triggering retries. Testing Done: - Ran unit tests. - Used this in conjunction with some code in rbintegrations.
b95f9801cb00c4f5e2ca570deb4414d90844fbf3 David Trowbridge
Add a new cancelled state for status updates.
This change adds a new cancelled state that can be set for status updates. At the moment, this displays the same as error states, but it has a default description of "cancelled" (for updates that do not have explicit description text set), and it does not show a "Retry" button for services that allow manually triggering retries. Testing Done: - Ran unit tests. - Used this in conjunction with some code in rbintegrations.
e4731285836e7f9473ef113e614bc71313408818 David Trowbridge
reviewboard/reviews/detail.py
Loading...