gitea/modules/migration
singuliere cc643284de
Add Index to comment for migrations and mirroring (#18806)
Comments have an id (see Gitea[0], GitLab[1], GitHub[2], etc.), and the
comment migration format must represent it during migrations so that
it can be used during mirroring or incremental migrations.

[0] https://try.gitea.io/api/swagger#/issue/issueGetComment
[1] https://docs.gitlab.com/ee/api/discussions.html#get-single-issue-discussion-item
[2] https://docs.github.com/en/rest/reference/issues#get-an-issue-comment

Signed-off-by: Loïc Dachary <loic@dachary.org>
Co-authored-by: Loïc Dachary <loic@dachary.org>
2022-03-06 20:00:41 +01: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 Index to comment for migrations and mirroring (#18806) 2022-03-06 20:00:41 +01: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