Feature #35843
Configuration status is named as "status" in the search syntax, which is confusing and inconsistent with other stats
Description
Most host substatuses have a full name for the host, e.g. build_status, execution_status, errata_status but configuration status used "status" due to the historical reasons. It's time to define alias of configuration_status so users can find it easily. We should keep the old name though for backwards compatibility with bookmarks and scripts.
Associated revisions
History
#1
Updated by The Foreman Bot 4 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9546 added
#2
Updated by The Foreman Bot 3 months ago
- Fixed in Releases 3.6.0 added
#3
Updated by Marek Hulán 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|d484273840488f84f7647d96bc71b589a45bc95f.
#4
Updated by Ewoud Kohl van Wijngaarden about 1 month ago
- Triaged changed from No to Yes
Fixes #35843 - add alias for configuration_status searching
Historically, the configuration status was the only status users can
search hosts by. When sub-statuses were introduced we kept "status" as
the search term representing the configuration status. However with many
more sub statuses available, this is now inconsistent and hard to find.
This adds alias so that people are able to search by
configuration_status, similary to e.g. build_status. Also it keeps the
old status for bookmarks and scripts backwards compatibility.