Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: karma-runner/karma Loading
base: v1.6.0
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v1.7.0
Choose a head ref
  • 11 commits
  • 11 files changed
  • 5 contributors

Commits on Apr 18, 2017

  1. feat(runner): Buffer stdout and stderr for output when errors occur

    When it is determined that an error occured during the run of a launch
    it's useful to have output from the process.
    We just need to know what was going on in order to debug (if necessary)
    
    Related to #2663 Complete browser log output when process isn't started
    LoveIsGrief committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    460d423 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. test(reporters): Fix the log suppressing tests

    The tests ensuring a lower priority doesn't get logged were written in an
    incorrect format so even changing the order in the LOG_PRIORITIES array
    would not make them fail.
    mgol committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    ef62da9 View commit details
    Browse the repository at this point in the history
  2. fix(reporters): Revert the backwards-incompatible log priority order …

    …changes
    
    Commit 35965d9 changed the order of log priorities, making lots of
    configurations no longer print console.log messages. This was a
    backwards-incompatible change which this commit reverts.
    
    Tests were added to ensure the proper order is respected.
    
    Fixes #2582
    mgol committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    316b944 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Merge pull request #2676 from mgol/log-order-fixes

    fix(reporters): Revert the backwards-incompatible log priority order changes
    dignifiedquire committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    e93d1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    722bbbb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2664 from LoveIsGrief/feature-karma-2663

    feat(runner): Buffer stdout and stderr for output when errors occur
    dignifiedquire committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    14b6dfd View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. fix(middleware): change to use vanilla for loop

    - Change use of for..in to plain for loop due to issues where array prototype is modified
    
    Fixes #2671
    wesleycho committed May 1, 2017
    Configuration menu
    Copy the full SHA
    ac62cc0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Merge pull request #2682 from wesleycho/fix/for-in

    fix(middleware): change to use vanilla for loop
    dignifiedquire committed May 2, 2017
    Configuration menu
    Copy the full SHA
    51b4f64 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

  1. chore: fix lint task

    dignifiedquire committed May 6, 2017
    Configuration menu
    Copy the full SHA
    a99dc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e52e4 View commit details
    Browse the repository at this point in the history
  3. chore: release v1.7.0

    dignifiedquire committed May 6, 2017
    Configuration menu
    Copy the full SHA
    2a847c2 View commit details
    Browse the repository at this point in the history
Loading