aboutsummaryrefslogtreecommitdiffstats
path: root/services/migrations
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x77 days1-1/+1
* Support migrating GitHub/GitLab PR draft status (#32242)Zettat1232024-10-133-1/+8
* Support repo license (#24872)yp053272024-10-011-0/+3
* Support allowed hosts for migrations to work with proxy (#32025)Jason Song2024-09-112-5/+1
* Support migration from AWS CodeCommit (#31981)Zettat1232024-09-111-0/+269
* Add `lint-go-gopls` (#30729)silverwind2024-06-051-1/+1
* 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
* Bump `github.com/google/go-github` to v61 (#30738)Chongyi Zheng2024-04-282-2/+2
* Enable more `revive` linter rules (#30608)silverwind2024-04-222-2/+0
* Change the default maxPerPage for gitbucket (#30392)Kazushi (Jam) Marukawa2024-04-111-0/+5
* Fix duplicate migrated milestones (#30102)yp053272024-03-261-2/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+4
* 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-262-0/+60
* Properly migrate target branch change GitLab comment (#29340)Sebastian Brückner2024-02-243-4/+35
* 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-223-24/+93
* 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