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/modules/migration
Jason Song e4eaa68a2b
Replace yaml.v2 with yaml.v3 (#21832)
I don't see why we have to use two versions of yaml. The difference
between the two versions has nothing to do with our usage.
2022-11-21 16:36:59 +08:00
..
file_format_testdata
schemas
comment.go
downloader.go
error.go
file_format.go Replace yaml.v2 with yaml.v3 (#21832) 2022-11-21 16:36:59 +08:00
file_format_test.go
issue.go
label.go
messenger.go
milestone.go
null_downloader.go Fix dump-repo git init, fix wrong error type for NullDownloader (#20182) 2022-07-01 07:48:25 +08:00
options.go
pullrequest.go Add more checks in migration code (#21011) 2022-09-04 13:47:56 +03:00
reaction.go
release.go Add more checks in migration code (#21011) 2022-09-04 13:47:56 +03:00
repo.go Add more checks in migration code (#21011) 2022-09-04 13:47:56 +03:00
retry_downloader.go
review.go
schemas_bindata.go
schemas_dynamic.go
schemas_static.go
uploader.go