1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 05:35:01 +01:00
gitea/models/issues
Lunny Xiao 09ab64dfad
Remove duplicated issues options and some more refactors (#24787)
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
2023-05-18 10:45:25 +00:00
..
assignees_test.go
assignees.go
comment_code.go
comment_list.go
comment_test.go
comment.go
content_history_test.go
content_history.go
dependency_test.go
dependency.go
issue_index.go
issue_list_test.go
issue_list.go
issue_lock.go
issue_project.go
issue_search.go Remove duplicated issues options and some more refactors (#24787) 2023-05-18 10:45:25 +00:00
issue_test.go Remove duplicated issues options and some more refactors (#24787) 2023-05-18 10:45:25 +00:00
issue_update.go Remove duplicated issues options and some more refactors (#24787) 2023-05-18 10:45:25 +00:00
issue_user_test.go
issue_user.go
issue_watch_test.go
issue_watch.go
issue_xref_test.go
issue_xref.go
issue.go Remove duplicated issues options and some more refactors (#24787) 2023-05-18 10:45:25 +00:00
label_test.go Modify luminance calculation and extract related functions into single files (#24586) 2023-05-10 11:19:03 +00:00
label.go Modify luminance calculation and extract related functions into single files (#24586) 2023-05-10 11:19:03 +00:00
main_test.go
milestone_test.go
milestone.go
pull_list.go Remove duplicated issues options and some more refactors (#24787) 2023-05-18 10:45:25 +00:00
pull_test.go
pull.go
reaction_test.go
reaction.go
review_test.go
review.go
stopwatch_test.go
stopwatch.go
tracked_time_test.go
tracked_time.go