kay delaney
bad048b7ba
Performance: Standardize lodash imports to use destructured members ( #33040 )
...
* Performance: Standardize lodash imports to use destructured members
Changes lodash imports of the form `import x from 'lodash/x'` to
`import { x } from 'lodash'` to reduce bundle size.
* Remove unnecessary _ import from Graph component
* Enforce lodash import style
* Fix remaining lodash imports
2021-04-21 09:38:00 +02:00
Zoltán Bedi
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
Andrew Riedel
30e5afa18c
DashboardList: Enable templating on search tag input ( #31460 )
...
* Add variable interpolation for dashlist panel.
* Update docs/sources/panels/visualizations/dashboard-list-panel.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Fix variable interpolation for dashlist panel to work with all syntax.
* Update docs/sources/panels/visualizations/dashboard-list-panel.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Fix prettier issues.
* Fix prettier issues.
* Update docs/sources/panels/visualizations/dashboard-list-panel.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-03-18 19:39:03 +01:00
Alex Khomenko
e21b2748f6
DashList: Sort starred and searched dashboard alphabetically ( #31605 )
2021-03-03 08:59:01 +02:00
Torkel Ödegaard
1d689888b0
Prettier: Upgrade to 2 ( #30387 )
...
* Updated package json but not updated source files
* Update eslint plugin
* updated files
2021-01-20 07:59:48 +01:00
kay delaney
2af4deedd2
Panels/DashList: Fix order of recent dashboards ( #29366 )
...
Closes #29182
2020-11-25 13:39:02 +00:00
kay delaney
1bb61660f1
Chore: Migrate Dashboard List panel to React ( #28607 )
...
* Chore: Migrate Dashlist to React
Closes #28491
2020-11-12 16:21:09 +00:00