You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/02/25 13:31:32 UTC

[33/51] [abbrv] ignite git commit: Merge branches 'ignite-2523' and 'master' of https://github.com/ilantukh/ignite into ignite-2523

Merge branches 'ignite-2523' and 'master' of https://github.com/ilantukh/ignite into ignite-2523


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/072ba100
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/072ba100
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/072ba100

Branch: refs/heads/ignite-2523
Commit: 072ba10056d687833579e4816fe7e17f9248bfe7
Parents: 90fce7b 582fe56
Author: Ilya Lantukh <il...@gridgain.com>
Authored: Sat Feb 20 14:53:15 2016 +0300
Committer: Ilya Lantukh <il...@gridgain.com>
Committed: Sat Feb 20 14:53:15 2016 +0300

----------------------------------------------------------------------
 .gitignore                                      |   1 +
 .../internal/binary/BinaryEnumObjectImpl.java   |   9 +
 .../processors/cache/GridCacheMapEntry.java     |  15 +-
 .../processors/cache/GridCacheMvccManager.java  |   2 +-
 .../processors/cache/dr/GridCacheDrManager.java |   4 +-
 .../cache/dr/GridOsCacheDrManager.java          |   3 +-
 .../datastructures/PlatformAtomicReference.java |   7 +-
 .../query/h2/opt/GridH2ValueCacheObject.java    |   9 +
 .../IgniteBinaryObjectQueryArgumentsTest.java   | 161 ++++++++++++++++
 .../cache/IgniteCacheAbstractQuerySelfTest.java | 187 ++++++++++++++++++-
 .../Apache.Ignite.Core.Tests.NuGet.csproj       | 103 ++++++++++
 .../Apache.Ignite.Core.Tests.NuGet.sln          |  26 +++
 ...ache.Ignite.Core.Tests.NuGet.sln.DotSettings |   4 +
 .../Apache.Ignite.Core.Tests.NuGet/CacheTest.cs | 107 +++++++++++
 .../ComputeTest.cs                              |  84 +++++++++
 .../Config/ignite-config.xml                    |  50 +++++
 .../Apache.Ignite.Core.Tests.NuGet/NuGet.config |  34 ++++
 .../Properties/AssemblyInfo.cs                  |  35 ++++
 .../StartupTest.cs                              |  66 +++++++
 .../TestRunner.cs                               |  70 +++++++
 .../Apache.Ignite.Core.Tests.NuGet/TestUtil.cs  |  43 +++++
 .../install-package.cmd                         |   3 +
 .../IgniteStartStopTest.cs                      |  58 ++----
 .../Apache.Ignite.Core.csproj                   |   4 +
 .../Apache.Ignite.Core.nuspec                   |  80 ++++++++
 .../dotnet/Apache.Ignite.Core/Ignition.cs       |  56 ++++--
 .../Impl/Common/IgniteHome.cs                   |  11 +-
 .../Impl/DataStructures/AtomicReference.cs      |   2 +-
 .../dotnet/Apache.Ignite.Core/NuGet/Install.ps1 |  27 +++
 .../NuGet/LINQPad/ComputeExample.linq           | 106 +++++++++++
 .../NuGet/LINQPad/PutGetExample.linq            |  69 +++++++
 .../NuGet/LINQPad/QueryExample.linq             |  96 ++++++++++
 .../Apache.Ignite.Core/NuGet/PostBuild.ps1      |  20 ++
 .../Apache.Ignite.Core/NuGet/Uninstall.ps1      |  21 +++
 .../apache/ignite/yarn/ApplicationMaster.java   |  30 ++-
 .../apache/ignite/yarn/IgniteYarnClient.java    |  25 +++
 .../ignite/yarn/utils/IgniteYarnUtils.java      |  19 ++
 parent/pom.xml                                  |   2 +
 38 files changed, 1568 insertions(+), 81 deletions(-)
----------------------------------------------------------------------