A Redmine plugin that adds filtering by git branch name to Associated revisions section on Issue page. The feature is implemented by overriding UI as well as a background worker that scans git repository for new commits.
Associated Revisions can be filtered by git branch name:
- Clone this repository
$ git clone https://github.com/a-kushnir/changeset_branches.git
- Put them in redmine/plugins directory
- Run migrations
$ rails db:migrate
- Restart Redmine
Changeset Branches plugin is under the MIT license. See the LICENSE for more information.