This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
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 Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
github.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
github_test.go refactoring nits (#18188) 2022-01-05 07:27:53 +01:00
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 refactoring nits (#18188) 2022-01-05 07:27:53 +01:00
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