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

Generalize list and list_prefix for FilesystemStore #66

Merged
merged 2 commits into from
Sep 1, 2024
Merged

Commits on Aug 31, 2024

  1. Generalize list and list_prefix for FilesystemStore.

    This also improves the implementation of list_prefix since now the
    filesystem is walked from the prefix directory instead of from the root.
    zoj613 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c62ceb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Improve list_dir implementation for FilesystemStore.

    Avoids redundant work to obtain children of a directory, which is
    what `list_dir` does in a FilesystemStore.
    zoj613 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    02b7028 View commit details
    Browse the repository at this point in the history