grafana/public/app/features/transformers
Kyle Cunningham 71e3814c46
Transformations: Allow Timeseries to table transformation to handle multiple time series (#76801)
* Initial fix up of getLabelFields

* Update time series to table code

* Cleanup and allow merging

* Support merge and non-merge scenarios

* Update editor

* Fix case with merge true for multiple queries

* Update time series detection, fix tests

* Remove spurious console.log

* Prettier plus remove test console.log

* Remove type assertion

* Add options migration

* Add type export

* Sentence casing

* Make sure current options are preserved when making changes

* Add disabled image

* DashboardMigrator prettier

* Add type assertion explanation and exception

* Fix schema version test

* Prettier

* Fix genAI tests and make them more robust so they dont break on every new schema version

---------

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-10-27 10:30:49 -05:00
..
calculateHeatmap Transformations: De-emphasize non-applicable transformations (#76373) 2023-10-13 11:21:43 -05:00
configFromQuery Chore: type fixes (#72604) 2023-08-01 12:56:21 +01:00
docs Transformations: Separate useful doc content for UI use (#75781) 2023-10-24 10:30:10 -06:00
editors Organize fields transformation: Fix re-ordering of fields using drag and drop (#77172) 2023-10-25 23:47:01 -05:00
extractFields Chore: Type improvements 🧹 (#75271) 2023-09-22 15:06:49 +01:00
fieldToConfigMapping Chore: type fixes (#72604) 2023-08-01 12:56:21 +01:00
FilterByValueTransformer GrafanaUI: Move Box out of unstable and into GrafanaUI (#77080) 2023-10-26 13:46:11 +01:00
joinByLabels Extend transformations data (#70247) 2023-07-04 15:34:22 +02:00
lookupGazetteer Chore: type fixes (#72604) 2023-08-01 12:56:21 +01:00
partitionByValues Transformations: Extended support for variables in filter by name (#75734) 2023-10-03 15:06:08 +02:00
prepareTimeSeries Extend transformations data (#70247) 2023-07-04 15:34:22 +02:00
rowsToFields Extend transformations data (#70247) 2023-07-04 15:34:22 +02:00
spatial Chore: type fixes (#72604) 2023-08-01 12:56:21 +01:00
suggestionsInput Transformations: Add support for dashboard variable in limit, sort by, filter by value, heatmap and histogram (#75372) 2023-10-04 17:28:46 +03:00
timeSeriesTable Transformations: Allow Timeseries to table transformation to handle multiple time series (#76801) 2023-10-27 10:30:49 -05:00
standardTransformers.ts Transforms: Add 'Format String' Transform (#73624) 2023-10-13 21:17:12 +03:00
utils.test.ts Transformations: Add support for dashboard variable in limit, sort by, filter by value, heatmap and histogram (#75372) 2023-10-04 17:28:46 +03:00
utils.ts Transformations: Add support for setting timezone in Format time and Convert field type transformations (#76316) 2023-10-13 09:20:00 +03:00