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

Substitute REST path or body parameters in Workflow Steps #525

Merged
merged 9 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. Include params map in WorkflowRequest when provisioning

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2b2080e View commit details
    Browse the repository at this point in the history
  2. Pass params to ProcessNode

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a8c3f3c View commit details
    Browse the repository at this point in the history
  3. Pass params to WorkflowSteps

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5e4a26d View commit details
    Browse the repository at this point in the history
  4. Substitute params

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    75f5b25 View commit details
    Browse the repository at this point in the history
  5. Add change log

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    60e1fcf View commit details
    Browse the repository at this point in the history
  6. Improve param consuming checks, add coverage

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a26211f View commit details
    Browse the repository at this point in the history
  7. Allow specifying key-value pairs in body

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d626685 View commit details
    Browse the repository at this point in the history
  8. Update title in change log

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3d18531 View commit details
    Browse the repository at this point in the history
  9. Refactor param and content map generation to a new method

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    098e75f View commit details
    Browse the repository at this point in the history