giturlparse icon indicating copy to clipboard operation
giturlparse copied to clipboard

Can you add AWS CodeCommit, Azure Repo, Google Cloud source repo support?

Open MacHu-GWU opened this issue 2 years ago • 1 comments

Description

They are the major git repo as service provider for enterprise, can you add support for those platform?

  • AWS CodeCOmmit: https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-connect.html
  • Azure Repo: https://azure.microsoft.com/en-us/products/devops/repos
  • Google cloud source repo: https://source.cloud.google.com/onboarding/welcome

Here are some repo url examples for AWS CodeCommit

https://git-codecommit.us-east-1.amazonaws.com/v1/repos/repo-name
ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/repo-name
codecommit::us-east-1://repo-name

Proposed solution

Just add more regex pattern

MacHu-GWU avatar Oct 02 '23 00:10 MacHu-GWU

@MacHu-GWU Hi! Thanks for this report: sadly, I'm not sure we actually have time now to add support for more repos. We'll be happy to review a pull request if you can, and have time, to tackle this.

protoroto avatar Nov 09 '23 14:11 protoroto