0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-22 22:29:05 -05:00
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
commits.go Add stat to ToCommit function for speed (#21337) 2022-10-06 11:21:04 +08:00
file.go
fork.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
git_hook.go
git_ref.go
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
topic.go
transfer.go
tree.go
wiki.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00