0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-09 16:10:50 -05:00
forgejo/services/issue
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>
2023-08-04 13:34:34 +00:00
..
assignee.go Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
assignee_test.go
comments.go Delete issue_service.CreateComment (#26298) 2023-08-04 13:34:34 +00:00
commit.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
commit_test.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
content.go
issue.go Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
issue_test.go
label.go Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
label_test.go
main_test.go
milestone.go
milestone_test.go
status.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
template.go