Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-6083
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b2fe867f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b2fe867f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b2fe867f Branch: refs/heads/ignite-6083 Commit: b2fe867f881559df361e37e80ee250891f540b74 Parents: bea574b 493cc14 Author: Alexey Goncharuk <[email protected]> Authored: Mon Apr 23 13:34:10 2018 +0300 Committer: Alexey Goncharuk <[email protected]> Committed: Mon Apr 23 13:34:10 2018 +0300 ---------------------------------------------------------------------- .../apache/ignite/internal/IgniteKernal.java | 10 +- .../discovery/GridDiscoveryManager.java | 65 +++++-- .../affinity/GridAffinityAssignmentCache.java | 2 +- .../cluster/GridClusterStateProcessor.java | 22 +++ .../ignite/internal/util/lang/GridFunc.java | 14 +- .../AffinityDistributionLoggingTest.java | 40 ++++- .../persistence/file/FileDownloaderTest.java | 59 +++++-- .../IgniteConfigVariationsAbstractTest.java | 8 +- .../testsuites/IgniteCacheTestSuite6.java | 1 + .../ignite/testsuites/IgnitePdsTestSuite2.java | 3 + modules/web-console/frontend/app/app.js | 4 +- .../app/components/password-visibility/index.js | 26 +++ .../password-visibility/index.spec.js | 65 +++++++ .../password-visibility/root.directive.js | 49 ++++++ .../components/password-visibility/style.scss | 50 ++++++ .../toggle-button.component.js | 49 ++++++ .../frontend/app/directives/match.directive.js | 32 +++- .../app/directives/match.directive.spec.js | 81 +++++++++ .../generator/Docker.service.spec.js | 2 +- .../app/primitives/form-field/index.scss | 26 +++ .../app/primitives/form-field/password.pug | 12 +- .../app/primitives/ui-grid-header/index.scss | 3 +- modules/web-console/frontend/package-lock.json | 171 ++++++++++--------- .../frontend/public/images/icons/eyeClosed.svg | 6 + .../frontend/public/images/icons/eyeOpened.svg | 7 + .../frontend/public/images/icons/index.js | 3 +- 26 files changed, 673 insertions(+), 137 deletions(-) ----------------------------------------------------------------------
