grafana/pkg/services/queryhistory
Ivana Huckova aceedb3a32
Query history: Add migration endpoint (#47551)
* Add endpoint for migration

* Check for createdAt

* Query history: Remove returning of dtos

* Query history: Fix CreatedAt

* Refactor based on suggestions

* Insert into table in batches
2022-04-14 09:33:41 +02:00
..
api.go Query history: Add migration endpoint (#47551) 2022-04-14 09:33:41 +02:00
database.go Query history: Add migration endpoint (#47551) 2022-04-14 09:33:41 +02:00
models.go Query history: Add migration endpoint (#47551) 2022-04-14 09:33:41 +02:00
queryhistory_create_test.go Query history: Add search functionality (#45932) 2022-03-07 12:28:04 +01:00
queryhistory_delete_test.go Query history: Add search functionality (#45932) 2022-03-07 12:28:04 +01:00
queryhistory_migrate_test.go Query history: Add migration endpoint (#47551) 2022-04-14 09:33:41 +02:00
queryhistory_patch_test.go Query history: Add search functionality (#45932) 2022-03-07 12:28:04 +01:00
queryhistory_search_test.go Query history: Search in comments (#46761) 2022-04-08 09:35:34 +02:00
queryhistory_star_test.go Query history: Add search functionality (#45932) 2022-03-07 12:28:04 +01:00
queryhistory_test.go Query history: Search in comments (#46761) 2022-04-08 09:35:34 +02:00
queryhistory_unstar_test.go Query history: Add search functionality (#45932) 2022-03-07 12:28:04 +01:00
queryhistory.go Query history: Add migration endpoint (#47551) 2022-04-14 09:33:41 +02:00
writers.go Query history: Search in comments (#46761) 2022-04-08 09:35:34 +02:00