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.4.0
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v1.4.1
Choose a head ref
  • 12 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 12, 2017

  1. fix(runner): Make process kill timeout configurable

    Add a new user configurable property processKillTimeout to set timeout for any spawned process
    Closes #2447
    vivganes committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    ffaa054 View commit details
    Browse the repository at this point in the history
  2. fix(runner): Make process kill timeout configurable - Fix Build

    Fixing build (Writing value of 2000 in case of variable not being initialized)
    Closes #2447
    vivganes committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    a128e5c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. fix(runner): Test process kill timeout config

    Add new unit test for processKillTimeout configuration
    Closes #2447
    vivganes committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    99a1d48 View commit details
    Browse the repository at this point in the history
  2. feat(config): allow config to be a default export

    Matt Lewis committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    9976dce View commit details
    Browse the repository at this point in the history
  3. chore: switch from ghooks to husky

    Matt Lewis committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    48dad20 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Merge pull request #2536 from mattlewis92/default-export-config

    feat(config): allow config to be a default export
    dignifiedquire committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    27d9b12 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2537 from mattlewis92/switch-gooks-to-husly

    chore: switch from ghooks to husky
    dignifiedquire committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    b8b02aa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2533 from vivganes/dev

    fix(runner): Make process kill timeout configurable
    dignifiedquire committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    0bec015 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. docs(runner): Document processKillTimeout property

    Documentation for processKillTimeoutProperty
    Closes #2447
    vivganes committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    adf5532 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2541 from vivganes/devdoc

    docs(runner): Document processKillTimeout property
    dignifiedquire committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    9ff095e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. Configuration menu
    Copy the full SHA
    e4833b7 View commit details
    Browse the repository at this point in the history
  2. chore: release v1.4.1

    dignifiedquire committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    acc997a View commit details
    Browse the repository at this point in the history
Loading