This plugin extract commits and references from a remote or local git repository. It then saves the data into the database or csv files.
Steps to make this plugin work
Use the Git repo extractor to retrieve commit-and-branch-related data from your repo
Use the GitHub plugin to retrieve Github-issue-and-pr-related data from your repo. NOTE: you can run only one the issue collection stage as described in the Github Plugin README.
Use the RefDiff plugin to calculate version diff, which will be stored in refs_commits_diffs table.
url: the location of the git repository. It should start with http/https for remote git repository or / for a local one.
repoId: column id of repos.
proxy: optional, http proxy, e.g. http://your-proxy-server.com:1080.
user: optional, for cloning private repository using HTTP/HTTPS
password: optional, for cloning private repository using HTTP/HTTPS
privateKey: optional, for SSH cloning, base64 encoded PEM file
passphrase: optional, passphrase for the private key
Development
This plugin depends on libgit2, you need to install version 1.3.0 in order to run and debug this plugin on your local
machine. Click here for a brief guide.