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/services/convert
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
..
activity.go For API attachments, use API URL (#25639) 2 years ago
attachment.go Fix attachment download bug (#27486) 1 year ago
convert.go add skip secondary authorization option for public oauth2 clients (#31454) 7 months ago
git_commit.go Move context from modules to services (#29440) 1 year ago
git_commit_test.go Adjust object format interface (#28469) 1 year ago
issue.go Performance improvements for pull request list API (#30490) 9 months ago
issue_comment.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 10 months ago
issue_test.go
main_test.go make writing main test easier (#27270) 1 year ago
mirror.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
notification.go Performance improvements for pull request list page (#29900) 11 months ago
package.go Clarify permission "HasAccess" behavior (#30585) 10 months ago
pull.go Fix null requested_reviewer from API (#31773) 7 months ago
pull_review.go Fix possible NPE in ToPullReviewList (#29759) 12 months ago
pull_review_test.go Fix possible NPE in ToPullReviewList (#29759) 12 months ago
pull_test.go Fix `Permission` in API returned repository struct (#25388) 2 years ago
release.go add Upload URL to release API (#26663) 2 years ago
release_test.go add Upload URL to release API (#26663) 2 years ago
repository.go Refactor webhook (#31587) 8 months ago
secret.go feat: implement organization secret creation API (#26566) 2 years ago
status.go refactor improve NoBetterThan (#26126) 2 years ago
user.go Make gitea webhooks openproject compatible (#28435) 9 months ago
user_test.go Add context cache as a request level cache (#22294) 2 years ago
utils.go Support migration from AWS CodeCommit (#31981) 5 months ago
utils_test.go Rewrite queue (#24505) 2 years ago
wiki.go Fix an actions schedule bug (#28942) 1 year ago