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.
gitea/services/issue
Lunny Xiao fe49cb0243
Fix get reviewers' bug (#32415)
This PR rewrites `GetReviewer` function and move it to service layer.

Reviewers should not be watchers, so that this PR removed all watchers
from reviewers. When the repository is under an organization, the pull
request unit read permission will be checked to resolve the bug of
#32394

Fix #32394
2 months ago
..
assignee.go Fix get reviewers' bug (#32415) 2 months ago
assignee_test.go Performance improvements for pull request list API (#30490) 8 months ago
comments.go Prevent simultaneous editing of comments and issues (#31053) 8 months ago
commit.go Enable more `revive` linter rules (#30608) 9 months ago
commit_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 1 year ago
content.go Prevent simultaneous editing of comments and issues (#31053) 8 months ago
issue.go Fix various problems around projects board view (#30696) 9 months ago
issue_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
label.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
label_test.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
main_test.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 3 months ago
milestone.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
milestone_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
pull.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 9 months ago
reaction.go Add user blocking (#29028) 11 months ago
reaction_test.go Add user blocking (#29028) 11 months ago
status.go Fix 500 error when `state` params is set when editing issue/PR by API (#31880) 5 months ago
template.go refactor: remove redundant err declarations (#32381) 3 months ago