You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models
Bruno Sofiato 7dde3e6489
Included tag search capabilities (#32045)
Resolves #31998

The first screenshot shows the tag page without any filter being
applied:


![image](https://github.com/user-attachments/assets/eac0e51c-9e48-42b2-bb1c-a25896ca40cb)

The second one, shows the page when the given filter returns no tag:


![image](https://github.com/user-attachments/assets/98df191e-1a7b-4947-b0ef-4987a0293c3e)

The last one shows a single tag being filtered:


![image](https://github.com/user-attachments/assets/79c7e05e-8c86-4f06-b17e-15818b7b9291)

Signed-off-by: Bruno Sofiato <bruno.sofiato@gmail.com>
7 months ago
..
actions Show latest run when visit /run/latest (#31808) 8 months ago
activities Improve get feed with pagination (#31821) 7 months ago
admin Next round of `db.DefaultContext` refactor (#27089) 2 years ago
asymkey bump to go 1.23 (#31855) 7 months ago
auth Fix nuget/conan/container packages upload bugs (#31967) 7 months ago
avatars Replace 10 more gt- classes with tw- (#29945) 1 year ago
db bump to go 1.23 (#31855) 7 months ago
dbfs Enable `unparam` linter (#31277) 10 months ago
fixtures Fix agit automerge (#31207) 8 months ago
git Show lock owner instead of repo owner on LFS setting page (#31788) 8 months ago
issues Add option to filter board cards by labels and assignees (#31999) 7 months ago
migrations bump to go 1.23 (#31855) 7 months ago
organization Add option to filter board cards by labels and assignees (#31999) 7 months ago
packages Fix package list performance (#30520) 12 months ago
perm Clarify permission "HasAccess" behavior (#30585) 12 months ago
project Fixes for unreachable project issues when transfer repository from organization (#31770) 8 months ago
pull Add support for sha256 repositories (#23894) 1 year ago
repo Included tag search capabilities (#32045) 7 months ago
secret Clarify Actions resources ownership (#31724) 8 months ago
shared/types Refactor locale&string&template related code (#29165) 1 year ago
system Refactor deletion (#28610) 1 year ago
unit Refactor repo unit "disabled" check (#31389) 10 months ago
unittest Add some tests to clarify the "must-change-password" behavior (#30693) 12 months ago
user Save initial signup information for users to aid in spam prevention (#31852) 7 months ago
webhook Store webhook event in database (#29145) 1 year ago
error.go Add merge style `fast-forward-only` (#28954) 1 year ago
fixture_generation.go Replace more db.DefaultContext (#27628) 2 years ago
fixture_test.go Replace more db.DefaultContext (#27628) 2 years ago
main_test.go make writing main test easier (#27270) 2 years ago
org.go Add user blocking (#29028) 1 year ago
org_team.go Clarify permission "HasAccess" behavior (#30585) 12 months ago
org_team_test.go Add user blocking (#29028) 1 year ago
org_test.go Add user blocking (#29028) 1 year ago
repo.go Refactor deletion (#28610) 1 year ago
repo_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 2 years ago
repo_transfer.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 12 months ago