You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
caicandong 6151e69d95
Delete `issue_service.CreateComment` (#26298)
I noticed that `issue_service.CreateComment` adds transaction operations
on `issues_model.CreateComment`, we can merge the two functions and we
can avoid calling each other's methods in the `services` layer.

Co-authored-by: Giteabot <teabot@gitea.io>
11 months ago
..
assignee.go Less naked returns (#25713) 1 year ago
assignee_test.go Use more specific test methods (#24265) 1 year ago
comments.go Delete `issue_service.CreateComment` (#26298) 11 months ago
commit.go Add context parameter to some database functions (#26055) 12 months ago
commit_test.go Add context parameter to some database functions (#26055) 12 months ago
content.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue.go Less naked returns (#25713) 1 year ago
issue_test.go Use more specific test methods (#24265) 1 year ago
label.go Less naked returns (#25713) 1 year ago
label_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
milestone.go Rename almost all Ctx functions (#22071) 2 years ago
milestone_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
status.go Add context parameter to some database functions (#26055) 12 months ago
template.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 1 year ago