- 19 Aug, 2020 11 commits
-
-
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 8 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 -
* API: Improve error handling (#26934) * New ErrUserAlreadyExists error has been introduced * Create user endpoint returns 412 Precondition Failed on ErrUserAlreadyExists errors * Make ErrUserAlreadyExists error message clearer Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * Use errors.Is instead of equality comparator on AdminCreateUser handler * Improve sqlstore/user test definition Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Improve sqlstore/user tests for ErrUserAlreadyExists cases * Remove no needed string fmt and err declaration on sqlstore/user tests * Code improvements for sqlstore/user tests Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Use err.Error() instead of sentinel error value on AdminCreateUser Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Add ErrUserAlreadyExists handling for signup & org invite use cases Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Joan López de la Franca Beltran committed -
* Templating: Fixed recursive url update issue for textbox variable * Updated link * updated e2e
Torkel Ödegaard committed -
* Update LogsDedupStrategy enum to keep consistent with radio button capitalization * Revert "Update LogsDedupStrategy enum to keep consistent with radio button capitalization" This reverts commit 0b05cd4e004fd3e9c78b3cec776961ae874b912d. * Capitalize dedup strategy in radio buttons
Ivana Huckova committed
-