-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Parse queries from request body Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Parser now takes step from window or aggregateWindow and fails if there isn't one Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Assign step to timerange query in query handler for InfluxDB Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Flux should not use the OPC for queries that are incompatible with Trickster but not invalid flux Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Fixed failure to parse body of non-JSON request properly Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Fixed missing body value in GetValues Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Fixing issues with request bodies Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Duplicate upstreamRequest, support more time formats in Influx Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Refactor SetExtent and Parse on Flux queries Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Remove extraneous prints Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Fixes to getting queries to resolve some test errors Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * Fix flux operation + tests; use RFC3339 instead of nano, populate template URL Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com> * remove comment --------- Signed-off-by: jakenichols2719 <jnichols2719@protonmail.com>
- Loading branch information
1 parent
6eb6269
commit a3d24d2
Showing
18 changed files
with
466 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.