Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitbucket server URLs parsed incorrectly #97

Closed
rberrelleza opened this issue Mar 7, 2019 · 3 comments
Closed

Bitbucket server URLs parsed incorrectly #97

rberrelleza opened this issue Mar 7, 2019 · 3 comments

Comments

@rberrelleza
Copy link

For example, when parsing https://example.com:7443/scm/ramiro/my-repo.git the value of owner is "scm/ramiro" instead of "ramiro"

See https://runkit.com/embed/wvfh1js176ot for a full example

@IonicaBizau
Copy link
Owner

Leaving this for reference here: https://docs.atlassian.com/bitbucket-server/javadoc/5.3.0/spi/reference/com/atlassian/bitbucket/scm/Scm.html

Probably we would have to have an option to specify the type of the url. Currently we detect by the domain, but that may not be enough.

@goober
Copy link
Contributor

goober commented Dec 8, 2020

@IonicaBizau This issue has been closed by #113

@IonicaBizau
Copy link
Owner

Cool! 🎇 Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants