go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.11k stars 5.41k forks source link

Mirror projects: How resync missing Topics? #14590

Open somera opened 3 years ago

somera commented 3 years ago

Description

I'm mirroring some GitHub projects. Now I compared old (first sync with Gitea 1.11.x. will be updated every 24h) mirror with the actual mirror (Gitea 1.13.2). And in the new mirror are tags. You can see this in the screenshot.

It's possible to resync the tags for all mirrored projects?

Screenshots

image

zeripath commented 3 years ago

You mean you are missing the Topics on the old mirrors and want them to be remigrated?

somera commented 3 years ago

You mean you are missing the Topics on the old mirrors and want them to be remigrated?

Correct. It resync topics not a part of update mirror cron?

zeripath commented 3 years ago

but update mirror cron only updates the git data - not the issues, prs, description, etc. Topics are not git data.

somera commented 3 years ago

but update mirror cron only updates the git data - not the issues, prs, description, etc. Topics are not git data.

o.k.

Than this could be a feature request. ;)