Tense consistency - use SUCCEEDED instead of SUCCESS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Low
|
Gábor Antal |
Bug Description
Both audits and action plans have different states corresponding to their respective life cycle.
The problem is that the SUCCESS state is the only state written using the present tense.
So the objective is to make it more consistent with the rest of states by renaming it to SUCCEEDED.
Changed in watcher: | |
importance: | Undecided → Low |
tags: | added: low-hanging-fruit |
Changed in watcher: | |
assignee: | nobody → Gábor Antal (gabor.antal) |
Changed in watcher: | |
status: | New → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 6e1e445e5579982
Author: Gábor Antal <email address hidden>
Date: Fri Nov 27 18:53:34 2015 +0100
Fixed tense consistency (used past) in statuses
In several places in Watcher, there are statuses which corresponds
to a status in the respective life cycle. There were used past tense
everywhere, except "SUCCESS" which was written in present tense.
So I searched for all the occurences of this state, and replaced them
with their past tense form.
Change-Id: Ic41def96d1a608
Closes-Bug: #1520276
Changed in watcher: | |
status: | In Progress → Fix Committed |
Changed in watcher: | |
milestone: | none → mitaka-1 |
Changed in watcher: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/250924
Review: https:/