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-13869: Implement basic Registry.find and related functionality #23

Merged
merged 11 commits into from
Mar 22, 2018

Commits on Mar 20, 2018

  1. Add Registry.associate.

    Pim Schellart authored and Pim Schellart committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    d16ae27 View commit details
    Browse the repository at this point in the history
  2. Add Registry.disassociate.

    Pim Schellart authored and Pim Schellart committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    905d1da View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Generate and add DataUnit links to Dataset table.

    Pim Schellart authored and Pim Schellart committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    eeb035d View commit details
    Browse the repository at this point in the history
  2. Always associate dataset with its Run.collection.

    Pim Schellart authored and Pim Schellart committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    1a78b51 View commit details
    Browse the repository at this point in the history
  3. Run autopep8.

    Pim Schellart authored and Pim Schellart committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    0b1611d View commit details
    Browse the repository at this point in the history
  4. Make DatasetRef hashable and equality comparable.

    Pim Schellart authored and Pim Schellart committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    671c0c2 View commit details
    Browse the repository at this point in the history
  5. Implement primitive version of Registry.find.

    This really is just a bare-bones starting point.
    Does no lookup based on unit values and thus can only
    handle one dataset per collection.
    This is of course utterly useless except for building on.
    Pim Schellart authored and Pim Schellart committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    5a3ca0f View commit details
    Browse the repository at this point in the history
  6. Implement lookup based on dataId.

    Pim Schellart authored and Pim Schellart committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    1d93576 View commit details
    Browse the repository at this point in the history
  7. Test associate and disassociate.

    Pim Schellart authored and Pim Schellart committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    d033030 View commit details
    Browse the repository at this point in the history
  8. Check for non-existence in Registry.addDataset.

    Pim Schellart authored and Pim Schellart committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    3113df9 View commit details
    Browse the repository at this point in the history
  9. Add (deactivated) test for Butler.get.

    Pim Schellart authored and Pim Schellart committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    3857fbe View commit details
    Browse the repository at this point in the history