| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…so that they can be used with built queries, and added support for that. Decoupled requiresPost from parameters, as they are unrelated. Made InfluxDBService more consistent, by making all query methods use GET, and all postQuery methods use POST.
|
@majst01, are these failures real? I can't figure out what they mean. |
Sorry, something went wrong.
There has been no CI build for a long time, so i dont know |
Sorry, something went wrong.
|
Ok, figured it out - I introduced an overloading bug while reworking InfluxDBService. Fixed. |
Sorry, something went wrong.
|
Nice, can you add the relevant changes to the documentation ? |
Sorry, something went wrong.
Improve test
Done. Also, improved the test a bit. |
Sorry, something went wrong.
|
I tend to merge this PR as the very last one before archiving this repo, WDYT ? |
Sorry, something went wrong.
|
From my perspective, there's still no viable alternative to InfluxQL v1 (Flux is effectively deprecated, and OSS v3 is in beta), so this library is very much in prime time. Am I missing something? |
Sorry, something went wrong.
|
I reached out the influxdata guys to tag a release |
Sorry, something went wrong.
|
Thanks. If you're still interested in transferring this repo, let me know. |
Sorry, something went wrong.
I asked influxdata to add you as a co-maintainer. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Pulled up bound parameter support from BoundParameterQuery to Query, so that they can be used with built queries, and added support for that.
Also:
Fixes #1009.