0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-01 15:39:26 +01:00
gitea/routers/web/repo
Lunny Xiao a4bfef265d
Move db related basic functions to models/db (#17075)
* Move db related basic functions to models/db

* Fix lint

* Fix lint

* Fix test

* Fix lint

* Fix lint

* revert unnecessary change

* Fix test

* Fix wrong replace string

* Use *Context

* Correct committer spelling and fix wrong replaced words

Co-authored-by: zeripath <art27@cantab.net>
2021-09-19 19:49:59 +08:00
..
activity.go
attachment.go Add repo_id for attachment (#16958) 2021-09-08 17:19:30 +02:00
blame.go
branch.go
commit.go
compare.go Add skip and limit to git.GetTags (#16897) 2021-09-10 19:30:37 +02:00
download.go
editor_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
editor.go
http_test.go
http.go
issue_dependency.go
issue_label_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
issue_label.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) 2021-08-31 08:43:31 +01:00
lfs.go
main_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
middlewares.go
migrate.go Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
milestone.go
projects_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
projects.go
pull_review.go
pull.go Ensure that rebase conflicts are handled in updates (#16952) 2021-09-05 10:30:40 +01:00
release_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
release.go Add skip and limit to git.GetTags (#16897) 2021-09-10 19:30:37 +02:00
repo.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
search.go
setting_protected_branch.go Support unprotected file patterns (#16395) 2021-09-11 16:21:17 +02:00
setting.go Decrement Fork Num when converting from Fork (#17035) 2021-09-14 18:07:08 +01:00
settings_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
tag.go
topic.go
view.go Render full plain readme. (#17083) 2021-09-17 21:46:57 -05:00
webhook.go
wiki_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
wiki.go