Socket
Socket
Sign inDemoInstall

@dansmaculotte/vue-gitlab-review-toolbar

Package Overview
Dependencies
0
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dansmaculotte/vue-gitlab-review-toolbar

Vue.js plugin for Gitlab Review Toolbar


Version published
Maintainers
4
Install size
8.68 kB
Created

Readme

Source

vue-gitlab-review-toolbar

npm version npm downloads Dependencies Standard JS

Vue.js plugin for Gitlab Review Toolbar

This feature from Gitlab is undocumented. You can find it after setting up a review app in merge request.

Component code is accessible here.

gitlab review button gitlab review modal gitlab review personal access token gitlab review send feedback

Setup

  1. Add the @dansmaculotte/vue-gitlab-review-toolbar dependency with yarn or npm to your project
  2. Configure it:
import Vue from 'vue'
import GitlabReviewToolbar from '@dansmaculotte/vue-gitlab-review-toolbar'

Vue.use(GitlabReviewToolbar, {
  projectId: 'GITLAB_PROJECT_ID',
  projectPath: 'GITLAB_PROJECT_PATH',
  mergeRequestId: 'GITLAB_MERGE_REQUEST_ID',
  mergeRequestUrl: 'YOUR_GITLAB_URL',
  personalAccessToken: 'YOUR_PERSONAL_ACCESS_TOKEN'
})

Usage

Options

projectId

  • Type: String
    • Default: ''

projectPath

  • Type: String
    • Default: ''

mergeRequestId

  • Type: String
    • Default: ''

mergeRequestUrl

  • Type: String
    • Default: 'https://gitlab.com'

personalAccessToken

  • Type: String
    • Default: ''

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

FAQs

Last updated on 03 Sep 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc