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.
gitea/services/migrations
Sebastian Brückner 17f170ee37
Include resource state events in Gitlab downloads (#29382)
Some specific events on Gitlab issues and merge requests are stored
separately from comments as "resource state events". With this change,
all relevant resource state events are downloaded during issue and merge
request migration, and converted to comments.

This PR also updates the template used to render comments to add support
for migrated comments of these types.

ref: https://docs.gitlab.com/ee/api/resource_state_events.html
12 months ago
..
codebase.go Replace `interface{}` with `any` (#25686) 2 years ago
codebase_test.go
common.go Adjust object format interface (#28469) 1 year ago
dump.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
error.go Bump google/go-github to v57 (#28514) 1 year ago
git.go
gitbucket.go Rewrite logger system (#24726) 2 years ago
gitea_downloader.go Fix DownloadFunc when migrating releases (#27887) 1 year ago
gitea_downloader_test.go
gitea_uploader.go Include resource state events in Gitlab downloads (#29382) 12 months ago
gitea_uploader_test.go Simplify how git repositories are opened (#28937) 1 year ago
github.go Bump google/go-github to v57 (#28514) 1 year ago
github_test.go
gitlab.go Include resource state events in Gitlab downloads (#29382) 12 months ago
gitlab_test.go Properly migrate target branch change GitLab comment (#29340) 12 months ago
gogs.go Rewrite logger system (#24726) 2 years ago
gogs_test.go
http_client.go
main_test.go make writing main test easier (#27270) 1 year ago
migrate.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
migrate_test.go
onedev.go Replace `interface{}` with `any` (#25686) 2 years ago
onedev_test.go
restore.go
update.go Use db.Find instead of writing methods for every object (#28084) 1 year ago