{"id":21250092,"url":"https://github.com/dansmaculotte/vue-gitlab-review-toolbar","last_synced_at":"2025-07-11T00:31:11.465Z","repository":{"id":38290657,"uuid":"190874976","full_name":"dansmaculotte/vue-gitlab-review-toolbar","owner":"dansmaculotte","description":"Vue.js plugin for Gitlab Review Toolbar","archived":true,"fork":false,"pushed_at":"2025-02-20T09:24:48.000Z","size":2932,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T22:02:01.070Z","etag":null,"topics":["gitlab","merge-request","review","vue","vue-plugin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dansmaculotte.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-08T10:30:49.000Z","updated_at":"2025-02-20T09:25:24.000Z","dependencies_parsed_at":"2024-11-18T21:33:15.742Z","dependency_job_id":"a9be473d-0147-4cd0-b715-1686aafa6b61","html_url":"https://github.com/dansmaculotte/vue-gitlab-review-toolbar","commit_stats":{"total_commits":46,"total_committers":4,"mean_commits":11.5,"dds":"0.28260869565217395","last_synced_commit":"591f081552c35e9311e1e5600817fec9b65d427c"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dansmaculotte/vue-gitlab-review-toolbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansmaculotte%2Fvue-gitlab-review-toolbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansmaculotte%2Fvue-gitlab-review-toolbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansmaculotte%2Fvue-gitlab-review-toolbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansmaculotte%2Fvue-gitlab-review-toolbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dansmaculotte","download_url":"https://codeload.github.com/dansmaculotte/vue-gitlab-review-toolbar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansmaculotte%2Fvue-gitlab-review-toolbar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264697462,"owners_count":23650951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitlab","merge-request","review","vue","vue-plugin"],"created_at":"2024-11-21T03:14:54.311Z","updated_at":"2025-07-11T00:31:11.076Z","avatar_url":"https://github.com/dansmaculotte.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-gitlab-review-toolbar\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Dependencies][david-dm-src]][david-dm-href]\n[![Standard JS][standard-js-src]][standard-js-href]\n\n\u003e Vue.js plugin for Gitlab Review Toolbar\n\nThis feature from Gitlab is undocumented. You can find it after setting up a review app in merge request.\n\nComponent code is accessible [here](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/vendor/assets/javascripts/visual_review_toolbar.js).\n\n![gitlab review button][gitlab-review-button-src]\n![gitlab review modal][gitlab-review-modal-src]\n![gitlab review personal access token][gitlab-review-personal-access-token-src]\n![gitlab review send feedback][gitlab-review-send-feedback-src]\n\n## Setup\n\n1. Add the `@dansmaculotte/vue-gitlab-review-toolbar` dependency with `yarn` or `npm` to your project\n2. Configure it:\n\n```js\nimport Vue from 'vue'\nimport GitlabReviewToolbar from '@dansmaculotte/vue-gitlab-review-toolbar'\n\nVue.use(GitlabReviewToolbar, {\n  projectId: 'GITLAB_PROJECT_ID',\n  projectPath: 'GITLAB_PROJECT_PATH',\n  mergeRequestId: 'GITLAB_MERGE_REQUEST_ID',\n  mergeRequestUrl: 'YOUR_GITLAB_URL',\n  personalAccessToken: 'YOUR_PERSONAL_ACCESS_TOKEN'\n})\n```\n\n## Usage\n\n## Options\n\n### projectId\n\n- Type: `String`\n  - Default: `''`\n\n### projectPath\n\n- Type: `String`\n  - Default: `''`\n\n### mergeRequestId\n\n- Type: `String`\n  - Default: `''`\n\n### mergeRequestUrl\n\n- Type: `String`\n  - Default: `'https://gitlab.com'`\n\n### personalAccessToken\n\n- Type: `String`\n  - Default: `''`\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install` or `npm install`\n3. Start development server using `npm run dev`\n\n## License\n\n[MIT License](./LICENSE.md)\n\n\u003c!-- Badges --\u003e\n[npm-downloads-src]: https://img.shields.io/npm/dt/@dansmaculotte/vue-gitlab-review-toolbar.svg?style=flat-square\n[npm-downloads-href]: https://npmjs.com/package/@dansmaculotte/vue-gitlab-review-toolbar\n\n[npm-version-src]: https://img.shields.io/npm/v/@dansmaculotte/vue-gitlab-review-toolbar/latest.svg?style=flat-square\n[npm-version-href]: https://npmjs.com/package/@dansmaculotte/vue-gitlab-review-toolbar\n\n[david-dm-src]: https://david-dm.org/dansmaculotte/vue-gitlab-review-toolbar/status.svg?style=flat-square\n[david-dm-href]: https://david-dm.org/dansmaculotte/vue-gitlab-review-toolbar\n\n[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square\n[standard-js-href]: https://standardjs.com\n\n[gitlab-review-button-src]: ./images/review-button.png\n[gitlab-review-modal-src]: ./images/review-modal.png\n[gitlab-review-personal-access-token-src]: ./images/review-personal-access-token.png\n[gitlab-review-send-feedback-src]: ./images/review-send-feedback.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansmaculotte%2Fvue-gitlab-review-toolbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdansmaculotte%2Fvue-gitlab-review-toolbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansmaculotte%2Fvue-gitlab-review-toolbar/lists"}