forgejo/services/issue
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context (#19748)
* Move almost all functions' parameter db.Engine to context.Context
* remove some unnecessary wrap functions
2022-05-20 22:08:52 +08:00
..
assignee.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
assignee_test.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
commit.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
commit_test.go
content.go Move some issue methods as functions (#19255) 2022-03-29 16:57:33 +02:00
issue.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
issue_test.go
label.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
label_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
main_test.go
milestone.go
milestone_test.go
status.go