- 02 Jun, 2020 7 commits
-
-
Hugo Häggmark committed
-
Josh Soref committed
-
* Do not show alerts tab when alerting is disabled * Add tests
Dominik Prokop committed -
Variable: removed __user.name/___.user.email from global variables and added docs for the rest of the __user variable. (#25275) * added docs for new global variable. * reverting the name + email so we only expose the bare minumum that should be enough for most cases.
Marcus Andersson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Updated templating code to support the $__user variable to expose the current userid, username, email and login. Fixed the $__org variable as it was returning the user id instead of the ordId. Updated the documentation to match * Updated solution to retrieving $__user variables to pull directly from user record (thereby allowing future access to properties that might not exist in the contextSvr). Replicated this initialisation in the variables feature Corrected typo's in documentation. * Repaired typecheck issues. * Updated patch to pull entirely from contextSrv without API calls. * ... And removed the redundant comments. * Updated documentation.
aidanmountford committed -
Alex Khomenko committed
-
- 01 Jun, 2020 10 commits
-
-
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Kevin Retzke committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Fix type definitions * Fix typo * Added support for fetch() within tests
Steven Vachon committed -
note: This is just Azure Monitor within the Azure Monitor datasource (not insights, insights analytics, or log analytics yet). Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Kyle Brandt committed -
* Chore: Fix various spelling errors in back-end code Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>>
Arve Knudsen committed -
* added tests to verify flow. * refactoring picker reducer. * made all the tests green. * removed console.log's * fixed toggle all and making sure the correct values are set on picker open. * added more tets. * refactored and added table tests. * fixed so we select values from selectedValues instead of options. * fixed so you can navigate and select even after you have filtered a variable. * adding tests to verify flows when toggling by highlight. * fixed so enter always selects value before closing. * improved the code for tags.
Marcus Andersson committed -
Sofia Papagiannaki committed
-
* Cleanup * addPanel now supports (optional) custom dashboardUid * addPanel now supports (optional) visualization name * Added CLI option for updating screenshot fixtures * Added support for console.* functions within tests * Refactored screenshot command for greater simplicity * addPanel now sets a unique title * Updated lockfile
Steven Vachon committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Fix Loki and Prometheus query fields on mobile devices * Add min widt to Elasticsearch Query Field * Remove width for Elastic, works nicely without updating it * Update public/app/plugins/datasource/loki/components/LokiQueryFieldForm.tsx Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Ivana Huckova committed
-
- 31 May, 2020 2 commits
-
-
Utkarsh Bhatnagar committed
-
Ryan McKinley committed
-
- 29 May, 2020 8 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
Ryan McKinley committed
-
David Kaltschmidt committed
-
Ryan McKinley committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Logs: Use result range instead of timepicker range for log histogram If a logs datasource does not send histogram data for the requested time range, the logs model computes a timeseries based on the log row counts, bucketed by an automcatically calculated time interval. Even when this histogram time series did not span the whole requested time range it was still rendered in the graph across the whole range, leaving an empty area at its start. Users find this confusing and are lead to believe their log data is missing. This change fixes this by anchoring the start of the timeseries on the first log row's timestamp from the result, and adds this smaller range as `visibleRange` to the logs model and passes it through to the logs component that optionally takes it into account to not render the empty area. The interval (bucket size) is also adjusted to account for a potentially finer resolution on the shorter visible time interval. The bucketsize multiplier was also changed from 10 to 20 to account for the space between the chart's bars. * Aligned visible range with buckets * Extract bucket size calculation and add test
David committed -
* CircleCI: Upgrade build image * CircleCI: Upgrade grabpl Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed
-
- 28 May, 2020 8 commits
-
-
* Update templates-and-variables.md Fixes #13744 * Update templates-and-variables.md * Update templates-and-variables.md * Update docs/sources/variables/templates-and-variables.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/variables/templates-and-variables.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/variables/templates-and-variables.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Torkel Ödegaard committed -
Diana Payton committed
-
Rémy G committed
-
Fixes so that ini-sections containing hyphen is replaced with underscore. Fixes an issue with backend plugin settings. Ref grafana/grafana-image-renderer#147
Marcus Efraimsson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Ivana Huckova committed
-
closes #25163
Carl Bergquist committed -
* Transformations: Fixed transformation crash issue * Updated
Torkel Ödegaard committed
-
- 27 May, 2020 5 commits
-
-
Diana Payton committed
-
* Grafana UI: Remove dark mode addon from deps * Grafana UI: Update lockfile
Alex Khomenko committed -
Explore: adds table result dataframes sorting to get response columns order based on queries order (#25131) * Chore: updates Explore result processor to sort dataframes based on their refId so results are displayed in a correct order * Chore: adds types to Explore ResultProcessor getTableResult DataFrames
Lukas Siatka committed -
Diana Payton committed
-
Chore: fixes jaeger duration value in cascader option label - using milliseconds now instead of microseconds (#25129)
Lukas Siatka committed
-