incubator-geode git commit: GEODE-2078: Fix manifest classpath

2016-11-12 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop e9c571692 -> 366f0894e GEODE-2078: Fix manifest classpath The manifest classpath for *-dependencies.jar was pulling in dependencies from geode-pulse and geode-web-api. Filter out those projects before collecting the jars.

[2/3] incubator-geode git commit: Fixing test org.apache.geode.codeAnalysis.AnalyzeSerializablesJUnitTest testSerializables

2016-11-12 Thread abaker
Fixing test org.apache.geode.codeAnalysis.AnalyzeSerializablesJUnitTest testSerializables Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/86f47558 Tree:

[1/3] incubator-geode git commit: Adding option partition-resolver in gfsh while creating a region.

2016-11-12 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop 3db9b3097 -> e9c571692 Adding option partition-resolver in gfsh while creating a region. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[3/3] incubator-geode git commit: Addressing Review comments.

2016-11-12 Thread abaker
Addressing Review comments. This closes #278 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e9c57169 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e9c57169 Diff:

incubator-geode git commit: GEODE-1808 Remove broken check for jdk1.7.0_72

2016-11-10 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop 7973d578e -> e7e372368 GEODE-1808 Remove broken check for jdk1.7.0_72 The logic for evaluating jdk versions is incorrect for 3-digit builds. Since we require a jdk1.8 version anyway, remove the check. Project:

incubator-geode git commit: GEODE-2028: Fix license issues from 1.0.0-incubating release

2016-11-01 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop 110a6f5c5 -> 9aa7fa120 GEODE-2028: Fix license issues from 1.0.0-incubating release Remove bootstrap from LICENSE as v3.0.0 that we bundle is Apache licensed. Project:

svn commit: r16753 - in /release/incubator/geode: 1.0.0-incubating.M1/ 1.0.0-incubating.M2/ 1.0.0-incubating.M3/

2016-10-31 Thread abaker
Author: abaker Date: Mon Oct 31 17:56:42 2016 New Revision: 16753 Log: Remove old Geode releases Removed: release/incubator/geode/1.0.0-incubating.M1/ release/incubator/geode/1.0.0-incubating.M2/ release/incubator/geode/1.0.0-incubating.M3/

incubator-geode git commit: Remove old releases

2016-10-31 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/asf-site 463719407 -> 70e83e5b8 Remove old releases Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/70e83e5b Tree:

[2/2] incubator-geode git commit: Update geode dependency for examples to 1.0.0-incubating

2016-10-31 Thread abaker
Update geode dependency for examples to 1.0.0-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bb30357c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/bb30357c Diff:

[1/2] incubator-geode git commit: GEODE-2034: Clean up old releases

2016-10-31 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop 4a402b83f -> bb30357c0 GEODE-2034: Clean up old releases Remove links to 1.0.0-incubating.M* releases. Add link to archived releases. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: Add link to release notes

2016-10-29 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/asf-site 563269331 -> 463719407 Add link to release notes Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/46371940 Tree:

incubator-geode git commit: Add link to release notes

2016-10-29 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop 1412ca0bf -> 4a402b83f Add link to release notes Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4a402b83 Tree:

incubator-geode git commit: Update README with links for Java and Redis, break out external libraries

2016-10-29 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop 1f253c33b -> 1412ca0bf Update README with links for Java and Redis, break out external libraries Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: Only run the uiTest task for the :geode-pulse subproject. Add uiTest to the combined test report. Refactored helper methods out of test.gradle.

2016-10-28 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop d9563051a -> 1f253c33b Only run the uiTest task for the :geode-pulse subproject. Add uiTest to the combined test report. Refactored helper methods out of test.gradle. This closes #261 Project:

incubator-geode git commit: Add a timeout to webdriver so that UITest doesn't hang for hours if it can't load the page.

2016-10-28 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop b3d00edb3 -> d9563051a Add a timeout to webdriver so that UITest doesn't hang for hours if it can't load the page. This closes #274 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-2037: Update documentation links

2016-10-26 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/asf-site 9d2798a98 -> 563269331 GEODE-2037: Update documentation links Fix the website releases page to point to documentation hosted on the geode website. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/2] incubator-geode git commit: [GEODE-2037] Update pulse documentation links

2016-10-26 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop f6b534d02 -> 69a0877ab [GEODE-2037] Update pulse documentation links Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/69a0877a Tree:

incubator-geode git commit: Add more tests to flaky category based on recent CI failures

2016-10-10 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop 46b95d4c5 -> 3626c75f8 Add more tests to flaky category based on recent CI failures Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: Revert "GEODE-1956: fix the race condition that cause the vm only hosts 1 primary bucket"

2016-10-10 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/master c3162e0b9 -> 639c85602 Revert "GEODE-1956: fix the race condition that cause the vm only hosts 1 primary bucket" This reverts commit c3162e0b9d7315c4665ebd05e26515228f9e89de. Project:

[4/4] incubator-geode git commit: Add FlakyTest category to tests with open bugs

2016-10-04 Thread abaker
Add FlakyTest category to tests with open bugs Annotate test methods with FlakyTest category if there is an open bug for that test. This will improve the signal/noise ratio for unit/integration/distributed tests. Flaky tests are still run as part of precheckin and flakyTest targets. Project:

[1/4] incubator-geode git commit: Add FlakyTest category to tests with open bugs

2016-10-04 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop e04519dc3 -> 8929e93bd http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8929e93b/geode-cq/src/test/java/org/apache/geode/management/internal/cli/commands/DurableClientCommandsDUnitTest.java

[3/4] incubator-geode git commit: Add FlakyTest category to tests with open bugs

2016-10-04 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8929e93b/geode-core/src/test/java/org/apache/geode/redis/HashesJUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/redis/HashesJUnitTest.java

incubator-geode git commit: Bump version after creating release/1.0.0-incubating branch

2016-10-01 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop abef04517 -> 56a35e2b6 Bump version after creating release/1.0.0-incubating branch Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: Update version on release branch

2016-10-01 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/release/1.0.0-incubating abef04517 -> d76eee424 Update version on release branch Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d76eee42 Tree:

[1/3] incubator-geode git commit: GEODE-1791: Update LICENSE

2016-09-21 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop 4562e466d -> c4e63ac0d GEODE-1791: Update LICENSE Edit LICENSE files to add jQuery version, MooTools, and sizzle.js. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/3] incubator-geode git commit: GEODE-1791: update mbean src headers

2016-09-21 Thread abaker
GEODE-1791: update mbean src headers Add src header for mbeans-descriptors.dtd and mbeans-descriptors.xml. The dtd is from an ASF project and the xml file is specific for geode--both of these require the standard ASF source header. Project:

incubator-geode git commit: GEODE-1817: Allow signing to be disabled

2016-09-13 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop e76e2814a -> 0705e85cd GEODE-1817: Allow signing to be disabled Allows signing to be disabled by setting nexusSignArchives false. Also splits out the release type and qualifier into separate properties. On behalf of Jens Deppe

incubator-geode git commit: GEODE-1809: Fix NPE in GemFireVersion

2016-09-12 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop e4a09a6a7 -> 71c863b5c GEODE-1809: Fix NPE in GemFireVersion Add a unit test to validate behavior when properties file is not present. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1809: Improve printing

2016-09-02 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop fac42cbc2 -> bb829d3dc GEODE-1809: Improve printing Sort the properties so they look pretty. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1809: Improve error handling

2016-08-31 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop bb44eb6d5 -> 07798ca80 GEODE-1809: Improve error handling Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/07798ca8 Tree:

incubator-geode git commit: GEODE-1809: Refactor GemFireVersion

2016-08-25 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop 98531a16f -> 93985f96f GEODE-1809: Refactor GemFireVersion Clean up dead / broken / unused code and reduce the visible API methods. Store the version info as a Map to allow it to be extended more easily. Move scm info into

svn commit: r14920 - in /dev/incubator/geode: 1.0.0-incubating.M3.RC3/ 1.0.0-incubating.M3.RC6/

2016-08-23 Thread abaker
Author: abaker Date: Tue Aug 23 15:54:06 2016 New Revision: 14920 Log: Remove old geode RC dirs Removed: dev/incubator/geode/1.0.0-incubating.M3.RC3/ dev/incubator/geode/1.0.0-incubating.M3.RC6/

[incubator-geode] Git Push Summary

2016-08-23 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/release/1.0.0-incubating.M3 [deleted] 83f97ceef

[34/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/AttributesFactory.html -- diff --git

[13/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/LeaseExpiredException.html -- diff --git

[24/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/hdfs/HDFSStoreFactory.html -- diff --git

[19/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/package-summary.html -- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/cache/package-summary.html

[25/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/hdfs/HDFSStore.html -- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/cache/hdfs/HDFSStore.html

[23/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/hdfs/package-frame.html -- diff --git

[35/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html -- diff --git

[28/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/client/ClientCacheFactory.html -- diff --git

[36/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/StatisticsFactory.html -- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/StatisticsFactory.html

[22/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/lucene/PageableLuceneQueryResults.html -- diff --git

[30/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/RegionAttributes.html -- diff --git

[37/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/DataSerializer.html -- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/DataSerializer.html

[05/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/constant-values.html -- diff --git a/releases/latest/javadoc/constant-values.html b/releases/latest/javadoc/constant-values.html index

[32/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryOperation.html -- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/cache/EntryOperation.html

[38/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
Update website javadoc for 1.0.0-incubating.M3 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/445e6338 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/445e6338 Diff:

[33/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/CacheTransactionManager.html -- diff --git

[29/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/RegionService.html -- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/cache/RegionService.html

[06/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/security/package-summary.html -- diff --git

[26/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/execute/FunctionService.html -- diff --git

[31/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/Operation.html -- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/cache/Operation.html

[11/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/MemberMXBean.html -- diff --git

[07/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/ra/GFConnection.html -- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/ra/GFConnection.html

[01/38] incubator-geode git commit: Update release page for 1.0.0-incubating.M3

2016-08-22 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/asf-site 68e463f94 -> 445e6338c Update release page for 1.0.0-incubating.M3 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/15111ae1 Tree:

[21/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/operations/OperationContext.OperationCode.html -- diff --git

[09/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/modules/session/catalina/ClientServerSessionCache.html -- diff --git

[27/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/control/package-summary.html -- diff --git

[10/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/cli/Result.Status.html -- diff --git

[03/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/index-all.html -- diff --git a/releases/latest/javadoc/index-all.html b/releases/latest/javadoc/index-all.html index d3924f5..d45cb19

[18/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/query/CqResults.html -- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/cache/query/CqResults.html

[15/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/ConfigurationProperties.html -- diff --git

[04/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/deprecated-list.html -- diff --git a/releases/latest/javadoc/deprecated-list.html b/releases/latest/javadoc/deprecated-list.html index

[16/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/util/RegionMembershipListenerAdapter.html -- diff --git

[20/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/operations/OperationContext.html -- diff --git

[02/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/index.html -- diff --git a/releases/latest/javadoc/index.html b/releases/latest/javadoc/index.html index 75c75d4..87bdb4f 100644 ---

[17/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/cache/server/CacheServer.html -- diff --git

[08/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/modules/util/RegionConfigurationCacheListener.html -- diff --git

[12/38] incubator-geode git commit: Update website javadoc for 1.0.0-incubating.M3

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/DiskStoreMXBean.html -- diff --git

incubator-geode git commit: Update website release page for 1.0.0-incubating.M3

2016-08-22 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop eb3c9bbfd -> efe09a3c3 Update website release page for 1.0.0-incubating.M3 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/efe09a3c

svn commit: r14910 - /release/incubator/geode/KEYS

2016-08-22 Thread abaker
Author: abaker Date: Mon Aug 22 17:49:35 2016 New Revision: 14910 Log: Added Apache Geode (incubating) KEYS Added: release/incubator/geode/KEYS - copied unchanged from r14909, dev/incubator/geode/KEYS

[4/4] incubator-geode git commit: Reset version after merging release branch

2016-08-22 Thread abaker
Reset version after merging release branch Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b39ab891 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b39ab891 Diff:

[2/4] incubator-geode git commit: fixes flakyTest target to allow it to run Rest API tests

2016-08-22 Thread abaker
fixes flakyTest target to allow it to run Rest API tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/83f97cee Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/83f97cee Diff:

[1/4] incubator-geode git commit: GEODE-1696 - Updating release version

2016-08-22 Thread abaker
Repository: incubator-geode Updated Branches: refs/heads/develop a0a1fdc1c -> b39ab8915 GEODE-1696 - Updating release version Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c70efdff Tree:

[3/4] incubator-geode git commit: Merge branch 'release/1.0.0-incubating.M3' into develop

2016-08-22 Thread abaker
Merge branch 'release/1.0.0-incubating.M3' into develop Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bbf01958 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/bbf01958 Diff:

[39/50] [abbrv] incubator-geode git commit: GEODE-17: update selenium-firefox driver to run uiTest

2016-08-22 Thread abaker
GEODE-17: update selenium-firefox driver to run uiTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fe281928 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fe281928 Diff:

[30/50] [abbrv] incubator-geode git commit: GEODE-11:Gfsh command for lucene query

2016-08-22 Thread abaker
GEODE-11:Gfsh command for lucene query Added a gfsh command to execute a basic search operation on the lucene index. Added junit and dunit tests to verify. This closes #213 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[41/50] [abbrv] incubator-geode git commit: javadoc clean-up for commmunications/membership classes

2016-08-22 Thread abaker
javadoc clean-up for commmunications/membership classes Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/40f95887 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/40f95887 Diff:

[18/50] [abbrv] incubator-geode git commit: GEODE-1571: have auth-init accept either a constructor or a static factory method.

2016-08-22 Thread abaker
GEODE-1571: have auth-init accept either a constructor or a static factory method. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d200d708 Tree:

[49/50] [abbrv] incubator-geode git commit: fixes flakyTest target to allow it to run Rest API tests

2016-08-22 Thread abaker
fixes flakyTest target to allow it to run Rest API tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/83f97cee Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/83f97cee Diff:

[48/50] [abbrv] incubator-geode git commit: GEODE-1696 - Updating release version

2016-08-22 Thread abaker
GEODE-1696 - Updating release version Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c70efdff Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c70efdff Diff:

[25/50] [abbrv] incubator-geode git commit: GEODE-11: GFSH command fixes

2016-08-22 Thread abaker
GEODE-11: GFSH command fixes List lucene gfsh command is changed to "list lucene indexes --with-stats" (previously list lucene index --stats) Changed the create index command's result display to a tabular format This closes #211 Project:

[04/50] [abbrv] incubator-geode git commit: GEODE-1571: fix permission needed for remove data command

2016-08-22 Thread abaker
GEODE-1571: fix permission needed for remove data command Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1318a4ae Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1318a4ae Diff:

[17/50] [abbrv] incubator-geode git commit: GEODE-1668: Revert change to not exclude gradle-wrapper.properties

2016-08-22 Thread abaker
GEODE-1668: Revert change to not exclude gradle-wrapper.properties Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/338b434e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/338b434e Diff:

[42/50] [abbrv] incubator-geode git commit: GEODE-1617: Regions can be created with a variety of characters that are unsupported

2016-08-22 Thread abaker
GEODE-1617: Regions can be created with a variety of characters that are unsupported * Test for valid characters when creating non-internal regions * Updated unit tests and added a new isInternalRegion field to InternalRegionAttributes * Fixed issue with HA region. * Found a potential issue

[22/50] [abbrv] incubator-geode git commit: GEODE-1612: Gets a list of random ports at once

2016-08-22 Thread abaker
GEODE-1612: Gets a list of random ports at once * Getting a random port for each locator one by one led to different locators getting assigned the same port number * By getting a list of available ports at one shot reduces the possiblity of locators being assigned the same port

[16/50] [abbrv] incubator-geode git commit: GEODE-1667: update CacheTestCase to JUnit 4 by default

2016-08-22 Thread abaker
GEODE-1667: update CacheTestCase to JUnit 4 by default Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8341267c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8341267c Diff:

[45/50] [abbrv] incubator-geode git commit: Marking test as flaky - see GEODE-1594

2016-08-22 Thread abaker
Marking test as flaky - see GEODE-1594 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/408189c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/408189c5 Diff:

[32/50] [abbrv] incubator-geode git commit: GEODE-1647: add more unit test

2016-08-22 Thread abaker
GEODE-1647: add more unit test Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/50aedb1f Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/50aedb1f Diff:

[24/50] [abbrv] incubator-geode git commit: GEODE-746: When starting a locator using --bind-address, gfsh prints incorrect connect message

2016-08-22 Thread abaker
GEODE-746: When starting a locator using --bind-address, gfsh prints incorrect connect message * This closes #208 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3473229f Tree:

[36/50] [abbrv] incubator-geode git commit: GEODE-1420: fix 100ms delay in stopping tombstone sweeper

2016-08-22 Thread abaker
GEODE-1420: fix 100ms delay in stopping tombstone sweeper Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/54f305be Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/54f305be Diff:

[13/50] [abbrv] incubator-geode git commit: GEODE-1665: Remove bundled jar from source distribution

2016-08-22 Thread abaker
GEODE-1665: Remove bundled jar from source distribution Modified the geode-example to remove the bundled gradle wrapper jar from the source distribution. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[07/50] [abbrv] incubator-geode git commit: GEODE-1654: Fix Javadoc warnings

2016-08-22 Thread abaker
GEODE-1654: Fix Javadoc warnings Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e6c13047 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e6c13047 Diff:

[43/50] [abbrv] incubator-geode git commit: GEODE-1673: fail start if security.json cannot be found

2016-08-22 Thread abaker
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/17ede315/geode-core/src/test/java/com/gemstone/gemfire/management/internal/security/MemberMBeanSecurityJUnitTest.java -- diff --git

[09/50] [abbrv] incubator-geode git commit: This closes #205

2016-08-22 Thread abaker
This closes #205 GEODE-11: Adding stats option to list lucene index gfsh command Added an option to display lucene index stats in the list lucene index command. Added junit and dunit tests to verify the same. GEODE-11: Added describe lucene index gfsh command Added describe lucene index gfsh

[40/50] [abbrv] incubator-geode git commit: GEODE-17: fix javadoc warnings

2016-08-22 Thread abaker
GEODE-17: fix javadoc warnings Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f230349f Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f230349f Diff:

[34/50] [abbrv] incubator-geode git commit: GEODE-1680: Change "list regions" to DATA:READ permissions

2016-08-22 Thread abaker
GEODE-1680: Change "list regions" to DATA:READ permissions Edited the annotations for listRegions in RegionCommands and updated unit tests. * this closes #214 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[14/50] [abbrv] incubator-geode git commit: GEODE-1644: ClassCastException is thrown with in queries against a map index

2016-08-22 Thread abaker
GEODE-1644: ClassCastException is thrown with in queries against a map index Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1744e7b5 Tree:

[08/50] [abbrv] incubator-geode git commit: GEODE-1600: startLocatorAndDS takes 0 as port number parameter

2016-08-22 Thread abaker
GEODE-1600: startLocatorAndDS takes 0 as port number parameter * Use of getAvailableTCP port led to race conditions which led to locators being assigned ports in use. * Use of 0 now assignes a port number to the locator after the server is started. * Code modification to

  1   2   3   4   >