aboutsummaryrefslogtreecommitdiffstats
path: root/services/migrations/gitea_uploader.go
Commit message (Expand)AuthorAgeFilesLines
* Support migrating GitHub/GitLab PR draft status (#32242)Zettat1232024-10-131-1/+6
* Fix "force private" logic (#31012)wxiaoguang2024-05-201-1/+1
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-8/+7
* Move migration functions to services layer (#29497)Lunny Xiao2024-03-011-1/+1
* Include resource state events in Gitlab downloads (#29382)Sebastian Brückner2024-02-261-0/+6
* Properly migrate target branch change GitLab comment (#29340)Sebastian Brückner2024-02-241-2/+8
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-3/+13
* Properly migrate automatic merge GitLab comments (#27873)Sebastian Brückner2024-02-221-0/+2
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Only migrate the first 255 chars of a Github issue title (#28902)JakobDev2024-01-241-1/+2
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+2
* Fix migration panic due to an empty review comment diff (#28334)Nanguan Lin2023-12-051-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-3/+3
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-6/+5
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-5/+5
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+1
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-1/+2
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-2/+3
* Make repo migration cancelable and fix various bugs (#24605)wxiaoguang2023-05-111-3/+2
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-2/+2
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-2/+2
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-8/+11
* Fix assignment to `cm.AssigneeID` when importing comments (#22528)Sybren2023-01-191-1/+3
* Support importing comment types (#22510)Sybren2023-01-181-2/+21
* Check primary keys for all tables and drop ForeignReference (#21721)Jason Song2022-12-231-11/+0
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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