Skip to content

1.1.0

Compare
Choose a tag to compare
@particularbot particularbot released this 10 Jun 10:51
· 1708 commits to master since this release

As part of this release we had 184 commits which resulted in 10 issues being closed.

Features

#228 Saga long properties display

  1. Following design definition in #78
  2. Implement the design illustrated in #78 (comment)
  3. Supported display for JSON
  4. Implement as a popup modal dialog
  5. A property is defined as a "long property" that requires the display of this dialog when:
    1. The property value is longer than N bytes
      • Value of N is TBD based on your estimates of how many bytes can be displayed without making it look bad.
      • Initial estimate: anything that leads to wrapping is no good. As short as 20-30 bytes is OK with me. Please advise @sergioc and team based on initial implementation.
    2. The property value is binary

Bugs

#331 "Search by MessageId" does not work

Repro
  1. In message flow, open context menu and select "Search by Message Id" (see image below)
  2. The message id is added to search textbox but a search is not performed
  3. Only when clicking on the search icon next to the search textbox are the results filtered
Search by Message Id

image

Parameter added to search textbox but search not performed

Content trimmed. See full issue

#328 Options "Recent Search entries" grows indefinitely

  1. In the SI Options dialog, the "Recent Search entries" list box grows in size without any limitation on number of items stored and displayed (see eimages below)
  2. Should be limited to 10 MRU items (both in display and in storage)

image
image

#304 Saga view unresponsive with large number of messages

Steps to reproduce

  1. Open the attached solution in SM.
  2. Start debugging session
  3. Select Saga View in ServiceInsight
  4. Enter an orderId and total number of items (this is essentially a splittler / aggregator saga), which will complete once all responses have been received. To reproduce this behavior, enter and OrderId=123, and Total Items = 700.
  5. Notice that saga view goes unresponsive and its impossible to even change the refresh interval.

Sample solution
https://www.dropbox.com/sh/97z8k5nqtaafqw9/Bm8grS1FN6

cc/ @andreasohlund @HEskandari
Content trimmed. See full issue

#303 installer doesnt prompt for UAC elevation

so i ran the latest installer and i got this dialog

2014-04-15 15_37_56-downloads

Shouldnt i get a UAC prompt?

#297 Copyright should be a range 2013-2014

image

Also, you either display "Copyright" or "@", you don't display both.

#290 The message flow view is not displaying the selected message in the grid

On occasion, the message flow view does not seem to accurately show the information for hte selected message. I cannot reproduce this consistently.

In this case, the SubmitOrder is selected, but its showing the message flow for ApproveOrderResponse

image

#272 ServiceControl URL is blank in the View->Options dialog

When you click the menu option View->Options, the URL displayed for ServiceControl is blank. It should default to the current SC URL.

image

#258 Loading/Displaying the message Body is noticeable slow

Related to #232

If a user is browsing the list of messages (using up/down arrows) and the selected tab is the Body display tab, the list locks up between messages.

#256 Saga view / overlay: display issues

Some (minor) display issues:

image

image

Where to get it

You can download this release from: