Tags not showing up on try.gitea.io web interface #8918

Closed
opened 2025-11-02 08:23:06 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @parnic-sks on GitHub (May 5, 2022).

Description

While trying to report another bug, I pushed a repo with tags to https://try.gitea.io/parnic-sks/tag-release-test, and noticed that the Tags section is empty.

git ls-remote --tags

shows that the tags are there, and if I delete the tags from the remote and re-push them, they still don't show up.

I realize this is a demo site, but I wanted to report it in case this is a bug that could make its way into the 1.17 release. Our 1.16.7 installation locally is not having this issue; tags show up just fine there.

Screenshots

Bug:
image

Despite:
image

Expected:
image

Gitea Version

Current try.gitea.io: 1.17.0+dev-532-gb536b6518

Can you reproduce the bug on the Gitea demo site?

Yes

Operating System

Windows 11

Browser Version

Chrome Version 100.0.4896.127 (Official Build) (64-bit)

Originally created by @parnic-sks on GitHub (May 5, 2022). ### Description While trying to report another bug, I pushed a repo with tags to https://try.gitea.io/parnic-sks/tag-release-test, and noticed that the Tags section is empty. ``` git ls-remote --tags ``` shows that the tags are there, and if I delete the tags from the remote and re-push them, they still don't show up. I realize this is a demo site, but I wanted to report it in case this is a bug that could make its way into the 1.17 release. Our 1.16.7 installation locally is not having this issue; tags show up just fine there. ### Screenshots Bug: <img width="600" alt="image" src="https://user-images.githubusercontent.com/62021255/167004088-d076d674-6033-4c8d-8480-08465d486931.png"> Despite: <img width="355" alt="image" src="https://user-images.githubusercontent.com/62021255/167004137-b09d0434-a31c-4df6-9b19-90756e74220e.png"> Expected: <img width="595" alt="image" src="https://user-images.githubusercontent.com/62021255/167004179-bb3b987e-4d8e-46fb-9eff-41d2d5101543.png"> ### Gitea Version Current try.gitea.io: 1.17.0+dev-532-gb536b6518 ### Can you reproduce the bug on the Gitea demo site? Yes ### Operating System Windows 11 ### Browser Version Chrome Version 100.0.4896.127 (Official Build) (64-bit)
GiteaMirror added the issue/confirmedtopic/uitype/bug labels 2025-11-02 08:23:06 -06:00
Author
Owner

@Gusted commented on GitHub (May 6, 2022):

Hmm weird, locally everything seems fine.

CC @go-gitea/owners could you have a look?

@Gusted commented on GitHub (May 6, 2022): Hmm weird, locally everything seems fine. CC @go-gitea/owners could you have a look?
Author
Owner

@lunny commented on GitHub (May 6, 2022):

It maybe a bug. On the dropdown menu, tags could be listed, but not in the tags tab

image

@lunny commented on GitHub (May 6, 2022): It maybe a bug. On the dropdown menu, tags could be listed, but not in the tags tab ![image](https://user-images.githubusercontent.com/81045/167050254-b6c06e00-f01d-48d1-9c2f-411405f26ec7.png)
Author
Owner

@Gusted commented on GitHub (May 6, 2022):

Those tags are loaded directly from git repo. The tags in the header are loaded from the database(which should be updated on a push with tags). Does try.gitea.io have too many pushes in it's queue? From my perspective it doesn't seems like a bug because I cannot reproduce it locally.

@Gusted commented on GitHub (May 6, 2022): Those tags are loaded directly from git repo. The tags in the header are loaded from the database(which should be updated on a push with tags). Does try.gitea.io have too many pushes in it's queue? From my perspective it doesn't seems like a bug because I cannot reproduce it locally.
Author
Owner

@Ryuno-Ki commented on GitHub (Jun 5, 2022):

Does try.gitea.io have too many pushes in it's queue?

Unlikely. One month later and the tags still do not appear at https://try.gitea.io/parnic-sks/tag-release-test

@Ryuno-Ki commented on GitHub (Jun 5, 2022): > Does try.gitea.io have too many pushes in it's queue? Unlikely. One month later and the tags still do not appear at https://try.gitea.io/parnic-sks/tag-release-test
Author
Owner

@techknowlogick commented on GitHub (Jun 6, 2022):

Due to seccomp change git hooks weren't being run on try, this has been resolved and tags will need to be repushed to try.

@techknowlogick commented on GitHub (Jun 6, 2022): Due to seccomp change git hooks weren't being run on try, this has been resolved and tags will need to be repushed to try.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8918