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/services/migrations
Haruo Kinoshita 9edf80f472
Fix migration from gitbucket (repost) (#22477)
Reposting pull request for #22465 

> Migration from GitBucket does not work due to a access for "Reviews"
API on GitBucket that makes 404 response. This PR has following changes.
> 1. Made to stop access for Reviews API while migrating from GitBucket.
> 2. Added support for custom URL (e.g.
`http://example.com/gitbucket/owner/repository`)
> 3. Made to accept for git checkout URL
(`http://example.com/git/owner/repository.git`)

Co-authored-by: zeripath <art27@cantab.net>
1 year ago
..
codebase.go Implement FSFE REUSE for golang files (#21840) 2 years ago
codebase_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
common.go Implement FSFE REUSE for golang files (#21840) 2 years ago
dump.go Implement FSFE REUSE for golang files (#21840) 2 years ago
error.go Implement FSFE REUSE for golang files (#21840) 2 years ago
git.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gitbucket.go Fix migration from gitbucket (repost) (#22477) 1 year ago
gitea_downloader.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gitea_downloader_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gitea_uploader.go Check primary keys for all tables and drop ForeignReference (#21721) 2 years ago
gitea_uploader_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
github.go Fix migration from gitbucket (repost) (#22477) 1 year ago
github_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gitlab.go Update golang deps (#22410) 1 year ago
gitlab_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gogs.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gogs_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
http_client.go Implement FSFE REUSE for golang files (#21840) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
migrate.go Implement FSFE REUSE for golang files (#21840) 2 years ago
migrate_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
onedev.go Implement FSFE REUSE for golang files (#21840) 2 years ago
onedev_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
restore.go Implement FSFE REUSE for golang files (#21840) 2 years ago
update.go Implement FSFE REUSE for golang files (#21840) 2 years ago