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

feat: Common functions for interfacing with python-irodsclient #202

Merged
merged 31 commits into from
Dec 8, 2023

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    95c76ab View commit details
    Browse the repository at this point in the history
  2. fix tests

    sellth committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6b72d9d View commit details
    Browse the repository at this point in the history
  3. fix chksum test

    sellth committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2636c8c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    779d402 View commit details
    Browse the repository at this point in the history
  2. adapt tests to new class

    sellth committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1f58f7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da40f44 View commit details
    Browse the repository at this point in the history
  4. flake8

    sellth committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d8dbbbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    064a1e6 View commit details
    Browse the repository at this point in the history
  6. flake8

    sellth committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7837b2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32aaa5f View commit details
    Browse the repository at this point in the history
  8. cleanup

    sellth committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f36efff View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. improved docstrings

    sellth committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    523bc28 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

    sellth committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    f66cc42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2bda03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d480c9 View commit details
    Browse the repository at this point in the history
  5. add recursive put

    sellth committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    179aee5 View commit details
    Browse the repository at this point in the history
  6. use proper context manager

    sellth committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4b0e1d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    538e9a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41c8e12 View commit details
    Browse the repository at this point in the history
  3. add get method

    sellth committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5df1d7e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    205c6e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e54da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1e5105 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78e01a1 View commit details
    Browse the repository at this point in the history
  5. linting

    sellth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e1625a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a58949 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. improve logging during chksum

    sellth committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d6f6300 View commit details
    Browse the repository at this point in the history
  2. increase session timeout

    sellth committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    cb5d10a View commit details
    Browse the repository at this point in the history
  3. better error handling

    sellth committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    bab45a0 View commit details
    Browse the repository at this point in the history