# gitlab-integration-plugin
**Repository Path**: wangjinwen/gitlab-integration-plugin
## Basic Information
- **Project Name**: gitlab-integration-plugin
- **Description**: Intellij Plugin for GitLab Integration
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-06-22
- **Last Updated**: 2021-06-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Gitlab Integration Plugin
Lets you interact with gitlab from within your IDE.
Features:
- List projects (by namespaces) and their issues
- Filter issues by author, assignee or custom text
- Re-open / close issues (right click)
- Edit issues (double click)
Please, leave a comment or drop me an email with any issues/reports.
## How To
After plugin install, go to IDE preferences, and look for Gitlab Integration.
You'll need the host and your API key from your gitlab (which you can find under Profile Settings -> Account)
## Change notes
( 2018-11-20 ) v1.1.2
- Fixing nullpointer (for now)
( 2018-11-17 ) v1.1.1
- Minor improvements to the plugin initialization
- Minor improvements to the plugin settings view
( 2018-11-13 ) v1.1.0
- Redone plugin to use Gitlab API v4
( 2014-10-14 ) v1.0.6
- Java 6 / 7 versions
- displaying issue Iid instead of Id
( 2014-07-08 ) v1.0.5
- Fixed possible ssl error (ignoring certificate errors by default)
( 2014-07-07 ) v1.0.4
( 2014-06-23 ) v1.0.3
- Issues list filter
- minor improvements
( 2014-04-29 ) v1.0.2
- Set plugin dependency to build 133 (IntelliJ IDEA 13, PyCharm 3.1, WebStorm 7, PhpStorm 7) - intellij 13 was the first to support java7
( 2014-04-29 ) v1.0.1
- Improves in the issue editing view
( 2014-04-25 ) v1.0
## Author
Author:: Diogo Neves ( diogo.sousa.neves@gmail.com )
## Licence
The MIT License (MIT)
Copyright (c) 2018 Diogo Neves
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.