grafana/public/app/features/explore
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
..
__mocks__ Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
AddToDashboard Chore: Update and enforce usage of typed react-redux hooks (#55349) 2022-09-19 10:49:35 +01:00
RichHistory Dashboard: Spelling corrections in end-user visible dialogs (#53340) 2022-08-09 10:19:30 +02:00
spec 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
state 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
TraceView feat: add tracesToMetrics span time shift options (#54710) (#55335) 2022-09-27 09:30:33 +01:00
utils 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
ElapsedTime.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
ErrorContainer.test.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
ErrorContainer.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
Explore.test.tsx Navigation: Integrate Explore actions into topnav (#56381) 2022-10-11 12:59:17 +01:00
Explore.tsx Navigation: Integrate Explore actions into topnav (#56381) 2022-10-11 12:59:17 +01:00
ExploreActions.tsx Chore: Update and enforce usage of typed react-redux hooks (#55349) 2022-09-19 10:49:35 +01:00
ExploreDrawer.tsx Set ExploreDrawer Z index to one below dashboard search (#55323) 2022-09-21 14:49:29 -05:00
ExploreGraph.tsx explore: logs volume histogram: anchor graph to zero (#56200) 2022-10-04 13:54:39 +02:00
ExploreGraphLabel.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
exploreGraphStyleUtils.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
ExplorePaneContainer.tsx Explore: Revert split pane resize feature (#56310) 2022-10-04 15:42:43 +01:00
ExploreQueryInspector.test.tsx Plugins: Introduce new Flame graph panel (#56376) 2022-10-07 11:39:14 +01:00
ExploreQueryInspector.tsx Explore: Add feature tracking events (#54514) 2022-09-20 06:50:23 -04:00
ExploreTimeControls.tsx Explore: Add feature tracking events (#54514) 2022-09-20 06:50:23 -04:00
ExploreToolbar.tsx Navigation: Integrate Explore actions into topnav (#56381) 2022-10-11 12:59:17 +01:00
FeatureTogglePage.tsx TopNav: New page layouts (#51510) 2022-07-06 17:00:56 +02:00
FlameGraphExploreContainer.tsx Plugins: Introduce new Flame graph panel (#56376) 2022-10-07 11:39:14 +01:00
LiveLogs.test.tsx Chore: transfer LiveLogs.test to testing-library (#48678) 2022-05-05 08:40:21 +02:00
LiveLogs.tsx Logs: move logs-components from grafana-ui to grafana-main (#55041) 2022-09-19 10:51:46 +02:00
LiveTailButton.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
Logs.test.tsx Logs: Allow collapsing the logs volume histogram (#52808) 2022-09-26 14:28:12 +02:00
Logs.tsx Logs: Center show context modal on click (#55989) 2022-09-29 14:51:20 +02:00
LogsContainer.tsx Logs: Center show context modal on click (#55989) 2022-09-29 14:51:20 +02:00
LogsMetaRow.tsx Logs: Add Download logs button to log log-browser (#55163) 2022-09-29 16:09:40 +02:00
LogsNavigation.test.tsx logs: track the usage of certain features (#50325) 2022-06-09 15:53:23 +02:00
LogsNavigation.tsx logs: track the usage of certain features (#50325) 2022-06-09 15:53:23 +02:00
LogsNavigationPages.test.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
LogsNavigationPages.tsx logs: track the usage of certain features (#50325) 2022-06-09 15:53:23 +02:00
LogsVolumePanel.test.tsx logs: merge log-lines-based and full-range histogram (#50507) 2022-06-17 11:42:46 +02:00
LogsVolumePanel.tsx explore: logs volume histogram: anchor graph to zero (#56200) 2022-10-04 13:54:39 +02:00
MetaInfoText.test.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
MetaInfoText.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
NoData.tsx grafana/ui: Move panel-container styles to component (#49566) 2022-05-31 14:43:23 +02:00
NoDataSourceCallToAction.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
NodeGraphContainer.test.tsx Traces: More feature tracking (#51686) 2022-07-11 10:21:24 +01:00
NodeGraphContainer.tsx Traces: More feature tracking (#51686) 2022-07-11 10:21:24 +01:00
QueryRows.test.tsx 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
QueryRows.tsx Explore: Revert split pane resize feature (#56310) 2022-10-04 15:42:43 +01:00
ResponseErrorContainer.test.tsx Plugins: Introduce new Flame graph panel (#56376) 2022-10-07 11:39:14 +01:00
ResponseErrorContainer.tsx Chore: Update and enforce usage of typed react-redux hooks (#55349) 2022-09-19 10:49:35 +01:00
SecondaryActions.test.tsx Query History: Hide query history when anonymous user uses Explore (#49896) 2022-06-02 08:51:11 -05:00
SecondaryActions.tsx Revert "Explore: Convert SASS styles of explore-active-button to emotion (#50061)" (#50882) 2022-06-16 14:39:54 +02:00
TableContainer.test.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
TableContainer.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
Time.tsx grafana/ui: convert sass to emotion (#52541) 2022-07-26 08:31:40 +02:00
TimeSyncButton.test.tsx Chore: transfer TimeSyncButton.test to testing-library (#48404) 2022-05-02 11:20:12 +02:00
TimeSyncButton.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
useLiveTailControls.ts Chore: Update and enforce usage of typed react-redux hooks (#55349) 2022-09-19 10:49:35 +01:00
Wrapper.test.tsx Explore: Revert split pane resize feature (#56310) 2022-10-04 15:42:43 +01:00
Wrapper.tsx 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