incubator-geode git commit: fixes flakyTest target to allow it to run Rest API tests

2016-08-01 Thread markito
Repository: incubator-geode Updated Branches: refs/heads/release/1.0.0-incubating.M3 c70efdff8 -> 83f97ceef fixes flakyTest target to allow it to run Rest API tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

svn commit: r14609 - /dev/incubator/geode/1.0.0-incubating.M3.RC7/

2016-08-01 Thread markito
Author: markito Date: Tue Aug 2 00:58:29 2016 New Revision: 14609 Log: Releasing Apache Geode 1.0.0-incubating.M3.RC7 distribution Added: dev/incubator/geode/1.0.0-incubating.M3.RC7/ dev/incubator/geode/1.0.0-incubating.M3.RC7/apache-geode-1.0.0-incubating.M3.tar.gz (with props)

incubator-geode git commit: GEODE-1207: Removing FlakyTest tag

2016-08-01 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 0620b059e -> cb9c1e799 GEODE-1207: Removing FlakyTest tag * Fixed in a previous commit for GEODE-1207 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-933: Refactored test code to stabilize it

2016-08-01 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 59e4c447e -> 0620b059e GEODE-933: Refactored test code to stabilize it * Made sure the senders are running before the puts are started. * Correct order of creation of cache, region and senders/receivers.

incubator-geode git commit: fix replace on overflowed entry

2016-08-01 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1718 [created] d492a5831 fix replace on overflowed entry Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d492a583 Tree:

incubator-geode git commit: GEODE-11: Changing test to check if the bug is fixed.

2016-08-01 Thread zhouxj
Repository: incubator-geode Updated Branches: refs/heads/develop 2cab2ee70 -> 59e4c447e GEODE-11: Changing test to check if the bug is fixed. Signed-off-by: Gester Zhou This closes #222 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-11: Fixing creation of replicated region after index creation.

2016-08-01 Thread zhouxj
Repository: incubator-geode Updated Branches: refs/heads/develop b9387fb57 -> 2cab2ee70 GEODE-11: Fixing creation of replicated region after index creation. If a replicated region is created after a lucene index is defined, an error is thrown but the region is created (since this check is

incubator-geode git commit: GEODE-1147: Remove FlakyTest Tag

2016-08-01 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 80ac9956e -> b9387fb57 GEODE-1147: Remove FlakyTest Tag * Refactored the test in correct order of creation of cache, region and sender/receiver. * The WANTestBase.preTearDown was refactored in GEODE-1588

incubator-geode git commit: GEODE-1148: Refactored the test case

2016-08-01 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop d9bec3178 -> 80ac9956e GEODE-1148: Refactored the test case * Fixed the order of creation of cache, region, and receivers/senders * StopAckThread function was fixed as a part of GEODE-1588 *

incubator-geode git commit: GEODE-1643: make sure the security manager works on Gateway communication

2016-08-01 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop f6fb4e36f -> d9bec3178 GEODE-1643: make sure the security manager works on Gateway communication Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-64: Fix source header

2016-08-01 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop 931a4fa3d -> f6fb4e36f GEODE-64: Fix source header Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f6fb4e36 Tree:

[2/2] incubator-geode git commit: GEODE-64: Add Apache License Header to Sonar Gradle Config

2016-08-01 Thread mbretl
GEODE-64: Add Apache License Header to Sonar Gradle Config Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/931a4fa3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/931a4fa3 Diff:

[1/2] incubator-geode git commit: GEODE-64: Add SonarQube Plugin And Initial Configuration

2016-08-01 Thread mbretl
Repository: incubator-geode Updated Branches: refs/heads/develop 237035720 -> 931a4fa3d GEODE-64: Add SonarQube Plugin And Initial Configuration Adding SonarQube plugin with basic configuration and can be integrated with the SonarQube Scanner. Configuration was tested on a local installation

incubator-geode git commit: GEODE-1011: Rearranged the order of creating test elements

2016-08-01 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 983010e4a -> 237035720 GEODE-1011: Rearranged the order of creating test elements * Caches are created first, followed by region and sender/receiver * Removed the pauses, as they are not necessary. Awaitility

incubator-geode git commit: GEODE-1671: It's a test issue. The accessor is a datastore. So it should be pauseSender too.

2016-08-01 Thread zhouxj
Repository: incubator-geode Updated Branches: refs/heads/develop 90e00bf97 -> 983010e4a GEODE-1671: It's a test issue. The accessor is a datastore. So it should be pauseSender too. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-420: add multi-key keystores

2016-08-01 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-420 a5835b7a3 -> 7ecc66389 GEODE-420: add multi-key keystores Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7ecc6638 Tree:

incubator-geode git commit: GEODE-1569: post process for serialized domain objects

2016-08-01 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop c7530d06b -> 90e00bf97 GEODE-1569: post process for serialized domain objects * for client/server retreival, post process the value before it was put into the message * for gfsh commands, post process the value before it was

incubator-geode git commit: GEODE-1666: Update minimumGradleVersion to 2.14

2016-08-01 Thread jensdeppe
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1666-2 32f2fb413 -> f3b80d60d GEODE-1666: Update minimumGradleVersion to 2.14 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: