Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1705097 - An empty report file doesn't show any headers
Summary: An empty report file doesn't show any headers
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Reporting
Version: 6.5.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.8.0
Assignee: Marek Hulan
QA Contact: Lukáš Hellebrandt
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-05-01 13:22 UTC by John Mitsch
Modified: 2020-10-27 12:58 UTC (History)
6 users (show)

Fixed In Version: foreman-2.1.0-0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-27 12:58:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 28637 0 Normal Closed An empty report file doesn't show any headers 2020-10-28 17:16:46 UTC
Red Hat Product Errata RHSA-2020:4366 0 None None None 2020-10-27 12:58:50 UTC

Description John Mitsch 2019-05-01 13:22:11 UTC
Description of problem:
When you generate a report template, it doesn't show any CSV headers (name, label, severity, etc...) on the top of the file if no results are found. This is just a blank file and is confusing as it makes one think the file wasn't generated correctly, also it may break automation that users build around this.

We should keep the headers on the file even if its blank

Version-Release number of selected component (if applicable):
6.5.0

How reproducible:
Always

Steps to Reproduce:
1.Navigate to Report Templates
2.Click "Generate" for applicable errata and search with a host that has no errata applicable (name = myhost).
3.view blank report

Actual results:
report is blank

Expected results:
report has headers

Additional info:

Comment 4 Marek Hulan 2019-12-17 10:12:03 UTC
There's the new helper that can be used in reports to define headers in Foreman 1.24. All we need to do is to update all report templates, so it has line like this

<%- report_headers "name", "label", "severity" -%>

That will make sure the report will print headers even if no data was gathered.

Comment 5 Marek Hulan 2020-01-04 19:35:00 UTC
Created redmine issue https://projects.theforeman.org/issues/28637 from this bug

Comment 6 Bryan Kearney 2020-01-04 21:04:45 UTC
Upstream bug assigned to mhulan

Comment 7 Bryan Kearney 2020-01-04 21:04:47 UTC
Upstream bug assigned to mhulan

Comment 8 Bryan Kearney 2020-02-26 13:06:11 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/28637 has been resolved.

Comment 9 Lukáš Hellebrandt 2020-06-03 14:27:46 UTC
Verified with Sat 6.8 snap 2.1.

1. Generate "Host - Applicable errata" report without any arguments
2. Generate it with filter for a host without any applicable errata

=> The first one contains correct data, the second one contains an empty dataset with the same headers as the first one.

Note that "Applied errata" template is an old version and this bug has been fixed in new versions of reports, e.g. "Host - Applicable errata". Whether this is correct or not is a different issue.

Comment 12 errata-xmlrpc 2020-10-27 12:58:35 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: Satellite 6.8 release), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:4366


Note You need to log in before you can comment on or make changes to this bug.