feat(core): Add internal API to manage metrics of a test definition (no-changelog) (#11851)

This commit is contained in:
Eugene
2024-11-27 13:00:33 +01:00
committed by GitHub
parent a7de34dac6
commit f91fecfe0d
7 changed files with 557 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ import '@/executions/executions.controller';
import '@/external-secrets/external-secrets.controller.ee';
import '@/license/license.controller';
import '@/evaluation/test-definitions.controller.ee';
import '@/evaluation/metrics.controller';
import '@/workflows/workflow-history/workflow-history.controller.ee';
import '@/workflows/workflows.controller';