Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 2.24 KB

File metadata and controls

64 lines (43 loc) · 2.24 KB

Redmine logo

Changeset Branches

Platform Language Redmine License

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.

Table of contents

Screenshots

(Back to top)

Associated Revisions can be filtered by git branch name:

Screenshot

Requirements

(Back to top)

Installation

(Back to top)

  1. Clone this repository
$ git clone https://github.com/a-kushnir/changeset_branches.git
  1. Put them in redmine/plugins directory
  2. Run migrations
$ rails db:migrate
  1. Restart Redmine

License

(Back to top)

Changeset Branches plugin is under the MIT license. See the LICENSE for more information.

Links

(Back to top)