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: v2.0.5
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v3.0.0
Choose a head ref
  • 17 commits
  • 15 files changed
  • 3 contributors

Commits on Jul 25, 2018

  1. docs: better clarity for API usage

    extract config to a var to create better clarity for API usage
    nirmoav authored and lusarz committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c5dc62d View commit details
    Browse the repository at this point in the history
  2. chore: remove support for node 4, update log4js (#3082)

    This PR will start v3.0
    johnjbarton committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    94a6728 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. fix(config): wait 20s for browser activity. (#3087)

    On low-horsepower CI systems karma frequently times out waiting for phantomjs. We see this
    in our Travis-CI runs. Users also see it: 
    karma-runner/karma-phantomjs-launcher#126.
    johnjbarton committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    88b977f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. fix(travis): Validate TRAVIS_PULL_REQUEST_SHA rather than TRAVIS_COMM…

    …IT. (#3093)
    
    Also add some debug messages for commits and remove an old node4 command.
    johnjbarton committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    a58fa45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d2f0e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    56fda53 View commit details
    Browse the repository at this point in the history
  2. fix(travis): validate TRAVIS_COMMIT if TRAVIS_PULL_REQUEST_SHA is not…

    … set. (#3094)
    
    Looks like the pre-merge travis run sets TRAVIS_PULL_REQUEST_SHA but the post-merge run does not.
    In the post-merge the TRAVIS_COMMIT should be the PR, so validate it.
    johnjbarton committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    fba5d36 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. 1 Configuration menu
    Copy the full SHA
    90f5546 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. 1 Configuration menu
    Copy the full SHA
    0fdd8f9 View commit details
    Browse the repository at this point in the history
  2. fix(server): Exit clean on unhandledRejections. (#3092)

    Add a handler for unhandledRejections, log error and disconnect all, then exit.
    Also remove broken, untested rejection handler in middleware. Prior to #3064,
    this block was probably unreachable; the arguments to serveStaticFile are incorrect.
    johnjbarton committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    02f54c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Configuration menu
    Copy the full SHA
    1002569 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. 1 Configuration menu
    Copy the full SHA
    173848e View commit details
    Browse the repository at this point in the history
  2. fix(travis): Up the socket timeout 2->20s. (#3103)

    Log something on all disconnect() calls.
    Up the timeout as suggested by ndcornelius@ on #3102
    johnjbarton committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    732396a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. chore(deps): update mime -> 2.3.1 (#3107)

    This is the same as @dignifiedrequire #2997 first commit
    johnjbarton committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    eb3b1b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5db9399 View commit details
    Browse the repository at this point in the history
  3. chore: release v2.0.6

    johnjbarton committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    75f466d View commit details
    Browse the repository at this point in the history
  4. chore: release v3.0.0

    johnjbarton committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    a4d5bdc View commit details
    Browse the repository at this point in the history
Loading