cncf / devstats

📈CNCF-created tool for analyzing and graphing developer contributions
https://devstats.cncf.io
Apache License 2.0
68 stars 25 forks source link

[bug] New contributors table is showing malformatted data #43

Closed jberkus closed 10 months ago

jberkus commented 10 months ago

See here

Not sure what's supposed to be in those columns, but I am sure that's not supposed to be it.

lukaszgryglicki commented 10 months ago

Fixed, thanks for reporting @jberkus

lukaszgryglicki commented 10 months ago

I'm now checking other projects and will eventually apply a similar fix on them.

lukaszgryglicki commented 10 months ago

FYI - this happens in all projects, see my update related to this:

Wip: fix permanently in all projects: [#43 (DevStats).](https://github.com/cncf/devstats/issues/43)
Done: added util scripts to mass update all other projects dashboards sourcing one updated in the UI + docs for this (allows replacing on hits/non-hits for particular signature + updating both project key names and full names).
Done: added a script that generates bash associative array of all projects key-name mapping that can be later included in other shell scripts that needs to know both project key and its name (like the one above).
Wip: regenerating all grafanas on prod to include fix (migration) to table panel for new contributors dashboard - all projects (170+).

And changes from those commits:

Will update once all is finished.

lukaszgryglicki commented 10 months ago

All dashboards fixed, thanks for reporting @jberkus