summaryrefslogtreecommitdiffstats
path: root/services/migrations/onedev.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
| | | | | Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby,te,unknwon` Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Use new OneDev /milestones endpoint (#17782)KN4CK3R2021-11-231-2/+18
| | | OneDev changed the API which fails every build at the moment.
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+619
* Move migrtions into services and base into modules/migration * Fix imports * Fix lint