Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

rriverak/vscode-gitlab-explorer

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published