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
assignee_test.go Remove deadcode under models/issues (#28536) 1 year ago
comments.go More `db.DefaultContext` refactor (#27265) 1 year ago
commit.go
commit_test.go
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
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
template.go Fix Bug in Issue Config when only contact links are set (#26521) 1 year ago