GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/3467

    .NET: Thin client: Add failover capability

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptupitsyn/ignite ignite-7282

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3467.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3467
    
----
commit 68d7154cb033ed69d48998f40ec3ed5da6a1392a
Author: Igor Sapego <isapego@...>
Date:   2017-12-04T16:14:04Z

    IGNITE-6810: Implemented SecureSocketClient

commit 5cebaacb49a30dfba8ffc1f7f566a9fdd365a37a
Author: Igor Sapego <isapego@...>
Date:   2017-12-21T16:44:29Z

    IGNITE-6810: Implemented SSL connection.

commit 955dd22930b35b3d54d98f4932229223537bcd53
Author: Igor Sapego <isapego@...>
Date:   2017-12-22T15:16:58Z

    IGNITE-6810: Added saving SSL parameters to DSN

commit 8876df39efbf0061b611ee16479a3d032d7d2676
Author: Igor Sapego <isapego@...>
Date:   2017-12-25T16:24:24Z

    IGNITE-6810: Changed UI layout

commit 089c81b9b971c1d8270987d5a6bcac94383212bc
Author: Igor Sapego <isapego@...>
Date:   2017-12-26T12:26:44Z

    IGNITE-6810: Added values retrieval

commit 817584dc9de401d523af8c301ec5982d3ad8f249
Author: Igor Sapego <isapego@...>
Date:   2017-12-26T13:05:59Z

    IGNITE-6810: Implmented disabling of SSL options on choosing "disable"
    mode

commit a780fd1f36903549199cdcbef0d963b79f00b462
Author: Igor Sapego <isapego@...>
Date:   2017-12-26T13:40:42Z

    IGNITE-6810: Merge-related fixes

commit 26a882eb5795b7b86e94dedc50c81791a7d04ddd
Author: Igor Sapego <isapego@...>
Date:   2017-12-27T12:26:25Z

    IGNITE-6810: Fix for SecureSocketClient disconnect.

commit 64e3c89a8c626ab5c77da8aefe2106473cfcc078
Author: Igor Sapego <isapego@...>
Date:   2017-12-28T17:54:17Z

    IGNITE-6810: Implemented OpenSSL dynamic loading.

commit 92e3febdd2d54dc0cfb16e6d8d9299dc571b6855
Author: Igor Sapego <isapego@...>
Date:   2018-01-10T15:54:49Z

    IGNITE-6810: Minor fixes

commit 517ff46c5e3dff8ea0969c71963649aa0e709225
Author: Igor Sapego <isapego@...>
Date:   2018-01-11T15:37:26Z

    IGNITE-6810: Fixes for Linux

commit 56b2d1046a85bed85e3e3955f974f507cdfa8e61
Author: Igor Sapego <isapego@...>
Date:   2018-01-11T15:41:06Z

    IGNITE-6810: Fixed test

commit 9f719cd720e798a3f9e128a7eae7ae7adb855acb
Author: Igor Sapego <isapego@...>
Date:   2018-01-11T16:42:55Z

    IGNITE-6810: Changes for Linux

commit cf4c716749b5b7b0f6d20bc48b0992a6233fbe3d
Author: Igor Sapego <isapego@...>
Date:   2018-01-12T09:08:33Z

    IGNITE-6810: Merge-related fixes

commit a5aec9b62aedf24434d9ea12c9259ef04db74ed9
Author: Igor Sapego <isapego@...>
Date:   2018-01-16T15:46:38Z

    IGNITE-6810: Improved Server-side

commit 09fe00532faa75e0148eafd67696efda73dca6ba
Author: Igor Sapego <isapego@...>
Date:   2018-01-18T12:43:28Z

    IGNITE-6810: Implemented timeouts for SSL connections

commit db770a8537b28922f74b3984eef88285fe53508f
Author: Igor Sapego <isapego@...>
Date:   2018-01-18T15:11:02Z

    IGNITE-6810: Fix for linux

commit 471d49cf33a8008dc100c33c9ac107f199f19f17
Author: Igor Sapego <isapego@...>
Date:   2018-01-18T15:49:03Z

    IGNITE-6810: Fixes for linux

commit 77eb83cb2d249faea4c36050653ab9d1de24272b
Author: Igor Sapego <isapego@...>
Date:   2018-01-18T16:10:43Z

    IGNITE-6810: Fixed linux errors

commit 97b1c80b078bbf984d4137f17f9ad6ddf6b3e1fc
Author: Igor Sapego <isapego@...>
Date:   2018-01-23T16:43:25Z

    IGNITE-6810: Fix for x86

commit 79b5be4fe5c078c0d2fa28f9c9adbb29dadce491
Author: Igor Sapego <isapego@...>
Date:   2018-01-23T16:44:59Z

    IGNITE-6810: Typo fixed

commit 90b74898ac84f158ce6dd76818ced6eb5aee4014
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-24T07:54:25Z

    Merge branch 'master' into ignite-7329
    
    # Conflicts:
    #   
modules/core/src/main/java/org/apache/ignite/configuration/ClientConnectorConfiguration.java
    #   
modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/ClientListenerProcessor.java

commit 18bf93161008cdf02b6e35d536a37baaf58753ec
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-24T08:29:36Z

    IGNITE-7329 .NET: Thin client: SSL

commit 78f22353add53bee60b341756dee41c5aed738a9
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-24T12:16:34Z

    wip raw tests

commit 80b399895a13686a231872fabb0f07a672219c85
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-24T12:21:54Z

    wip

commit 2b723d494f12c97989f1f24338d056e308a3b01f
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-24T12:30:19Z

    wip test

commit 7b64da68e243839e0508365b4486cec49adab54f
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-24T12:37:14Z

    wip tests

commit 449253909a11b3490c22f9c3230ee8e31093f2a5
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-24T12:45:15Z

    wip tests

commit 1d3ef776b287e54f813d46d77c8fcf737b56076e
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-24T15:02:15Z

    wip

commit a0664d7d6740623f87ef3700b7d6f01022587489
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-24T15:14:21Z

    It works!!

----


---

Reply via email to