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.
KN4CK3R 3f280f89e7
Update HTTP status codes to modern codes (#18063)
* 2xx/3xx/4xx/5xx -> http.Status...
* http.StatusFound -> http.StatusTemporaryRedirect
* http.StatusMovedPermanently -> http.StatusPermanentRedirect
2 years ago
..
blob.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
branch.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
collaborators.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
commits.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
file.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
fork.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
git_hook.go Move macaron to chi (#14293) 3 years ago
git_ref.go Multiple Escaping Improvements (#17551) 3 years ago
hook.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
hook_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 3 years ago
issue.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
issue_comment.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
issue_label.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
issue_reaction.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
issue_stopwatch.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 2 years ago
issue_subscription.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
issue_tracked_time.go Update HTTP status codes to modern codes (#18063) 2 years ago
key.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 2 years ago
label.go Calculate label URL on API (#16186) 3 years ago
language.go Move repository model into models/repo (#17933) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
migrate.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
milestone.go format with gofumpt (#18184) 2 years ago
mirror.go Move unit into models/unit/ (#17576) 3 years ago
notes.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
patch.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
pull.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
pull_review.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
release.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
release_attachment.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
release_tags.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
repo.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 2 years ago
repo_test.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
star.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
status.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
subscriber.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
tag.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
teams.go Move repository model into models/repo (#17933) 3 years ago
topic.go Some repository refactors (#17950) 3 years ago
transfer.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
tree.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
wiki.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago