- 30 Jun, 2020 22 commits
-
-
When there is an error message in the HTTP response, this copies that error so it is relayed to the user by being shown in the frontend. This also makes it so when there is an error the interpolated query string (ExecutedQueryString) is returned so users can see it in the query inspector.
Kyle Brandt committed -
* PanelHeader: Fixed loading icon position * revert back to text weak color
Torkel Ödegaard committed -
Ryan McKinley committed
-
Ivana Huckova committed
-
* Update backend * Update frontend * Keep old plugin id * Update docs * Place doc images to a new directory * Legacy support for stackdriver-auto alignment * Consistent plugin name * Apply suggestions from code review Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> * Update docs * Update public/app/plugins/datasource/cloud-monitoring/README.md Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> * Add reference to the data source formerly being named Stackdriver * Update pkg/models/datasource.go Co-authored-by: Carl Bergquist <carl@grafana.com> * Fix gofmt Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> Co-authored-by: Carl Bergquist <carl@grafana.com>
Sofia Papagiannaki committed -
* Docs: Changelog update for 7.0.5 * Update latest.json * Fixed alignment
Torkel Ödegaard committed -
* Use standard input for value mappings value * add test and case for matching string values * re add number on rangemap * remove FieldTypeNumber required
Peter Holmberg committed -
* Grafana UI: Setup component * Grafana UI: DashboardFileUpload => FileUpload * Grafana UI: Expand docs * Grafana UI: Add className * Grafana UI: Update import * Grafana UI: Clarify props * Update packages/grafana-ui/src/components/FileUpload/FileUpload.tsx Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> * Grafana UI: Style icon * Grafana UI: Show uploaded file name * Grafana UI: Add tests * Grafana UI: Add useStyles + useCallback * Grafana UI: Remove stylesFactory * Grafana UI: Revert to useTheme Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
Alex Khomenko committed -
* Add searching functionality to Queries tab * Implement search for starred queries * Update tests and add test coverage for searching * Changes based on provided feedback * Remove redundant storing of results * Update naming of onSearchFilterChange function in tests * Update filterQueriesBySearchFilter function * Update filterQueriesBySearchFilter function * Debounce search * Remove console.log() * Use useDebouncedCallback * Update tests, remove redundant props * When in starred, search only in starred * Add timefilter as dependency * Remove redundant dependency, refactor
Ivana Huckova committed -
* Remove legend formatting when switching from panel to explore * Add test coverage
Ivana Huckova committed -
Steven Vachon committed
-
Provisioning: Use folders structure from the file system to create desired folders in dashboard provisioning. (#23117) Fixes #12016
Maksim Nabokikh committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Add internal links in table and with custom query * Add specific types for internal and external link * Change the datalink types to be more backward compatible * Refactor the link utils for explore * Add internal linking to table panels * Fix derived field condition * Prettify * Add and fix tests * Prettify * Fix imports and tests * Remove unused type * Update packages/grafana-data/src/types/explore.ts Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * Update packages/grafana-data/src/types/explore.ts Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Andrej Ocenas committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
TimeZonePicker: added possibility to toggle if internal time zones should be included or not. (#25934) * made some small adjustments after feedback. * made the flag optional.
Marcus Andersson committed -
* Minimize css and js only for storybook build * Update CodeEditor story, make it internal * Update storybook webpack config
Dominik Prokop committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Update field type for instant queries to number * Remove fieldtype as in prometheus * Revert "Remove fieldtype as in prometheus" This reverts commit f887ad1125deb1053e33f7ef385d5f518ac27892.
Ivana Huckova committed -
* Show results of instant queries only in table and rest in graph * Add type to QueryResultMeta * Update log row hover background only if context is not open * Revert "Update log row hover background only if context is not open" This reverts commit 144197c9540565273515a6d7dd38d3e12a436f05.
Ivana Huckova committed -
Dominik Prokop committed
-
Richard Hartmann committed
-
- 29 Jun, 2020 18 commits
-
-
Kyle Brandt committed
-
* Add join transform if showing timeseries only in the table * Fix typo
Andrej Ocenas committed -
* backend: use latest go plugin sdk which fixes #25287 * update for Frame.Meta.Custom SDK changes
Kyle Brandt committed -
* Set time range when creating a dashboard * Optionally set time range when opening a dashboard * Default time range to 6 hours instead of 1 hour * Minor changes
Steven Vachon committed -
Hugo Häggmark committed
-
- The Application Insights Service now returns a dataframe. This is a "wide" formatted dataframe with a single time index. - Multiple "group by" dimensions may now be selected instead of just one with Application Insights. - Some types are copied / slightly altered from the Azure Go SDK but that SDK is not imported at this time. Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Kyle Brandt committed -
Ryan McKinley committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Fix jumping layout * Update log row hover background only if context is not open
Ivana Huckova committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Panel's loading circle is really hard to notice. I made it a bit bigger and changed the color.
Barak Kakoun committed -
Ryan McKinley committed
-
Tobias Skarhed committed
-
Torkel Ödegaard committed
-
* Chore: Harmonize linting with plugin SDK Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: Fix linting issues Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
For backend data sources executing in the backend (not through data proxy) make sure that the timeout applies to cached HTTP client. Fixes #25863 Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Marcus Efraimsson committed -
* creating page * add types select * adding switches * start with converting angular templates to json * converting more alert channels to new format * convert remaining channels * typing the form * add validation, update models * fix default value in type select * fix type * fix issue with validation rule * add missing settings * fix type errors * test notification * add comments to structs * fix selectable value and minor things on each channel * More typings * fix strictnull * rename ModelValue -> PropertyName * rename show -> showWhen * add enums and adding comments * fix comment * break out channel options to component * use try catch * adding default case to OptionElement if element not supported
Peter Holmberg committed -
* Add TableDataOptions component * A bit along the way * Make transforms work * Make it work * Add collapsed text * Fix transformations and overflow for QueryOperationRow * Fix layout * Minor fixes * Fix feedback * Remove unused imports * Remove unused Container * Horizontal layout for Switches * Fix Swicth bug Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Tobias Skarhed committed
-