You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/05/17 10:32:41 UTC

[02/17] ignite git commit: Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/ignite-5075
Commit: 5b16b51c8779ed3d129ac45621e73dd903fe65dd
Parents: 8195ae0 feda3ff
Author: Yakov Zhdanov <yz...@gridgain.com>
Authored: Mon May 15 18:03:30 2017 +0300
Committer: Yakov Zhdanov <yz...@gridgain.com>
Committed: Mon May 15 18:03:30 2017 +0300

----------------------------------------------------------------------
 .../DistributedRegressionExample.java           | 149 ++++++++++++
 .../processors/cache/GridCacheAdapter.java      |  71 +-----
 .../cache/GridCacheConcurrentMap.java           |   7 +-
 .../cache/GridCacheConcurrentMapImpl.java       |  30 +--
 .../processors/cache/GridCacheProxyImpl.java    |  60 -----
 .../processors/cache/GridNoStorageCacheMap.java |   7 +-
 .../processors/cache/IgniteInternalCache.java   |  61 -----
 .../dht/GridCachePartitionedConcurrentMap.java  |  13 +-
 .../distributed/dht/GridDhtCacheAdapter.java    | 162 -------------
 .../distributed/dht/GridDhtLocalPartition.java  |   4 +-
 .../dht/GridDhtPartitionTopologyImpl.java       |   2 +-
 .../distributed/near/GridNearCacheAdapter.java  |  17 --
 .../processors/cache/GridCacheLeakTest.java     |   4 +-
 .../GridCachePartitionedFullApiSelfTest.java    |  18 --
 .../cache/eviction/EvictionAbstractTest.java    |  13 +-
 .../IgniteCacheClientNearCacheExpiryTest.java   |   2 +-
 .../hadoop/jobtracker/HadoopJobTracker.java     |  20 +-
 .../cache/hibernate/HibernateCacheProxy.java    |  25 --
 .../apache/ignite/ml/math/util/MatrixUtil.java  |   3 +-
 .../org/apache/ignite/ml/IgniteMLTestSuite.java |  35 +++
 .../ml/math/MathImplDistributedTestSuite.java   |   2 +-
 .../ignite/ml/math/MathImplLocalTestSuite.java  |   7 +-
 .../ignite/ml/math/MathImplMainTestSuite.java   |   2 +-
 .../OLSMultipleLinearRegressionTest.java        |   7 +
 .../ml/regressions/RegressionsTestSuite.java    |  32 +++
 .../Binary/BinarySelfTest.cs                    |  26 ++
 .../Impl/Binary/BinaryReflectiveActions.cs      |   6 +-
 .../BinaryReflectiveSerializerInternal.cs       |   9 +-
 .../Impl/Binary/BinaryUtils.cs                  |   9 -
 .../Binary/DeserializationCallbackProcessor.cs  |  11 +
 .../Impl/Binary/SerializableSerializer.cs       |  10 +-
 .../activities-user-dialog.tpl.pug              |  33 +--
 .../components/web-console-header/style.scss    |   9 -
 .../frontend/app/primitives/btn/index.scss      | 235 +++++++++++++++++++
 .../frontend/app/primitives/index.js            |   2 +
 .../frontend/app/primitives/modal/index.scss    | 179 ++++++++++++++
 .../frontend/app/primitives/table/index.scss    |  91 +++++++
 .../frontend/public/stylesheets/style.scss      |  99 ++------
 .../frontend/public/stylesheets/variables.scss  |   4 +
 .../frontend/views/includes/header-right.pug    |   4 +-
 .../web-console/frontend/views/signin.tpl.pug   |   2 +-
 41 files changed, 864 insertions(+), 618 deletions(-)
----------------------------------------------------------------------