grafana/public/app/features/correlations/Forms
Kristina 9d69d3173f
Correlations: Add transformation editor (#66217)
* There was an attempt

* Change disabled state based on transformation type

* Add validation to transformation type

* Revert "Add validation to transformation type"

This reverts commit 2188a3d9a93aec5eeafcdd40510391ba1a53671a.

* Add validation to transformation type

* Move transformations editor to a separate file

* Make name more descriptive

* Ensure type dropdown has always the same width

* Add tooltips around transformation options

* Slight style changes

* Remove autofocus on append, integrate read only to transformationeditor, save values that disappear so they come back

* Remove yaml changes

* Have variable background color work with alternating colors on different themes

* Make expression required for regular expressions

* Remove unused empty form object

* Fix bug about transformation’s values saved in memory

* Better validation formatting for expression

* Add labels and (for now) non working test, attempt to fix saved transformation delete/add bug

* Fix datalink comment

* Remove fancy CSS due to background change

* Fix deleting saved transformation bug, finish tests

* Consolidate transformation types

* Double check aria labels

* Change aria labels, fix tests

* Add a transformation with the create correlation test

---------

Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2023-04-18 07:17:30 -05:00
..
AddCorrelationForm.tsx Glue: Split correlations editor into 3 steps (#64818) 2023-03-22 20:20:45 +01:00
ConfigureCorrelationBasicInfoForm.tsx Glue: Split correlations editor into 3 steps (#64818) 2023-03-22 20:20:45 +01:00
ConfigureCorrelationSourceForm.tsx Correlations: Add transformation editor (#66217) 2023-04-18 07:17:30 -05:00
ConfigureCorrelationTargetForm.tsx Glue: Split correlations editor into 3 steps (#64818) 2023-03-22 20:20:45 +01:00
CorrelationFormNavigation.tsx Glue: Split correlations editor into 3 steps (#64818) 2023-03-22 20:20:45 +01:00
correlationsFormContext.tsx Glue: Split correlations editor into 3 steps (#64818) 2023-03-22 20:20:45 +01:00
EditCorrelationForm.tsx Glue: Split correlations editor into 3 steps (#64818) 2023-03-22 20:20:45 +01:00
QueryEditorField.test.tsx UI/Alert: Infer the role property based on the severity (#61242) 2023-01-18 10:16:41 +01:00
QueryEditorField.tsx Glue: Split correlations editor into 3 steps (#64818) 2023-03-22 20:20:45 +01:00
TransformationsEditor.tsx Correlations: Add transformation editor (#66217) 2023-04-18 07:17:30 -05:00
types.ts Correlations: Add transformation editor (#66217) 2023-04-18 07:17:30 -05:00
utils.ts Glue: Split correlations editor into 3 steps (#64818) 2023-03-22 20:20:45 +01:00