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-21451: Remove DatabaseDict and vectorize Datastore/Butler ingest #197

Merged
merged 10 commits into from
Oct 25, 2019

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    47fd337 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20cd432 View commit details
    Browse the repository at this point in the history
  3. Remove DatabaseDict.

    TallJimbo committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ea4f446 View commit details
    Browse the repository at this point in the history
  4. Ensure that each datastore in datastore tests has its own registry

    Previously if a single test created two datastores they shared
    a registry.
    timj authored and TallJimbo committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    3f2b0db View commit details
    Browse the repository at this point in the history
  5. Rename DatasetExport to FileDataset.

    We're about to start using it for ingest, so the old name no longer
    made sense.
    TallJimbo committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    14a8a31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b1ecd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c2a291 View commit details
    Browse the repository at this point in the history
  8. Vectorize butler.ingest.

    TallJimbo committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    680738f View commit details
    Browse the repository at this point in the history
  9. Switch _register_datasets sig. to sequence-of-tuples.

    This is safer than zipping over two sequences, which doesn't complain
    if they have different lengths, and no harder for callers to provide.
    TallJimbo committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    68464b4 View commit details
    Browse the repository at this point in the history
  10. Improve error message for StoredFileInfo lookup failure.

    (and switch to f-strings)
    TallJimbo committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    1c8c422 View commit details
    Browse the repository at this point in the history