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

feat(core): make broken link checker detect broken anchors - add onBrokenAnchors config #9528

Merged
merged 70 commits into from
Jan 4, 2024

Commits on Nov 10, 2023

  1. wip: broken anchors warning

    OzakIOne committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    37edf26 View commit details
    Browse the repository at this point in the history
  2. wip: refactor

    OzakIOne committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7c83b68 View commit details
    Browse the repository at this point in the history
  3. wip: refactor

    OzakIOne committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    76a3a55 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. wip: refactor

    OzakIOne committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2ec4092 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. wip: refactor

    OzakIOne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f60242a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. wip: refactor

    OzakIOne committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    ca33fb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    6846cb8 View commit details
    Browse the repository at this point in the history
  2. update snapshots

    slorber committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    233e420 View commit details
    Browse the repository at this point in the history
  3. fix broken links api usage

    slorber committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0c2380a View commit details
    Browse the repository at this point in the history
  4. add todo for onBrokenAnchors

    slorber committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    135bb14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3412aea View commit details
    Browse the repository at this point in the history
  6. remove todo

    slorber committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    93fa920 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b08ecda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    901fccf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5cfc3fa View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. wip: split logging

    OzakIOne committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    408eb26 View commit details
    Browse the repository at this point in the history
  2. docs: remove deprecated tips

    OzakIOne committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    06858f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. fix: doc links & bug

    OzakIOne committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2df3f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ad40e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa204ab View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. fix: anchors

    OzakIOne committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    68f4bce View commit details
    Browse the repository at this point in the history
  2. fix: anchors

    OzakIOne committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3fd42b6 View commit details
    Browse the repository at this point in the history
  3. fix: links

    OzakIOne committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3fba43d View commit details
    Browse the repository at this point in the history
  4. fix: links

    OzakIOne committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b348746 View commit details
    Browse the repository at this point in the history
  5. minor refactor

    slorber committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a90f658 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    294e7bf View commit details
    Browse the repository at this point in the history
  7. line break

    slorber committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    20e0cef View commit details
    Browse the repository at this point in the history
  8. add todo

    slorber committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3b68d33 View commit details
    Browse the repository at this point in the history
  9. cleanup broken links tests

    slorber committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    d2837bf View commit details
    Browse the repository at this point in the history
  10. simplify test setup

    slorber committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    27facd0 View commit details
    Browse the repository at this point in the history
  11. simplify test setup

    slorber committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e368ac9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    72571e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Add new unit failing tests

    slorber committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    5870ac3 View commit details
    Browse the repository at this point in the history
  2. add test for nested subroutes

    slorber committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    97822f4 View commit details
    Browse the repository at this point in the history
  3. add test for nested subroutes

    slorber committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2640a59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f450b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad8483f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cb9a3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3a78ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e65137 View commit details
    Browse the repository at this point in the history
  9. remove old brokenLinks test

    slorber committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    57209a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. docs: reviews

    OzakIOne committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    527717a View commit details
    Browse the repository at this point in the history
  2. docs: fix title

    OzakIOne committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    9dfa6c7 View commit details
    Browse the repository at this point in the history
  3. docs: add removed link

    OzakIOne committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    c5e40d7 View commit details
    Browse the repository at this point in the history
  4. remove any type

    OzakIOne committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    0653c0e View commit details
    Browse the repository at this point in the history
  5. docs: update link

    OzakIOne committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    5211d04 View commit details
    Browse the repository at this point in the history
  6. fix: handle query strings

    OzakIOne committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    87af79c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8473fbc View commit details
    Browse the repository at this point in the history
  8. fix: broken test

    OzakIOne committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    ee325bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c24a89 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. wip: fix anchor check

    OzakIOne committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4edc168 View commit details
    Browse the repository at this point in the history
  2. wip: simplify algorithm

    OzakIOne committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    66ccc3b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. wip: refactor

    OzakIOne committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    660a527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf97a51 View commit details
    Browse the repository at this point in the history
  3. wip: refactor

    OzakIOne committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9cde61b View commit details
    Browse the repository at this point in the history
  4. undo commit

    OzakIOne committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f61e77c View commit details
    Browse the repository at this point in the history
  5. undo commit

    OzakIOne committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    383db55 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    f77d9a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3625b1e View commit details
    Browse the repository at this point in the history
  3. add todo

    slorber committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    574eaf0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93b1fb0 View commit details
    Browse the repository at this point in the history
  5. rename describe test

    slorber committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    20edbd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef814bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcb0e65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b52fe31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    05aa80a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7338242 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    687f04f View commit details
    Browse the repository at this point in the history
  12. minor broken links refactors

    slorber committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2bf5681 View commit details
    Browse the repository at this point in the history
  13. improve useBrokenLinks docs

    slorber committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    cc74ef8 View commit details
    Browse the repository at this point in the history