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

Include external reporting template for parsed results too #2506

Merged
merged 3 commits into from
Nov 19, 2019

Commits on Nov 19, 2019

  1. Allow extra arguments to template loaded with bug_report_actions

    This will be useful for calling bug_report_actions in
    module_table.html.ep, where test module and step are not stashed.
    marmarek committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    3d83bbe View commit details
    Browse the repository at this point in the history
  2. Include external reporting template for parsed results too

    Allow branding to set external reporting link to parsed results too.
    Since parsed results are all rendered as part of a single template,
    module and step id needs to be set directly in a template during
    the iteration. And branding template modified to actually use those
    values.
    marmarek committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    20b612a View commit details
    Browse the repository at this point in the history
  3. Tweak markup and styling for step actions within external results

    * Move floating action icons before the text
    * Increase padding around action icons a little bit (in consistency
      with help icon)
    Martchus committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    82a7f63 View commit details
    Browse the repository at this point in the history