- 22 Sep, 2020 9 commits
-
-
* Make graph and table collapsing just a UI thing * Remove showingGraph and showingTable, set them defaultly to true * Remove collaapsing for panels in Explore * UI toggle WiP * WIP, add query type * Refactor, clean up * Update tests * Clean uo * Update rangeAll to range and instant * Remove console logs * Update packages/grafana-data/src/types/datasource.ts Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Update public/app/core/utils/explore.ts Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Fix prettier error Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Ivana Huckova committed -
* Add docs for explore query editor * Update text * Reverse changed linting * Update docs/sources/features/datasources/prometheus.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/datasources/prometheus.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 -
Chuck Wilson committed
-
* Chore: Fix linting issues Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Server: Don't clutter trace.Stop by exiting Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Torkel Ödegaard committed
-
kennytm committed
-
Hugo Häggmark committed
-
Singular to plural (is to are)
Nitesh Koushik S committed
-
- 21 Sep, 2020 12 commits
-
-
Don't expect initial chart data when creating a panel that hasn't yet populated its query editor
Steven Vachon committed -
fix typo
kevin.xu committed -
* Explore: Keep typeahead suggestions for exact label matches in Loki query editor * Simplify some typing * Explore: filter selected loki label option from suggestions Co-authored-by: kay delaney <kay@grafana.com>
Russ committed -
* CircleCI: Fix master pipeline wrt front-end tests Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Appease shellcheck Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* add overflow hidden to titleWrapper * show ellipsis and css labels for components * readd drag handle after bad merge * rewrite userpicker test with rtl * update test after adding css label to icon component * fix more tests..
Peter Holmberg committed -
* DashboardRow: Update to use the new replaceWithText method * Fixed panel header as well
Torkel Ödegaard committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* CircleCI: Execute enterprise tests Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Initial tidy-check proposal * Add tidy check to Drone & CircleCI definitions Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Joan López de la Franca Beltran committed -
Peter Holmberg committed
-
Dominik Prokop committed
-
It is confusing as the marketplace plugin is deprecated, and this page indicates that it is **included**, but it is not visible/discoverable by default.
calebsmac committed
-
- 20 Sep, 2020 1 commit
-
-
Spencer McMaster committed
-
- 19 Sep, 2020 1 commit
-
-
* apply thresholds for strings * apply thresholds for all FieldTypes
Peter Holmberg committed
-
- 18 Sep, 2020 6 commits
-
-
* Elasticsearch: Add frozen indices support for alerting
Giordano Ricci committed -
Diana Payton committed
-
Dominik Prokop committed
-
This adds a check to see if plugin route URL is empty, and in such case does not modify request schema and host of the request to be proxied. This behavior is now the same as in the plugin proxy.
Domas committed -
kuberentes (and Im sure other orchastrators does as well) support two kind of checks. readiness checks and liveness checks. Grafanas current `/api/health` endpoint requires database access which might not always be required for the instance to be considered active.
Carl Bergquist committed -
* Added previewText to Google Chat notifier
Alvaro Olmedo Rodriguez committed
-
- 17 Sep, 2020 11 commits
-
-
Diana Payton committed
-
kay delaney committed
-
Hugo Häggmark committed
-
* Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * Update CHANGELOG.md Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Hugo Häggmark committed -
* Update plugin metadata schema * Add missing properties to plugin schema * Fix review comments
Marcus Olsson committed -
Dominik Prokop committed
-
Giordano Ricci committed
-
* DataLinks: Adds field quoting and respects DisplayName * Update public/app/features/panel/panellinks/link_srv.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
Hugo Häggmark committed -
* Add new explore/observability related features to whats new docs * Apply suggestions from code review Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Address review comments * Update docs/sources/guides/whats-new-in-v7-2.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Change new loki feature title Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Zoltán Bedi committed -
* ApiKeys: Fixes add API key layout * ApiKeys: snapshot tests updated
Nick Svanidze committed -
SharedQuery: Error when switching to -- Dashboard -- data source caused "no data" no matter what source panel was selected (#27627) * SharedQuery: Error when switching to -- Dashboard -- data source made observable subscription error and subsequent data results not update visualization * added null check just in case
Torkel Ödegaard committed
-