You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/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>
2 years ago
..
file_format_testdata Validate migration files (#18203) 2 years ago
schemas Validate migration files (#18203) 2 years ago
comment.go Add Index to comment for migrations and mirroring (#18806) 2 years ago
downloader.go Move migrations into services and base into modules/migration (#17663) 3 years ago
error.go Move migrations into services and base into modules/migration (#17663) 3 years ago
file_format.go Validate migration files (#18203) 2 years ago
file_format_test.go Validate migration files (#18203) 2 years ago
issue.go add test coverage for original author conversion during migrations (#18506) 2 years ago
label.go Validate migration files (#18203) 2 years ago
messenger.go Move migrations into services and base into modules/migration (#17663) 3 years ago
milestone.go Validate migration files (#18203) 2 years ago
null_downloader.go format with gofumpt (#18184) 2 years ago
options.go Move migrations into services and base into modules/migration (#17663) 3 years ago
pullrequest.go add test coverage for original author conversion during migrations (#18506) 2 years ago
reaction.go add test coverage for original author conversion during migrations (#18506) 2 years ago
release.go add test coverage for original author conversion during migrations (#18506) 2 years ago
repo.go Move migrations into services and base into modules/migration (#17663) 3 years ago
retry_downloader.go format with gofumpt (#18184) 2 years ago
review.go add test coverage for original author conversion during migrations (#18506) 2 years ago
schemas_bindata.go Validate migration files (#18203) 2 years ago
schemas_dynamic.go Validate migration files (#18203) 2 years ago
schemas_static.go Validate migration files (#18203) 2 years ago
uploader.go Move migrations into services and base into modules/migration (#17663) 3 years ago