grafana/public/app/features/correlations
Kristina 9e0ca0d113
Correlations: Add transformations to Explore Editor (#75930)
* Add transformation add modal and use it

* Hook up saving

* Add transformation vars to var list, show added transformations

* Form validation

* Remove type assertion, start building out transformation data in helper (WIP)

* Style expression better, add delete logic

* Add ability to edit, additional styling on transformation card in helper

* simplify styling, conditionally run edit set up logic

* Keep more field information in function, integrate it with new editor

* Show default label on collapsed section, use deleteButton for confirmation of deleting transformations

* Change transformation add calculations from function to hook, add label to collapsed header, add transformation tooltip

* Make correlation and editor dirty state distinctive and integrate, WIP

* Track action pane for more detailed messaging/actions

* Better cancel modal logic

* Remove changes to adminsitration transformation editor

* Remove debugging line

* Remove unneeded comment

* Add in logic for closing editor mode

* Add tests for modal logic

* Use state to build vars list for helper

* WIP

* Fix labels and dirty state

* Fix bad message and stop exiting mode if discard action is performed

* Fix tests

* Update to not use unstable component and tweak default label
2023-11-02 15:09: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 transformations to Explore Editor (#75930) 2023-11-02 15:09:30 -05:00
CorrelationsFeatureToggle.tsx i18n: Markup CorrelationsPage for translations (#74892) 2023-09-29 15:59:30 +02:00
CorrelationsPage.test.tsx Icon: Simplify and remove wrapping <div> (#76819) 2023-10-24 12:16:32 +01:00
CorrelationsPage.tsx i18n: Markup CorrelationsPage for translations (#74892) 2023-09-29 15:59:30 +02:00
transformations.ts Correlations: Enable traceView formatted links (#67160) 2023-05-16 07:47:15 -05:00
types.ts Correlations: Allow creating correlations for provisioned data sources (#73737) 2023-09-13 15:10:09 +02:00
useCorrelations.ts Explore: Add checking for target datasources and add test (#70855) 2023-07-06 08:36:39 -05:00
utils.test.ts Correlations: Allow creating correlations for provisioned data sources (#73737) 2023-09-13 15:10:09 +02:00
utils.ts Correlations: Add transformations to Explore Editor (#75930) 2023-11-02 15:09:30 -05:00