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

122 Коммитов

Автор SHA1 Сообщение Дата
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
Nilesh Ghodekar 7b2c5d44b6 edited code acceptance verbiage for better clarity. 2016-01-13 08:27:35 +00:00
Nilesh Ghodekar 8e57c45e76 Updated Register.ps1 to remind to run UpdateWorkflowXoml.ps1 script. 2016-01-10 20:56:51 +00:00
Nilesh Ghodekar 27b03335be Fixed typo in ChangeLog.md 2016-01-10 20:41:04 +00:00
Nilesh Ghodekar a4ee1db11e Merge branch 'master' of https://github.com/Microsoft/MIMWAL.git 2016-01-10 20:31:23 +00:00
Nilesh Ghodekar 466a72a582 Updated ChangeLog.md and Contributing.md in preparation for the release. 2016-01-10 20:31:18 +00:00
Jef Kazimer 4b5866d11f added more descriptive wording to scope 2016-01-10 11:26:18 -06:00
Jef Kazimer 68c673481d Added statement around scope of Activities/Functions
Added statement to set the expectation of the scope of the MIMWAL additions
2016-01-10 11:24:34 -06:00
Nilesh Ghodekar 9edcf5caf7 Updated ChangeLog.md, CONTRIBUTING.md and ReadMe.md. 2016-01-10 12:33:23 +00:00
Nilesh Ghodekar e655c6d4dd Updated version to 2.16.0110.0 2016-01-10 00:31:26 +00:00
Nilesh Ghodekar 45cf3eaa7c Intial content for ChangeLog.md 2016-01-10 00:20:59 +00:00
Nilesh Ghodekar ef35e729fd Initial content for Contributing.md 2016-01-10 00:20:32 +00:00
Nilesh Ghodekar a84dfceaf8 Updated ReadMe.md 2016-01-10 00:19:22 +00:00