Plugins Directory » Changeset Statuses
Author: | eXolnet Inc | |
---|---|---|
Website: | https://github.com/eXolnet/redmine_changeset_statuses | |
Code repository: | https://github.com/eXolnet/redmine_changeset_statuses | |
Registered on: | 2019-08-08 (over 5 years ago) | |
Current version: | 1.2.0 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x | |
User ratings: |
Allows external services to set a state on revisions to consult it directly in Redmine. A common use cases is to add statuses from a continuous integration system like Jenkins.
Installation notes
- Download the .ZIP archive, extract files and copy the plugin directory to
#{REDMINE_ROOT}/plugins/redmine_changeset_statuses
. - Make a backup of your database, then run the following command to update it:
bundle exec rake redmine:plugins:migrate NAME=redmine_changeset_statuses RAILS_ENV=production
- Restart Redmine.
Changelog
1.2.0 (2020-10-15)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
- Add support for Redmine 4.1
1.1.0 (2019-09-24)
Compatible with Redmine 4.0.x, 3.4.x.
Added
- Add support for Redmine 4
1.0.3 (2019-04-15)
Compatible with Redmine 3.4.x.
Fixed
- Fix responsive on mobile of the status popover
1.0.2 (2019-02-27)
Compatible with Redmine 3.4.x.
Fixed
- Fix for loop context with asynchronous fetch call
1.0.1 (2019-02-27)
Compatible with Redmine 3.4.x.
Fixed
- Allow session logins for XHR calls
- Fix context association on status creation
1.0.0 (2019-02-27)
Compatible with Redmine 3.4.x.
Initial release!