Description
Description
Not sure if other users encountered this, but it appears that the contributors, contributor frequency, and recent commit graphs seem to no longer work currently i.e. I don't see any chart data.
To reproduce this, simply look at any of these pages while in a repository with recent commits.
The backend seems fine as I do see JSON responses from the related endpoints (e.g. /{username}/{repo}/activity/data for the Contributors
page). Because of this, it looks like this maybe a problem with the frontend.
I also decided to checkout 21331be (when the contributors graph was introduced) and rebuilt my dev environment. Weirdly enough I still have the same problem, so I'm not sure what's going on (maybe some direct/transitive dependency causing this break?).
Gitea Version
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
git version 2.44.0
Operating System
Debian
How are you running Gitea?
In a Docker dev container firing up a Gitea dev environment using the launch.json
configurations found in Gitea's VSCode docs.
I did also use try.gitea.io and looked for other user repos with chart data but they seem to have the same problem.
Database
SQLite