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 support for jmeter-plugins and fancy graph generation #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add support for jmeter-plugins and fancy graph generation #51

wants to merge 3 commits into from

Commits on May 27, 2015

  1. Adds suport for http://jmeter-plugins.org/ and extended report

    generation. For now it generates all the reports.
    
    - Bumped version number.
    Erwin Jansen committed May 27, 2015
    Configuration menu
    Copy the full SHA
    9441709 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. Some code cleanup, made plugin addition backwards compatible. I.e. if an

    existing project declares the plugins we will remove the in built ones.
    Erwin Jansen committed May 28, 2015
    Configuration menu
    Copy the full SHA
    eac35fe View commit details
    Browse the repository at this point in the history

Commits on May 29, 2015

  1. Addresses code review feedback:

    - Make the extension optional, so the optional jars are only added when
      needed.
    - Undid some layout changes.
    - Updated documentation.
    Erwin Jansen committed May 29, 2015
    Configuration menu
    Copy the full SHA
    c397ac6 View commit details
    Browse the repository at this point in the history