[11/12] ignite git commit: ignite-2008 Call removeExplicitNodeLocks before waiting for partitionReleaseFuture.

2015-12-03 Thread sboikov
ignite-2008 Call removeExplicitNodeLocks before waiting for partitionReleaseFuture. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/baab3d2b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/baab3d2b Diff: http://git

[03/12] ignite git commit: ignite-2042 Added special queue/set key classes to make collocation work with BinaryMarshaller. Also fixed issue with 'invoke' result with binary marshaller.

2015-12-03 Thread sboikov
ignite-2042 Added special queue/set key classes to make collocation work with BinaryMarshaller. Also fixed issue with 'invoke' result with binary marshaller. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/50f6c013 Tree: ht

[08/12] ignite git commit: IGNITE-1270 Implement basic support for OSGi.

2015-12-03 Thread sboikov
IGNITE-1270 Implement basic support for OSGi. * OSGi manifests for most modules. * Apache Karaf features file to facilitate deployment (along with dependencies). * Make Ignite classloading OSGi-friendly and support different strategies. * Several integration tests with Pax Exam. * POM restructurin

[12/12] ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-1.5' into ignite-1537

2015-12-03 Thread sboikov
Merge remote-tracking branch 'remotes/origin/ignite-1.5' into ignite-1537 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/345ee82e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/345ee82e Diff: http://git-wip-us.apa

[02/12] ignite git commit: ignite-2042 Added special queue/set key classes to make collocation work with BinaryMarshaller. Also fixed issue with 'invoke' result with binary marshaller.

2015-12-03 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/50f6c013/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheDataStructuresSelfTestSuite.java -- diff --git a/modules/core/src/test/java/org/apache/ignite/testsuite

[10/12] ignite git commit: Fixed failover tests for binary marshaller

2015-12-03 Thread sboikov
Fixed failover tests for binary marshaller Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/171e9b17 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/171e9b17 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1

[01/12] ignite git commit: IGNITE-2074 Platforms C++ files have 1.5.0-EA version

2015-12-03 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1537 172a90fff -> 345ee82ed IGNITE-2074 Platforms C++ files have 1.5.0-EA version 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/8

[07/12] ignite git commit: IGNITE-1270 Implement basic support for OSGi.

2015-12-03 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/96e08027/modules/osgi/licenses/apache-2.0.txt -- diff --git a/modules/osgi/licenses/apache-2.0.txt b/modules/osgi/licenses/apache-2.0.txt new file mode 100644 index 000..d6456

[06/12] ignite git commit: IGNITE-1270 Implement basic support for OSGi.

2015-12-03 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/96e08027/parent/pom.xml -- diff --git a/parent/pom.xml b/parent/pom.xml index a7ae644..4fd7156 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -35,15 +35,87 @@

[04/12] ignite git commit: Hotfix IGNITE-2079

2015-12-03 Thread sboikov
Hotfix IGNITE-2079 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/dc0131da Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/dc0131da Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/dc0131da Branch: refs/he

[09/12] ignite git commit: IGNITE-1270 Update version number of OSGi modules to 1.5.0-b1-SNAPSHOT. Adjust test that assumed major.minor.micro to take into account qualifier.

2015-12-03 Thread sboikov
IGNITE-1270 Update version number of OSGi modules to 1.5.0-b1-SNAPSHOT. Adjust test that assumed major.minor.micro to take into account qualifier. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4ba911f0 Tree: http://git-wip

[05/12] ignite git commit: Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5

2015-12-03 Thread sboikov
Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5beed16e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5beed16e Diff: http://git-wip-us.apache.org/r

ignite git commit: IGNITE-843 Fixed message from agent in case of connect to secure grid.

2015-12-03 Thread anovikov
Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 fb2f6fc5e -> 95b716bd7 IGNITE-843 Fixed message from agent in case of connect to secure grid. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/95b716bd Tree:

ignite git commit: ignite-2008 Call removeExplicitNodeLocks before waiting for partitionReleaseFuture.

2015-12-03 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1.5 171e9b172 -> baab3d2b6 ignite-2008 Call removeExplicitNodeLocks before waiting for partitionReleaseFuture. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/baab3

ignite git commit: IGNITE-843 Fixed configuration sidebar

2015-12-03 Thread anovikov
Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 d9afa7bda -> fb2f6fc5e IGNITE-843 Fixed configuration sidebar Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/fb2f6fc5 Tree: http://git-wip-us.apache.org/rep

ignite git commit: IGNITE-843 Fixed cookie expire

2015-12-03 Thread anovikov
Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 138384374 -> d9afa7bda IGNITE-843 Fixed cookie expire Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d9afa7bd Tree: http://git-wip-us.apache.org/repos/asf/i

svn commit: r1717868 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 22:56:05 2015 New Revision: 1717868 URL: http://svn.apache.org/viewvc?rev=1717868&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717866 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 22:55:17 2015 New Revision: 1717866 URL: http://svn.apache.org/viewvc?rev=1717866&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717865 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 22:54:23 2015 New Revision: 1717865 URL: http://svn.apache.org/viewvc?rev=1717865&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717863 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 22:53:00 2015 New Revision: 1717863 URL: http://svn.apache.org/viewvc?rev=1717863&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717861 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 22:52:14 2015 New Revision: 1717861 URL: http://svn.apache.org/viewvc?rev=1717861&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717839 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 19:04:52 2015 New Revision: 1717839 URL: http://svn.apache.org/viewvc?rev=1717839&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717838 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 19:04:06 2015 New Revision: 1717838 URL: http://svn.apache.org/viewvc?rev=1717838&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717836 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 19:02:03 2015 New Revision: 1717836 URL: http://svn.apache.org/viewvc?rev=1717836&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717835 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 18:59:53 2015 New Revision: 1717835 URL: http://svn.apache.org/viewvc?rev=1717835&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717834 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 18:59:06 2015 New Revision: 1717834 URL: http://svn.apache.org/viewvc?rev=1717834&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717832 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 18:58:22 2015 New Revision: 1717832 URL: http://svn.apache.org/viewvc?rev=1717832&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

svn commit: r1717831 - /ignite/site/trunk/includes/header.html

2015-12-03 Thread dsetrakyan
Author: dsetrakyan Date: Thu Dec 3 18:57:22 2015 New Revision: 1717831 URL: http://svn.apache.org/viewvc?rev=1717831&view=rev Log: Added Chinese documentation Modified: ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc

ignite git commit: Fixed failover tests for binary marshaller

2015-12-03 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1.5 4ba911f0a -> 171e9b172 Fixed failover tests for binary marshaller Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/171e9b17 Tree: http://git-wip-us.apache.org/rep

ignite git commit: IGNITE-1270 Update version number of OSGi modules to 1.5.0-b1-SNAPSHOT. Adjust test that assumed major.minor.micro to take into account qualifier.

2015-12-03 Thread raulk
Repository: ignite Updated Branches: refs/heads/ignite-1.5 96e080277 -> 4ba911f0a IGNITE-1270 Update version number of OSGi modules to 1.5.0-b1-SNAPSHOT. Adjust test that assumed major.minor.micro to take into account qualifier. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Comm

[2/3] ignite git commit: IGNITE-1270 Implement basic support for OSGi.

2015-12-03 Thread raulk
http://git-wip-us.apache.org/repos/asf/ignite/blob/96e08027/modules/osgi/licenses/apache-2.0.txt -- diff --git a/modules/osgi/licenses/apache-2.0.txt b/modules/osgi/licenses/apache-2.0.txt new file mode 100644 index 000..d6456

[1/3] ignite git commit: IGNITE-1270 Implement basic support for OSGi.

2015-12-03 Thread raulk
Repository: ignite Updated Branches: refs/heads/ignite-1.5 5beed16e3 -> 96e080277 http://git-wip-us.apache.org/repos/asf/ignite/blob/96e08027/parent/pom.xml -- diff --git a/parent/pom.xml b/parent/pom.xml index a7ae644..4fd7156

[3/3] ignite git commit: IGNITE-1270 Implement basic support for OSGi.

2015-12-03 Thread raulk
IGNITE-1270 Implement basic support for OSGi. * OSGi manifests for most modules. * Apache Karaf features file to facilitate deployment (along with dependencies). * Make Ignite classloading OSGi-friendly and support different strategies. * Several integration tests with Pax Exam. * POM restructurin

ignite git commit: IGNITE-1270 Make callback methods protected & add a test for them.

2015-12-03 Thread raulk
Repository: ignite Updated Branches: refs/heads/ignite-1270 4dea7bc48 -> 43d099439 IGNITE-1270 Make callback methods protected & add a test for them. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/43d09943 Tree: http://

[2/2] ignite git commit: Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5

2015-12-03 Thread sboikov
Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5beed16e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5beed16e Diff: http://git-wip-us.apache.org/r

[1/2] ignite git commit: Hotfix IGNITE-2079

2015-12-03 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1.5 50f6c0131 -> 5beed16e3 Hotfix IGNITE-2079 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/dc0131da Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/dc013

[2/2] ignite git commit: ignite-2042 Added special queue/set key classes to make collocation work with BinaryMarshaller. Also fixed issue with 'invoke' result with binary marshaller.

2015-12-03 Thread sboikov
ignite-2042 Added special queue/set key classes to make collocation work with BinaryMarshaller. Also fixed issue with 'invoke' result with binary marshaller. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/50f6c013 Tree: ht

[1/2] ignite git commit: ignite-2042 Added special queue/set key classes to make collocation work with BinaryMarshaller. Also fixed issue with 'invoke' result with binary marshaller.

2015-12-03 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1.5 86ec37e5e -> 50f6c0131 http://git-wip-us.apache.org/repos/asf/ignite/blob/50f6c013/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheDataStructuresSelfTestSuite.java -

ignite git commit: ignite-2042 Added special queue/set key classes to make collocation work with BinaryMarshaller.

2015-12-03 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1537 c2d6c64a0 -> 172a90fff ignite-2042 Added special queue/set key classes to make collocation work with BinaryMarshaller. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite

[20/35] ignite git commit: Test fixed (GridNioSelfTest)

2015-12-03 Thread vozerov
Test fixed (GridNioSelfTest) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b274a5ca Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b274a5ca Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b274a5ca Branc

[01/35] ignite git commit: minor

2015-12-03 Thread vozerov
Repository: ignite Updated Branches: refs/heads/ignite-1626 3143d8f03 -> 4095c36cd minor Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8e605e9f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8e605e9f Diff: ht

[08/35] ignite git commit: 1.5.0-EA-SNAPSHOT

2015-12-03 Thread vozerov
1.5.0-EA-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6260fc1f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6260fc1f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6260fc1f Branch: refs/hea

[27/35] ignite git commit: Adding property to control compact footer flag.

2015-12-03 Thread vozerov
Adding property to control compact footer flag. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bd99d1ea Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/bd99d1ea Diff: http://git-wip-us.apache.org/repos/asf/ignite/d

[02/35] ignite git commit: Fixed GridCacheLocalIsolatedNodesSelfTest and GridCacheLocalFullApiMultithreadedSelfTest.testRemoveAllAsync tests.

2015-12-03 Thread vozerov
Fixed GridCacheLocalIsolatedNodesSelfTest and GridCacheLocalFullApiMultithreadedSelfTest.testRemoveAllAsync tests. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/407bf939 Tree: http://git-wip-us.apache.org/repos/asf/ignite

[19/35] ignite git commit: ignite-1.5 Skip message send on node stop.

2015-12-03 Thread vozerov
ignite-1.5 Skip message send on node stop. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/74f93b65 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/74f93b65 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7

[17/35] ignite git commit: version fix

2015-12-03 Thread vozerov
version fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/74054fb0 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/74054fb0 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/74054fb0 Branch: refs/heads/ign

[10/35] ignite git commit: fixed version

2015-12-03 Thread vozerov
fixed version Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f5e9918f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f5e9918f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f5e9918f Branch: refs/heads/i

[29/35] ignite git commit: Javadoc and muted test.

2015-12-03 Thread vozerov
Javadoc and muted test. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ae40e2de Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ae40e2de Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ae40e2de Branch: re

[13/35] ignite git commit: Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5

2015-12-03 Thread vozerov
Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b64100a3 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b64100a3 Diff: http://git-wip-us.apache.org/r

[28/35] ignite git commit: ignite-2008 Added test reproducing issue.

2015-12-03 Thread vozerov
ignite-2008 Added test reproducing issue. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e7298adc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e7298adc Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e7

[22/35] ignite git commit: CacheFullApi testIgniteCacheIterator unmuted

2015-12-03 Thread vozerov
CacheFullApi testIgniteCacheIterator unmuted Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c3897631 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c3897631 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff

[14/35] ignite git commit: ignite-1.5 Muted test

2015-12-03 Thread vozerov
ignite-1.5 Muted test Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/fb4ef34a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/fb4ef34a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/fb4ef34a Branch: refs

[04/35] ignite git commit: Ignite-1.5 - Fixing tests.

2015-12-03 Thread vozerov
Ignite-1.5 - Fixing tests. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/aee20d9d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/aee20d9d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/aee20d9d Branch:

[24/35] ignite git commit: IGNITE-1695 - Fixed writing polymorphic types.

2015-12-03 Thread vozerov
IGNITE-1695 - Fixed writing polymorphic types. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2564a556 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2564a556 Diff: http://git-wip-us.apache.org/repos/asf/ignite/di

[09/35] ignite git commit: fixed version

2015-12-03 Thread vozerov
fixed version Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ecb3cb44 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ecb3cb44 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ecb3cb44 Branch: refs/heads/i

[15/35] ignite git commit: ignite-1.5 Disabled shmem in test.

2015-12-03 Thread vozerov
ignite-1.5 Disabled shmem in test. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e11e4cb5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e11e4cb5 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e11e4cb5

[03/35] ignite git commit: Fixed GridCacheNearOnlyMultiNodeP2PDisabledFullApiSelfTest.testReaderTtlNoTx test.

2015-12-03 Thread vozerov
Fixed GridCacheNearOnlyMultiNodeP2PDisabledFullApiSelfTest.testReaderTtlNoTx test. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/eed4b1c2 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/eed4b1c2 Diff: http://git-

[30/35] ignite git commit: ignite-2008 Added test reproducing issue.

2015-12-03 Thread vozerov
ignite-2008 Added test reproducing issue. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f7709543 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f7709543 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f7

[16/35] ignite git commit: ignite-1.5 Correction for commit 59f3726.

2015-12-03 Thread vozerov
ignite-1.5 Correction for commit 59f3726. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c850ae47 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c850ae47 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c8

[11/35] ignite git commit: Release notes update

2015-12-03 Thread vozerov
Release notes update Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/98303001 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/98303001 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/98303001 Branch: refs/

[23/35] ignite git commit: IGNITE-1161 Typo.

2015-12-03 Thread vozerov
IGNITE-1161 Typo. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e0c970a5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e0c970a5 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e0c970a5 Branch: refs/hea

[18/35] ignite git commit: ignite-1.5 Skip message send on node stop.

2015-12-03 Thread vozerov
ignite-1.5 Skip message send on node stop. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3e7c532d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3e7c532d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3

[05/35] ignite git commit: minor

2015-12-03 Thread vozerov
minor Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/776af1a5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/776af1a5 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/776af1a5 Branch: refs/heads/ignite-16

[26/35] ignite git commit: minor

2015-12-03 Thread vozerov
minor Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c4d29f98 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c4d29f98 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c4d29f98 Branch: refs/heads/ignite-16

[35/35] ignite git commit: Merge remote-tracking branch 'remotes/upstream/ignite-1.5' into ignite-1626

2015-12-03 Thread vozerov
Merge remote-tracking branch 'remotes/upstream/ignite-1.5' into ignite-1626 Conflicts: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java Project: http://git-wip-us.apache.org/repos/asf/ignite/repo C

[06/35] ignite git commit: Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5_

2015-12-03 Thread vozerov
Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5_ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3d6973b4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3d6973b4 Diff: http://git-wip-us.apache.org/

[25/35] ignite git commit: version fix

2015-12-03 Thread vozerov
version fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3ac1504d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3ac1504d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3ac1504d Branch: refs/heads/ign

[31/35] ignite git commit: Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5

2015-12-03 Thread vozerov
Merge remote-tracking branch 'origin/ignite-1.5' into ignite-1.5 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9b60c75c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9b60c75c Diff: http://git-wip-us.apache.org/r

[34/35] ignite git commit: Merge remote-tracking branch 'remotes/upstream/ignite-1.5' into ignite-1626

2015-12-03 Thread vozerov
Merge remote-tracking branch 'remotes/upstream/ignite-1.5' into ignite-1626 Conflicts: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java Project: http://git-wip-us.apache.org/repos/asf/ignite/repo C

[21/35] ignite git commit: fixed npe

2015-12-03 Thread vozerov
fixed npe Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/022cdafe Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/022cdafe Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/022cdafe Branch: refs/heads/ignit

[33/35] ignite git commit: IGNITE-2074 Platforms C++ files have 1.5.0-EA version

2015-12-03 Thread vozerov
IGNITE-2074 Platforms C++ files have 1.5.0-EA version 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/86ec37e5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/86ec37e5 Diff: http://

[32/35] ignite git commit: ignite-1027 Fixed early rebalance sync future completion.

2015-12-03 Thread vozerov
ignite-1027 Fixed early rebalance sync future completion. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ad9e4db5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ad9e4db5 Diff: http://git-wip-us.apache.org/repos/as

[12/35] ignite git commit: ignite-1.5 Should not wait on preloader sync future for system caches callbacks.

2015-12-03 Thread vozerov
ignite-1.5 Should not wait on preloader sync future for system caches callbacks. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3492deae Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3492deae Diff: http://git-wip

[07/35] ignite git commit: minor

2015-12-03 Thread vozerov
minor Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/fcbc6d0e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/fcbc6d0e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/fcbc6d0e Branch: refs/heads/ignite-16

[22/22] ignite git commit: Include XML documentation in Release mode so it gets included in NuGet

2015-12-03 Thread vozerov
Include XML documentation in Release mode so it gets included in NuGet Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3143d8f0 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3143d8f0 Diff: http://git-wip-us.apache

[01/22] ignite git commit: IGNITE-1626 .Net: Create NuGet package.

2015-12-03 Thread vozerov
Repository: ignite Updated Branches: refs/heads/ignite-1626 [created] 3143d8f03 IGNITE-1626 .Net: Create NuGet package. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f6786765 Tree: http://git-wip-us.apache.org/repos/as

[02/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9df5a1e2 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9df5a1e2 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9df5a1e2 Branch: refs/heads/ignite-1626

[17/22] ignite git commit: wip Jars management

2015-12-03 Thread vozerov
wip Jars management Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c653f660 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c653f660 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c653f660 Branch: refs/h

[13/22] ignite git commit: Move nuget files to project folder

2015-12-03 Thread vozerov
Move nuget files to project folder Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1f410bb5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1f410bb5 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1f410bb5

[16/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3a33d4bf Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3a33d4bf Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3a33d4bf Branch: refs/heads/ignite-1626

[07/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c3bac9ca Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c3bac9ca Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c3bac9ca Branch: refs/heads/ignite-1626

[08/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b7b1fb66 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b7b1fb66 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b7b1fb66 Branch: refs/heads/ignite-1626

[14/22] ignite git commit: Merge remote-tracking branch 'remotes/upstream/ignite-1282' into ignite-1626

2015-12-03 Thread vozerov
Merge remote-tracking branch 'remotes/upstream/ignite-1282' into ignite-1626 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/628465c2 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/628465c2 Diff: http://git-wip-us.

[15/22] ignite git commit: Update icon and description

2015-12-03 Thread vozerov
Update icon and description Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3348f96c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3348f96c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3348f96c Branch

[04/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/fe651ecd Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/fe651ecd Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/fe651ecd Branch: refs/heads/ignite-1626

[11/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7421d89c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7421d89c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7421d89c Branch: refs/heads/ignite-1626

[18/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d8874ad0 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d8874ad0 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d8874ad0 Branch: refs/heads/ignite-1626

[19/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9b202aa8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9b202aa8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9b202aa8 Branch: refs/heads/ignite-1626

[10/22] ignite git commit: Install.ps1 done

2015-12-03 Thread vozerov
Install.ps1 done Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/608f92c8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/608f92c8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/608f92c8 Branch: refs/head

[12/22] ignite git commit: Fix IgniteHome resolution

2015-12-03 Thread vozerov
Fix IgniteHome resolution Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/cdeb2fed Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/cdeb2fed Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/cdeb2fed Branch:

[20/22] ignite git commit: Fix jars and IgniteHome resolver

2015-12-03 Thread vozerov
Fix jars and IgniteHome resolver Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/152e5d0f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/152e5d0f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/152e5d0f B

[06/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5d2a7c5f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5d2a7c5f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/5d2a7c5f Branch: refs/heads/ignite-1626

[21/22] ignite git commit: Merge remote-tracking branch 'remotes/upstream/master' into ignite-1626

2015-12-03 Thread vozerov
Merge remote-tracking branch 'remotes/upstream/master' into ignite-1626 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e5dceada Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e5dceada Diff: http://git-wip-us.apach

[03/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/300124b8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/300124b8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/300124b8 Branch: refs/heads/ignite-1626

[05/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2a13da32 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2a13da32 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2a13da32 Branch: refs/heads/ignite-1626

[09/22] ignite git commit: wip

2015-12-03 Thread vozerov
wip Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/846a9b65 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/846a9b65 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/846a9b65 Branch: refs/heads/ignite-1626

ignite git commit: ignite-2042 Added special queue/set key classes to make collocation work with BinaryMarshaller.

2015-12-03 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1537 72eb89414 -> c2d6c64a0 ignite-2042 Added special queue/set key classes to make collocation work with BinaryMarshaller. 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-2074 Platforms C++ files have 1.5.0-EA version

2015-12-03 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1.5 ad9e4db5b -> 86ec37e5e IGNITE-2074 Platforms C++ files have 1.5.0-EA version 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/86

ignite git commit: ignite-2008 Call removeExplicitNodeLocks before waiting for partitionReleaseFuture.

2015-12-03 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-2008 cf8b3bfe7 -> a33497dd3 ignite-2008 Call removeExplicitNodeLocks before waiting for partitionReleaseFuture. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a334

ignite git commit: review

2015-12-03 Thread yzhdanov
Repository: ignite Updated Branches: refs/heads/ignite-1270 d46071953 -> 4dea7bc48 review Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4dea7bc4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4dea7bc4 Diff: h

  1   2   >