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.
forgejo/models/project
Gusted 7d1770cd71
Use correct count for `NumOpenIssues` (#19980)
- Don't specify the field in `Count` instead use `Cols` for this.
- Call `log.Error` when a error occur.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
board.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago
issue.go Use correct count for `NumOpenIssues` (#19980) 2 years ago
main_test.go Use a struct as test options (#19393) 2 years ago
project.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago
project_test.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago