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

Allow adding tags dynamically. #213

Merged
merged 3 commits into from
Jul 7, 2016
Merged

Commits on Jul 5, 2016

  1. Allow adding tags dynamically.

    This commit allows adding tags dynamically to a scenario at runtime.
    Furthermore, it implicitly fixes an issue where nested tags, description
    and href would not be evaluated if ignoreValue was set to true.
    
    fixes TNG#172
    Airblader committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    6e74e63 View commit details
    Browse the repository at this point in the history
  2. Introduced CurrentScenario.

    We introduce a new interface CurrentScenario similar to CurrentStep which
    can be injected into stages. The previously introduced addTag() method is
    moved from ScenarioBase to this new interface.
    
    relates to TNG#172
    Airblader committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    b928350 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Configuration menu
    Copy the full SHA
    605264a View commit details
    Browse the repository at this point in the history