rename Statuseable to HasStatus
What does this MR do?
- Rename all instances of Statuseable in the codebase, to HasStatus
- Rename all files from statuseable to has_status
Are there points in the code the reviewer needs to double check?
- If you can think of something that
git grep Statuseable
orgit grep statuseable
will not find, then I might have missed it. - I thought this was too small of an issue to add to the changelog, if that's not how we roll, please let me know then I'll add it and re-submit.
- I removed items that I considered irrelevant from the to-do list below, if that is also not how we roll, just let me know.
Why was this MR needed?
Naming is important. The Issue name also answers this question.
What are the relevant issue numbers?
Issue #21103 (closed)
Does this MR meet the acceptance criteria?
- Tests
-
All builds are passing
-
-
Conform by the style guides -
Branch has no merge conflicts with master
(if you do - rebase it please) -
Squashed related commits together