This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
Releases: tomasbjerre/pull-request-notifier-for-bitbucket
Releases · tomasbjerre/pull-request-notifier-for-bitbucket
pull-request-notifier-for-stash-1.26
Removing XPath alternative, introduced in version 1.22. It may not work in all installations. And is is not needed for Jenkins, which was the original use case.
pull-request-notifier-for-stash-1.25
Bugfix: Sending post content in POST and PUT notifications.
pull-request-notifier-for-stash-1.24
pull-request-notifier-for-stash-1.23
Removing SLF4J usage to deal with classpath issues #60
pull-request-notifier-for-stash-1.22
- Adding feature that can inject variable evaluated in content of a URL. Raw content or value of an xPath or JsonPath.
- Bugfix: Closing inputstream after invocation. This may have caused "IOException: Too many open files".
pull-request-notifier-for-stash-1.21
- Hiding buttons in pull request view, if no notification will be fired when it is clicked
- Using label without ID:s in admin GUI
- To avoid using same ID:s multiple times
pull-request-notifier-for-stash-1.20
- Optionally allow users and admins to configure the plugin.
- A common user, will have to browse to http://domain/stash/plugins/servlet/prnfs/admin to do configuration.
pull-request-notifier-for-stash-1.19
- Bugfix: Only ignore events on closed pull requests if its a COMMENT-event.
pull-request-notifier-for-stash-1.18
- Avoiding endless loop if user not 'System Admin' when editing configuration
- Triggers can be named. To make it easier to keep track of them in large installations.
- Trigger Notification Buttons on Pull Request View
- And ${BUTTON_TRIGGER_TITLE} variable resolving to title of pressed button
- Building against latest Stash version (3.11.1) using latest Atlassian Maven Plugin Suite version (6.0.3)
- Adding PULL_REQUEST_URL variable. Points to the pull request view in Stash.
pull-request-notifier-for-stash-1.17
Ignoring events if pull request is closed