[GitHub] ignite pull request #5561: IGNITE-10406 .NET: Reset writer structures on rec...

2018-12-03 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-10406 .NET: Reset writer structures on reconnect



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

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

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

https://github.com/apache/ignite/pull/5561.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 #5561


commit 083fef611d35f78ca0a7bdfa3f7cf8ab1f25d314
Author: Pavel Tupitsyn 
Date:   2018-11-27T14:37:24Z

IGNITE-10406 .NET Failed to run ScanQuery with custom filter after server 
node restart - add test

commit c3d48ebf25e46b1b18c5b3c69f50250898c12958
Author: Pavel Tupitsyn 
Date:   2018-12-01T14:30:11Z

TODOs

commit ac52623248183b294e4b1d3e0b35304680a8286a
Author: Pavel Tupitsyn 
Date:   2018-12-01T14:35:13Z

TODOs

commit ca9c0c4a985ccf24a3fc93d68bb9cc861f829708
Author: Pavel Tupitsyn 
Date:   2018-12-01T14:45:16Z

Add test for non-empty filter

commit 53137ad302cea7fb01677f582b914daf5c4acb53
Author: Pavel Tupitsyn 
Date:   2018-12-01T14:46:52Z

Add test for non-empty filter

commit 194a3316e23d502a1bb8fa3942a788450c44a579
Author: Pavel Tupitsyn 
Date:   2018-12-01T14:51:00Z

Add test for non-empty filter

commit 431aa95a3f88a0163888cbfcbad9edbf323fd614
Author: Pavel Tupitsyn 
Date:   2018-12-03T17:57:26Z

update TODOs

commit 5dd95b5d8ed94335ae0f63047c73622dbfae691d
Author: Pavel Tupitsyn 
Date:   2018-12-03T18:27:15Z

update TODOs

commit 439cf575070c78aa2bac052197c14545c37408b7
Author: Pavel Tupitsyn 
Date:   2018-12-03T18:37:22Z

Add TODO

commit 5bca7238233a0e269d836c66081c7a9b5a5f9fa8
Author: Pavel Tupitsyn 
Date:   2018-12-03T18:40:10Z

Cleanup test code

commit 7f5c5d50e2d25543295b8a168ba855a9da4b5715
Author: Pavel Tupitsyn 
Date:   2018-12-03T18:40:51Z

Revert unrelated changes

commit 6488156700c5fd44c1cf74d4671394f40c51074b
Author: Pavel Tupitsyn 
Date:   2018-12-03T18:48:41Z

Cleanup

commit 0c5a43b12918e8089ad37ad2fcd897b7cab8fbd6
Author: Pavel Tupitsyn 
Date:   2018-12-03T19:00:14Z

Implement writer structure reset

commit 0892d9e97bccdf41a38fe01a42354e78f903aae9
Author: Pavel Tupitsyn 
Date:   2018-12-03T19:05:32Z

Implement writer structure reset

commit ad80b6a9ac803eabd28b098fea61f86720158058
Author: Pavel Tupitsyn 
Date:   2018-12-03T19:07:25Z

Implement writer structure reset

commit 3b77263c72692e6930e74eb11be59181d6f0c3d6
Author: Pavel Tupitsyn 
Date:   2018-12-03T19:09:56Z

Fix tests

commit a5b20c139ad8216dac735cb846a5e4c3562808df
Author: Pavel Tupitsyn 
Date:   2018-12-03T19:10:37Z

Fix tests

commit cf912013547f128e84c17dbafb0f327549c6d4a7
Author: Pavel Tupitsyn 
Date:   2018-12-03T19:41:49Z

TODOs

commit d5faccd7d8b6055581649a9717e867cd76974d21
Author: Pavel Tupitsyn 
Date:   2018-12-03T19:49:29Z

TODOs and cleanup

commit 4606c7f55233f4005a8c2f75552e2ac1df292f4c
Author: Pavel Tupitsyn 
Date:   2018-12-03T19:56:33Z

Adding concurrency test

commit eea92638bf64dc2aa1013e041e5635c938ec2198
Author: Pavel Tupitsyn 
Date:   2018-12-03T20:00:56Z

Adding concurrency test

commit eda2a0a256b44e8a6dc0ed28498e677fd3159d48
Author: Pavel Tupitsyn 
Date:   2018-12-03T20:01:14Z

Adding concurrency test

commit 1c73a3fe9c70cb28fb1a7b36e56711f20fb57925
Author: Pavel Tupitsyn 
Date:   2018-12-03T20:03:01Z

Adding concurrency test

commit 4ce52f7f6a46eba00bc8eeb79a3256b67f307644
Author: Pavel Tupitsyn 
Date:   2018-12-03T20:03:48Z

Adding concurrency test

commit f46cc5cd01b96ead5136c8e3380766abcc5c303d
Author: Pavel Tupitsyn 
Date:   2018-12-03T20:15:00Z

Adding concurrency test

commit 244229cfd4d1be52670ccb32097515e06fc8da38
Author: Pavel Tupitsyn 
Date:   2018-12-03T20:25:46Z

Add concurrency assumptions

commit f104a6e419445adea972b9f300730bf9094109be
Author: Pavel Tupitsyn 
Date:   2018-12-03T20:27:30Z

Merge remote-tracking branch 'origin/master' into ignite-10406




---


[GitHub] ignite pull request #5009: IGNITE-9877 .NET: Fix AmbiguousMatchException in ...

2018-10-17 Thread ptupitsyn
Github user ptupitsyn closed the pull request at:

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


---


[GitHub] ignite pull request #5009: IGNITE-9877 .NET: Fix AmbiguousMatchException in ...

2018-10-17 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-9877 .NET: Fix AmbiguousMatchException in LINQ under .NET Core 2.1



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

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

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

https://github.com/apache/ignite/pull/5009.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 #5009


commit 51d30c8f312443a5fbe5032c4018cb83a2f12381
Author: Pavel Tupitsyn 
Date:   2018-10-17T08:51:34Z

Update ifdefs to exclude NETCOREAPP2_1

commit 15158ffaecbccd2c407d0e58e40d0695c37ae152
Author: Pavel Tupitsyn 
Date:   2018-10-17T08:56:14Z

Ignore test instead of failing it

commit 88dce6dd7f45ad9a0720ae7cb5c9d63885febeae
Author: Pavel Tupitsyn 
Date:   2018-10-17T09:40:27Z

Fix ambiguity for Contains method retrieval

commit 86c473e828e6e11a94bb1c43a562f22156473dd3
Author: Pavel Tupitsyn 
Date:   2018-10-17T09:50:28Z

cleanup




---


[GitHub] ignite pull request #4642: IGNITE-9116 .NET: LINQ: Use CacheConfiguration.Sq...

2018-08-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-9116 .NET: LINQ: Use CacheConfiguration.SqlSchema when generating SQL



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

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

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

https://github.com/apache/ignite/pull/4642.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 #4642


commit c0638d786dfa17d68ad5e48f041b2188c74132f7
Author: Pavel Tupitsyn 
Date:   2018-08-13T08:42:40Z

Fix LINQ provider SQL schema inferrence

commit 4038a9b2da1f63bc8b27e367b27ccf13727ffac8
Author: Pavel Tupitsyn 
Date:   2018-08-13T08:46:10Z

Add tests

commit 09e6839397aec6700670a533e1d7450f053d3034
Author: Pavel Tupitsyn 
Date:   2018-08-13T10:59:46Z

Fix quoted identifiers handling

commit dd294b871eee0b9257d213d9fe52ac113bda6a77
Author: Pavel Tupitsyn 
Date:   2018-08-13T11:02:42Z

Fix quoted identifiers handling

commit bdd87f22b2ee214159721ccd38933a2a9be284ab
Author: Pavel Tupitsyn 
Date:   2018-08-13T16:55:59Z

Fix quoted identifiers handling

commit 43623d411f0c253f08a691055f4589c8ae39822e
Author: Pavel Tupitsyn 
Date:   2018-08-13T17:04:31Z

Fixing tests

commit fa034fa8f1b298d6eb459065f8b4ab88ec57fced
Author: Pavel Tupitsyn 
Date:   2018-08-13T17:06:26Z

TODOs

commit d60fe10fe89f4d681ade6ac418326e5c1f63ae09
Author: Pavel Tupitsyn 
Date:   2018-08-29T08:55:06Z

NormalizeSchemaName

commit d440cecff1fbdcbd9c6f2d36dfd82cb218119c87
Author: Pavel Tupitsyn 
Date:   2018-08-29T08:59:09Z

NormalizeSchemaName

commit d22c5a71c539d2515db292be9ed0be107e75154f
Author: Pavel Tupitsyn 
Date:   2018-08-29T09:08:27Z

Fixing tests

commit fe7adfbc66b76d320a35e3e8bb43c23a79f6ba59
Author: Pavel Tupitsyn 
Date:   2018-08-29T12:27:44Z

Fixing tests

commit cff6ec094bd3b2446bc98d5f6c575024159c8ee3
Author: Pavel Tupitsyn 
Date:   2018-08-29T12:47:58Z

Fixing tests

commit be910ff16b1a75a9a30c831107a1489b3ed55bb5
Author: Pavel Tupitsyn 
Date:   2018-08-29T12:58:06Z

Fixing tests

commit 432c5d7eae18cb3030aa624cebcea0f81efda046
Author: Pavel Tupitsyn 
Date:   2018-08-29T13:08:03Z

Merge remote-tracking branch 'origin/master' into ignite-9116




---


[GitHub] ignite pull request #3946: IGNITE-8434 .NET: Fix service proxies on .NET Cor...

2018-05-06 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-8434 .NET: Fix service proxies on .NET Core



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

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

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

https://github.com/apache/ignite/pull/3946.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 #3946


commit e8b39d2c2806b068df74ebac58d4261ea0b03774
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-05-04T08:12:39Z

Fix DefineDynamicAssembly call

commit 2c4f4cb805077e3d2f4d91cfedf2b516b5c5fe63
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-05-04T08:31:27Z

Fix DefineDynamicAssembly call

commit 4999a99f01979759942a711fc7b702de8b514ef7
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-05-06T09:11:23Z

Change to expression trees to work around the limitation of non-callable 
methods

commit cbae86b59bb97bd3af7f05304bc8f97bc329cb72
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-05-06T09:14:40Z

Change to expression trees to work around the limitation of non-callable 
methods

commit 3cf378a2a9c11567d14b211d98cac5c2c23163b2
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-05-06T09:17:56Z

add explanation




---


[GitHub] ignite pull request #3812: IGNITE-8240 .NET: Use default scheduler when star...

2018-04-12 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-8240 .NET: Use default scheduler when starting Tasks



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

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

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

https://github.com/apache/ignite/pull/3812.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 #3812


commit 7746efcebe2bbda3fcb1bcaf4b3015489221532b
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-04-12T21:31:10Z

IGNITE-8240 .NET: Use default scheduler when starting Tasks

commit e411695b65cbe0b9fca129927cd9a5b238b2c753
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-04-12T21:39:31Z

cleanup

commit 35d1f543d8f3c1177d9400d02d2d5999589bf481
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-04-12T21:41:37Z

Fix gitignore

commit 8b3472954affc107bdbb97eb48e2434a3677a16b
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-04-12T21:44:32Z

ContinueWith fixed

commit b979841ab43b724d2efa26f6877e2bd1c111b9d0
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-04-12T21:49:01Z

fixing StartNew

commit 3f2a3561c15772334ae7bc93514b47cc0c705526
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-04-12T21:51:42Z

fixing StartNew

commit 04dd8f6ba285214a1d6d935e9bd8d609f01d1e17
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-04-12T22:03:54Z

StartNew fixed




---


[GitHub] ignite pull request #3696: IGNITE-8034 .NET: Add IgniteConfiguration.Authent...

2018-03-26 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-8034 .NET: Add IgniteConfiguration.AuthenticationEnabled



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

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

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

https://github.com/apache/ignite/pull/3696.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 #3696


commit cab781b0559cce224e9ee33a43079ec2b42ed606
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-03-26T06:40:26Z

Add property

commit 8959865697496c5bc26731faa456ac89cf46f647
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-03-26T06:45:23Z

read/write

commit 886ba12d003ec21d981aeb38e961d04781358341
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-03-26T06:46:43Z

Rename for consistency

commit e985e9f2ccf33950007c61503ae0c4ca162bd2fc
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-03-26T06:47:32Z

update schema

commit dbac34e2f1ca10eb657965350e81863978e701ec
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-03-26T06:48:19Z

update schema

commit 02bf36c9927dd50b95480ea58886d94b1526aa96
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-03-26T06:48:56Z

updating tests

commit 8d8c8935fec50a1dd73717e9a1e7bb542676dcda
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-03-26T06:53:07Z

updating tests

commit 9ed071ce93ea6b2a88896f3b29cf94253aee7433
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-03-26T06:58:06Z

read/write in Java

commit 94f83a1787bfbfd61fdd0f1274a7be5387d80261
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-03-26T07:12:21Z

tests work




---


[GitHub] ignite pull request #3467: .NET: Thin client: Add failover capability

2018-02-02 Thread ptupitsyn
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@...&g

[GitHub] ignite pull request #3457: IGNITE-7561 .NET: Add IServices.GetDynamicService...

2018-01-31 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7561 .NET: Add IServices.GetDynamicServiceProxy

Work with service proxies in dynamic fashion

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

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

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

https://github.com/apache/ignite/pull/3457.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 #3457


commit f5b7cfcea7183eff9921f7c94da9b673ea87fcab
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T10:34:48Z

IGNITE-7561 .NET: Service proxy as dynamic object

commit 59283989e6827db7148b3b80a8ec274a2f7f11d1
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T10:36:15Z

wip

commit 093774e6cc1473668fe2359e149a7220391cfa31
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T10:45:19Z

wip

commit 71616f76b4638d2f07b1ce56cda7cb4ba2ce99f8
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T10:46:21Z

wip

commit 6b5bc3d992e36220b7e6207dc26a03eb5e58fa60
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T10:52:18Z

add initial test

commit a261ef0aaa5f03687c5b9296779cac8017ddde86
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T11:26:27Z

wip

commit 2bc60aa0ef22b2ce270da388d989207f861c5597
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:10:11Z

Refactoring proxy serializer

commit 861a5b4dfa679aa542b14845f6ead74603f15216
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:15:38Z

wip

commit 070afc45ed2be645fb5ed8436227d19d191f9855
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:17:14Z

implementing property getter

commit 1d8bb5f62f340f25bc296ead951b1e96485c9e52
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:18:23Z

wip

commit 57bb354eacdc829383cfcc5ffe306d1e2079765e
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:21:42Z

fix NPE

commit 6884bcaf6236324cd99e6f165b63c8ac46af8032
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:28:53Z

add getter prefix

commit b68b18e5e57177369c12d7e887823f9a5e48b8b9
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:30:27Z

First test works!!

commit 81d2b99a811a54769aa1d729a3225fe09dd7720d
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:32:26Z

    wip tests

commit 4dbf58444f3dd70b44752a8db1bb9cb51e3e7cd8
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:38:30Z

Dynamic proxy implemented

commit 82900f6639b1d6020f2b9cd135a2600844f47b7e
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:42:13Z

    Fix ToString

commit cee63d8ec3938c2060c5d600951cf263b64b42b8
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:45:53Z

wip

commit 299a0ce341c74aadc82623728bfe3a2ce7d9d25d
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:48:25Z

wip

commit c3bfdf78af7fe20af744f6b7fb3664c97ab8678a
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T13:56:44Z

wip tests

commit ba77ad4ff28aa95d312e71aec83955e0c17ba842
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T14:12:36Z

wip tests

commit ed1bad372b67d01237c6274596f80af12a8f979b
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T14:42:01Z

TestCallJavaServiceDynamicProxy

commit 858e49b56cf59e1ffa0a7cf3cbe8a4a2c0e22379
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T14:43:51Z

TestCallJavaServiceDynamicProxy done

commit 9f017b8990bf509f2bc4e5f9717800d578df2c46
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T14:47:01Z

All tests done

commit 65955ba37db37f3a289ad11522e31b2c72dfe733
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-31T14:49:10Z

Add overload without sticky




---


[GitHub] ignite pull request #3447: IGNITE-7329 .NET: Thin client: SSL

2018-01-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7329 .NET: Thin client: SSL



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

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

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

https://github.com/apache/ignite/pull/3447.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 #3447


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@...>
Dat

[GitHub] ignite pull request #3436: IGNITE-7530 .NET: Fix memory usage and performanc...

2018-01-25 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7530 .NET: Fix memory usage and performance for GetAll and query 
cursors in binary mode



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

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

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

https://github.com/apache/ignite/pull/3436.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 #3436


commit 219bbf1fc6c2808a16f881a7f2e41adf51fd2916
Author: apopov <tank2.alex@...>
Date:   2018-01-25T09:58:16Z

GetAllBinaryBenchmark issue

commit bb60c552952cc6c14204fc1def9222664cb6bfd3
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-25T11:34:11Z

Fix binary object excessive memory copy issue.

commit 0ea15d3e45c915b40aa25c564468095cbce307ee
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-25T12:27:47Z

Merge branch 'master' into get-all-binary-issue

commit cc1943e7dc81d6ca1898acbea0d8d0fa0e891a23
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-25T12:49:53Z

IGNITE-7530 .NET: Poor performance & excessive memory usage in GetAll and 
query cursors in binary mode

commit 3fd6e47894d4996a3b65b63bd112c65de0082f1f
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-25T13:24:16Z

Add CanGetArray guard

commit 725757e0f9f482a2f55bd6dd5248bf4d8b2f71a4
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-25T13:31:28Z

Fixing tests

commit db4f89afaa4e905ba08ef8269cca512580e8b9a3
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-25T13:43:09Z

цшз

commit e83c1465cd659542c04f5f305b7fc2daad6f2338
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-25T13:45:26Z

Code cleanup




---


[GitHub] ignite pull request #3415: IGNITE-7477 Ignite.NET does not work on Java 9

2018-01-22 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7477 Ignite.NET does not work on Java 9



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

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

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

https://github.com/apache/ignite/pull/3415.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 #3415


commit c69ce7b5e0339cec245df1ba2246238645d3efcd
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T14:05:12Z

IGNITE-7477 .NET: Add JVM options to start on Java 9

commit 33ab0cb6cb6daff6fc6e155efc3119e07c8f413d
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T14:09:34Z

wip

commit a7612ab44e89d3a931eb3fc8a33a53b680d1c3fc
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T14:20:41Z

Fix Java9Options

commit 98cc21b0c6f852d96c01c49cf3df72a68fa2fd46
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T14:25:34Z

Fix assert

commit 851567bf6e01bbb5f0677bf54e74278f65d70c84
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T14:30:31Z

Refactor JVM options cleanup

commit 5c970fea1e34aeed693fd0f4c13f02108b9ea48a
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T14:50:42Z

wip

commit e1556018c6f2dd0a716cccb523ecb7725432df1a
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T15:32:58Z

wip java version detect

commit 510601740fb914a3b76bca8a722f5d10cc1d4795
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T15:37:51Z

wip

commit d090fcae8a07f1ebb0f413a961bcfdcd58629407
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T15:38:40Z

wip

commit 658accfa5ac4b1a83ea8cecd9bd0376bc28dd9ff
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-22T08:53:20Z

wip

commit cb19997cba88f2928a594e1d8dc5f06f43433768
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-22T08:55:35Z

wip

commit 4deac669014e93e3cf7d4421245d9a67234d99d1
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-22T09:18:22Z

wip IsJava9

commit 45ed0e7220212974088993930d4dd8d36e349d4b
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-22T09:22:36Z

Java 9 detection done

commit fe0907b45a4f47f43346fd2a5601a1f238f316ae
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-22T09:24:17Z

Fixed

commit 4a0c15a10a17ff9edcab14c9f79e177cecbae045
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-22T09:37:07Z

wip

commit e683cff718040ba03bf19e14aed041301e20a7b6
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-22T09:40:30Z

JNI_GetDefaultJavaVMInitArgs on Linux / macOS




---


[GitHub] ignite pull request #3402: IGNITE-7117 .NET: Improve IgniteHome resolver

2018-01-19 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7117 .NET: Improve IgniteHome resolver



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

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

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

https://github.com/apache/ignite/pull/3402.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 #3402


commit e575d58f1bccd0a928e0a281c397a4dbaa737f8f
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T08:40:18Z

IGNITE-7117 .NET: Classpath resolver relies on Java examples

commit 899295efc9c63b7876c143e37d05d6fe28e47392
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T09:05:09Z

wip

commit 177fc20087f450fce1e00e1e8b51b3ea0b6b0252
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-19T09:18:51Z

Add source release resolver




---


[GitHub] ignite pull request #3390: IGNITE-6776 .NET: Thin client: SQL & LINQ example

2018-01-17 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6776 .NET: Thin client: SQL & LINQ example



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

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

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

https://github.com/apache/ignite/pull/3390.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 #3390


commit 0a9f0d6a2c3a25383e190efa12673fe875ab1aa5
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-17T09:25:00Z

IGNITE-6776 .NET: Thin client: SQL & LINQ example

commit ec6de0a770b0ac67c0cbcc706d0606c1ae905ca5
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-17T09:28:40Z

fix tests

commit fc6ba54cf9edd05044fa5863207947540ed6024a
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-17T09:31:09Z

fix config

commit 02ec1b51c79d1293d5ad0dd5b30ba6973ab89d28
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-17T09:39:42Z

wip




---


[GitHub] ignite pull request #3389: IGNITE-7413 Fix SqlDmlExample

2018-01-17 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7413 Fix SqlDmlExample



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

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

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

https://github.com/apache/ignite/pull/3389.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 #3389


commit 2049c1d21d288fb1f1f76b3156c80f13a351a852
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-17T08:31:56Z

IGNITE-7413 Fix SqlDmlExample




---


[GitHub] ignite pull request #3387: IGNITE-6598 .NET: Implement IIgnite.AddCacheConfi...

2018-01-16 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6598 .NET: Implement IIgnite.AddCacheConfiguration



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

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

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

https://github.com/apache/ignite/pull/3387.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 #3387


commit 241e4c58b30c24e0599cd692908a9da5a06dd78d
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-16T13:47:23Z

IGNITE-6598 .NET: IIgnite.AddCacheConfiguration

commit 838a8f00b19312bd176a77a0db420316a2337058
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-16T13:50:08Z

wip

commit fc9e81dd0223a71628be8d26774c11787b7fa9b2
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-16T13:50:31Z

wip

commit 9fb052b8571c60034b1124d5e0ad1003f1d6f932
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-16T13:57:16Z

wip tests

commit 52ab493a25891cbc64fc51116a44debce2f443be
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-16T13:59:45Z

wip

commit 96aa5dd6b54377743302f10618fa322592721776
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-16T14:36:46Z

Add Java impl

commit be97411fb10ea1a884582ceb352c06e31af158a1
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-16T14:42:59Z

All done, fix Core tests




---


[GitHub] ignite pull request #3380: IGNITE-1628 .NET: Compile and run on Mono

2018-01-15 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-1628 .NET: Compile and run on Mono



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

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

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

https://github.com/apache/ignite/pull/3380.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 #3380


commit 1778028c1733722d44a48d245fdf895a0642c5cd
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T11:49:07Z

IGNITE-1628 .NET: Ensure that Ignite works on Mono platform

commit da84f1c2569a9cf1b61b5654e01759fc45cbd6dd
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T11:49:26Z

fix IO folder casing

commit c1d1292e67f624c733bf945826cad58f4cba7386
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T11:50:47Z

fix IO folder casing

commit aba97fdf1cd870114309ae303fb4d0d9f6cec85b
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T11:55:48Z

fix Apache.Ignite.Log4Net path

commit 2bc9cf5d5fab66048a121633d30cdbc304bd4bc3
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T11:58:48Z

Suppress obsolete compiler warnings

commit 230ed114cd5d3a8ee7b37c26dece5c89b1dce0bc
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T12:58:34Z

Suppress xmldoc warnings under mono

commit 8728d8012c363c25c48ba720f67d66d9a1821760
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:02:47Z

revert unnecessary changes

commit 60803c633fbd69c1b69fcb8e65f3484039b4e6ac
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:03:51Z

suppressing warnings

commit cc1dedbb244a8f1955bd94a5e161eb69755e2976
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:05:41Z

disable unnecessary documentation

commit 87d6ddbb3d5db2659411be39ab622684802bddbf
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:08:31Z

fix references

commit c83e103d043ec4f39e44468bdc7b7dd0bbfa97c8
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:10:19Z

fix references

commit c3c114d9b3f5e3fde91257a1172ab86bdda83049
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:15:46Z

fix references

commit ca6d973de3c0a9ea8f595c515067d8634c7e226b
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:21:54Z

Remove ambiguous calls from service tests

commit fac892b95d4fbb4c5d9f4247e1e85049caa339a2
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:25:18Z

Change build event to msbuild task

commit 5a32eaf96a262cc48ad80df3f3f07c5a01d429d4
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:27:58Z

Change build event to msbuild task

commit 165a1e6a2b7526de7e852af43e4f488ac6a7181d
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:38:06Z

update devnotes

commit 1b831adb6820087fb2eb830dd749d9dfdc7c749f
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:40:03Z

Add Mono build script

commit 42791b443a310e4d55d993b3b6069a45ff4b2aee
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:46:02Z

Fixing file copy in EF tests

commit 357d7897d91570086deeb4ce46e96285796fecca
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T13:49:23Z

mono build works!!

commit b2118728f08372f8c34253b99f03871b7e0acd5e
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T14:50:05Z

suppress another warn

commit 02ab5bf941348ad8d68f9555e5007fbae3a845f4
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T14:53:05Z

suppress another warn

commit 1743be7df4c6fbc0b03fac9d633d2d69af0c2055
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T14:56:56Z

Add NuGet to build script and devnotes

commit 48b6b12473e60546761cc3caee4844c24e6dc321
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T14:59:55Z

suprpessing more warns for Mono

commit 0cd5218588d21a8bc177fe660753a18fcc75b5a0
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T15:01:31Z

fixing warns

commit 247fe6d567f2fe2dd5033590488d89924334864e
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T15:02:26Z

wip

commit 4216f730fb00b4106d505adf19ad21f68a82245c
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T15:03:44Z

wip

commit 27568f5e60e661e0e4f5e40c171b3068cc3ab81f
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T15:04:24Z

wip

commit 450dbfd43d49062bce2e93aeee2836c81ddbf43e
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T15:05:30Z

wip

commit 6d493d2ad0f3781537f94c2eceec4ed844839dab
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T19:58:40Z

fix nuget restore

commit b396eaa17351bfd783ac8ad7df11d228a4964272
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-12T20:46:44Z

wip




---


[GitHub] ignite pull request #3352: IGNITE-7301 .NET: Baseline topology

2018-01-10 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7301 .NET: Baseline topology



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

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

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

https://github.com/apache/ignite/pull/3352.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 #3352


commit e7ca9b65a68de7752195c8f4d2b5180f3c77d19f
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-13T18:52:47Z

ignite-blt-merge -> ignite-2.4.1

commit cc8168fc184bb7f5e3cc3bbb0743397097f78bfb
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-13T19:13:01Z

merge ignite-pitr-rc1 -> ignite-2.4.1

commit 87e6d74cf6a251c7984f9e68c391f790feccc281
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-14T12:49:33Z

ignite-gg-12877 Compact consistent ID in WAL

commit 9f5a22711baea05bd37ab07c8f928a4837dd83a4
Author: Ilya Lantukh <ilantukh@...>
Date:   2017-11-14T14:12:28Z

Fixed javadoc.

commit d5af2d78dd8eef8eca8ac5391d31d8c779649bb0
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-11-15T08:09:00Z

IGNITE-6913 Baseline: Added new options to controls.sh for baseline 
manipulations.

commit 713924ce865752b6e99b03bd624136541cea5f9f
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-15T09:03:12Z

IGNITE-5850 failover tests for cache operations during BaselineTopology 
changes

commit b65fd134e748d496f732ec2aa0953a0531f544b8
Author: Ilya Lantukh <ilantukh@...>
Date:   2017-11-15T12:54:35Z

TX read logging if PITR is enabled.

commit 9b2a567c0e04dc33116b51f88bee75f76e9107d1
Author: Ilya Lantukh <ilantukh@...>
Date:   2017-11-15T13:45:16Z

TX read logging if PITR is enabled.

commit 993058ccf0b2b8d9e80750c3e45a9ffa31d85dfa
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-15T13:51:54Z

ignite-2.4.1 optimization for store full set node more compacted

commit 1eba521f608d39967aec376b397b7fc800234e54
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-15T13:52:22Z

Merge remote-tracking branch 'professional/ignite-2.4.1' into ignite-2.4.1

commit 564b3fd51f8a7d1d81cb6874df66d0270623049c
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-15T14:00:51Z

IGNITE-5850 fixed issue with initialization of data regions on node 
activation, fixed issue with auto-activation when random node joins inactive 
cluster with existing BLT

commit c6d1fa4da7adfadc80abdc7eaf6452b86a4f6aa4
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-15T16:23:08Z

IGNITE-5850 transitionResult is set earlier when request for changing 
BaselineTopology is sent

commit d65674363163e38a4c5fdd73d1c8d8e1c7610797
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-16T11:59:07Z

IGNITE-5850 new failover tests for changing BaselineTopology up (new node 
added to topology)

commit 20552f3851fe8825191b144179be032965e0b5c6
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-16T12:53:43Z

IGNITE-5850 improved error message when online node is removed from baseline

commit 108bbcae4505ac904a6db774643ad600bfb42c21
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-16T13:45:52Z

IGNITE-5850 BaselineTopology should not change on cluster deactivation

commit deb641ad3bdbf260fa60ad6bf607629652e324bd
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-17T09:45:44Z

ignite-2.4.1 truncate wal and checkpoint history on move/delete snapshot

commit 3c8b06f3659af30d1fd148ccc0f40e216a56c998
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2017-11-17T12:48:12Z

IGNITE-6947 Abandon remap after single map if future is done (fixes NPE)

commit ba2047e5ae7d271a677e0c418375d82d78c4023e
Author: devozerov <vozerov@...>
Date:   2017-11-14T12:26:31Z

IGNITE-6901: Fixed assertion during 
IgniteH2Indexing.rebuildIndexesFromHash. This closes #3027.

commit abfc0466d6d61d87255d0fe38cbdf11ad46d4f89
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-17T13:40:57Z

IGNITE-5850 tests for queries in presence of BaselineTopology

commit f4eabaf2a905abacc4c60c01d3ca04f6ca9ec188
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-17T17:23:02Z

IGNITE-5850 implementation for setBaselineTopology(long topVer) migrated 
from wc-251

commit 4edeccd3e0b671aa277f58995df9ff9935baa95a
Author: EdShangGG <eshangareev@...>
Date:   2017-11-17T18:21:17Z

GG-13074 Multiple snapshot test failures after baseline topology is 
introduced
-adding baseline test to suite
-fixing issues with baseline

commit edae228c8f55990c15ef3044be987dcb00d6c81a
Author: EdShang

[GitHub] ignite pull request #3333: IGNITE-7318 .NET: Move SQL examples to Sql namesp...

2018-01-09 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7318 .NET: Move SQL examples to Sql namespace



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

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

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

https://github.com/apache/ignite/pull/.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 #


commit c3037d40b4938221bd2b92b82dd5c7c8701b
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-09T10:02:41Z

IGNITE-7318 .NET Move all SQL examples out of "data grid" package

commit 382e0857ff8942b836464cdaf1395b2cedb30ca3
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-01-09T10:15:20Z

Rename examples




---


[GitHub] ignite pull request #3287: IGNITE-7287 Thin client: idle connection timeout

2017-12-25 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7287 Thin client: idle connection timeout



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7287

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

https://github.com/apache/ignite/pull/3287.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 #3287


commit fafaf57003b16370dda9778bab0b2d1703a0027e
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-25T16:37:19Z

IGNITE-7287 Thin client: idle connection timeout




---


[GitHub] ignite pull request #3286: IGNITE-7288 Thin client: partial cache configurat...

2017-12-25 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7288 Thin client: partial cache configuration



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7288

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

https://github.com/apache/ignite/pull/3286.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 #3286


commit a6bc94934910ef5f7b970e3eba7dc006d6ec6c26
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-25T10:43:45Z

IGNITE-7288 Thin client: partial cache configuration




---


[GitHub] ignite pull request #3271: IGNITE-7279 .NET: Compile on Linux

2017-12-21 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7279 .NET: Compile on Linux



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

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

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

https://github.com/apache/ignite/pull/3271.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 #3271


commit 21fddfcf98fd00db081fd8448d7186c59a9311e3
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T11:58:58Z

IGNITE-7279 Compile on Linux

commit f4eb4e7203bfa265b155cc52f86afd4fe6d51383
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T12:13:40Z

adding services test

commit fbaa141a641c4b12f5dd8fa8013cf9126c481b34
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T12:24:51Z

Fixing compilation (services)

commit 687be44bcbd3229918f0965d189aabc8fc22377a
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T12:38:20Z

wip

commit 88b503c4a14c30bf31ebdea1f0fc7de833cfc29c
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T12:41:06Z

wip

commit d5c9ab4835380004e296cb6978866b3baf10e2e6
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T12:55:35Z

Add LINQ project

commit aa9fa750a94d3948010e5e1978ea56e827d0c0d0
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T13:05:55Z

wip

commit b6fb0ec2c617463143221415a3d624105ce31179
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T13:10:52Z

Add dotnetcore solution file

commit 6d38376cd8ec0b611549da19a98c67b5fd3ed2d0
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T13:11:57Z

fix assembly names

commit f07daace1ead92e7c9ac86f5392b0f0462eeb9ab
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T13:14:35Z

Fix classpath in tests

commit a33e7733fd97a835f28974a60762a8f40470f271
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T13:32:52Z

update DEVNOTES

commit e29b72a4cde5c270c27c5552df9e94c18c02ddac
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T13:50:33Z

wip

commit 228cf3ee7b5353506cb6e08e3af37439c08b33a4
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T13:51:51Z

wip readme

commit 802c6763be2cc70a151773d13f37c98820cad134
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T13:52:03Z

wip

commit 973ec4fd444ad846a4ae78501500b2f5e096e6af
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T13:54:41Z

suppress warnings




---


[GitHub] ignite pull request #3267: IGNITE-6951 .NET: Support pointer serialization

2017-12-20 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6951 .NET: Support pointer serialization



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

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

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

https://github.com/apache/ignite/pull/3267.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 #3267


commit 3691cb937caaf3b78388f46d94c249f5b7246f63
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T17:22:58Z

wip tests

commit e911a678a6c0030ce4443421dfed850503d86ca1
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T17:28:45Z

wip

commit 1b6853c292c15d3c4b0ee8b8f27fd3d4d590db2d
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T17:29:02Z

wip

commit d66f48202048d5a3e4ca077f607dcd79d64e851a
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T17:30:55Z

wip

commit a2876e6abfef236dd5e401eaa3e3e6b446d44886
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T17:47:47Z

wip tests

commit fe64981949165e7655a7f2bafc3385d960d9e63c
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T17:52:31Z

wip tests

commit e418bd0809fe754539c6ee378e32276c7b0581a5
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T18:30:07Z

wip tests

commit 59cd766236174bf0a57e8ec86f0f13c8a9d58989
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T18:45:06Z

wip

commit c9bb0c48c55b168f577daec1004c0ee553fe9d89
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T18:47:31Z

wip

commit 8437a127083b6ba687241736ab2fd6da05119fc8
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T18:53:21Z

wip

commit 2f4b3b663ee7cd50fb95d3b72d360802509602b0
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T18:58:34Z

wip

commit c2faaaeceb2df91817f5e17b30f574236452dd81
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T19:15:11Z

Fix UIntPtr conversion

commit ff0d3e740b416d367ccb3efdc747c0593fccaf34
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T19:21:01Z

wip tests

commit a5c53df7c9036012676cca538868f5430c16e758
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T19:22:16Z

    wip tests

commit 153b11099a8d08416f6b3f1a31bcf412442b5a7f
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T19:27:31Z

wip

commit 8ea6e3de0545e8e7ff616ce47b5eabb56b1c9a79
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T19:37:28Z

wip ptr handling

commit ea6efcbb6d769c93cf272d94ea302b0594811700
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T20:03:14Z

wip

commit becfada736ab919edb6fb90193c99b249f1d8807
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T20:23:16Z

some cleanup

commit 1223fef330fdea61a589f3bfc2c9b8fe036a79cc
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T20:33:12Z

pointers support added

commit 999c99c4ea377b7acaec206f472780174523ccaa
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T20:35:20Z

Pointers work!

commit 0036af687ebf1545ee2dbf09a9bf87a1859c3fcf
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T20:41:43Z

raw mode

commit c72aa69e3c1ce501b533794cb0efef40a214a49c
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T21:41:28Z

fix raw mode

commit a2ff30e0c4bdecf948242a961fc1fdf2861aaed1
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T21:52:13Z

wip

commit fe35dedb3a875cb01da009ba777e3fe67f0a4298
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T22:13:02Z

wip

commit 11336b8f4187218616f1d6f37d2def5b06c24748
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T22:15:32Z

wip

commit b360e30f621d74009de768963f189917ca5e66d4
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T22:19:21Z

wip

commit 37154035bf4813399cded44d7bcad00636c2a4f7
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T07:01:37Z

wip tests

commit a4c4d9da27d2c5573b666dc2c24829751ca0dfd6
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-21T07:15:06Z

all done




---


[GitHub] ignite pull request #3263: IGNITE-6615 .NET: Thin client: XML configuration

2017-12-20 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6615 .NET: Thin client: XML configuration



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

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

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

https://github.com/apache/ignite/pull/3263.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 #3263


commit ef418105e0cc4469964f13e4480230be772777aa
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-18T15:53:57Z

IGNITE-6615 .NET: Thin client: XML configuration

commit 20550325569336561fd431600e8c81b53e4855d5
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-18T15:54:29Z

wip

commit 975e54913bbd3fc09f2e280d12b90f62fca4f1b6
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T07:26:49Z

Merge branch 'master' into ignite-6615

commit b2392295ac73d03587605f33a3dd5c2b1b901da5
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T08:13:34Z

fix schema output

commit f57c0aaf5d8ea7a5a26baa3394a8f2a221993c37
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T09:53:32Z

wip

commit f1b315c4d563b8779392ad96f369902c9477fb18
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T10:02:24Z

Add startup methods

commit 2244d48c1ac7a1531bc2d47227453d62fb105e50
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T10:03:17Z

fix docs

commit 39313449ddb8f7938798b562eaa681344d6a6762
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T10:17:49Z

ToXml / FromXml

commit 707d97dcc6ef17b99ff7b1794d217681fa5fd012
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T10:19:57Z

wip

commit 286d743fc02cf769b00646deef9c725495a2a79d
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T10:25:36Z

ToXmlFromXml done

commit d04a06c9716c34257e39da763c96f05b7c929c10
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T10:26:25Z

wip

commit 66a0f06bdb527fa944c994f54989c6cf12623b07
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T10:30:02Z

adding tests

commit dd4fdfd5a1644780e60dd4ed0e5ab0e09c83df95
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T10:31:58Z

wip tests

commit f284472661146b65929e5734f6bd666ce832ec7c
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T10:37:59Z

    wip tests

commit 72f3152978d3e7c6942b4f64ad690e822c33e733
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T14:00:55Z

wip

commit cf0ae3be5dee6281f044f8de49fe66129439628a
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T14:08:33Z

Add IIgniteClient.Configuration

commit 073e2450c252d6793d262c5ab7d780233ee2cf6d
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T14:23:12Z

wip tests

commit 6fedec40b9a00cc3b28b50bb5aba595d58dd6ca4
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T14:36:08Z

wip

commit b771dd6b0271059d80fa7edf428d5dee8e08aeb3
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T14:45:19Z

wip tests

commit 2e749e51322f263975359a8db15b466537b55577
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T14:46:42Z

wip tests

commit 2c5e0959ff3449e1be951472926e6d408e59d7b0
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T14:54:40Z

wip

commit dc739389af01eec89dcc798dd18474b7a4d75e58
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T15:01:54Z

wip tests

commit eef2dce5df8caa2e20304d9cc62bf33e12430d86
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T15:23:15Z

wip tests

commit c59028e9005415a51a23e69f9c88d6363b29dc69
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T15:51:16Z

wip

commit 30b358e392ac9484e36f799cfe947ac05e5c4337
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-19T18:29:09Z

wip tests

commit b41065d424f4910825bc5c2fe70ce339845ca294
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T07:15:34Z

fix dnc tests

commit 37e2bdebda18d3665db4f3e5d6e18208447c7e42
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T07:22:30Z

cleanup

commit 9acffa0184a84b45c2d60136e4f169f9baae2cd0
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T07:46:41Z

wip schema

commit da13aec60c2ba79ac88da7a299ae9ec390093dc0
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T07:47:33Z

wip

commit bf43c26178cce37f09b23f073f5258409572c227
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-12-20T10:57:19Z

Schema done




---


[GitHub] ignite pull request #3247: IGNITE-7229 .NET: Rename ICache.QueryFields to Qu...

2017-12-18 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7229 .NET: Rename ICache.QueryFields to Query, add FieldNames



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

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

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

https://github.com/apache/ignite/pull/3247.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 #3247


commit 8abf09fcdcec0a259fcab4345e64db2f5f133f3d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T11:37:27Z

IGNITE-7229 .NET: Rename ICache query methods to Query

commit 6758d728b33b53033261011ef8ea7a9a96d5fd46
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T12:07:49Z

wip

commit 85ec136958c41ac03af585d39e42284e868d4ca3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T12:10:42Z

wip

commit 3f55d7383ed0e07269ebfcda472ae9d9642d6e25
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T12:11:43Z

wip

commit dca634c9173aef0414e661f8b59719a2bb6a69cc
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T12:13:20Z

Fix obsolete usages

commit 387553edbd69708b0b18afbfe9c7dd877e0fd4f4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T12:33:11Z

Fix usages in examples

commit 75d427ef3621d9e2da764221987a019ba68c0816
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T12:34:45Z

Rename internal method

commit 8ca35ba2a88ccf691af11eb8499ea59b33d13648
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T12:36:05Z

Fixing all usages

commit ce6e299a89a8e97236c95507f5e24783b03eb350
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T12:37:41Z

Fixing tests

commit 0b0b02ae4e22408ee47d8d82879399600b6312f1
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T13:00:54Z

Adding FieldNames tests

commit de38b92477b8c3b8f0addc1034904201d6ca2804
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T13:02:55Z

wip

commit 393d9f2460205a8688556c91163b195c24cedb0f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T13:05:12Z

wip

commit dc9376e6c540c51a4e568f574c490de845e4dd10
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T13:12:41Z

wip

commit 48abd84fe6e19471ed707ec27992621dd5cc5b06
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T13:18:50Z

Adding field meta call

commit 951adccd0796fa6a955fbdd3356933c042f3b9cf
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T13:23:43Z

fieldNames done

commit 51c1898b561d73a3e9341c7166705ea06336ac9b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T13:31:36Z

wip tests

commit 2b804743787b9e389e864758739516c4dc672ab1
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-18T13:43:46Z

TestFieldNames done




---


[GitHub] ignite pull request #3187: IGNITE-7109 .NET: Thin client: Async cache operat...

2017-12-08 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7109 .NET: Thin client: Async cache operations



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7109

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

https://github.com/apache/ignite/pull/3187.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 #3187


commit 434171a938d902d0229fc6c7394080f1e6d15113
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-08T15:57:18Z

IGNITE-7109 .NET: Thin client: Async cache operations




---


[GitHub] ignite pull request #3125: IGNITE-6338 .NET: Thin client: LINQ

2017-12-01 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6338 .NET: Thin client: LINQ



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

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

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

https://github.com/apache/ignite/pull/3125.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 #3125


commit 5b842cbdf8727af44cc155f6e4de962b04b4d92e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T11:59:54Z

IGNITE-6338 .NET: Thin client: LINQ

commit fb52a56e019cd2df8b5a81e0d7917b5402d280ef
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T12:06:44Z

wip extension methods

commit 4e12092ae59f9e1a673b4ae047a711dd5b309c6e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T12:47:17Z

Deprecate ICacheQueryable

commit 0823f584ee5e9768ea47fa8e23586e34103d3d4c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T12:54:15Z

Refactor ICacheInternal usage

commit 823164f79422c0c0a1535fa86c925b3f27358d79
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T13:00:33Z

Fix warnings

commit 682d945d0e1c480b5cbd02a940c2f95fd0117324
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T13:04:07Z

wip tests

commit 9ee02bea17c8c44eaa9d8a3872d1ebadae92c03a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T13:07:08Z

adding thin client linq tests

commit 36ae8655f164d5616caded5f9043a7ec7376b605
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T13:08:50Z

SqlQueryTestBase

commit cf01a86e0e2eb9dab0389afaff9c8958ade823cd
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T13:17:19Z

Adding tests

commit 210be35fe23470c0ac36412495dbce7de4e01b75
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T13:19:03Z

Add tests to core project

commit 707e8145d7b5ffacf18718f048816bc93902f221
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T14:05:25Z

Generic fields qury implemented

commit e0d6e85612637b696137bdd0957d958d1cd14dd4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T14:11:38Z

Simple test passed

commit b85be17a17ffa8d011c508265d3cdf88667019d2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T14:22:58Z

wip

commit f088ccebc03f0ebed2025bd0b08e71bf098fd71e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T14:31:26Z

Add join test

commit 0664285392a1fad5e520248c499709859a532454
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T14:32:45Z

Cleanup

commit 9b561432221f45d495236411c7d246832a6aaa54
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T14:37:54Z

wip tests

commit 9674ec1fd1ea807b893863685eb03c0acde913af
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T14:41:50Z

fix linux tests build




---


[GitHub] ignite pull request #3120: IGNITE-6997 .NET: Thin client: Move ClientStatus ...

2017-12-01 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6997 .NET: Thin client: Move ClientStatus to public API



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

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

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

https://github.com/apache/ignite/pull/3120.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 #3120


commit a315a57b4bea0b2ad78dd9ee967bc31fa30e021a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T09:58:57Z

IGNITE-6997 .NET: Thin client: Move ClientStatus to public API




---


[GitHub] ignite pull request #3119: IGNITE-7002 .NET: Add cross-platform examples on ...

2017-12-01 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7002 .NET: Add cross-platform examples on .NET Core



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7002

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

https://github.com/apache/ignite/pull/3119.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 #3119


commit b73ca9dc64a1da3619002fe022497c318e750bd3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-12-01T09:03:06Z

IGNITE-7002 .NET: Add cross-platform examples on .NET Core




---


[GitHub] ignite pull request #3114: IGNITE-6335 .NET: Thin client: cache binary mode

2017-11-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6335 .NET: Thin client: cache binary mode



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6335

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

https://github.com/apache/ignite/pull/3114.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 #3114


commit 917a13f4ebff332b6c7312bb63f76e35f54c8c99
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-29T18:07:19Z

IGNITE-6335 .NET: Thin client: cache binary mode




---


[GitHub] ignite pull request #3091: IGNITE-7013 .NET: Fix startup on macOS (dlopen ca...

2017-11-24 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-7013 .NET: Fix startup on macOS (dlopen call)



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

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

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

https://github.com/apache/ignite/pull/3091.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 #3091


commit 071010551e3cde09e206c168408f13a3c15e615e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-24T13:06:10Z

IGNITE-7013 .NET: Ignite does not start on macOS




---


[GitHub] ignite pull request #3061: IGNITE-2662 .NET Core support (run on Linux)

2017-11-17 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-2662 .NET Core support (run on Linux)



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

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

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

https://github.com/apache/ignite/pull/3061.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 #3061


commit dc2ad8777d6c11fe7f5b457f073c2d1a5d7f9933
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T18:43:42Z

IGNITE-2662 .NET Core support (run on Linux)

commit 79ad83dc4dcbb9baa16ef3ec569f91c592cb8103
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T18:48:11Z

Add solution file

commit 90888b0385b87ef3ff0b171224f318a5abb3a32a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T18:56:30Z

First test implemented

commit c900fc5a91b39b629f6643f457515db626de772e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T18:58:04Z

wip

commit 1349c71a3b2bb4b91612426d4b09fd3b5d8341af
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T19:00:06Z

wip

commit 8489bfdb0887f59e81265a8c49289f680b5105c0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T19:10:37Z

Fix callbacks initialization on Core

commit 6c0e6c7b204d2e8c886e0129c09b116770368848
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T19:11:38Z

wip

commit a6d7081f90bd02e56f3b1e1eb91f7a7ce6d63186
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T19:12:08Z

Ignore exe files

commit 6f618ff83b2f8b74a5f640d4bce782fc0b89edb8
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T19:20:31Z

Add unix check

commit 9a660799d8d706a93deeb235a46a38061366cdae
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T19:47:54Z

Fix NuGet version issues

commit a56fd81e41f0d4969bf06d03c98df75910cec797
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T19:53:38Z

Fix readme

commit 0c434e7622affd119ee77fa9904f765825c7188a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T19:58:58Z

Adding test scripts

commit 0684ff1b5484918b2be46d8fa58d4c24bf8cc828
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T20:04:53Z

Fix line breaks

commit 3373839cf9de4fce7b435ee7f4b0686332c5f313
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T20:05:38Z

wip

commit 8f0212cf8c5fb5fc06dcd1a0e1de7fbf5d063dd4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T20:09:19Z

Fixing test script

commit ed5f0508e8ad02c0f4807f5ecb6cbe5ed284c5cf
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T20:17:59Z

WSL script works!

commit 4f851234b9f90ee07d2f4f55010cb00b5334dcb0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T06:33:13Z

Fix test script

commit 2e9ee68622c70dc21b17a66877dae45e1c1e96ae
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T09:00:38Z

Merge branch 'master' into ignite-2662

commit 6241a66735456aa2b22fe8f7c6d2298cdb348349
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T09:21:22Z

xplat dll loader

commit 18037a44809ffe7f9474db23358cffa55db84583
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T09:38:14Z

Implementing Java detection on Linux

commit 1e674877d25df345e0c258d275f009416eb48aa2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T09:54:01Z

Refactoring dll loading

commit 19699d72bfdda806d464f9515078327703bda93c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T09:55:01Z

wip dll loading

commit aba0381c265075c44aeeff76f03c75c945ab44d2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T10:03:55Z

Fix config copy

commit 999d1536d2475f501a846950dc1dd2a3a57f984e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T10:11:18Z

Fix JVM class to be xplat

commit 323c8708e68eb47fdd6b87d867a6726dc13ff006
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T10:15:20Z

Add logging to test

commit 0e05f74922336c48a52a5ae64fb7b82cf256f3cb
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T11:20:57Z

Fix NuGet home detection

commit 910747328e48664364ade24ae1740a5960afaa73
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T11:21:47Z

fix home detection on Linux

commit 881ed862b29851262a8c563a170cdae33f521a23
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-16T11:28:52Z

Fix NuGet folder name casing

commit 4bbc940eb39f335038d5d8b3bba69818c93283b0
Author: Pavel Tupitsyn <ptupit..

[GitHub] ignite pull request #3039: IGNITE-6911 .NET: Optionally disable Java console...

2017-11-15 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6911 .NET: Optionally disable Java console redirect



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6911

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

https://github.com/apache/ignite/pull/3039.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 #3039


commit 9f84958da67459d1bc3faeb784ceb065397565dd
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-15T13:35:33Z

IGNITE-6911 .NET: Optionally disable Java console redirect




---


[GitHub] ignite pull request #3031: IGNITE-6896 .NET: support Multidimensional Arrays...

2017-11-14 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6896 .NET: support Multidimensional Arrays in binary serializer



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6896

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

https://github.com/apache/ignite/pull/3031.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 #3031


commit 8735d68ec178b7593f25f1207a6362ed9ea238fc
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-14T13:48:21Z

IGNITE-6896 .NET: support Multidimensional Arrays in binary serializer




---


[GitHub] ignite pull request #2985: IGNITE-5343 .NET: Work with JNI directly, get rid...

2017-11-07 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5343 .NET: Work with JNI directly, get rid of C++ layer



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

$ git pull https://github.com/gridgain/apache-ignite ignite-5343

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

https://github.com/apache/ignite/pull/2985.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 #2985


commit 3cd6bebc271b0c6e4238cc60a7fc6fd844add76c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-11-07T11:51:56Z

IGNITE-5343 .NET: Work with JNI directly, get rid of C++ layer




---


[GitHub] ignite pull request #2935: IGNITE-6336 .NET: Thin client: Create cache

2017-10-26 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6336 .NET: Thin client: Create cache



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6336

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

https://github.com/apache/ignite/pull/2935.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 #2935






---


[GitHub] ignite pull request #2921: IGNITE-6705 .NET: CacheConfiguration missing prop...

2017-10-24 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6705 .NET: CacheConfiguration missing properties



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

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

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

https://github.com/apache/ignite/pull/2921.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 #2921






---


[GitHub] ignite pull request #2916: IGNITE-6704 .NET: CacheConfiguration.KeyConfigura...

2017-10-24 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6704 .NET: CacheConfiguration.KeyConfiguration



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

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

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

https://github.com/apache/ignite/pull/2916.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 #2916


commit ad197eea4c74641e5a70f5b0080213e8a9dbaead
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-23T15:28:33Z

IGNITE-6704 .NET: CacheConfiguration.KeyConfiguration

commit 8b8632f8429a9f9e2e112b482ed8513fe3b0512b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-23T15:30:02Z

wip tests

commit 0f4084d92f95683875b40edf4f42547d4801d041
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-23T16:10:18Z

wip

commit d9dccc5e29bb7a09a889819b38d51c6a270022af
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-23T16:21:33Z

wip tests

commit ad2e19a48c07278efbfe6648e7e2c8078ce27f87
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T10:12:20Z

wip affinity tests

commit 4b9ab1e63636aeaae732607a90ef0a816428aef4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T10:16:29Z

wip aff tests

commit 7439681cd28dd6b5753bab6482a8dd8f2139677e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T10:28:08Z

wip tests

commit 90623ca2128fe89ec691e4b63e62cfbb493108cb
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T10:33:48Z

Refactor reflection utils

commit 8a97d7061194edf76f81dd9e19b99ac348d647c7
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T10:48:56Z

wip tests

commit 0b83b3f9fcc4db13e17d5416f66518e205c4fffe
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T10:49:16Z

wip tests

commit d784a5f008a1fdf92f5c6ea56480040ab1566f77
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T10:51:24Z

wip tests

commit dda092aedc452848b2ac8dc9bcf8f01d012e8b57
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T11:15:24Z

wip configs

commit 76cf2432435c6ed940c1a5d9afa29a5935c87628
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T11:49:09Z

wip configs

commit 6164fcde7713e8f1c1e7de71994842939b105a67
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T11:52:25Z

wip

commit e4f48640fc2d8f3fc718adb86f700293438aaa8b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T11:54:00Z

java part done

commit 719a65b41dfed7426ac7c4cd94429c41207aafaa
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T11:55:55Z

wip tests

commit 21f5172ba47d8b503e6445f71bef13114896a3f5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T12:15:45Z

Fix stackoverflow in AssertReflectionEqual

commit eee1060b3b09c66f0482b36dc2bbdbe355835d31
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T12:18:01Z

wip

commit 1613648c62559f83780609fe933a388be793fc1f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T12:31:05Z

fix java part

commit 777af9a0d0a2bbefb3f20a247dbc7144b990786c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T12:34:50Z

wip

commit 961bfe03a8026874d5c1289b8fdd04f172b51be2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T12:39:47Z

wip write refactoring

commit ea0a5cee5e606560d25512655f165524ce1fe866
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-24T12:40:33Z

wip configs




---


[GitHub] ignite pull request #2891: IGNITE-6515 .NET: Enable persistence on per-cache...

2017-10-20 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

 IGNITE-6515 .NET: Enable persistence on per-cache basis



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6515

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

https://github.com/apache/ignite/pull/2891.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 #2891


commit ec41370c4da65c01e9b7c584e0706c40e4171b35
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-10-20T07:29:57Z

IGNITE-6030 Allow enabling persistence per data region

commit 6afea2c9f54379c1801d2b0023a7ecb86ab1526c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-20T08:40:56Z

IGNITE-6515 .NET: Enable persistence on per-cache basis




---


[GitHub] ignite pull request #2886: IGNITE-6675 .NET: Fix ignored IgniteConfiguration...

2017-10-19 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6675 .NET: Fix ignored IgniteConfiguration.IgniteHome



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

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

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

https://github.com/apache/ignite/pull/2886.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 #2886


commit f3e22cdc43df1b2d134b8edd296edcdf1e86bb9d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-19T14:34:53Z

IGNITE-6675 .NET: Fix ignored IgniteConfiguration.IgniteHome




---


[GitHub] ignite pull request #2876: IGNITE-6627 .NET: Fix repeated known metadata upd...

2017-10-18 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6627 .NET: Fix repeated known metadata updates

Previous commit has broken the BinaryStructureTracker optimization

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

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

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

https://github.com/apache/ignite/pull/2876.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 #2876


commit d3c4a3e61a32343aeee012c1b751a96b490fb1bc
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-18T13:03:48Z

IGNITE-6627 .NET: Fix structure tracker optimization




---


[GitHub] ignite pull request #2846: IGNITE-6621 .NET: Disable thin client

2017-10-13 Thread ptupitsyn
Github user ptupitsyn closed the pull request at:

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


---


[GitHub] ignite pull request #2846: IGNITE-6621 .NET: Disable thin client

2017-10-13 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6621 .NET: Disable thin client



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6621

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

https://github.com/apache/ignite/pull/2846.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 #2846


commit 6859178606d3ad4381b1a337473c360956296a20
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-13T12:15:03Z

IGNITE-6621 .NET: Disable thin client




---


[GitHub] ignite pull request #2832: IGNITE-6337 .NET: Thin client: SQL queries

2017-10-11 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6337 .NET: Thin client: SQL queries



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6337

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

https://github.com/apache/ignite/pull/2832.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 #2832


commit 06cad94bda0856f09d4b184bc88deb9c969b909d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-11T13:00:01Z

IGNITE-6337 .NET: Thin client: SQL queries




---


[GitHub] ignite pull request #2830: IGNITE-6371 .NET: Thin client example

2017-10-11 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6371 .NET: Thin client example



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6371

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

https://github.com/apache/ignite/pull/2830.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 #2830






---


[GitHub] ignite pull request #2786: IGNITE-6382 .NET: Set up NDepend analysis on Team...

2017-10-02 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6382 .NET: Set up NDepend analysis on TeamCity



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

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

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

https://github.com/apache/ignite/pull/2786.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 #2786


commit 5dcc07739a3c5ced03e74d46d875e293f9af0d8c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-02T13:55:52Z

IGNITE-6382 .NET: Set up NDepend analysis on TeamCity

commit 81bcfd31fb2d8ca2d5ec260908ad268d1cfd8735
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-10-02T14:07:36Z

Exclude false warnings




---


[GitHub] ignite pull request #2785: IGNITE-6517 .NET: DataStreamer DefaultPerNodeBuff...

2017-10-02 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6517 .NET: DataStreamer DefaultPerNodeBufferSize, 
DefaultParallelOpsMultiplier, Timeout



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6517

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

https://github.com/apache/ignite/pull/2785.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 #2785






---


[GitHub] ignite pull request #2771: IGNITE-5784 .NET: QueryIndex.InlineSize

2017-09-28 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5784 .NET: QueryIndex.InlineSize



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

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

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

https://github.com/apache/ignite/pull/2771.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 #2771


commit 0a0966926882185d8bc3f1a127331d78cbd885f2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T12:24:27Z

IGNITE-5784 .NET: QueryIndex.InlineSize

commit 4e3ccc50fe982ec1087e8f4b768f86458bdbba78
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T12:47:28Z

wip

commit 6c7bdcdfad5730ea4a1770372eb00c285522851d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T12:49:23Z

wip

commit 47e15e593d4c9618953c3bc6c2c4d07114769ec1
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T12:51:06Z

Read-write properties

commit c080958789377b97e07ada313c5ee03bcc18a236
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T12:52:25Z

fix propagation

commit 31e3982a24e941064c3373de1f958373ef1a00eb
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T12:56:32Z

wip

commit 19cdb384debec83cf3937a141105eca31f918b2a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T13:30:56Z

read-write Java

commit aaf286d8179438262bad87dd4ffca10ce7344d49
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T13:41:27Z

wip tests

commit f7c3130481cd4edbc35b85bf853d199b6ab82be4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T13:56:24Z

Fix attributes

commit e36b2fa4b27ae60f3a12c6fd026a621d38c0a7c5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T13:58:02Z

cleanup

commit 57c9a39fae4399fa1993cdce356b42882c0545f9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T14:56:55Z

wip tests

commit 99027190b57d4923c03d775a47dae3ec8cc28bec
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T15:02:08Z

Extract predefined config to a file

commit 5eca207b1d9e8697eddfbffeae795f9da01a950e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T15:07:24Z

wip tests

commit d8f0e58d23f41df7dc0764c6a803b4705f07b4f1
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T15:09:38Z

wip schema

commit 5a12ae1382ef0f31689be2f7c7872d8c81a4c7a1
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T15:10:53Z

wip tests

commit 19c888f54704fd15b277dd45697dcec61ed81c76
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-28T15:27:22Z

all done




---


[GitHub] ignite pull request #2755: IGNITE-5730 .NET: Fix ignite.jni.dll temp dir rac...

2017-09-26 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5730 .NET: Fix ignite.jni.dll temp dir race



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

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

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

https://github.com/apache/ignite/pull/2755.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 #2755


commit f184776f8ee89fa365db08569714eb2e5b04ec63
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-26T14:49:19Z

IGNITE-5730 .NET: Fix ignite.jni.dll temp dir race




---


[GitHub] ignite pull request #2754: IGNITE-5615 .NET: IgniteConfiguration.LocalEventL...

2017-09-26 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5615 .NET: IgniteConfiguration.LocalEventListeners



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

$ git pull https://github.com/gridgain/apache-ignite ignite-5615

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

https://github.com/apache/ignite/pull/2754.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 #2754


commit 30232dbdb8317122cf46a3ef7560564085efd04a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-26T14:26:01Z

IGNITE-5615 .NET: IgniteConfiguration.LocalEventListeners




---


[GitHub] ignite pull request #2741: IGNITE-6494 .NET: Fix CacheConfiguration.WriteSyn...

2017-09-25 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6494 .NET: Fix CacheConfiguration.WriteSynchronizationMode default 
value



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

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

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

https://github.com/apache/ignite/pull/2741.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 #2741


commit d6ea01c6e8a8878e7afa53b7a732eb4f30cc17c7
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-25T14:59:19Z

IGNITE-6494 .NET: Fix CacheConfiguration.WriteSynchronizationMode default 
value




---


[GitHub] ignite pull request #2729: IGNITE-6486 .NET: Update IsActiveOnStart document...

2017-09-22 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6486 .NET: Update IsActiveOnStart documentation



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

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

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

https://github.com/apache/ignite/pull/2729.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 #2729


commit ffd2cbcff6c71010a762f5bc37619103ce445f15
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T11:54:37Z

IGNITE-6486 .NET: ActiveOnStart does not work




---


[GitHub] ignite pull request #2727: IGNITE-6249 .NET: IgniteConfiguration.ConsistentI...

2017-09-22 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6249 .NET: IgniteConfiguration.ConsistentId



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

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

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

https://github.com/apache/ignite/pull/2727.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 #2727


commit d091c5d147e471b892990e44cd82d2a90be4d9bc
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T10:09:56Z

IGNITE-6249 .NET: IgniteConfiguration.ConsistentId

commit 26f916faf0b503cb1794062b6f1a1202caba9e52
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T10:18:24Z

wip tests

commit 58e5bcf981ab78f289169a08abb2021c1ed5d8f2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T10:22:56Z

Fix indexed properties handling

commit feb1cfbfb246335a2957d31f0cfe0346f55b0882
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T10:27:18Z

Schema done

commit fcd6cad958f0f3c8a40d452156db017971b84222
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T11:01:25Z

wip

commit 236506209a8548566829ecdd365d59f00fdf8e97
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T11:03:36Z

wip

commit 51331f40ca00bff966efd04dd265e01cbcefd04d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T11:07:29Z

Merge remote-tracking branch 'upstream/master' into ignite-6249

commit 8ed47f1ea052756b86038d23d1d370a106d5233b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T11:17:19Z

fix null consistentId

commit 389b30c5ed27f5f5e35b3afe385285f915d6fa23
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T11:42:40Z

wip tests

commit 241c11dab51b3116655627be1391fa9d88340773
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T11:46:17Z

Add ConsistentId test




---


[GitHub] ignite pull request #2725: IGNITE-6397 .NET: Thin client: basic cache operat...

2017-09-22 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6397 .NET: Thin client: basic cache operations



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6397

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

https://github.com/apache/ignite/pull/2725.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 #2725


commit 198f844473b6a54927b8aacaefe3181e8059e0bf
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-22T08:50:54Z

IGNITE-6397 .NET: Thin client: basic cache operations




---


[GitHub] ignite pull request #2698: IGNITE-6250 .NET: Thin client: Basic exception ha...

2017-09-19 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6250 .NET: Thin client: Basic exception handling



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6250

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

https://github.com/apache/ignite/pull/2698.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 #2698


commit dd94981c250070d0b36b6da398b032c2b745b73d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T15:13:49Z

IGNITE-6250 .NET: Thin client: Basic exception handling




---


[GitHub] ignite pull request #2696: IGNITE-6399 .NET: ClientConnectorConfiguration

2017-09-19 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6399 .NET: ClientConnectorConfiguration



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

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

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

https://github.com/apache/ignite/pull/2696.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 #2696


commit f9062b1050e4f794806de29df865743073710497
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T08:21:25Z

IGNITE-6399 .NET: support ClientConnectorConfiguration

commit 231494a8ba3393a09722f5b0d08b7ab1e4d301e5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T08:23:52Z

add test

commit 67e85fdbd41db17695c20509f633c0f44500dd23
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T08:26:44Z

Propagate new flag

commit a287d3ac2b5022863c3625edcef39e9f2c83eab7
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T08:39:32Z

Fix tests

commit e4ac4938893a48b201de2c0442ed41cb89790a18
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T08:59:45Z

Add ClientConnectorConfiguration

commit c3d08aea0ec3158b7ad07cc6ef2ea066a5461422
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:13:19Z

Merge branch 'master' into ignite-6399

commit e3435664579c553b7584a8cc420275cb7a7371dc
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:24:06Z

wip

commit 39d61ae3dbdc9b2f6e3af70ae20035f801d0010e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:33:05Z

wip

commit ddbdfacc1d0345eb839cdcbc681212ecc97113ba
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:35:02Z

Fix default config

commit 0fd31949f2f540080ce6325b0e699b834b6e7507
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:35:58Z

wip

commit 52fc74f89f1570436e8d4734df4190806eef0ad1
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:39:53Z

Deprecate SqlConnectorConfiguration

commit 2f39d7fe2146f448296b2e919ba4189e170febe7
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:49:03Z

Adding tests

commit 4fa3d779410cf641fe69425438c386cea37051ed
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:50:11Z

wip

commit a8a66bd7c4c9594861d5d8736e7b3c49ee4f81bf
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:56:02Z

Fixing tests

commit 28333ff2c8cba88cc57ab33e559dae5d36feb9df
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:56:53Z

wip

commit ee8ed3954c7ae24e7a4b1f1e4ba8db03cdc8eac2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T09:59:10Z

wip

commit 90bcd95a79611f678688528de74245cdb3ddcfe2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-19T10:40:19Z

Merge branch 'master' into ignite-6399




---


[GitHub] ignite pull request #2693: IGNITE-6244 .NET: Thin client: ScanQuery

2017-09-19 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6244 .NET: Thin client: ScanQuery



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6244

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

https://github.com/apache/ignite/pull/2693.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 #2693


commit bb6f3fa8d6a634f2112d5764f4548a3860ee244e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T15:57:07Z

IGNITE-5899 Thin client: cache.Get for primitives

This closes #2376

commit 085cc80e5337ff01f7173342b0fa913392aa90a6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T15:58:57Z

IGNITE-5905 .NET: Thin client: cache.Get for primitives

This closes #2542

commit 4241f5d2cd5a724c3f781de86d472480a2ce1e85
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T15:13:08Z

Merge branch 'master' into ignite-5896

# Conflicts:
#   modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj

commit 50f6bdcb264654d38570ac547948b52f9bde92b6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-04T14:38:38Z

IGNITE-6236 .NET: Thin client: cache.Get and Put for user types

This closes #2580

commit 4f8f08522af1595582552da8348a1f31cf5b5192
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T08:52:31Z

Merge branch 'master' into ignite-5896

# Conflicts:
#   modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj

commit 29bc29ec561a11501a21a3cb88135b9442ed2e0a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T09:56:52Z

IGNITE-5896 Organize operations

commit 6533e1d12409ccec2da494dde92cffcfaf549bc6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T14:16:13Z

Merge branch 'master' into ignite-5896

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/SqlListenerNioListener.java
#   modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj

commit de7d421c1705457406863041c096f8bcee74da9d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T14:27:27Z

Merge branch 'master' into ignite-5896

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/SqlListenerNioListener.java
#   modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj

commit b70f05892938282b4cb77ee5c14c7458bbd36fe2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T14:31:37Z

Merge branch 'master' into ignite-5896

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/SqlListenerNioListener.java
#   modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj

commit 6aeed1f1e2840eeec9739d25b604b490f43e38d6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T14:44:56Z

Fix protocol version in tests

commit 38047fbc477afb6f4df7cd047c9ba483bcb3054c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-08T13:59:20Z

Merge branch 'master' into ignite-5896

commit bc7bb37d5f318c65594deb2e0f4750fad6711223
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-08T14:14:29Z

IGNITE-6244 .NET: Thin client: ScanQuery

commit f10d7a79cb2552b1463a64cdbeed89549d1b8c84
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-08T14:25:52Z

Remove unused imports

commit 628aaf6b2e6fad16c5804165b7bfb4c42375e390
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-08T14:32:54Z

Cleanup

commit d4021b56c90565e9344652d96c6eac77f595f838
Author: devozerov <voze...@gridgain.com>
Date:   2017-09-11T07:45:11Z

Merge branch 'master' into ignite-5896

commit c4970f59e8b09b881ed04bbe2bc45b98f2d4e19d
Author: devozerov <voze...@gridgain.com>
Date:   2017-09-11T07:45:50Z

Merge branch 'ignite-5896' into ignite-6244

commit bf4401bb30f3ef69477fdb72bb8159f57d9fc64b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-11T10:55:08Z

Close all cursors on disconnect

commit 5cd12f7ebbba83e3dc148520813cf21d502e70a5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-11T11:17:00Z

Remove GetAll support

commit 576a71cb2d905c1d42695d92986cc68d1dc0d755
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-11T11:39:09Z

Rework tests for GetAll

commit 070fdfa7877353d503ea95ac8123a873eafe290e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-11T12:01:11Z

Refactor cursor paging

commit 2a026de9641dd9b8f40646309635c2a4cd145fc5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-11T12

[GitHub] ignite pull request #2687: IGNITE-6209 .NET: Build NuGet packages for Apache...

2017-09-18 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6209 .NET: Build NuGet packages for Apache-Ignite release on CI



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

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

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

https://github.com/apache/ignite/pull/2687.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 #2687


commit 29818fc3b4807570dd30995ee88f9eac39ae21ed
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-14T15:49:14Z

IGNITE-6209 .NET: Build NuGet packages for Apache-Ignite release on CI

commit 2e439a2d97fe106c6cca9b04fd96cd36dffc0940
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-14T15:54:08Z

skipDotNet switch added

commit ae164e88221f10f18f7be6800f5eda0a764d2a64
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-14T16:24:18Z

File copy script in progress

commit f642255051ca5cabb1aeb0c89f150c1a31017b09
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-14T16:29:43Z

wip

commit 5f8d5c4fb1f9acfc437f48f0f06e514d506b8914
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-14T16:31:55Z

packaging works!

commit 68a6caf92167be7cf1b4d7e5de8a84c1f8f41f6e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-18T14:50:25Z

Merge branch 'master' into ignite-6209

commit a14c97ae78442b3a0e360f6894235efc36b3065c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-18T15:55:48Z

Add asmDirs to build script

commit b68e6d7d191a639d9e9891de9f17402eb509f5ed
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-18T16:02:09Z

remove extra script




---


[GitHub] ignite pull request #2670: IGNITE-6368 .NET: Separate interfaces for Ignite ...

2017-09-15 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6368 .NET: Separate interfaces for Ignite and Cache facades for thin 
client



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6368

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

https://github.com/apache/ignite/pull/2670.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 #2670


commit 5e1d5b1157a880f7d53fc94c7a706556aad170d9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-15T09:30:35Z

IGNITE-6368 .NET: Separate interfaces for Ignite and Cache facades for thin 
client




---


[GitHub] ignite pull request #2662: IGNITE-6258 .NET: Thin client: Define metadata ex...

2017-09-14 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6258 .NET: Thin client: Define metadata exchange protocol



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6258

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

https://github.com/apache/ignite/pull/2662.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 #2662


commit 53da5c892a7310ed57ea7c43d78b074f90eed03a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-14T11:29:44Z

IGNITE-6258 .NET: Thin client: Define metadata exchange protocol




---


[GitHub] ignite pull request #2645: IGNITE-6354 .NET: Fix DataStreamer with complex o...

2017-09-12 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6354 .NET: Fix DataStreamer with complex object graphs



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

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

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

https://github.com/apache/ignite/pull/2645.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 #2645


commit 251f50a4f414174b56d170d4e8d8a06ac8e42d34
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-12T12:52:51Z

IGNITE-6354 .NET: Fix DataStreamer with complex object graphs




---


[GitHub] ignite pull request #2625: IGNITE-6244 .NET: Thin client: ScanQuery

2017-09-08 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6244 .NET: Thin client: ScanQuery



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6244

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

https://github.com/apache/ignite/pull/2625.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 #2625


commit bc7bb37d5f318c65594deb2e0f4750fad6711223
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-08T14:14:29Z

IGNITE-6244 .NET: Thin client: ScanQuery




---


[GitHub] ignite pull request #2598: IGNITE-6279 .NET: Decouple AbstractQueryCursor fr...

2017-09-06 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6279 .NET: Decouple AbstractQueryCursor from PlatformTarget data 
exchange specifics



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

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

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

https://github.com/apache/ignite/pull/2598.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 #2598


commit 94ea55dc836795efcfacfc7ca01192c33083abeb
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T12:42:47Z

IGNITE-6279 .NET: Decouple AbstractQueryCursor from PlatformTarget data 
exchange specifics

commit fdf9727f782c1df43be99c9b91dedcb03d7cd44a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T12:44:27Z

wip

commit 6c653c41659c67b0618fd3b2f3fc255075f8a000
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T12:44:43Z

Fix class naming

commit 10f8666a024bc7a32d1c4befadf9b67683f025b6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T12:47:37Z

cleanup




---


[GitHub] ignite pull request #2597: IGNITE-6271 .NET: Propagate ServiceDeploymentExce...

2017-09-06 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6271 .NET: Propagate ServiceDeploymentException



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

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

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

https://github.com/apache/ignite/pull/2597.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 #2597


commit 1b4278a929c66ab10404123f6f57d6f5590b7f95
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T13:41:48Z

IGNITE-6271 .NET: Propagate ServiceDeploymentException

commit 648412ed7ee9b9f4a8cfaa9e506899013fe0c088
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T13:47:40Z

wip

commit 4ea8939c1ab7155bc73f12f18bc45f3e58b7b572
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T14:34:26Z

Refactor ServiceInit

commit 7aece105c6fcedcb9ce4b3537558f706fe17fb45
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T14:53:11Z

Refactor Deploy to propagate errors

commit eeb75725104631d22198037eb6c14363db55eaf2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T14:56:10Z

wip

commit c21b58f837bbbc57d494846ab8396aafe8b66724
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T15:00:09Z

Refactor DeployMultiple

commit 6272bccd2387f7535c24b05d88a820bd22abb733
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T15:09:03Z

wip

commit 3a5507f1e3d7decbcc91ad45870d8aaa7e93c06b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T15:10:00Z

Fix meta

commit 1bb6bc87bc60830e6d6bc13f9fc7d3b212d18de0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T15:17:37Z

wip

commit 27d08adb8d6c5a6a6297968f596831ee6b3d4a14
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T15:20:10Z

wip

commit 4f8c33ba7c967702daf5000d9bd76c5471683a00
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T15:23:51Z

TestInitException fixed

commit c4241935ee38e15c5df8114cbfc4bd873cd78eea
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T15:30:48Z

wip

commit 23f10bad698fb2afaf9f7d71827d58d99b8887f9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T07:50:50Z

Merge remote-tracking branch 'upstream/master' into ignite-6271

commit 8aa7b414069e67b63f5f9fd1a9ef1cfa88750681
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T07:55:19Z

wip

commit 8aabf9d64c19344f7dd3d20738bdd707023192d0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T07:59:37Z

refactoring async part

commit 3bd983939d1b4a485bc412dbf4d9a32587aeebfd
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T08:02:03Z

refactoring async part

commit e63381cb8d9af9f44d10b60ab265062d38fea34a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T08:07:34Z

wip

commit 219549319f8f32f74d2407a50fa41557169e6a9f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T08:14:00Z

fix npe

commit 5d787ea16a68a316d188784ad4688d362303fa18
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T08:19:57Z

wip cleanup

commit 2f0de5747f50a44d98c619f3994eb432bc2efff2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T08:20:24Z

wip

commit 8bc10e047956be17029d1e617a2c46a24b47a187
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T08:22:42Z

fixing tests

commit f76f72d3463f50d933108f725b49620a7304aea0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T08:28:41Z

wip

commit 077113ce15b039c2cd80709e6f4b396eec084513
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T08:56:09Z

wip

commit d70f9a098d6c728e8c609146bcb56e68b552bbdd
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-06T09:02:02Z

cleanup




---


[GitHub] ignite pull request #2589: IGNITE-6255 .NET: Fix TestAffinityCall to take la...

2017-09-04 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6255 .NET: Fix TestAffinityCall to take late affinity assignment 
into account



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

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

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

https://github.com/apache/ignite/pull/2589.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 #2589


commit cf9ecf5b877208142275b8e8e8b17d25cc93a9ed
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-04T15:01:26Z

IGNITE-6255 .NET: Fix TestAffinityCall to take late affinity assignment 
into account




---


[GitHub] ignite pull request #2588: IGNITE-6253 .NET: Replace Doxygen with DocFX for ...

2017-09-04 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6253 .NET: Replace Doxygen with DocFX for API documentation



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6253

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

https://github.com/apache/ignite/pull/2588.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 #2588


commit 040b8048d21cd62ee509795aca937c897b200e0b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-04T13:23:58Z

IGNITE-6253 .NET: Replace Doxygen with DocFX for API documentation 
generation




---


[GitHub] ignite pull request #2580: IGNITE-6236 .NET: Thin client: cache.Get and Put ...

2017-09-01 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6236 .NET: Thin client: cache.Get and Put for user types



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6236

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

https://github.com/apache/ignite/pull/2580.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 #2580


commit fe7699a44160da698bc37491f6858f88db6bfed8
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-01T14:23:29Z

IGNITE-6236 .NET: Thin client: cache.Get and Put for user types




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2570: IGNITE-6233 .NET: Extract type codes to a separat...

2017-08-31 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6233 .NET: Extract type codes to a separate class



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

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

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

https://github.com/apache/ignite/pull/2570.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 #2570


commit e96152bd78fb79931867fd1a57eb5ab3cfb0c4f3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T14:39:14Z

Extract BinaryTypeId class

commit f77846d51308646b27c3332e770249d04e9ddf62
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T14:46:00Z

Replacing usages

commit f7aeb1245287f49a2fae658960fe1abc3ade2abc
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T14:46:26Z

wip

commit d9e587d8ef3c3d5f4a84847805f4d75f44fa7e66
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T14:46:58Z

wip

commit 542966276de65a5b6eed20bd7d38d70b9e1b9b20
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T14:47:24Z

Compilation fixed

commit e445f19edcc228cff1bea04d1b5d7a3540a5759e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T14:51:48Z

Simplify naming

commit c9e4fb2f906f39c69ef5f6cb9372d12ed7965261
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T14:56:58Z

minors




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2559: IGNITE-5924 .NET: Decouple Marshaller from Ignite

2017-08-31 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5924 .NET: Decouple Marshaller from Ignite



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

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

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

https://github.com/apache/ignite/pull/2559.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 #2559


commit 5b86262531e2238d0c987b9d8710114e2f738436
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T09:30:03Z

IGNITE-5924 .NET: Decouple Marshaller from Ignite

commit 9c296ecffea5a1c9de56a4ce77a2ce3aa49ef60b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T09:46:42Z

Refactor Ignite to IIgniteInternal

commit 2a9919161c524bccc439cc5a1524c26682528485
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T09:49:27Z

cleanup

commit 78cf67efc02702c65f1e52259e25e9b596d68bec
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-31T09:50:26Z

Cleanup




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2555: IGNITE-6081 .NET: Fix PutAll for dependent object...

2017-08-30 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-6081 .NET: Fix PutAll for dependent objects



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

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

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

https://github.com/apache/ignite/pull/2555.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 #2555


commit 91f70797d9cfd98c680e02c383127ec0a645a595
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T14:52:40Z

IGNITE-6081 .NET: Cannot get from cache values which were stored in cache 
with PutAll

commit 9b701c00e9418f4b42043148b3cc34e9714a09f7
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T14:58:54Z

Improve tests

commit ceab4ae086264adc148e18f6a587d9217904864f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T15:04:34Z

Fix WriteObjectDetached

commit da46dbd3d0990e473c018faaef251b31403546a2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T15:23:59Z

Fix tests

commit 7196bc8d2ade90468c301a8113ac473419edbd56
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T15:24:29Z

Fix WriteDictionary

commit 82e10797e4a3fb91ec787bd22f839fcc6042fded
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T15:30:04Z

Fix test




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2553: IGNITE-5931 .NET: Fix type registration race cond...

2017-08-30 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5931 .NET: Fix type registration race condition



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

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

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

https://github.com/apache/ignite/pull/2553.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 #2553


commit 0b4a79e282cc568fc9327eade112021763cabafe
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-04T12:52:06Z

IGNITE-5931 .NET: Incorrect conflicting type error

commit 9791e5603e65ec9cd9b885a29764d6c1e6a38b02
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-04T13:13:21Z

wip TODOs

commit c5f056d5830238c62cf0f5f5e7ac27bbee1047c2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-04T13:51:24Z

wip

commit 09140819cae37e3b5476796c1881547cefcbb724
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-04T13:59:04Z

Fix the bug

commit 3fd2b4e43e9001c287846f005a8bcceeea7b64a0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-04T14:07:01Z

Update affkey test

commit 06518f402d3da1eb85d01a5fb6ce00e2ed89b519
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-04T14:30:43Z

wip

commit 87052c9854d9d62262d7b77a35f0238029c4a7ac
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-04T14:32:12Z

wip

commit 7bed61cedc1964c358431a5aee91f690786febb7
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-04T14:59:01Z

wip refactoring

commit 3553b42444f531617376864b3f3990ef5247557e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-04T15:13:29Z

wip

commit 96e1118ea0cff1137a22afa12282f6d4ad351026
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-04T16:04:30Z

wip

commit 91c58c3259373e2e1e170ce523b42d91b3257654
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T14:39:43Z

Merge branch 'master' into ignite-5931

commit 1196082d45ca23c13e74e4c3701ff58d213fb71e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T15:40:59Z

Merge branch 'master' into ignite-5931

commit ca93028a0400e7d0a3a780e4b7c13af216bcb20d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T16:45:37Z

wip

commit ad9717fa263316a9e7a48cd4615c2abbdb7e3992
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T16:57:51Z

wip

commit 2e952243bf343fdc1a32ef7c705817e758a27cf9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T16:59:31Z

wip

commit 1ffd89fb7bdca9f4958078d982fb96da3d89092b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T17:04:44Z

wip

commit f4d265f7599c63d672f410553053046a6bfa1814
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T17:06:03Z

wip

commit f284248f2b4c78d546028501dc7d8b33f67b1350
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T17:18:01Z

wip

commit 77e66c6b41bcfe8f1bbabfd7e34bab00d6a098b4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T06:25:49Z

Add multithreaded registration test

commit 416def32a3cda5710dfe8a2603cb4424fdbc7889
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T06:40:11Z

Fix multithreaded test

commit 54a6f52cf31944144269760aaa8ac437558366a8
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T07:37:32Z

Fix multithreaded test

commit 4b75c67702247f8109cd6c1baa5e682749b51860
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T13:59:21Z

Remove unnecessary type name check

commit 1eff0ab4a71e7f490b4d1dc9cdfdbc6883266260
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T14:06:23Z

Revert some changes

commit 7035023be9d83286d52c825eb68b6973c169c91f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T14:15:47Z

Improve tests

commit 5e11cbeee10db9caa5ea72cd11e41efb4027deec
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T14:21:32Z

Fix affinity key field name

commit d0135e02115be57e70bb02e6a040d7976d18bc6d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-30T14:26:17Z

Remove incorrect registration test




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2542: IGNITE-5905 .NET: Thin client: cache.Get for prim...

2017-08-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5905 .NET: Thin client: cache.Get for primitives



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

$ git pull https://github.com/gridgain/apache-ignite ignite-5905

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

https://github.com/apache/ignite/pull/2542.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 #2542


commit 3e5119568e3a69496d1c54093be849b87a6e131f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T16:21:04Z

IGNITE-5905 .NET: Thin client: cache.Get for primitives




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2395: IGNITE-5927 .NET: Fix DataTable serialization

2017-08-03 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5927 .NET: Fix DataTable serialization



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

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

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

https://github.com/apache/ignite/pull/2395.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 #2395






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2376: IGNITE-5899 Thin client: cache.Get for primitives

2017-08-02 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5899 Thin client: cache.Get for primitives



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

$ git pull https://github.com/gridgain/apache-ignite ignite-5899

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

https://github.com/apache/ignite/pull/2376.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 #2376


commit 25c16ecc1f3aac8379ae430572baceaf5116a827
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-02T10:23:06Z

IGNITE-5899 Thin client: cache.Get for primitives




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2352: IGNITE-5769 Abstract away .NET->Java calls

2017-07-27 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5769 Abstract away .NET->Java calls



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

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

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

https://github.com/apache/ignite/pull/2352.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 #2352


commit 6eaa88049b951383b10084aa4e86318250c2d2ef
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-25T14:36:44Z

IGNITE-5769 Abstract away .NET->Java calls

commit 151007ae869f07ee453a6c7cc534f230b6de55c4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-25T14:48:46Z

Refactor writer extensions

commit 55f3df9573c12849eecaa91fdbd556a138d80239
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-25T15:25:36Z

wip

commit b809bd4fee69abd2c9110751942175a63075b6eb
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-25T15:31:51Z

wip

commit 5738df5808dd3e4b479d1704322bd7d3c66bf862
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-25T15:33:30Z

wip

commit 45e2330219cff3f9aa850e9e4dcbf27de39e0ab6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T08:59:24Z

Merge branch 'master' into ignite-5769

commit 699ee441b071a527937aef4d1d717baddb25b41e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T10:10:33Z

inStreamOutObjectAsync

commit c17daafc599d63005b05c01991a14cd2da5e3966
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T10:20:09Z

wip

commit 8b88d3982a413e5d59ac922ec763124c5142f282
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T10:32:02Z

wip

commit bfaa5b695af9a2c7f235103395a84585d3ed0900
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T10:52:43Z

wip async cancellation

commit 51b853ad64286937e5cca1863b7ebe4a62f7ddf6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T10:54:30Z

cancellation test

commit 452f4aed44b485dacb0f8b9f11fecd85d824b4b4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T10:55:38Z

fix exports

commit df9afba880035b68e00f40ad999781f1aec9f8e1
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T11:13:59Z

fix listenable proxy

commit 35c0fc63c3013fd09b64c00e242a11968c039d23
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T11:25:43Z

Cancellation test added

commit c6f1e022294706d1f2e2024be8e207751fc27f0b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T11:28:40Z

wip

commit 1ba3bab7e4bed0de8abf7bb62454d074032e4bf8
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T12:25:30Z

Add PlatformJniTarget

commit cb4412d7cf7640d7923b7e03cc14c18545224629
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T12:26:55Z

wip

commit e990d2bc9eed844a552d418606f41143f998917e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T14:54:09Z

wip

commit ecff85fcfc2e5a6286ce4a5c30e292b00e14affe
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T15:13:41Z

wip

commit 1b5e41c64861f5e3187a852d12516701bfeed1bd
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T15:38:42Z

wip

commit 6cb0f28dd06933c04253f5952470ae65e641ad42
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T15:42:21Z

wip

commit 8293570116b279db6b6c248b83d2bc5deab5ce09
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T15:43:04Z

wip

commit 6e19de4f8a940617a1d5d96bcee4f13473b1df1a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-26T15:47:14Z

wip

commit 37dd6b3f2e0bbc8ec75fb2960cd400740f0b1b65
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-27T09:38:46Z

wip refactoring

commit b61f1891bca9055bc85e719db89aecc16d0f792f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-27T09:40:36Z

wip

commit a2a949e3c8383d648fb4450bd06c26ef1f8ec0ad
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-27T09:48:27Z

wip

commit a4567adc31f1de543c1dde1d4064fd9ba41a26f3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-27T09:53:54Z

wip refactoring

commit 3f7e2ed2f976851580d2f5dc88c0b96e7728b519
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-27T10:06:43Z

wip

commit 58a66d916f96383d362bbc74ae27a7d5b45fac76
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-27T10:11:15Z

Compilation fixed! Yay!




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2336: IGNITE-5770 Refactor PlatformProcessor to Platfor...

2017-07-21 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5770 Refactor PlatformProcessor to PlatformTarget mechanism



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

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

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

https://github.com/apache/ignite/pull/2336.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 #2336


commit bb823171b1b96c86c59f25c9d03d197cebb2d5e3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T07:24:24Z

IGNITE-5770 Refactor PlatformProcessor to PlatformTarget mechanism

commit 32a4324fcd85beedb181da6c82d07d1cb694c882
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T07:27:17Z

interface cleanup

commit 182501c55c139a4f511246357dd57db585b20608
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T07:35:44Z

wip

commit b61cc51d4c2440cbe051d12e2e28a6f493d8c18d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T07:44:17Z

wip

commit 8d49160d384074d0b15d739194edf847956d60fe
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T08:25:27Z

wip

commit b32f8e7d769c48902ee7909da8dc4768d5f95c3f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T08:28:04Z

wip

commit 45585d1e0860770c0116ba0595ce9eb3c4b10ef9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T08:31:09Z

wip

commit a9d7741854a8bdcb9a9bf42a7d4f60daaff44b04
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T08:45:27Z

wip

commit 4b0bea27ca86193f154944ecf3bb03c304aa32f5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T08:47:55Z

wip

commit 938b0f210fa93c35c4f26bc9e17643ca2be3a979
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T08:51:34Z

wip

commit 7d36cf51b0bc559659cb170025f9e57a35128057
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T08:58:12Z

wip

commit 0246e1f18aac726e65f114953daae5814020f3a0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:03:47Z

wip

commit 3be0c1bcee614552413608d13c04bb92178e0632
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:10:46Z

wip

commit 9153e788fe98c680645bf0ebd3c118a0260d3ab2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:11:37Z

wip

commit a17e973efade36e16901e6cc153fa929c07bbf11
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:12:42Z

PlatformProcessorImpl refactored

commit bfaf39f1bb1f413feb0c209a8aa3e0e03a192b85
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:18:54Z

Fix NoopProcessor

commit 9f8e99962576a88ba05a76a4c26ebb484feaee80
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:21:23Z

Refactoring processor in .NET

commit d725cf5d1725bc5be411e69c921b202e2f7a90f7
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:22:55Z

wip

commit 9692d69d2613542739ccc0b92a72a1e440206bee
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:25:27Z

wip

commit 8a9be00a5ac3018de85817f9c1cddbd3d564
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:36:15Z

wip

commit 0ba521b591fd963191204d193f1d8074834be100
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:36:41Z

wip

commit 00b3e04ec4a17fc45002471abd431858f5cc472f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:42:11Z

CPP cleanup

commit 1722e83c196f136b2d4d67b61538de30c6ac329b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:44:39Z

CPP cleanup - fixed compilation

commit 2675dfdc7088cb3432e1713c5c195b7a653a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T09:49:00Z

wip

commit c1964377a16da5c6256b665bff1d83530e74
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T11:08:42Z

wip

commit 4a8b6fb8a0a7504baa37bff3fa43a5c20e0fbdf9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T11:10:35Z

wip releaseStart

commit f7be712622a203dbd7c4ad9a4275dce67f2c3a12
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T11:14:01Z

Fix ReleaseStart

commit c1c974ae98572256808a01e5381a9ba5bdabafec
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T11:18:40Z

wip

commit 66eccf22e358e48c39b7a0802b5bf146e08b4340
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T11:26:47Z

Fix logging

commit c06bcbb60338a62b47fd13ab03b4363c8247f78c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-18T11:27:44Z

Fix logger

---

[GitHub] ignite pull request #2331: IGNITE-5786 .NET: Fix cache store session handlin...

2017-07-21 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5786 .NET: Fix cache store session handling for cross-cache 
transactions



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

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

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

https://github.com/apache/ignite/pull/2331.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 #2331


commit 70d0f9918c708cb117e69163cc7b7c119c9a693c
Author: Dmitriy Shabalin <dshaba...@gridgain.com>
Date:   2017-07-20T08:08:20Z

IGNITE-4728 Web Console: Saved last succeeded state and redirect to it on 
reload.

commit 02a1bdca57ce6af7fe7636b0a9f99048c89b88b6
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-07-20T08:47:49Z

IGNITE-5788 Web Console: Fixed dependencies for maven project with c3p0.

commit 162fd2258066543b95633daf81ca5f20e85e3562
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T13:32:44Z

IGNITE-5786 .NET: Transaction fails with multiple write-through caches

commit fe3f524e1bf350266d19051c85991b7c39ded3ff
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T13:57:17Z

wip

commit 611bb3eebeb5f9f256147e4beb1465687e63f900
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T14:01:41Z

wip

commit e7d3b814bba56257a784c4ca488a64ad5063d355
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T14:02:12Z

wip

commit 2e01158b9d3556e9e64eea02f1b07f0f28b41133
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T14:05:28Z

tests done

commit 3217782591ae19e891e8b3edbfd0f3cc60aab710
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T14:06:47Z

tests done

commit cc273a6e6e516d343b3157591f8cad72271abc60
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T14:09:44Z

wip

commit b8663694cde0d0d2a7f39dca93bf3bc998655111
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T19:29:25Z

wip

commit c69912dc315632a390bf9c31e1e7b65f631a1cd2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T19:29:50Z

wip

commit e795ef51815bd3d18c4f605d22bde19f9f54d6f8
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T19:52:09Z

Fix tests according to "once per store instance" logic

commit cb0d75d525cbb9f90bd5ff52f917817d8611f4de
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-20T19:56:27Z

wip TODO

commit 72000904844529401c9d80c50f59748b70e83219
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-21T09:43:57Z

wip

commit 7b6a452615979caa9978cd23b7dabf6f74da9fa9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-21T10:07:02Z

wip

commit 3b2f0aa8f6eaa9273576809def8c5326067c32a4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-21T10:54:52Z

fix Java side

commit 98d7e65cf019a797ef5b0d2028615eaad5fa2ec2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-21T10:56:05Z

fix .NET

commit 38b4a3987e0e816ef514fc9f60a67c3be2c6f2b0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-21T11:32:41Z

fix NPE

commit 4212d0c85578ce481a01973dd6c1bb6bf391171c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-21T11:37:41Z

wip

commit ce5b2b410bab863d35cf9260ca15ea995e92180d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-21T11:47:52Z

Tests adjusted, all done




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2247: IGNITE-5441 .NET: Propagate CacheStore exception ...

2017-07-05 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5441 .NET: Propagate CacheStore exception stack traces to the caller 
node



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

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

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

https://github.com/apache/ignite/pull/2247.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 #2247


commit a5abdd579cc7ace5d17ebcc6555e3ce66c777917
Author: Vasiliy Sisko <vsi...@gridgain.com>
Date:   2017-07-04T11:44:42Z

ignite-2.1 Fixed minor issues and typos.

commit 6c9d2228d2aba6ba5be64bd20ef244e634aeaa5a
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-07-04T12:30:46Z

ignite-2.1 Added persistent store metrics.

commit f39129020999561e9def300b9cc136138ea3698e
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-16T16:54:26Z

IGNITE-5527: Prevent starvation in stripe pool on unstable topology.

(cherry picked from commit 97ea507)

commit b69f53e0ccf9d3da42a99d4423fb3d8bdd60a7bb
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-04T14:42:31Z

IGNITE-5629 .NET: CacheConfiguration copy constructor

commit 2e7adbfbbab62f3b98e0409d2f4ceabad89b4120
Author: agura <ag...@gridgain.com>
Date:   2017-07-04T13:56:40Z

ignite-5685 JDBC prepared statement shouldn't clear parameters after 
execution

commit 9743fa3d711d0f1bbf0fa7ceec65237879f76d0d
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-07-04T15:10:25Z

Muted hanging tests.

commit 114c42e14013fe5b7bd6f186f7db59a533d61f68
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-04T16:35:06Z

Cosmetic changes

commit 77c5dc7455b9bf020dee549cc91286a897dbfdbc
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-07-04T16:40:21Z

Added onCacheGroupStopped callback

commit ee7566b1063de69ca4f261ee2088d69d231b1c2a
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-07-04T17:00:09Z

Minor code cleanup

commit 44f3fac27bec89b5e70e87564c527e48565ddd2a
Author: dpavlov <dpav...@gridgain.com>
Date:   2017-07-04T17:23:40Z

IGNITE-5558 - Added ability to read WAL in standalone mode - Fixes #2174.

Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 90b67fa1b72b096943499e26e402988840bdbe97
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-04T17:47:09Z

IGNITE-4536 two tests unmuted, one test removed as obsolete (IGNITE-5592) - 
Fixes #2235.

Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 50bb0901255707dc9601159803363a36aeafecab
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-07-04T15:10:25Z

Muted hanging tests.

commit 5b7165ca717de038249570c4213f050ba9b5aee7
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-07-04T17:57:56Z

IGNITE-5693 - Fixed semaphore flaky test - Fixes #2239.

Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 54572c3023dc03a55621fbb4754888b081791e31
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-07-05T07:30:48Z

IGNITE-5340: Improved IgniteCacheAbstractQuerySelfTest to better test 
non-standard index names. This closes #2206.

commit 44fad244aa40f552159af153fefdf25d47c7375e
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-07-05T08:18:48Z

IGNITE-5426: JdbcThinConnection.readOnly state propagation. This closes 
#2200.

commit 1337901f04c866e20093b20449c0872f089fb64b
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-05T08:19:43Z

Reworked cluster activation/deactivation.

commit b67b8c4438f240038b61ca65b947394106b0e43b
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-05T08:20:54Z

Merge remote-tracking branch 'origin/ignite-2.1' into ignite-2.1

commit f9f13cf083b481f004531710ec3835afdf5b7cef
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-05T09:59:43Z

IGNITE-5605 .NET: Inject resources into remote event filters

commit aa21a9b59ec0266b4fee16e02d2796e6e0d1a9b5
Author: devozerov <voze...@gridgain.com>
Date:   2017-07-05T11:18:32Z

Merge branch 'ignite-2.1' into ignite-2.1.2

commit 301f310b6348b3f6fbe54b16d065569755e71bce
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-07-04T16:42:33Z

IGNITE-5663: ODBC: Closing cursor do not reset prepared statement anymore

(cherry picked from commit 64c156e)

commit 58a937e5310c62ccb557d8da959bc4ffa8bcca62
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-05T11:24:51Z

Diagnostic info for GridDhtTxFinishFuture.

commit 0f9a895a04cd4a4f6be8e006fc2afd6f720b2215
Author: sboikov <sboi...@gridgain.com>
Date

[GitHub] ignite pull request #2140: IGNITE-5506 Write unregistered types according to...

2017-06-16 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5506 Write unregistered types according to name mapper



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

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

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

https://github.com/apache/ignite/pull/2140.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 #2140


commit a68db4ba0b12f7e663cebcd5cd72d6b90ebbfda5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-16T07:10:51Z

IGNITE-5506 Write unregistered types according to name mapper




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2108: IGNITE-5455 .NET: Fix binary hash code calculatio...

2017-06-08 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5455 .NET: Fix binary hash code calculation



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

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

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

https://github.com/apache/ignite/pull/2108.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 #2108


commit df1e9d6431a2e9fb61789b3c56c1c9b5d3fc114a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T14:36:54Z

wip

commit 8da992f3fdbbbfd536d042c4d2dcfa709cddd1e6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T14:37:59Z

wip

commit 8ddbf99b7b1c2d26d208bc1bdf1ca45591736f1d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T14:40:08Z

wip

commit 1af859b04b81ef1a9c4daa776c8d5e98df125144
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T15:16:07Z

fix hash code computation and tests

commit d3fb2c47005231cbdcc4860718b218f2af4bf1f6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T15:22:21Z

wip

commit 19775feb0c5ab56033f8dffc45b74fd7b48738ef
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T15:24:22Z

wip

commit 845dd12c47fac9caff5a4ba170fae11725d752eb
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T15:56:58Z

Improving tests

commit d6cc6d13cf485f2d5f4d0e146ccdadca096dd1dd
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T16:01:51Z

wip

commit 393b946a0a344ab853407005552b5ecba1e08ad3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T16:02:46Z

wip tests

commit c090323b4f819b68b3ba20a008763a2d654af88e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T16:07:53Z

wip

commit 29f3024b681a615715e46aaf0c08b052f1b7e8cd
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T16:08:36Z

wip tests

commit f8e76ae370692f45a98a9ceaf1180fc8d90d3160
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-08T16:14:39Z

Adding tests




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2104: IGNITE-5170 .NET: Compute peer deployment example

2017-06-07 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5170 .NET: Compute peer deployment example



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

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

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

https://github.com/apache/ignite/pull/2104.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 #2104


commit ec70aecd30d2ccfcc715b02170ae42f9815c7dd3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T13:03:44Z

IGNITE-5170 .NET: Compute peer deployment example - LINQPad

commit e82bbff180d9583beaa71bceb0af3effde2eea0a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T13:31:18Z

wip

commit fd7fb38cff047bf9e44e717f5a1817a274158ea0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T14:03:00Z

Remove AssemblyFileVersion

commit ce2b29122102b06c7219041dc8693ab53c445eae
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T14:09:03Z

Make examples 1.0.*

commit 3cd25dc77d4673fc1cd4452f22f3386e1d2f92f9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T14:21:16Z

wip

commit eb9db9905711ed0e63ae3905136a6c12f314524b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T14:43:04Z

wip

commit db4ce7be8727e053d32f8fffcb8df75ab46bd519
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T14:44:43Z

wip

commit a09e126b034013f89552f550e220ec059bcf5a47
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T14:50:04Z

wip

commit 548d607d1292f0c829ce6b3be4df6dd73a8e4302
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T14:54:10Z

wip

commit e6296d50dea5a5bdaadeefcfb2ab71d8a0098d02
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T14:57:23Z

Update test

commit 0785ad1407e391fcdaf358c8af5acf4f84e956ea
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T15:03:38Z

wip

commit da6eabcf138d305a63b4b395f16e07f714114628
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T15:09:30Z

update docs

commit 94944aa1ad630a1fac02b3181823c9c56f4b62f9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-07T15:12:43Z

cleanup




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2085: IGNITE-5400 .NET: IgniteConfiguration.SqlConnecto...

2017-06-05 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5400 .NET: IgniteConfiguration.SqlConnectorConfiguration



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

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

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

https://github.com/apache/ignite/pull/2085.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 #2085


commit c7324b71d25864651ebe5d2336b43db4f5ad8313
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:04:02Z

IGNITE-5400 .NET: IgniteConfiguration.SqlConnectorConfiguration

commit 1dd8b62e623a3effdf80249c44e5407cf476d9bd
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:14:45Z

wip

commit 4b16665d3f23ee1da2338c9967da23f3f1edbea5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:18:13Z

Config file done

commit 62c248318bfac660c20a0d284935ea54e67a3d9d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:18:57Z

wip

commit 49134eb74bd872145511f3c3cd8b5f998c30f59e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:34:49Z

wip thread pool sizes

commit 29a54876f7fe51e20e665ad085609f2bf56f4642
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:37:42Z

wip

commit 261f269d827899e8367054bdb0113bf9cb3033f8
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:40:59Z

wip

commit 9aaeca474e84a01d719ea5252522ba2a1ea58db5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:44:36Z

wip

commit 405d0a6350791e7f5d8d686c82f6fdb73523709c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:45:59Z

wip tests

commit 63399bae4ba22f8adc38ef69c7f8889fb62742d2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:47:43Z

wip

commit 27ab9ddc3dec9ff6b6c1bda3ca30136e5b806e72
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:49:01Z

wip

commit 417fbb64b37ee237de726cfe1067f284aa866362
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:50:40Z

wip tests

commit 7da92ca16e6a5230681e1b24b1192f5d068db0ad
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T15:51:56Z

wip tests

commit e5566b71e39d8fd034bb34d73e46d7f934d9b00f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T16:23:28Z

wip

commit 55cd2d253b3a47b2d5447529d3f8b0632cc2a603
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T16:24:31Z

java read-write done

commit 0a86fec0804c777a584f584457c756688f0c8400
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T16:31:36Z

wip

commit 784e03299c413312aab5af5152025abb4656a83f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T17:16:34Z

wip

commit 44c12b2be058be502daa17b945146593dbf7513d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T17:19:22Z

wip tests

commit 7f57c359c03acc364bfc4c7e4a33ceca41bf384d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T17:24:57Z

wip

commit 81d8d43624016b78222b87d44dc9fa8a47d53f15
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T17:31:37Z

wip

commit d3b9f3879468dfcd03622a05a15067227c87f579
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T17:42:22Z

Fix default value serialization

commit 5343c943f3f4e5c6a72852f762326d91bb6e8440
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T17:45:05Z

wip

commit 89187cde6b3314f4f1d33fcbcbe0b3e855ac3da4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T17:56:49Z

wip schema

commit 2e97df5f306c9fdab5a0798cdba6796c5873dba4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T17:59:48Z

wip schema

commit 63253f46a5a87bb5269fb6fdf0a4955b9f7eb424
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T18:03:42Z

xsd done

commit a12e8970cbfdb52f2464893cd72d42c7f27d74ab
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-05T18:08:08Z

All done




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2069: IGNITE-5393 .NET: Fix NuGet suite build

2017-06-02 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5393 .NET: Fix NuGet suite build



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

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

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

https://github.com/apache/ignite/pull/2069.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 #2069


commit a48154cc489137bd8a0c980c17f08263c5eeacc9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-02T12:30:40Z

Fix jar copy script

commit 7e978ddf0dd3c98899a5bd589bcb0bcafc1b1980
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-02T12:34:14Z

wip

commit 9568837d656c0b73932fdccb6d2f3f5bce356b0f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-02T12:42:53Z

Fixing nuget tests to use common build script

commit d7367d1fcbd1092bf3b9c66f86f3958d53f4bd1e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-02T12:46:42Z

Fixing nuget tests to use common build script

commit ddcb8f143785d790f86e87ee2440c91a25007a76
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-02T12:59:45Z

wip




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2063: IGNITE-5356 .NET: Fix runtime dependency loading ...

2017-06-01 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5356 .NET: Fix runtime dependency loading with peer deployment



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

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

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

https://github.com/apache/ignite/pull/2063.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 #2063


commit 2af4ded9a1bc911c525c64a7370c1df410c87024
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T10:26:17Z

IGNITE-5356 .NET: Peer deployment does not load runtime dependencies

commit aaac50cc8311531d9a5658423be8474e04c0dd1a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T12:41:40Z

wip

commit 2d6c79bbee15b7fb572f160ef7ebfd39b45bcb97
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-01T13:52:33Z

Merge branch 'master' into ignite-5356

commit 27de98ae040444c388e8ac2e6c1c5d11b13eb70f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-01T14:34:28Z

added naive fix

commit 2a84f17b5542f9dc2da405fc4f5257e0264aafe9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-01T14:37:09Z

Fix exception mapping

commit f4aeb412c1807075b41c49d8fb56e9c2e03b1530
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-01T14:44:29Z

wip

commit c30641ebd1d47a559fd44f735e705b8ba5f5f69c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-01T14:52:38Z

wip

commit b69ebcafe9cf5f4f597c7268edde82ba46b783ff
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-01T15:38:58Z

Load referenced assemblies on demand

commit 4f5d8b0a1084f9683187bd3022c23d33a97530bd
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-01T15:40:53Z

cleanup

commit 11f30e3d145a13801de24987b17934189398c384
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-01T15:43:48Z

wip

commit 6f0a114b7868fbc83c6a6c7901f401e936135b57
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-01T15:57:26Z

cleanup




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2048: IGNITE-5358 .NET: Fix nullable enum field handlin...

2017-05-31 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5358 .NET: Fix nullable enum field handling in binary objects



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

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

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

https://github.com/apache/ignite/pull/2048.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 #2048


commit adf8d59c8fd979586b68c3aac1e7fe0511e84de4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T12:50:34Z

IGNITE-5358 .NET: Nullable enum field in binary object causes type cast 
exception

commit d4d0e4eed9dea9fa1cc930be1f7d90064a003e22
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T13:00:53Z

wip

commit a7d5ec1936cab7c1f9beae23008434972719a799
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T13:05:28Z

wip

commit 64b0e644bba8b3e1ee3b4f701b227ac796f8574f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T13:07:32Z

wip

commit 1d055602395546b49995f418c997c25d295f1b35
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T13:10:01Z

wip

commit 56bcf72deeb6b65dec8220129ecebef5cb6e61d0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T13:13:38Z

wip reproducer done

commit 09f63b9409d98a9f5b80abb52fd771a9d7c1d44a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T13:16:27Z

wip

commit 1c9337f2cde926104b8357784cfdbddca03c6336
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T13:21:17Z

wip

commit 4b9c9a60b4f752788d079112ecbb5ef626423059
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T13:46:11Z

Fix the bug.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2042: IGNITE-5354 .NET: Fix command line args preferenc...

2017-05-31 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5354 .NET: Fix command line args preference over config file



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

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

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

https://github.com/apache/ignite/pull/2042.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 #2042


commit c0012fbf8ca1519adbc2a5e89809a9aa8e43545e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-31T08:06:08Z

IGNITE-5354 .NET: ConfigSectionName can not be overridden from command line




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2033: IGNITE-5338 .NET: TestMultipleAssembliesIndirectD...

2017-05-30 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5338 .NET: TestMultipleAssembliesIndirectDependencyMultiLevel fails 
on TC



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

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

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

https://github.com/apache/ignite/pull/2033.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 #2033


commit 36ee69bafcd1f003f46efe5d00a6088d67053a7e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-30T10:44:36Z

IGNITE-5338 .NET: TestMultipleAssembliesIndirectDependencyMultiLevel fails 
on TC




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2028: IGNITE-5333 .NET: Include Apache.Ignite.exe in th...

2017-05-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5333 .NET: Include Apache.Ignite.exe in the main NuGet package



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

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

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

https://github.com/apache/ignite/pull/2028.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 #2028


commit 85c95d0a6d531b6e122ab8913ebc93880d674ac5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T15:48:30Z

IGNITE-5333 .NET: Include Apache.Ignite.exe in the main NuGet package

commit 7901752b5b827272acac0d04281ea598b8b76f27
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T15:52:03Z

Update app.config to use default section

commit 84b14050010e7c44a014a3813374f3ab7a4f523d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T16:04:04Z

Fix NuGet home detection

commit faa89bd94f78cc6a2dd29c59e03401f9c192c8b6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T16:06:29Z

wip

commit ff687b8eca2aa623e343f496344e12960bb629ec
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T16:43:15Z

Add ApacheIgniteExe test to NuGet tests




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2023: IGNITE-5315 .NET: Fix LINQ and cache configuratio...

2017-05-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5315 .NET: Fix LINQ and cache configuration broken by IGNITE-5287 
(sqlEscapeAll)



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

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

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

https://github.com/apache/ignite/pull/2023.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 #2023


commit 8ccd4d950723cacc304e5991e7f5d02f735f7362
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T09:00:00Z

Adding SqlEscapeAll to LINQ tests

commit 1bf215407e49f95282e930b27173995ae6c6b502
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T09:00:54Z

Add CacheLinqTestSqlEscapeAll

commit d63fd89355ebe797d94dc0a3f63f6ca4ffa2cd8c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T09:09:32Z

Improve table name inference

commit 2f60dc38a2646db044f7c294f6748d86c0ecf028
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T09:14:26Z

Fixing SqlEscapeAll behavior

commit eda94f2e8edbf9e9f2587c15c657fcf7e27287b4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T09:17:50Z

wip escapeAll

commit 5b43111c8b7887aaf56ee37e28e0254cd36715be
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T09:18:50Z

wip

commit 73cca2e321d4594e489ef473d2f3e7305868bf61
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T09:31:48Z

Fix _key, _val handling

commit 51631ec425a58e8659eea377dddc647993988cc6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T09:39:15Z

wip key valu

commit ece993b9aec715ce4919f8fa7a98f521cd610951
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T09:45:28Z

wip

commit 28faa89e36e390ab20e1d9d7a6a8913d8ce384b7
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T09:52:40Z

wip tests

commit 0e39b7e2f4f81cd97ac3f8f30eae5fa91b1d1a89
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T10:04:16Z

TestIntrospection fixed

commit 0f86000bd5c851816cd84427be6241801aa84abb
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T10:06:50Z

wip

commit 9a45cd95d76849825ba5ea9616a78c100ca32462
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T10:11:13Z

wip

commit 80ed376b41103ad320901daa5e609eec99fa5825
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T10:24:37Z

wip

commit 6fdebb27156efac07c797b8a8c790b1e177ba14a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T10:32:52Z

Add QueryEntity.GetAlias

commit 61fe2cdad27d75b3e3bcd3a0b60c035ad12594a3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T10:34:22Z

Fix alias lookup efficiency

commit 3e5b6300a3152becf3537b3fcc2a85b886bc64d2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-29T10:40:18Z

LINQ tests are green




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2009: IGNITE-4904 .NET: DML Delete via LINQ

2017-05-25 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-4904 .NET: DML Delete via LINQ



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

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

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

https://github.com/apache/ignite/pull/2009.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 #2009


commit 1c1ec13e28f91bd345f5262291e9c19d74fcdb3c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T15:26:17Z

IGNITE-4904 .NET: DML via LINQ

commit 9fab0e7b7945102e94012c352fbf6f7b21195793
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T15:39:26Z

API and test added for DeleteAll

commit e044a9ea028b1299f33f5b47da9f1b3929e4c9dc
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T15:41:40Z

wip

commit 00f6a6b9eaede6222db2cbd373a72af96be91460
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T15:57:04Z

wip

commit 5af55be2fa778e88f9a725c361b06a673312324d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T16:20:02Z

wip adding ReLinq extensions

commit 73e29df8db06b42dfdc76e7378f0ff28eae64a33
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T16:26:48Z

register new node in ReLinq

commit 9fd511e26fc03253cf7f7ae9e0786d44f3cafdf6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T16:39:39Z

wip

commit 896bf6e58663412bcce77f00f3d02aeb6b14a6ee
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T16:49:35Z

wip fix extension

commit 042a4e48a482327ca86929c43526d657811acf00
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T16:50:27Z

wip

commit 218a1decb79c364ca90c5b7289dffb5dde85e1ca
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T16:54:40Z

Overload with predicate

commit 70c4e4c761b921b8b30ec4d0fe7d07be115daba9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T17:30:22Z

Add DeleteAll operator support to the engine

commit 3e897fe0684f47395affdcf084048f14d5abee27
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T17:31:37Z

wip

commit 5f1c4046214aac0e7cdeee8404c1e0e86e892919
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T17:33:51Z

Simple test works!

commit c76157c714b0fa6ec6824601c2053abb32f37799
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T17:36:11Z

wip todos

commit ce5cd5fbc02a807410a456d4db0349cf60fe00ee
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-23T12:36:57Z

Rename DeleteAll to RemoveAll

commit 496a832d46989c651da5f4b1db8fa06322753549
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-23T13:02:56Z

wip

commit bcbd923fed2b1fd4ed6f1ec3710064d8724d7151
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-23T13:04:05Z

wip RemoveAll with predicate

commit 69e49af97e7b5c2512228032f5e3c47706a6b667
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-24T16:51:44Z

Merge branch 'master' into ignite-4904

commit c75d867293293be1fe275512cc6f82c27b951ae6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-24T16:57:30Z

tests with predicate

commit b070cc3c0d96568f9d6dfde55526fffc85464212
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-24T17:04:49Z

add test with join

commit 64c7bc71e3aee9efabd309798cc90810e4ea471e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-24T17:08:23Z

wip todos

commit 4bbcfde8bad41d4982ecdeebbb26b6191051ab5d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-25T12:37:31Z

Merge branch 'master' into ignite-4904

commit ec8c0c908b79f88010f01ae3d0e4812685f118fe
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-25T14:22:36Z

wip

commit 765ba572bc0fa5445bcac02599146ac2433497c9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-25T14:25:52Z

wip tests

commit f49b057f12586b8d27195573dd2453b1c1272ce6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-25T14:35:28Z

wip

commit 42fa73cb648a6c92381a02f2c8764ef12240e76c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-25T14:46:11Z

wip tests

commit 8d583a76694804ca0a239b1ac516ed7a5abac272
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-25T14:48:56Z

Tests done

commit 4c35a5c8c107bd7f42eb05647e36fc30370a7305
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-25T14:52:31Z

Tests done

commit 218c38843a738162e9cd60a5ccd358ea72b4d7ad
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-25T14:56:09Z

add unconditional test

c

[GitHub] ignite pull request #1985: IGNITE-5257 .NET: SQL query timeouts

2017-05-22 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5257 .NET: SQL query timeouts



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

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

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

https://github.com/apache/ignite/pull/1985.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 #1985


commit f4abc703d2c95cd40ac96c109f74d1cc7ac5efe8
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T10:25:35Z

IGNITE-5257 .NET: SQL query timeouts

commit d2354ba3ebdf99f601b02754faccc5b94e81336e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T10:35:36Z

wip

commit 077c0e14ef6bd087ddfed609ad3b4347354809af
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T10:44:44Z

Update CPP with default values

commit 48225bcde63781512cb68b170a7070b8623dd6b2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T11:31:07Z

Add to linq

commit fc5e70c2d21adfdbe7983cdbacabc53adfdbcc9b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T11:33:34Z

wip

commit 9b50e1af175ad1f07bd00ad06b0cc69e628e2e73
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T11:35:14Z

fix LINQ test

commit 24bd21942c3823cc4c3f088c5a0fd06bcda112a3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T11:44:04Z

wip tests

commit f0c40e51d328aba98aa7ab34d21740514034a403
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T11:57:26Z

wip timeout test

commit b102f886d35bf5ecdec504967f0f81f57aa96cc1
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T12:03:43Z

wip

commit b0b6c8925b02d134db6277e2e170b87a8269d6b7
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T12:05:31Z

wip tests

commit 2d2d58674e50a8db9e53c3dfcd26790f477d2528
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T12:06:50Z

wip

commit ad35157c1bcc2c5829a3acd3fd24ac95bfcbd414
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T12:14:11Z

wip test timeouts

commit 451575242a0d2a89364119bcf72ad78a19220b36
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T12:27:50Z

wip

commit f374a2b1a451c4b9b65e6b57fc7979fa8f47aca4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T12:34:34Z

wip tests

commit 6580a7a3bb51fa73120660acc3900665ecb09285
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T12:40:25Z

wip tests

commit 4117e0ce7ecb71029292b0a3dc1901acb75715ef
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T12:42:48Z

wip tests

commit 3454f708e761744d22fe9ce0c2f1ce8690b2d741
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T12:55:56Z

Cancellation tests work

commit 547cf22bbefd4c2e29f594c3b3a1cc817f7238cf
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-22T13:01:55Z

Fix timeout test flakiness




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1937: IGNITE-2492 .NET: Peer assembly loading

2017-05-15 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-2492 .NET: Peer assembly loading



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

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

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

https://github.com/apache/ignite/pull/1937.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 #1937


commit 44f3d90e4e162460754ba4e7d2158ca25d0dbec1
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-11T14:12:50Z

Adding tests

commit 60772b69cc059326b873aee8866dbf74aedeb1b1
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-11T15:42:12Z

wip tests

commit f099a22bd2632cf3da2fb537fdffc533e46c25de
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-11T16:18:21Z

wip tests

commit f4e036c9211c99c98a51ccafa6ff86eaec9391b4
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-11T16:18:44Z

wip

commit 5ac39038ec816f81cdd960745d39fdc6d08c8efc
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-11T16:29:52Z

wip tests

commit 3fdd04c0adfc13d3be1ab1066bf5f85efde5769d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-11T16:30:05Z

wip

commit 4792aa1bbb1b2440f340748f2a56f3954d34eb8b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-11T16:38:14Z

wip

commit fe20574763b494c82bd6672ac7538de4083b6d8d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T12:08:30Z

wip tests

commit 58a8ff78e8b8eb1d22c19cc5d6d6e8f55a07d325
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T12:12:21Z

Test done

commit 0e371fbc9787625376d41921fb07e9d7aa2ddc74
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T12:28:44Z

Remove current assembly resolver

commit 726ed99a4e00d6e5494e2f8abacf810483be2a94
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T12:50:06Z

wip

commit 224f6465a6b1bb8c272fda56ecf1265ecd379388
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T13:16:01Z

Refactor LoadedAssembliesResolver usage to SerializableObjectHolder

commit 884246e39b798e9137a1d5d6cf166babe9395fa9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T13:39:11Z

IsPeerAssemblyLoadingEnabled

commit cda5f9e01430f49e5961515e8fb0e6db51de0a92
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T13:47:30Z

PeerAssemblyResolver added

commit 4ff92856a859ae8b32583a5861a46fdf02801991
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T13:54:42Z

GetAssemblyFunc

commit f52526cc7daf6cb28e598c6e17facf18c611873f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T14:01:37Z

wip AssemblyLoader

commit a113edc6bd082b7bf2530b3e599244fb199b3b22
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T14:08:44Z

wip

commit 65f5aedb212282d39355192d2d96829a9edee2cf
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T15:19:14Z

wip

commit 068e64b84e1c2d39987ab4fdd1592db4cd55f58f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T15:24:10Z

wip

commit ffd896b19c8b3cca23b17944c3483b292bb73ce3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T15:43:00Z

wip tests

commit 75cbc6e12365c852e42652ec05a26b8b55a4fc50
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T15:46:04Z

fix cluster

commit 1a004add3531f202fc5a82980dfbeaa879fbbf70
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T16:02:14Z

Fix lazy instance

commit c66463a94f51df588addbc13069cd3f6f8473e6d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T16:18:33Z

Register system func

commit d103f134d9eee29a33fb23683b193ef48a775c29
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T16:30:32Z

GetAssemblyByNameFunc

commit ea76139afe15543c07b2e1d24f41b00e72f74df9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T16:34:20Z

Test works for Serializable!

commit f75b2879919382d7316aa97113f7d48535b248b9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T16:41:17Z

binarizable test

commit 8f11f440dfa02bd3bb1dbee2892f3c79a7074216
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-12T16:53:07Z

Fix binarizable test

commit fab4dca2715c2ba8d257e3729f08045dfe661f98
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-13T07:48:05Z

Update config schema

commit 733aa0f5e96745286abac34305562000c73d90e2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-01-13T07:50:34Z

Update configuration tests

commit 6f3abd8271d15a86abcea871464f3fcaf4d

[GitHub] ignite pull request #1909: IGNITE-5172 .NET: Fix type name resolving during ...

2017-05-04 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5172 .NET: Fix type name resolving during dynamic registration



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

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

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

https://github.com/apache/ignite/pull/1909.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 #1909


commit 190476e55d29214d8c5dd87523e70abb58175efa
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-04T18:07:35Z

IGNITE-5172 .NET: Fix type name mapping for dynamic registration

commit 95e0c20285c8b84307753b09eff5c8aea8efde95
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-04T18:48:26Z

Add test

commit 7fefe5f60a505b85e0d03576de18bc70e52ec677
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-04T18:50:31Z

Fix compilation

commit 435a91a3258615e0e4fc1a1e23dab96687ddb1f0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-04T19:13:02Z

Fixing TypeResolver

commit 31435b3ae30d7326c5ec726c3806e9074b1d02ee
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-04T19:23:51Z

Fixing generic type resolver




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1899: IGNITE-5135 .NET: Improve remote error propagatio...

2017-05-02 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5135 .NET: Improve remote error propagation



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

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

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

https://github.com/apache/ignite/pull/1899.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 #1899


commit 65be9fcb15050cfc71939bac0f232495eb812108
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-02T14:20:30Z

IGNITE-5135 .NET: Improve remote error propagation

commit 209716a4e357687f61ef7a902f16649cafdf0d80
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-02T14:30:38Z

wip

commit 1b38c3baf773e39d8b4f1883213d354a7139a56d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-02T14:31:22Z

wip

commit 3f63d82973113a695879730103cfd213be79a5af
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-05-02T14:37:18Z

Tests fixed




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1827: IGNITE-5001 .NET: Tests cleanup

2017-04-19 Thread ptupitsyn
Github user ptupitsyn closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1827: IGNITE-5001 .NET: Tests cleanup

2017-04-19 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-5001 .NET: Tests cleanup



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

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

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

https://github.com/apache/ignite/pull/1827.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 #1827


commit 549b683d8b46970b161f6264a70e221e66ce0c9a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T10:41:15Z

BinaryUtils cleanup

commit 5f8382c8b30f512ef06206632f6c64228911e2f2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T12:29:26Z

Merge branch 'master' into ignite-5001

commit 7169873a47f66a16d0fe8cd437322c52bd47c9b8
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T12:44:29Z

Remove unused imports

commit 6c4ddbe88a811f9c8208c2c41d57a3302f706887
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T13:04:17Z

Merge branch 'master' into ignite-5001

commit df34e4830588cdeb0bb3609fe6fc67b6294a519a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T13:41:07Z

wip

commit a41eac6c63e7a16e6a1a82c9571d11e556d7f3fb
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T13:42:05Z

wip

commit f045c6d7899d97a89a1d53c61a929fc9ba3a8dff
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:00:13Z

wip

commit 2f5852e297d9c6519c37ecfcd6e2a1c3fade45ae
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:00:47Z

wip

commit 36dc7a2f56b6bbf132095dbe7b30a090eb54c1f2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:02:36Z

wip

commit 308ca9d264a67334ef518f2cb5a1df4e39f36e4d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:07:25Z

wip

commit b032dc0be392fc66cc4a10529e67f4c7bcab1477
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:18:02Z

wip

commit 59b063142f592249b25e6160a63415d9fe8f41af
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:18:39Z

wip

commit 62c082eb38c24f04f9b854420d1c81985a5e382a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:21:19Z

wip

commit ef7694c7a21e4d181fc440b94dbdda50e1de007e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:24:12Z

wip

commit 8bed87598b2624f08b8e2d17a4fcf1e2199c2ad2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:26:55Z

wip

commit c5e0ad676e1f28fb3dabccea8f83c6d66e6f18a5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:27:46Z

wip

commit 5c53b9749a9cd5480edbfa16cde5158ff3a98ad3
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:28:34Z

wip

commit 4bf28a3dd01717423490f6401105d64d7316fc71
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:31:23Z

wip

commit c2c9a12dd5b5614e14127613e43c507c9adce483
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:38:34Z

wip

commit eeffa38b060f879f1279090542cfa04234981668
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:42:10Z

wip

commit f14f7a39a44fec4f61f4e350f20f8a04c1842375
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:43:38Z

wip

commit 2a723fb03ab5bf6dbd6ada5ecec1d575c0085b36
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:54:49Z

wip

commit d121d4f0c688d081d8e879971ca31449d7eea579
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T14:57:42Z

wip

commit 39218dcf1ee71176dfe050c2302ce62fdc91e163
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T15:02:06Z

wip

commit 712556956edca2960a2987c3c077ede6c8abf194
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T15:03:59Z

wip

commit 3889104717ea7e10d0d79f77facda7ed3db788f6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T15:09:28Z

wip

commit 203a4ed446b548f9cf14099b56edec3af13a2506
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T15:14:12Z

wip

commit 0668b7d74f144264a890528d38238a2cee1bba77
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T15:14:38Z

wip

commit 98545e96eb22a4f0091a1f1affdbf28602aa4d70
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T15:18:26Z

wip

commit c2e3845f42fa4d0e65ab559a7d87e20852be31c5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-18T15:19:35Z

wip




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1797: IGNITE-3689 .NET: Remove IgniteProxy

2017-04-14 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-3689 .NET: Remove IgniteProxy



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

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

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

https://github.com/apache/ignite/pull/1797.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 #1797


commit e2b156f6399f36d326bd1a820bc3853466884e8f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-14T12:23:44Z

Remove IgniteProxy

commit 32b62ad7c141a1fbb4f262ef801b7f23b86d4606
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-14T12:32:40Z

Add debug output




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1787: IGNITE-2398 .NET: Change default mapper behavior

2017-04-13 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-2398 .NET: Change default mapper behavior



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

$ git pull https://github.com/gridgain/apache-ignite ignite-2398

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

https://github.com/apache/ignite/pull/1787.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 #1787


commit 25e5a5417263e25f90d198b7afc86255c5bed7f2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-13T11:45:21Z

IGNITE-2398 .NET: Change default mapper behavior




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1777: IGNITE-2398 .NET: Change default mapper behavior

2017-04-13 Thread ptupitsyn
Github user ptupitsyn closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1777: IGNITE-2398 .NET: Change default mapper behavior

2017-04-12 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-2398 .NET: Change default mapper behavior



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

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

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

https://github.com/apache/ignite/pull/1777.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 #1777


commit 389947517d5a9da82f2957ca6c188abee3ff1950
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-06T09:12:28Z

IGNITE-2398 .NET: Change default mapper behavior

commit e8c5eb155b5b3a4ed3438bd07187bffd60da63d2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T05:02:22Z

Merge branch 'master' into ignite-2398

commit e3d02ffbd7ed4161208bd7320fc5aa330c795478
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T05:54:56Z

wip

commit d03b099ad5664cf2fdd7f2fae7cca35ea42ef387
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T06:10:12Z

Adding tests

commit d16b8e6ef6d1bb84e08a508bfda69c0955b2fcf6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T06:12:45Z

wip

commit ff624e11082fbc643ca63571ded2d20424b76bd5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T06:22:18Z

wip

commit 1984bfe487e71075ba14475c56d9b8ec11d2f9e0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T06:26:32Z

wip

commit 0259adde7701d5139340b27a78f8cf2a35820bca
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T06:27:42Z

Mapper implemented

commit fdb92dfef0e54dfea405557f957bced17a0cf42c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T06:40:54Z

wip

commit dcbabd5e9e2590172acd5447fcf40452724ec98d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T06:42:54Z

wip

commit 41e75b7b1a82cc85abbe3d9b30ccb06a6ea5eb33
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T08:07:59Z

wip

commit f9078a4be71b697146bbfd452eeadcfd6dd54b16
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T08:27:27Z

wip

commit 62726158cb3ca7092fb9fa20c946f8612b7e50fc
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T08:44:31Z

wip

commit cf5802362319cd9e2997874107393fd1761221f9
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T08:57:22Z

wip

commit 48df244e753c998b79b482abeae27b2b4377
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T09:31:29Z

wip

commit cac10fa6233bd541051c93af0662d52be809ed72
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T09:45:51Z

wip

commit 1b085dff02469eeb25947ab6064e4fd5108db891
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T09:49:57Z

wip

commit 283c145ad4251f3fa58d88b0c7b0d7ca3cab0b68
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T10:26:35Z

wip

commit 93865a970dc60397304ce659ee718f4f13a19936
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T11:06:37Z

wip

commit 9c053e6d9f7ed25f8784c431a293776649dd8152
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T11:17:15Z

wip

commit 3c1b38a6979aed4116125a613f058a78dff694dc
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T11:18:51Z

wip

commit b4f7dd7830207f3fa8b67ccddbe4c4196b1536e5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T11:37:36Z

wip

commit 44997da2750d4fea4eabc8777bac3bac0ed354db
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T11:40:25Z

wip

commit e952c1e3d7a881c9889137970b7cfe1f59b0870e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T11:47:18Z

wip type name parser

commit 944e39fb15afee94655666f835723144102283de
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T11:51:12Z

wip

commit e8df2acde61abd8d853e1ae6b9329736b1f241af
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T11:56:16Z

wip

commit 5e6ae293e96826131a9dcba2ffa39519df35afd2
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T11:57:06Z

wip tests

commit d9ec783459b1b87e125ca96c99defad474ff5cb6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T11:59:23Z

wip

commit 7c6b6dc6610b5f17fb25e0eba3d20bb45fdb2b84
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T12:05:59Z

wip

commit 4c8172fba6753749521b58c9c74004ffedde8e7d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-04-07T12:07:53Z

wip




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your proj

  1   2   3   4   5   >