gitea/routers/api/v1/repo
Lunny Xiao e09fb30d34
improvement some release related code ()
..
blob.go RepoAssignment ensure to close before overwrite ()
branch.go Move almost all functions' parameter db.Engine to context.Context ()
collaborators.go Move almost all functions' parameter db.Engine to context.Context ()
commits.go Pass gitRepo down to GetRawDiff, since its used for main repo and wiki ()
file.go Move access and repo permission to models/perm/access ()
fork.go Move access and repo permission to models/perm/access ()
git_hook.go Move macaron to chi ()
git_ref.go Multiple Escaping Improvements ()
hook.go Move almost all functions' parameter db.Engine to context.Context ()
hook_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
issue.go Move almost all functions' parameter db.Engine to context.Context ()
issue_comment.go Move almost all functions' parameter db.Engine to context.Context ()
issue_label.go Move almost all functions' parameter db.Engine to context.Context ()
issue_reaction.go Move almost all functions' parameter db.Engine to context.Context ()
issue_stopwatch.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) ()
issue_subscription.go Move almost all functions' parameter db.Engine to context.Context ()
issue_tracked_time.go Move almost all functions' parameter db.Engine to context.Context ()
key.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) ()
label.go Move almost all functions' parameter db.Engine to context.Context ()
language.go Move almost all functions' parameter db.Engine to context.Context ()
main_test.go Use queue instead of memory queue in webhook send service ()
migrate.go Move almost all functions' parameter db.Engine to context.Context ()
milestone.go Move milestone to models/issues/ ()
mirror.go Move almost all functions' parameter db.Engine to context.Context ()
notes.go RepoAssignment ensure to close before overwrite ()
patch.go Add "Allow edits from maintainer" feature ()
pull.go Move almost all functions' parameter db.Engine to context.Context ()
pull_review.go Move almost all functions' parameter db.Engine to context.Context ()
release.go improvement some release related code ()
release_attachment.go improvement some release related code ()
release_tags.go Renamed ctx.User to ctx.Doer. ()
repo.go Move almost all functions' parameter db.Engine to context.Context ()
repo_test.go Renamed ctx.User to ctx.Doer. ()
star.go Renamed ctx.User to ctx.Doer. ()
status.go Move almost all functions' parameter db.Engine to context.Context ()
subscriber.go Renamed ctx.User to ctx.Doer. ()
tag.go Renamed ctx.User to ctx.Doer. ()
teams.go Move almost all functions' parameter db.Engine to context.Context ()
topic.go Some repository refactors ()
transfer.go Move almost all functions' parameter db.Engine to context.Context ()
tree.go Propagate context and ensure git commands run in request context ()
wiki.go Make git.OpenRepository accept Context ()