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

122 Коммитов

Автор SHA1 Сообщение Дата
Nilesh Ghodekar c9712c134f
Update README.md 2020-12-08 11:05:49 +00:00
Nilesh Ghodekar 0c63df8534
Merge pull request #89 from NileshGhodekar/master
Regression Bug fix: WAL Lookup resolution support for PowerShellUserName and PowerShellUserPassword
2020-07-23 14:30:52 +01:00
Nilesh Ghodekar 32b72c1aa7 Regression Bug fix: RunPowerShellScript activity fails to parse PowerShell user password as the ParseIfExpression check leads to an exception if the password is not a WAL expression. 2020-07-23 14:23:39 +01:00
Nilesh Ghodekar 23487d97da
Merge pull request #85 from NileshGhodekar/master
MIMWAL Enhancements 2.20.0523.0
2020-05-23 21:45:54 +01:00
NileshGhodekar addd2efaed New function DateTimeUtcToLocalTimeFunction. New optional culture name parameter to DateTimeFormat function.
Added support for WAL Lookup resolution for PowerShellUserName and PowerShellUserPassword properties of RunPowerShellScript activity.
2020-05-23 21:43:09 +01:00
Nilesh Ghodekar b170d7617f
Merge pull request #3 from microsoft/master
Merging with Microsoft/MIMWAL
2019-11-25 21:15:45 +00:00
Nilesh Ghodekar 4998e1170d
Merge pull request #76 from weyto/master
Adding CR() Function
2019-05-28 12:00:53 +01:00
Thomas Weyermann bee41eb020 Adding CR() Function 2019-05-28 09:18:58 +02:00
Nilesh Ghodekar 22304489ad
Merge pull request #73 from Amethi/master
Adding the new IndexByValue function
2019-04-15 14:40:49 +01:00
Jay Van der Zant 9c401b97fc
Merge pull request #1 from Microsoft/master
Updating my fork from original repo.
2019-04-07 11:44:53 +01:00
Nilesh Ghodekar c0282dcd2c
Merge pull request #69 from NileshGhodekar/master
Fixed - GenerateUniqueValue Activity is now correctly backward compatible.
2019-01-12 19:53:58 +00:00
NileshGhodekar bf55958b0a Fixed - GenerateUniqueValue Activity is now correctly backward compatible. 2019-01-12 19:49:49 +00:00
Nilesh Ghodekar 74b6525952
Merge pull request #68 from NileshGhodekar/master
Generate Unique Value activity - Disable default optimisation logic for Conflict Filter that uses starts-with() XPath function.
2019-01-11 15:58:03 +00:00
NileshGhodekar 37037b3b68 Change for Issue #61 and #67 - Making sure optimisation logic works when configured. 2019-01-11 15:47:01 +00:00
NileshGhodekar 024e762bb3 Change - For Issue #61 and #67 2019-01-11 07:25:16 +00:00
NileshGhodekar 401699abc2 Changed - Starts-With XPath will now have behave default behaviour. To have a backward compatible behaviour use AppConfig AppSetting GenerateUniqueValueActivity_OptimizeUniquenessKey = 'true' 2019-01-10 17:17:27 +00:00
Nilesh Ghodekar c14010983b
Merge pull request #60 from mrmueller/patch-1
Updated EncryptData.ps1 inline documentation for additional guidance on self-signed certificate
2019-01-08 17:19:17 +00:00
martin.mueller b97ecc08e0 fix wording 2019-01-08 17:07:06 +01:00
Nilesh Ghodekar 074c47ee25
Merge pull request #63 from NileshGhodekar/master
Version 2.18.1110.0
2018-11-10 19:11:54 +00:00
NileshGhodekar 7dc20e7982 Updated change log for Version 2.18.1110.0 2018-11-10 19:08:58 +00:00
NileshGhodekar 32b7df8b8a Eq() function will return true if one string parameter is null and other string parameter is Empty 2018-11-10 18:54:00 +00:00
NileshGhodekar 75b1deee9a stylecop fix 2018-11-10 18:40:46 +00:00
NileshGhodekar c1f8d58fd0 FIx for GitHub Issue #62 - SqlParameter is not marked as serializable 2018-11-10 18:39:58 +00:00
NileshGhodekar 9bb6e90222 FormatMultivaluedList now accepts all null values.
DateTimeAdd now accepts null value for timespan parameter.
ConvertStringToGuid returns Empty Guid if the input is a null/empty string.
ConvertFromBase64 returns null if the input is a null/empty string.
ConvertToBase64 returns null if the input is a null/empty string.
ConvertToNumber returns 0 if the input is a null/empty string.
SplitString returns null if the input is a null/empty string.
RemoveDuplicates returns null if the input is a null list.
2018-11-10 18:38:56 +00:00
NileshGhodekar 96eea308cd Removed check that the PowerShell User Password is Decryptable as the code runs under the context of submitter instead of FIMService plus the code run on the Portal Server which may not be co-located with FIMService server 2018-11-10 14:02:32 +00:00
Martin Müller 279f0ca8ca
Documentation: selfsigned certificate
Add guidance for creating and using a selfsigned certificate
2018-10-18 13:26:05 +02:00
Jay Van der Zant 7d68106b94 Added support for the IndexByValue function. 2018-05-09 15:24:58 +00:00
Nilesh Ghodekar 40ab6065f6
Merge pull request #54 from NileshGhodekar/master
MIMWAL v2.18.0318.0
2018-03-18 21:41:07 +00:00
NileshGhodekar 7751b5073d Added new functions: ConvertNumberToList, Multiply, Divide, Mod.
Added helper script to encrypt connection strings in the app.config file.
2018-03-18 21:38:15 +00:00
Nilesh Ghodekar d0613dac66
Merge pull request #2 from Microsoft/master
Merge with master
2018-03-16 23:10:22 +00:00
Nilesh Ghodekar 95a82a52f8
Update README.md 2018-03-15 07:39:29 +00:00
Nilesh Ghodekar 3c49aeea23 Merge pull request #48 from NileshGhodekar/master
ConvertToString function to accept Null parameter. Issue #47
2017-10-12 11:05:09 +01:00
NileshGhodekar 9c86d0f1f8 Merge branch 'master' of https://github.com/NileshGhodekar/MIMWAL.git 2017-10-12 11:02:24 +01:00
NileshGhodekar 04e81acfd3 Changed: ConvertToString will return null if the input parameter is null instead of throwing an exception. 2017-10-12 11:02:22 +01:00
Nilesh Ghodekar 38034a3a41 Merge pull request #46 from NileshGhodekar/master
Version 2.17.0927.0
2017-09-27 10:20:36 +01:00
Nilesh Ghodekar 87dcaf6b7a Merge branch 'master' into master 2017-09-27 10:19:19 +01:00
NileshGhodekar 0564f9c8ea Updated ChangeLog.md for Version 2.17.0927.0 2017-09-27 10:07:22 +01:00
NileshGhodekar 7a80990655 BUG fix in parameter validation of DateTimeFromString.
BUG fix in SortList function return value.
2017-09-27 10:02:39 +01:00
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