- 24 Apr, 2020 17 commits
-
-
* Grafana-UI: Extend Layout props * Grafana-UI: Merge container styles * Search: Fix prop types * Grafana-UI: remove className prop
Alex Khomenko committed -
Torkel Ödegaard committed
-
* Chore: Upgrade to Ubuntu 20.04 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Arve Knudsen committed -
* Devenv: fix prometheus scrape ips * Devenv: fix grafana in devenv reference * Devenv: fixes prom random data reference
Leonard Gram committed -
Same as #23452 but for assumed roles. When using service accounts (webIdentity) on EKS in combination with assuming roles in other AWS accounts Grafana needs to retrieve the service account credentials first and then needs to assume the configured role.
Johannes Brück committed -
* Explore: Create basic E2E test * Feature: adds e2e tests for panel inspector * Refactor: adds ts-ignore because of type checking errors * Refactor: changes after PR comments and updates snapshot * Refactor: adds typings back for IScope * e2e: adds e2e for panel edit Co-authored-by: Andreas Opferkuch <andreas.opferkuch@gmail.com>
Hugo Häggmark committed -
Torkel Ödegaard committed
-
When Include image is enabled for an alert notification channel, but there's no image renderer available/installed when sending notification an error image will be uploaded/attached explaining that you need to install the Grafana Image Renderer plugin. Ref #13802 Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
Marcus Efraimsson committed -
If no image renderer available/installed when adding a new alert notification channel will set Include image to false per default, otherwise true as before. If no image renderer available/installed when adding/edit alert notification channel will show an informational message that you need to install the Grafana Image Renderer plugin for Grafana to be able to render an image. Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Marcus Efraimsson committed -
* dsproxy: adds support for url params for plugin routes * docs: fixes after review * pluginproxy: rename Params to URLParams * Update pkg/plugins/app_plugin.go Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Apply suggestions from code review Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * pluginproxy: rename struct Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Daniel Lee committed -
* Simple fix for labels to fields transform problem * Added unit test
Torkel Ödegaard committed -
* Search: Add FixedSizeList for result items * Search: Move SectionHeader to a separate file * Search: Add useListHeight hook * Search: Fix horizontal scrollbar * Search: Remove custom scrollbar * Search: Do not fetch dashboard folder on route change * Search: Update tests * Search: Remove extra checkbox renders * Search: Move wrapper ref outside search results * Search: Fix param type * Search: Fix merge conflicts * Search: Virtualize dashboard list * Search: Update layout * Search: Pass wrapper to search results * Search: Update dashboard redirect * Search: Remove unused css * Search: Revert config * Search: Use AutoSizer * Search: Remove redundant appEvents call * Search: Use List layout in folder view
Alex Khomenko committed -
Omar Nahhas Sanchez committed
-
Ivana Huckova committed
-
* DataLink input to new form styles * Make Angular work with inline editor * Remove onRemove and desiableRemove * Remove DataLinksEditor * Change order of inputs * Enable syntax highlight * Fix datalinks for Elastic
Tobias Skarhed committed -
* Basic migration * Update test * Fix feedback
Tobias Skarhed committed -
* Explore: Create basic E2E test * Feature: adds e2e tests for panel inspector * Refactor: adds ts-ignore because of type checking errors * Refactor: changes after PR comments and updates snapshot * Refactor: adds typings back for IScope * Refactor: changes after PR comments Co-authored-by: Andreas Opferkuch <andreas.opferkuch@gmail.com>
Hugo Häggmark committed
-
- 23 Apr, 2020 23 commits
-
-
* NewPanelEditor: Panel edit tweaks (#22415) * NewPanelEditor: Alternative edit layout * Fixed full height issue * panel-edit-tabs experiment * minor tweaks * PanelEditor: Minor tweaks * Docs: URL update to Relref to repair broken links Rewrote URL references in the text for the Administration guide and older Whats New page to repair broken links, and change to the Relref format to build the website with Hugo. Closes #22378 * Remove stale file, caught in this branch and PR from my Fork. contribute/style-guides/markdown-style-guide.md Co-authored-by: Torkel Ödegaard <torkel@grafana.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Joseph Robinson committed -
Dominik Prokop committed
-
Torkel Ödegaard committed
-
* Fixes and security patches: 1. Always keep the source directory, just don't package the source 2. Do not publish the SSH key for common plugin tasks. Changed to environment variable * env variable renamed. * Re-added the src remove * touch config.yml for rebuild
Stephanie Closson committed -
Andrej Ocenas committed
-
Andrej Ocenas committed
-
Dominik Prokop committed
-
* breaking change for newer backend plugins * use exported protobuf converters and sdk types to reduce duplicate code * uses grafana-plugin-sdk-go@v0.54.0
Kyle Brandt committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* CHANGELOG.md: Update Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Arve Knudsen committed -
Kyle Brandt committed
-
* Transformers: Organise fields transformer detailing * Table header cell - fix text overflowing columns
Dominik Prokop committed -
* Rendering: makes sure service knows if it is configured after Init() * Rendering: refactor
Leonard Gram committed -
* prevent xss * added escaping on tooltip. * Rebase done Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
Torkel Ödegaard committed -
Dominik Prokop committed
-
* CircleCI: Upgrade shellcheck to v0.7.1 and pin version Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* show signing status * show signing status * Progress on signed badge style * Progress on signing status look and updated card background * Updates * Transforms card tweak Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Ryan McKinley committed -
Ivana Huckova committed
-
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Torkel Ödegaard committed -
* Fix splitting functionality, remove passing of parameters from button * Format comment
Ivana Huckova committed -
* Create .mdx for ColorPicker component group Describes the building blocks of the component and how they work together. * Rename ColorPicker.mdx to ColorPicker.story.mdx * Update packages/grafana-ui/src/components/ColorPicker/ColorPicker.story.mdx Clean up tags Co-Authored-By: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> * Update packages/grafana-ui/src/components/ColorPicker/ColorPicker.story.mdx Co-Authored-By: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
Jess committed -
* Add validation to filter by name regex, minor layout tweaks * Use cards uin for non configured transformations
Dominik Prokop committed -
Dominik Prokop committed
-