Fixes #39212 - Add still_applicable column to errata report#10945
Open
pavanshekar wants to merge 1 commit into
Open
Fixes #39212 - Add still_applicable column to errata report#10945pavanshekar wants to merge 1 commit into
pavanshekar wants to merge 1 commit into
Conversation
e718607 to
57b9465
Compare
ianballou
reviewed
May 13, 2026
ianballou
left a comment
Contributor
There was a problem hiding this comment.
Generally +1 once Katello/katello#11690 is green.
Contributor
Author
|
Rebased with the develop branch |
jeremylenz
previously requested changes
Jun 11, 2026
jeremylenz
reviewed
Jun 11, 2026
jeremylenz
reviewed
Jun 11, 2026
557180a to
407b5d9
Compare
jeremylenz
approved these changes
Jun 12, 2026
jeremylenz
left a comment
Contributor
There was a problem hiding this comment.
Thanks @pavanshekar!
Approving with one optional comment.
| version: 3.12.0 | ||
| -%> | ||
| <%- report_headers 'date', 'hostname', 'erratum_id', 'erratum_type', 'issued', 'severity', 'status' -%> | ||
| <%- report_headers 'date', 'hostname', 'erratum_id', 'erratum_type', 'issued', 'severity', 'status', 'still_applicable' -%> |
Contributor
There was a problem hiding this comment.
Suggested change
| <%- report_headers 'date', 'hostname', 'erratum_id', 'erratum_type', 'issued', 'severity', 'status', 'still_applicable' -%> | |
| <%- report_headers 'Date', 'Hostname', 'Erratum ID', 'Erratum Type', 'Issued', 'Severity', 'Status', 'Still Applicable' -%> |
Contributor
Author
|
Rebased with develop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
still_applicablecolumn to the Host - Applied Errata report template. This column indicates whether an applied erratum is currently still showing as applicable to the host, helping admins identify potential issues like package downgrades or manual changes. Removes "pending" status from the Applied Errata report template because the new architecture only tracks completed errata applications.Related Issues
Testing Steps
still_applicablecolumn showsfalsefor successfully applied erratastill_applicableshowstrue