grafana/public/app/features/correlations/Forms
Piotr Jamróz 946da57b6a
Correlations: Allow creating correlations for provisioned data sources (#73737)
* Allow creating correlations for provisioned data sources

* Update docs

* Fix linting

* Add missing props

* Add missing props

* Fix linting

* Fix linting

* Clarify error name

* Removed error handling for a non-existing use case

* Create a list of deleted data datasources based on all configs

* Add org_id to correlations

* Add tests

* Allow org_id to be null in case org_id=0 is used

* Create organization to ensure stable id is generated

* Fix linting

* Ensure backwards compatibility

* Add deprecation information

* Update comments

* Override existing datasSource variable so the UID is retrieved correctly

* Migrate correlations indices

* Default org_id when migrating

* Remove redundant default

* Make PK non-nullable

* Post merge fixes

* Separate data sources / correlations provisioning

* Adjust comments

* Store new data sources in spy store so it can be used to test correlations as well

* Fix linting

* Update tests

* Ensure response is closed

* Avoid creating duplicates during provisioning

* Fix updating provisioned column and update tests

* Rename error message

* Fix linting errors

* Fix linting errors and rename variable

* Update test

* Update pkg/services/sqlstore/migrations/correlations_mig.go

Co-authored-by: Giordano Ricci <me@giordanoricci.com>

* Remove unused error

* Fix lining

---------

Co-authored-by: Giordano Ricci <me@giordanoricci.com>
2023-09-13 15:10:09 +02:00
..
AddCorrelationForm.tsx Glue: Split correlations editor into 3 steps (#64818) 2023-03-22 20:20:45 +01:00
ConfigureCorrelationBasicInfoForm.tsx Correlations: UX updates (#69313) 2023-06-14 08:34:06 -05:00
ConfigureCorrelationSourceForm.tsx Correlations: Allow creating correlations for provisioned data sources (#73737) 2023-09-13 15:10:09 +02:00
ConfigureCorrelationTargetForm.tsx DSPicker: Use new DS picker everywhere in Grafana (#70609) 2023-07-26 18:40:51 +02:00
CorrelationFormNavigation.tsx Correlations: UX updates (#69313) 2023-06-14 08:34:06 -05: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 Correlations: UX updates (#69313) 2023-06-14 08:34:06 -05:00
QueryEditorField.tsx Correlations: UX updates (#69313) 2023-06-14 08:34:06 -05:00
TransformationsEditor.tsx Add tooltip to instances of IconButton (#68880) 2023-06-08 10:23:28 +02: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