ignite git commit: IGNITE-9565 Web Console: Fixed ttl handling in charts-streaming.

2018-09-20 Thread akuznetsov
Repository: ignite Updated Branches: refs/heads/master 375ccb629 -> 03fa76bcd IGNITE-9565 Web Console: Fixed ttl handling in charts-streaming. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/03fa76bc Tree:

[ignite-teamcity-bot] branch master updated: Server module prepared, standalone start ok

2018-09-20 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 3027d04 Server module prepared,

[ignite-teamcity-bot] branch master updated: Server module more skeletons were added

2018-09-20 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 5d8ddb0 Server module more

ignite git commit: IGNITE-9597 'size() == 0' replaced with 'isEmpty()' according inspections profile - Fixes #4758.

2018-09-20 Thread dpavlov
Repository: ignite Updated Branches: refs/heads/master 24cf2de79 -> 375ccb629 IGNITE-9597 'size() == 0' replaced with 'isEmpty()' according inspections profile - Fixes #4758. Signed-off-by: Dmitriy Pavlov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

[ignite-teamcity-bot] branch master updated: Bug fixes after incremental build upload done

2018-09-20 Thread dpavlov
lper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java index 1a08ce6..2e4879d 100644 --- a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java +++ b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java @@ -22,7 +22,7 @@

[ignite-teamcity-bot] branch master updated: Server module skeleton was added

2018-09-20 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 ad023d6 Server module skeleton

ignite git commit: IGNITE-9341 Notify metastorage listeners right before start of discovery processor - Fixes #4648.

2018-09-20 Thread irakov
Repository: ignite Updated Branches: refs/heads/master 9a0ff1f3b -> 24cf2de79 IGNITE-9341 Notify metastorage listeners right before start of discovery processor - Fixes #4648. Signed-off-by: Ivan Rakov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

ignite git commit: IGNITE-9162: SQL: fixed class-cast exception in partition pruning when SELECT contains subquery. This closes #4779.

2018-09-20 Thread vozerov
Repository: ignite Updated Branches: refs/heads/master 1925524e2 -> 9a0ff1f3b IGNITE-9162: SQL: fixed class-cast exception in partition pruning when SELECT contains subquery. This closes #4779. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

[2/2] ignite git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite

2018-09-20 Thread dpavlov
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1925524e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1925524e Diff:

[1/2] ignite git commit: IGNITE-9646: Added jackson dependencies back to ignite-aws. - Fixes #4793.

2018-09-20 Thread dpavlov
Repository: ignite Updated Branches: refs/heads/master dc6023d99 -> 1925524e2 IGNITE-9646: Added jackson dependencies back to ignite-aws. - Fixes #4793. Signed-off-by: Dmitriy Pavlov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

ignite git commit: IGNITE-8545: SQL: added cache query parallelism validation. This closes #4702.

2018-09-20 Thread vozerov
Repository: ignite Updated Branches: refs/heads/master dc38a2562 -> dc6023d99 IGNITE-8545: SQL: added cache query parallelism validation. This closes #4702. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/dc6023d9 Tree:

ignite git commit: IGNITE-4750: SQL: support for GROUP_CONCAT function. This closes #3185.

2018-09-20 Thread vozerov
Repository: ignite Updated Branches: refs/heads/master bc41ab03f -> dc38a2562 IGNITE-4750: SQL: support for GROUP_CONCAT function. This closes #3185. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/dc38a256 Tree:

ignite git commit: IGNITE-8552: SQL: mapped DATE data type to java.util.Date in DDL processor. This allows to use DATE type as PK from DDL as well as significantly improves performance of DATE column

2018-09-20 Thread vozerov
Repository: ignite Updated Branches: refs/heads/master a6e97d146 -> bc41ab03f IGNITE-8552: SQL: mapped DATE data type to java.util.Date in DDL processor. This allows to use DATE type as PK from DDL as well as significantly improves performance of DATE column processing if parent table was

ignite git commit: IGNITE-9519: SQL: Allow complex object inline into indexes. This closes #4724.

2018-09-20 Thread vozerov
Repository: ignite Updated Branches: refs/heads/master 04f074023 -> a6e97d146 IGNITE-9519: SQL: Allow complex object inline into indexes. This closes #4724. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a6e97d14 Tree:

ignite git commit: IGNITE-8930: Cursors are closed properly by ODBC now

2018-09-20 Thread isapego
Repository: ignite Updated Branches: refs/heads/master e5258b871 -> 04f074023 IGNITE-8930: Cursors are closed properly by ODBC now This closes #4407 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/04f07402 Tree:

[ignite] Git Push Summary

2018-09-20 Thread nizhikov
Repository: ignite Updated Tags: refs/tags/2.7.0-rc0 [created] ca035c85e

[ignite] Git Push Summary

2018-09-20 Thread nizhikov
Repository: ignite Updated Tags: refs/tags/2.7.0-rc0 [deleted] a6a8cba7e

[ignite-teamcity-bot] branch master updated: Incremental build upload from TC implemented - Fixes #15.

2018-09-20 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 1604b22 Incremental build upload

[ignite-teamcity-bot] branch incremental-build-upload updated: Incremental build upload from TC implemented

2018-09-20 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch incremental-build-upload in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/incremental-build-upload by this push:

ignite git commit: IGNITE-9030 Apache Ignite 2.7 Linux packages version update - Fixes #4439.

2018-09-20 Thread nizhikov
Repository: ignite Updated Branches: refs/heads/master dd290c972 -> e5258b871 IGNITE-9030 Apache Ignite 2.7 Linux packages version update - Fixes #4439. Signed-off-by: Nikolay Izhikov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

ignite-release git commit: Obsolete tag removal commented. Not a productions case.

2018-09-20 Thread av
Repository: ignite-release Updated Branches: refs/heads/master b4e1f5ab0 -> 49787dec4 Obsolete tag removal commented. Not a productions case. Project: http://git-wip-us.apache.org/repos/asf/ignite-release/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite-release/commit/49787dec

[ignite-teamcity-bot] branch incremental-build-upload updated: Parallelism fixed for recent build resolve; Timing of get requests fixed.

2018-09-20 Thread dpavlov
This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch incremental-build-upload in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git The following commit(s) were added to refs/heads/incremental-build-upload by this push:

[ignite] Git Push Summary

2018-09-20 Thread nizhikov
Repository: ignite Updated Tags: refs/tags/2.7.0-rc0 [created] a6a8cba7e

[ignite] Git Push Summary

2018-09-20 Thread nizhikov
Repository: ignite Updated Tags: refs/tags/2.7.0-rc0 [created] b2119988f

[ignite] Git Push Summary

2018-09-20 Thread nizhikov
Repository: ignite Updated Tags: refs/tags/2.7.0-rc0 [deleted] b2119988f

[ignite] Git Push Summary

2018-09-20 Thread nizhikov
Repository: ignite Updated Tags: refs/tags/2.7.0-rc0 [deleted] d04d75ea6

[ignite] Git Push Summary

2018-09-20 Thread nizhikov
Repository: ignite Updated Tags: refs/tags/2.7.0-rc0 [created] d04d75ea6

[41/50] [abbrv] ignite git commit: IGNITE-9631 Added test worker interruption to prevent ZK suite timeout - Fixes #4782.

2018-09-20 Thread av
IGNITE-9631 Added test worker interruption to prevent ZK suite timeout - Fixes #4782. 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/85a951da Tree:

[23/50] [abbrv] ignite git commit: IGNITE-9384 Fixed PCPC problem for transactions.

2018-09-20 Thread av
IGNITE-9384 Fixed PCPC problem for transactions. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5818b198 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5818b198 Diff:

[19/50] [abbrv] ignite git commit: IGNITE-9594 Fixed regression in release build for ignite-zookeeper module introduced by IGNITE-9073. Apache Curator requies Jackson 1.x at runtime.

2018-09-20 Thread av
IGNITE-9594 Fixed regression in release build for ignite-zookeeper module introduced by IGNITE-9073. Apache Curator requies Jackson 1.x at runtime. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/838c41a7 Tree:

[11/50] [abbrv] ignite git commit: IGNITE-9212 Uncomment or explain various commented out tests. - Fixes #4700.

2018-09-20 Thread av
IGNITE-9212 Uncomment or explain various commented out tests. - Fixes #4700. 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/02792e5e Tree:

[42/50] [abbrv] ignite git commit: Minor, fixed typo in javadoc

2018-09-20 Thread av
Minor, fixed typo in javadoc Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/47715e0f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/47715e0f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/47715e0f

[17/50] [abbrv] ignite git commit: IGNITE-9249 Use async listener notification to avoid excessive thread stack usage with async operations - Fixes #4625.

2018-09-20 Thread av
IGNITE-9249 Use async listener notification to avoid excessive thread stack usage with async operations - Fixes #4625. 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/ad2f58ec Tree:

[22/50] [abbrv] ignite git commit: IGNITE-8568 Web Console: Fixed version ranges check for "Collocated" query mode on "Queries" screen.

2018-09-20 Thread av
IGNITE-8568 Web Console: Fixed version ranges check for "Collocated" query mode on "Queries" screen. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/935e7127 Tree:

[39/50] [abbrv] ignite git commit: IGNITE-9585 Error message sometimes refers nonexisting log file when remote node fails to start - Fixes #4753.

2018-09-20 Thread av
IGNITE-9585 Error message sometimes refers nonexisting log file when remote node fails to start - Fixes #4753. 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/94e8dc4d Tree:

[49/50] [abbrv] ignite git commit: IGNITE-7251 Remove term "fabric" from Ignite deliverables

2018-09-20 Thread av
http://git-wip-us.apache.org/repos/asf/ignite/blob/5b2d5c56/modules/mesos/pom.xml -- diff --cc modules/mesos/pom.xml index d3d50ab,a5c711a..1841650 --- a/modules/mesos/pom.xml +++ b/modules/mesos/pom.xml @@@ -35,9 -35,10 +35,10

[40/50] [abbrv] ignite git commit: IGNITE-9330 Fixed multiple cache metrics tests - Fixes #4738.

2018-09-20 Thread av
IGNITE-9330 Fixed multiple cache metrics tests - Fixes #4738. 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/9ece644a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9ece644a

[34/50] [abbrv] ignite git commit: IGNITE-9511 Web Console: Fixed issues with modals.

2018-09-20 Thread av
IGNITE-9511 Web Console: Fixed issues with modals. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5fcd17e7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5fcd17e7 Diff:

[14/50] [abbrv] ignite git commit: IGNITE-9593: IgniteOptimization bugs with union, null fixes. - Fixes #4757.

2018-09-20 Thread av
IGNITE-9593: IgniteOptimization bugs with union, null fixes. - Fixes #4757. Signed-off-by: Nikolay Izhikov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/93010800 Tree:

[29/50] [abbrv] ignite git commit: IGNITE-9320: MVCC configuration: added new CacheAtomicityMode.MVCC_SNAPSHOT. This closes #4660.

2018-09-20 Thread av
IGNITE-9320: MVCC configuration: added new CacheAtomicityMode.MVCC_SNAPSHOT. This closes #4660. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2ab94934 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2ab94934

[48/50] [abbrv] ignite git commit: IGNITE-9368 Web Console: Fixed double confirmation for unsaved changes on state change.

2018-09-20 Thread av
IGNITE-9368 Web Console: Fixed double confirmation for unsaved changes on state change. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/dd290c97 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/dd290c97 Diff:

[13/50] [abbrv] ignite git commit: IGNITE-9584 Fixed flaky .NET test

2018-09-20 Thread av
IGNITE-9584 Fixed flaky .NET test Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5e0455e1 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5e0455e1 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/5e0455e1

[24/50] [abbrv] ignite git commit: IGNITE-9565. Web Console: Update chartjs streaming plugin and use TTL feature.

2018-09-20 Thread av
IGNITE-9565. Web Console: Update chartjs streaming plugin and use TTL feature. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/966bf201 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/966bf201 Diff:

[32/50] [abbrv] ignite git commit: IGNITE-9567 Added new metrics for data region and persistence.

2018-09-20 Thread av
IGNITE-9567 Added new metrics for data region and persistence. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/387674e2 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/387674e2 Diff:

[18/50] [abbrv] ignite git commit: IGNITE-7618 Fix synchronously wait for dchange cluster state in validate cache operation - Fixes #4733.

2018-09-20 Thread av
IGNITE-7618 Fix synchronously wait for dchange cluster state in validate cache operation - Fixes #4733. 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/b263dc15 Tree:

[16/50] [abbrv] ignite git commit: IGNITE-9398 Reduce time on CustomDiscoveryMessage processing by discovery message worker. Fixes #4636.

2018-09-20 Thread av
IGNITE-9398 Reduce time on CustomDiscoveryMessage processing by discovery message worker. Fixes #4636. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b13f373c Tree:

[12/50] [abbrv] ignite git commit:  - Fixes #4754.

2018-09-20 Thread av
 - Fixes #4754. 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/fcbd297b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/fcbd297b Diff:

[28/50] [abbrv] ignite git commit: IGNITE-9320: MVCC configuration: added new CacheAtomicityMode.MVCC_SNAPSHOT. This closes #4660.

2018-09-20 Thread av
http://git-wip-us.apache.org/repos/asf/ignite/blob/2ab94934/modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/odbc/OdbcRequestHandler.java -- diff --git

[07/50] [abbrv] ignite git commit: IGNITE-9572 Web console: Fixed build to work in Edge.

2018-09-20 Thread av
IGNITE-9572 Web console: Fixed build to work in Edge. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/caa7bd92 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/caa7bd92 Diff:

[43/50] [abbrv] ignite git commit: IGNITE-9628: Java 9: ML module compilation failure

2018-09-20 Thread av
IGNITE-9628: Java 9: ML module compilation failure this closes #4780 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/feb1abcc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/feb1abcc Diff:

[37/50] [abbrv] ignite git commit: IGNITE-9158: [ML] Pipeline

2018-09-20 Thread av
IGNITE-9158: [ML] Pipeline this closes #4715 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/cd0ead32 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/cd0ead32 Diff:

[04/50] [abbrv] ignite git commit: IGNITE-9451: MVCC: forced test failure until cache API is fixed.

2018-09-20 Thread av
IGNITE-9451: MVCC: forced test failure until cache API is fixed. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3c52f36c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3c52f36c Diff:

[02/50] [abbrv] ignite git commit: IGNITE-9570: MVCC: fixed failures in CacheMvccSelectForUpdateQueryAbstractTest.

2018-09-20 Thread av
IGNITE-9570: MVCC: fixed failures in CacheMvccSelectForUpdateQueryAbstractTest. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c8f60b27 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c8f60b27 Diff:

[33/50] [abbrv] ignite git commit: IGNITE-5553 Ignite PDS 2: IgnitePersistentStoreDataStructuresTest testSet assertion error

2018-09-20 Thread av
IGNITE-5553 Ignite PDS 2: IgnitePersistentStoreDataStructuresTest testSet assertion error Signed-off-by: Anton Vinogradov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1b3742f4 Tree:

[15/50] [abbrv] ignite git commit: IGNITE-9074: Fixed ODBC error message on handshake failure

2018-09-20 Thread av
IGNITE-9074: Fixed ODBC error message on handshake failure This closes #4428 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/fb97066d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/fb97066d Diff:

[25/50] [abbrv] ignite git commit: IGNITE-9567 Added new metrics for data region and persistence.

2018-09-20 Thread av
IGNITE-9567 Added new metrics for data region and persistence. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/93498abc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/93498abc Diff:

[06/50] [abbrv] ignite git commit: IGNITE-9566 Web console: Implemented explain of selected part of SQL query.

2018-09-20 Thread av
IGNITE-9566 Web console: Implemented explain of selected part of SQL query. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f66467cd Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f66467cd Diff:

[50/50] [abbrv] ignite git commit: IGNITE-7251 Remove term "fabric" from Ignite deliverables

2018-09-20 Thread av
IGNITE-7251 Remove term "fabric" from Ignite deliverables Signed-off-by: Anton Vinogradov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5b2d5c56 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5b2d5c56 Diff:

[44/50] [abbrv] ignite git commit: IGNITE-9609 Web Console: AngularJs updated to 1.7.4. Web pack updated to 4.19.1.

2018-09-20 Thread av
IGNITE-9609 Web Console: AngularJs updated to 1.7.4. Web pack updated to 4.19.1. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f1942bba Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f1942bba Diff:

[08/50] [abbrv] ignite git commit: IGNITE-8199 Web console: Improved UI/UX of Confirmation dialog for unsaved changes.

2018-09-20 Thread av
IGNITE-8199 Web console: Improved UI/UX of Confirmation dialog for unsaved changes. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2105290b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2105290b Diff:

[27/50] [abbrv] ignite git commit: IGNITE-9320: MVCC configuration: added new CacheAtomicityMode.MVCC_SNAPSHOT. This closes #4660.

2018-09-20 Thread av
http://git-wip-us.apache.org/repos/asf/ignite/blob/2ab94934/modules/platforms/cpp/odbc-test/config/queries-default.xml -- diff --git a/modules/platforms/cpp/odbc-test/config/queries-default.xml

[21/50] [abbrv] ignite git commit: IGNITE-8568 Web Console: Fixed version ranges check for "Collocated" query mode on "Queries" screen.

2018-09-20 Thread av
IGNITE-8568 Web Console: Fixed version ranges check for "Collocated" query mode on "Queries" screen. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/33b264d2 Tree:

[26/50] [abbrv] ignite git commit: IGNITE-9598 Web Console: Fixed error in NotebookCtrl onDestroy hook.

2018-09-20 Thread av
IGNITE-9598 Web Console: Fixed error in NotebookCtrl onDestroy hook. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f0182516 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f0182516 Diff:

[10/50] [abbrv] ignite git commit: IGNITE-9212 Uncomment or explain various commented out tests. - Fixes #4700.

2018-09-20 Thread av
http://git-wip-us.apache.org/repos/asf/ignite/blob/02792e5e/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/bad-signed-deployfile-ignite.xml -- diff --git

[03/50] [abbrv] ignite git commit: IGNITE-9556 Web Console: Refactored DI from class names to string tokens.

2018-09-20 Thread av
IGNITE-9556 Web Console: Refactored DI from class names to string tokens. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/134174f1 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/134174f1 Diff:

[35/50] [abbrv] ignite git commit: IGNITE-9441 Improved handling of invalid CRC for WALIterator, in the end or in middle of WAL - Fixes #4714.

2018-09-20 Thread av
IGNITE-9441 Improved handling of invalid CRC for WALIterator, in the end or in middle of WAL - Fixes #4714. 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/e153114d Tree:

[38/50] [abbrv] ignite git commit: IGNITE-9022: [ML] Implement class labels mapping for SVM binary classifier

2018-09-20 Thread av
IGNITE-9022: [ML] Implement class labels mapping for SVM binary classifier this closes #4749 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f566bedb Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f566bedb Diff:

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

2018-09-20 Thread av
Repository: ignite Updated Branches: refs/heads/ignite-7251 b42a5c8e1 -> 5b2d5c56a 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/ffe0f710 Tree:

[09/50] [abbrv] ignite git commit: IGNITE-9503 Visor CMD: Fixed output of cache metrics.

2018-09-20 Thread av
IGNITE-9503 Visor CMD: Fixed output of cache metrics. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/52069811 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/52069811 Diff:

[36/50] [abbrv] ignite git commit: IGNITE-9625: [ML] Fix javadoc.

2018-09-20 Thread av
IGNITE-9625: [ML] Fix javadoc. this closes #4778 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7acf4e5b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7acf4e5b Diff:

[31/50] [abbrv] ignite git commit: IGNITE-9487 Introduce IGNITE_REST_GETALL_AS_ARRAY to change getall output format. - Fixes #4756.

2018-09-20 Thread av
IGNITE-9487 Introduce IGNITE_REST_GETALL_AS_ARRAY to change getall output format. - Fixes #4756. Signed-off-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/390c6a8c Tree:

[20/50] [abbrv] ignite git commit: IGNITE-9555 Web Console: Fixed handling of unexpected message via web sockets.

2018-09-20 Thread av
IGNITE-9555 Web Console: Fixed handling of unexpected message via web sockets. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7242e58e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7242e58e Diff:

[05/50] [abbrv] ignite git commit: MVCC: commented out more tests, which fail due to known issues.

2018-09-20 Thread av
MVCC: commented out more tests, which fail due to known issues. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/39379a3a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/39379a3a Diff:

[46/50] [abbrv] ignite git commit: IGNITE-9627 Fixed flaky TcpCommunicationSpiSkipMessageSendTest - Fixes #4790.

2018-09-20 Thread av
IGNITE-9627 Fixed flaky TcpCommunicationSpiSkipMessageSendTest - Fixes #4790. 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/1efec196 Tree:

[47/50] [abbrv] ignite git commit: IGNITE-8855 Throttle frequently reconnect client - Fixes #4739.

2018-09-20 Thread av
IGNITE-8855 Throttle frequently reconnect client - Fixes #4739. 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/58150f8f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/58150f8f

[45/50] [abbrv] ignite git commit: IGNITE-9608 Web Console: Fixed namings and buttons on Demo modal.

2018-09-20 Thread av
IGNITE-9608 Web Console: Fixed namings and buttons on Demo modal. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0efce4bc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0efce4bc Diff:

[30/50] [abbrv] ignite git commit: IGNITE-9465: Node.js client: improved complex object flags processing

2018-09-20 Thread av
IGNITE-9465: Node.js client: improved complex object flags processing This closes #4713 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4b002427 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4b002427 Diff:

[ignite] Git Push Summary

2018-09-20 Thread nizhikov
Repository: ignite Updated Tags: refs/tags/2.7.0-release-test [deleted] 80080616f

[ignite-teamcity-bot] branch master updated: Parallelism fixed for recent build resolve; Timing of get requests fixed.

2018-09-20 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 7355602 Parallelism fixed for

[ignite] Git Push Summary

2018-09-20 Thread nizhikov
Repository: ignite Updated Tags: refs/tags/2.7.0-release-test [created] 80080616f

[ignite] Git Push Summary

2018-09-20 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-gg-14206 [created] dd290c972