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

Add current Python versions to the test matrix #224

Draft
wants to merge 3 commits into
base: devel
Choose a base branch
from

Commits on Oct 15, 2024

  1. Add to_json / from_json methods for RodsItems

    Expose to_dict method for RodsItems.
    
    Update some type hints to use new built-ins.
    kjsanger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    76b82b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Add a connected method to RodsItems to permit JSON IO without iRODS

    By guarding some methods with a connected check, we can allow JSON
    serialization/deserialization to include metadata and ACLs without
    requiring iRODS be present.
    kjsanger committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ab269fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a32f1be View commit details
    Browse the repository at this point in the history