Merge remote-tracking branch 'remotes/origin/master' into ignite-6181-2

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

Branch: refs/heads/ignite-6181-2
Commit: e6f60c90bd2cd10b5d315db3f3f51aba5241f21d
Parents: c1cd4d3 1b6873c
Author: sboikov <sboi...@gridgain.com>
Authored: Thu Sep 21 11:12:44 2017 +0300
Committer: sboikov <sboi...@gridgain.com>
Committed: Thu Sep 21 11:12:44 2017 +0300

----------------------------------------------------------------------
 README.md                                       | 192 +++++++++++++++++++
 README.txt                                      |   2 +-
 .../odbc/ClientListenerNioListener.java         |   2 +-
 .../odbc/ClientListenerRequestHandler.java      |   3 +-
 .../odbc/jdbc/JdbcRequestHandler.java           |   2 +-
 .../odbc/odbc/OdbcRequestHandler.java           |   2 +-
 .../client/ClientConnectionContext.java         |   4 +-
 .../platform/client/ClientMessageParser.java    |  20 +-
 .../platform/client/ClientRawRequest.java       |  45 +++++
 .../platform/client/ClientRequest.java          |   9 +
 .../platform/client/ClientRequestHandler.java   |  17 +-
 .../platform/client/ClientResponse.java         |  33 +++-
 .../platform/client/ClientStatus.java           |  45 +++++
 .../platform/client/IgniteClientException.java  |  65 +++++++
 .../client/cache/ClientCacheRequest.java        |  11 +-
 .../Client/Cache/CacheTest.cs                   |  20 ++
 .../Client/Cache/ScanQueryTest.cs               |  34 +++-
 .../Client/ClientConnectionTest.cs              |   5 +-
 .../Client/RawSocketTest.cs                     | 130 +++++++++----
 .../Apache.Ignite.Core.csproj                   |   2 +
 .../Client/IgniteClientException.cs             | 108 +++++++++++
 .../Impl/Client/Cache/CacheClient.cs            |  23 ++-
 .../Impl/Client/ClientSocket.cs                 |  21 +-
 .../Impl/Client/ClientStatus.cs                 |  31 +++
 .../commands/cache/VisorCacheCommand.scala      |  23 ++-
 modules/web-console/backend/routes/admin.js     |   5 +-
 modules/web-console/backend/services/users.js   |   5 +
 modules/web-console/frontend/app/app.js         |   2 +
 .../list-of-registered-users.controller.js      |   1 -
 .../app/components/version-picker/index.js      |   2 +-
 .../frontend/app/core/admin/Admin.data.js       |  12 +-
 .../app/modules/branding/branding.module.js     |   4 +-
 .../app/modules/branding/branding.provider.js   | 111 -----------
 .../app/modules/branding/branding.service.js    |  47 +++++
 .../modules/configuration/Version.service.js    | 169 ----------------
 .../configuration/configuration.module.js       |   4 -
 .../generator/ConfigurationGenerator.js         |   2 +-
 .../configuration/generator/Maven.service.js    |   2 +-
 .../app/modules/states/configuration.state.js   |   1 +
 .../frontend/app/modules/user/user.module.js    |   7 +-
 .../frontend/app/services/Version.service.js    | 171 +++++++++++++++++
 .../frontend/app/services/Version.spec.js       | 106 ++++++++++
 .../web-console/frontend/app/services/index.js  |  23 +++
 .../frontend/test/unit/Version.test.js          | 106 ----------
 44 files changed, 1136 insertions(+), 493 deletions(-)
----------------------------------------------------------------------


Reply via email to