You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/convert
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>
2 years ago
..
convert.go Add Webhook authorization header (#20926) 2 years ago
git_commit.go Add `stat` to `ToCommit` function for speed (#21337) 2 years ago
git_commit_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2 years ago
issue.go Add `context.Context` to more methods (#21546) 2 years ago
issue_comment.go Add `context.Context` to more methods (#21546) 2 years ago
issue_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2 years ago
main_test.go Use a struct as test options (#19393) 2 years ago
mirror.go Add new API endpoints for push mirrors management (#19841) 2 years ago
notification.go Move some files into models' sub packages (#20262) 2 years ago
package.go Move access and repo permission to models/perm/access (#19350) 2 years ago
pull.go Add `context.Context` to more methods (#21546) 2 years ago
pull_review.go Add `updated_at` field to PullReview API object (#21812) 2 years ago
pull_test.go Add `context.Context` to more methods (#21546) 2 years ago
release.go Move some files into models' sub packages (#20262) 2 years ago
repository.go Make external issue tracker regexp configurable via API (#21338) 2 years ago
status.go Move some code into models/git (#19879) 2 years ago
user.go Include login_name in adminCreateUser response (#20283) 2 years ago
user_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2 years ago
utils.go Add migration from GitBucket (#16767) 3 years ago
utils_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
wiki.go Move repository model into models/repo (#17933) 3 years ago