Tomaz Muraus
Tomaz Muraus
Yeah, I think ``libcloud.queue`` / ``libcloud.queing`` API would make sense. Since queuing APIs are usually quite poll heavy (at least for reading / retrieving messages), I think it would also...
@rsnk96 Correct, yeah. But usually to develop a good and provider agnostic (as much as possible) end user API, it involves prototyping with at least 2-3 providers (to ensure API...
@Circuitsoft Thanks for the contribution. Since this is a breaking change, can you please add an entry to `docs/upgrade_notes.rst` file? You should be able to find some examples on how...
@Circuitsoft It appears tests are also failing. ``` > domain, = [x.domain for x in self.list_zones() if x.id == zone_id] E ValueError: not enough values to unpack (expected 1, got...
@SamuelMarks Thanks. Let us know when this is ready for a review.
Closing stale PR. If it's still relevant, free to re-open or create a new PR. Thanks.
@cdfmlr Thanks for the contribution and good PR description. I will have a look as soon as I get a chance. In the mean time, would you mind documenting breaking...
@cdfmlr Thanks. I had a look again. It mostly looks good, but there are a couple of improvements which can be made: * `_create_node()` functionality could be refactored into multiple...
@cdfmlr Thanks. Do you happen to have any ETA when you will be to add some more tests + refactor the code a bit? Since I'm planning to do a...
@cdfmlr Thanks for adding those changes. I added a couple of more comments. It's mostly a couple of small things, plus the potential security issue with possible YAML injection in...