This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 3c00c0ddd4 IGNITE-19076 Deployment unit status support (#1943)
     add af3fdd9485 IGNITE-19100 .NET: Add basic authentication support (#1950)

No new revisions were added by this update.

Summary of changes:
 .../Apache.Ignite.Tests/BasicAuthenticatorTests.cs | 118 +++++++++++++++++++++
 .../Linq/LinqSqlGenerationTests.MemberInit.cs      |   5 +-
 .../Linq/MemberInitCacheTargetTest.cs              |   2 +
 .../dotnet/Apache.Ignite/BasicAuthenticator.cs     |  68 ++++++++++++
 .../Linq/ExecutionOptions.cs => IAuthenticator.cs} |  22 ++--
 .../Apache.Ignite/IgniteClientConfiguration.cs     |   8 ++
 .../dotnet/Apache.Ignite/Internal/ClientSocket.cs  |  38 +++++--
 .../HandshakeExtensions.cs}                        |  26 ++---
 .../Internal/Proto/MsgPack/MsgPackReader.cs        |   1 +
 .../runner/app/PlatformTestNodeRunner.java         |  33 ++++++
 10 files changed, 286 insertions(+), 35 deletions(-)
 create mode 100644 
modules/platforms/dotnet/Apache.Ignite.Tests/BasicAuthenticatorTests.cs
 create mode 100644 modules/platforms/dotnet/Apache.Ignite/BasicAuthenticator.cs
 copy modules/platforms/dotnet/Apache.Ignite/{Internal/Linq/ExecutionOptions.cs 
=> IAuthenticator.cs} (71%)
 copy 
modules/platforms/dotnet/Apache.Ignite/Internal/{Linq/IIgniteQueryableInternal.cs
 => Proto/HandshakeExtensions.cs} (65%)

Reply via email to