[PR #3612] [MERGED] Added issue search via api #17015

Closed
opened 2025-11-02 12:24:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3612
Author: @kolaente
Created: 3/2/2018
Status: Merged
Merged: 3/7/2018
Merged by: @lafriks

Base: masterHead: feature/api-issue-search


📝 Commits (10+)

📊 Changes

2 files changed (+35 additions, -6 deletions)

View changed files

📝 public/swagger.v1.json (+6 -0)
📝 routers/api/v1/repo/issue.go (+29 -6)

📄 Description

This PR adds the ability to search for issues via the api. The code is taken from the normal issue search in the GUI.


🔄 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/3612 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 3/2/2018 **Status:** ✅ Merged **Merged:** 3/7/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `feature/api-issue-search` --- ### 📝 Commits (10+) - [`7a54205`](https://github.com/go-gitea/gitea/commit/7a542055e707f26fb805cebb8a23e462856d3938) Started implementing issue api search - [`5bc4f3f`](https://github.com/go-gitea/gitea/commit/5bc4f3f373ae8626e935befe90708f1167372ebc) Implemented issue search via api - [`f3870bf`](https://github.com/go-gitea/gitea/commit/f3870bf24de3103c6d56d9563eff9fde819d0983) Added search to swagger.json - [`bfd61f9`](https://github.com/go-gitea/gitea/commit/bfd61f9fef7ee7bcdb21b5caaea2acacee91edb9) Removed todo - [`752d5b5`](https://github.com/go-gitea/gitea/commit/752d5b53d8d3d28e2d71bc63381ed7dd515f9bae) fmt - [`b01f5a7`](https://github.com/go-gitea/gitea/commit/b01f5a721c0b27bd751b322ccc445771c966d718) Merge branch 'master' into feature/api-issue-search - [`c2542eb`](https://github.com/go-gitea/gitea/commit/c2542ebae00f6f7958dd8f1d371b7c9958013e38) Added comment to generate swagger json via "generate-swagger" - [`a1211c0`](https://github.com/go-gitea/gitea/commit/a1211c0c242a9b8654e0e224da5f602a533edb6e) Merge remote-tracking branch 'upstream/master' into feature/api-issue-search - [`3755d09`](https://github.com/go-gitea/gitea/commit/3755d099a8362574a0da4510eac76b4e7a631cd4) Merge branch 'feature/api-issue-search' of https://github.com/kolaente/gitea into feature/api-issue-search - [`7818adc`](https://github.com/go-gitea/gitea/commit/7818adc641bbfbe66c08c89b943aeed32396ee21) Simplified search ### 📊 Changes **2 files changed** (+35 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `public/swagger.v1.json` (+6 -0) 📝 `routers/api/v1/repo/issue.go` (+29 -6) </details> ### 📄 Description This PR adds the ability to search for issues via the api. The code is taken from the normal issue search in the GUI. --- <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 12:24:17 -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#17015