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/routers/web/repo
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
..
actions Actions support workflow dispatch event (#28163) 6 months ago
setting Don't return 500 if mirror url contains special chars (#31859) 6 months ago
activity.go Refactor names (#31405) 8 months ago
attachment.go Refactor names (#31405) 8 months ago
blame.go Improve detecting empty files (#31332) 8 months ago
branch.go Hide the "Details" link of commit status when the user cannot access actions (#30156) 7 months ago
cherry_pick.go Refactor names (#31405) 8 months ago
code_frequency.go Move context from modules to services (#29440) 1 year ago
commit.go Add tag name in the commits list (#31082) 6 months ago
compare.go Hide the "Details" link of commit status when the user cannot access actions (#30156) 7 months ago
contributors.go Fix Activity Page Contributors dropdown (#31264) 9 months ago
download.go Refactor names (#31405) 8 months ago
editor.go Add missed return after `ctx.ServerError` (#31130) 9 months ago
editor_test.go Refactor names (#31405) 8 months ago
find.go Refactor names (#31405) 8 months ago
fork.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
githttp.go Refactor names (#31405) 8 months ago
githttp_test.go Fix http protocol auth (#27875) 1 year ago
helper.go Move context from modules to services (#29440) 1 year ago
helper_test.go Make web context initialize correctly for different cases (#26726) 2 years ago
issue.go Distinguish official vs non-official reviews, add tool tips, and upgr… (#31924) 6 months ago
issue_content_history.go Remove unnecessary inline style for tab-size (#31224) 9 months ago
issue_dependency.go Refactor names (#31405) 8 months ago
issue_label.go Refactor label.IsArchived() (#29750) 12 months ago
issue_label_test.go Move context from modules to services (#29440) 1 year ago
issue_lock.go Move context from modules to services (#29440) 1 year ago
issue_pin.go Refactor names (#31405) 8 months ago
issue_stopwatch.go Move context from modules to services (#29440) 1 year ago
issue_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_timetrack.go Refactor names (#31405) 8 months ago
issue_watch.go Move context from modules to services (#29440) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
middlewares.go Move context from modules to services (#29440) 1 year ago
migrate.go Support migration from AWS CodeCommit (#31981) 5 months ago
milestone.go Refactor names (#31405) 8 months ago
packages.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
patch.go Move context from modules to services (#29440) 1 year ago
projects.go Add issue comment when moving issues from one column to another of the project (#29311) 7 months ago
projects_test.go Refactor names (#31405) 8 months ago
pull.go bump to go 1.23 (#31855) 6 months ago
pull_review.go Prevent allow/reject reviews on merged/closed PRs (#30686) 10 months ago
pull_review_test.go Fix template error when comment review doesn't exist (#29888) 11 months ago
recent_commits.go Move context from modules to services (#29440) 1 year ago
release.go Refactor names (#31405) 8 months ago
release_test.go Move context from modules to services (#29440) 1 year ago
render.go Fix rendered wiki page link (#31398) 8 months ago
repo.go Hide the "Details" link of commit status when the user cannot access actions (#30156) 7 months ago
search.go Improve grep search (#30843) 10 months ago
search_test.go Improve grep search (#30843) 10 months ago
topic.go Move context from modules to services (#29440) 1 year ago
treelist.go Move context from modules to services (#29440) 1 year ago
view.go bump to go 1.23 (#31855) 6 months ago
view_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
wiki.go Fix raw wiki links (#31825) 6 months ago
wiki_test.go Fix raw wiki links (#31825) 6 months ago