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/modules/migrations/base
Norwin cb940c4312
Encrypt migration credentials at rest (#15895)
* encrypt migration credentials in task persistence

Not sure this is the best approach, we could encrypt the entire
`PayloadContent` instead. Also instead of clearing individual fields in
payload content, we could just delete the task once it has
(successfully) finished..?

* remove credentials of past migrations

* only run DB migration for completed tasks

* fix binding

* add omitempty

* never serialize unencrypted credentials

* fix import order

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years ago
..
comment.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 4 years ago
downloader.go Add support to migrate from gogs (#14342) 4 years ago
error.go Add support to migrate from gogs (#14342) 4 years ago
issue.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 4 years ago
label.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290) 6 years ago
milestone.go Add support to migrate from gogs (#14342) 4 years ago
null_downloader.go Add support to migrate from gogs (#14342) 4 years ago
options.go Encrypt migration credentials at rest (#15895) 4 years ago
pullrequest.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 4 years ago
reaction.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 4 years ago
release.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 4 years ago
repo.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 4 years ago
retry_downloader.go Add support to migrate from gogs (#14342) 4 years ago
review.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 4 years ago
uploader.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 4 years ago