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-38041: delegate to new pre-exec-init implementations in pipe_base #308

Merged
merged 4 commits into from
Sep 12, 2024

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    95e7541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8deafa9 View commit details
    Browse the repository at this point in the history
  3. Use new QG method for PreExecInit.saveConfigs implementation.

    This changes the exception types raised (to be more consistent with
    what saveInitOutputs already raised), but these weren't really
    recoverable errors so this shouldn't break anything.
    TallJimbo committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a2d2a8b View commit details
    Browse the repository at this point in the history
  4. Use new QG method for PreExecInit.savePackageVersion implementation.

    This again changes the exception types raised (to be more consistent
    with what saveInitOutputs already raised), but these weren't really
    recoverable errors so this shouldn't break anything.
    TallJimbo committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3226412 View commit details
    Browse the repository at this point in the history