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

23 Jun 19:37
Compare
Choose a tag to compare

GitHub #124 PR Updated not triggering a Job

Using ApplicationUser from PR event

  • Was taking it from AuthenticationContext when a RESCOPED event occured. At that time the getCurrentUser() returns null.

pull-request-notifier-for-bitbucket-2.25

22 Jun 19:10
Compare
Choose a tag to compare

Only showing repo settings on repo admin page #123

  • Was also showing global settings, with "any" repo/project. Changing it to make implementation simpler.

pull-request-notifier-for-bitbucket-2.24

20 Jun 17:40
Compare
Choose a tag to compare
  • If a user is only admin in one repo, the user should not be able to administrate the plugin in another repo.
  • Hiding admin restriction levels, in buttons config, that the user does not have access to. So that the user cannot create buttons that the user cannot see.
  • Sorting notifications and buttons by name in REST API.

pull-request-notifier-for-bitbucket-2.23

04 Jun 22:05
Compare
Choose a tag to compare

Loading legacy settings correctly #122

  • Did not save loaded legacy settings in new format when found. Got new UUID:s on every load.

pull-request-notifier-for-stash-1.38

28 May 16:53
Compare
Choose a tag to compare

Getting clone URL:s with admin permission #119

pull-request-notifier-for-bitbucket-2.22

28 May 16:57
Compare
Choose a tag to compare
  • Getting clone URL:s with admin permission #119
  • Show buttons only on PR where the button belongs to #120

pull-request-notifier-for-bitbucket-2.21

14 May 22:16
Compare
Choose a tag to compare

GitHub #117 PULL_REQUEST_TO_HASH

Adding missing consumes annotation on REST resources

  • Adding integration test for REST API.

    e8f7cc71c9a97d3 Tomas Bjerre 2016-05-14 22:04:19

No issue

Avoiding looking for legacy settings if no such keys

  • Also adding Curl examples to README.
  • Documenting REST API.

Logging legacy settings

b8600f3a7d972c4 Tomas Bjerre 2016-05-14 15:35:56

Reusing Podam factory, to use caching

53eff487fbacd3b Tomas Bjerre 2016-05-12 17:18:11

pull-request-notifier-for-bitbucket-2.20

12 May 16:39
Compare
Choose a tag to compare

pull-request-notifier-for-bitbucket-2.19

11 May 15:37
Compare
Choose a tag to compare

Using password type for keystore password field

d24afe75aa36f0d Tomas Bjerre 2016-05-10 15:57:49

Change proxy url/port fields to text

27750702101f275 Stefan Anzinger 2016-05-10 15:22:41

pull-request-notifier-for-bitbucket-2.18

09 May 16:06
Compare
Choose a tag to compare

Major refactoring. If you can, you should test this in a staging environment before install. Or wait a while before upgrading to see if others are reporting issues.

  • 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