grafana/public/app/features/transformers
Kyle Cunningham 756cd3c28b
Transformations: Add Group to Nested Tables Transformation (#79952)
* Stub group to subframe transformation

* Get proper field grouping

* Mostly working but fields not displaying 😭

* Fix display processing in nested tables

* Modularize and start merging groupBy and groupToSubrame

* Get this working

* Prettier

* Typing things

* More types

* Add option for showing subframe table headers

* Prettier

* Get tests going

* Update tests

* Fix naming and add icons

* Betterer fix

* Prettier

* Fix CSS object syntax

* Prettier

* Stub alert for calcs with grouping, start renaming

* Add logic to show warning message for calculations

* Add calc warning

* Renaming and feature flag

* Rename images

* Prettier

* Fix tests

* Update feature toggle

* Fix error showing extra blank row

* minor code cleanup

---------

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-02-07 21:28:26 +07:00
..
calculateHeatmap Update dependency prettier to v3.2.4 (#81047) 2024-01-23 11:41:24 +00:00
configFromQuery Transformations: Build help content for all standard transformers (#74052) 2023-11-07 09:29:45 -07:00
docs Transformations: Move moving average, regression analysis and format string transformations to public preview (#80067) 2024-01-05 19:39:02 +01:00
editors Transformations: Add Group to Nested Tables Transformation (#79952) 2024-02-07 21:28:26 +07:00
extractFields Transformers: Do not add transformation info to output frames (#81747) 2024-02-01 17:17:30 -08:00
fieldToConfigMapping Chore: type fixes (#72604) 2023-08-01 12:56:21 +01:00
FilterByValueTransformer Transformations: Build help content for all standard transformers (#74052) 2023-11-07 09:29:45 -07:00
joinByLabels Transformations: Build help content for all standard transformers (#74052) 2023-11-07 09:29:45 -07:00
lookupGazetteer Transformations: Build help content for all standard transformers (#74052) 2023-11-07 09:29:45 -07:00
partitionByValues Transformations: Expose "keep fields" option in partition by values (#81743) 2024-02-01 17:08:02 -06:00
prepareTimeSeries Transformations: Build help content for all standard transformers (#74052) 2023-11-07 09:29:45 -07:00
regression Transformations: Use the display name of the original y field for the predicted field of the regression analysis transformation. (#81332) 2024-01-29 10:22:17 +01:00
rowsToFields Transformations: Build help content for all standard transformers (#74052) 2023-11-07 09:29:45 -07:00
spatial Transformations: Build help content for all standard transformers (#74052) 2023-11-07 09:29:45 -07: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 Timeseries to table transformation: Fix misaligned table field values if some frames are missing a label (#78909) 2023-11-30 19:09:52 +02:00
standardTransformers.ts Transformations: Add Group to Nested Tables Transformation (#79952) 2024-02-07 21:28:26 +07: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