Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
datasource.test.ts | ||
influx_query.test.ts | ||
influx_series.test.ts | ||
query_builder.test.ts | ||
query_ctrl.test.ts | ||
query_part.test.ts | ||
response_parser.test.ts |
A new parameter `queryMode` is added to the InfluxDB datasource to provide a way to use POST instead of GET when querying the database. This prevents to get any error when querying the database with a heavy request. Default configuration is kept to GET for backward compatibility. Tests and documentation have been added for this new behaviour.
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
datasource.test.ts | Loading commit data... | |
influx_query.test.ts | Loading commit data... | |
influx_series.test.ts | Loading commit data... | |
query_builder.test.ts | Loading commit data... | |
query_ctrl.test.ts | Loading commit data... | |
query_part.test.ts | Loading commit data... | |
response_parser.test.ts | Loading commit data... |