Sebastian
Sebastian
As proposed in #100 and #101, a more explicit delete would be one way to avoid this.
Thanks for looking into this. I'll add my thoughts, @wimdec might have more. **Approach 1:** - Currently, our resources in the Git repository are structured by namespace, with cluster-scoped resources...
As for the proposal to implement a Webhook Admission controller to prevent modification of the `GitTrack` resource mentioned in #92, we believe that this is only addressing a part of...
Any other thoughts on this?
Thanks @JoelSpeed for following up on this. #98 is concerned with the cascade-deletion of all resources when the `GitTrack` object is deleted while #100 is concerned with deleting (or not...
I finally found the time to process this, and I think it's a good proposal. This should address all our concerns. Thanks @JoelSpeed for the clarification.
Here is on example in 1.4, where the only addition done by DynamicFilters is the DeletedOn = NULL in the Where clause: ``` SELECT [Extent1].[Id] AS [Id], [Extent1].[Url] AS [Url],...