-
Notifications
You must be signed in to change notification settings - Fork 898
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
Reports: Add Container entities to TAG_CLASSES #14535
Conversation
6fcc190
to
7c95ec1
Compare
@miq-bot add_label providers/containers, bug |
@miq-bot add_label reporting |
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.
Verified the entities against container models that acts_as_miq_taggable
.
=> The only omission is ContainerDeploymentNode
.
@dkorn should container_deployment_nodes
table be available for reports?
lib/miq_expression.rb
Outdated
'ContainerImageRegistry' => 'container_image_registry', | ||
'ContainerRoute' => 'container_route', | ||
'ContainerService' => 'container_service', | ||
'ContainerTemplate' => 'container_template' |
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.
Please sort these (incl. ContainerProject) alphabetically.
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.
done, thanks
Checked commit zakiva@b77338f with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@cben I can't think of a use case for the deployment nodes in a report. |
@gtanzillo Can you please take a look? |
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.
LGTM 👍
As per BZ, I assume this should be |
Yes, that's my understanding as well. |
Reports: Add Container entities to TAG_CLASSES (cherry picked from commit bfc8cfa) https://bugzilla.redhat.com/show_bug.cgi?id=1444067
Fine backport details:
|
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1434856