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
Nanguan Lin 6a725b6f9c
Remove deadcode under models/issues (#28536)
Using the Go Official tool `golang.org/x/tools/cmd/deadcode@latest`
mentioned by [go blog](https://go.dev/blog/deadcode).
Just use `deadcode .` in the project root folder and it gives a list of
unused functions. Though it has some false alarms.
This PR removes dead code detected in `models/issues`.
1 year ago
..
assignee.go Move notification interface to services layer (#26915) 1 year ago
assignee_test.go Remove deadcode under models/issues (#28536) 1 year ago
comments.go More `db.DefaultContext` refactor (#27265) 1 year ago
commit.go Add context parameter to some database functions (#26055) 2 years ago
commit_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 1 year ago
content.go More `db.DefaultContext` refactor (#27265) 1 year ago
issue.go Avoid run change title process when the title is same (#27467) 1 year 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 make writing main test easier (#27270) 1 year 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
status.go Move notification interface to services layer (#26915) 1 year ago
template.go Fix Bug in Issue Config when only contact links are set (#26521) 1 year ago