Re: Complete rewrite of deltacloud-client

2013-03-26 Thread jvlcek
Michal, Thank you for all your replies! I've successfully run the client tests and applied http://tracker.deltacloud.org/set/403 Everything looks good to me. I only have a couple of comments in the attached patch that you can apply on top of tracker set 403. Hope this helps! Joe V. >From 6d7

Re: Complete rewrite of deltacloud-client

2013-03-25 Thread jvlcek
On 03/22/2013 06:43 AM, Michal Fojtik wrote: > On 03/21/2013 06:42 PM, Joseph VLcek wrote: > >> Michal, >> >> This looks great. Many of my comments are really questions regarding >> why you used Ruby the way you did. >> >> I've formated my feedback/questions in the attached patch. > > I think you f

Re: Complete rewrite of deltacloud-client

2013-03-22 Thread Michal Fojtik
On 03/21/2013 06:42 PM, Joseph VLcek wrote: Michal, This looks great. Many of my comments are really questions regarding why you used Ruby the way you did. I've formated my feedback/questions in the attached patch. I think you forgot to attach the patch (or my thunderbird is crazy ;) I had

Re: Complete rewrite of deltacloud-client

2013-03-21 Thread Joseph VLcek
On Mar 7, 2013, at 8:10 AM, mfoj...@redhat.com wrote: > Good news everyone! > > I started a complete rewrite of the deltacloud-client component > of Deltacloud core repo few week ago, because: > > 1. Too much *magic* in the current client (meta-programming, etc) > 2. No documentation (see 1)) >

Complete rewrite of deltacloud-client

2013-03-07 Thread mfojtik
Good news everyone! I started a complete rewrite of the deltacloud-client component of Deltacloud core repo few week ago, because: 1. Too much *magic* in the current client (meta-programming, etc) 2. No documentation (see 1)) 3. Hard to navigate in code and fix bugs (see 1,2) 4. Hard to add colle