-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release 0.7.3 #126
Release 0.7.3 #126
Conversation
Get statistics for project in the namespace or for all projects in the database. | ||
|
||
:param namespace: namespace name [Default: None (all projects)] | ||
:param monthly: if True, get statistics for the last 3 years monthly, else for the last 3 months daily. |
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.
Just curious, why these default values? 3 years monthly vs 3 months daily.
Why not just the last year? or the last 6 months if monthly?
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.
idk, I just decided to do it. We can change it in the future. This functionality will be disabled on pephub anyway.
About 3 month, Nathan suggested it
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.
Minor suggestions.
Co-authored-by: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com>
Changes: