You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by clebertsuconic <gi...@git.apache.org> on 2018/02/09 16:11:08 UTC

[GitHub] activemq-artemis pull request #1861: ARTEMIS-1675 Adding --safe option on pr...

GitHub user clebertsuconic opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1861

    ARTEMIS-1675 Adding --safe option on print-data

    This is good when you are a customer and an artemis engineer (e.g. me) asks your journal print-data but you can't do it because that would expose your user's data. If you do artemis data print --safe, that will only expose the journal structure without exposing user's data and eliminate any liability between the engineer and users.

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

    $ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-1675

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

    https://github.com/apache/activemq-artemis/pull/1861.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 #1861
    
----
commit 5c61420c6964924a64d68bdcbf8ce9c8480f0163
Author: Clebert Suconic <cl...@...>
Date:   2018-02-09T16:09:57Z

    ARTEMIS-1675 Adding --safe option on print-data
    
    This is good when you are a customer and an artemis engineer (e.g. me) asks your journal print-data but you can't do it because that would expose your user's data. If you do artemis data print --safe, that will only expose the journal structure without exposing user's data and eliminate any liability between the engineer and users.

----


---

[GitHub] activemq-artemis issue #1861: ARTEMIS-1675 Adding --safe option on print-dat...

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

    https://github.com/apache/activemq-artemis/pull/1861
  
    damn.. I think I had closed this...
    
    
    I will fix this.


---

[GitHub] activemq-artemis issue #1861: ARTEMIS-1675 Adding --safe option on print-dat...

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

    https://github.com/apache/activemq-artemis/pull/1861
  
    Checkstyle violation in CoreMessage - extra space before the final semicolon.


---

[GitHub] activemq-artemis pull request #1861: ARTEMIS-1675 Adding --safe option on pr...

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

    https://github.com/apache/activemq-artemis/pull/1861


---

[GitHub] activemq-artemis issue #1861: ARTEMIS-1675 Adding --safe option on print-dat...

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

    https://github.com/apache/activemq-artemis/pull/1861
  
    @michaelandrepearce I think you would like this one. I talked to you in person about it.


---

[GitHub] activemq-artemis issue #1861: ARTEMIS-1675 Adding --safe option on print-dat...

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

    https://github.com/apache/activemq-artemis/pull/1861
  
    @jbertram i fixed while I merged it


---