forgejo/routers/api/v1/repo
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
..
blob.go
branch.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
collaborators.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
commits.go Add stat to ToCommit function for speed (#21337) 2022-10-06 11:21:04 +08:00
file.go fix hard-coded timeout and error panic in API archive download endpoint (#20925) 2022-08-29 11:45:20 +02:00
fork.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
git_hook.go
git_ref.go Go 1.19 format (#20758) 2022-08-30 21:15:45 -05:00
hook.go Add Webhook authorization header (#20926) 2022-11-03 20:23:20 +02:00
hook_test.go Decouple HookTask from Repository (#17940) 2022-10-21 18:21:56 +02:00
issue.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issue_comment.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issue_label.go
issue_reaction.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
key.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
label.go
language.go
main_test.go
migrate.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
milestone.go
mirror.go
notes.go Add stat to ToCommit function for speed (#21337) 2022-10-06 11:21:04 +08:00
patch.go
pull.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
pull_review.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
release.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
release_attachment.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
release_tags.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
repo.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
repo_test.go
star.go
status.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
subscriber.go
tag.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
teams.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
topic.go
transfer.go
tree.go
wiki.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00