]> source.dussan.org Git - gitea.git/commit
Allow to sync tags from admin dashboard (#28045)
authorJakobDev <jakobdev@gmx.de>
Wed, 24 Jan 2024 03:02:04 +0000 (04:02 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Jan 2024 03:02:04 +0000 (03:02 +0000)
commit4567a3a1ad0490d9077102e0e7b5de35790e5803
tree7b3b37b3b142ea2221a86596bd96d7df0e63a320
parentf3ba3e922dde7d12999a90d6cee15805a56cc7ff
Allow to sync tags from admin dashboard (#28045)

Inspired by #28043

This PR adds a option to the Admin Dashboard to sync all tags to the
database.

![grafik](https://github.com/go-gitea/gitea/assets/15185051/26ac51ef-82a4-4fd9-a6a6-5aefec612ff6)
modules/repository/repo.go
options/locale/locale_en-US.ini
routers/init.go
routers/web/admin/admin.go
services/release/release.go
services/release/tag.go [new file with mode: 0644]
templates/admin/dashboard.tmpl