1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 00:54:29 +01:00
gitea/models
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
..
activities Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
admin
asymkey
auth
avatars
db Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
fixtures
foreignreference
git Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
issues Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
migrations
organization
packages
perm Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
project
pull
repo Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
system
unit
unittest
user Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
webhook
error.go
fixture_generation.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
fixture_test.go
main_test.go
migrate_test.go
migrate.go
org_team_test.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
org_team.go
org_test.go
org.go
repo_collaboration_test.go
repo_collaboration.go
repo_test.go
repo_transfer_test.go
repo_transfer.go
repo.go
user.go Prevent dangling user redirects (#21856) 2022-11-18 22:23:34 +08:00