forgejo/services/migrations
zeripath 26f4fe2b44
Correctly handle draft releases without a tag (#20314) (#20335)
Backport #20314

`errors.Is(err, git.ErrNotExist{})` is not working

Fixes #20313

Co-authored-by: Chongyi Zheng <harry@harryzheng.com>
2022-07-12 19:55:25 +01:00
..
codebase.go
codebase_test.go
dump.go Fix cli command restore-repo: "units" should be parsed as cli.String (#20183) (#20187) 2022-07-01 17:16:59 +02:00
error.go Prevent NPE whilst migrating if there is a team request review (#19855) 2022-06-09 10:50:05 +08:00
git.go
gitbucket.go
gitea_downloader.go Prevent NPE whilst migrating if there is a team request review (#19855) 2022-06-09 10:50:05 +08:00
gitea_downloader_test.go
gitea_uploader.go Correctly handle draft releases without a tag (#20314) (#20335) 2022-07-12 19:55:25 +01:00
gitea_uploader_test.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
github.go Prevent NPE whilst migrating if there is a team request review (#19855) 2022-06-09 10:50:05 +08:00
github_test.go
gitlab.go
gitlab_test.go
gogs.go
gogs_test.go
http_client.go
main_test.go
migrate.go Unify repo settings & show better error (#19828) 2022-06-12 13:43:27 +08:00
migrate_test.go
onedev.go
onedev_test.go
restore.go
update.go