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 Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
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
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