grafana/public/app/types
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
..
jquery
accessControl.ts RBAC: Add permissions to install and configure plugins (#51829) 2022-09-09 09:44:50 +02:00
acl.ts
alerting.ts Alerting: Add Notification error feedback on contact points view (#56225) 2022-10-06 15:23:38 +02:00
apiKeys.ts API Keys: Add revocation for SATs (#53896) 2022-08-18 16:54:39 +02:00
appEvent.ts
appNotifications.ts
config.ts
dashboard.ts TopNav: KioskMode rewrite move to AppChrome responsibility and make it a global feature (#55149) 2022-09-15 14:04:58 +02:00
datasources.ts DataSources: refactor datasource pages to be reusable (#51874) 2022-07-20 09:25:09 +02:00
events.ts fix: some typos (#56171) 2022-10-04 18:43:49 -05:00
explore.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
folders.ts RBAC: Add access control metadata to folder dtos (#51158) 2022-06-22 10:29:26 +02:00
index.ts
ldap.ts
location.ts
lru-cache.d.ts
organization.ts
plugins.ts
preferences.ts Preferences: Use dashboardUID to set the home dashboard (#51919) 2022-07-22 10:44:22 +02:00
query.ts
serviceaccount.ts RBAC: Remove builtin role code (#53767) 2022-08-18 12:25:37 +02:00
store.ts Chore: Update and enforce usage of typed react-redux hooks (#55349) 2022-09-19 10:49:35 +01:00
suggestions.ts
svg.d.ts
teams.ts
templates.ts
unified-alerting-dto.test.ts
unified-alerting-dto.ts Alerting: Add alert preview to cloud rules editor (#54950) 2022-09-23 10:05:08 +02:00
unified-alerting.ts Alerting: Support for re-ordering alert rules in a group (#53318) 2022-08-16 14:42:02 +02:00
user.ts UsersTable: Display Disabled flag in Organizations' Users table (#53656) 2022-08-15 10:58:58 +02:00
window.d.ts