Tomaz Muraus

Results 163 comments of Tomaz Muraus

I pushed a change which adds docstring, test cases and throws inside a constructor if mutually exclusive arguments are provided. I believe the tests / cover target should pass now.

I'm having issues with getting ``notify`` parameter to work. Even if I specify to notify on a single task, I still see multiple ``core.st2.generic.notifytrigger`` triggers getting dispatched which results in...

Thanks - yes this is a good feature request and something we have already discussed in the past (runner affinity, would come especially handy for Python runner actions, etc.). We...

There is another option c) we ourselves use sometimes - use datastore when possible :) Although yeah, if it makes sense, b) is actually preferred since passing things around as...

@ZuluPro That's for the clean up - it's always good to remove dead / unused code :) Would appreciate if you could provide some references which document that those providers...

Do you happen to know if they expose S3 / OpenStack Swift sompatible or similar API so we could re-use existing primitives in the Libcloud? Or they have a custom...

EDIT: It appears they expose custom / home grown swagger based REST API - https://supabase.github.io/storage-api/

Thanks for the contribution. I added a comment / question on the method return value, besides that, LGTM.

I've fixed a small typo in docstring (c48b456af7dc243a6ccf00d53408f0494e961f79) and merged changes into trunk. Thanks!

Short therm this change looks good to me, but long term we should figure out how we can integrate it into standard ``get_size_pricing()`` method.