Re: [jclouds/jclouds] Handle gzipped userdata in logging (#1061)

2017-02-16 Thread Ignasi Barrera
Closed #1061. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1061#event-964716013

Re: [jclouds/jclouds] Handle gzipped userdata in logging (#1061)

2017-02-16 Thread Ignasi Barrera
Squashed the commits and added the JIRA issue to the commit message. Pushed to master as [e26146c6](http://git-wip-us.apache.org/repos/asf/jclouds/commit/e26146c6). Thanks @felfert! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [jclouds/jclouds] Handle gzipped userdata in logging (#1061)

2017-02-15 Thread Fritz Elfert
@felfert pushed 2 commits. 3dc075e Conform to apache jclouds coding standards 21d247c Added unit test for CreateServerOptions.toString() behavior -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds] Handle gzipped userdata in logging (#1061)

2017-02-15 Thread Fritz Elfert
Will do. -Fritz Am 15. Februar 2017 11:11:28 MEZ schrieb Ignasi Barrera : >Thanks @felfert! Could you add a simple unit test that verifies the >behaviour of that method with normal and gzipped inputs? This way we >won't break this unintentionally in the future. > >--

Re: [jclouds/jclouds] Handle gzipped userdata in logging (#1061)

2017-02-15 Thread Ignasi Barrera
Thanks @felfert! Could you add a simple unit test that verifies the behaviour of that method with normal and gzipped inputs? This way we won't break this unintentionally in the future. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

[jclouds/jclouds] Handle gzipped userdata in logging (#1061)

2017-02-14 Thread Fritz Elfert
This PR replaces gzipped binary "garbage" in openstack-nova debug-logging of userData Fixes: JCLOUDS-1239 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1061 -- Commit Summary -- * Handle gzipped userdata in logging -- File Changes