gitea/routers/web/repo
zeripath 01087e9eef
Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125)
This PR registers requests with the process manager and manages hierarchy within the processes.

Git repos are then associated with a context, (usually the request's context) - with sub commands using this context as their base context.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-11-30 20:06:32 +00:00
..
activity.go
attachment.go
blame.go
branch.go Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 2021-11-30 20:06:32 +00:00
commit.go
compare.go
download.go
editor.go
editor_test.go
http.go Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 2021-11-30 20:06:32 +00:00
http_test.go
issue.go Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 2021-11-30 20:06:32 +00:00
issue_content_history.go
issue_dependency.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
projects.go Move accessmode into models/perm (#17828) 2021-11-28 12:58:28 +01:00
projects_test.go
pull.go Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 2021-11-30 20:06:32 +00:00
pull_review.go
release.go
release_test.go
repo.go
search.go
setting.go Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 2021-11-30 20:06:32 +00:00
setting_protected_branch.go Move accessmode into models/perm (#17828) 2021-11-28 12:58:28 +01:00
settings_test.go Move accessmode into models/perm (#17828) 2021-11-28 12:58:28 +01:00
tag.go Move accessmode into models/perm (#17828) 2021-11-28 12:58:28 +01:00
topic.go
view.go
webhook.go Move accessmode into models/perm (#17828) 2021-11-28 12:58:28 +01:00
wiki.go
wiki_test.go