0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-06 01:14:39 +01:00
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" />
2024-09-11 07:49:42 +08:00
..
actions Actions support workflow dispatch event (#28163) 2024-08-18 22:38:40 -04:00
setting Don't return 500 if mirror url contains special chars (#31859) 2024-08-21 01:54:55 +00:00
activity.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
attachment.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
blame.go
branch.go Hide the "Details" link of commit status when the user cannot access actions (#30156) 2024-07-28 23:11:40 +08:00
cherry_pick.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
code_frequency.go
commit.go Add tag name in the commits list (#31082) 2024-08-19 17:04:06 +00:00
compare.go Hide the "Details" link of commit status when the user cannot access actions (#30156) 2024-07-28 23:11:40 +08:00
contributors.go
download.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
editor.go
editor_test.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
find.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
fork.go
githttp.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
githttp_test.go
helper.go
helper_test.go
issue.go Distinguish official vs non-official reviews, add tool tips, and upgr… (#31924) 2024-09-06 06:40:02 +00:00
issue_content_history.go
issue_dependency.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
issue_label.go
issue_label_test.go
issue_lock.go
issue_pin.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
issue_stopwatch.go
issue_test.go
issue_timetrack.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
issue_watch.go
main_test.go
middlewares.go
migrate.go Support migration from AWS CodeCommit (#31981) 2024-09-11 07:49:42 +08:00
milestone.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
packages.go
patch.go
projects.go Add issue comment when moving issues from one column to another of the project (#29311) 2024-08-09 01:29:02 +00:00
projects_test.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
pull.go bump to go 1.23 (#31855) 2024-09-10 02:23:07 +00:00
pull_review.go
pull_review_test.go
recent_commits.go
release.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
release_test.go
render.go
repo.go Hide the "Details" link of commit status when the user cannot access actions (#30156) 2024-07-28 23:11:40 +08:00
search.go
search_test.go
topic.go
treelist.go
view.go bump to go 1.23 (#31855) 2024-09-10 02:23:07 +00:00
view_test.go
wiki.go Fix raw wiki links (#31825) 2024-08-16 20:40:51 +08:00
wiki_test.go Fix raw wiki links (#31825) 2024-08-16 20:40:51 +08:00