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

fallback executor support #171

Merged
merged 3 commits into from
Jun 28, 2019
Merged

fallback executor support #171

merged 3 commits into from
Jun 28, 2019

Commits on Jun 13, 2019

  1. http(fix): check arguments on client

    We _need_ to do this before calling PreRun but it's also nice to do this before
    bothering the server.
    Stebalien committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    4f26386 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. http(fix): remove client interface and just return an executor

    This is a breaking change and will affect Filecoin. However, filecoin is
    currently using this incorrectly anyways (breaking PreRun and PostRun).
    Stebalien committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    ba094a0 View commit details
    Browse the repository at this point in the history
  2. http(feat): add fallback executor support

    This allows _trying_ to execute a command on a daemon, failing, and falling back
    on another executor.
    Stebalien committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    ca0ae17 View commit details
    Browse the repository at this point in the history