summaryrefslogtreecommitdiffstats
path: root/services/migrations
Commit message (Expand)AuthorAgeFilesLines
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-062-3/+3
* preserve users if restoring a repository on the same Gitea instance (#18604)singuliere2022-02-062-26/+111
* Replace `sync.Map` with normal maps (#18584)Gusted2022-02-031-35/+20
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-012-173/+89
* GitLab reviews may not have the updated_at field set (#18450)Aravinth Manivannan2022-01-293-10/+159
* Validate migration files (#18203)Aravinth Manivannan2022-01-262-31/+15
* Fix restore without topic failure (#18387)Lunny Xiao2022-01-251-0/+3
* format with gofumpt (#18184)65432022-01-2013-131/+118
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-8/+8
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-0/+4
* Fix various typos (#18219)luzpaz2022-01-103-4/+4
* refactoring nits (#18188)65432022-01-053-18/+20
* Do not read or write git reference files directly (#18079)zeripath2021-12-231-2/+1
* Simplify parameter types (#18006)Gusted2021-12-202-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-103-8/+10
* Add migrate from Codebase (#16768)KN4CK3R2021-12-023-0/+807
* Move more model into models/user (#17826)Lunny Xiao2021-11-282-10/+11
* Move user related model into models/user (#17781)Lunny Xiao2021-11-245-11/+14
* Use new OneDev /milestones endpoint (#17782)KN4CK3R2021-11-231-2/+18
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-208-96/+93
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-1/+2
* Fix Migrate Description (#17692)99rgosse2021-11-181-0/+1
* Move user functions into user.go (#17659)Lunny Xiao2021-11-182-5/+6
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-1621-0/+7602