-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding member_counts_report code (HT-2568). #126
Conversation
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.
The overall shape & tests look good, but there are a few specific changes I'd like to see:
- move logic from
bin/reports/compile_member_counts/report.rb
tolib/report/member_counts_report
- fix
bin/reports
vslib/report
- define
total_loaded
,distinct_ocns
matching_volumes
as attributes onMemberCountsRow
- consider consistently using
spm
/mpm
/ser
vs.mono
/multi
/serial
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.
Changes look fine. I can look and see tomorrow what's going on with the reported merge conflict.
No description provided.