You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by gracemeilen <gi...@git.apache.org> on 2016/06/17 18:31:34 UTC

[GitHub] incubator-geode pull request #167: GEODE-985: rebrand GFSH help for Apache G...

GitHub user gracemeilen opened a pull request:

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

    GEODE-985: rebrand GFSH help for Apache Geode

    

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

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

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

    https://github.com/apache/incubator-geode/pull/167.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 #167
    
----
commit c10639d201a0e29243a49631a80653ef003fdd0b
Author: gmeilen <gr...@gmail.com>
Date:   2016-06-17T18:26:46Z

    GEODE-985: rebrand GFSH help for Apache Geode

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode pull request #167: GEODE-985: rebrand GFSH help for Apache G...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode pull request #167: GEODE-985: rebrand GFSH help for Apache G...

Posted by scmbuildguy <gi...@git.apache.org>.
Github user scmbuildguy commented on a diff in the pull request:

    https://github.com/apache/incubator-geode/pull/167#discussion_r67560641
  
    --- Diff: geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java ---
    @@ -63,65 +59,67 @@
      *
      * 2. Defining Topic constants:
      * 2.1 The constants' names should begin with "TOPIC_"
    - *     E.g. TOPIC_GEMFIRE_REGION
    + *     E.g. TOPIC_GEODE_REGION
      * 2.2 Topic brief description should be defined with suffix "__DESC".
    - *     E.g. TOPIC_GEMFIRE_REGION__DESC
    + *     E.g. TOPIC_GEODE_REGION__DESC
      *
      * 3. Order for adding constants: It should be alphabetically sorted at least
      *    on the first name within the current group
    + *
    + * @since GemFire 7.0
      */
     public class CliStrings {
     
       /*-*************************************************************************
        *************                  T O P I C S                  ***************
        ***************************************************************************/
    -  public static final String DEFAULT_TOPIC_GEMFIRE = "GemFire";
    -  public static final String DEFAULT_TOPIC_GEMFIRE__DESC = "vFabric GemFire is a distributed data management platform providing dynamic scalability, high performance and database-like persistence.";
    -  public static final String TOPIC_GEMFIRE_REGION = "Region";
    -  public static final String TOPIC_GEMFIRE_REGION__DESC = "A region is the core building block of the vFabric GemFire distributed system. Cached data is organized into regions and all data puts, gets, and querying activities are done against them.";
    -  public static final String TOPIC_GEMFIRE_WAN = "WAN";
    -  public static final String TOPIC_GEMFIRE_WAN__DESC = "For multiple data centers in remote locations, GemFire provides a WAN gateway to facilitate data sharing. The WAN gateway connects two or more remote sites and then sends asynchronous, batched updates as data is changed.";
    -  public static final String TOPIC_GEMFIRE_JMX = "JMX";
    -  public static final String TOPIC_GEMFIRE_JMX__DESC = "JMX technology provides the tools for building distributed, Web-based, modular and dynamic solutions for managing and monitoring devices, applications, and service-driven networks.";
    -  public static final String TOPIC_GEMFIRE_DISKSTORE = "Disk Store";
    -  public static final String TOPIC_GEMFIRE_DISKSTORE__DESC = "Disk stores are used to persist data to disk as a backup to your in-memory copy or as overflow storage when memory use is too high.";
    -  public static final String TOPIC_GEMFIRE_LOCATOR = "Locator";
    -  public static final String TOPIC_GEMFIRE_LOCATOR__DESC = "JVMs running GemFire discover each other through a TCP service named the locator.";
    -  public static final String TOPIC_GEMFIRE_SERVER = "Server";
    -  public static final String TOPIC_GEMFIRE_SERVER__DESC = "A server is GemFire cluster member which holds a GemFire cache. Depending on the topology used it can refer to either a system that responds to client requests or a system that is only a peer to other members.";
    -  public static final String TOPIC_GEMFIRE_MANAGER = "Manager";
    -  public static final String TOPIC_GEMFIRE_MANAGER__DESC = "The Manager is a member which has the additional role of a managing & monitoring the GemFire distributed system.";
    -  public static final String TOPIC_GEMFIRE_STATISTICS = "Statistics";
    -  public static final String TOPIC_GEMFIRE_STATISTICS__DESC = "Every application and server in a vFabric GemFire distributed system can be configured to perform statistical data collection for analysis.";
    -  public static final String TOPIC_GEMFIRE_LIFECYCLE = "Lifecycle";
    -  public static final String TOPIC_GEMFIRE_LIFECYCLE__DESC = "Launching, execution and termination of GemFire cluster members such as servers and locators.";
    -  public static final String TOPIC_GEMFIRE_M_AND_M = "Management-Monitoring";
    -  public static final String TOPIC_GEMFIRE_M_AND_M__DESC = "The management of and monitoring of GemFire systems using GemFire tools, such as vFabric GemFire Pulse or VSD or Data Browser, and JConsole, which is provided with the JDK(TM)";
    -  public static final String TOPIC_GEMFIRE_DATA = "Data";
    -  public static final String TOPIC_GEMFIRE_DATA__DESC = "User data as stored in regions of the GemFire distributed system.";
    -  public static final String TOPIC_GEMFIRE_CONFIG = "Configuration";
    -  public static final String TOPIC_GEMFIRE_CONFIG__DESC = "Configuration of vFabric GemFire Cache & Servers/Locators hosting the Cache.";
    -  public static final String TOPIC_GEMFIRE_FUNCTION = "Function Execution";
    -  public static final String TOPIC_GEMFIRE_FUNCTION__DESC = "The function execution service provides solutions for these application use cases: \n\tAn application that executes a server-side transaction or carries out data updates using the GemFire distributed locking service. \n\tAn application that needs to initialize some of its components once on each server, which might be used later by executed functions. Initialization and startup of a third-party service, such as a messaging service. \n\tAny arbitrary aggregation operation that requires iteration over local data sets that can be done more efficiently through a single call to the cache server. \n\tAny kind of external resource provisioning that can be done by executing a function on a server.";
    -  public static final String TOPIC_GEMFIRE_HELP = "Help";
    -  public static final String TOPIC_GEMFIRE_HELP__DESC = "Provides usage information for gfsh & its commands.";
    -  public static final String TOPIC_GEMFIRE_DEBUG_UTIL = "Debug-Utility";
    -  public static final String TOPIC_GEMFIRE_DEBUG_UTIL__DESC = "Debugging aids & utilities to use with vFabric GemFire.";
    +  public static final String DEFAULT_TOPIC_GEODE = "Geode";
    +  public static final String DEFAULT_TOPIC_GEODE__DESC = "Apache Geode is a distributed data management platform providing dynamic scalability, high performance and database-like persistence.";
    --- End diff --
    
    When referencing the projecting as 'Apache Geode', I think we should be using 'Apache Geode (incubating)' until Geode is a top-level Apache project.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode pull request #167: GEODE-985: rebrand GFSH help for Apache G...

Posted by scmbuildguy <gi...@git.apache.org>.
Github user scmbuildguy commented on a diff in the pull request:

    https://github.com/apache/incubator-geode/pull/167#discussion_r67560662
  
    --- Diff: geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java ---
    @@ -63,65 +59,67 @@
      *
      * 2. Defining Topic constants:
      * 2.1 The constants' names should begin with "TOPIC_"
    - *     E.g. TOPIC_GEMFIRE_REGION
    + *     E.g. TOPIC_GEODE_REGION
      * 2.2 Topic brief description should be defined with suffix "__DESC".
    - *     E.g. TOPIC_GEMFIRE_REGION__DESC
    + *     E.g. TOPIC_GEODE_REGION__DESC
      *
      * 3. Order for adding constants: It should be alphabetically sorted at least
      *    on the first name within the current group
    + *
    + * @since GemFire 7.0
      */
     public class CliStrings {
     
       /*-*************************************************************************
        *************                  T O P I C S                  ***************
        ***************************************************************************/
    -  public static final String DEFAULT_TOPIC_GEMFIRE = "GemFire";
    -  public static final String DEFAULT_TOPIC_GEMFIRE__DESC = "vFabric GemFire is a distributed data management platform providing dynamic scalability, high performance and database-like persistence.";
    -  public static final String TOPIC_GEMFIRE_REGION = "Region";
    -  public static final String TOPIC_GEMFIRE_REGION__DESC = "A region is the core building block of the vFabric GemFire distributed system. Cached data is organized into regions and all data puts, gets, and querying activities are done against them.";
    -  public static final String TOPIC_GEMFIRE_WAN = "WAN";
    -  public static final String TOPIC_GEMFIRE_WAN__DESC = "For multiple data centers in remote locations, GemFire provides a WAN gateway to facilitate data sharing. The WAN gateway connects two or more remote sites and then sends asynchronous, batched updates as data is changed.";
    -  public static final String TOPIC_GEMFIRE_JMX = "JMX";
    -  public static final String TOPIC_GEMFIRE_JMX__DESC = "JMX technology provides the tools for building distributed, Web-based, modular and dynamic solutions for managing and monitoring devices, applications, and service-driven networks.";
    -  public static final String TOPIC_GEMFIRE_DISKSTORE = "Disk Store";
    -  public static final String TOPIC_GEMFIRE_DISKSTORE__DESC = "Disk stores are used to persist data to disk as a backup to your in-memory copy or as overflow storage when memory use is too high.";
    -  public static final String TOPIC_GEMFIRE_LOCATOR = "Locator";
    -  public static final String TOPIC_GEMFIRE_LOCATOR__DESC = "JVMs running GemFire discover each other through a TCP service named the locator.";
    -  public static final String TOPIC_GEMFIRE_SERVER = "Server";
    -  public static final String TOPIC_GEMFIRE_SERVER__DESC = "A server is GemFire cluster member which holds a GemFire cache. Depending on the topology used it can refer to either a system that responds to client requests or a system that is only a peer to other members.";
    -  public static final String TOPIC_GEMFIRE_MANAGER = "Manager";
    -  public static final String TOPIC_GEMFIRE_MANAGER__DESC = "The Manager is a member which has the additional role of a managing & monitoring the GemFire distributed system.";
    -  public static final String TOPIC_GEMFIRE_STATISTICS = "Statistics";
    -  public static final String TOPIC_GEMFIRE_STATISTICS__DESC = "Every application and server in a vFabric GemFire distributed system can be configured to perform statistical data collection for analysis.";
    -  public static final String TOPIC_GEMFIRE_LIFECYCLE = "Lifecycle";
    -  public static final String TOPIC_GEMFIRE_LIFECYCLE__DESC = "Launching, execution and termination of GemFire cluster members such as servers and locators.";
    -  public static final String TOPIC_GEMFIRE_M_AND_M = "Management-Monitoring";
    -  public static final String TOPIC_GEMFIRE_M_AND_M__DESC = "The management of and monitoring of GemFire systems using GemFire tools, such as vFabric GemFire Pulse or VSD or Data Browser, and JConsole, which is provided with the JDK(TM)";
    -  public static final String TOPIC_GEMFIRE_DATA = "Data";
    -  public static final String TOPIC_GEMFIRE_DATA__DESC = "User data as stored in regions of the GemFire distributed system.";
    -  public static final String TOPIC_GEMFIRE_CONFIG = "Configuration";
    -  public static final String TOPIC_GEMFIRE_CONFIG__DESC = "Configuration of vFabric GemFire Cache & Servers/Locators hosting the Cache.";
    -  public static final String TOPIC_GEMFIRE_FUNCTION = "Function Execution";
    -  public static final String TOPIC_GEMFIRE_FUNCTION__DESC = "The function execution service provides solutions for these application use cases: \n\tAn application that executes a server-side transaction or carries out data updates using the GemFire distributed locking service. \n\tAn application that needs to initialize some of its components once on each server, which might be used later by executed functions. Initialization and startup of a third-party service, such as a messaging service. \n\tAny arbitrary aggregation operation that requires iteration over local data sets that can be done more efficiently through a single call to the cache server. \n\tAny kind of external resource provisioning that can be done by executing a function on a server.";
    -  public static final String TOPIC_GEMFIRE_HELP = "Help";
    -  public static final String TOPIC_GEMFIRE_HELP__DESC = "Provides usage information for gfsh & its commands.";
    -  public static final String TOPIC_GEMFIRE_DEBUG_UTIL = "Debug-Utility";
    -  public static final String TOPIC_GEMFIRE_DEBUG_UTIL__DESC = "Debugging aids & utilities to use with vFabric GemFire.";
    +  public static final String DEFAULT_TOPIC_GEODE = "Geode";
    +  public static final String DEFAULT_TOPIC_GEODE__DESC = "Apache Geode is a distributed data management platform providing dynamic scalability, high performance and database-like persistence.";
    +  public static final String TOPIC_GEODE_REGION = "Region";
    +  public static final String TOPIC_GEODE_REGION__DESC = "A region is the core building block of the Apache Geode distributed system. Cached data is organized into regions and all data puts, gets, and querying activities are done against them.";
    --- End diff --
    
    When referencing the projecting as 'Apache Geode', I think we should be using 'Apache Geode (incubating)' until Geode is a top-level Apache project.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode issue #167: GEODE-985: rebrand GFSH help for Apache Geode

Posted by metatype <gi...@git.apache.org>.
Github user metatype commented on the issue:

    https://github.com/apache/incubator-geode/pull/167
  
    IIRC, the requirement is to mention (incubating) on the first reference.  Here are the branding requirements:
    
    http://incubator.apache.org/guides/branding.html
    
    
    Anthony
    
    
    > On Jun 17, 2016, at 12:11 PM, scmbuildguy <no...@github.com> wrote:
    > 
    > I did mention in a couple of places, however, in generalI think when referencing the project as 'Apache Geode', I think we should be using 'Apache Geode (incubating)' until Geode is a top-level Apache project.
    > 
    > \u2014
    > You are receiving this because you are subscribed to this thread.
    > Reply to this email directly, view it on GitHub <https://github.com/apache/incubator-geode/pull/167#issuecomment-226856252>, or mute the thread <https://github.com/notifications/unsubscribe/ACqT2UpegGSG3w9EgNMT1e76gbEEmtr5ks5qMvFSgaJpZM4I4nll>.
    > 
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode issue #167: GEODE-985: rebrand GFSH help for Apache Geode

Posted by scmbuildguy <gi...@git.apache.org>.
Github user scmbuildguy commented on the issue:

    https://github.com/apache/incubator-geode/pull/167
  
    I did mention in a couple of places, however, in generalI think when referencing the project as 'Apache Geode', I think we should be using 'Apache Geode (incubating)' until Geode is a top-level Apache project.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode issue #167: GEODE-985: rebrand GFSH help for Apache Geode

Posted by davebarnes97 <gi...@git.apache.org>.
Github user davebarnes97 commented on the issue:

    https://github.com/apache/incubator-geode/pull/167
  
    Nice work, Grace - thanks for handling it.
    One suggested correction: the name "geode" should be given an initial cap ('Geode') in the string EXPORT_OFFLINE_DISK_STORE__HELP.
    Thanks for catching some other typos and getting rid of 'vfabric'.
    Question: Once this change is in place, will GemFire's version of gfsh help contain lots of Geode references? If so, has PM okayed that?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---