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

DM-39915: Make butler.datastore an internal property #862

Merged
merged 20 commits into from
Jul 11, 2023
Merged

Commits on Jul 10, 2023

  1. Auto update pre-commit

    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b29427c View commit details
    Browse the repository at this point in the history
  2. Fix the E402 problem

    Move the module strings to top of file.
    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e311771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d4861 View commit details
    Browse the repository at this point in the history
  4. Fix two spelling errors

    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c3b9568 View commit details
    Browse the repository at this point in the history
  5. Add butler.get_datastore_roots and .get_datastore_names

    This makes the roots available as public API and handles
    file vs chained datastore difficulties.
    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7550476 View commit details
    Browse the repository at this point in the history
  6. Add LimitedButler.get_many_uris

    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9d3f0f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    544552f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    821db14 View commit details
    Browse the repository at this point in the history
  9. Remove the coverage reporting of missing code

    This creates very busy output when running scons.
    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d8a9ae7 View commit details
    Browse the repository at this point in the history
  10. Added news fragments

    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    05c4c06 View commit details
    Browse the repository at this point in the history
  11. Fix numpydoc section name

    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    888fd9d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e0e6c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71cf6fe View commit details
    Browse the repository at this point in the history
  14. Minor doc fixes

    Co-authored-by: Andy Salnikov <salnikov@slac.stanford.edu>
    timj and andy-slac committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7112744 View commit details
    Browse the repository at this point in the history
  15. More minor doc fixes

    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2eb7380 View commit details
    Browse the repository at this point in the history
  16. Pin fastapi < 0.100.

    TallJimbo authored and timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a02f5b7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f2fa939 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aa4c8f5 View commit details
    Browse the repository at this point in the history
  19. Add a do-not-merge action check

    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    39983ba View commit details
    Browse the repository at this point in the history
  20. Fix click type annotation

    timj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4d40910 View commit details
    Browse the repository at this point in the history