mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Rename log volume in redux to supp query to make it more generic * Change enabled query to queries * Small spell fix StoreSuppQueryDataProviderAction -> storeSuppQueryDataProviderAction * WIP * Improve * WIP * Rename * Move to 1 * Small updates * Use enum * Unify naming * Use SUPP_QUERY_TYPES instead of Object.keys() * Move SuppQueryType to types/explore * Rename suppQuery to supportingQuery * Rename SUPP_QUERY_TYPES to SUPPORTING_QUERY_TYPES * Rename supporting to supplementary 🙈 * Remove suppQueryData && suppQueryData.data[0] check as it is redundant * Update public/app/features/explore/state/query.ts Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> * Update public/app/features/explore/state/query.ts Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> * Fix naming of SupplementaryQuery interface Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>