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

Minor fixes to validation of runner parameter override #2363

Merged
merged 3 commits into from
Jan 8, 2016

Commits on Jan 7, 2016

  1. Fix type attribute in headers param of the example weather action

    The type for the headers parameter in the http-request runner should be object. Override of the type attribute is not allowed for runner parameters.
    m4dcoder committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    d542c52 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Include action ref in the error message on action parameter validation

    Include the action reference (i.e. core.local) in the error message on action parameter validation. If not included and there are failures from multiple actions on register, it will be difficult to troubleshoot.
    m4dcoder committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    9297330 View commit details
    Browse the repository at this point in the history
  2. Refactor method for validating runner parameter overrides

    Refactor the logic for validating runner parameter overrides to a utility method.
    m4dcoder committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    201b4d8 View commit details
    Browse the repository at this point in the history