-
Notifications
You must be signed in to change notification settings - Fork 3
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 stats guest_count, renamed count to total_count #146
Conversation
@phil-davis userTypeHelper available since 10.7 how do we handle this? |
@janackermann it was only complaining about the var not being declared in the class: ae068c1 And the acceptance tests against I looked at the acceptance tests for 5 seconds - there is only 1 scenario, no interesting test cases there! I guess the unit tests cover checking that the output has the expected stuff. |
Thank you! |
Locally tested with:
There is a |
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 - @jvillafanez review please.
@phil-davis I will bump min version 10.8 since we need a slight change in the core |
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.
No workaround for the private class... this will have to do for now.
Note: https://drone.owncloud.com/owncloud/configreport/1368/4/3 core master needs to say it is at 10.8 - see PR owncloud/core#38745 |
@phil-davis needed to remove latest temporary from drone.star, agree? |
agree - we know that this new configreport code does not work against |
Kudos, SonarCloud Quality Gate passed! |
Show guest count in stats.
Fixes: