Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark only supported record types as proxied #117

Merged
merged 4 commits into from
Jan 11, 2025
Merged

Conversation

alehaa
Copy link
Contributor

@alehaa alehaa commented Jan 10, 2025

Previously, when using the TTL processor, all records with an applicable TTL were marked as proxied. However, this caused changes to be repeated for record types that could not be proxied, such as TXT records. Now only supported record types are marked as proxied.

Previously, when using the TTL processor, all records with an applicable
TTL were marked as proxied. However, this caused changes to be repeated
for record types that could not be proxied, such as TXT records. Now
only supported record types are marked as proxied.
Copy link
Contributor

@ross ross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it will require some targeted tests.

A new test case checks whether records that do not support proxying are
ignored by the TTL processor.
Copy link
Contributor

@ross ross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@ross ross merged commit 51c34b6 into octodns:main Jan 11, 2025
7 checks passed
@alehaa alehaa deleted the fix/proxy-ttl branch January 11, 2025 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants