Skip to content
This repository has been 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.46

03 Jan 08:11
Compare
Choose a tag to compare

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

27 Dec 09:48
Compare
Choose a tag to compare

Valid JSON in BUTTON_FORM_DATA

  • Quotes were escaped with slashes.

pull-request-notifier-for-bitbucket-2.44

27 Dec 08:04
Compare
Choose a tag to compare

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

15 Dec 21:20
Compare
Choose a tag to compare

Removing PULL_REQUEST_DESCRIPTION from EVERYTHING_URL

pull-request-notifier-for-bitbucket-2.42

15 Dec 17:54
Compare
Choose a tag to compare

Adding PULL_REQUEST_DESCRIPTION

pull-request-notifier-for-bitbucket-2.41

23 Nov 18:11
Compare
Choose a tag to compare

New variables:

  • PULL_REQUEST_REVIEWERS_EMAIL
  • PULL_REQUEST_PARTICIPANTS_EMAIL

pull-request-notifier-for-bitbucket-2.40

16 Nov 21:17
Compare
Choose a tag to compare

Avoid crash if button configured having none existing repo/project #154

pull-request-notifier-for-bitbucket-2.39

16 Nov 20:41
Compare
Choose a tag to compare

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

14 Nov 20:48
Compare
Choose a tag to compare

${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

17 Aug 18:11
Compare
Choose a tag to compare

Showing message on successful save