GitHub user gracemeilen opened a pull request:

    https://github.com/apache/incubator-geode/pull/197

    GEODE-1571: Added no argument Constructor to SampleSecurityManager

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gracemeilen/incubator-geode feature/GEODE-1571

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-geode/pull/197.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #197
    
----
commit ea48bd660a9eeb5bf48659b017a972bcb169d5df
Author: Darrel Schneider <dschnei...@pivotal.io>
Date:   2016-07-07T23:58:23Z

    GEODE-1302: remove unused RunCacheInOldGemfire

commit 8148c891b6f395e18fdb4dc6797ae3fdcc00fa5f
Author: Jinmei Liao <jil...@pivotal.io>
Date:   2016-07-08T15:49:37Z

    GEODE-1571: fix precheckin failures

commit f8b620c6343f429ff35e7d209683a68e3de76a7c
Author: Jinmei Liao <jil...@pivotal.io>
Date:   2016-07-08T15:50:39Z

    Merge branch 'develop' into feature/GEODE-1571

commit 7965bd758bc67022d933215984d46bf1aafefaba
Author: Jinmei Liao <jil...@pivotal.io>
Date:   2016-07-08T17:38:44Z

    GEODE-1571: fix messing test category and ignore the unsupported api tests.
    
    * tests are ignored because server would treat them as internal message and 
won't bind the correct message to it.

commit dfd481e0bcb6cdc42f16461c2444c04718424629
Author: Kirk Lund <kl...@apache.org>
Date:   2016-07-08T18:08:40Z

    GEODE-1566: rename GeodeRedisServer and repackage redis code into 
org.apache.geode
    
    This closes #182

commit 617d31327abaa85150b7a6795ee04d1dfd542ce1
Author: gmeilen <gracemei...@gmail.com>
Date:   2016-07-08T18:36:50Z

    GEODE-1571: Write DUnit test for SecurityManager init() and close()
    
    This closes #192

commit bd75c732aa21d4d92e78d5cd960a507039d0fd40
Author: William Markito <wmark...@pivotal.io>
Date:   2016-06-09T03:30:32Z

    [GEODE-33] - Adding geode-example module
    Creating a simple example for replicated regions to test the proposed 
example model
    Adding script tests
    Adding server folders to gitignore
    Adding gitignore and readme files

commit d3d8543110ae772d76c114d2d8d52d53355e4e07
Author: Karen Miller <kmil...@pivotal.io>
Date:   2016-06-15T18:07:03Z

    Merge #158 into feature/GEODE-33
    GEODE-1530: geode-examples setEnv.sh script needs to export path
    
    Without an export of the path, using the GEODE_HOME env variable,
    the scripts/startAll.sh script will pick up the first gfsh in the
    path that it finds.
    
    Also updated the scripts/stopAll.sh script to run the setEnv.sh
    script, so that stopAll.sh uses the correct gfsh.

commit b7c5965043ad187aa31f2ed963fb56b4c62a5df9
Author: Karen Miller <kmil...@pivotal.io>
Date:   2016-06-15T21:34:37Z

    GEODE-1531: Improve README.md for replicated example
    
    - Improved the appearance of the markdown
    
    - Added commands for how to kill a single server
    
    - Added last step to run scripts/stopAll.sh so the system is
      shut down when the example ends, not leaving a locator and
      a server running
    
    - Improved the prose describing what the example does

commit fb75348a3ded7fddb45424956cd946cf13b5a20b
Author: Karen Miller <kmil...@pivotal.io>
Date:   2016-06-15T22:30:03Z

    GEODE-1525: Examples README.md should set env variable
    GEODE-1523: Improve examples README.md markdown
    
    This PR fixes addresses both GEODE-1525 and GEODE-1523, as they
    both change the contents of the same file: geode-examples/README.md.
    
    - Each example will likely use a scripts/setEnv.sh script to set
      the path to gfsh. The script depends on a GEODE_HOME environment
      variable, so this top level of instructions for setting up
      the examples now tells the user to set a GEODE_HOME env variable
      directly after the installation.
    
    - Implement a more strict markdown that displays correctly for a
      wide variety of markdown implementations.
    
    - Put in links for the 3 references.
    
    - Improve the prose.

commit ab4bdd9fa8561da95858d6e74bb885273468907d
Author: William Markito <wmark...@pivotal.io>
Date:   2016-06-21T07:00:41Z

    [GEODE-33] Fixed hardcoded path for resources on tests
    - Included rat exclusion rules

commit c76554ca9bf3570ea4437b26fdb59e0d74dd3d3d
Author: William Markito <wmark...@pivotal.io>
Date:   2016-06-21T18:43:50Z

    GEODE-33 - Adding link to replicated examples

commit 859dc76ac81dd563262f38918c33f465378cdc7e
Author: William Markito <wmark...@pivotal.io>
Date:   2016-06-21T18:47:19Z

    GEODE-33 - Removing quote from folder name

commit 3eaa1cdfc12491bfafd7be39b2cacc175363cf6b
Author: Karen Miller <kmil...@pivotal.io>
Date:   2016-06-24T16:27:51Z

    GEODE-33: clarify GEODE_HOME value
    
    Clarify prose that identifies value to set for GEODE_HOME,
    based on dev feedback.

commit a4010b2043ee708b8c85c987d21169da69af6df6
Author: William Markito <wmark...@pivotal.io>
Date:   2016-07-07T21:07:24Z

    GEODE-33 - Applying PR feedback items
    * Minor fixes (adding mavenLocal to list of repositories, fixed dependency 
versions and use of gradle.properties).
    * Locator port now is parameterized and uses env variable. If not set will 
use default port 10334.
    * Applied PR feedback on testing classes and shellUtil now is based on 
Apache commons-exec.
    * Merged #173
    * Moved ShellUtil to utils submodule.

commit 540698b811959ebe4d2390ca0395f7a359a57200
Author: William Markito <wmark...@pivotal.io>
Date:   2016-07-08T00:19:24Z

    GEODE-33 - Minor fixes after review comments.

commit 92d961a652f52618e4cbd004032aaf7f9fe21d24
Author: William Markito <wmark...@pivotal.io>
Date:   2016-07-08T00:22:27Z

    GEODE-33 - Removing unused assumption

commit 71a9c14d4b4a92f4c579dbd6f77fc91db31bba50
Author: Barry Oglesby <bogle...@pivotal.io>
Date:   2016-07-07T22:09:05Z

    GEODE-1641: The Gateway Conflict Resolver is supported again in cache.xml

commit 492c05cae4bf593dfc31be490b62dfb7263b3ea0
Author: William Markito <wmark...@pivotal.io>
Date:   2016-07-08T21:34:21Z

    M3 release branch done. Bumping the release version to 1.0.0

commit f8a899ca94149ef63d4b03d5dee66b9f491ce43a
Author: Jason Huynh <huyn...@gmail.com>
Date:   2016-07-07T21:43:56Z

    GEODE-1614: CI failure: 
LuceneQueriesClientDUnitTest.entriesFlushedToIndexAfterWaitForFlushCalled
    
    * The test was failing on a negative check to make sure the queue actually 
had contents.
      There were cases where the queue could be drained due to the 
"slowness"/async pausing of the sender.
    * Moved and rewrote this test out from LuceneQueriesBase as I didn't think 
we needed to test flushing
      on multiple base region types.  Not sure if commits stat is the correct 
one to check.
    * LuceneTestUtilities clean up

commit 8c71023b7cafb68e94b2a6355848f51e41d54b6b
Author: eshu <e...@pivotal.io>
Date:   2016-07-08T22:21:09Z

    GOEDE-1621: Do not throw IllegalArgumentException in TXState cleanup()
    code if expected or before offheap resources are released.

commit f49ee2e182c9c4a85b24c989d09e7cad5d83c857
Author: Jinmei Liao <jil...@pivotal.io>
Date:   2016-07-08T21:24:34Z

    GEODE-1571: security code tidy up.
    
    * add close method in post processor
    * have GeodeSecurityUtil.close close more resources.
    * deprecate the old security api
    * Ignore internal message tests

commit cf3fb80acbd86cbd8b1ee2ecd9f955c04e5def11
Author: Jason Huynh <huyn...@gmail.com>
Date:   2016-07-05T15:56:14Z

    GEODE-1588: AckReader and Dispatching thread are shut down before sending 
gateway sender close connection messages
    
    * There was an issue where the gateway sender thread was reading off the 
same socket as the ack reader.
    Instead, we force the ack reader thread to stop first, and close the 
inputstream to prevent reading garbled data
    * Another issue was the ack reader thread was being spun up after being 
shut down.  Now we prevent the dispatching thread
    from doing so by checking to see if it is being shut down.

commit 48f6e6ec56184eb92ddc4ccd75275dcb6fedecd7
Author: gmeilen <gracemei...@gmail.com>
Date:   2016-07-01T18:46:44Z

    GEODE-1452: annotate disabled tests with @Ignore and rename
    
    This closes #184

commit 82adda1cf7eb55d39c29f99d06d73f9d9ad7b0dc
Author: Dan Smith <dsm...@pivotal.io>
Date:   2016-07-01T17:45:04Z

    GEODE-11: GFSH commands for Lucene
    
    Signed-off-by: Aparna Dharmakkan <adharmak...@pivotal.io>
    
    GEODE-11: Implementing GFSH command for listing lucene indexes.
    
    Added the LuceneIndexCommands class that implements the list lucene index 
functionality in GFSH and the LuceneListIndexFunction class
    that gets the information about lucene indexes from the cache. Also added a 
test to verify this functionality. The
    org.springframework.shell.core.CommandMarker file is required to register 
the lucene commands in GFSH.
    
    Signed-off-by: Gester Zhou <gz...@pivotal.io>
    
    GEODE-11: Adding JUnit test for LuceneIndexCommands
    
    Added a JUnit test for getIndexListing()
    Signed-off-by: Gester Zhou <gz...@pivotal.io>
    
    Adding a unit test for list lucene indexes gfsh command
    Signed-off-by: Gester Zhou <gz...@pivotal.io>
    
    GEODE-11 Adding lucene create index gfsh command
    
    Added lucene create index command and dunit tests.
    
    Signed-off-by: Aparna Dharmakkan <adharmak...@pivotal.io>
    
    GEODE-11: Create lucene index gfsh command
    
    Added a GFSH command to create a lucene index. Added DUnit and JUnit tests. 
Also added JUnit test for LucenListIndexFunction.
    Made changes according to review comments.
    
    Signed-off-by: Gester Zhou <gz...@pivotal.io>
    
    GEODE-1652: merge pull request 190, fix the conflicts
    
    This closes #190

commit d4e731bac69599c41a1e35731938b9e62d141e32
Author: Jinmei Liao <jil...@pivotal.io>
Date:   2016-07-11T23:06:40Z

    GEODE-1571: documentation and code cleanup

commit 8b83f825a4632f6ff8332898c6478910f9386320
Author: Swapnil Bawaskar <sbawas...@pivotal.io>
Date:   2016-07-11T23:09:38Z

    fixing the version from 1.0.0-incubating.1.0.0-SNAPSHOT to 
1.0.0-incubating-SNAPSHOT

commit b35d330fcef87cab84611f6c14646655b11804a7
Author: eshu <e...@pivotal.io>
Date:   2016-07-12T16:22:35Z

    GEODE-1649: Fixes IllegalStateException in mock junit test.

commit dbdf76c341b7aa146101b8e055e893e97ec87c0f
Author: Jinmei Liao <jil...@pivotal.io>
Date:   2016-07-12T16:31:47Z

    GEODE-1571: fix nightly failure

commit d80298ad324515f082902467d254b2a7b20acc0f
Author: gmeilen <gracemei...@gmail.com>
Date:   2016-07-12T18:26:53Z

    GEODE-1571: Create no argument constructor for SampleSecurityManager
    
    # 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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to