incubator-geode git commit: GEODE-1469: correctly handle the step arguements in http request

2016-06-02 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop a3a721a18 -> 711fc3518 GEODE-1469: correctly handle the step arguements in http request Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: This closes #150

2016-06-03 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop fb719d0a1 -> 41d9cff33 This closes #150 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/41d9cff3 Tree:

incubator-geode git commit: GEODE-308: Separate hydra from dunit and junit tests in gemfire-core

2016-06-03 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 61ad7e445 -> fb719d0a1 GEODE-308: Separate hydra from dunit and junit tests in gemfire-core Removed hydra classes. Merge branch 'feature/GEODE-308' of https://github.com/kjduling/incubator-geode into pull Project:

incubator-geode git commit: GEODE-745: add include-locator parameter in the command

2016-06-08 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop e4994c7b3 -> 7fb8a39b9 GEODE-745: add include-locator parameter in the command This closes #153 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-744: Incorrect use of APP_FETCH_SIZE in GFSH

2016-06-07 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 103a6bcdf -> ec466fc38 GEODE-744: Incorrect use of APP_FETCH_SIZE in GFSH This closes #151 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-748: Unexpected version string returned from gfsh

2016-05-25 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 6c626b7eb -> 525cd8112 GEODE-748: Unexpected version string returned from gfsh Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/525cd811

incubator-geode git commit: This closes #148

2016-05-26 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 525cd8112 -> cae188cda This closes #148 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cae188cd Tree:

[1/2] incubator-geode git commit: GEODE-17: when connecting to a secure manager, prompt for username and password

2016-05-26 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop f73f25251 -> a2f7c6bd4 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a2f7c6bd/geode-core/src/main/java/com/gemstone/gemfire/management/internal/web/shell/AbstractHttpOperationInvoker.java

[1/2] incubator-geode git commit: Destory and Invalidate

2016-06-21 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1571 6cd2ff956 -> 756d8216e Destory and Invalidate Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b32a510f Tree:

incubator-geode git commit: GEODE-117 - gfsh put ignores --skip-if-exists flag

2016-06-21 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 83c7c6616 -> 91f92a497 GEODE-117 - gfsh put ignores --skip-if-exists flag Fixed test, which erroneously reported that the --skip-if-exists flag is honored. Implemented check for flag within the put operation. This closes #166

incubator-geode git commit: GEODE-1549: Correct "Help" hyperlink in pulse

2016-06-21 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 91f92a497 -> 9ccb4d5bb GEODE-1549: Correct "Help" hyperlink in pulse Corrected the links to point to geode docs instead of gemfire This closes #161 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1575 - Unhandled NoClassDefFound Exception when creating regions

2016-06-21 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 170919bcc -> 087da4e3d GEODE-1575 - Unhandled NoClassDefFound Exception when creating regions Added exception clause for NoClassDefFoundError This closes #170 Project:

[2/9] incubator-geode git commit: GEODE-17: used new security interface for integrated security.

2016-06-20 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f447023e/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/PDXCommands.java -- diff --git

[7/9] incubator-geode git commit: client server

2016-06-20 Thread jinmeiliao
client server client server Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c6e7a3bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c6e7a3bd Diff:

[9/9] incubator-geode git commit: GEODE-1571: adding integrated security to client-server and fix the tests

2016-06-20 Thread jinmeiliao
GEODE-1571: adding integrated security to client-server and fix the 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/6cd2ff95 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6cd2ff95

[4/9] incubator-geode git commit: GEODE-17: used new security interface for integrated security.

2016-06-20 Thread jinmeiliao
GEODE-17: used new security interface for integrated security. * Create new interface for integrated security * separate jmx and cli from client-server security * client-server security using integrated security Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/9] incubator-geode git commit: GEODE-17: used new security interface for integrated security.

2016-06-20 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1571 [created] 6cd2ff956 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f447023e/geode-core/src/test/java/com/gemstone/gemfire/security/SecurityTestUtils.java

[5/9] incubator-geode git commit: client server

2016-06-20 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c6e7a3bd/geode-core/src/test/java/com/gemstone/gemfire/security/IntegratedClientAuthDUnitTest.java -- diff --git

[3/9] incubator-geode git commit: GEODE-17: used new security interface for integrated security.

2016-06-20 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f447023e/geode-core/src/main/java/com/gemstone/gemfire/management/DistributedSystemMXBean.java -- diff --git

[8/9] incubator-geode git commit: client server

2016-06-20 Thread jinmeiliao
client server Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ea9a5854 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ea9a5854 Diff:

[02/50] [abbrv] incubator-geode git commit: Merge branch 'develop' into feature/GEODE-1571

2016-06-27 Thread jinmeiliao
Merge branch 'develop' into feature/GEODE-1571 # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. Project:

[32/50] [abbrv] incubator-geode git commit: GEODE-11: Fixing compilation failure from LuceneQueriesBase

2016-06-27 Thread jinmeiliao
GEODE-11: Fixing compilation failure from LuceneQueriesBase Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/850e143d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/850e143d Diff:

[28/50] [abbrv] incubator-geode git commit: GEODE-11: PageableLuceneQueryResults extends Iterator

2016-06-27 Thread jinmeiliao
GEODE-11: PageableLuceneQueryResults extends Iterator Changing PageableLuceneQueryResults to extend Iterator so that it can be used with utilities that expect an iterator. This closes #169 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[01/50] [abbrv] incubator-geode git commit: GEODE-1557: Not logging BucketNotFoundException

2016-06-27 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1571 756d8216e -> b43d0266d GEODE-1557: Not logging BucketNotFoundException Not logging BucketNotFoundException as an error in LuceneEventLister and added a test shouldIgnoreBucketNotFoundException to verify it This

[37/50] [abbrv] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-27 Thread jinmeiliao
GEODE-1576: Website needs to be upgraded to include WAN and CQ upgrading font-awesome to v4.6.3. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/30928d92 Tree:

[03/50] [abbrv] incubator-geode git commit: GEODE-117 - gfsh put ignores --skip-if-exists flag

2016-06-27 Thread jinmeiliao
GEODE-117 - gfsh put ignores --skip-if-exists flag Fixed test, which erroneously reported that the --skip-if-exists flag is honored. Implemented check for flag within the put operation. This closes #166 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[22/50] [abbrv] incubator-geode git commit: containsKey

2016-06-27 Thread jinmeiliao
containsKey Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/baea1716 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/baea1716 Diff:

[17/50] [abbrv] incubator-geode git commit: Integrated client auth support for RegisterInterest, new dunit and refactoring of old dunit.

2016-06-27 Thread jinmeiliao
Integrated client auth support for RegisterInterest, new dunit and refactoring of old dunit. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/46017f93 Tree:

[40/50] [abbrv] incubator-geode git commit: GEODE-1571: security for removeAll

2016-06-27 Thread jinmeiliao
GEODE-1571: security for removeAll Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e504d978 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e504d978 Diff:

[34/50] [abbrv] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-27 Thread jinmeiliao
GEODE-1576: Website needs to be upgraded to include WAN and CQ fixed icons in the 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/7ad9cc94 Tree:

[44/50] [abbrv] incubator-geode git commit: GEODE-1751: putting security checks in all applicable client-server commands.

2016-06-27 Thread jinmeiliao
GEODE-1751: putting security checks in all applicable client-server commands. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/536c13bd Tree:

[33/50] [abbrv] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-27 Thread jinmeiliao
GEODE-1576: Website needs to be upgraded to include WAN and CQ upgrade nanoc to 4.2.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e987e5d9 Tree:

[31/50] [abbrv] incubator-geode git commit: GEODE-11: Added findResults() to LuceneQuery

2016-06-27 Thread jinmeiliao
GEODE-11: Added findResults() to LuceneQuery Added findResults() to LuceneQuery which returns a list of LuceneResultStruct objects Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2c4e17fb Tree:

[39/50] [abbrv] incubator-geode git commit: GEODE-1571: security for containsKey

2016-06-27 Thread jinmeiliao
GEODE-1571: security for containsKey Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8493cfee Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8493cfee Diff:

[05/50] [abbrv] incubator-geode git commit: GEODE-1572: add a dunit test for client server query for lucene

2016-06-27 Thread jinmeiliao
GEODE-1572: add a dunit test for client server query for lucene Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/de6105f9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/de6105f9 Diff:

[07/50] [abbrv] incubator-geode git commit: GEODE-1575 - Unhandled NoClassDefFound Exception when creating regions

2016-06-27 Thread jinmeiliao
GEODE-1575 - Unhandled NoClassDefFound Exception when creating regions Added exception clause for NoClassDefFoundError This closes #170 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/087da4e3 Tree:

[19/50] [abbrv] incubator-geode git commit: secure unregisterInterest

2016-06-27 Thread jinmeiliao
secure unregisterInterest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2c090322 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2c090322 Diff:

[45/50] [abbrv] incubator-geode git commit: Merge branch 'develop' into feature/GEODE-1571

2016-06-27 Thread jinmeiliao
Merge branch 'develop' into feature/GEODE-1571 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a534931e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a534931e Diff:

[12/50] [abbrv] incubator-geode git commit: GEODE-1571: rearrange test and clean up log messages

2016-06-27 Thread jinmeiliao
GEODE-1571: rearrange test and clean up log messages Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e9d91448 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e9d91448 Diff:

[42/50] [abbrv] incubator-geode git commit: GEODE-1751: putting security checks in all applicable client-server commands.

2016-06-27 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/536c13bd/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/command/GetAll651.java -- diff --git

[04/50] [abbrv] incubator-geode git commit: GEODE-1549: Correct "Help" hyperlink in pulse

2016-06-27 Thread jinmeiliao
GEODE-1549: Correct "Help" hyperlink in pulse Corrected the links to point to geode docs instead of gemfire This closes #161 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/9ccb4d5b Tree:

[46/50] [abbrv] incubator-geode git commit: Created GetEntry Test and removed use of SecurityTestUtils

2016-06-27 Thread jinmeiliao
Created GetEntry Test and removed use of SecurityTestUtils Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/98244ece Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/98244ece Diff:

[48/50] [abbrv] incubator-geode git commit: GEODE-1571: putting security checks in CQ related commands and add tests.

2016-06-27 Thread jinmeiliao
GEODE-1571: putting security checks in CQ related commands and add tests. * redo the security used for functions. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fa66c65c Tree:

[29/50] [abbrv] incubator-geode git commit: GEODE-11: Added findValues() to LuceneQuery

2016-06-27 Thread jinmeiliao
GEODE-11: Added findValues() to LuceneQuery Added findValues() to LuceneQuery and added unit and intergration 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/59d471c0 Tree:

[16/50] [abbrv] incubator-geode git commit: Merge branch 'develop' into feature/GEODE-1571

2016-06-27 Thread jinmeiliao
Merge branch 'develop' into feature/GEODE-1571 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2b32829e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2b32829e Diff:

[24/50] [abbrv] incubator-geode git commit: GEODE-1574: Remove quotes around negative numbers in command option values

2016-06-27 Thread jinmeiliao
GEODE-1574: Remove quotes around negative numbers in command option values * Test for CommandRequest * This closes #172 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f38d6964 Tree:

[08/50] [abbrv] incubator-geode git commit: Clear Region

2016-06-27 Thread jinmeiliao
Clear Region Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/dd1b04b0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/dd1b04b0 Diff:

[13/50] [abbrv] incubator-geode git commit: Merge branch 'develop' into feature/GEODE-1571

2016-06-27 Thread jinmeiliao
Merge branch 'develop' into feature/GEODE-1571 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a4c2dada Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a4c2dada Diff:

[36/50] [abbrv] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-27 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/30928d92/geode-site/website/content/font/fontawesome-webfont-svg.svg -- diff --git a/geode-site/website/content/font/fontawesome-webfont-svg.svg

[15/50] [abbrv] incubator-geode git commit: GEODE-1571: added security for query and destroy region

2016-06-27 Thread jinmeiliao
GEODE-1571: added security for query and destroy region Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7ae6110c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/7ae6110c Diff:

[06/50] [abbrv] incubator-geode git commit: GEODE-1565: add quotes around any value starting with hyphen

2016-06-27 Thread jinmeiliao
GEODE-1565: add quotes around any value starting with hyphen * refactor OptionJFormatter into HyphenFormatter to format all values starting with hypen Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[09/50] [abbrv] incubator-geode git commit: Clear Region - fixed test

2016-06-27 Thread jinmeiliao
Clear Region - fixed 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/2e1b3810 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2e1b3810 Diff:

[20/50] [abbrv] incubator-geode git commit: Add missing return before security checks

2016-06-27 Thread jinmeiliao
Add missing return before security checks Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6dc3e506 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6dc3e506 Diff:

[1/5] incubator-geode git commit: GEODE-913: refactor AbstractDistributionConfig

2016-02-11 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 3adb0b8e1 -> 700599052 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/70059905/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/internal/DistributionConfigImpl.java

[4/5] incubator-geode git commit: GEODE-913: refactor AbstractDistributionConfig

2016-02-11 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/70059905/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/internal/AbstractDistributionConfig.java -- diff --git

[3/5] incubator-geode git commit: GEODE-913: refactor AbstractDistributionConfig

2016-02-11 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/70059905/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/internal/ConfigAttribute.java -- diff --git

[2/5] incubator-geode git commit: GEODE-913: refactor AbstractDistributionConfig

2016-02-11 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/70059905/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/internal/DistributionConfig.java -- diff --git

[5/5] incubator-geode git commit: GEODE-913: refactor AbstractDistributionConfig

2016-02-11 Thread jinmeiliao
GEODE-913: refactor AbstractDistributionConfig * use annotations to annotate the config attributes and its setters/getters/checkers * delete multiple huge if/else statements to use annoations * delete unnecessary checks use annotated checkers. * delete all isXXModifiers to use attribute lists to

[2/2] incubator-geode git commit: This closes #88

2016-02-04 Thread jinmeiliao
This closes #88 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/77f98113 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/77f98113 Diff:

incubator-geode git commit: GEODE-893: CI failure: LauncherLifecycleCommandsJUnitTest.testGetSpringJars

2016-02-02 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 7a77f8056 -> 60caab4d4 GEODE-893: CI failure: LauncherLifecycleCommandsJUnitTest.testGetSpringJars Updated JUNIT to assert appropriate Spring and SDG versions. Project:

incubator-geode git commit: GEODE-930: remove the call of disconnectAllFromDS since it's already in the tear down method.

2016-02-23 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 7815581ee -> 18ad0ad53 GEODE-930: remove the call of disconnectAllFromDS since it's already in the tear down method. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-912: FileUtil would throw a more detailed stack trace if unable to delete a file

2016-02-23 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 9e8543ab2 -> 7815581ee GEODE-912: FileUtil would throw a more detailed stack trace if unable to delete a file Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/2] incubator-geode git commit: This closes #95

2016-02-22 Thread jinmeiliao
This closes #95 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5e4f3729 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5e4f3729 Diff:

[1/2] incubator-geode git commit: GEODE-903 Update Copyright

2016-02-22 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop c741a68f3 -> 5e4f37296 GEODE-903 Update Copyright Changed copyright from 2015 to 2016. [fixes #113861077] Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-303: fix dataBrowser javascript errors using a splitter with free license.

2016-02-17 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop ef9441680 -> 23edf7e13 GEODE-303: fix dataBrowser javascript errors using a splitter with free license. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-511: rebranding pulse

2016-02-17 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 197555616 -> 81417f93a GEODE-511: rebranding pulse Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/81417f93 Tree:

incubator-geode git commit: GEODE-929: Do not use AvailablePort.getRandomAvailablePort in this test to avoid intermittent PortNotAvailable error.

2016-02-19 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 53510e58e -> 53b6319e4 GEODE-929: Do not use AvailablePort.getRandomAvailablePort in this test to avoid intermittent PortNotAvailable error. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-829: pulse gradle uses the dependency versions in the property file

2016-02-19 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 53b6319e4 -> 01c0a2c54 GEODE-829: pulse gradle uses the dependency versions in the property file Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/2] incubator-geode git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-geode into develop

2016-02-16 Thread jinmeiliao
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-geode 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/bef0c1be Tree:

[1/2] incubator-geode git commit: GEODE-954: display HostnameForClient in the member list view

2016-02-16 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 00c69b670 -> bef0c1bec GEODE-954: display HostnameForClient in the member list view * retrieve the hostnameforClient and bindAddress attributes from the mbean * add a column in the member list view to display it. If

[2/2] incubator-geode git commit: This closes #94

2016-02-16 Thread jinmeiliao
This closes #94 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/76275857 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/76275857 Diff:

[1/2] incubator-geode git commit: GEODE-901: Remove invalid source headers

2016-02-16 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 71ba8e999 -> 762758578 GEODE-901: Remove invalid source headers * removed invalid header from ResultsBagJUnitTest and QueryFromClauseCanonicalizationJUnitTest Project:

[2/2] incubator-geode git commit: GEODE-17: refactor ManagementIntercepter and MBeanServerWrapper

2016-03-09 Thread jinmeiliao
GEODE-17: refactor ManagementIntercepter and MBeanServerWrapper Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/38de9600 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/38de9600 Diff:

[1/2] incubator-geode git commit: GEODE-17: refactor ManagementIntercepter and MBeanServerWrapper

2016-03-09 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 9801683b2 -> 38de96006 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/38de9600/geode-core/src/test/java/com/gemstone/gemfire/management/internal/security/AuthorizeOperationForMBeansIntegrationTest.java

incubator-geode git commit: GEODE-17: add more tests

2016-03-09 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 8ab9c82c7 -> 9801683b2 GEODE-17: add more 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/9801683b Tree:

[incubator-geode] Git Push Summary

2016-03-10 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-3 [deleted] c7680e2b7

incubator-geode git commit: GEODE-17: make ResourceOperation a class level annoation as well

2016-03-10 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 575660a01 -> 57282de8e GEODE-17: make ResourceOperation a class level annoation as well Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-17: added AccessControlMBean test

2016-03-14 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 a646879a6 -> c55aa9501 GEODE-17: added AccessControlMBean test * added AccessControlMBean test * Authenticated users can create beans that are not in the GemFire domain * Any authenticated user can call "authorize"

incubator-geode git commit: GEODE-17: All JMX Bean access needs JMX:GET permission

2016-03-18 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 ce4dd4ef7 -> 2f709ffea GEODE-17: All JMX Bean access needs JMX:GET permission * added the ResourceOperation annotation to all JMXBean classes * fix the tests Project:

incubator-geode git commit: GEODE-17: Initial CLIOperationContext tests

2016-03-14 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 c55aa9501 -> 5669aefdd GEODE-17: Initial CLIOperationContext 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/5669aefd

incubator-geode git commit: GEODE-17: added DataCommandSecurityTest

2016-03-15 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 ea8beec02 -> 374e20cef GEODE-17: added DataCommandSecurityTest * added the test * added the command in the CliOperationContext Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-17: refactor JSONAuthorization, MBeanServerConnectionRule and added some tests

2016-03-09 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 dc7d73e71 -> 8ab9c82c7 GEODE-17: refactor JSONAuthorization, MBeanServerConnectionRule and added some tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-17: clean up MXBeanCreationRule

2016-03-08 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 3e2ae3330 -> dc7d73e71 GEODE-17: clean up MXBeanCreationRule Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/dc7d73e7 Tree:

[1/2] incubator-geode git commit: GEODE-17: refactor ManagementIntercepter and MBeanServerWrapper

2016-03-08 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-3 [created] c7680e2b7 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c7680e2b/geode-core/src/test/java/com/gemstone/gemfire/management/internal/security/AuthorizeOperationForMBeansIntegrationTest.java

incubator-geode git commit: GEODE-17: fix EnvironmentVariablesHandlerInterceptorJUnitTest

2016-03-19 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 d73606c8e -> c979b3aaf GEODE-17: fix EnvironmentVariablesHandlerInterceptorJUnitTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-17: fix pulse authorization

2016-04-07 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 d0c4a991a -> 66c45f97c GEODE-17: fix pulse authorization Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/66c45f97 Tree:

[3/3] incubator-geode git commit: GEODE-17: use the new resource and operation code

2016-04-07 Thread jinmeiliao
GEODE-17: use the new resource and operation 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/d0c4a991 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/d0c4a991 Diff:

[1/3] incubator-geode git commit: GEODE-17: use the new resource and operation code

2016-04-07 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 7dd0094d3 -> d0c4a991a http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/d0c4a991/geode-core/src/test/java/com/gemstone/gemfire/management/internal/security/JSONAuthorizationDetailsIntegrationTest.java

[2/3] incubator-geode git commit: GEODE-17: use the new resource and operation code

2016-04-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/d0c4a991/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/MiscellaneousCommands.java -- diff --git

[05/24] incubator-geode git commit: GEODE-914: Removed unnecessary declarations from NOTICE

2016-04-11 Thread jinmeiliao
GEODE-914: Removed unnecessary declarations from NOTICE Removed spring-petclinic, Apache MyFaces, and fastutil from NOTICE. None of these project contain a NOTICE with content that needs to be propagated. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[16/24] incubator-geode git commit: GEODE-386: Change xsd namespace to apache

2016-04-11 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c1cf90eb/geode-core/src/test/java/com/gemstone/gemfire/cache30/CacheXmlGeode10DUnitTest.java -- diff --git

[08/24] incubator-geode git commit: GEODE-904 Adds notice to end of CDDL, changes CDDL name and link

2016-04-11 Thread jinmeiliao
GEODE-904 Adds notice to end of CDDL, changes CDDL name and link These dependencies are under a “CDDL 1.0.1,” which adds a notice to the end. I’ve included that here. I also removed the redundant “License” from “CDDL License” and changed the license link to point to a version with

[20/24] incubator-geode git commit: GEODE-1062: New method to modify wait time for validateRegionSize

2016-04-11 Thread jinmeiliao
GEODE-1062: New method to modify wait time for validateRegionSize Part of the refactoring work for GEODE-1062 led to a possible test failure due to insufficient wait time for very slow tests. The tests need to be fixed but a quick workaround is to pass in the custom time of the original default

[13/24] incubator-geode git commit: GEODE-904 Updates formatting of geode-assembly/src/main/dist/LICENSE to match LICENSE

2016-04-11 Thread jinmeiliao
GEODE-904 Updates formatting of geode-assembly/src/main/dist/LICENSE to match LICENSE Matched formatting of main LICENSE for binary distribution LICENSE and added missing listings from main LICENSE. GEODE-904 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[03/24] incubator-geode git commit: GEODE-914: Added specific NOTICE files for war projects

2016-04-11 Thread jinmeiliao
GEODE-914: Added specific NOTICE files for war projects Since the war projects (geode-web, geode-web-api, geode-pulse) are distributed on Maven, added a NOTICE file specific to each war based on the bundled jars. Also added the source LICENSE to all jar-type artifacts. Project:

[21/24] incubator-geode git commit: GEODE-1163 Fix failing I18n test for one of the strings

2016-04-11 Thread jinmeiliao
GEODE-1163 Fix failing I18n test for one of the strings Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a57b7cf5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a57b7cf5 Diff:

[01/24] incubator-geode git commit: (GEODE-1186) Geode website: reinstate Google Analytics. Per Google's recommendation, relocated Google analytics snippet from footer to header.

2016-04-11 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 a0f6f22ee -> 7ec4bad47 (GEODE-1186) Geode website: reinstate Google Analytics. Per Google's recommendation, relocated Google analytics snippet from footer to header. Project:

[22/24] incubator-geode git commit: GEODE-1163 Fix branding in Swagger UI

2016-04-11 Thread jinmeiliao
GEODE-1163 Fix branding in Swagger UI Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0a98fa62 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/0a98fa62 Diff:

[10/24] incubator-geode git commit: GEODE-904 Adds file listings to LICENSE

2016-04-11 Thread jinmeiliao
GEODE-904 Adds file listings to LICENSE Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6ea0b3bb Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6ea0b3bb Diff:

[04/24] incubator-geode git commit: GEODE-914: Reworked NOTICE for binary distribution

2016-04-11 Thread jinmeiliao
GEODE-914: Reworked NOTICE for binary distribution Update binary NOTICE to match changes to bundled jar files. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a0966443 Tree:

  1   2   3   4   5   6   7   >