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.16
Triggering also on comment replies if COMMENTED event is checked.
pull-request-notifier-for-stash-1.15
- 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
- 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
- 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
- Adding clone URL variables
- ${PULL_REQUEST_FROM_HTTP_CLONE_URL} Example: http://admin@localhost:7990/stash/scm/project_1/rep_1.git
- ${PULL_REQUEST_FROM_SSH_CLONE_URL} Example: ssh://git@localhost:7999/project_1/rep_1
pull-request-notifier-for-stash-1.11
- 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
- Adding PULL_REQUEST_FROM_BRANCH and PULL_REQUEST_TO_BRANCH variables to make branch names available
pull-request-notifier-for-stash-1.9
- Adding support for PUT and DELETE
pull-request-notifier-for-stash-1.8
- 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
- Not sending authentication headers when user and/or password is not set
- Adding RESCOPED_FROM and RESCOPED_TO event types