Łukasz Gryglicki
Łukasz Gryglicki
Also if I add such authors as a new column in `gha_commits` then current dashboards won't be aware of that so those commits won't be counted. If I add them...
On it with the `gha_commits_roles` approach.
Support in code is now added (see a few last commits on `cncf/devstatscode`) now I'm populating this data for historical commits on all projects. In the meantime I would like...
not sure yet, will think about this, for now I'm trying to get all data first, also to do some sanity checks.
Right now I have this: ``` allprj=# select count(*) from gha_commits_roles; count --------- 1218678 (1 row) allprj=# select role, count(distinct actor_name || actor_email) as actors from gha_commits_roles group by role...
@caniszczyk @dims I almost have all data now, found some bugs that I needed to fix on the way, but I'm `very` excited that we will now have all projects...
This is very interesting for Linux, because Linux uses commits trailers `very` heavy: ``` linux=# select count(*) from gha_commits; count -------- 320787 (1 row) linux=# select count(*) from gha_commits_roles; count...
@dims regarding ``` Add a "Co Authored PR" column and display the total number of times they showed up in Co-authored-by tags in PRs. https://containerd.devstats.cncf.io/d/22/prs-authors-table?orgId=1 : https://containerd.devstats.cncf.io/d/55/company-prs-in-repository-groups-table?orgId=1 ``` Those two...
OK will do that then. Thanks! Tomorrow is my last day before 2 weeks of PTO - can't promise anything, but it will be ready after my PTO in the...
Update One dashboard and regenerated its full data for `containerd` [here](https://containerd.devstats.cncf.io/d/66/developer-activity-counts-by-companies?orgId=1&var-period_name=Last%20decade&var-metric=commits&var-repogroup_name=All&var-country_name=All&var-companies=All). This dashboard now lists the number of commits per developer, which also includes commits co-authored. Will update other projects...