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.2.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.3.0
Choose a head ref
  • 13 commits
  • 22 files changed
  • 4 contributors

Commits on Jul 12, 2019

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

Commits on Jul 17, 2019

  1. fix(deps): lodash update. (#3341)

    From npm audit fix --force
    johnjbarton authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    5614c04 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Configuration menu
    Copy the full SHA
    094bcc6 View commit details
    Browse the repository at this point in the history
  2. fix(test): test:client silently failing on Travis (#3343)

    * fix(test): ensure that grunt test:client exits with non-zero code
    
    Apparently it is not enough to check `code`, because when process
    crashes `code` is set to `null` and `err` is passed instead.
    
    Example of failing tests, which didn't fail build:
    https://travis-ci.org/karma-runner/karma/jobs/537027667#L1046
    
    * fix(test): adjust assertions to work in latest Chrome
    devoto13 authored and johnjbarton committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    1489e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    582a406 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. feat(runner):

    * feat(runner): Return emitter that forwards server data
    
    Allow the consumer to decide whether to echo the runner progress or not.
    
    This might be the case when Karma.run() is called inside the same
    process/terminal as the server is running in (e.g. development
    servers).
    
    Fixes #2121, #2799
    
    * feat(cli): Echo the runner progress event, don't echo in runner
    
    The CLI shall echo the progress, not the runner itself.
    
    Fixes #2121, #2799
    is-already-taken authored and johnjbarton committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    62d4c5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c6c690 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

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

Commits on Aug 21, 2019

  1. feat(preprocessor): preprocessor_priority execution order. (#3303)

    Between 3.x and 4.x we moved from combineLists to underscore.union in preprocessor.
    Apparently combineLists was incorrect: the order of preprocessing changed in some cases.
    Conceptually the order ought to depend upon the preprocessor, not the file.
    
    Implement config.preprocessor_priority['preprocessor-name'] = priority, higher means run earlier.
    Default priority is 0.
    
    Add back compat API for karma-browserify.
    Update docs.
    johnjbarton authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    c5f3560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    817fbbd View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. fix(server): Simplify 'dom' inclusion. (#3356)

    The karma preprocessor caches file content: no need to read it async in the server loop.
    johnjbarton authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    5f13e11 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

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

    johnjbarton committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    fa6be15 View commit details
    Browse the repository at this point in the history
Loading