[bug] Developer activity counts by repository group limit/threshold
This may not be a bug, and instead intended behaviour. I'm looking at this view on the OpenTelemetry site, and when using All as the repository group (i.e. the hdev_contributionsallall table) for the last year, I see there is a cutoff at 25 contributions. Any developer with less activity than that is not returned.
However, changing the repository group (e.g. hdev_contributionsopentelemetryall) or the country, I can see that threshold is lower.
We use these counts to form an initial voter roll for OpenTelemetry elections, and in previous years we didn't see this behaviour. All activity was returned. Has anything change in the values stored/returned for each table depending on metric, repository group, or country? Are there limits we should be aware of? Thanks.
Probably related to 7bf255d and 87de8d1 (spotted by @jpkrohling)
Yes there are cutoffs depending on drop-down filters. This is basically because of too big volume of data that would need to be stored without that cutoffs.
Hi, I think i can solve this issue , I would love to start contributing to your repo. .take-issue.