ignite git commit: IGNITE-10356: JDBC: fixed metadata returned for Date and Decimal types. This closes #5454.

2018-12-06 Thread vozerov
Repository: ignite Updated Branches: refs/heads/master 24a50e104 -> d045b8429 IGNITE-10356: JDBC: fixed metadata returned for Date and Decimal types. This closes #5454. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d0

ignite git commit: IGNITE-10549: [ML] LogisticRegressionSGDTrainerTest fails with BLAS

2018-12-06 Thread chief
Repository: ignite Updated Branches: refs/heads/master d045b8429 -> d267236e0 IGNITE-10549: [ML] LogisticRegressionSGDTrainerTest fails with BLAS This closes #5577 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d267236

[ignite-teamcity-bot] 01/01: IGNITE-10562 TC Bot DB contains invalid values for build references ID maps to value with other ID.

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch ignite-10562 in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git commit fa585895216942a865f286fb826a5a0866782dec Author: Dmitriy Pavlov AuthorDate: Thu Dec 6 13:48:49 2018

[ignite-teamcity-bot] branch ignite-10562 created (now fa58589)

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a change to branch ignite-10562 in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git. at fa58589 IGNITE-10562 TC Bot DB contains invalid values for build references ID maps to value wi

[ignite-teamcity-bot] branch ignite-10562 updated: IGNITE-10562 TC Bot DB contains invalid values for build references ID maps to value with other ID.

2018-12-06 Thread dpavlov
i/web/model/Version.java @@ -25,7 +25,7 @@ package org.apache.ignite.ci.web.model; public static final String GITHUB_REF = "https://github.com/apache/ignite-teamcity-bot";; /** TC Bot Version. */ -public static final String VERSION = "20181205"; +publ

[ignite-teamcity-bot] branch master updated: IGNITE-10568 Replace type for test id from long to String - Fixes #91.

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/master by this push: new b67b298 IGNITE-10568 Replace type

[ignite-teamcity-bot] branch master updated: IGNITE-10562 TC Bot DB contains invalid values for build references ID maps to value with other ID. - Fixes #92.

2018-12-06 Thread dpavlov
tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java @@ -25,7 +25,7 @@ package org.apache.ignite.ci.web.model; public static final String GITHUB_REF = "https://github.com/apache/ignite-teamcity-bot";; /** TC Bot Version. */ -public static final String VERSION = "20181205"; +public static final String VERSION = "20181206"; /** TC Bot Version. */ public String version = VERSION;

[ignite-teamcity-bot] branch master updated: IGNITE-10562 NPE fix for TC Bot DB contains invalid values for build references ID maps to value with other ID.

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/master by this push: new b40da53 IGNITE-10562 NPE fix for

[ignite-teamcity-bot] branch master updated: IGNITE-10562 Fix for tests: TC Bot DB contains invalid values for build references ID maps to value with other ID.

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/master by this push: new b14cc36 IGNITE-10562 Fix for test

[ignite-teamcity-bot] branch master updated: IGNITE-10562 Faster entity save path: TC Bot DB contains invalid values for build references ID maps to value with other ID.

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/master by this push: new fd66964 IGNITE-10562 Faster entit

[ignite-teamcity-bot] branch ignite-10562 updated (cbd2ffd -> e33ed4e)

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a change to branch ignite-10562 in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git. from cbd2ffd IGNITE-10562 TC Bot DB contains invalid values for build references ID maps to value wi

[ignite-teamcity-bot] 01/01: Merge branch 'master' into ignite-10562

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch ignite-10562 in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git commit e33ed4e3d08c25b47337e8835011a39fb436dc23 Merge: cbd2ffd fd66964 Author: Dmitriy Pavlov AuthorDate: T

ignite git commit: IGNITE-10355 Tx rollback failure on put operations with caches whose topology fails validation - Fixes #5453.

2018-12-06 Thread irakov
Repository: ignite Updated Branches: refs/heads/master d267236e0 -> bf75ef22d IGNITE-10355 Tx rollback failure on put operations with caches whose topology fails validation - Fixes #5453. Signed-off-by: Ivan Rakov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://g

ignite git commit: IGNITE-10535: SQL: moved reducer partition resolution logic to separate classes. This closes #5575.

2018-12-06 Thread vozerov
Repository: ignite Updated Branches: refs/heads/master bf75ef22d -> 6613376d2 IGNITE-10535: SQL: moved reducer partition resolution logic to separate classes. This closes #5575. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/

ignite git commit: IGNITE-9980 Added additional flag to filter caches by types to control.sh - Fixes #5496.

2018-12-06 Thread agoncharuk
Repository: ignite Updated Branches: refs/heads/master 6613376d2 -> 9199aac14 IGNITE-9980 Added additional flag to filter caches by types to control.sh - Fixes #5496. Signed-off-by: Alexey Goncharuk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apach

[ignite-teamcity-bot] branch ignite-10562 updated: IGNITE-10562 Try to migrate build: TC Bot DB contains invalid values for build references ID maps to value with other ID.

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch ignite-10562 in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/ignite-10562 by this push: new 16b008a IGNITE-10562

ignite git commit: IGNITE-10242 Pause ongoing rebalance on cache group stopping

2018-12-06 Thread jokser
Repository: ignite Updated Branches: refs/heads/master 9199aac14 -> 025a0360c IGNITE-10242 Pause ongoing rebalance on cache group stopping Signed-off-by: Pavel Kovalenko Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/

[17/50] [abbrv] ignite git commit: IGNITE-10457: MVCC TX: Fix MvccProcessor initialization on recovery from store. This closes #5538.

2018-12-06 Thread sboikov
IGNITE-10457: MVCC TX: Fix MvccProcessor initialization on recovery from store. This closes #5538. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/cdba7d9a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/cdba7d9a D

[09/50] [abbrv] ignite git commit: IGNITE-10422 Make ignite_inspection.xml configuration default on the project level. - Fixes #5540.

2018-12-06 Thread sboikov
IGNITE-10422 Make ignite_inspection.xml configuration default on the project level. - Fixes #5540. Signed-off-by: Dmitriy Pavlov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/504393f6 Tree: http://git-wip-us.apache.org/

[39/50] [abbrv] ignite git commit: IGNITE-10437 Fixed flaky GridCacheWriteBehindStoreMultithreadedSelfTest.testFlushFromTheSameThreadWithCoalescing - Fixes #5522.

2018-12-06 Thread sboikov
IGNITE-10437 Fixed flaky GridCacheWriteBehindStoreMultithreadedSelfTest.testFlushFromTheSameThreadWithCoalescing - Fixes #5522. Signed-off-by: Alexey Goncharuk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5990bcdc Tre

[03/50] [abbrv] ignite git commit: IGNITE-9941 Fixed parsing of boolean parameters returned from nconf.

2018-12-06 Thread sboikov
IGNITE-9941 Fixed parsing of boolean parameters returned from nconf. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1502494b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1502494b Diff: http://git-wip-us.apache.o

[43/50] [abbrv] ignite git commit: IGNITE-8370 Web Console: Updated type.

2018-12-06 Thread sboikov
IGNITE-8370 Web Console: Updated type. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/24a50e10 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/24a50e10 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/24a50

[40/50] [abbrv] ignite git commit: IGNITE-10442 Fixed flaky testFailNodesOnCanceledTask - Fixes #5547.

2018-12-06 Thread sboikov
IGNITE-10442 Fixed flaky testFailNodesOnCanceledTask - Fixes #5547. Signed-off-by: Alexey Goncharuk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4c56adcf Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4c56adcf

[45/50] [abbrv] ignite git commit: IGNITE-10549: [ML] LogisticRegressionSGDTrainerTest fails with BLAS

2018-12-06 Thread sboikov
IGNITE-10549: [ML] LogisticRegressionSGDTrainerTest fails with BLAS This closes #5577 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d267236e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d267236e Diff: http://g

[02/50] [abbrv] ignite git commit: IGNITE-10277 Fixed prepare-commit WAL ordering for one-phase commit - Fixes #5448.

2018-12-06 Thread sboikov
IGNITE-10277 Fixed prepare-commit WAL ordering for one-phase commit - Fixes #5448. Signed-off-by: Alexey Goncharuk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/395811dd Tree: http://git-wip-us.apache.org/repos/asf/igni

[01/50] [abbrv] ignite git commit: IGNITE-10374 Fixed race leading to rebalancing hang when WAL is disabled during rebalancing - Fixes #5468.

2018-12-06 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-10044 216474c6b -> 89ec0339d IGNITE-10374 Fixed race leading to rebalancing hang when WAL is disabled during rebalancing - Fixes #5468. Signed-off-by: Alexey Goncharuk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

[05/50] [abbrv] ignite git commit: IGNITE-6173: SQL: Create schema for client caches without their start. This closes #4663.

2018-12-06 Thread sboikov
IGNITE-6173: SQL: Create schema for client caches without their start. This closes #4663. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d19123d4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d19123d4 Diff: http

[08/50] [abbrv] ignite git commit: IGNITE-10422 Make ignite_inspection.xml configuration default on the project level. - Fixes #5540.

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/504393f6/idea/ignite_inspections.xml -- diff --git a/idea/ignite_inspections.xml b/idea/ignite_inspections.xml deleted file mode 100644 index 9695fca..000 --- a/idea/ignite_ins

[04/50] [abbrv] ignite git commit: IGNITE-6173: SQL: Create schema for client caches without their start. This closes #4663.

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/d19123d4/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java -- diff --git a/modules/indexing/src/main/java/org/apache/ignite/inter

[48/50] [abbrv] ignite git commit: IGNITE-9980 Added additional flag to filter caches by types to control.sh - Fixes #5496.

2018-12-06 Thread sboikov
IGNITE-9980 Added additional flag to filter caches by types to control.sh - Fixes #5496. Signed-off-by: Alexey Goncharuk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9199aac1 Tree: http://git-wip-us.apache.org/repos/as

[47/50] [abbrv] ignite git commit: IGNITE-10535: SQL: moved reducer partition resolution logic to separate classes. This closes #5575.

2018-12-06 Thread sboikov
IGNITE-10535: SQL: moved reducer partition resolution logic to separate classes. This closes #5575. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6613376d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6613376d

[10/50] [abbrv] ignite git commit: IGNITE-10369 Avoid race on handling discovery messages if last custom message is not processed completely - Fixes #5462.

2018-12-06 Thread sboikov
IGNITE-10369 Avoid race on handling discovery messages if last custom message is not processed completely - Fixes #5462. Signed-off-by: Pavel Kovalenko Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0cd303f1 Tree: http:/

[07/50] [abbrv] ignite git commit: IGNITE-5759 unmuted testPartitionRent test - Fixes #5531.

2018-12-06 Thread sboikov
IGNITE-5759 unmuted testPartitionRent test - Fixes #5531. Signed-off-by: Dmitriy Pavlov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/66d8ac64 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/66d8ac64 Diff: http:

[28/50] [abbrv] ignite git commit: IGNITE-10380: Drop Multi-label Classification for Logistic Regression and SVM

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/098caf44/modules/ml/src/main/java/org/apache/ignite/ml/regressions/logistic/multiclass/LogRegressionMultiClassTrainer.java -- diff --git a/modules/ml/src/main/java/org/apache/igni

[33/50] [abbrv] ignite git commit: IGNITE-10049: MVCC: Create "Cache 4" test suite for MVCC mode. This closes #5499.

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/cf32fc7b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheReadFromBackupTest.java -- diff --git a/modules/core/src/test/java/org/apach

[23/50] [abbrv] ignite git commit: IGNITE-10523 Ignite Compatibility: add check that started node is of expected version. - Fixes #5570.

2018-12-06 Thread sboikov
IGNITE-10523 Ignite Compatibility: add check that started node is of expected version. - Fixes #5570. Signed-off-by: Dmitriy Pavlov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bb56dc6d Tree: http://git-wip-us.apache.o

[06/50] [abbrv] ignite git commit: IGNITE-10291: SQL: fixed index re-build routine. Now indexes which appeared during node shutdown are rebuilt as well. This closes #5525.

2018-12-06 Thread sboikov
IGNITE-10291: SQL: fixed index re-build routine. Now indexes which appeared during node shutdown are rebuilt as well. This closes #5525. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9b0ce92d Tree: http://git-wip-us.apach

[16/50] [abbrv] ignite git commit: IGNITE-8379 Fix PDS Compatibility tests, javadocs.

2018-12-06 Thread sboikov
IGNITE-8379 Fix PDS Compatibility tests, javadocs. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/72517181 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/72517181 Diff: http://git-wip-us.apache.org/repos/asf/ignit

[50/50] [abbrv] ignite git commit: Merge remote-tracking branch 'remotes/origin/master' into ignite-10044

2018-12-06 Thread sboikov
Merge remote-tracking branch 'remotes/origin/master' into ignite-10044 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/89ec0339 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/89ec0339 Diff: http://git-wip-us.apache

[21/50] [abbrv] ignite git commit: IGNITE-10525 Web Console: "Import models" dialog should be a singleton.

2018-12-06 Thread sboikov
IGNITE-10525 Web Console: "Import models" dialog should be a singleton. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ea872cc5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ea872cc5 Diff: http://git-wip-us.apach

[18/50] [abbrv] ignite git commit: IGNITE-8227 implement JUnit test failure handler for TeamCity. - Fixes #4974.

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/b94a3c2f/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiReconnectDelayTest.java -- diff --git a/modules/core/src/test/java/org/apache/ignite/spi/dis

[15/50] [abbrv] ignite git commit: IGNITE-10272: [ML] Inject learning environment into scope of dataset compute task

2018-12-06 Thread sboikov
IGNITE-10272: [ML] Inject learning environment into scope of dataset compute task This closes #5484 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ff6b8eed Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ff6b8eed

[25/50] [abbrv] ignite git commit: IGNITE-10536 Web Console: Correct handle error in agent manager service.

2018-12-06 Thread sboikov
IGNITE-10536 Web Console: Correct handle error in agent manager service. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/40f47b46 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/40f47b46 Diff: http://git-wip-us.apac

[41/50] [abbrv] ignite git commit: IGNITE-10564 Added tasks to collect rebalance metrics.

2018-12-06 Thread sboikov
IGNITE-10564 Added tasks to collect rebalance metrics. Co-authored-by: Alexey Kuznetsov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ececcbcd Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ececcbcd Diff: http:

[42/50] [abbrv] ignite git commit: IGNITE-10373 Web Console: Fixed docker-compose.yml.

2018-12-06 Thread sboikov
IGNITE-10373 Web Console: Fixed docker-compose.yml. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/63b1422e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/63b1422e Diff: http://git-wip-us.apache.org/repos/asf/igni

[22/50] [abbrv] ignite git commit: IGNITE-10386 Add mode when WAL won't be disabled during rebalancing caused by BLT change

2018-12-06 Thread sboikov
IGNITE-10386 Add mode when WAL won't be disabled during rebalancing caused by BLT change Signed-off-by: Ivan Rakov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7f758bfc Tree: http://git-wip-us.apache.org/repos/asf/igni

[11/50] [abbrv] ignite git commit: IGNITE-10405: [ML] Refactor GaussianNaiveBayesTrainerExample to read data sample from file

2018-12-06 Thread sboikov
IGNITE-10405: [ML] Refactor GaussianNaiveBayesTrainerExample to read data sample from file This closes #5551 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c6a05f8f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/

[19/50] [abbrv] ignite git commit: IGNITE-8227 implement JUnit test failure handler for TeamCity. - Fixes #4974.

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/b94a3c2f/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientReconnectTest.java -- diff --git a/modules/core/src/test/java/org/apac

[13/50] [abbrv] ignite git commit: IGNITE-10272: [ML] Inject learning environment into scope of dataset compute task

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/ff6b8eed/modules/ml/src/main/java/org/apache/ignite/ml/preprocessing/PreprocessingTrainer.java -- diff --git a/modules/ml/src/main/java/org/apache/ignite/ml/preprocessing/Preproce

[24/50] [abbrv] ignite git commit: IGNITE-8379 new compatibility tests added for latest releases.

2018-12-06 Thread sboikov
IGNITE-8379 new compatibility tests added for latest releases. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d8886a0c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d8886a0c Diff: http://git-wip-us.apache.org/rep

[14/50] [abbrv] ignite git commit: IGNITE-10272: [ML] Inject learning environment into scope of dataset compute task

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/ff6b8eed/modules/ml/src/main/java/org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.java -- diff --git a/modules/ml/src/main/java/org/apache/ignite/ml/dataset/impl/cache/C

[31/50] [abbrv] ignite git commit: IGNITE-9023 LinkageError or ClassNotFoundException should not be swollen by GridDeploymentCommunication during processing deployment request - Fixes #5472.

2018-12-06 Thread sboikov
IGNITE-9023 LinkageError or ClassNotFoundException should not be swollen by GridDeploymentCommunication during processing deployment request - Fixes #5472. Signed-off-by: Dmitriy Govorukhin Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/a

[26/50] [abbrv] ignite git commit: IGNITE-5968 mute tests

2018-12-06 Thread sboikov
IGNITE-5968 mute tests Signed-off-by: Dmitriy Govorukhin Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/46ff2683 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/46ff2683 Diff: http://git-wip-us.apache.org/repos/a

[12/50] [abbrv] ignite git commit: IGNITE-10272: [ML] Inject learning environment into scope of dataset compute task

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/ff6b8eed/modules/ml/src/test/java/org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeapTest.java -- diff --git a/modules/ml/src/test/java/org/apache/ignite/ml/math/isolve/lsqr/LSQROnHe

[35/50] [abbrv] ignite git commit: IGNITE-10049: MVCC: Create "Cache 4" test suite for MVCC mode. This closes #5499.

2018-12-06 Thread sboikov
IGNITE-10049: MVCC: Create "Cache 4" test suite for MVCC mode. This closes #5499. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/cf32fc7b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/cf32fc7b Diff: http://git-w

[29/50] [abbrv] ignite git commit: IGNITE-10380: Drop Multi-label Classification for Logistic Regression and SVM

2018-12-06 Thread sboikov
IGNITE-10380: Drop Multi-label Classification for Logistic Regression and SVM This closes #5559 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/098caf44 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/098caf44 Diff

[20/50] [abbrv] ignite git commit: IGNITE-8227 implement JUnit test failure handler for TeamCity. - Fixes #4974.

2018-12-06 Thread sboikov
IGNITE-8227 implement JUnit test failure handler for TeamCity. - Fixes #4974. Signed-off-by: Dmitriy Pavlov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b94a3c2f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/

[34/50] [abbrv] ignite git commit: IGNITE-10049: MVCC: Create "Cache 4" test suite for MVCC mode. This closes #5499.

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/cf32fc7b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CashEventWithTxLabelTest.java -- diff --git a/modules/core/src/test/java/org/apache/ignite/internal

[49/50] [abbrv] ignite git commit: IGNITE-10242 Pause ongoing rebalance on cache group stopping

2018-12-06 Thread sboikov
IGNITE-10242 Pause ongoing rebalance on cache group stopping Signed-off-by: Pavel Kovalenko Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/025a0360 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/025a0360 Diff: h

[44/50] [abbrv] ignite git commit: IGNITE-10356: JDBC: fixed metadata returned for Date and Decimal types. This closes #5454.

2018-12-06 Thread sboikov
IGNITE-10356: JDBC: fixed metadata returned for Date and Decimal types. This closes #5454. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d045b842 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d045b842 Diff: htt

[ignite-teamcity-bot] branch ignite-10562 updated: IGNITE-10562 Change logic of build diverged handling: TC Bot DB contains invalid values for build references ID maps to value with other ID.

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch ignite-10562 in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/ignite-10562 by this push: new 68c0b05 IGNITE-10562

[30/50] [abbrv] ignite git commit: IGNITE-8227 implement JUnit test failure handler for TeamCity. Unused import fix.

2018-12-06 Thread sboikov
IGNITE-8227 implement JUnit test failure handler for TeamCity. Unused import fix. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/929fbb5e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/929fbb5e Diff: http://git-w

[46/50] [abbrv] ignite git commit: IGNITE-10355 Tx rollback failure on put operations with caches whose topology fails validation - Fixes #5453.

2018-12-06 Thread sboikov
IGNITE-10355 Tx rollback failure on put operations with caches whose topology fails validation - Fixes #5453. Signed-off-by: Ivan Rakov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bf75ef22 Tree: http://git-wip-us.apac

[32/50] [abbrv] ignite git commit: IGNITE-10049: MVCC: Create "Cache 4" test suite for MVCC mode. This closes #5499.

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/cf32fc7b/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite4.java -- diff --git a/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTest

[27/50] [abbrv] ignite git commit: IGNITE-10380: Drop Multi-label Classification for Logistic Regression and SVM

2018-12-06 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/098caf44/modules/ml/src/test/java/org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainerTest.java -- diff --git a/modules/ml/src/test/java/org/apache/ignite/ml/reg

[38/50] [abbrv] ignite git commit: IGNITE-10509 reordered setting of timeout flag and transaction state - Fixes #5555.

2018-12-06 Thread sboikov
IGNITE-10509 reordered setting of timeout flag and transaction state - Fixes #. Signed-off-by: Dmitriy Govorukhin Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5fa79c6a Tree: http://git-wip-us.apache.org/repos/asf/i

[37/50] [abbrv] ignite git commit: IGNITE-10368: MVCC: Create "Cache 9" test suite for MVCC mode. This closes #5556.

2018-12-06 Thread sboikov
IGNITE-10368: MVCC: Create "Cache 9" test suite for MVCC mode. This closes #5556. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bc895ac6 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/bc895ac6 Diff: http://git-w

[36/50] [abbrv] ignite git commit: IGNITE-10410: MVCC: Create "Cache 7" test suite for MVCC mode. This closes #5549.

2018-12-06 Thread sboikov
IGNITE-10410: MVCC: Create "Cache 7" test suite for MVCC mode. This closes #5549. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9edd7861 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9edd7861 Diff: http://git-w

[ignite-teamcity-bot] branch ignite-10562 updated: IGNITE-10562 Change logic of build diverged handling: TC Bot DB contains invalid values for build references ID maps to value with other ID.

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch ignite-10562 in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/ignite-10562 by this push: new 70c6153 IGNITE-10562

[ignite-teamcity-bot] branch master updated: IGNITE-10519 JavaDocs added - Fixes #93.

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/master by this push: new 47b591d IGNITE-10519 JavaDocs add

[ignite-teamcity-bot] branch master updated: IGNITE-10562 Change logic of build diverged handling: TC Bot DB contains invalid values for build references ID maps to value with other ID.

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/master by this push: new f01a2b6 IGNITE-10562 Change logic

svn commit: r1848360 - in /ignite/site/trunk: features.html features/datagrid.html features/multilanguage.html features/sql.html features/transactions.html

2018-12-06 Thread dmagda
Author: dmagda Date: Thu Dec 6 20:15:15 2018 New Revision: 1848360 URL: http://svn.apache.org/viewvc?rev=1848360&view=rev Log: released new versions Modified: ignite/site/trunk/features.html ignite/site/trunk/features/datagrid.html ignite/site/trunk/features/multilanguage.html ig

[ignite-teamcity-bot] branch master updated: Refactoring to separate build ref sync and TC ignited code

2018-12-06 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/master by this push: new b6036d6 Refactoring to separate b

svn commit: r1848368 - in /ignite/site/trunk: download.html features.html includes/header.html

2018-12-06 Thread dmagda
Author: dmagda Date: Thu Dec 6 22:30:53 2018 New Revision: 1848368 URL: http://svn.apache.org/viewvc?rev=1848368&view=rev Log: added TF integration to the menu Modified: ignite/site/trunk/download.html ignite/site/trunk/features.html ignite/site/trunk/includes/header.html Modified:

ignite git commit: IGNITE-10552 Web Agent: Improve logging when cluster topology changed.

2018-12-06 Thread akuznetsov
Repository: ignite Updated Branches: refs/heads/master 025a0360c -> 4884dec6c IGNITE-10552 Web Agent: Improve logging when cluster topology changed. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4884dec6 Tree: http://g

ignite git commit: IGNITE-10453 Web Console: Added new property "Disk compression" to "Configuration" screen.

2018-12-06 Thread akuznetsov
Repository: ignite Updated Branches: refs/heads/master 4884dec6c -> f965bf5c7 IGNITE-10453 Web Console: Added new property "Disk compression" to "Configuration" screen. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f9