Aleksey Maksimov
Aleksey Maksimov
I think that since raw data nodes will still be wrapped in `EtcdResult` class, there is no point to return whole data, but just return immediate leaves. It is fairly...
As for backwards compatibility, I thought about it and will try to make new method in `EtcdResult` for this feature once I get unit tests running on my machine and...
I think that `__repr__` here is exactly what it supposed to be. Please read this: http://stackoverflow.com/questions/1436703/difference-between-str-and-repr-in-python
The python 3 test has failed due to failure starting etcd. I guess this has nothing to do with my pull request...
+1 But that change would certainly break my code that uses this library.
There was the PR #146 I submitted awhile ago. You can take code from it.
> The job however does exist, but is apparently being output in a different format: Could you explain where is that output coming from?
I think that it is good change because it forced people to configure Jenkins how it should be configured. Perhaps I will add a test for this case, to show...
I can't comprehend what it going on here. Is there any error?
Will take a look into this.