# GitLabProjects **Repository Path**: bestxu/GitLabProjects ## Basic Information - **Project Name**: GitLabProjects - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-04 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## GitLab Projects Simple plugin that is adding support for GitLab specific actions to JetBrain IDEs ### Features: * **GitLab Checkout support** - add GitLab autocompleter to IDE Git checkout dialog * **GitLab Share dialog** - allows quick import of new projects to GitLab, user can specify namespace and project visibility * **GitLab Merge Request dialog** - user can quickly create new merge requests from current branch * **GitLab Merge Request List dialog** - user can list and accept all open code reviews ### Development This project is using the intellij gradle build plugin. https://github.com/JetBrains/gradle-intellij-plugin To build do `gradle build` To run it in IDE and debug `gradle runIdea` ### Contributing Everybody is welcome to contribute to this project. Submit your pull requests to **master** branch. Master is always exact code that is used in latest release.