forgejo/modules/migrations
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>
2021-05-31 04:25:47 -04:00
..
base Encrypt migration credentials at rest (#15895) 2021-05-31 04:25:47 -04:00
dump.go Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790) 2021-05-10 15:57:45 +08:00
error.go
git.go
gitea_downloader.go
gitea_downloader_test.go
gitea_uploader.go Fix get tag when migration (#16014) 2021-05-29 16:04:58 -04:00
gitea_uploader_test.go
github.go GitHub: migrate draft releases too (#15884) 2021-05-15 18:37:17 -04:00
github_test.go
gitlab.go Add support to migrate from gogs (#14342) 2021-01-21 20:33:58 +01:00
gitlab_test.go
gogs.go
gogs_test.go
main_test.go
migrate.go
migrate_test.go
restore.go
update.go