New subject types are now accepted in Greenwave, but we need to handle them also in the ResultsDB consumer. These new types are component-version and redhat-module.
Makese sense to me
:thumbsup:
:+1:
Pull-Request has been merged by gnaponie
I thought we basically wanted if _type and 'item' in data. This doesn't allow using arbitrary subject types.
if _type and 'item' in data
What am I missing?
I thought we basically wanted if _type and 'item' in data. This doesn't allow using arbitrary subject types. What am I missing?
This is a quick patch to finalize adding module support. We'll follow up with a configuration driven approach instead.
New subject types are now accepted in Greenwave, but we need to
handle them also in the ResultsDB consumer. These new types are
component-version and redhat-module.