gitea/routers/web/repo
Lunny Xiao dcdb4873c8
Move repo archiver to models/repo (#17913)
* Move repo archiver to models/repo

* Move archiver service into services/repository/

* Fix imports

* Fix test

* Fix test
2021-12-06 15:19:28 +08: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 Refactor various strings (#17784) 2021-12-02 15:28:08 +08:00
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 Fix http path bug (#16117) 2021-06-09 14:53:12 +02:00
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
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 Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
repo.go Move repo archiver to models/repo (#17913) 2021-12-06 15:19:28 +08:00
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 Fix the bug: no wiki page can be created if the repo didn't have any page yet. (#17894) 2021-12-03 20:46:11 +01:00
wiki_test.go