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

pull-request-notifier-for-bitbucket-2.32

Compare
Choose a tag to compare
@tomasbjerre tomasbjerre released this 29 Jul 22:49
· 280 commits to master since this release

Fine tuning notification confirmation feature

  • Using AUI flag.

  • Showing invoked URL and response content.

  • Also logging error when variable cant be resolved. Was giving up entirely. Will now log and continue trying to resolve other variables.

    aee524c305eb666 Tomas Bjerre 2016-07-29 22:47:15

    Add Button Trigger Confirmation Dialog

When clicking the various trigger buttons, there is no feedback to the
user that the button was clicked. Even worse, the button may have been
clicked but there was an error doing the trigger itself (either in
the PRNFB code itself or when it actually does the final HTTP call
to the backing service).

This change adds an optional confirmation dialog (with a default of it
being disabled) that will report, after the button press is complete
and we have a response from the server, whether each trigger was
successful (or if no triggers were hit).

445b66bd464144b Itay Neeman 2016-07-29 20:39:28