heartnheart / vscode-gitlab-explorer

VSCode extension for working with GitLab Project Items, supporting both GitLab.com and custom GitLab Servers

Repository from Github https://github.comheartnheart/vscode-gitlab-explorerRepository from Github https://github.comheartnheart/vscode-gitlab-explorer

VS Code - GitLab Explorer

image image image

VS Code extension for working with GitLab Project Items, supporting both GitLab.com and custom GitLab Servers.

image

Features

  • Explore your GitLab hierarchy with Groups, Projects, etc..
  • View Issues and Discssions in VSCode

Planned

  • Improve UI in Views
  • Show Gitlab ToDos and Jump in TreeView
  • Create / Edit Issues in VSCode
  • Create / Edit Comment in VSCode

Extension Settings

  • gitlab-explorer.serverAddress: GitLab Server URL.
  • gitlab-explorer.personalToken: Personal access token to use the GitLab API.

To create a gitlab-explorer.personalToken with api Scope follow the instructions in the Gitlab documentation.

Required Settings

Gitlab.com Example

"gitlab-explorer.personalToken": "MY_PERSONAL_TOKEN"

If gitlab-explorer.serverAddress is not set, it use Gitlab.com by default.

Custom Server Example

"gitlab-explorer.serverAddress": "https://gitlab.mydomain.com" 
"gitlab-explorer.personalToken": "MY_PERSONAL_TOKEN"

Its also possible to use a ReverseProxy or SSL Offloading.

"gitlab-explorer.serverAddress": "https://mydomain.com/someSegement/gitlab" 
"gitlab-explorer.personalToken": "MY_PERSONAL_TOKEN"

For Security Reasons Gitlab-Explorer serves only HTTPS Resources. Including Uploads and Assets in Markdown

Links

About

VSCode extension for working with GitLab Project Items, supporting both GitLab.com and custom GitLab Servers

License:MIT License


Languages

Language:TypeScript 81.0%Language:CSS 17.4%Language:JavaScript 1.5%