summaryrefslogtreecommitdiffstats
path: root/models/issues/issue_search.go
Commit message (Collapse)AuthorAgeFilesLines
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-367/+16
| | | | | | | | This PR - [x] Move some functions from `issues.go` to `issue_stats.go` and `issue_label.go` - [x] Remove duplicated issue options `UserIssueStatsOption` to keep only one `IssuesOptions`
* Remove duplicated issues options and some more refactors (#24787)Lunny Xiao2023-05-181-0/+842
This PR - [x] Move some code from `issue.go` to `issue_search.go` and `issue_update.go` - [x] Use `IssuesOptions` instead of `IssueStatsOptions` becuase they are too similiar. - [x] Rename some functions