summaryrefslogtreecommitdiffstats
path: root/services/migrations/main_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
| | | | | | | * Use a struct as test options * Fix name * Fix test
* GitLab reviews may not have the updated_at field set (#18450)Aravinth Manivannan2022-01-291-9/+9
| | | | | | | | | | | | * GitLab reviews may not have the updated_at field set Fallback to created_at if that the case and to time.Now() if it is also missing. Fixes: 18434 * use assert.WithinDuration Co-authored-by: Loïc Dachary <loic@dachary.org>
* Add migrate from Codebase (#16768)KN4CK3R2021-12-021-0/+1
| | | | | | | | | | This PR adds [Codebase](https://www.codebasehq.com/) as migration source. Supported: - Milestones - Issues - Pull Requests - Comments - Labels
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+266
* Move migrtions into services and base into modules/migration * Fix imports * Fix lint