Граф коммитов

84 Коммитов

Автор SHA1 Сообщение Дата
NileshGhodekar bba048620b Version number update. Update to ChangeLog.md. Minor update to SendEmailNotification. 2017-07-20 19:12:41 -07:00
Nilesh Ghodekar 8c115bf4ac Merge pull request #42 from NileshGhodekar/master
Query and Iteration Support for SendEmailNotification and other misc. changes
2017-07-20 18:47:32 -07:00
NileshGhodekar 9953220f1c Added new function DateTimeFromString.
Correctly setting connection timeout for ODBC connection in ExecuteSqlNonQuery and ExecuteSqlScalar functions.
2017-07-16 12:40:44 -07:00
NileshGhodekar 8e62ec3ed0 Finalised Query Resources and Iternation Support for SendEmailNotification activity. Now Queries can be defined using [//Value] expressions.
Fixed ParameterValue* functions to return attribute values in the original datatype than as string.
2017-07-12 23:07:07 +01:00
NileshGhodekar 7748164143 Added Query Resources and Iteration Support for SendEmailNotification activity. 2017-07-10 01:15:13 +01:00
Nilesh Ghodekar 0124e9338d Updated Contributing.md for Wiki contribution 2017-05-03 16:17:09 +01:00
Nilesh Ghodekar fa8d6b944f Merge pull request #34 from NileshGhodekar/master
Support for executing SQL stored procedures and queries for SQL Server and ODBC Data Sources and other improvements
2017-04-14 10:37:09 +01:00
NileshGhodekar e419078664 Instrumentation - Dumping function parameter values when a function throws an unhandled exception. 2017-04-14 10:32:54 +01:00
NileshGhodekar 0d8727a37c Added support for executing queries or stored procedures against external SQL Server or ODBC data sources. 2017-03-22 16:11:32 +00:00
NileshGhodekar 0c832c6692 Minor improvements to the logger class. 2017-03-22 15:58:03 +00:00
NileshGhodekar fd1ddef2b7 Trimming any spaces around expressions so as to avoid unnecessary invalid expression errors. 2017-03-22 15:56:09 +00:00
NileshGhodekar 1de849ec37 Suppressed debug trace during Import-Module of "WebAdministration". 2017-03-22 15:53:14 +00:00
Nilesh Ghodekar 8d46995640 Merge pull request #1 from Microsoft/master
Resync with master
2017-03-22 13:33:35 +00:00
Nilesh Ghodekar bcc1663a2b Merge pull request #28 from bpalfaro/master
PowerShell Activity - Error When Hashtable Has Null Values
2017-02-09 06:57:53 +00:00
bpalfaro fe2312da36 When powershell hashtable returns a null value, GetType() throws an unhandled exception. Allowing null to pass to WorkflowData. 2017-02-09 00:33:55 -05:00
Nilesh Ghodekar 060b6c5ea4 Merge pull request #20 from NileshGhodekar/master
Updates to FormatMultivaluedList and ConvertToString functions
2016-10-28 12:03:56 +01:00
Nilesh Ghodekar 5e92505f3e FormatMultivaluedList function now supports list of variable lengths as input to format. It also no more expects the list to be of strings. The input can be any object type.
ConvertToString function now supports a Guid as input.
2016-10-28 11:54:23 +01:00
Nilesh Ghodekar f0571c34d1 Merge pull request #18 from NileshGhodekar/master
v2.16.0710.0
2016-07-10 20:55:27 +01:00
Nilesh Ghodekar 2eb68999b0 Updated ChangeLog.md for v2.16.0710.0 2016-07-10 20:52:36 +01:00
Nilesh Ghodekar 5c020f763e Changed - RunPowerShellScript User for can now be specified in the UPN format. Domain\UserName or UPN format is also only required if Impersonate PowerShell User option is selected.
Changed - Minor improvements to messaging in Register.ps1, UpdateWorkflowXoml.ps1, EncryptData.ps1 and Sign.cmd.
Added - FormatMultivaluedString function now supports more than one list of strings  as input to format.
Added - ConvertToUniqueIdentifier now supports a Guid in byte[] format as input.
Changed - Interation in CreateResource, DeleteResource and UpdateResources activities not re-evaluates not just //Value expression but also //WorkflowData expressions.
Fixed - Unnecessay FormatException in Logger.
2016-07-10 20:31:19 +01:00
Jef Kazimer 8e5e06e786 Adding the Microsoft Code of Conduct
Adding the Microsoft Code of Conduct
2016-06-22 14:05:08 -05:00
Nilesh Ghodekar b28ae94090 Merge pull request #14 from NileshGhodekar/master
The [//Request/RequestParameter] lookup resolution change for a SystemEvent request
2016-03-20 20:14:05 +00:00
Nilesh Ghodekar 656c46be88 The [//Request/RequestParameter] lookup for a SystemEvent request will resolve to request parameters in the parent request. 2016-03-20 18:53:34 +00:00
Nilesh Ghodekar 782c521a97 Merge pull request #12 from NileshGhodekar/master
Error event logging logic in the RunPowerShellScript activity.Also made files in Src folder part of the solution.
2016-03-15 07:28:15 +00:00
Nilesh Ghodekar 1b242c69bf Error event logging logic in the RunPowerShellScript activity.
Made files in Src folder part of the solution.
2016-03-15 07:24:09 +00:00
Nilesh Ghodekar 8749915945 Merge pull request #11 from NileshGhodekar/master
Update to ChangeLog.md and assembly version number increase
2016-03-14 20:18:00 +00:00
Nilesh Ghodekar 9a725ec4ec Update to ChangeLog.md 2016-03-14 20:15:58 +00:00
Nilesh Ghodekar e8bf5e4476 Updates to change log. Incremented assembly versions. 2016-03-14 20:14:10 +00:00
Nilesh Ghodekar 0c13d77cd9 Merge pull request #10 from NileshGhodekar/master
Resolve Dynamic Grammar capability
2016-03-14 15:00:25 +00:00
Nilesh Ghodekar 890a24c3e8 Updated UI verbiage for ResolveDynamicGrammarHelpText. 2016-03-14 14:43:46 +00:00
Nilesh Ghodekar 6e8162169f Added Dynamic Grammar Resolution capability to the UpdateResources activity. So e.g. [//Queries/EmailTemplate/EmailBody] string can be parsed and all lookups can be resolved. With this capability the previous quick hack function "EvaluateExpression" is also also deprecated. 2016-03-13 14:10:29 +00:00
Nilesh Ghodekar e4afc31aba Merge pull request #9 from NileshGhodekar/master
Update to NormalizeString and RunPowerShellScript
2016-03-05 12:06:55 +00:00
Nilesh Ghodekar c1a7a0dabe Merge remote-tracking branch 'refs/remotes/upstream/master' 2016-03-05 11:58:16 +00:00
Nilesh Ghodekar 50363cf4c2 Updated NormalizeString so that it is able drop hard and soft signs.
Updated RunPowerShellScript activity to just log the error stream instead of throwing excpetion.
Minor updates to EncryptData.ps1 sample script.
2016-03-05 11:49:02 +00:00
Nilesh Ghodekar 51263ca519 Merge pull request #8 from jasoth/master
Allow scripts to be run from a network location
2016-02-18 17:36:56 +00:00
Jason Thompson 6eb45ecbcb Allow scripts to be run from a network location 2016-02-12 20:20:12 -05:00
Nilesh Ghodekar 0a2a89bf18 Update ChangeLog.md 2016-01-30 22:05:11 +00:00
Nilesh Ghodekar 628c9dee90 Merge pull request #6 from NileshGhodekar/master
Build 2.16.0130.0
2016-01-30 21:51:14 +00:00
Nilesh Ghodekar 0f5ebc8423 Updated Assembly Version. 2016-01-30 21:39:18 +00:00
Nilesh Ghodekar 1d1caecd1d Added Support for [//Value] lookup in Request Actor expressions. 2016-01-29 16:25:16 +00:00
Nilesh Ghodekar 03f46ddb92 Bugfix for deleting a definition listing causing deletion / mess up with the remaining listings. 2016-01-26 16:26:31 +00:00
Nilesh Ghodekar a4633717ab Fix for VerifyRequest issue reported on MIMWAL TechNet forum at: https://social.technet.microsoft.com/Forums/en-US/13b3b48a-f489-4714-93a3-8993b2cb30c6/verify-request-activity-match-condition?forum=Mimwal 2016-01-25 15:11:29 +00:00
Nilesh Ghodekar 6a1cff511e Updated ChangeLog.md to track the issue of adding support for multi-valued attribute in Effective lookup 2016-01-23 09:36:31 +00:00
Nilesh Ghodekar c5eea0243e Added addtional tracing so that ResolveLookup failure due to bad attributename can be quickly identified. 2016-01-22 11:41:04 +00:00
Nilesh Ghodekar d83071898c Added support for a collection of queries. To complete the scenario added function FormatMultivaluedList. 2016-01-17 03:00:47 +00:00
Nilesh Ghodekar e48012d938 Updated ChangeLog.md for new version 2.16.0115.0 2016-01-15 22:35:43 +00:00
Nilesh Ghodekar 002a91e189 Merge pull request #2 from NileshGhodekar/master
Changed: Treat "/" as null search filter. Fixed: Bug fix in Iteration…
2016-01-15 22:30:23 +00:00
Nilesh Ghodekar d8e8abcbea Changed: Treat "/" as null search filter. Fixed: Bug fix in Iteration UntilCondition. 2016-01-15 22:19:38 +00:00
Nilesh Ghodekar 1186ee5f24 Updated ChaneLog.md for "Unreleased" plan. 2016-01-13 08:31:29 +00:00
Nilesh Ghodekar 534f779a38 Updated ChangeLog.md for Unreleased plan. 2016-01-13 08:28:19 +00:00