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

Added an interface for the reporter #76

Open
wants to merge 7 commits into
base: v1
Choose a base branch
from

Commits on May 26, 2016

  1. Configuration menu
    Copy the full SHA
    0e15685 View commit details
    Browse the repository at this point in the history
  2. removed unused go packages

    fgimenez committed May 26, 2016
    Configuration menu
    Copy the full SHA
    93eb158 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from fgimenez/unit-tests

    update imports; make unit tests pass; add travis config
    come-maiz committed May 26, 2016
    Configuration menu
    Copy the full SHA
    4dc4e50 View commit details
    Browse the repository at this point in the history
  4. Copy the Stream config to the suiteRunner (#2)

    If the runner needs the Stream value from the config, it should not get
    it from the reporter. It is better to keep a copy of the value in the
    runner itself to make the communication between runner and reporter only
    one-direction.
    come-maiz committed May 26, 2016
    Configuration menu
    Copy the full SHA
    937a5a0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Configuration menu
    Copy the full SHA
    4dee14e View commit details
    Browse the repository at this point in the history
  2. Split the logger and the reporter (#4)

    The logger and the reporter should be configured independently.
    We can do many improvements in the logger, but for now this change
    preserves the public interfaces, keeps all the tests passing and
    lets us focus on improving the reporter first.
    come-maiz committed May 27, 2016
    Configuration menu
    Copy the full SHA
    55f12ba View commit details
    Browse the repository at this point in the history
  3. Added an interface for the reporter

    come-maiz authored and Leo Arias committed May 27, 2016
    Configuration menu
    Copy the full SHA
    8b4d3d9 View commit details
    Browse the repository at this point in the history