Merge remote-tracking branch 'remotes/origin/master' into ignite-5075-cacheStart
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f5a5fa02 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f5a5fa02 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f5a5fa02 Branch: refs/heads/ignite-5075-cacheStart Commit: f5a5fa020e424a6b5cd7a16d2f6c5cfc05809b44 Parents: 5a024a5 330d9ef Author: sboikov <[email protected]> Authored: Mon May 15 13:12:34 2017 +0300 Committer: sboikov <[email protected]> Committed: Mon May 15 13:12:34 2017 +0300 ---------------------------------------------------------------------- .../processors/cache/GridCacheAdapter.java | 71 +---- .../cache/GridCacheConcurrentMap.java | 5 - .../cache/GridCacheConcurrentMapImpl.java | 28 -- .../processors/cache/GridCacheProxyImpl.java | 60 ---- .../processors/cache/GridNoStorageCacheMap.java | 5 - .../processors/cache/IgniteInternalCache.java | 61 ----- .../dht/GridCachePartitionedConcurrentMap.java | 9 - .../distributed/dht/GridDhtCacheAdapter.java | 162 ----------- .../distributed/near/GridNearCacheAdapter.java | 17 -- .../GridCachePartitionedFullApiSelfTest.java | 18 -- .../cache/eviction/EvictionAbstractTest.java | 13 +- .../hadoop/jobtracker/HadoopJobTracker.java | 20 +- .../cache/hibernate/HibernateCacheProxy.java | 25 -- .../Apache.Ignite.Core.Tests.csproj | 1 + .../Binary/BinarySelfTest.cs | 7 +- .../Binary/EnumsTest.cs | 274 +++++++++++++++++++ .../Compute/ComputeApiTest.cs | 2 +- .../Impl/Binary/BinaryObject.cs | 2 +- .../Impl/Binary/BinaryReflectiveActions.cs | 6 +- .../Impl/Binary/BinarySystemHandlers.cs | 271 +++++++++--------- .../Impl/Binary/BinaryUtils.cs | 30 -- .../Impl/Binary/BinaryWriter.cs | 48 +++- .../activities-user-dialog.tpl.pug | 33 ++- .../components/web-console-footer/style.scss | 4 + .../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/footer.pug | 23 -- .../frontend/views/includes/header-right.pug | 4 +- .../web-console/frontend/views/signin.tpl.pug | 2 +- parent/pom.xml | 3 +- 35 files changed, 1022 insertions(+), 801 deletions(-) ----------------------------------------------------------------------
