- 23 Apr, 2020 7 commits
-
-
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
-
Alex Khomenko committed
-
* Search: Extend search_srv with getSortOptions * Search: Enable sorting * Search: Fullwidth search * Search: Add SortPicker * Search: Add useSearchLayout * Search: Update sort query * Search: Refactor items rendering * Search: Add sort to manage dashboards * Search: Add sort icon * Search: Mock getSortOptions * Search: Fix Select sizes * Search: Move SortPicker to Select * Grafana-UI: Add ActionRow.tsx * Grafana-UI: Use ActionRow in dashboard search * Grafana-UI: Update ActionRow styles * Search: Update tests * Search: enable clearing TagFilter * Search: Move getSortOptions outside of component * Search: Fix import * Search: Limit container width * Search: Replace SearchField's clear text with icon * Search: Fix section items query #23792 * Search: Add icons for layout switch * Search: Remove layout switch for folder page
Alex Khomenko committed
-
- 22 Apr, 2020 23 commits
-
-
* Correcting a reference link in documentation * Changed link as relative path, as asked by reviewer
Amal committed -
* PanelEditor: stores option group collapse state * Refactor: adds props to OptionsGroup instead
Hugo Häggmark committed -
Andrej Ocenas committed
-
* Make panel edit sidebar options use lates data from panel query runner * Update select's z-index * Review
Dominik Prokop committed -
* Buttons: Center buttons * Updated size of transformation button * removed snapshot
Torkel Ödegaard committed -
Tobias Skarhed committed
-
Torkel Ödegaard committed
-
* UI: inherit LinkButton props from ButtonHTMLAttributes * Chore: fix implicit any * UI: add InfoBox component * UI: fix InfoBox border color * Chore: use new style for defining stories * Chore: InfoBox refactor * Chore: inherit className attribute from HTMLDivElement
Alexander Zobnin committed -
Amal committed
-
Emil Tullstedt committed
-
kay delaney committed
-
* Change filterByName options to accept arrays instead of strings * Improve transformations UI * Minor updates * Minor UI changes * Review
Dominik Prokop committed -
* Transformers: adds labels as columns transformer * Refactor: adds support for same timestamps with different labels * Refactor: adds basic transform ui * Refactor: adds sorted result * Refactor: renames transformer
Hugo Häggmark committed -
* VizRepeater: fixed issue with resolved auto orientation passed back from VizRepeater * Updated variable name
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* pluginproxy: Handle URL parsing error * pkg/api: Validate data source URLs * pkg/api: Return 400 for URL validation error
Arve Knudsen committed -
Agnès Toulet committed
-
Alex Khomenko committed
-
Fixes #23754
Torkel Ödegaard committed -
Amal committed
-
* clear dashboard on unmount * fix menu z-index, folderpicker width * fix issue with saving dashboard in another folder * use foldermodel instead of selectablevalue * using z-index from theme * updated names * update snapshot * remove size from folderpicker * use connectWithCleanup * update snapshot
Peter Holmberg committed -
Peter Holmberg committed
-
- 21 Apr, 2020 10 commits
-
-
Ryan McKinley committed
-
Amal committed
-
Andrej Ocenas committed
-
Amal committed
-
Amal committed
-
Make rendering work when using serve_from_sub_path and not have rendering.renderer_url configured. Fixes #21925
Marcus Efraimsson committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* UI: Adds option to limit number of visible selected options to Select component
kay delaney committed -
grafana-plugin-model is legacy and is replaced by new backend plugins SDK and architecture. Renderer is not part of SDK and we want to keep it that way for now since it's highly unlikely there will be more than one kind of renderer plugin. So this PR adds support for renderer plugin v2. Also adds support sending a Device Scale Factor parameter to the plugin v2 remote rendering service and by that replaces #22474. Adds support sending a Headers parameter to the plugin v2 and remote rendering service which for now only include Accect-Language header (the user locale in browser when using Grafana), ref grafana/grafana-image-renderer#45. Fixes health check json details response. Adds image renderer plugin configuration settings in defaults.ini and sample.ini. Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
Marcus Efraimsson committed
-