Redmine Pulls
Allows users to create pull requests for repositories linked to projects.
Compatibility
This plugin version is compatible only with Redmine 3.4 and later.
Installation
-
Download the .ZIP archive, extract files and copy the plugin directory to
#{REDMINE_ROOT}/plugins/redmine_pulls. -
From the directory
#{REDMINE_ROOT}, install the plugin's dependencies:bundle install -
Make a backup of your database, then run the following command to update it:
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_pulls -
Restart Redmine.
-
Login and enable the "Pulls" module on projects you want to use it.
Uninstall
-
Make a backup of your database, then run the following command to update it:
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_pulls VERSION=0 -
Remove the plugin's folder from
#{REDMINE_ROOT}/plugins.
Usage
Explain how to use your package.
Testing
Run tests using the following command:
In order to run integration tests, you have to create a test Git repository with this command:
Contributing
Please see CONTRIBUTING and CODE OF CONDUCT for details.
Security
If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.
Credits
License
This code is licensed under the MIT license. Please see the license file for more information.