summaryrefslogtreecommitdiffstats
path: root/services/migrations/migrate.go
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate migrated milestones (#30102)yp053272024-03-261-2/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* Prevent duplicate labels when importing more than 99 (#22591)Sybren2023-01-241-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-2/+2
* Add more checks in migration code (#21011)zeripath2022-09-041-5/+11
* Double check CloneURL is acceptable (#20869)zeripath2022-08-211-2/+17
* Add proxy host into allow list (#20798)Lunny Xiao2022-08-161-0/+5
* Add tests for the host checking logic, clarify the behaviors (#20328)wxiaoguang2022-07-131-3/+8
* Unify repo settings & show better error (#19828)Gusted2022-06-121-1/+1
* ignore DNS error when doing migration allow/block check (#19566)wxiaoguang2022-05-021-4/+3
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-171-11/+4
* format with gofumpt (#18184)65432022-01-201-6/+6
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-32/+39
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-1/+2
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+476