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-16819: attribute to declare Butler generation and miscellaneous fixes. #110

Merged
merged 3 commits into from
Dec 19, 2018

Commits on Dec 18, 2018

  1. Fix URI prediction logic.

    TallJimbo committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    20cc007 View commit details
    Browse the repository at this point in the history
  2. Add class variable to expose Butler generation.

    This should permit (hopefully short-lived) Task code to
    run different logic for different middleware.
    TallJimbo committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    dd813fb View commit details
    Browse the repository at this point in the history
  3. Initialize raw WCS before raw VisitInfo.

    The order of operations here seems to affect the WCS created because
    VisitInfo strips things WCS wants to use; this is quite worrying in
    general, but happily the reverse is not true, so this works for now.
    TallJimbo committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    ac5032c View commit details
    Browse the repository at this point in the history