No release in over 3 years
Low commit activity in last 3 years
Nothing more to add
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
 Project Readme

Gerrit2jiracomment https://img.shields.io/github/tag/gizmomogwai/gerrit2jiracomment.svg?style=flat-square https://img.shields.io/travis/gizmomogwai/gerrit2jiracomment/master.svg?style=flat-square https://img.shields.io/codecov/c/github/gizmomogwai/gerrit2jiracomment/master.svg?style=flat-square https://img.shields.io/readthedocs/pip.svg?style=flat-square

Proof of concept implementation that listens on a gerrit stream and updated jira comments accordingly.

Installation

gem install gerrit2jiracomment

Usage

`bundle exec exe/gerrit2jiracomment` for development or just gerrit2jiracomment encode your settings with gpg -e -r user@email.com settings.yaml

Development

To deploy a new gem version increment version.rb, run bundle install, make a commit and push this to origin. Travis will do the deployment to rubygems.org, if the build is allright.

To deploy automatically to rubygems, one needs to add the api key of rubygems by running travis encrypt --add deploy.api_key

Contributing

Deployment

  • increment the version in version.rb
  • make a pull request for your commit,
  • see that it builds,
  • merge it to master,
  • push a tag on it
  • travis will deploy to rubygems.org
  • install gem from there