[PR #4505] [MERGED] feat(repo): support search repository by topic name #17402

Closed
opened 2025-11-02 13:10:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4505
Author: @appleboy
Created: 7/24/2018
Status: Merged
Merged: 9/13/2018
Merged by: @appleboy

Base: masterHead: topic


📝 Commits (10+)

📊 Changes

17 files changed (+134 additions, -26 deletions)

View changed files

📝 integrations/api_admin_test.go (+2 -2)
📝 integrations/api_issue_test.go (+1 -1)
📝 integrations/api_repo_test.go (+3 -3)
📝 models/fixtures/repo_topic.yml (+8 -0)
📝 models/fixtures/repository.yml (+22 -0)
📝 models/fixtures/topic.yml (+5 -1)
📝 models/fixtures/user.yml (+15 -0)
📝 models/repo_list.go (+30 -3)
📝 models/repo_list_test.go (+28 -3)
📝 models/ssh_key.go (+4 -4)
📝 models/topic_test.go (+3 -3)
📝 models/user_test.go (+2 -2)
📝 routers/api/v1/repo/repo.go (+1 -0)
📝 routers/home.go (+2 -0)
📝 routers/user/profile.go (+4 -0)
📝 templates/explore/repo_list.tmpl (+1 -1)
📝 templates/repo/home.tmpl (+3 -3)

📄 Description

fix #4504

admin46_test_-_bo-yi_wu


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4505 **Author:** [@appleboy](https://github.com/appleboy) **Created:** 7/24/2018 **Status:** ✅ Merged **Merged:** 9/13/2018 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `topic` --- ### 📝 Commits (10+) - [`8e17df5`](https://github.com/go-gitea/gitea/commit/8e17df50d59c1cfa751fb31e810bce415c3e0cfc) feat(repo): support search repository by topic name - [`a0f21a5`](https://github.com/go-gitea/gitea/commit/a0f21a562ad32f216028939c572c2f0b570cde25) fix: testing - [`ae1cd1a`](https://github.com/go-gitea/gitea/commit/ae1cd1a1c01a7543b624ca500874a63f7c7ff907) test: Add search topic testing. - [`1546c5c`](https://github.com/go-gitea/gitea/commit/1546c5ce8a81c71e782255cfccb9d89007618890) fix: typo - [`29866c5`](https://github.com/go-gitea/gitea/commit/29866c50bb01b5d510292ee065926bb72555f10d) feat: support click mode - [`0e98af3`](https://github.com/go-gitea/gitea/commit/0e98af3a2d97fca4a925b7e6309358996ab56f43) feat: support only search by topic name. - [`3b6aa56`](https://github.com/go-gitea/gitea/commit/3b6aa567fd3560724a6e949c550c480ec9cca574) fix: testing - [`b612c77`](https://github.com/go-gitea/gitea/commit/b612c77c083cb4c29bc688e1ae34fdd35afb21fe) fix coding style - [`67dfb3a`](https://github.com/go-gitea/gitea/commit/67dfb3a0de09b4d42baa7a7c62cdd3deac193caf) fix: add golang repo - [`f30352a`](https://github.com/go-gitea/gitea/commit/f30352ab81c2c3818bc23115fe29e029817ddde7) fix: testing ### 📊 Changes **17 files changed** (+134 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `integrations/api_admin_test.go` (+2 -2) 📝 `integrations/api_issue_test.go` (+1 -1) 📝 `integrations/api_repo_test.go` (+3 -3) 📝 `models/fixtures/repo_topic.yml` (+8 -0) 📝 `models/fixtures/repository.yml` (+22 -0) 📝 `models/fixtures/topic.yml` (+5 -1) 📝 `models/fixtures/user.yml` (+15 -0) 📝 `models/repo_list.go` (+30 -3) 📝 `models/repo_list_test.go` (+28 -3) 📝 `models/ssh_key.go` (+4 -4) 📝 `models/topic_test.go` (+3 -3) 📝 `models/user_test.go` (+2 -2) 📝 `routers/api/v1/repo/repo.go` (+1 -0) 📝 `routers/home.go` (+2 -0) 📝 `routers/user/profile.go` (+4 -0) 📝 `templates/explore/repo_list.tmpl` (+1 -1) 📝 `templates/repo/home.tmpl` (+3 -3) </details> ### 📄 Description fix #4504 ![admin46_test_-_bo-yi_wu](https://user-images.githubusercontent.com/21979/43119717-19a5c328-8f4a-11e8-9d3f-935a3d9bf906.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 13:10:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17402