- 15 May, 2020 2 commits
-
-
* Metrictank: Fixed updated schema and dedupe strategy * revert schema change * fix
Torkel Ödegaard committed -
Ryan McKinley committed
-
- 14 May, 2020 38 commits
-
-
* fixes so we match the transformer based on name properly. * changed the signature on the FieldMatcher. * introduced a names option so you can filter in name specificly. * changed so the matcher UI uses the new options format. * moved the exported functions together. * changing editors a bit. * made the filter by name work with both regex and name filtering. * fixed failing tests and make sure we always parse regex the same way. * removed unused code. * simplified to make the existing field overrides still working. * fixed issue reported by hugo. * added tests for the name matcher. * added tests for filter by name. * added more tests. * generated new version of the packages docs. * fixed spelling error. * regenerated the docs.
Marcus Andersson committed -
* Create graph-panel.md * Update _index.md * Create panels-overview.md * Update graph-panel.md * Applied Torkel's edits * Update graph-panel.md * Update panels-overview.md * Update _index.md * Update graph-panel.md * Create add-a-panel.md * Update add-a-panel.md * Update add-a-panel.md * Revert "Update add-a-panel.md" This reverts commit 6d51ee8712fda702d7459c1f00307c95d0913dcf. * Update add-a-panel.md * Update graph-panel.md
Diana Payton committed -
Marcus Andersson committed
-
* fixes so we match the transformer based on name properly. * changed the signature on the FieldMatcher. * introduced a names option so you can filter in name specificly. * changed so the matcher UI uses the new options format. * moved the exported functions together. * changing editors a bit. * made the filter by name work with both regex and name filtering. * fixed failing tests and make sure we always parse regex the same way. * removed unused code. * simplified to make the existing field overrides still working. * fixed issue reported by hugo. * added tests for the name matcher. * added tests for filter by name. * added more tests.
Marcus Andersson committed -
Closes #24554
kay delaney committed -
Andrej Ocenas committed
-
* fix header names and filename * use panel title as filename * add frame argument * escaping double quotes * wrapping header name in quotes * Fix replace * Add test for csv double quotes escaping Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Peter Holmberg committed -
* fix broken links * fix another link
Robby Milo committed -
kay delaney committed
-
Lukas Siatka committed
-
* Add Panel inspector highlight * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Tobias Skarhed committed -
* updated menu and added alerts-overview.md * Delete metrics.md * Update menu.yaml * changed file name and updated menu * Update create-alerts.md * added file and link * Create view-alerts.md * added content and links * Update pause-an-alert.md * added content and links * edited notification content * updated link * Update docs/sources/alerting/create-alerts.md Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> * Applied marcus e. edits * Update docs/sources/alerting/alerts-overview.md Co-authored-by: Carl Bergquist <carl@grafana.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Carl Bergquist <carl@grafana.com>
Diana Payton committed -
* Create field-config.md * Update field-config.md * updated intros * Update field-config.md * changed file name * Update whats-new-in-v7-0.md * added links and content * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * Update field-configuration-options.md * Update field-configuration-options.md Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Diana Payton committed -
Marcus Olsson committed
-
Strict null fixes: updates return type of getMessageFromError, fixes QueryOperationAction props (#24690) * Chore: updates getMessageFromError return type * Chore: updates the position of incorrectly placed bang operator * Chore: updates typing on dropdown typeahead directive * Chore: updates QueryOperationAction props to require title * Revert "Chore: updates QueryOperationAction props to require title"
Lukas Siatka committed -
- log stats for Loki are per query - this change tracks the query stats by refId, preventing the summing of the same stats across multiple series of the same response.
David committed -
* Add "When to use" info to Checkbox.mdx Added info about how checkboxes generally work and when to use another component instead. * Replaced words with proper component names * Update Checkbox.mdx Elaborate on explanations. Add examples for how to use checkboxes the user-friendliest way. * Apply suggestions from code review Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Tobias Skarhed <tobias.skarhed@gmail.com> Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Jess committed -
Agnès Toulet committed
-
Torkel Ödegaard committed
-
Andrej Ocenas committed
-
Marcus Efraimsson committed
-
* Editor: New line on Enter, run query on Shift+Enter - default Enter behavior on query editor fields should be a new line - special behavior should require a special key: running a query is now done on Shift-Enter - Plugins order had to be changed because when typeahead is shown, Enter is accepting the suggestion * Run with ctrl-enter, hint in query placeholder * Fix Kusto field behavior for Enter * Fix Kusto field behavior for default suggestion
David committed -
* Chore: updates Elasticsearch DataLinks test async wrapper mount * Chore: updates Loki DervidedFields test async wrapper mount * Chore: fixes typecheck issues * Chore: small strict-null fix
Lukas Siatka committed -
* Update Explore plugin docs * Fix review comment
Marcus Olsson committed -
Andrej Ocenas committed
-
* change text and image links * Review feedback Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * uppercase JSON Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Peter Holmberg committed -
Andrej Ocenas committed
-
Marcus Olsson committed
-
Hugo Häggmark committed
-
SaveDashboard: Allow editing provisioned dashboard JSON and add confirmation when JSON is copied to dashboard (#24680)
Dominik Prokop committed -
Fixes #24582 - Error running yarn dev command
Zoltán Bedi committed -
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
Marcus Efraimsson committed -
fixes #24591 fixes #19501
Carl Bergquist committed -
* Orgs: Fist draft of orgs deprecation infobox * adds warning about potentially deprecating orgs (#24512) * Updates * Fixed ts issue Co-authored-by: Carl Bergquist <carl@grafana.com>
Torkel Ödegaard committed -
Tobias Skarhed committed
-
Hugo Häggmark committed
-
* Add info: when to use which and how to mix buttons * Update description for Button.mdx - add note about scenario without primary action - add note about secondary button being the default * Refine docs info for secondary and destructive Co-authored-by: Tobias Skarhed <tobias.skarhed@gmail.com>
Jess committed -
Marcus Olsson committed
-