giturlparse
giturlparse copied to clipboard
Can you add AWS CodeCommit, Azure Repo, Google Cloud source repo support?
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 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.