devstats icon indicating copy to clipboard operation
devstats copied to clipboard

📈CNCF-created tool for analyzing and graphing developer contributions

Results 15 devstats issues
Sort by recently updated
recently updated
newest added

@lukaszgryglicki has regenerated our database as of ~15 minutes ago, so this data is as fresh as it comes. The [companies table](https://istio.devstats.cncf.io/d/5/companies-table?orgId=1&var-period_name=Last%20year&var-metric=contributions) reports the top 5 contributors to Istio in...

bug
blocked

# Issue Description > https://all.devstats.cncf.io/d/53/projects-health-table?orgId=1 Currently, release information is displayed at the bottom of the project page. It would be helpful to move this information to the top of the...

enhancement
blocked
needs-decision

# Issue Description > https://all.devstats.cncf.io/d/53/projects-health-table?orgId=1 Currently, the repository dashboard does not provide specific statistics on active maintainers. It would be beneficial to display information about each project's number and activity...

enhancement
blocked
needs-decision

# Issue Description > https://all.devstats.cncf.io/d/53/projects-health-table?orgId=1 The current commit activity display compares commits in the last (n) months to the previous (n) months. This statistic is valuable for understanding trends in...

enhancement
blocked
needs-decision

Could you add a country filter for the company table? It would be nice to see statistics of companies in different countries or regions if multiple countries could be selected...

enhancement
question
blocked

There was recently a very discussion in sig-architecture mailing list about [What if we eliminate the beta stage for new features?](https://groups.google.com/g/kubernetes-sig-architecture/c/VPGTVa6m95M/m/lqAK_AmMBAAJ) Lot of good points were raised, though it was...

enhancement
help wanted
question
blocked
needs-decision

It would be great to start collecting none-code contributions — examples activity in discussions and issues. This change could be particularly beneficial for the Kubernetes community. While the current documentation...

enhancement
blocked

When looking at larger intervals of time, Kubernetes PR-Time-To-Merge uses this calculation: ``` greatest(percentile_disc(0.5) within group (order by open_to_lgtm asc), 0) as m_o2l_a,``` This is wrong; it leads to having...

bug
question

Implement feature gates tracking system to support data-driven decisions about eliminating beta stage for new features, as discussed in sig-architecture. Components added: - Feature gates SQL metric (metrics/kubernetes/feature_gates.sql) * Tracks...

wip

- Add company-level aggregation queries using count(distinct e.id) to both kubernetes and shared project_developer_stats.sql - Prevents double-counting when multiple developers from same company work on same GitHub events - Ensures...