This repository was 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-bitbucket-2.18-RC1
pull-request-notifier-for-bitbucket-2.17
Finding current user correctly #107
- Was looking up currently logged in user with the users username. That caused NullPointerException if username not same as user slug.
pull-request-notifier-for-bitbucket-2.16
Not logging authorization header value
pull-request-notifier-for-bitbucket-2.15
- Organizing buttons in a dropdown. Making it more compact when having alot of buttons.
pull-request-notifier-for-bitbucket-2.14
- Bugfix: Fixing IndexOutOfBoundsException if no reviewers and using reviewers variable
pull-request-notifier-for-bitbucket-2.13
- Allowing SSL certificates to be ignored.
- Can specify keystore in admin GUI.
- New variables
- ${PULL_REQUEST_REVIEWERS} Example: Administrator,User
- ${PULL_REQUEST_REVIEWERS_ID} Example: 1,2
- ${PULL_REQUEST_REVIEWERS_SLUG} Example: admin,user
pull-request-notifier-for-stash-1.37
- Fixing PULL_REQUEST_URL-bug correctly with getSlug #82
pull-request-notifier-for-bitbucket-2.12
- Fixing PULL_REQUEST_URL-bug correctly with getSlug #82
pull-request-notifier-for-stash-1.36
- Bugfix: Replacing spaces with dashes in ${PULL_REQUEST_URL}. Was evaluating to wrong URL if repo name included spaces.
pull-request-notifier-for-bitbucket-2.11
- Bugfix: Replacing spaces with dashes in ${PULL_REQUEST_URL}. Was evaluating to wrong URL if repo name included spaces.