[go: up one dir, main page]

Skip to content

Create importer for AWS CodeCommit repos

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Release notes

Problem to solve

AWS announced the retirement of their CodeCommit service and outlines, how to migrate repos to other services. Our blog post explains that simpler migration variant, as well.

However, Pull Requests and other non-Git data need additional migration tooling, such as via BitBucket's "optional" step to migrating PRs

Alternatively, this could also be implemented in aws-samples/repository-migration-helper.

Proposal

Create a dedicated importer, to join our roster of our existing ones, using the CodeCommit API endpoints, such as:

  • ListRepositories
  • ListPullRequests
  • GetPullRequest
  • GetCommentsForPullRequest
  • DescribePullRequestEvents
  • etc.

Intended users

Feature Usage Metrics

Analogous to our existing importers

Does this feature require an audit event?

Edited by 🤖 GitLab Bot 🤖