Fix provider_type logic in Gardener DNS objects#688
Merged
Bobi-Wan merged 9 commits intogardener:mainfrom Nov 10, 2025
Merged
Conversation
b77e242 to
0f53b0c
Compare
Bobi-Wan
commented
Nov 7, 2025
Bobi-Wan
commented
Nov 7, 2025
…rovider_type column
…nd include 'aws-route-53' and 'remote' types
…S record. Add pie chart for DNS records grouped by hosted zone.
0f53b0c to
8000bc5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Adds provider_type field for DNSRecord objects and updates
Updates dashboards for gardener, aws, orphan aws resources with useful information (including orphan DHCP option set, which was missing before).
Minor updates:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
g_dns_object view down migration looks complex, because dropping view columns is a pain in Postgres.
The view has to be recreated and so all tables referencing it need to be dropped before and recreated after.
Release note: