I already took a look at this post:
But this fall very shortcoming if you use a package manager and the url are not editable on the fly. We do work with other entreprise, we have our own bitbucket and they have their. The git config fake domain work when doing a simple git clone from cli. But when using tools that automate the packages building, work across cie is a nightmare with bitbucket.
Can we have subdomain like gitlab please
gitlab.my_company.com
That would make this viable into a git config
or mycie.bitbuckt.org/ would be nice, it can redirect under the hood to bitbucket.org/mycie/ so you infra can still work but we could at least make a config that doesn't change the source to support multiple entreprise or cross entreprise repository with packages managers. having to duplicate branches between entreprise on bitbucket only for working is a huge pain.
Wish our management finally approve our request to move to gitlab or github, bitbucket is full of limitation compare to other offering.
Hey @Jérôme Godbout ,
thank you for reaching out to Community!
In the article that you shared there are two different suggested workaround:
I understand that Workaround 2 would involve modifying the URL you point to in your dependencies, so that wouldn't be an option for you. But maybe Workaround 1 would work for your use-case, as it's solely based on the directory where the command is being executed. Many package tools use Git commands under the hood, so they should usually respect the .gitconfig
file when executing a git operation.
However, this very depends on how the tool implements the fetch from git repositories, so it's important to to check the documentation for each specific tool you're using to ensure compatibility and to see if any additional configuration is necessary.
As for the custom domain, while it's still not available in Bitbucket Cloud, we already have a feature request with our development team to implement this functionality, which you can access in the following link :
I would recommend adding your Vote to that feature, as it helps our product managers and engineering team understand the demand for new features. To keep up to date with that feature's progress, you also have the option to add yourself as a watcher, so you will be notified by email of any new comment/update on that ticket. Please note that all features are implemented with this policy in mind.
Thank you, @Jérôme Godbout !
Patrik S
Both workaround are only valid for local checkout, this does help when using package manager or any other form of automated tools.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.