summaryrefslogtreecommitdiffstats
path: root/services/migrations/gitlab.go
Commit message (Expand)AuthorAgeFilesLines
* Use known issue IID to generate new PR index number when migrating from GitLa...Giteabot2023-12-271-11/+28
* Fix DownloadFunc when migrating releases (#27887) (#27890)Giteabot2023-11-031-2/+3
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-3/+3
* GitLab migration: Sanitize response for reaction list (#25054)65432023-06-021-15/+20
* Rewrite logger system (#24726)wxiaoguang2023-05-211-5/+3
* Update golang deps (#22410)techknowlogick2023-01-121-2/+4
* 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-5/+5
* Add more checks in migration code (#21011)zeripath2022-09-041-0/+24
* Go 1.19 format (#20758)John Olheiser2022-08-301-3/+5
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-171-44/+28
* Add Index to comment for migrations and mirroring (#18806)singuliere2022-03-061-0/+2
* GitLab reviews may not have the updated_at field set (#18450)Aravinth Manivannan2022-01-291-1/+10
* format with gofumpt (#18184)65432022-01-201-23/+22
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-16/+3
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+678