Skip to content

Look up the status of JIRA issues in Github tag comparisons.

Notifications You must be signed in to change notification settings

GloriaHornero/cremita

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cremita

No Maintenance Intended

Cremita is a simple script that looks up all commits between two commit identifiers (hashes, tags or branches) in a Github repository, finds all JIRA issue keys in the commit messages and prints the current status of each issue and its parent.

We built this at Typeform as a quick and dirty Friday hack to make quality assurance before deployments a little bit easier.

How do I install it?

  1. Clone this repository.
  2. Run bundle install to install its dependencies.
  3. Create a .env file from the .env.dist file with your credentials.

How do I use it?

Just pass a repository name and a starting and ending commit identifier as arguments. For example:

bundle exec ruby cremita.rb example/foobar v1.0.0 34a8b99

About

Look up the status of JIRA issues in Github tag comparisons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%