-
Notifications
You must be signed in to change notification settings - Fork 897
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
Changed report name to be consistent with actual produced report. #14646
Changed report name to be consistent with actual produced report. #14646
Conversation
a. In the BZ it say the currect title of the report table should be "Nodes by Number of CPU Cores" b. The report chart on the other hand show "number of nodes per cpu cores" |
ddde839
to
3f8a4b6
Compare
Fixed.
from what I understanf its OKAY for a chart to show something other than the report it grabs information from - i.e. a chart grabs information from a report in order to show some info; It isn't an exact copy of that report otherwise there is no use for charts - just use reports instead. Meaning the term 'report chart' is empty - charts draw information from reports but are different entities from them. [thats how I think of this..] |
Checked commit nimrodshn@3f8a4b6 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
LGTM 👍
A chart should have a title .... but that is a different bug :-) |
p.s. The chart doesn't have a title or a legend !? so it's a mystery chart :-) |
a. It does have a title. |
@nimrodshn @yaacov since there are tens or hundreds of nodes displaying them in a table ordered by CPU cores is not relevant.
Of course the best output for this is the chart based on this data. Please check #3220 when I introduced it (see how a field was named "Number of Nodes per CPU Cores"). Did something change in the reporting system? Is it possible to have the report as it was initially designed? |
@zeari you're opinion? |
@nimrodshn I dont know of a way to leverage the reports generator to do this. |
@simon3z I'm not sure we can produce the report you described as now, also looking at the original report it doesn't seem like it had looked like this to begin with... Thoughts? |
LGTM 👍 |
@simon3z looking at my app there aren't any dups. |
Not sure what will happen to entries in Other than that, this looks great |
@simon3z FYI. |
@nimrodshn the PR is assigned to @gtanzillo (ping?) |
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
@gtanzillo @simon3z should this be |
👍 fine/yes |
Changed report name to be consistent with actual produced report. (cherry picked from commit 5e34877) https://bugzilla.redhat.com/show_bug.cgi?id=1461541
Fine backport details:
|
Fixed report name to be consistent with report produced, also fixed OOTB chart based on that report.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1436706
Before:
After:
Chart (Top right one):
cc: @simon3z @moolitayer @yaacov