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

Detect and Load child documents to include in validation #137

Merged
merged 42 commits into from
Sep 26, 2023

Commits on Sep 5, 2023

  1. add test for child files

    zkamvar committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f4d334b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bbf982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e57ddd8 View commit details
    Browse the repository at this point in the history
  4. redocument

    zkamvar committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    65f7d45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cd2465 View commit details
    Browse the repository at this point in the history
  6. add parent tests

    zkamvar committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1879c39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    117eb69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    167f7d3 View commit details
    Browse the repository at this point in the history
  9. document

    zkamvar committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f2be9ee View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    ae0e09c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb9f067 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. add test to check for build_parentage

    This pre-processes the build parents argument so that we don't have to
    constantly check for the parents of a child when it appears.
    zkamvar committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8bc0462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab723c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83306b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5696d0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e3ff56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f42a1b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7462d40 View commit details
    Browse the repository at this point in the history
  8. update Episode lesson active binding

    This is a bit more clever about detecting files in sub sub folders by
    splitting the path and searching for the presence of the known
    subfolders
    zkamvar committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b91d4e3 View commit details
    Browse the repository at this point in the history
  9. enable validation of child files

    I really really really like how simple this part is. I add the
    collection and the machinery just works ^_^
    zkamvar committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    17bfba7 View commit details
    Browse the repository at this point in the history
  10. run snapshot

    zkamvar committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c6a404c View commit details
    Browse the repository at this point in the history
  11. update DESCRIPTION; add NEWS

    zkamvar committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    92dd60c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4398776 View commit details
    Browse the repository at this point in the history
  13. add catch for overview lessons

    we actually need to handle this a bit better in sandpaper as well.
    zkamvar committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    889714d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    31564b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d340c60 View commit details
    Browse the repository at this point in the history
  3. begin documentation

    zkamvar committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0cdc683 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49bdd9a View commit details
    Browse the repository at this point in the history
  5. document load_children

    zkamvar committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7e601b2 View commit details
    Browse the repository at this point in the history
  6. fix docs

    zkamvar committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1680914 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. renamed example file

    zkamvar committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    446d006 View commit details
    Browse the repository at this point in the history
  2. fix example

    zkamvar committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    22e4eb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. use dev version for pkgdown

    zkamvar committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    773c497 View commit details
    Browse the repository at this point in the history
  2. update to parse child files relative to root

    I get a feeling that this really needs to be an option instead, but
    because this is a Lesson-specific thing, I'm going to leave it as is.
    zkamvar committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    40e68e8 View commit details
    Browse the repository at this point in the history
  3. update docs

    zkamvar committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    63bab20 View commit details
    Browse the repository at this point in the history
  4. fix doc

    zkamvar committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9659fb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. update validation for child internal links

    These links should act as if they come from the parent files
    zkamvar committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    cb8c369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b81f84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec161d3 View commit details
    Browse the repository at this point in the history
  4. update NEWS

    zkamvar committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    103b5ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5d9706 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    be3202d View commit details
    Browse the repository at this point in the history