incubator-geode git commit: GEODE-1247: unable to stop server using http connection

2016-11-15 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 58e0026c6 -> bb3db4a6a GEODE-1247: unable to stop server using http connection Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bb3db4a6

incubator-geode git commit: GEODE-1955: properly disconnect gfsh session so that it won't leave heartbeat thread around to pollute other tests

2016-11-15 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 0c9002b20 -> 58e0026c6 GEODE-1955: properly disconnect gfsh session so that it won't leave heartbeat thread around to pollute other tests * fix the test so that it truely tests the jmx ssl Project:

incubator-geode git commit: GEODE-1993: postprocess region/key in developer rest api

2016-11-10 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop e584c4e65 -> bd229d768 GEODE-1993: postprocess region/key in developer rest api * This closes #276 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-2084 - When executing a rest api in a browser, the login page presented in the browser is not setting the username/password correctly

2016-11-10 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop df2f0c964 -> aac49f3f0 GEODE-2084 - When executing a rest api in a browser, the login page presented in the browser is not setting the username/password correctly * Changed RestSecurityConfiguration to not call login(), which

incubator-geode git commit: GEODE-1883: make auth-init optional

2016-11-09 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1883 [created] d54080aa4 GEODE-1883: make auth-init optional * Failed Tests: CQClientAuthDunitTest. testPostProcess ClientCQPostAuthorizationDUnitTest. testAllowCQForAllMultiusers ClientCQPostAuthorizationDUnitTest.

incubator-geode git commit: GEODE-2014: explicitly declare spring-web as a direct dependency rather than a transitive one.

2016-11-09 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop a515ee06d -> 5907e988b GEODE-2014: explicitly declare spring-web as a direct dependency rather than a transitive one. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1570: add a test to verify rest security with SSL.

2016-11-09 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 08bbbe261 -> a515ee06d GEODE-1570: add a test to verify rest security with SSL. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a515ee06

incubator-geode git commit: GEODE-2079: mark the test as flaky

2016-11-07 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 2e1a8c420 -> b4077414e GEODE-2079: mark the test as flaky Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b4077414 Tree:

[2/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/test/java/org/apache/geode/management/internal/cli/GfshParserJUnitTest.java -- diff --git

[6/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/main/java/org/apache/geode/management/internal/cli/GfshParser.java -- diff --git

[5/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/ShellCommands.java -- diff --git

[7/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
GEODE-1912: use Spring shell's parser and delete our own parsing code Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/809d64d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/809d64d7

[3/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/main/java/org/apache/geode/management/internal/cli/parser/preprocessor/PreprocessorUtils.java -- diff --git

[4/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/main/java/org/apache/geode/management/internal/cli/help/utils/HelpUtils.java -- diff --git

[1/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1912 [created] 809d64d71 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/HelpCommandsIntegrationTest.java

incubator-geode git commit: GEODE-1955: fix flaky tests by properly closing the gfsh instance in ConnectToLocatorSSLDUnitTest

2016-11-04 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 80026a7d6 -> 2777aec05 GEODE-1955: fix flaky tests by properly closing the gfsh instance in ConnectToLocatorSSLDUnitTest GEODE-1955: fix flaky tests by properly closing the gfsh instance in ConnectToLocatorSSLDUnitTest

incubator-geode git commit: GEODE-1912: make ServerStarter and LocatorStarter as regular rules so that it's easier to use them in a RuleChain

2016-10-28 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 6ec3f884c -> fa88520b6 GEODE-1912: make ServerStarter and LocatorStarter as regular rules so that it's easier to use them in a RuleChain Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-2030: security support for SDG

2016-10-28 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop c4e3b1553 -> 6ec3f884c GEODE-2030: security support for SDG Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6ec3f884 Tree:

incubator-geode git commit: GEODE-1983: Swagger is broken with integrated security

2016-10-28 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 3ff33be20 -> c4e3b1553 GEODE-1983: Swagger is broken with integrated security * this closes #273 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-17: Fix a logical bug that prevents customers to set both Peer and Client authenticator

2016-10-26 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop f02ea36f2 -> 477806af4 GEODE-17: Fix a logical bug that prevents customers to set both Peer and Client authenticator Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-26 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 1d9a4ed62 -> ee0666a3c GEODE-2014: Upgrade Swagger libraries * Updated gradle exclusions to remove items no longer used. * Updated distribution LICENSE file * Corrected LICENSE file as jquery-ui is still used in pulse, updated

incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-25 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop a48871eda -> 15a54656f GEODE-2014: Upgrade Swagger libraries * Updated expected jars list after swagger update * this closes #270 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-2025: do not use 8080 as the default http-server-port since we defined default in DistributionConfig

2016-10-24 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop bd6f9e6f3 -> b4b6e079d GEODE-2025: do not use 8080 as the default http-server-port since we defined default in DistributionConfig Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-2014: add the missing license header

2016-10-24 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 259ceb77d -> 774298116 GEODE-2014: add the missing license 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/77429811 Tree:

incubator-geode git commit: GEODE-2025: do not use 8080 as the default http-server-port since we defined default in DistributionConfig

2016-10-24 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 892d6d33f -> 259ceb77d GEODE-2025: do not use 8080 as the default http-server-port since we defined default in DistributionConfig Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[8/9] incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-24 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/892d6d33/geode-web-api/src/main/webapp/docs/css/screen.css -- diff --git a/geode-web-api/src/main/webapp/docs/css/screen.css

[9/9] incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-24 Thread jinmeiliao
GEODE-2014: Upgrade Swagger libraries * this closes #265 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/892d6d33 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/892d6d33 Diff:

[6/9] incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-24 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/892d6d33/geode-web-api/src/main/webapp/docs/lib/jquery-1.8.0.min.js -- diff --git a/geode-web-api/src/main/webapp/docs/lib/jquery-1.8.0.min.js

[2/9] incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-24 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/892d6d33/geode-web-api/src/main/webapp/docs/swagger-ui.js -- diff --git a/geode-web-api/src/main/webapp/docs/swagger-ui.js

[3/9] incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-24 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/892d6d33/geode-web-api/src/main/webapp/docs/lib/shred/content.js -- diff --git a/geode-web-api/src/main/webapp/docs/lib/shred/content.js

[5/9] incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-24 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/892d6d33/geode-web-api/src/main/webapp/docs/lib/jquery.ba-bbq.min.js -- diff --git a/geode-web-api/src/main/webapp/docs/lib/jquery.ba-bbq.min.js

[1/9] incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-24 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 24a72040c -> 892d6d33f http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/892d6d33/geode-web-api/src/main/webapp/docs/swagger-ui.min.js -- diff --git

[7/9] incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-24 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/892d6d33/geode-web-api/src/main/webapp/docs/lib/handlebars-1.0.0.js -- diff --git a/geode-web-api/src/main/webapp/docs/lib/handlebars-1.0.0.js

[4/9] incubator-geode git commit: GEODE-2014: Upgrade Swagger libraries

2016-10-24 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/892d6d33/geode-web-api/src/main/webapp/docs/lib/shred.bundle.js -- diff --git a/geode-web-api/src/main/webapp/docs/lib/shred.bundle.js

incubator-geode git commit: GEODE-2020: for rest api get request, use utf-8 as response encoding.

2016-10-21 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop af55d9292 -> fadd92b05 GEODE-2020: for rest api get request, use utf-8 as response encoding. * add more test assertions. * fix legacy tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1959: prompt for password when starting a server if username is specified

2016-10-20 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 11ef3ebbe -> b2e776859 GEODE-1959: prompt for password when starting a server if username is specified Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1983: Swagger is broken with integrated security

2016-10-19 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop ad43d4472 -> 7511ffac9 GEODE-1983: Swagger is broken with integrated security * This required a simple configuration change. * This closes #263 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-2004: Create/update/delete query through rest api should require DATA:READ instead of DATA:WRITE

2016-10-17 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 5abe957ca -> cf09ac94d GEODE-2004: Create/update/delete query through rest api should require DATA:READ instead of DATA:WRITE * This closes #262 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1993: allow LocatorServerStartupRule to save server's ports as well.

2016-10-17 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 1fb0d0a9d -> 5abe957ca GEODE-1993: allow LocatorServerStartupRule to save server's ports as well. * added more tetss Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/3] incubator-geode git commit: GEODE-1993: refactor tests to use rules rather than abstract classes

2016-10-14 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/de621597/geode-core/src/test/java/org/apache/geode/management/internal/security/GfshShellConnectionRule.java -- diff --git

[1/3] incubator-geode git commit: GEODE-1993: refactor tests to use rules rather than abstract classes

2016-10-14 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop b06599353 -> de6215978 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/de621597/geode-cq/src/test/java/org/apache/geode/security/CQClientAuthDunitTest.java

incubator-geode git commit: GEODE-1466 : Added TemporaryFileRule JUnit rule for tests that need to create files in a particular directory.

2016-10-14 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 8a0803230 -> b06599353 GEODE-1466 : Added TemporaryFileRule JUnit rule for tests that need to create files in a particular directory. * This closes #260 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo

incubator-geode git commit: GEODE-999: remove accidentally checked in file.

2016-10-13 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 313bbab55 -> 582694d3d GEODE-999: remove accidentally checked in file. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/582694d3 Tree:

[4/6] incubator-geode git commit: GEODE-999: Converted from Firefox driver to PhantomJS driver to run UITests in headless mode

2016-10-12 Thread jinmeiliao
GEODE-999: Converted from Firefox driver to PhantomJS driver to run UITests in headless mode * Moved pulse ui tests into their own package. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/dfb87a59 Tree:

[1/6] incubator-geode git commit: GEODE-999: Converted from Firefox driver to PhantomJS driver to run UITests in headless mode

2016-10-12 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop e15657e9d -> a78fa7537 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/dfb87a59/geode-pulse/src/test/java/org/apache/geode/tools/pulse/tests/ui/PulseBaseTest.java

[5/6] incubator-geode git commit: GEODE-1966: Unauthorized users cannot access pulseVersion details

2016-10-12 Thread jinmeiliao
GEODE-1966: Unauthorized users cannot access pulseVersion details Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6054e004 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6054e004 Diff:

[2/6] incubator-geode git commit: GEODE-999: Converted from Firefox driver to PhantomJS driver to run UITests in headless mode

2016-10-12 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/dfb87a59/geode-pulse/src/test/java/org/apache/geode/tools/pulse/tests/ui/PulseAbstractTest.java -- diff --git

[6/6] incubator-geode git commit: GEODE-1532: Fix Pulse Clickjacking vuln.

2016-10-12 Thread jinmeiliao
GEODE-1532: Fix Pulse Clickjacking vuln. * Removed firefox driver dependency * This closes #256 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a78fa753 Tree:

incubator-geode git commit: GEODE-1979: refactor SecurityClusterConfig to remove the flakiness.

2016-10-12 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 584337b32 -> e15657e9d GEODE-1979: refactor SecurityClusterConfig to remove the flakiness. * add more test cases to cover more scenarios Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1986: correctly set the flag indicating if cluster configuration service is running or not on a locator.

2016-10-12 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop f079f3709 -> 584337b32 GEODE-1986: correctly set the flag indicating if cluster configuration service is running or not on a locator. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/2] incubator-geode git commit: GEODE-1570: improve rest security framework

2016-10-11 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 280d2d8f7 -> 29e494803 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/29e49480/geode-web-api/src/main/java/org/apache/geode/rest/internal/web/security/RestSecurityService.java

[2/2] incubator-geode git commit: GEODE-1570: improve rest security framework

2016-10-11 Thread jinmeiliao
GEODE-1570: improve rest security framework * use annotations for authorization * consolidate tests * delete unused 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/29e49480 Tree:

[1/6] incubator-geode git commit: GEODE-1570 - developer REST API should be secured

2016-10-10 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop a0acc3ca6 -> 46b95d4c5 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5ed443d5/geode-web-api/src/main/java/org/apache/geode/rest/internal/web/security/GeodeAuthentication.java

[4/6] incubator-geode git commit: GEODE-1570: upgrade spring libraries

2016-10-10 Thread jinmeiliao
GEODE-1570: upgrade spring libraries * upgrade the spring libraries and related libraries * upgrade version numbers in the NOTICE and LICENSE file * some test refactor Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[6/6] incubator-geode git commit: GEODE-1972: Move Geode Hibernate module to a feature branch

2016-10-10 Thread jinmeiliao
GEODE-1972: Move Geode Hibernate module to a feature 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/46b95d4c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/46b95d4c Diff:

[5/6] incubator-geode git commit: GEODE-1972: Move Geode Hibernate module to a feature branch

2016-10-10 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/46b95d4c/extensions/geode-modules-hibernate/src/main/java/org/apache/geode/modules/hibernate/internal/GemFireEntityRegion.java -- diff --git

[2/6] incubator-geode git commit: GEODE-1570 - developer REST API should be secured

2016-10-10 Thread jinmeiliao
GEODE-1570 - developer REST API should be secured * Merged with develop after org.apache package rename * Moved classes to internal. * this closes #251 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[3/6] incubator-geode git commit: GEODE-1570: make GemFireVersion.properties available in the geode-core test source so that other projects that depends on the geode-core-test can access it.

2016-10-10 Thread jinmeiliao
GEODE-1570: make GemFireVersion.properties available in the geode-core test source so that other projects that depends on the geode-core-test can access it. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1973: add more tests to cover GMSAuthenticator and SimpleSecurityManager

2016-10-10 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 33cdf6886 -> 68aef5b7f GEODE-1973: add more tests to cover GMSAuthenticator and SimpleSecurityManager * adding more tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1973: having GMSAuthenticator work on a locator with no cache.

2016-10-07 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 654b06ed2 -> febc634e8 GEODE-1973: having GMSAuthenticator work on a locator with no cache. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-136: Fix possible NullPointerException in Gfsh's 'list regions' command's GetRegionsFunction.

2016-10-07 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 71f6d677e -> 769d9b3ae GEODE-136: Fix possible NullPointerException in Gfsh's 'list regions' command's GetRegionsFunction. * this closes #253 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1570: upgrade spring libraries

2016-10-07 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/release/1.0.0-incubating 17cc4724b -> 82ae617c1 GEODE-1570: upgrade spring libraries * upgrade the spring libraries and related libraries * upgrade version numbers in the NOTICE and LICENSE file * some test refactor Project:

incubator-geode git commit: GEODE-420: fix Pulse test when not using any SSLConfig

2016-10-05 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/release/1.0.0-incubating 864fc08fa -> 17cc4724b GEODE-420: fix Pulse test when not using any SSLConfig (cherry picked from commit e04519d) Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/3] incubator-geode git commit: GEODE-1570 - developer REST API should be secured

2016-10-04 Thread jinmeiliao
GEODE-1570 - developer REST API should be secured * Merged with develop after org.apache package rename * Moved classes to internal. * this closes #251 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/3] incubator-geode git commit: GEODE-1570 - developer REST API should be secured

2016-10-04 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/release/1.0.0-incubating d76eee424 -> 864fc08fa http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7b21520b/geode-web-api/src/main/java/org/apache/geode/rest/internal/web/security/GeodeAuthentication.java

[3/3] incubator-geode git commit: GEODE-1570: make GemFireVersion.properties available in the geode-core test source so that other projects that depends on the geode-core-test can access it.

2016-10-04 Thread jinmeiliao
GEODE-1570: make GemFireVersion.properties available in the geode-core test source so that other projects that depends on the geode-core-test can access it. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-420: fix Pulse test when not using any SSLConfig

2016-10-03 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 56a35e2b6 -> e04519dc3 GEODE-420: fix Pulse test when not using any SSLConfig Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e04519dc

incubator-geode git commit: GEODE-1548: Specifying --J=-Dgemfire.jmx-manager-hostname-for-clients now automatically sets -Djava.rmi.server.hostname

2016-09-30 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 0a6e1a533 -> db4ad02f0 GEODE-1548: Specifying --J=-Dgemfire.jmx-manager-hostname-for-clients now automatically sets -Djava.rmi.server.hostname * This closes #248 Project:

incubator-geode git commit: GEODE-1769: add the ignored exception to the AbstractSecureServerDUnitTest

2016-09-27 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop ddf4f3dbc -> 1890e60e2 GEODE-1769: add the ignored exception to the AbstractSecureServerDUnitTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1909: add authorization in GMSAuthenticator

2016-09-22 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop cf3fea30f -> d639eefd3 GEODE-1909: add authorization in GMSAuthenticator Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d639eefd Tree:

incubator-geode git commit: Marked test guarenteed to take at least 1 minute as an integration test

2016-09-20 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 16a19e9d3 -> 4562e466d Marked test guarenteed to take at least 1 minute as an integration test * This closes #243 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/2] incubator-geode git commit: GEODE-1648: commits related to security-enabled-components.

2016-09-20 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/GEODE-1648 [created] f77f46d40 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f77f46d4/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt

[2/2] incubator-geode git commit: GEODE-1648: commits related to security-enabled-components.

2016-09-20 Thread jinmeiliao
GEODE-1648: commits related to security-enabled-components. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f77f46d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f77f46d4 Diff:

incubator-geode git commit: GEODE-1899: This closes #240

2016-09-15 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 1e0b12c52 -> fb2a7e355 GEODE-1899: This closes #240 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fb2a7e35 Tree:

incubator-geode git commit: GEODE-1899: Renamed the custom 'clean' task to work with Gradle 3.0+

2016-09-15 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 67ac4de20 -> 1e0b12c52 GEODE-1899: Renamed the custom 'clean' task to work with Gradle 3.0+ Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1648: revert commits related to security-enabled-components.

2016-09-15 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 65f35581b -> 45ecd4cb1 GEODE-1648: revert commits related to security-enabled-components. * revert this if we want to pull this back in. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1883: making AuthInit optional when starting a server/client

2016-09-15 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 9b710ab0a -> 65f35581b GEODE-1883: making AuthInit optional when starting a server/client Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/2] incubator-geode git commit: GEODE-17: consolidate GeodeSecurityUtil and IntegratedSecurityService

2016-09-13 Thread jinmeiliao
GEODE-17: consolidate GeodeSecurityUtil and IntegratedSecurityService Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ee27d73c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ee27d73c

[1/2] incubator-geode git commit: GEODE-17: consolidate GeodeSecurityUtil and IntegratedSecurityService

2016-09-13 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop a325d074f -> ee27d73c4 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ee27d73c/geode-core/src/test/java/com/gemstone/gemfire/management/internal/security/GeodeSecurityUtilCustomRealmJUnitTest.java

incubator-geode git commit: GEODE-17: pass the properties created by authInit to the security manager

2016-09-13 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 72e9cbe4e -> cd8187b13 GEODE-17: pass the properties created by authInit to the security manager Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: Revert "GEODE-1570: upgrade spring libraries and fix tests"

2016-09-08 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop c1216eb18 -> 8fd8d79df Revert "GEODE-1570: upgrade spring libraries and fix tests" This reverts commit 906c211ab1f6bacbd29a6d21d8186bb0787173f9. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1570: upgrade spring libraries and fix tests

2016-09-08 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 916774d36 -> 906c211ab GEODE-1570: upgrade spring libraries and fix tests * updated the spring framework libraries * updated the spring security libraries and related upgrades * fixed the tests and uitests Project:

incubator-geode git commit: GEODE-1834: initilize the socketcreator with the correct ssl settings

2016-09-06 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop bb829d3dc -> a4c38a469 GEODE-1834: initilize the socketcreator with the correct ssl settings Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1715: Add socket-buffer-size and message-time-to-live to server command line.

2016-08-08 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop b974d50f6 -> 01567b2c4 GEODE-1715: Add socket-buffer-size and message-time-to-live to server command line. * this closes #221 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: Geode-1569: require principal to be Serializable so that post process can happen in a remote server

2016-08-08 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 5f8405495 -> 774044eeb Geode-1569: require principal to be Serializable so that post process can happen in a remote server Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1467: Rename servlet URLs from gemfire to geode

2016-08-05 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop c7a0a458f -> fd4df9aac GEODE-1467: Rename servlet URLs from gemfire to geode * Add a second servlet for each. This allows both the old and new URL contexts for a time. * Updated some unit tests to use Parameterized so that

incubator-geode git commit: GEODE-1570: add rest security test harness and rearranged the tests

2016-08-04 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop fa36a0c38 -> 88247e321 GEODE-1570: add rest security test harness and rearranged the tests rearranged the tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

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-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-1617: Regions can be created with a variety of characters that are unsupported

2016-07-25 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 40f95887b -> 7ca571c56 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

incubator-geode git commit: GEODE-17: fix javadoc warnings

2016-07-22 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop fe281928d -> f230349f8 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:

incubator-geode git commit: GEODE-17: update selenium-firefox driver to run uiTest

2016-07-21 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 686db9c07 -> fe281928d 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

incubator-geode git commit: GEODE-1680: Change "list regions" to DATA:READ permissions

2016-07-21 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 50aedb1fc -> 4a9c6ea0b GEODE-1680: Change "list regions" to DATA:READ permissions Edited the annotations for listRegions in RegionCommands and updated unit tests. * this closes #214 Project:

[2/2] incubator-geode git commit: GEODE-1647: Add Integrated Security to Peer Authentication

2016-07-20 Thread jinmeiliao
GEODE-1647: Add Integrated Security to Peer Authentication * This closes #210 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/16b73564 Tree:

[1/2] incubator-geode git commit: GEODE-1647: add more unit test

2016-07-20 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 7c2e21933 -> 50aedb1fc 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:

incubator-geode git commit: GEODE-1571: Allow AuthInit to take either a constructor or a static factory method

2016-07-19 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 701909fd4 -> d37e08e69 GEODE-1571: Allow AuthInit to take either a constructor or a static factory method * Allow AuthInit to take either a constructor or a static factory method * add more javadoc * simplify security check *

incubator-geode git commit: GEODE-746: When starting a locator using --bind-address, gfsh prints incorrect connect message

2016-07-18 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 582423cb5 -> 3473229fc 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:

incubator-geode git commit: GEODE-1571: more revert.

2016-07-18 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop b830c2774 -> 582423cb5 GEODE-1571: more revert. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/582423cb Tree:

[incubator-geode] Git Push Summary

2016-07-18 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1571 [deleted] 6f6b78a21

incubator-geode git commit: GEODE-1571: revert previous two changes

2016-07-18 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 5cbaa7d19 -> f4fdfa915 GEODE-1571: revert previous two changes Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f4fdfa91 Tree:

  1   2   3   4   5   6   7   >