Bug #16082
FactValue association to Host should be against Host::Base
Description
As described on http://projects.theforeman.org/issues/16081 - the fact_values helper is expecting that "fact_value.host" to return a meaningful value all the time.
However for certain hosts (DiscoveredHost now, but it could be others in the future) /fact_values shows a 500 because "fact_value.host" doesn't exist.
I think it'd be reasonable to expect fact_value.host to exist for Hosts in core, but we should show N/A if that cannot be found. This way the page will be more resilient to manual db manipulation, data corruption, or plain bugs like http://projects.theforeman.org/issues/16081 .
Related issues
Associated revisions
History
#1
Updated by Daniel Lobato Garcia almost 6 years ago
- Related to Bug #16081: Facts page in core expects .host relation added
#2
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/3724 added
#3
Updated by Daniel Lobato Garcia almost 6 years ago
- Target version set to 1.6.2
#4
Updated by Daniel Lobato Garcia almost 6 years ago
- Status changed from Ready For Testing to Closed
#5
Updated by Dominic Cleal almost 6 years ago
- Status changed from Closed to Rejected
#6
Updated by Tomer Brisker over 5 years ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/3724)
#7
Updated by Dominic Cleal over 5 years ago
- Subject changed from Facts helper should show N/A if host couldn't be found to FactValue association to Host should be against Host::Base
- Status changed from Rejected to Ready For Testing
- Assignee changed from Daniel Lobato Garcia to Tomer Brisker
- Target version deleted (
1.6.2) - Pull request https://github.com/theforeman/foreman/pull/4441 added
A pull request has been merged referencing this previously closed/rejected bug report. Please check when merging PRs that the report is valid.
#8
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 9ba40b5e96921ff67250997fbbde346feba1a015.
#9
Updated by Tomáš Strachota almost 5 years ago
- Bugzilla link set to 1491522
#10
Updated by Marek Hulán almost 5 years ago
- Legacy Backlogs Release (now unused) set to 240
Fixes #16082 - Associate FactValues with Host::Base
To prevent regression in existing search functionality, this also
requires that the hostgroup relation will be moved to the base class as
well. Since Host::Managed inherits from Host::Base, this should not
break anything.