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.
forgejo/modules/migrations
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
3 years ago
..
base Add migrate from OneDev (#16356) 3 years ago
dump.go Fix dump and restore respository (#16698) 3 years ago
error.go Upgrade github.com/google/go-github v32.1.0 -> v37.0.0 (#16661) 3 years ago
git.go Add support to migrate from gogs (#14342) 4 years ago
gitea_downloader.go Resolve TODO: Enable pagination on GiteaDownloader.GetComments() & update another TODO (#16963) 3 years ago
gitea_downloader_test.go Add migrate from OneDev (#16356) 3 years ago
gitea_uploader.go Move db related basic functions to models/db (#17075) 3 years ago
gitea_uploader_test.go Move db related basic functions to models/db (#17075) 3 years ago
github.go Fix bug of migrate comments which only fetch one page (#17055) 3 years ago
github_test.go Add migrate from OneDev (#16356) 3 years ago
gitlab.go Gitlab Migrator: dont ignore reactions of last request (#16903) 3 years ago
gitlab_test.go Add migrate from OneDev (#16356) 3 years ago
gogs.go Add migrate from OneDev (#16356) 3 years ago
gogs_test.go Add migrate from OneDev (#16356) 3 years ago
main_test.go Move db related basic functions to models/db (#17075) 3 years ago
migrate.go Resolve TODO: Enable pagination on GiteaDownloader.GetComments() & update another TODO (#16963) 3 years ago
migrate_test.go Move db related basic functions to models/db (#17075) 3 years ago
onedev.go Add migrate from OneDev (#16356) 3 years ago
onedev_test.go Make TestOneDevDownloadRepo work again & more resistant (#16987) 3 years ago
restore.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
update.go Refactor Cron and merge dashboard tasks (#10745) 4 years ago