- 19 Aug, 2020 14 commits
-
-
Ryan McKinley committed
-
* added $schema field support in plugin.schema.json More details can be found in https://github.com/grafana/plugin-validator/issues/1 * Others category in plugin.json, minimum 1 keyword * Allow others as a category if the plugin doesn't fall into appropriate category. Refer https://github.com/grafana/plugin-validator/issues/3 for more details * Mandate minimum one keyword for better discovery in plugin repository. * Dropped enum from plugin.json $schema
Sriramajeyam Sugumaran committed -
* Update troubleshoot-queries.md * Update troubleshoot-queries.md
Diana Payton committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
previously was using fillmode previous, which is not what we want here. Also we do not have fill missing with this data source anyways Fixes #27013
Kyle Brandt committed -
* CloudWatch Logs: Move query response stats to appropriate FrameMeta property
kay delaney committed -
fixes #27048
Kyle Brandt committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Drone: Add Windows PR pipeline * CI: Add Dockerfile for WiX image
Arve Knudsen committed -
* InfluxDB: Upgrade InfluxDB in devenv * InfluxDB: De-export symbols * InfluxDB: Remove unused code * devenv: Make InfluxDB version configurable Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Add guide for sharing plugins * Fix review comments
Marcus Olsson committed -
* MixedDatasource: Shows data for working data sources and error for erroneous * Tests: remove funky import * Tests: fixes types
Hugo Häggmark committed -
Ivana Huckova committed
-
* Pass scoped vars to createMetricLabel * Add tests * Refacotr * Update tests * Update test
Ivana Huckova committed
-
- 18 Aug, 2020 6 commits
-
-
* Docs: Example of provisioning InfluxDB v2 datasource * Apply suggestions from code review Suggested improvements Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Wojciech Sromek committed -
* Add instructions on how to format multiple variables * Update docs/sources/developers/plugins/add-support-for-variables.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Fix review comment Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Marcus Olsson committed -
* Server: Add health check route Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Server: Remove health check middleware Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Prometheus: parse value as number when label is le * Convert prometheus table value back to string for modify query
Zoltán Bedi committed -
* tsdb: Make code less complex
Arve Knudsen committed -
kay delaney committed
-
- 17 Aug, 2020 9 commits
-
-
Closes #26306
kay delaney committed -
* Dashboard: Solve the discrepancy between provisioning and the API, Handle min refresh interval when creating/updating dashboard via API * Docs: Add refresh field in the example dashboard http api docs * Update create dashboard API docs Add refresh field in the create dashboard example response * Fix create dashboard API docs * Fix create dashboard API docs * Update docs/sources/http_api/dashboard.md Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Kirchen99 committed -
* Handle updating refresh token in oauth pass-thru Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Sean Lafferty committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Add guide on adding support for variable queries * Fix review comments * Update instruction for custom editor * Update docs/sources/developers/plugins/add-support-for-variables.md Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> * Update docs/sources/developers/plugins/add-support-for-variables.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/developers/plugins/add-support-for-variables.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Fix review comments * Fix review comments Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Marcus Olsson committed -
Marcus Olsson committed
-
* Add skipDataQuery to plugin.json schema * Fix typo
Marcus Olsson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Hugo Häggmark committed
-
- 14 Aug, 2020 6 commits
-
-
* InfluxDB: Upgrade Go client, use data source HTTP client Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Remove unnecessary Close Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Docs: document TLS configuration for generic OAuth * use SSL/TLS term * Update docs/sources/auth/generic-oauth.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/auth/generic-oauth.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Sofia Papagiannaki committed -
Emil Tullstedt committed
-
* Remove validation from empty playlists * Remove redundant API call Frontend used to call /api/playlists/:id/items directly after /api/playlists/:id but items are already included in the first response
Sofia Papagiannaki committed -
* Pass timerange and aadd tests * Update test
Ivana Huckova committed -
* Add documentation for sort log result * Update docs/sources/features/explore/index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/explore/index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/explore/index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Capitalize deduping options Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Ivana Huckova committed
-
- 13 Aug, 2020 5 commits
-
-
Ivana Huckova committed
-
* Add rate interval variable to prometheus data source * Add tests + auto complete * Fix prometheus tests * Add doc * Modify test title * Modify kbn method name after merge
Zoltán Bedi committed -
add BitsPerSecond and Seconds
Kyle Brandt committed -
* InfluxDB: Drop ctxhttp usage * InfluxDB: Clean up code * InfluxDB: Close query results Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Drone/CircleCI: Upgrade build pipeline tool Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Upgrade build pipeline tool in Docker scripts Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed
-