Releases: tomasbjerre/pull-request-notifier-for-bitbucket
pull-request-notifier-for-bitbucket-2.26
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
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
- 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
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
Getting clone URL:s with admin permission #119
pull-request-notifier-for-bitbucket-2.22
pull-request-notifier-for-bitbucket-2.21
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
Fixing JS crash in IE9
pull-request-notifier-for-bitbucket-2.19
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
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.