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

feat(core): Support deserializing Execution.initialConfig #3019

Merged
merged 1 commit into from
Jul 3, 2019

Commits on Jul 3, 2019

  1. feat(core): Support deserializing Execution.initialConfig

    Also adds support for using `initialConfig.enabled` as a short circuit
    of the `EnabledPipelineValidator` check.
    
    This seems reasonable as a user can already submit pipeline json against
    an arbitrary pipeline config id (that may or may not exist).
    
    Providing an ability to explicitly override the enabled check seems
    harmless.
    ajordens committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    237eefc View commit details
    Browse the repository at this point in the history