gitea/routers/web/repo
6543 54e9ee37a7
format with gofumpt ()
* gofumpt -w -l .

* gofumpt -w -l -extra .

* Add linter

* manual fix

* change make fmt
..
activity.go Propagate context and ensure git commands run in request context ()
attachment.go format with gofumpt ()
blame.go format with gofumpt ()
branch.go format with gofumpt ()
commit.go Propagate context and ensure git commands run in request context ()
compare.go format with gofumpt ()
download.go format with gofumpt ()
editor.go Propagate context and ensure git commands run in request context ()
editor_test.go format with gofumpt ()
http.go format with gofumpt ()
http_test.go Fix http path bug ()
issue.go format with gofumpt ()
issue_content_history.go format with gofumpt ()
issue_dependency.go Rename context.Query to context.Form ()
issue_label.go Use a standalone struct name for Organization ()
issue_label_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
issue_lock.go format with gofumpt ()
issue_stopwatch.go Multiple Escaping Improvements ()
issue_test.go format with gofumpt ()
issue_timetrack.go Refactor routers directory ()
issue_watch.go Refactor routers directory ()
lfs.go format with gofumpt ()
main_test.go Decouple unit test code from business code ()
middlewares.go Move user related model into models/user ()
migrate.go format with gofumpt ()
milestone.go Multiple Escaping Improvements ()
projects.go format with gofumpt ()
projects_test.go Decouple unit test code from business code ()
pull.go format with gofumpt ()
pull_review.go Propagate context and ensure git commands run in request context ()
release.go format with gofumpt ()
release_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
repo.go format with gofumpt ()
search.go Related refactors to ctx.FormX functions ()
setting.go Propagate context and ensure git commands run in request context ()
setting_protected_branch.go Move repository model into models/repo ()
settings_test.go format with gofumpt ()
tag.go Move repository model into models/repo ()
topic.go format with gofumpt ()
view.go format with gofumpt ()
webhook.go Add replay of webhooks. ()
wiki.go format with gofumpt ()
wiki_test.go format with gofumpt ()