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-13849: Convert all ap_verify test data to obs_test #31

Merged
merged 10 commits into from
May 29, 2018

Commits on May 29, 2018

  1. Remove DECam-specific code from ingestion.

    The non-IngestTask argument was needed to work with DecamIngestTask
    prior to DM-14237. Now that DecamIngestTask is an IngestTask in the
    Liskov sense, we can use the generic interface.
    kfindeisen committed May 29, 2018
    Configuration menu
    Copy the full SHA
    9996853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10d7d89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bd4b72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc6d43d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c841e88 View commit details
    Browse the repository at this point in the history
  6. Fix bug in handling of invalid datasets.

    daf.persistence.Policy returns `None` instead of raising `KeyError`
    for invalid lookups. However, this is not documented.
    kfindeisen committed May 29, 2018
    Configuration menu
    Copy the full SHA
    8c13f6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a099b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    108e459 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d0dd43 View commit details
    Browse the repository at this point in the history
  10. Remove outdated assertions.

    This code should have been removed when Datasets no longer set up
    their dataset packages (DM-12853).
    kfindeisen committed May 29, 2018
    Configuration menu
    Copy the full SHA
    6de95ad View commit details
    Browse the repository at this point in the history