forgejo/services/pull
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
..
check.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
check_test.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
comment.go Delete issue_service.CreateComment (#26298) 2023-08-04 13:34:34 +00:00
commit_status.go Fix pull request check list is limited (#26179) 2023-07-31 02:21:09 +00:00
edits.go
lfs.go
main_test.go
merge.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
merge_merge.go
merge_prepare.go
merge_rebase.go
merge_squash.go
merge_test.go
patch.go
patch_unmerged.go
pull.go Delete issue_service.CreateComment (#26298) 2023-08-04 13:34:34 +00:00
pull_test.go
review.go Delete issue_service.CreateComment (#26298) 2023-08-04 13:34:34 +00:00
temp_repo.go
update.go
update_rebase.go