57273d4846
Internationalisation: Translates "Inspect panel" drawer ( #52324 )
2022-07-15 14:38:14 +01:00
3c6e0e8ef8
Chore: ESlint import order ( #44959 )
...
* Add and configure eslint-plugin-import
* Fix the lint:ts npm command
* Autofix + prettier all the files
* Manually fix remaining files
* Move jquery code in jest-setup to external file to safely reorder imports
* Resolve issue caused by circular dependencies within Prometheus
* Update .betterer.results
* Fix missing // @ts-ignore
* ignore iconBundle.ts
* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
9417e86316
Updated "react-use" package to newest version ( #37579 )
...
* package.json: updated react-use to newest version
* fixes (typescript and other)
2021-08-05 14:32:51 +02:00
855da80542
Panel Inspect: allow plugins to add custom actions to the panel inspect popup ( #34086 )
2021-05-18 13:55:35 -07:00
8232b6ebbc
Chore: eslint react hook fix for public folder ( #31174 )
...
* Fixes under public/app/plugins
* Fixes under public/app/plugins/datasource
* Fixes under public/app/features
* Fixes under public/app/features
* Fixes under public/app/features
* Fixes under public/app/components
* Fix PanelNotSupported test
* Fix one more warning
* Fix warning in usePanelSave
* Fix traceview empty response
* Azure monitor fixes
* More fixes
* Fix tests for azure monitor
* Fixes after merging master
* Add comment for disabled rules
* Fixes after merging master
* Fixes after merging master
* Adress review comments
* Fix azure tests
* Address review feedbacks
2021-03-25 12:42:14 +01:00
664b13d83e
Explore: Support full inspect drawer ( #32005 )
...
* Move InspectSubtitle to grafana/ui
* Move inspect elements to features/inspector
* Move InspectJSON and use it also in Explore
* Move and use QueryInspector
* Move all to features/inspector
* WIP Data tab implementation
* Process dataframes for explores inspector
* Clean up
* Update test
* Clean up
* Fix Explore Inspector button name
2021-03-18 17:38:09 +01:00
e5d21461a0
Refactor panel inspector ( #24480 )
...
* Inspect: Should not subscribe to transformed data
* PQR- allow controll whether or not field overrides and transformations should be applied
* UI for inspector data options
* fix
* Null check fix
* Refactor PanelInspector
* TS fix
* Merge fix
* fix test
* Update public/app/features/dashboard/components/Inspector/InspectDataTab.tsx
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
* review batch 1
* Update API of usePanelLatestData
* css
* review batch 2
* Update usePanelLatestData hook
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
2020-06-18 14:31:30 +02:00