- 25 Apr, 2020 3 commits
-
-
* Singlestat: Migration button to migrate to new stat panel * updated test
Torkel Ödegaard committed -
* NewPanelEditor: Make variables wrap and small layout refactor * review fix
Dominik Prokop committed -
* Search: updated design * Fixed z-index * Fixes * Minor pixel push
Torkel Ödegaard committed
-
- 24 Apr, 2020 29 commits
-
-
Ivana Huckova committed
-
Ref #22917 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
tmarszal committed -
Ivana Huckova committed
-
Carl Bergquist committed
-
* Search: Improving search look and feel * Fixed issue with tag filter beeing cramped and wrapping tags * Minor tag polish * fixed type
Torkel Ödegaard committed -
* Add manifest for external plugins * CircleCI: Build internal plug-ins * CircleCI: Package internal and external plug-ins Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Styling updates * Create getQueryFromDisplayText method for Jaeger, Loki, Prometheus * Fix createLink and runQuery methods for all datasources * Update test * Update Select from Legacy to current * Update filtering * Update public/app/core/utils/richHistory.test.ts * Fix strictnullcheck errors * Remove getQueryFromDisplayText method, as not needed * Update saving of full query and use displayText for formatting * Update tests * Refactor create data query * Remove parsing, store object instead * Fix formatting error * Remove object checking, transform everything to DataQuery * Remove console.log * Rename migrate function, add datasourceName as a useEffect dependency * Fix z-index, move query
Ivana Huckova committed -
* Handle empty list * Connect to redux * Finish migration * Remove comments * Remove old files * Remove console log * Remove old import * Forgot to add the new button * Fix href * Fix feedback
Tobias Skarhed committed -
* Search: Remove wrapperRef * Search: Remove angular search files * Search: Unify search types * Search: Remove redundant hideHeader prop * Search: Remove app/types/search.ts * Search: Update imports * Search: Fix type errors
Alex Khomenko committed -
Andrej Ocenas committed
-
* Resort Icon.story.tsx into Docs Overview category * Make CallToActionCard.story.tsx internal * Move ThemeColors to Docs Overview category * Move Tag.story.tsx to Forms category * Move TagList.story.tsx to Forms category Co-authored-by: Clarity-89 <homes89@ukr.net>
Jess committed -
Show a message when sharing dashboard panel on the Link tab and there's no renderer available/installed. Ref #13802
Marcus Efraimsson committed -
* 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 8 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
-