grafana/pkg/tsdb/cloudwatch
Erik Sundell 29d4f6a217
Datasource: Change query filtering (#84656)
* call filterQuery from queryrunner

* test query hide filtering

* fix more broken tests

* lint errrors

* remove redundant filterQuery call

* skip filter in variable queries

* fix broken cypress test

* change tooltip text

* fix translations

* fix comments

* do not execute query is targets are empty

* add more tests

* remove unsued import

* update translations

* revert id change

* change header text

* update comment for hide prop

* rename hide query prop

* change tooltip and introduce different toggle state text

* update tests

* update comment and regenerate types

* run extract again

* fix broken e2e test

* track event

* fix build issues

* revert changes in wire file
2024-03-21 13:39:39 +01:00
..
clients CloudWatch: Remove references to pkg/infra/metrics (#81744) 2024-02-06 21:21:55 +02:00
constants CloudWatch: Add Firehose kms-related metrics (#83192) 2024-02-21 14:57:31 -05:00
features Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle (#84329) 2024-03-15 09:49:53 -04:00
kinds/dataquery Datasource: Change query filtering (#84656) 2024-03-21 13:39:39 +01:00
mocks FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
models Core: Remove thema and kindsys dependencies (#84499) 2024-03-21 11:11:29 +01:00
routes Cloudwatch: Fix issue with Grafana Assume Role (#84315) 2024-03-12 16:30:54 -04:00
services Cloudwatch: Remove core imports from infra/log (#81543) 2024-02-07 13:53:05 +01:00
testdata Cloudwatch: Backend cleanup (#59663) 2022-12-02 10:21:46 +01:00
utils Core: Remove thema and kindsys dependencies (#84499) 2024-03-21 11:11:29 +01:00
annotation_query_test.go CloudWatch: Move SessionCache onto the instance (#83278) 2024-02-26 15:59:54 -05:00
annotation_query.go Core: Remove thema and kindsys dependencies (#84499) 2024-03-21 11:11:29 +01:00
client_factory.go Cloudwatch: Fix Unexpected error (#74420) 2023-09-25 14:19:12 -04:00
cloudwatch_integration_test.go CloudWatch: Move SessionCache onto the instance (#83278) 2024-02-26 15:59:54 -05:00
cloudwatch_test.go CloudWatch: Move SessionCache onto the instance (#83278) 2024-02-26 15:59:54 -05:00
cloudwatch.go Core: Remove thema and kindsys dependencies (#84499) 2024-03-21 11:11:29 +01:00
get_dimension_values_for_wildcards_test.go Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle (#84329) 2024-03-15 09:49:53 -04:00
get_dimension_values_for_wildcards.go Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle (#84329) 2024-03-15 09:49:53 -04:00
get_metric_data_executor_test.go CloudWatch: Refactor test mock by removing GetMetricsData from FakeMetricsAPI (#58355) 2022-11-08 10:28:50 +01:00
get_metric_data_executor.go CloudWatch: Remove references to pkg/infra/metrics (#81744) 2024-02-06 21:21:55 +02:00
get_metric_query_batches_test.go Cloudwatch: Remove core imports from infra/log (#81543) 2024-02-07 13:53:05 +01:00
get_metric_query_batches.go Cloudwatch: Remove core imports from infra/log (#81543) 2024-02-07 13:53:05 +01:00
log_actions_test.go CloudWatch: Move SessionCache onto the instance (#83278) 2024-02-26 15:59:54 -05:00
log_actions.go Core: Remove thema and kindsys dependencies (#84499) 2024-03-21 11:11:29 +01:00
log_query_test.go CloudWatch Logs: Add labels to alert and expression queries (#77529) 2023-11-02 16:26:31 -04:00
log_query.go CloudWatch Logs: Add labels to alert and expression queries (#77529) 2023-11-02 16:26:31 -04:00
log_sync_query_test.go CloudWatch: Move SessionCache onto the instance (#83278) 2024-02-26 15:59:54 -05:00
log_sync_query.go Core: Remove thema and kindsys dependencies (#84499) 2024-03-21 11:11:29 +01:00
metric_data_input_builder_test.go CloudWatch: Move SessionCache onto the instance (#83278) 2024-02-26 15:59:54 -05:00
metric_data_input_builder.go Cloudwatch: Remove core imports from infra/log (#81543) 2024-02-07 13:53:05 +01:00
metric_data_query_builder_test.go CloudWatch: Move SessionCache onto the instance (#83278) 2024-02-26 15:59:54 -05:00
metric_data_query_builder.go Cloudwatch: Remove core imports from infra/log (#81543) 2024-02-07 13:53:05 +01:00
metric_find_query_test.go CloudWatch: Move SessionCache onto the instance (#83278) 2024-02-26 15:59:54 -05:00
metric_find_query.go CloudWatch: Remove unused handleGetRegions and regionCache (#83333) 2024-02-26 09:35:59 -05:00
resource_handler.go Cloudwatch: Fix issue with Grafana Assume Role (#84315) 2024-03-12 16:30:54 -04:00
response_parser_test.go CloudWatch: Static labels should use label name (#84611) 2024-03-18 17:30:59 -04:00
response_parser.go CloudWatch: Static labels should use label name (#84611) 2024-03-18 17:30:59 -04:00
sort_frame_test.go CloudWatch/Logs: Fix crash when time column has nil values (#37708) 2021-08-12 10:36:06 +02:00
sort_frame.go CloudWatch/Logs: Fix crash when time column has nil values (#37708) 2021-08-12 10:36:06 +02:00
test_utils.go Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle (#84329) 2024-03-15 09:49:53 -04:00
time_series_query_test.go CloudWatch: Move SessionCache onto the instance (#83278) 2024-02-26 15:59:54 -05:00
time_series_query.go Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle (#84329) 2024-03-15 09:49:53 -04:00