aboutsummaryrefslogtreecommitdiffstats
path: root/services/migrations
Commit message (Expand)AuthorAgeFilesLines
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-272-3/+5
* Only migrate the first 255 chars of a Github issue title (#28902)JakobDev2024-01-241-1/+2
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+4
* Use known issue IID to generate new PR index number when migrating from GitLa...wxiaoguang2023-12-262-11/+45
* Bump google/go-github to v57 (#28514)Yevhen Pavlov2023-12-182-5/+5
* Adjust object format interface (#28469)Lunny Xiao2023-12-172-2/+2
* Abstract hash function usage (#28138)Adam Majer2023-12-133-5/+8
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-6/+6
* Fix migration panic due to an empty review comment diff (#28334)Nanguan Lin2023-12-051-1/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-6/+7
* Fix DownloadFunc when migrating releases (#27887)Zettat1232023-11-032-6/+9
* Fix merge base commit for fast-forwarded GitLab PRs (#27825)Sebastian Brückner2023-10-291-1/+9
* Use GitLab's squash_commit_sha when available (#27824)Sebastian Brückner2023-10-291-1/+6
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-143-3/+3
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-3/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-4/+4
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-164-11/+10
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Move some functions to service layer (#26969)Lunny Xiao2023-09-082-7/+7
* 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
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-3/+3
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-2/+3
* Replace `interface{}` with `any` (#25686)silverwind2023-07-044-12/+12
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-2/+2
* Fix panic when migrating a repo from GitHub with issues (#25246)Jason Song2023-06-141-1/+1
* Update github.com/google/go-github to v53 (#25157)Yevhen Pavlov2023-06-092-2/+2
* GitLab migration: Sanitize response for reaction list (#25054)65432023-06-022-15/+67
* Update github.com/google/go-github to v52 (#24004)65432023-05-312-14/+7
* Rewrite logger system (#24726)wxiaoguang2023-05-217-35/+21
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Make repo migration cancelable and fix various bugs (#24605)wxiaoguang2023-05-111-3/+2
* Rewrite queue (#24505)wxiaoguang2023-05-081-2/+1
* Improve test logger (#24235)wxiaoguang2023-04-211-39/+28
* Update github.com/google/go-github to v51 (#23946)harryzcy2023-04-082-20/+27
* 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
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+1
* Prevent duplicate labels when importing more than 99 (#22591)Sybren2023-01-241-1/+1
* Fix assignment to `cm.AssigneeID` when importing comments (#22528)Sybren2023-01-191-1/+3
* Support importing comment types (#22510)Sybren2023-01-181-2/+21
* Fix migration from gitbucket (repost) (#22477)Haruo Kinoshita2023-01-172-3/+12
* Update golang deps (#22410)techknowlogick2023-01-121-2/+4
* 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-2725-50/+25