Plugins Directory » Github commit integration
|
Author: | Parth Barot |
---|---|---|
Website: | https://github.com/BoTreeConsultingTeam/github_commits | |
Code repository: | https://github.com/BoTreeConsultingTeam/github_commits | |
Registered on: | 2017-01-27 (almost 8 years ago) | |
Current version: | 0.0.2 | |
Compatible with: | Redmine 3.5.x, 3.4.x, 3.3.x | |
User ratings: |
This plugin adds a comment in Redmine issue whenever the user commits to GitHub including the Redmine issue number in the commit message. We have created this plugin because it is very painful to keep track of all commits for an issue, and we just wanted to connect the github with our own Redmine without having the repository set.
You would need to setup a GitHub hook for this, Please refer to https://github.com/BoTreeConsultingTeam/github_commits
Installation notes
- Put it under plugins directory
- Need to pass
GITHUB_SECRET_TOKEN
as an environment variable, and the same token will be used while you register a GitHub webhook. This is used to authorise the request when GitHub sends the data. - See the homepage for more instructions on usage
Changelog
0.0.2 (2017-02-03)
Compatible with Redmine 3.5.x, 3.4.x, 3.3.x.
- Fixed - While merging branches, Github sends out the same commit notifications again on webhook. This is creating another comment for the same commit, just the branch name is different. - https://github.com/BoTreeConsultingTeam/github_commits/issues/1
0.0.1 (2017-01-27)
Compatible with Redmine 3.3.x.