[jira] [Commented] (GEODE-4394) gfsh put command: change option --skip-if-exists to --if-not-exists

2018-03-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16385732#comment-16385732
 ] 

ASF subversion and git services commented on GEODE-4394:


Commit c35aba207cd4876efb65bbf8607b34d3b1355669 in geode's branch 
refs/heads/feature/GEODE-4647 from [~dbarnes97]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c35aba2 ]

GEODE-4394 gfsh put command: change option --skip-if-exists to --if-not-exists 
(update user guide)


> gfsh put command: change option --skip-if-exists to --if-not-exists
> ---
>
> Key: GEODE-4394
> URL: https://issues.apache.org/jira/browse/GEODE-4394
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, gfsh
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.5.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Change the gfsh put command `--skip-if-exists` option to `--if-not-exists` 
> for consistency with other gfsh commands, most notably create region (see 
> GEODE-4354).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-4394) gfsh put command: change option --skip-if-exists to --if-not-exists

2018-03-02 Thread Dave Barnes (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16383924#comment-16383924
 ] 

Dave Barnes commented on GEODE-4394:


Documented

> gfsh put command: change option --skip-if-exists to --if-not-exists
> ---
>
> Key: GEODE-4394
> URL: https://issues.apache.org/jira/browse/GEODE-4394
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, gfsh
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.5.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Change the gfsh put command `--skip-if-exists` option to `--if-not-exists` 
> for consistency with other gfsh commands, most notably create region (see 
> GEODE-4354).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-4394) gfsh put command: change option --skip-if-exists to --if-not-exists

2018-03-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16383923#comment-16383923
 ] 

ASF subversion and git services commented on GEODE-4394:


Commit c35aba207cd4876efb65bbf8607b34d3b1355669 in geode's branch 
refs/heads/develop from [~dbarnes97]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c35aba2 ]

GEODE-4394 gfsh put command: change option --skip-if-exists to --if-not-exists 
(update user guide)


> gfsh put command: change option --skip-if-exists to --if-not-exists
> ---
>
> Key: GEODE-4394
> URL: https://issues.apache.org/jira/browse/GEODE-4394
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, gfsh
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.5.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Change the gfsh put command `--skip-if-exists` option to `--if-not-exists` 
> for consistency with other gfsh commands, most notably create region (see 
> GEODE-4354).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-4394) gfsh put command: change option --skip-if-exists to --if-not-exists

2018-02-16 Thread Kenneth Howe (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16367570#comment-16367570
 ] 

Kenneth Howe commented on GEODE-4394:
-

Even for new users, they will see the deprecated option if using tab complete. 
So for completeness I think that it should also show up in help if only to say 
it's a deprecated option and is a synonym for {{--if-not-exists}}. Point of 
reference: the deprecated {{--skip-if-exists}} option does show up in the help 
for {{create region}}. We should strive for a level of consistency.

> gfsh put command: change option --skip-if-exists to --if-not-exists
> ---
>
> Key: GEODE-4394
> URL: https://issues.apache.org/jira/browse/GEODE-4394
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, gfsh
>Reporter: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.5.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Change the gfsh put command `--skip-if-exists` option to `--if-not-exists` 
> for consistency with other gfsh commands, most notably create region (see 
> GEODE-4354).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-4394) gfsh put command: change option --skip-if-exists to --if-not-exists

2018-02-16 Thread Sai Boorlagadda (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16367554#comment-16367554
 ] 

Sai Boorlagadda commented on GEODE-4394:


For any new users, this option is deprecated and so not shown in the help text. 
But for any existing users who are aware or for backward compatibility we added 
it as an alias and is why shown in the tab.

> gfsh put command: change option --skip-if-exists to --if-not-exists
> ---
>
> Key: GEODE-4394
> URL: https://issues.apache.org/jira/browse/GEODE-4394
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, gfsh
>Reporter: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.5.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Change the gfsh put command `--skip-if-exists` option to `--if-not-exists` 
> for consistency with other gfsh commands, most notably create region (see 
> GEODE-4354).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-4394) gfsh put command: change option --skip-if-exists to --if-not-exists

2018-02-16 Thread Barbara Pruijn (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16367549#comment-16367549
 ] 

Barbara Pruijn commented on GEODE-4394:
---

The option
{code:java}
--skip-if-exists{code}
shows up in the tab-complete action and should therefore be specified in the 
"help put" description.
{code:java}
skip-if-exists
(Deprecated: Use --if-not-exists) See --if-not-exists for help.
{code}
 

> gfsh put command: change option --skip-if-exists to --if-not-exists
> ---
>
> Key: GEODE-4394
> URL: https://issues.apache.org/jira/browse/GEODE-4394
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, gfsh
>Reporter: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.5.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Change the gfsh put command `--skip-if-exists` option to `--if-not-exists` 
> for consistency with other gfsh commands, most notably create region (see 
> GEODE-4354).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-4394) gfsh put command: change option --skip-if-exists to --if-not-exists

2018-02-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366440#comment-16366440
 ] 

ASF subversion and git services commented on GEODE-4394:


Commit 0e6e228ea05fe6b4474b0365f846ad6ee54bfd0a in geode's branch 
refs/heads/develop from [~sai.boorlaga...@gmail.com]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0e6e228 ]

GEODE-4394: gfsh put command: change option --skip-if-exists to --if-… (#1425)

…not-exists

> gfsh put command: change option --skip-if-exists to --if-not-exists
> ---
>
> Key: GEODE-4394
> URL: https://issues.apache.org/jira/browse/GEODE-4394
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, gfsh
>Reporter: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Change the gfsh put command `--skip-if-exists` option to `--if-not-exists` 
> for consistency with other gfsh commands, most notably create region (see 
> GEODE-4354).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)