[GitHub] geode pull request #672: GEODE-3256: Refactoring DataCommands

2017-08-11 Thread YehEmily
Github user YehEmily closed the pull request at: https://github.com/apache/geode/pull/672 --- 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

[GitHub] geode pull request #672: GEODE-3256: Refactoring DataCommands

2017-08-02 Thread kirklund
Github user kirklund commented on a diff in the pull request: https://github.com/apache/geode/pull/672#discussion_r130944162 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/DataCommandsUtils.java --- @@ -0,0 +1,311 @@ +/* + * Licensed

[GitHub] geode pull request #672: GEODE-3256: Refactoring DataCommands

2017-08-01 Thread jaredjstewart
Github user jaredjstewart commented on a diff in the pull request: https://github.com/apache/geode/pull/672#discussion_r130673499 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/DataCommandsUtils.java --- @@ -0,0 +1,311 @@ +/* + *

[GitHub] geode pull request #672: GEODE-3256: Refactoring DataCommands

2017-07-31 Thread YehEmily
GitHub user YehEmily opened a pull request: https://github.com/apache/geode/pull/672 GEODE-3256: Refactoring DataCommands [View the JIRA ticket here.](https://issues.apache.org/jira/browse/GEODE-3256) `DataCommands.java` was a large class that contained multiple commands.