- 13 Mar, 2020 5 commits
-
-
closes #21519 ref grafana/grafana-plugin-sdk-go#93
Carl Bergquist committed -
* Explore: turns off actions execution on blur for Loki * Explore: turns off actions execution on blur for Prometheus * Explore: updates snapshots for Loki & Prometheus after turning off onBlur
Lukas Siatka committed -
* Update whats-new-in-v6-7.md
Diana Payton committed -
grafana/data: PanelTypeChangedHandler API update to use PanelModel instead of panel options object [BREAKING] (#22754) This changes PanelModel's API to support PanelModel API updates when changing panel type. Primary useful when changing panel type between Angular and React panels, as other migrations can be handled via DashboardMigrator. API change: https://github.com/grafana/grafana/pull/22754/files#diff-d9e3f91dc7d5697f6d85ada008003b4b
Dominik Prokop committed -
Co-authored-by: bergquist <carl.bergquist@gmail.com>
Daniel Mietchen committed
-
- 12 Mar, 2020 10 commits
-
-
* Add rich historyy documentation * Update index.md * Update docs/sources/features/explore/index.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update documentation * Update docs/sources/features/explore/index.md * Update docs/sources/features/explore/index.md * 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> * 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> * 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 * 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 * 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 * Format table * Update docs/sources/features/explore/index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Ivana Huckova committed -
Minor edit
Diana Payton committed -
Diana Payton committed
-
Datasource: making sure we are having the same data field order when using mixed data sources. (#22718) * changed so data query response always it returned in the correct order when using mixed data sources. * refactored the code to make it a bit simpler and not failing the tests. * changed to simple array type.
Marcus Andersson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Update changelog
Arve Knudsen committed -
* Docs: export dashboard as PDF * Update docs/sources/enterprise/_index.md Co-Authored-By: Leonard Gram <leo@xlson.com> Co-authored-by: Leonard Gram <leo@xlson.com>
Alexander Zobnin committed -
Alexander Zobnin committed
-
Dominik Prokop committed
-
* Chore: reduces strict null errors with 100+ * Chore: lowers the build error number
Hugo Häggmark committed
-
- 11 Mar, 2020 25 commits
-
-
* maintains support for Grafana core e2e tests * avoids producing declaration files in plugin source directories
Steven Vachon committed -
Erik Sundell committed
-
The live tailing option was removed with #19533 per some outstanding issues (#19532 and #19530). It should no be mentioned in the docs as a feature. https://github.com/grafana/grafana/pull/19533
Cody Williams committed -
* Docs: Add layout info * Update docs/sources/enterprise/reporting.md Co-authored-by: Leonard Gram <leo@xlson.com>
Alex Khomenko committed -
* Increment Grafana version to 7.0.0-pre
Arve Knudsen committed -
* CircleCI: Adapt build-pipeline to implement also release pipeline
Arve Knudsen committed -
* use fs-extra instead of fs * use moveSync instead of renameSync
Martin Brenner committed -
* added docs * Update docs/sources/guides/whats-new-in-v6-7.md * Docs: minor restruturing of whats new Co-authored-by: Leonard Gram <leo@xlson.com>
Jon Gyllenswärd committed -
allows Field names to be duplicated, goes with #22705
Kyle Brandt committed -
* add tab * add process measurement * Fixed some design issues * Align tabs margin Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Peter Holmberg committed -
This reverts commit 0f676966.
Torkel Ödegaard committed -
* Docs: add rendering configuration in reporting * Docs: fix mispelling
Agnès Toulet committed -
Marcus Andersson committed
-
Mohit Nain committed
-
* Datasources: Update dashboards * Datasources: increase dashboard versions * Datasources: prometheus dashboards improvements - Update links - Add target="blank" if missing - Remove not showing image
Agnès Toulet committed -
* Revert "API: Fix redirect issue when configured to use a subpath (#21652)" (#22671) This reverts commit 0e2d874e. * Fix redirect validation (#22675) * Chore: Add test for parse of app url and app sub url Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> * Fix redirect: prepend subpath only if it's missing (#22676) * Validate redirect in login oauth (#22677) * Fix invalid redirect for authenticated user (#22678) * Login: Use correct path for OAuth logos Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Sofia Papagiannaki committed -
* Explore: adds QueryRowErrors component * Explore: updates QueryRow to use QueryRowErrors component * Explore: updates PromQueryField to remove error render * Explore: updates Elastic query field to remove error render * Explore: updates LokiQueryFieldForm to remove error render * Explore: updates QueryRow component - brings back passing errors down * Explore: removes QueryRowErrors component * Explore: updates ErrorContainer component - moves out data filtering * Explore: updates QueryRow component - changes QueryRowErrors to ErrorContainer * Explore: updates Explore component - adds error filtering for ErrorContainer * Explore: updates ErrorContainer and adds a basic test for it * Explore: updates Explore component props name and adds a basic render test * Explore: adds snapshots for Explore and ErrorContainer * Explore: adds a test for error render * Explore: adds a comment to Explore component explaining the way we filter non-query-row-specific errors * Explore: adds getFirstNonQueryRowSpecificError method to explore utilities * Explore: extracts getFirstNonQueryRowSpecificError method and slightly refactors Explore component * Explore: updates Explore component tests to cover non-query-row-specific errors
Lukas Siatka committed -
* design tweaks * RichHistory: Design tweaks
Torkel Ödegaard committed -
Dominik Prokop committed
-
* Don't issue empty "select metric" queries * Update pkg/tsdb/graphite/graphite.go Co-Authored-By: Carl Bergquist <carl.bergquist@gmail.com> * Fix indentation * Add missing import Co-authored-by: Carl Bergquist <carl.bergquist@gmail.com>
Sofia Papagiannaki committed -
Ryan McKinley committed
-
* UX: Update new form styles to dark inputs * Aligning styles a bit * Updated snapshot
Torkel Ödegaard committed -
line 31 : makes user a superadmin : multiple use of 'a' can be avoided for better reading line 35: User can belong to : remove 'be' it is incorrect line 51: allow you : typo correction
Mohit Nain committed -
* correcting line 15 one typo needs correction * Update docs/sources/permissions/organization_roles.md Co-Authored-By: Peter Holmberg <peterholmberg@users.noreply.github.com> Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com>
Mohit Nain committed -
Tobias Skarhed committed
-