- 22 May, 2020 6 commits
-
-
Josh Soref committed
-
* Fix button press outside * Add a prop to toggle button press * Add comments * Remove public
Tobias Skarhed committed -
* Set explicit hover color * Use cx
Tobias Skarhed committed -
Carl Bergquist committed
-
* First pass solution * Refactor solution * Add test coverage, update tests * Fix behaviour for multiple labels, add test for this * Add recordin rules to devenv prometheus * Update devenv/prometheus2 instead of devenv/prometheus * Add newlines * Fix label matching if labels include comma, add test coverage * Refactor * Refactor, simplify
Ivana Huckova committed -
kay delaney committed
-
- 21 May, 2020 11 commits
-
-
* Various fixes and requests for toolkit: 1) Added toolkit to the alpine docker image, so we can get latest fixes without having to re-release 2) Removed cp from e2d docker image 3) Change github client to allow to specify an owner so it's not "grafana" only 4) Toolkit refers to grafana-ui and grafana-data "next", rather than canary * added toolkit to e2e docker image * Added tools to the e2e image for building/deploying oracle * added shasum * removing toolkit from images
Stephanie Closson committed -
Diana Payton committed
-
* fixed links * Update menu.yaml
Diana Payton committed -
* Datasource/CloudWatch: Better handling of stats grouping
kay delaney committed -
* Shorten filter history label * Add keyboard shortcuts for update comment in Query history * Add test coverage for new keyboard shortcuts * Update changed aria-label in tests * Add test scenario for enter and ctr key
Ivana Huckova committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* First draft * Update docs/sources/features/datasources/cloudwatch.md Co-Authored-By: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update docs/sources/features/datasources/cloudwatch.md Co-Authored-By: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update docs/sources/features/datasources/cloudwatch.md Co-Authored-By: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update docs/sources/features/datasources/cloudwatch.md Co-Authored-By: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * More additions and changes to CloudWatch docs * Branding changes * Update documentation references Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: kay delaney <kay@grafana.com>
Andrej Ocenas committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Fixes #23306
Zoltán Bedi committed -
d10n committed
-
* Resolve Cypress bin path ... instead of expecting it to be in a place that it may not be, depending on de-duping/flattening of nested dependencies * Remove dashboard before removing datasource ... it makes more sense and it fixes random issues, perhaps something to do with how the backend is implemented. * Updated lockfile
Steven Vachon committed
-
- 20 May, 2020 23 commits
-
-
Ryan McKinley committed
-
* Graph: Legend decimals now work as expected * removed new test that I could not get green
Torkel Ödegaard committed -
* Update docs/sources/panels/field-configuration-options.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Mohit Nain committed -
* Update docs/sources/panels/queries.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Mohit Nain committed -
Hugo Häggmark committed
-
Hugo Häggmark committed
-
Dominik Prokop committed
-
kay delaney committed
-
* Add pre-wrap to highlighter only for wrapped lines option * Remove duplicated styling
Ivana Huckova committed -
Henry Muru Paenga committed
-
* fixed issue that the icon was missing in es group by. * fixed missing icon in the single stat value mappings.
Marcus Andersson committed -
* Fix scrolling, besides context (wip) * Remove autoHide * Revert "Remove autoHide" This reverts commit 3572718cabeeb29f007497a8f3a90639985c185f. * Revert "Fix scrolling, besides context (wip)" This reverts commit 8e11d8961248a207fc072a34879738956ceefcd4. * Fix scrolling in Logs Panel * Rename passed prop to disableCustomHorizontalScroll
Ivana Huckova committed -
* Chore: adds event listeners allowing to exit log row context with ESC key * Chore: updates LogRows styles to prevent it from rendering context provider inappropriately * Revert "Chore: updates LogRows styles to prevent it from rendering context provider inappropriately" This reverts commit 59b06424c49bf4c33a1b6419551f76ff5de6e122.
Lukas Siatka committed -
Hugo Häggmark committed
-
First example of the use of a variable in influxdb query should not use a regex query but a simple one. A first time influxdb user (like me) could think that the proper way to use variable in a dashboard template is to use regex query, but it's not true. Also "=~ /$region/" may be erroniously thought identical to "= '$region'" while instead "=~ /^$region$/" is identical to "= '$region'", and for that type of query is useless (if not slower) use a regex query.
Alcarin committed -
Mohit Nain committed
-
* Fixes dashboard links by tags not working * removes code duplication
Kamal Galrani committed -
Ryan McKinley committed
-
* Remove beta text from What is new in Grafana 7 * Update docs/sources/guides/whats-new-in-v7-0.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Ivana Huckova committed -
Signed-off-by: Richard Hartmann <richih@richih.org>
Richard Hartmann committed -
Diana Payton committed
-
Caleb Collins-Parks committed
-
Diana Payton committed
-