ba12ac68cc
This change prevents deletion of Connections when any Repository references them via spec.connection.name. This uses the field selector feature added in the previous commit. Implementation: - Add GetRepositoriesByConnection function to query repositories by connection name using the spec.connection.name field selector - Add validateDelete method to handle Connection deletion validation - Return Forbidden error with list of connected repository names Closes: https://github.com/grafana/git-ui-sync-project/issues/730
Integration tests
This directory contains Grafana server integration tests.