Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

cifren/ghyt-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghyt-api

Description

This package allow you to quickly put on a system that operate actions between Youtrack and Github, using a webserver receiving hooks from github and sending actions to Youtrack.

It needs for that a configuration that defines jobs, conditions and actions that will be played.

Pre-install

You need :

  • make
  • docker
  • docker-compose

Run your test

$ make test@run

Run only some tests

$ make test@run-specific file="github.com/cifren/ghyt-api/youtrack/repository"