Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Python script to replay lost git push activities to the gitlab-listener in Jira

Notifications You must be signed in to change notification settings

cronn/jira-gitlab-listener-replay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

# virtualenv -p python3 virtualenv
# source virtualenv/bin/activate
# pip install --upgrade pip
# pip install -r requirements.txt
# cp config.py.sample config.py
# vi config.py

Usage

Example:

./replay.py --dry-run \
            --repo-dir /path/to/git/checkout \
            --repo-path='path/to/repo' \
            --start-commit=abcdef \
            --end-commit=fedcba \
            --project-id 42

About

Python script to replay lost git push activities to the gitlab-listener in Jira

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages