Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Releases: tomasbjerre/pull-request-notifier-for-bitbucket

pull-request-notifier-for-stash-1.26

01 Sep 19:48
Compare
Choose a tag to compare

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

01 Sep 16:09
Compare
Choose a tag to compare

Bugfix: Sending post content in POST and PUT notifications.

pull-request-notifier-for-stash-1.24

01 Sep 15:52
Compare
Choose a tag to compare

Removing JsonPath alternative, introduced in version 1.22. It causes classpath issues for some users.

#60 #61 #62

pull-request-notifier-for-stash-1.23

31 Aug 18:28
Compare
Choose a tag to compare

Removing SLF4J usage to deal with classpath issues #60

pull-request-notifier-for-stash-1.22

29 Aug 12:58
Compare
Choose a tag to compare
  • 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

18 Aug 20:29
Compare
Choose a tag to compare
  • 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

17 Aug 20:30
Compare
Choose a tag to compare

pull-request-notifier-for-stash-1.19

13 Aug 09:49
Compare
Choose a tag to compare
  • Bugfix: Only ignore events on closed pull requests if its a COMMENT-event.

pull-request-notifier-for-stash-1.18

09 Aug 11:12
Compare
Choose a tag to compare
  • 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

04 Aug 14:55
Compare
Choose a tag to compare

Ignoring events if pull request is closed