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

Test: weave.works #22

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Test: weave.works #22

wants to merge 3 commits into from

Commits on Aug 21, 2023

  1. fix recurring issue

    Weave.works commonly uses "a href" with an empty href where a bit of
    javascript is going to do the work. This results in an empty (not nil)
    value in link_href, which we just didn't see anywhere on fluxcd.io!
    
    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    aeaf650 View commit details
    Browse the repository at this point in the history
  2. basic filter to avoid fetching pdf links

    The vast majority of the errors are PDFs that made their way into the
    sitemap. We can exclude most of them this way, (while it would be good
    to know if any PDF links were broken, they will not have id-anchors so
    are not in scope for this project that reports first on bad anchors.)
    
    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    781e71c View commit details
    Browse the repository at this point in the history
  3. let's pry our way to success

    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e8325e6 View commit details
    Browse the repository at this point in the history