[API] ListIssues add more filters (#16174)
* [API] ListIssues add more filters: optional filter repo issues by: - since - before - created_by - assigned_by - mentioned_by * Add Tests * Update routers/api/v1/repo/issue.go Co-authored-by: Lanre Adelowo <adelowomailbox@gmail.com> * Apply suggestions from code review Co-authored-by: Lanre Adelowo <adelowomailbox@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
ffbf35b7e9
commit
0e081ff0ce
4 changed files with 134 additions and 15 deletions
|
@ -17,4 +17,4 @@
|
|||
uid: 4
|
||||
issue_id: 1
|
||||
is_read: false
|
||||
is_mentioned: false
|
||||
is_mentioned: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue