Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yoannfleurydev/vscode-gitlab-merge-request-upvotes
- Owner: yoannfleurydev
- Created: 2019-08-25T10:03:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T17:28:48.000Z (12 months ago)
- Last Synced: 2024-09-14T11:43:27.242Z (3 months ago)
- Topics: code-review, gitlab, merge-request, upvotes, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=yoannfleurydev.gitlab-merge-request-upvotes
- Size: 3.25 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)