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

prevent serialization of symlinks by default #251

Merged
merged 6 commits into from
Jul 24, 2024

Commits on Jul 24, 2024

  1. add serialization test for symlink model file

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    69a8a38 View commit details
    Browse the repository at this point in the history
  2. prevent serialization of symlinks by default

    This can be changed via the allow_symlink argument in the various
    serialization initializers.
    
    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c998722 View commit details
    Browse the repository at this point in the history
  3. convert symlink file fixture to symlink directory fixture

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    475edd5 View commit details
    Browse the repository at this point in the history
  4. Address style and documentation feedback

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5c863b4 View commit details
    Browse the repository at this point in the history
  5. add Raises section to serialize docstrings

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    053de6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6d6411 View commit details
    Browse the repository at this point in the history