GitHub user alexzaitzev opened a pull request:
https://github.com/apache/ignite/pull/4570 IGNITE-9301: Support method compute WithNoResultCache in .Net
Realized method WithNoResultCache in .NET client
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/alexzaitzev/ignite IGNITE-9301
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4570.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4570
----
commit 1671c3676c20407b86f074925ec9f000389125d8
Author: alexzaitzev <mail@...>
Date: 2017-09-21T09:17:44Z
Fixed error when path to ignite folder contains whitespaces
commit 9b279c9030584d0f5723ff923e9205b7b14e1114
Author: alexzaitzev <mail@...>
Date: 2017-09-22T15:30:50Z
Fixed error when path to ignite folder contains whitespaces (for Windows batch files)
commit 72cc88bfc6168abe8a345112fb222df1238ee48c
Author: alexzaitzev <mail@...>
Date: 2017-09-22T16:00:43Z
Fixed condition operator for paths with spaces
commit f779795aee215cc1b076c1f34e34eee83d84b745
Author: alexzaitzev <mail@...>
Date: 2017-09-25T07:26:56Z
Returned full path to java.exe
commit e18b9d4e35378b8a96eef2dcdc572e4c6f76afc2
Author: alexzaitzev <mail@...>
Date: 2018-01-30T19:48:37Z
Merge branch 'IGNITE-898'
# Conflicts:
# bin/ignite.bat
# bin/include/parseargs.bat
commit 80d6330a734a2cff6c429a172158776295a54082
Author: alexzaitzev <mail@...>
Date: 2018-02-12T21:57:33Z
Merge remote-tracking branch 'upstream/master'
commit 3ffc5550552f569124f0f4ba0a1d478ace4ef449
Author: ÐайÑев ÐлекÑей <azaytsev@...>
Date: 2018-02-20T08:00:51Z
Merge branch 'master' of
https://github.com/apache/ignitecommit cc091c20310fe56c38a6847d4dae6db0966ec6a9
Author: alexzaitzev <mail@...>
Date: 2018-07-20T09:48:44Z
Fixed conflict
commit e481299dc1592af68b444bb889af53ad65de5cdd
Author: alexzaitzev <mail@...>
Date: 2018-07-20T09:48:54Z
Merge branch 'master' of
https://github.com/apache/ignitecommit 37f4a7a16ddac5896a86b31c4bf63fffb599c891
Author: alexzaitzev <mail@...>
Date: 2018-08-16T19:03:59Z
Merge branch 'master' of
https://github.com/apache/ignitecommit 049c74881ba9135f8975b2d670e8062f2c838b03
Author: Aleksei Zaitsev <mail@...>
Date: 2018-08-18T23:29:47Z
Was supported method compute WithNoResultCache in .Net
----
---