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

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

pull-request-notifier-for-bitbucket-2.18-RC1

08 May 20:25
Compare
Choose a tag to compare

Major refactoring

  • New rest resources, see README.md. #80
  • Repo level config. #25
  • Complete rewrite of GUI using AUI. #110 #55
  • A new ${EVERYTHING_URL} variable. #114

pull-request-notifier-for-bitbucket-2.17

02 Apr 07:27
Compare
Choose a tag to compare

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

14 Mar 16:21
Compare
Choose a tag to compare

Not logging authorization header value

pull-request-notifier-for-bitbucket-2.15

30 Jan 07:23
Compare
Choose a tag to compare
  • Organizing buttons in a dropdown. Making it more compact when having alot of buttons.

pull-request-notifier-for-bitbucket-2.14

25 Jan 20:50
Compare
Choose a tag to compare
  • Bugfix: Fixing IndexOutOfBoundsException if no reviewers and using reviewers variable

pull-request-notifier-for-bitbucket-2.13

25 Jan 18:48
Compare
Choose a tag to compare
  • 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

09 Nov 17:02
Compare
Choose a tag to compare
  • Fixing PULL_REQUEST_URL-bug correctly with getSlug #82

pull-request-notifier-for-bitbucket-2.12

09 Nov 17:04
Compare
Choose a tag to compare
  • Fixing PULL_REQUEST_URL-bug correctly with getSlug #82

pull-request-notifier-for-stash-1.36

06 Nov 19:40
Compare
Choose a tag to compare
  • 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

06 Nov 19:30
Compare
Choose a tag to compare
  • Bugfix: Replacing spaces with dashes in ${PULL_REQUEST_URL}. Was evaluating to wrong URL if repo name included spaces.