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

Statuscake: Implement Equals function using TestTags #610

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 4, 2024

  1. Implement Equals function using TestTags

    It is mentioned in a comment in the code itself but because of the
    discrepency between the fields in the EndpointMonitor CR and the
    Statuscake API it is not immediately clear how to compare an old monitor
    with an updated monitor. The way I have elected to check this is to use
    the TestTags field to include some kind of identifier that should be
    updated on any change. So if the tags have changed then the monitor
    should be updated.
    matthijswolters-rl committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    413ed7e View commit details
    Browse the repository at this point in the history