Josh Hunt
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
Ryan McKinley
c780854a18
Live: remove hardcoded frontend channel support ( #41584 )
2021-11-15 07:54:14 -08:00
Alexander Emelin
336bc559a3
Basic streaming plugin support ( #31940 )
...
This pull request migrates testdata to coreplugin streaming capabilities,
this is mostly a working concept of streaming plugins at the moment,
the work will continue in the following pull requests.
2021-03-23 20:24:08 +03:00
Alex Khomenko
3225b119d4
Migration: TestData Query Editor ( #27997 )
...
* Use new editor
* Add basic fields
* Add labels
* Add ids
* Add ManualEntryEditor
* Use tooltip prop
* Switch to inline labels
* Fix inline label tooltip position
* Allow resetting max-width
* Replace form inputs
* Add random walk editor
* separate editors
* Add logs and endpoints fields
* Add PredictablePulseEditor
* Add CSVWaveEditor
* Add grow prop
* Add default query
* Fix types
* Fix manual editor
* Fix type issues
* Handle scenario change
* Sort scenarios by label
* Add ManualEditor test
* Fix label height
* test manual editor
* Update test
* Setup QueryEditor tests
* Fix selected value
* Connect CSVWaveEditor
* Convert stream data to numbers
* Fix random walk editor
* Cleanup
* Convert scenarios to ts
* Remove extra icon styles
* Minor tweaks
* Update e2e tests
* Remove useEffect
* Add missing aria-labels
* Use new button components
2020-10-14 13:08:35 +03:00
Ivana Huckova
1c58202b26
@grafana/ui: Replace various icons using Icon component ( #23442 )
...
* Replace icons in dashboard and settings
* Replace icons in alerting
* Update batch of icons
* Implement icons accross various files
* Style updates
* Search: Fix recent and starred icons
* Update styling and details
* Replace new icon created by unicons
* Fix e2e test, styling
* Minor styling updates
Co-authored-by: Clarity-89 <homes89@ukr.net>
2020-04-12 22:20:02 +02:00
Dominik Prokop
9b7748ec13
Chore: Reorg packages ( #20111 )
...
Primarily- moving majority of the types and utils from @grafana/ui to @grafana/data
* Move types from grafana-ui to grafana-data
* Move valueFormats to grafana-data
* Move utils from grafana-ui to grafana-data
* Update imports in grafana-ui
* revert data's tsconfig change
* Update imports in grafana-runtime
* Fix import paths in grafana-ui
* Move rxjs to devDeps
* Core import updates batch 1
* Import updates batch 2
* Imports fix batch 3
* Imports fixes batch i don't know
* Fix imorts in grafana-toolkit
* Fix imports after master merge
2019-10-31 10:48:05 +01:00
Torkel Ödegaard
832b67db38
TestData: Query variable support (nested + glob queries) ( #18413 )
...
* TestData: added support for nested data source variable queries, and test dashboard
* Added drilldown dashboards
* Fixed typescript issue
2019-08-06 18:17:12 +02:00
Ryan McKinley
a87a763d83
DataSourcePlugin: support custom tabs ( #16859 )
...
* use ConfigEditor
* add tabs
* add tabs
* set the nav in state
* remove actions
* reorder imports
* catch plugin loading errors
* better text
* keep props
* fix typo
* update snapshot
* rename tab to page
* add missing pages
2019-05-14 07:55:49 +02:00
Ryan McKinley
3e6104f45a
TestDataDatasource: Add config editor ( #16861 )
2019-05-03 06:20:31 +02:00
Dominik Prokop
7aeae84c52
Feature: Enable React based options editors for Datasource plugins ( #16748 )
2019-04-24 23:18:51 +02:00