Skip to content

rename Statuseable to HasStatus

De Wet requested to merge dewetblomerus/gitlab-ce:statuseable-hasstatus into master

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 or git 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?

Merge request reports