gitea/models/issues
Lunny Xiao 38cf43d060
Some refactors for issues stats (#24793)
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`
2023-05-19 22:17:48 +08:00
..
assignees.go
assignees_test.go
comment.go
comment_code.go
comment_list.go
comment_test.go
content_history.go
content_history_test.go
dependency.go
dependency_test.go
issue.go Some refactors for issues stats (#24793) 2023-05-19 22:17:48 +08:00
issue_index.go
issue_label.go Some refactors for issues stats (#24793) 2023-05-19 22:17:48 +08:00
issue_list.go
issue_list_test.go
issue_lock.go
issue_project.go
issue_search.go Some refactors for issues stats (#24793) 2023-05-19 22:17:48 +08:00
issue_stats.go Some refactors for issues stats (#24793) 2023-05-19 22:17:48 +08:00
issue_test.go Some refactors for issues stats (#24793) 2023-05-19 22:17:48 +08:00
issue_update.go Some refactors for issues stats (#24793) 2023-05-19 22:17:48 +08:00
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go
issue_xref_test.go
label.go Some refactors for issues stats (#24793) 2023-05-19 22:17:48 +08:00
label_test.go Modify luminance calculation and extract related functions into single files (#24586) 2023-05-10 11:19:03 +00:00
main_test.go
milestone.go
milestone_test.go
pull.go Refresh the refernce of the closed PR when reopening (#24231) 2023-05-08 14:39:32 +08:00
pull_list.go Remove duplicated issues options and some more refactors (#24787) 2023-05-18 10:45:25 +00:00
pull_test.go Refresh the refernce of the closed PR when reopening (#24231) 2023-05-08 14:39:32 +08:00
reaction.go
reaction_test.go
review.go Review fixes and enhancements (#24526) 2023-05-10 09:16:44 +00:00
review_test.go
stopwatch.go
stopwatch_test.go
tracked_time.go
tracked_time_test.go