3
0
mirror of https://github.com/grafana/grafana.git synced 2025-01-27 16:57:14 -06:00
grafana/public/test
Piotr Jamróz ae927eab73
Glue: Enrich query results data frames in Explore with correlations to generate static links from correlations ()
* 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
..
core Chore: ESlint import order () 2022-04-22 14:33:13 +01:00
helpers I18n: Migrate to I18next () 2022-10-06 16:34:04 +01:00
lib remove exported test globals from test/lib/common () 2022-06-06 15:38:37 +01:00
matchers Chore: Enable useUnknownInCatchVariables for stricter type checking in catch blocks () 2022-06-15 08:59:29 +01:00
mocks Glue: Enrich query results data frames in Explore with correlations to generate static links from correlations () 2022-10-11 14:40:55 +02:00
specs Chore: ESlint import order () 2022-04-22 14:33:13 +01:00
.jshintrc feat(templating): lots of progress on template variable context specific formats, , all elasticsearch / lucene use cases seem to work now 2016-03-01 08:43:54 +01:00
global-jquery-shim.ts Chore: ESlint import order () 2022-04-22 14:33:13 +01:00
jest-resolver.js Chore: Upgrade to jest 28 () 2022-05-30 14:14:34 +01:00
jest-setup.ts Logs: Add Download logs button to log log-browser () 2022-09-29 16:09:40 +02:00
jest-shim.ts Update dependency @types/node to v14 () 2021-10-21 16:52:26 +02:00
redux-rtl.tsx Chore: ESlint import order () 2022-04-22 14:33:13 +01:00
setupTests.ts I18n: Migrate to I18next () 2022-10-06 16:34:04 +01:00