gitea/services/migrations
Lunny Xiao 719bddcd76
Move repository model into models/repo (#17933)
* Some refactors related repository model

* Move more methods out of repository

* Move repository into models/repo

* Fix test

* Fix test

* some improvements

* Remove unnecessary function
2021-12-10 09:27:50 +08:00
..
codebase.go Add migrate from Codebase (#16768) 2021-12-02 23:24:02 +01:00
codebase_test.go Add migrate from Codebase (#16768) 2021-12-02 23:24:02 +01:00
dump.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
error.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
git.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
gitbucket.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
gitea_downloader.go Use `hostmatcher` to replace `matchlist`, improve security (#17605) 2021-11-20 17:34:05 +08:00
gitea_downloader_test.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
gitea_uploader.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
gitea_uploader_test.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
github.go Use `hostmatcher` to replace `matchlist`, improve security (#17605) 2021-11-20 17:34:05 +08:00
github_test.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
gitlab.go Use `hostmatcher` to replace `matchlist`, improve security (#17605) 2021-11-20 17:34:05 +08:00
gitlab_test.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
gogs.go Use `hostmatcher` to replace `matchlist`, improve security (#17605) 2021-11-20 17:34:05 +08:00
gogs_test.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
http_client.go Use `hostmatcher` to replace `matchlist`, improve security (#17605) 2021-11-20 17:34:05 +08:00
main_test.go Add migrate from Codebase (#16768) 2021-12-02 23:24:02 +01:00
migrate.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
migrate_test.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
onedev.go Use new OneDev /milestones endpoint (#17782) 2021-11-23 20:28:06 +01:00
onedev_test.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
restore.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
update.go Move more model into models/user (#17826) 2021-11-28 22:11:58 +08:00