cncf / devstats.archive

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

[bug] kubevela devstats is not refresh after 7/16 #356

Closed wonderflow closed 1 year ago

wonderflow commented 1 year ago

The devstats link: https://kubevela.devstats.cncf.io/d/3/stars-and-forks-by-repository?orgId=1

We can refer stars as example, the devstats show:

image

While the actual data is 3981 for now:

image

It could be possiblly affected by this changes https://github.com/cncf/devstats/issues/352

wonderflow commented 1 year ago

If there's anything I can do, just ping me, thanks @lukaszgryglicki

wonderflow commented 1 year ago

The contributions chart is also stop at 6.30 https://kubevela.devstats.cncf.io/d/74/contributions-chart?orgId=1&var-period=m&var-metric=contributions&var-repogroup_name=All&var-country_name=All&var-company_name=All&var-company=all&from=now-1y&to=now

lukaszgryglicki commented 1 year ago

I was on PTO last week, I'll chekc this today.

lukaszgryglicki commented 1 year ago

I've found the bug, fixed it, but I need to regenerate data sice switchover to kubevela org - I forgot to update project.yaml config to track the new org :(

lukaszgryglicki commented 1 year ago

Both problems resolved, closing. Please reopen if needed. cc @wonderflow

wonderflow commented 1 year ago

@lukaszgryglicki Thanks very much!