dfm / osrc

The Open Source Report Card
http://osrc.dfm.io
MIT License
1.03k stars 137 forks source link

report card fails to update with username change #88

Closed aviaryan closed 10 years ago

aviaryan commented 10 years ago

I changed from avi-aryan to aviaryan . My Report for avi-aryan is still active and the new report for aviaryan shows only the commits I did after changing my name. Can something be done ? for eg , deleting the inactive user page (/avi-aryan).

haneefmubarak commented 10 years ago

Considering that the results are cached and then updated in memory, it might be possible to have the cache flushed every X hours/days.

@dfm?

dfm commented 10 years ago

That's not the way it works. It accumulates events so the event will always be associated with the username that performed the event. That's the way GitHub provides the data. Nothing we can do about it.

I'm happy to manually delete your old report if you want.

aviaryan commented 10 years ago

@dfm Sure, please delete my old report.

dfm commented 10 years ago

It's gone.

haneefmubarak commented 10 years ago

Oops, my bad :( - it uses the GitHub data feed on all public events instead of fetching, right?