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 ability to publish reports as part of coverage report #233

Closed
wants to merge 37 commits into from

Commits on May 2, 2013

  1. gemspec updated to require ooyala-grit

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    54645ad View commit details
    Browse the repository at this point in the history
  2. generate_reports is called when 'result' is fetched

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    cabdb36 View commit details
    Browse the repository at this point in the history
  3. generic 'Report' class added

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    61546a2 View commit details
    Browse the repository at this point in the history
  4. Author report generated

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    cc4acb6 View commit details
    Browse the repository at this point in the history
  5. file report generated

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    7eb3a0d View commit details
    Browse the repository at this point in the history
  6. ReportGenerator delegates report generation

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    9feaee4 View commit details
    Browse the repository at this point in the history
  7. Author info added to each line in a source file

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    f164d5c View commit details
    Browse the repository at this point in the history
  8. 'reports' property added to 'Result'

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    c9f6d2e View commit details
    Browse the repository at this point in the history
  9. JSON converter added to FileList

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    c5a2e1a View commit details
    Browse the repository at this point in the history
  10. Configuration options added for report generation

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    c23840d View commit details
    Browse the repository at this point in the history
  11. Gemfile updated with needed gems

    Rajesh Konda committed May 2, 2013
    Configuration menu
    Copy the full SHA
    12a6862 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2013

  1. Remove debug statement

    Rajesh Konda committed May 3, 2013
    Configuration menu
    Copy the full SHA
    f4f52e2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2013

  1. rename report_type to report_types

    Rajesh Konda committed May 6, 2013
    Configuration menu
    Copy the full SHA
    637778c View commit details
    Browse the repository at this point in the history
  2. resolve symlinks before doing 'git blame'

    Rajesh Konda committed May 6, 2013
    Configuration menu
    Copy the full SHA
    6689622 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2013

  1. update simplecov-html version

    Rajesh Konda committed May 7, 2013
    Configuration menu
    Copy the full SHA
    78ba7a2 View commit details
    Browse the repository at this point in the history
  2. update gem to 0.8.1.ooyala

    Rajesh Konda committed May 7, 2013
    Configuration menu
    Copy the full SHA
    d7b43b3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2013

  1. add 'algorithms' gem dependency

    Rajesh Konda committed May 8, 2013
    Configuration menu
    Copy the full SHA
    233e6bb View commit details
    Browse the repository at this point in the history
  2. trying to fix algorithms gem dependency issue

    Rajesh Konda committed May 8, 2013
    Configuration menu
    Copy the full SHA
    55f2ef3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2013

  1. Upgrade simplecov-html to version 0.7.2.ooyala

    Rajesh Konda committed May 9, 2013
    Configuration menu
    Copy the full SHA
    3174e84 View commit details
    Browse the repository at this point in the history
  2. Add title to author reports

    Rajesh Konda committed May 9, 2013
    Configuration menu
    Copy the full SHA
    b9823de View commit details
    Browse the repository at this point in the history
  3. Change version number to 0.8.2.ooyala

    Rajesh Konda committed May 9, 2013
    Configuration menu
    Copy the full SHA
    6ee5a27 View commit details
    Browse the repository at this point in the history
  4. remove potential cyclic dependency with simplecov-html

    Rajesh Konda committed May 9, 2013
    Configuration menu
    Copy the full SHA
    df593cb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2013

  1. Add the capability of extending report functionality

    New reports can be created and registered in 
    separate gems
    
    Moved the "author report" and "file report" out
    to "simplecov-reports" gem
    Rajesh Konda committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    0974753 View commit details
    Browse the repository at this point in the history
  2. Version updated to 0.9.0.ooyala from 0.8.2.ooyala

    This is a relatively big change, hence the upgrade.
    Rajesh Konda committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    d7d6c9d View commit details
    Browse the repository at this point in the history
  3. update .gitignore

    Rajesh Konda committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    7a19ff3 View commit details
    Browse the repository at this point in the history
  4. Revert "update .gitignore"

    This reverts commit 7a19ff3.
    
    Following the policy of using a global gitignore on the development
    machine. Moved IDE generated files to the global gitignore.
    Rajesh Konda committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    6c637b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2013

  1. Add ability to add callbacks to enhance line information

    Removed author information. Will be added in
    simplecov-reports as a line_enhancer.
    Rajesh Konda committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    d9438f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2013

  1. Remove 'ooyala-grit' dependency from simplecov

    Rajesh Konda committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    d0e897f View commit details
    Browse the repository at this point in the history
  2. simplecov-html gem dependency updated to 0.7.4.ooyala

    Rajesh Konda committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    a60f9c1 View commit details
    Browse the repository at this point in the history
  3. Version updated to 0.9.1.ooyala

    Rajesh Konda committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    5a7e201 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2013

  1. Make simplecov-html a gem depedency

    Rajesh Konda committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    e05bf69 View commit details
    Browse the repository at this point in the history
  2. Upgrade version to 0.9.2.ooyala

    Rajesh Konda committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    206b562 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2013

  1. Add reports to simple formatter

    Rajesh Konda committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    1b17da0 View commit details
    Browse the repository at this point in the history
  2. Add test for reports feature

    Rajesh Konda committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    f0929ae View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2013

  1. README.md updated with the new 'reports' feature

    Rajesh Konda committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    3f5c011 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2013

  1. Upgraded gem version to 0.9.3.ooyala

    Updated simplecov-html gem version to 0.7.6.ooyala
    Rajesh Konda committed Jul 3, 2013
    Configuration menu
    Copy the full SHA
    9bfcd34 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2013

  1. Remove references to development env

    Rajesh Konda committed Jul 16, 2013
    Configuration menu
    Copy the full SHA
    1f9fa3d View commit details
    Browse the repository at this point in the history