aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures/issue_user.yml
Commit message (Collapse)AuthorAgeFilesLines
* [API] ListIssues add more filters (#16174)65432021-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | * [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>
* Multiple assignees (#3705)kolaente2018-05-091-3/+0
|
* Move IssueUser code to separate file (#836)Ethan Koenig2017-02-041-0/+23
Also add unit tests