grafana/pkg/services/queryhistory
Ivana Huckova 4e37a53a1c
Query history: Create API to add query to query history (#44479)
* Create config to enable/disable query history

* Create add to query history functionality

* Add documentation

* Add test

* Refactor

* Add test

* Fix built errors and linting errors

* Refactor

* Remove old tests

* Refactor, adjust based on feedback, add new test

* Update default value
2022-01-28 17:55:09 +01:00
..
api.go Query history: Create API to add query to query history (#44479) 2022-01-28 17:55:09 +01:00
database.go Query history: Create API to add query to query history (#44479) 2022-01-28 17:55:09 +01:00
models.go Query history: Create API to add query to query history (#44479) 2022-01-28 17:55:09 +01:00
queryhistory_create_test.go Query history: Create API to add query to query history (#44479) 2022-01-28 17:55:09 +01:00
queryhistory_test.go Query history: Create API to add query to query history (#44479) 2022-01-28 17:55:09 +01:00
queryhistory.go Query history: Create API to add query to query history (#44479) 2022-01-28 17:55:09 +01:00