Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heatmap: Don't count commits by other authors #8178

Open
timokoesters opened this issue Sep 14, 2019 · 7 comments
Open

Heatmap: Don't count commits by other authors #8178

timokoesters opened this issue Sep 14, 2019 · 7 comments
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented type/bug

Comments

@timokoesters
Copy link

Description

I noticed this when I started mirroring a public project. All mirrored commits count as a contribution from me on the heatmap even when someone else wrote the commit.

@lunny lunny added the type/bug label Sep 14, 2019
@sapk
Copy link
Member

sapk commented Sep 15, 2019

I think it is similar to #7285. In fact, Gitea doesn't attach the commit to you but create an activity of syncing mirror. Commits of mirrored repo are not parsed.

@timokoesters
Copy link
Author

Screenshot_20190916_180751
Here's what it looks like.

@sapk
Copy link
Member

sapk commented Sep 16, 2019

Yes that what I mean. Currently you get a activity to the owner user each time gitea check the remote and there is a commit to fetch. In this case, the commit are not parsed like a push and are not attributed the commiter.

@stale
Copy link

stale bot commented Nov 15, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale stale bot added the issue/stale label Nov 15, 2019
@lunny lunny added the issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented label Nov 16, 2019
@stale stale bot removed the issue/stale label Nov 16, 2019
@timokoesters
Copy link
Author

timokoesters commented Nov 20, 2019 via email

@silverwind
Copy link
Member

silverwind commented Mar 25, 2020

Also noticed this. Contribution is attributed to the pusher, not the actual author (which is what one usually wants). I often push changes via a bot account and these don't show up on the graph.

@timokoesters
Copy link
Author

This feature is completely useless to me in it's current state

Screenshot_20200331_202301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented type/bug
Projects
None yet
Development

No branches or pull requests

4 participants