aboutsummaryrefslogtreecommitdiffstats
path: root/services/migrations/gitea_downloader.go
Commit message (Expand)AuthorAgeFilesLines
* Fix DownloadFunc when migrating releases (#27887)Zettat1232023-11-031-4/+6
* Rewrite logger system (#24726)wxiaoguang2023-05-211-5/+3
* 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-3/+3
* Add more checks in migration code (#21011)zeripath2022-09-041-16/+27
* Go 1.19 format (#20758)John Olheiser2022-08-301-2/+3
* Prevent NPE whilst migrating if there is a team request review (#19855)zeripath2022-06-091-2/+9
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-171-27/+27
* Add Index to comment for migrations and mirroring (#18806)singuliere2022-03-061-0/+1
* format with gofumpt (#18184)65432022-01-201-11/+10
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-15/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-4/+4
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+699