Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yoannfleurydev/vscode-gitlab-merge-request-upvotes

👍 Follow the upvotes on your GitLab's Merge Requests
https://github.com/yoannfleurydev/vscode-gitlab-merge-request-upvotes

code-review gitlab merge-request upvotes vscode vscode-extension

Last synced: 2 months ago
JSON representation

👍 Follow the upvotes on your GitLab's Merge Requests

Awesome Lists containing this project

README

        

# Gitlab Merge Request Upvotes README

!["Official GitLab Merge Request Upvotes Extension Logo"](./images/gitlab-merge-request-upvotes.png)

With **Gitlab Merge Request Upvotes** you can easily follow the upvotes or
approvals on your GitLab's MR. The Tree View
of the extension will show you the upvotes (or approvals) on the
MR you created by instances.

## Features

* Add GitLab instance
* Remove GitLab instance
* List GitLab instances in Tree View
* List Merge Request with their upvotes and titles.
* Click on Merge Request item to open the
MR web page.

![Demo](./docs/demo.gif)

### Tree View

Follow the upvotes in a dedicated preview. Items are clickable and will open
the MR in your default browser.

![Tree View](./docs/treeview.png)

## Extension Settings

This extension contributes the following settings:

* `gitlab-merge-request-upvotes.refresh.interval`: `number` of seconds between
each refresh.
* `gitlab-merge-request-upvotes.refresh.enable`: `boolean` to enable or disable
the auto refresh.
* `gitlab-merge-request-upvotes.upvotes.type`: `upvotes|approvals` to use
`upvotes` or `approvals`.

## Release Notes

See [CHANGELOG.md](./CHANGELOG.md)