forgejo/services/migrations
Aravinth Manivannan e19b9653ea
GitLab reviews may not have the updated_at field set (#18450)
* 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>
2022-01-29 18:33:20 +01:00
..
codebase.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
codebase_test.go
dump.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
error.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
git.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
gitbucket.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
gitea_downloader.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
gitea_downloader_test.go
gitea_uploader.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
gitea_uploader_test.go
github.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
github_test.go
gitlab.go GitLab reviews may not have the updated_at field set (#18450) 2022-01-29 18:33:20 +01:00
gitlab_test.go GitLab reviews may not have the updated_at field set (#18450) 2022-01-29 18:33:20 +01:00
gogs.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
gogs_test.go
http_client.go
main_test.go GitLab reviews may not have the updated_at field set (#18450) 2022-01-29 18:33:20 +01:00
migrate.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
migrate_test.go
onedev.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
onedev_test.go
restore.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
update.go