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

Add --actor-config to snactor run #627

Merged
merged 2 commits into from
Jun 5, 2020

Commits on Jun 5, 2020

  1. Add --actor-config to snactor run

    This patch introduces support for specifying a model which the actor
    should consume for configuration data.
    Using this feature requires to run an actor before which produces this
    model and saves the output.
    
    Additionally to facilitate the testing needs for this PR `snactor
    messages add` has been added, which allows injecting messages from the
    commandline.
    
    Jira-Task: OAMG-1092
    
    Signed-off-by: Vinzenz Feenstra <vfeenstr@redhat.com>
    vinzenz committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    6f55fba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c89a675 View commit details
    Browse the repository at this point in the history