Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some refactors for issues stats (#24793) | Lunny Xiao | 2023-05-19 | 1 | -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 Xiao | 2023-05-18 | 1 | -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 |