grafana/pkg/services/libraryelements
Ieva a5672758d8
Access control: further reduce access control feature toggle checks (#48171)
* reduce the usage of access control flag further by removing it from SQL store methods

* fixing tests

* fix another test

* linting

* remove AC feature toggle use from API keys

* remove unneeded function
2022-05-05 17:31:14 +02:00
..
api.go Chore: add Folderuid into panel-library API (#48577) 2022-05-05 10:04:54 +02:00
database.go Chore: add Folderuid into panel-library API (#48577) 2022-05-05 10:04:54 +02:00
guard.go Dashboards: Refactor service to make it injectable by wire (#44588) 2022-02-16 14:15:44 +01:00
libraryelements.go Dashboards: Refactor service to make it injectable by wire (#44588) 2022-02-16 14:15:44 +01:00
libraryelements_create_test.go Chore: add Folderuid into panel-library API (#48577) 2022-05-05 10:04:54 +02:00
libraryelements_delete_test.go
libraryelements_get_all_test.go
libraryelements_get_test.go
libraryelements_patch_test.go Chore: add Folderuid into panel-library API (#48577) 2022-05-05 10:04:54 +02:00
libraryelements_permissions_test.go
libraryelements_test.go Access control: further reduce access control feature toggle checks (#48171) 2022-05-05 17:31:14 +02:00
models.go Chore: add Folderuid into panel-library API (#48577) 2022-05-05 10:04:54 +02:00
writers.go