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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: karma-runner/karma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.1
Choose a head ref
  • 8 commits
  • 9 files changed
  • 5 contributors

Commits on Jan 25, 2019

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

Commits on Feb 4, 2019

  1. fix(launcher): Debug Child Processes exit signal (#3259)

    The Child Processes Event: 'exit' has two parameters: code and signal
    (https://nodejs.org/api/child_process.html#child_process_event_exit).
    One of the two will always be non-null. This helps debugging cases where
    code is null.
    webmaster128 authored and johnjbarton committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    c277a6b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. fix(browser): allow updating total specs count (#3264)

    * fix(browser): allow updating total specs count
    
    This change allows providing the total specs count after the tests have
    been started.
    The count will be updated in case it has been provided already.
    This can be uselful for some adapters where the total specs count can
    not be determined before starting the first test.
    
    fix onInfo test case, add new test for total update
    matz3 authored and johnjbarton committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    d5df723 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. fix: remove vulnerable dependency expand-braces (#3270)

    Remove `expand-braces` as a dependency. Use `braces.expand` instead
    now.
    
    Fixes #3268
    Fixes #3269
    SteinRobert authored and johnjbarton committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    4ec4f6f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. fix: remove vulnerable dependency combine-lists (#3273)

    Remove `combine-lists` as a dependency. Use `_.union` instead now.
    
    Fixes #3265
    SteinRobert authored and johnjbarton committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    c43f584 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. fix(filelist): correct logger name. (#3262)

    Append the state of the browser if it gets lost.
    johnjbarton authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    375bb5e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    c190c4a View commit details
    Browse the repository at this point in the history
  2. chore: release v4.0.1

    johnjbarton committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    c7ebf0b View commit details
    Browse the repository at this point in the history
Loading