grafana/public/app/features/explore/utils
Piotr Jamróz ae927eab73
Glue: Enrich query results data frames in Explore with correlations to generate static links from correlations (#56295)
* Attach static generic data link to data frames in Explore

* WIP

* Always load correlations config when the query is run

This will be moved to Wrapper.tsx and called only once Explore is mounted

* remove comment

* Load the config when Explore is loaded

* Clean up

* Check for feature toggle, simplify cod

* Simplify the code

* Remove unused code

* Fix types

* Add a test for attaching links

* Revert package.json changes

* Display title provided in the correlation label

* Add missing mocks

* Fix tests

* Merge branch 'main' into ifrost/integration/attach-generic-data-link

# Conflicts:
#	public/app/features/explore/Wrapper.tsx
#	public/app/features/explore/state/main.ts

* Remove redundant async calls

* Do not block Wrapper before correlations are loaded (only delay the query)

* Test showing results after correlations are loaded

* Post-merge fix

* Use more consistent naming

* Avoid null assertions

Co-authored-by: Elfo404 <me@giordanoricci.com>
2022-10-11 14:40:55 +02:00
..
decorators.test.ts Plugins: Introduce new Flame graph panel (#56376) 2022-10-07 11:39:14 +01:00
decorators.ts Glue: Enrich query results data frames in Explore with correlations to generate static links from correlations (#56295) 2022-10-11 14:40:55 +02:00
links.test.ts Explore: Change datasourceName usage to datasourceUID or datasourceRef where appropriate (#52479) 2022-07-25 13:05:57 -05:00
links.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
logs.ts Logs: Allow collapsing the logs volume histogram (#52808) 2022-09-26 14:28:12 +02:00
LogsCrossFadeTransition.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
set.test.ts Fix set utilities for explore section 2018-11-21 21:42:53 +08:00
set.ts Fix set utilities for explore section 2018-11-21 21:42:53 +08:00
time.ts Chore: Split Explore redux code into multiple sections (#28819) 2020-11-09 14:48:24 +01:00