You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project stats (Renku project page > Overview > Stats) are not correct when a project is modified. It seems that they will be eventually correct after couple of hours.
Thank you Mohammad for reporting this.
I investigated a bit and it seems that the stats from GitLab are not updated instantly. I get the same problem on the GitLab page.
Nevertheless, we don't query again for the stats when entering the stats tab, so we won't show the up-to-date stats anyway. This needs to be fixed.
I believe the logic on the Overview page navigation is broken. Clicking any tab (Description, Stats, Commits...) always triggers a query for the readme file content that is needed only for Description. Every tab should first refresh the resources it needs.
* move statistics data to global store and fetch stats in the new project coordinator
* fetch or refresh only the required resources when browsing project overview tabs
fix#1074
Description
Project stats (Renku project page > Overview > Stats) are not correct when a project is modified. It seems that they will be eventually correct after couple of hours.
Reproduce
The text was updated successfully, but these errors were encountered: