* #676 added restartFromActivity server implementation
* #676: restart from activity - added client side implementation
* #676: renamed method to better reflect it's purpose
* #676: moved workflow test activity message status to enum
* #676: when workflow is executed, first activity is selected
* #676: moved workflow testing to a separate module
Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
Removing allowJs option does not seem to be having any negative sides and it fixes the issue when properties form already entered expression always appear in intellisense (e.g. for "return test.prop." intellisense will suggest both "test" and "prop" as valid options even when they are not).
* Add support of Oracle NCLOB columns
in order to use data more than 2000 char we have to use NCLOB ,in oracle we have to explicitly say the column is NCLOB otherwise it would be considered Nvarchar(2000)
* remove unnecessary package source
* so values that are excluded from hashing can still be checked before triggering a workflow
* implemented a default function for the new compare in the interface, so there is no need to implement it, if the hashing is enough
* add support for case insensitive os platform for file system event
* fix case insensitivity for entity name for entity changed bookmark
* #1651: fixed issue when non-HttpRequestModel input would cause exception
* extracted performance/fault popup content in their own components
* #1651: added fault/performance information to activity popup
* ignoring start button click in Test mode
* #1651: added word-break to endpoint URL
* #1651: refresh test panel on workflow execute, if activity is already selected
* removed clipboard permission checks that failed to build
Seems like an old ongoing issue with TypeScript: https://github.com/microsoft/TypeScript/issues/33923
* #1651: fixed flyout panel position
* #1651: flyout panel button position fix
* #1651: fixed javascript evaluation exception being swallowed
* #1651: added copy button to http entry endpoint url
* #1651: test panel refactoring, use schema button for SendHttpRequest
* #1651: add node is not clickable in test mode
* fixed "can't access property "contains", this.contextMenuWidget is undefined"
* added couple safeguard checks to context menu
* reversed incorrect update
* #1651: added z-index to toaster to move it to front
* removed unnecessary empty line