aboutsummaryrefslogtreecommitdiffstats
path: root/modules/migration/milestone.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
| | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Validate migration files (#18203)Aravinth Manivannan2022-01-261-7/+7
| | | | | | | JSON Schema validation for data used by Gitea during migrations Discussion at https://forum.forgefriends.org/t/common-json-schema-for-repository-information/563 Co-authored-by: Loïc Dachary <loic@dachary.org>
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+19
* Move migrtions into services and base into modules/migration * Fix imports * Fix lint