aboutsummaryrefslogtreecommitdiffstats
path: root/services/migrations/gitlab.go
Commit message (Expand)AuthorAgeFilesLines
* Support migrating GitHub/GitLab PR draft status (#32242)Zettat1232024-10-131-0/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Include resource state events in Gitlab downloads (#29382)Sebastian Brückner2024-02-261-0/+54
* Properly migrate target branch change GitLab comment (#29340)Sebastian Brückner2024-02-241-1/+9
* Properly migrate automatic merge GitLab comments (#27873)Sebastian Brückner2024-02-221-24/+26
* Use known issue IID to generate new PR index number when migrating from GitLa...wxiaoguang2023-12-261-11/+28
* Fix DownloadFunc when migrating releases (#27887)Zettat1232023-11-031-2/+3
* 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
* 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