aboutsummaryrefslogtreecommitdiffstats
path: root/services/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly handle draft releases without a tag (#20314)Chongyi Zheng2022-07-121-2/+1
* Fix cli command restore-repo: "units" should be splitted to string slice, to ...wxiaoguang2022-07-011-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Write Commit-Graphs in RepositoryDumper (#20004)zeripath2022-06-171-0/+5
* Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)wxiaoguang2022-06-151-2/+10
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-44/+44
* Unify repo settings & show better error (#19828)Gusted2022-06-121-1/+1
* Prevent NPE whilst migrating if there is a team request review (#19855)zeripath2022-06-094-4/+37
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-4/+5
* Update go tool dependencies (#19676)silverwind2022-05-103-5/+3
* ignore DNS error when doing migration allow/block check (#19566)wxiaoguang2022-05-021-4/+3
* Fix migrate release from github (#19510)Lunny Xiao2022-04-261-9/+12
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-1/+1
* Add notags to fetch (#19487)65432022-04-251-1/+1
* Fix datarace in gitea_uploader.go (#19409)chavacava2022-04-151-2/+2
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-082-5/+6
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-013-6/+6
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-3/+4
* Make git.OpenRepository accept Context (#19260)65432022-03-303-4/+4
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-234-5/+5
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath2022-03-191-7/+10
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-1716-274/+181
* Add Index to comment for migrations and mirroring (#18806)singuliere2022-03-066-1/+15
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-252-20/+335
* migrations: remove dead code in gitea uploader (#18725)singuliere2022-02-211-13/+3
* 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