grafana/pkg/services/libraryelements
Hugo Häggmark fc73bc1161
LibraryElements: Enables creating library elements with specific UID (#39019)
* LibraryPanels: Enables create/update library panels with specific UID

* Chore: added check for uid length after PR comments

* Refactor: creates IsShortUIDTooLong function

* Refactor: adds UID to PATCH endpoint

* Refactor: clarifies the patch code

* Refactor: changes  after PR comments
2021-09-10 11:22:13 +02:00
..
api.go LibraryElements: Enables creating library elements with specific UID (#39019) 2021-09-10 11:22:13 +02:00
database.go LibraryElements: Enables creating library elements with specific UID (#39019) 2021-09-10 11:22:13 +02:00
guard.go LibraryElements: Creates usage stats for panels and variables (#34476) 2021-05-24 06:11:01 +02:00
libraryelements_create_test.go LibraryElements: Enables creating library elements with specific UID (#39019) 2021-09-10 11:22:13 +02:00
libraryelements_delete_test.go LibraryElements: Adds library elements api and tables (#33741) 2021-05-11 07:10:19 +02:00
libraryelements_get_all_test.go LibraryPanels: Separates name from panel title (#38707) 2021-09-01 13:27:43 +02:00
libraryelements_get_test.go LibraryElements: Creates usage stats for panels and variables (#34476) 2021-05-24 06:11:01 +02:00
libraryelements_patch_test.go LibraryElements: Enables creating library elements with specific UID (#39019) 2021-09-10 11:22:13 +02:00
libraryelements_permissions_test.go LibraryElements: Creates usage stats for panels and variables (#34476) 2021-05-24 06:11:01 +02:00
libraryelements_test.go Macaron: remove custom Request type (#37874) 2021-09-01 11:18:30 +02:00
libraryelements.go Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
models.go LibraryElements: Enables creating library elements with specific UID (#39019) 2021-09-10 11:22:13 +02:00
writers.go LibraryElements: Creates usage stats for panels and variables (#34476) 2021-05-24 06:11:01 +02:00