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/migration
Zettat123 def1c9670b
Support migration from AWS CodeCommit (#31981)
This PR adds support for migrating repos from [AWS
CodeCommit](https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html).

The access key ID and secret access key are required to get repository
information and pull requests. And [HTTPS Git
credentials](https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-gc.html)
are required to clone the repository.

<img
src="https://github.com/user-attachments/assets/82ecb2d0-8d43-42b0-b5af-f5347a13b9d0"
width="680" />

The AWS CodeCommit icon is from [AWS Architecture
Icons](https://aws.amazon.com/architecture/icons/).

<img
src="https://github.com/user-attachments/assets/3c44d21f-d753-40f5-9eae-5d3589e0d50d"
width="320" />
5 months ago
..
file_format_testdata Validate migration files (#18203) 3 years ago
schemas Validate migration files (#18203) 3 years ago
comment.go Replace `interface{}` with `any` (#25686) 2 years ago
downloader.go Replace `interface{}` with `any` (#25686) 2 years ago
error.go Implement FSFE REUSE for golang files (#21840) 2 years ago
file_format.go Replace `interface{}` with `any` (#25686) 2 years ago
file_format_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue.go Fix restore repo bug, clarify the problem of ForeignIndex (#22776) 2 years ago
label.go Scoped labels (#22585) 2 years ago
messenger.go Refactor locale&string&template related code (#29165) 12 months ago
milestone.go Implement FSFE REUSE for golang files (#21840) 2 years ago
null_downloader.go Implement FSFE REUSE for golang files (#21840) 2 years ago
options.go Support migration from AWS CodeCommit (#31981) 5 months ago
pullrequest.go Use correct function name (#31887) 6 months ago
reaction.go Implement FSFE REUSE for golang files (#21840) 2 years ago
release.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
retry_downloader.go Implement FSFE REUSE for golang files (#21840) 2 years ago
review.go Fix restore repo bug, clarify the problem of ForeignIndex (#22776) 2 years ago
schemas_bindata.go Implement FSFE REUSE for golang files (#21840) 2 years ago
schemas_dynamic.go Implement FSFE REUSE for golang files (#21840) 2 years ago
schemas_static.go Implement FSFE REUSE for golang files (#21840) 2 years ago
uploader.go Implement FSFE REUSE for golang files (#21840) 2 years ago