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.16

01 Aug 07:46
Compare
Choose a tag to compare

Triggering also on comment replies if COMMENTED event is checked.

pull-request-notifier-for-stash-1.15

21 Jun 17:29
Compare
Choose a tag to compare
  • Removing RESCOPED event, its confusing when to use it together with _FROM and _TO. RESCOPED was triggered when both _FROM and _TO changed at the exact same time. Now, just check _FROM if you only want to trigger when source branch changes, _TO if only target and both if you want to trigger for both.
  • Adding logging to make it easier to debug what events are triggered.

pull-request-notifier-for-stash-1.14

13 May 17:43
Compare
Choose a tag to compare
  • New variables with information about the user who issued the event
    • ${PULL_REQUEST_USER_DISPLAY_NAME} Example: Some User
    • ${PULL_REQUEST_USER_EMAIL_ADDRESS} Example: [email protected]
    • ${PULL_REQUEST_USER_ID} Example: 1
    • ${PULL_REQUEST_USER_NAME} Example: user.name
    • ${PULL_REQUEST_USER_SLUG} Example: user.name

pull-request-notifier-for-stash-1.13

22 Apr 18:11
Compare
Choose a tag to compare
  • Bugfix
    • Letting PULL_REQUEST_FROM_BRANCH, and PULL_REQUEST_TO_BRANCH, evaluate to branch display name. A branch with slashes in name, like "feature/branchmodmerge", will no longer be evaluated to "branchmodmerge" but keep the name "feature/branchmodmerge".

pull-request-notifier-for-stash-1.12

19 Apr 18:55
Compare
Choose a tag to compare

pull-request-notifier-for-stash-1.11

17 Apr 21:38
Compare
Choose a tag to compare
  • Custom HTTP headers
  • Proxy support
  • Stash Data Center compatibility
  • Adding PULL_REQUEST_COMMENT_TEXT and PULL_REQUEST_VERSION variables

pull-request-notifier-for-stash-1.10

15 Apr 17:25
Compare
Choose a tag to compare
  • Adding PULL_REQUEST_FROM_BRANCH and PULL_REQUEST_TO_BRANCH variables to make branch names available

pull-request-notifier-for-stash-1.9

14 Apr 15:25
Compare
Choose a tag to compare
  • Adding support for PUT and DELETE

pull-request-notifier-for-stash-1.8

13 Apr 23:15
Compare
Choose a tag to compare
  • Support for HTTP POST requests, with content that is rendered with variables
  • Letting variable ${PULL_REQUEST_ACTION} return RESCOPED_FROM or RESCOPED_TO instead of just RESCOPED

pull-request-notifier-for-stash-1.7

10 Apr 16:34
Compare
Choose a tag to compare
  • Not sending authentication headers when user and/or password is not set
  • Adding RESCOPED_FROM and RESCOPED_TO event types