-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add param for unsafe advisory conflict resolution #274
Add param for unsafe advisory conflict resolution #274
Conversation
3bd0d20
to
db7784e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should have checked this earlier, but this comes from pulp_rpm
so it should also live in pulpcore::plugin::rpm. See 5e2bfd7 for an example of how a plugin-specific config option was added earlier.
In this case there is already some inline content so it probably makes sense to move it to a template. While most templates are ERB, I'd like to move to EPP. In 2e2d3ec I added an EPP template. Note how it uses epp()
(with a context) instead of template()
and a slightly different context.
db7784e
to
c74c3a8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a quick glance this looks ok and the test coverage should be sufficient.
Thanks @ekohl for merging this. |
https://community.theforeman.org/t/katello-incoming-and-existing-advisories-have-the-same-id-but-different-timestamps/23954/8