gitea/modules/migration
singuliere 367894adc8
add test coverage for original author conversion during migrations (#18506)
* add test coverage for original author conversion during migrations

And create a function to factorize a code snippet that is repeated
five times and would otherwise be more difficult to test and maintain
consistently.

Signed-off-by: Loïc Dachary <loic@dachary.org>

* fix variable scope and int64 formatting

* add missing calls to remapExternalUser and fix misplaced %d

Co-authored-by: Loïc Dachary <loic@dachary.org>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-02-01 13:20:28 -05:00
..
file_format_testdata Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
schemas Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
comment.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
downloader.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
error.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
file_format.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
file_format_test.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
issue.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
label.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
messenger.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
milestone.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
null_downloader.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
options.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
pullrequest.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
reaction.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
release.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
repo.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
retry_downloader.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
review.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
schemas_bindata.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
schemas_dynamic.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
schemas_static.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
uploader.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00