InfluxCommunity / influxdb-ruby

Ruby client for InfluxDB
MIT License
370 stars 133 forks source link

Add support for precision, retention policy and database arguments in async mode #202

Closed climber73 closed 7 years ago

climber73 commented 7 years ago

ref #140

dmke commented 7 years ago

Nice! I will have a look later.

dmke commented 7 years ago

This looks good.

Do you mind if I squash some of your commits?

climber73 commented 7 years ago

Of course I don't mind :)

climber73 commented 7 years ago

I thought that squashing someone else's commits might be pretty boring, so I decided to do it myself. If you want to change something else just tell me or, of course, you can do it yourself

climber73 commented 7 years ago

It looks like robocop has been updated to 0.51. There are new offenses detected throughout the project

dmke commented 7 years ago

Oh, I totally forgot about this... This week was a little crazy, work-wise.

Thank you for squashing, I will merge this in a moment.

Don't worry about robocop, I will either fix the offenses after merging or pinning it to 0.50.x :-)

dmke commented 7 years ago

Version 0.5.0 is now released. Thank you again for your work!

dmke commented 7 years ago

0.4.3 now issues a warning if you already (accidentally) provide precision, RP and/or DB arguments. That should minimize potential data inconsistencies.