forgejo/models/issues
KN4CK3R 044c754ea5
Add context.Context to more methods (#21546)
This PR adds a context parameter to a bunch of methods. Some helper
`xxxCtx()` methods got replaced with the normal name now.

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-11-19 16:12:33 +08:00
..
assignees.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
assignees_test.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
comment.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
comment_list.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
comment_test.go
content_history.go
content_history_test.go
dependency.go Allow detect whether it's in a database transaction for a context.Context (#21756) 2022-11-12 21:18:50 +01:00
dependency_test.go
issue.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issue_index.go Allow detect whether it's in a database transaction for a context.Context (#21756) 2022-11-12 21:18:50 +01:00
issue_list.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issue_list_test.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issue_lock.go Allow detect whether it's in a database transaction for a context.Context (#21756) 2022-11-12 21:18:50 +01:00
issue_project.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issue_test.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issue_xref_test.go Allow detect whether it's in a database transaction for a context.Context (#21756) 2022-11-12 21:18:50 +01:00
label.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
label_test.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
main_test.go
milestone.go Allow detect whether it's in a database transaction for a context.Context (#21756) 2022-11-12 21:18:50 +01:00
milestone_test.go
pull.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
pull_list.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
pull_test.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
reaction.go Allow detect whether it's in a database transaction for a context.Context (#21756) 2022-11-12 21:18:50 +01:00
reaction_test.go
review.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
review_test.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
stopwatch.go Allow detect whether it's in a database transaction for a context.Context (#21756) 2022-11-12 21:18:50 +01:00
stopwatch_test.go
tracked_time.go Allow detect whether it's in a database transaction for a context.Context (#21756) 2022-11-12 21:18:50 +01:00
tracked_time_test.go