GitHub user PurelyApplied opened a pull request:

    https://github.com/apache/geode/pull/745

    GEODE-3436: Restore reverted GFSH command refactoring

    Given that this would restore multiple tickets worth of commits, it was 
unclear if this PR should squash all commits or if the history would be clearer 
without one enormous commit.
    
    Precheckin returned green excepting spotless and some other minor 
adjustments (import ordering correction, etc).  Running another precheckin for 
due course.
    
    -----
    
    Thank you for submitting a contribution to Apache Geode.
    
    In order to streamline the review of the contribution we ask you
    to ensure the following steps have been taken:
    
    ### For all changes:
    - [x] Is there a JIRA ticket associated with this PR? Is it referenced in 
the commit message?
    
    - [x] Has your PR been rebased against the latest commit within the target 
branch (typically `develop`)?
    
    - [ ] Is your initial contribution a single, squashed commit?
    
    - [x] Does `gradlew build` run cleanly?
    
    - [n/a] Have you written or updated unit tests to verify your changes? 
[Existing tests provide coverage for refactored code.]
    
    - [n/a] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
    
    ### Note:
    Please ensure that once the PR is submitted, you check travis-ci for build 
issues and
    submit an update to your PR as soon as possible. If you need help, please 
send an
    email to dev@geode.apache.org.


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

    $ git pull https://github.com/PurelyApplied/geode geode-3436

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

    https://github.com/apache/geode/pull/745.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 #745
    
----
commit caeb8375db68d68ec0ddbca6b81fd6ca6c91a73f
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-22T17:57:05Z

    GEODE-3436: Restore refactoring of MemberCommands
    
    * See initial commit GEODE-3264 (d27f8b956de7d9c5d95ebdc68dfc67ee8b2d7b51)

commit 44cc0e8bb7927e61bb3e7613612703518fc87db6
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-07T18:52:14Z

    GEODE-3436: Restore refactoring of DurableClientCommands
    
    * See initial commit GEODE-3259 (440c87f81fab96f9ce38a2d53ded75e5fe8390d7)

commit 1e9eea1f1b2d2c620679283aaf6e6c5ac12e1728
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-04T17:47:48Z

    GEODE-3436: Restore refactoring of PDXCommands
    
    * See initial commit GEODE-3266 (67185abcdd68b908dea6888cb94286b8aa9ea49f)

commit 691700c2e51aef5b18ba5feec711bddf5ae9a05e
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-07T20:58:08Z

    GEODE-3436: Restore refactoring of RegionCommands
    
    * See initial commits GEODE-3268 
(64de3b69c2aecb4930bcfd0a1161569b1d5fda89), GEODE-3255 
(756efe77c86bb03ac9984655e7bd040659e85890)

commit 0acf8be27f5ab5f6d9d5009bb7ec6740c1f7ae1b
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-07T21:47:15Z

    GEODE-3436: Restore refactoring of QueueCommands
    
    * See initial commit GEODE-3267 (fd47ed660168864a6f81b2a4cd7dbceebc99a282)

commit 7594ebdd5e593179f0b33a94c30c7d5949fabf96
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-24T22:42:12Z

    GEODE-3436: Restore refactoring of GfshHelpCommands
    
    * See initial commit GEODE-3261 (cf91426692349d0c81ce77394935576d9cc336e8)

commit 5daeb011cbeebfa2a71c225ed3dc3abc2047e3dd
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-24T23:11:13Z

    GEODE-3436: Restore refactoring of CreateAlterDestroyRegionCommands
    
    * See initial commit GEODE-3255 (756efe77c86bb03ac9984655e7bd040659e85890)

commit a1823d323c26adebacf7536448e2cadf054d9528
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-07-26T18:07:09Z

    GEODE-3436: Restore refactoring of ConfigCommands
    
    * See initial commit GEODE-3254 (97c4e9a59f17c7bc914e39dd048b0a4cd96293c4)

commit 78ec3cb687313799a911ed3d1ca6e560cb358de8
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-03T16:00:08Z

    GEODE-3436: Restore refactoring of DiskStoreCommands
    
    * See initial commit GEODE-3258 (5d6cad7755ec3c4fe931e3d0f8e89fb181038543)

commit 1ecbd6fa08343a8de50bf30839c9ef47c02e73aa
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-07T19:35:14Z

    GEODE-3436: Restore refactoring of IndexCommands
    
    * See initial commit GEODE-3262 (ed293e817e547fb5ecd399bf4ba10d694af51e0a)

commit b562bdafc46045bd2679c233cf591549fb016d8b
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-07T19:56:17Z

    GEODE-3436: Restore refactoring of Refactoring FunctionCommands
    
    * See initial commit GEODE-3260 (90f5440de8ec747f301a309a0a34101e8defcd29)

commit e1ed96e4130d7b8894c71a2a4d497a6a628d8f16
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-07T22:37:23Z

    GEODE-3436: Restore refactoring of Refactoring MiscellaneousCommands
    
    * See initial commit GEODE-3265 (63169699e933f6e0fdd90b95ed039e4e3c92c32c)

commit a9f76c2db17f9cf18ccb49a36b827328424cb23f
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-03T00:28:10Z

    GEODE-3436: Restore refactoring of DeployCommands
    
    * See initial commit GEODE-3257 (9d967446a44a78b612f605b6a8f8eedcfc625b3a)

commit dcb2f57adc2d3bb5d5d5b0483f815e585eab6f3b
Author: YehEmily <emilyyeh1...@gmail.com>
Date:   2017-08-28T17:08:26Z

    GEODE-3436: Restore refactoring of StatusCommands
    
    * See initial commit GEODE-3270 (359e3fff6482ecfb375939d387f4dad3a636246b)

commit f5ea7c75a740a9ddd32649beae1d2415970cf51b
Author: Patrick Rhomberg <prhomb...@pivotal.io>
Date:   2017-08-26T00:18:17Z

    GEODE-3436: Corrected import order of touched files.
    
    * Spotless and some minor improvements based on IDE inspections

----


---
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