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-43526: Implement registry collection methods for RemoteButler #983

Merged
merged 6 commits into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. De-privatize SqlRegistry.get_collection_record

    SqlRegistry is no longer a public interface, and _get_collection_record is used outside SqlRegistry a few places, so removing the leading underscore for clarity.
    dhirving committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    84175ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e742b63 View commit details
    Browse the repository at this point in the history
  3. Add getCollectionType and getCollectionChain

    Implement additional registry methods for RemoteButler
    dhirving committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    76a3d80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f83946d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee46d3b View commit details
    Browse the repository at this point in the history
  6. Implement misc collection info for RemoteButler

    Implement registry.getCollectionDocumentation and registry.getCollectionParentChains for RemoteButler.
    dhirving committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6d4ae7a View commit details
    Browse the repository at this point in the history