grafana/public/app/features/correlations
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
..
__mocks__ Correlations: Fix parsing create/update response (#66193) 2023-04-12 10:13:28 +02:00
components Correlations: Don't show Add button in empty call-to-action page when user has no sufficient permissions (#66006) 2023-04-05 21:08:12 +02:00
Forms Correlations: Add transformation editor (#66217) 2023-04-18 07:17:30 -05:00
CorrelationsFeatureToggle.tsx Correlations: Hide Correlations Page behind a feature toggle (#55224) 2022-09-16 15:14:27 +02:00
CorrelationsPage.test.tsx Correlations: Add transformation editor (#66217) 2023-04-18 07:17:30 -05:00
CorrelationsPage.tsx Chore: Clean up old navigation (#66287) 2023-04-14 09:43:11 +01:00
transformations.ts Correlations: Add transformation editor (#66217) 2023-04-18 07:17:30 -05:00
types.ts Correlations: Fix parsing create/update response (#66193) 2023-04-12 10:13:28 +02:00
useCorrelations.ts Correlations: Fix parsing create/update response (#66193) 2023-04-12 10:13:28 +02:00
utils.test.ts Glue: Fix creating duplicated data links created by Correlations (#65490) 2023-03-29 13:09:27 +02:00
utils.ts Glue: Fix creating duplicated data links created by Correlations (#65490) 2023-03-29 13:09:27 +02:00