Provisioning: refactor commit signature logic (#104055)

* WIP: Separate signature package

* Add some unit tests

* Test factory

* Finish unit test coverage signature package

* Fix register

* Add FIXME

* Add more coverage

* Add more coverage

* Fix migrate tests

* Fix unit tests
This commit is contained in:
Roberto Jiménez Sánchez
2025-04-16 10:04:19 +01:00
committed by GitHub
parent 61cd19c540
commit 55a2b77386
24 changed files with 3867 additions and 340 deletions
+2
View File
@@ -76,6 +76,8 @@ const AnnoKeyFullpathUIDs = "grafana.app/fullpathUIDs"
const LabelKeyDeprecatedInternalID = "grafana.app/deprecatedInternalID"
// Accessor functions for k8s objects
//
//go:generate mockery --name GrafanaMetaAccessor --structname MockGrafanaMetaAccessor --inpackage --filename meta_mock.go --with-expecter
type GrafanaMetaAccessor interface {
metav1.Object
File diff suppressed because it is too large Load Diff