[x]
):imported or mirrored repos don't show activity in the activity page
Example from Gitlab (my old repos location)
My gitea instance (I moved/mirrored every repos)
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.
I also wish to see this feature
Looking at :
https://github.com/go-gitea/gitea/blob/6311e4ce6aba67d15a199d94adbdb81f9acbe9ce/models/action.go#L832
Currently syncing is a action by itself attributed to the owner and we don't trigger code update action on it :
https://github.com/go-gitea/gitea/blob/6311e4ce6aba67d15a199d94adbdb81f9acbe9ce/models/repo_watch.go#L115
Importing previous activity is close to impossible as that would require scanning all git history and importing it all into Gitea database
OK i understand but is it possible for mirror to add to history after ?
Most helpful comment
OK i understand but is it possible for mirror to add to history after ?