Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novotnyr/gitlab-quickmr-idea-plugin
IntelliJ IDEA plug-in that will help you to quickly create Merge Requests for GitLab
https://github.com/novotnyr/gitlab-quickmr-idea-plugin
gitlab intellij-idea intellij-plugin
Last synced: 2 months ago
JSON representation
IntelliJ IDEA plug-in that will help you to quickly create Merge Requests for GitLab
- Host: GitHub
- URL: https://github.com/novotnyr/gitlab-quickmr-idea-plugin
- Owner: novotnyr
- License: apache-2.0
- Created: 2018-09-16T17:05:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T22:37:40.000Z (8 months ago)
- Last Synced: 2024-09-27T05:20:27.224Z (3 months ago)
- Topics: gitlab, intellij-idea, intellij-plugin
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/11149-gitlab-quick-merge-request
- Size: 3.8 MB
- Stars: 26
- Watchers: 4
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
About this plugin
=================This is an IntelliJ IDEA plug-in that will help you to quickly
create Merge Requests for GitLab projects.* Quickly create merge requests with default settings and submit them with a single click
* Specify your favourite merge request assignees
* Supports GitLab API v4Using the plug-in
-----------------### Configure Project Settings
First, configure the project settings in
**Preferences | Version Control | GitLab Quick Merge Request**.### GitLab URL and GitLab REST Access Token
Then, specify GitLab URL and REST Access Token and enter
default target branch for Merge Request and a title.Usually, the following guidelines apply:
#### GitLab URLs
* GitLab.com:
* GitLab URL: https://gitlab.com/api/v4
* Personal Access Token: https://gitlab.com/profile/personal_access_tokens
* Private instance hosted at gitlab.example.com:
* GitLab URL: https://gitlab.example.com/api/v4
* Personal Access Token: https://gitlab.example.com/profile/personal_access_tokens### Set Up Assignees
Then, feel free to add as many assignees as necessary. The first
assignee is a default one that can be used to super-quick
Merge Request.Submitting Merge Requests
-------------------------
Right-Click on the project, then use the *Git* submenu.* *Quick Merge Request* will create a new Merge Request
from the current module with the default settings. It will be assigned
to the favourite assignee
* *Quick Merge Assigned To* will submit a new Merge Request,
but you may choose a default assignee.Compatibility
-------------This plugin is compatible with all JetBrains product that enable
Git VC integration.Screenshot
----------
![Screenshot of submenu](./screenshot.png)