0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-05 07:44:33 +01:00
gitea/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
dependency_test.go
issue.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issue_index.go
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
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
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
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
reaction_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2022-08-16 10:22:25 +08:00
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
stopwatch_test.go
tracked_time.go
tracked_time_test.go