Skip to content

Show Git server settings in Enterprise mode - #82

Open
villanella wants to merge 1 commit into
DocHubTeam:v4.4.0from
villanella:fix/gitlab-url-field-v4.4.0
Open

villanella wants to merge 1 commit into
DocHubTeam:v4.4.0from
villanella:fix/gitlab-url-field-v4.4.0

Conversation

@villanella

Copy link
Copy Markdown

Supersedes #80 (closed when its source branch was deleted; retargeted from master, which is stale, to v4.4.0, the actual current release branch).

DocHubToolWindow only forwards gitServerMode/gitServer to the frontend when usingMode is Enterprise, but the settings UI hid those exact fields whenever Enterprise mode was selected - leaving no way to configure DOCHUB_IDE_GITLAB_URL/DOCHUB_IDE_BITBUCKET_URL for gitlab:/bitbucket: imports on an Enterprise portal. This client-side override is also currently the only reliable option, since setting VUE_APP_DOCHUB_GITLAB_URL on the server without a personal token triggers an unrelated OAuth redirect bug in the core app.

Testing: built and installed on a real IntelliJ IDEA 2026.1.5 project, confirmed gitlab: imports in Enterprise mode now resolve correctly through the newly-visible Git server settings - previously failing with "Base URI is empty".

Fixes #79

DocHubToolWindow only forwards gitServerMode/gitServer to the frontend
when usingMode is Enterprise, but the settings UI hid those exact
fields whenever Enterprise mode was selected - leaving no way to
configure DOCHUB_IDE_GITLAB_URL/DOCHUB_IDE_BITBUCKET_URL for
gitlab:/bitbucket: imports on an Enterprise portal. This client-side
override is also currently the only reliable option, since setting
VUE_APP_DOCHUB_GITLAB_URL on the server without a personal token
triggers an unrelated OAuth redirect bug in the core app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant