summaryrefslogtreecommitdiffstats
path: root/services/migrations/gitea_uploader.go
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-4/+4
* Foreign ID conflicts if ID is 0 for each item (#21271)techknowlogick2022-10-021-0/+4
* Add more checks in migration code (#21011)zeripath2022-09-041-79/+182
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+4
* Correctly handle draft releases without a tag (#20314)Chongyi Zheng2022-07-121-2/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-41/+41
* Prevent NPE whilst migrating if there is a team request review (#19855)zeripath2022-06-091-0/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Fix migrate release from github (#19510)Lunny Xiao2022-04-261-9/+12
* Add notags to fetch (#19487)65432022-04-251-1/+1
* Fix datarace in gitea_uploader.go (#19409)chavacava2022-04-151-2/+2
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-3/+3
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-2/+2
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-3/+4
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-171-0/+8
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-251-20/+29
* 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-061-2/+2
* preserve users if restoring a repository on the same Gitea instance (#18604)singuliere2022-02-061-22/+53
* Replace `sync.Map` with normal maps (#18584)Gusted2022-02-031-35/+20
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-011-173/+41
* format with gofumpt (#18184)65432022-01-201-22/+20
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-3/+3
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-0/+4
* Do not read or write git reference files directly (#18079)zeripath2021-12-231-2/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+5
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-9/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-1/+1
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-1/+2
* Fix Migrate Description (#17692)99rgosse2021-11-181-0/+1
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+981