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

fix aggregate functions to not fail with special episode names #512

Merged
merged 7 commits into from
Sep 18, 2023

Commits on Sep 13, 2023

  1. add test to make sure agg pages do not clobber

    This addresses #511 by testing that `build_images()` does not clobber an
    episode that starts with `images-`, `build_instructor_notes()` does not
    clobber an episode that starts with `instructor-notes-` and so on...
    zkamvar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bef6a40 View commit details
    Browse the repository at this point in the history
  2. do not fail if building ep that starts with image-

    This is the commit that will fix #511
    zkamvar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    801181a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21216da View commit details
    Browse the repository at this point in the history
  4. format code I touched

    zkamvar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0337d3e View commit details
    Browse the repository at this point in the history
  5. bump version; add NEWS

    zkamvar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a49704f View commit details
    Browse the repository at this point in the history
  6. remove detritus; clean up

    zkamvar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ca3487e View commit details
    Browse the repository at this point in the history
  7. remove stray print statement

    :grimace:
    zkamvar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    251db46 View commit details
    Browse the repository at this point in the history