grafana/pkg/services/queryhistory
Ivana Huckova a3a852be81
Query history: Create API to star and unstar query in query history (#45077)
* Query history: Add starring and unstarring API

* Return dto with starred info when commenting

* Add documentation for starring and unstarring of query

* Return dto when starring/unstarring

* Update documentation

* Update deleting with unstarring

* Check queryUID length in queryhistory

* Fix linting issues

* Update docs/sources/http_api/query_history.md

Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>

* Update docs/sources/http_api/query_history.md

Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>

Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2022-02-23 17:03:04 +01:00
..
api.go Query history: Create API to star and unstar query in query history (#45077) 2022-02-23 17:03:04 +01:00
database.go Query history: Create API to star and unstar query in query history (#45077) 2022-02-23 17:03:04 +01:00
models.go Query history: Create API to star and unstar query in query history (#45077) 2022-02-23 17:03:04 +01:00
queryhistory_create_test.go Query history: Create API to delete query from query history (#44653) 2022-02-04 16:14:36 +01:00
queryhistory_delete_test.go Query history: Create API to star and unstar query in query history (#45077) 2022-02-23 17:03:04 +01:00
queryhistory_patch_test.go Query history: Create API to patch comment of query in query history (#44981) 2022-02-15 15:43:17 +01:00
queryhistory_star_test.go Query history: Create API to star and unstar query in query history (#45077) 2022-02-23 17:03:04 +01:00
queryhistory_test.go Security: Sync security changes on main (#45083) 2022-02-09 13:44:38 +01:00
queryhistory_unstar_test.go Query history: Create API to star and unstar query in query history (#45077) 2022-02-23 17:03:04 +01:00
queryhistory.go Query history: Create API to star and unstar query in query history (#45077) 2022-02-23 17:03:04 +01:00