Giter VIP home page Giter VIP logo

pm2gitlab's Introduction

OpenProject Gitlab Plugin (Latest supported version: 7.4.4)

OpenProject plugin makes integration with Gitlab:

  • creates Merge Request on changing task status to defined as 'merger request' (you can define trigger task by your own)
  • sends message to OpenProject after Merge Request in GinLab merged to master

Branch in GitLab should looks like:

:branchname_:taskid

e.g. mybranch_12, dev_1234, etc.

taskid - used to find corresponded work package in OpenProject.

Install

To include the new plugin into OpenProject, you have to add it into Gemfile.plugins like any other OpenProject plugin.

group :opf_plugins do
  gem "openproject-pm2gitlab", git: "https://github.com/zaproo/pm2gitlab.git", :branch => "master"
end

After that run

bundle install
rake db:migrate

More information about OpenProject plugins you can get here.

After installing plugin go to administration plugins page and set up your base gitlab url, access token, tokens for incoming hooks and openproject to gitlab user map table. You should also fill in specific settings for each project.

Incoming hooks (use POST method for all hooks)

  • sends message to task after Merge Request merged to master in GitLab
http://[your-openproject-domain]/pm2gitlab/merge_request

pm2gitlab's People

Contributors

zaproo-support avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar Bernd Rennebeck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.