1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 05:35:01 +01:00
gitea/services/issue
wxiaoguang def4956122
Improve Gitea's web context, decouple "issue template" code into service package (#24590)
1. Remove unused fields/methods in web context.
2. Make callers call target function directly instead of the light
wrapper like "IsUserRepoReaderSpecific"
3. The "issue template" code shouldn't be put in the "modules/context"
package, so move them to the service package.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-05-09 01:30:14 +02:00
..
assignee_test.go
assignee.go
comments.go
commit_test.go
commit.go
content.go
issue_test.go
issue.go
label_test.go
label.go
main_test.go
milestone_test.go
milestone.go
status.go
template.go