Releases: tomasbjerre/pull-request-notifier-for-bitbucket
pull-request-notifier-for-bitbucket-2.46
GitHub #178 Forms with checkboxes that have a default value of false do not work
Using boolean for defaultValue in ButtonFormElementOption
pull-request-notifier-for-bitbucket-2.45
Valid JSON in BUTTON_FORM_DATA
- Quotes were escaped with slashes.
pull-request-notifier-for-bitbucket-2.44
GitHub #173 Add the ability to specify forms for buttons
Validating button forms JSON
f2279ddefd9aee8 Tomas Bjerre 2016-12-27 08:01:47
Refactoring button forms
-
Triggering without showing dialog, if no form supplied.
-
Adding DTO:s to properly validate JSON in form.
-
Storing the button form in objects, not a String.
-
Adjusting textarea size in GUI.
-
Supplying form as JSON to GUI, instead of escaped JSON string.
095795704b8e580 Tomas Bjerre 2016-12-26 20:13:35
Adjustments after merge of
-
Adding fmt-maven-plugin to format code on Google Java Format.
-
Correcting warnings from Grunt / JSHint.
-
Adding, and using, enum, RENDER_FOR, in PrnfbRenderer.
649638d30d2d32c Tomas Bjerre 2016-12-25 21:46:25
GitHub #174 java.lang.NullPointerException: null
More information if header name/value missing
1384dd2418f3049 Tomas Bjerre 2016-12-26 21:33:56
GitHub #57 Trigger button: confirmation dialog
Adding optional confirmation text to buttons
e643e48a8568afc Tomas Bjerre 2016-12-26 21:16:23
No issue
Add interactive forms to buttons
This change adds the ability to specify a JSON-based form for a given
button, which will get automatically rendered when the button is pressed.
The submitted data is available as serialized JSON in the ${BUTTON_FORM_DATA}
variable.
For the specification of what a form looks like and it's serialized result,
look at README.md in the change.
2a5c79347b713c8 Itay Neeman 2016-12-24 20:55:47
pull-request-notifier-for-bitbucket-2.43
Removing PULL_REQUEST_DESCRIPTION from EVERYTHING_URL
pull-request-notifier-for-bitbucket-2.42
Adding PULL_REQUEST_DESCRIPTION
pull-request-notifier-for-bitbucket-2.41
New variables:
- PULL_REQUEST_REVIEWERS_EMAIL
- PULL_REQUEST_PARTICIPANTS_EMAIL
pull-request-notifier-for-bitbucket-2.40
Avoid crash if button configured having none existing repo/project #154
pull-request-notifier-for-bitbucket-2.39
GitHub #159 Replacement failure can result in bad URLs
Replacing unresolved variables with nothing
- If a crash happens, like NPE, when a variable was resolved. Then that variable would be kept unchanged. Resulting in illegal chars in URL.
pull-request-notifier-for-bitbucket-2.38
${PULL_REQUEST_COMMENT_TEXT} now available for all comment events.
${PULL_REQUEST_COMMENT_ACTION} added that can be: ADDED, DELETED, EDITED, REPLIED
pull-request-notifier-for-bitbucket-2.37
Showing message on successful save