Feature Request: Enable GitLab Enterprise with private domains
Thanks for this awesome extension.
I was wondering if there's a way to enable in different domains for GitLab Enterprise, Thanks
Hi @leocaseiro, thanks for the feedback! Gitlab Enterprise is indeed a planned addition, I'd just need to familiarize myself a bit more with the Gitlab API+Authentication.
Reading the documentation I realize there's three ways to authenticate:
There are three types of tokens available: private tokens, OAuth 2 tokens, and personal access tokens.
What would be your preference? Are personal access tokens widely used in the Gitlab community?
Reposplit would ask you for one of those key tokens and ideally it'd be stored somehow in your browser so you don't have to introduce it again. My question is: how do GEnterprise URLs look like? server1.gitlab.com/.../, gitlab.myserver.com/.../? I'm wondering whether localStorage would be enough to retain that token across different visits to the same GE server/domain.
Hi @git-toni,
Thank you for the quickly reply.
The octotree used to work with token, like so: https://github.com/buunguyen/octotree/blob/c7c5bc9fcd196c0902b201313e8c0ec51262eecf/README.md#enterprise-urls
They also used to save in the chrome storage (I believe). But localstorage should do the job as well
I found this extension that works for self hosted https://chrome.google.com/webstore/detail/gitlab-code-view/gglalfcdiahpedikbmegmmkmpmajnpjj