grafana/pkg/services/queryhistory
Piotr Jamróz 6750e881e3
Query History: Use a search index on new queries to filter in mixed data sources (#88979)
* Add search index table

* Stab a test

* Add more tests

* Add basic index

* Switch to UID and add a test for the index

* Improve tests coverage

* Remove redundant whitespaces

* Load all data source APIs when query history is loaded

* Fix column type

* Fix migration

* Clean-up the index

* Fix linting

* Fix migrations

* Fix migrations

* Fix migrations

* Rename index to details
2024-07-16 11:47:21 +02:00
..
api.go Chore: Remove legacydata package (#88790) 2024-06-05 22:31:06 +02:00
database.go Query History: Use a search index on new queries to filter in mixed data sources (#88979) 2024-07-16 11:47:21 +02:00
models.go Query History: Remove migration (#67470) 2023-04-28 16:03:51 +01:00
queryhistory_create_test.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
queryhistory_delete_stale_test.go Query History: Use a search index on new queries to filter in mixed data sources (#88979) 2024-07-16 11:47:21 +02:00
queryhistory_delete_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
queryhistory_details_test.go Query History: Use a search index on new queries to filter in mixed data sources (#88979) 2024-07-16 11:47:21 +02:00
queryhistory_details.go Query History: Use a search index on new queries to filter in mixed data sources (#88979) 2024-07-16 11:47:21 +02:00
queryhistory_enforce_limit_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
queryhistory_patch_test.go Chore: Fix goimports grouping in pkg/services (#62420) 2023-01-30 08:21:27 +00:00
queryhistory_search_test.go Query History: Use a search index on new queries to filter in mixed data sources (#88979) 2024-07-16 11:47:21 +02:00
queryhistory_star_test.go Chore: Fix goimports grouping in pkg/services (#62420) 2023-01-30 08:21:27 +00:00
queryhistory_test.go Query History: Use a search index on new queries to filter in mixed data sources (#88979) 2024-07-16 11:47:21 +02:00
queryhistory_unstar_test.go Chore: Fix goimports grouping in pkg/services (#62420) 2023-01-30 08:21:27 +00:00
queryhistory.go Query History: Remove migration (#67470) 2023-04-28 16:03:51 +01:00
writers.go Query History: Use a search index on new queries to filter in mixed data sources (#88979) 2024-07-16 11:47:21 +02:00