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: v1.4.1
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: v1.5.0
Choose a head ref
  • 18 commits
  • 27 files changed
  • 11 contributors

Commits on Jan 23, 2017

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

Commits on Jan 29, 2017

  1. Merge pull request #2549 from karma-runner/greenkeeper-husky-0.13.1

    Update husky to version 0.13.1 🚀
    dignifiedquire authored Jan 29, 2017
    Configuration menu
    Copy the full SHA
    9c1974b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

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

Commits on Feb 8, 2017

  1. docs(contributing): add sample commit message

    Add an example commit message so contributors can see a concrete example
    of what is expected.
    danielcompton committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    7f55f4f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. fix: make window.parent.karma available in debugged context

    dryajov authored and dmitriy ryajov committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    3e7eaeb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2561 from danielcompton/docs-commit-msg-example

    docs(contributing): add sample commit message
    dignifiedquire authored Feb 10, 2017
    Configuration menu
    Copy the full SHA
    6a7a22f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2564 from dryajov/master

    fix: make window.parent.karma available in debugged context
    dignifiedquire authored Feb 10, 2017
    Configuration menu
    Copy the full SHA
    e7dd612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01b35c4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2555 from karma-runner/greenkeeper-supertest-3.0.0

    Update supertest to version 3.0.0 🚀
    dignifiedquire authored Feb 10, 2017
    Configuration menu
    Copy the full SHA
    18757e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. feat: add support for node@7

    Fixes #2559
    pedrotcaraujo authored and dignifiedquire committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    eb407ab View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Configuration menu
    Copy the full SHA
    aa42c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b40af7e View commit details
    Browse the repository at this point in the history
  3. docs(config): update note on config languages to include TypeScript

    The list of files showing how Karma finds configuration lists TypeScript, but the note preceding it did not. Small change, nothing crazy.
    somewhatabstract authored and dignifiedquire committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    eaeffe9 View commit details
    Browse the repository at this point in the history
  4. fix: filter browser logging by level of LOG

    Additional fix to the bug, "filter browser logging by level" ([35965d9](35965d9)), closes [#2228](#2228)
    
    Otherwise console.log ignore doesn't work with 
    ```
    browserConsoleLogOptions: {
      level: 'debug',
      terminal: true
    }
    ```
    blackswanny authored and dignifiedquire committed Feb 19, 2017
    3 Configuration menu
    Copy the full SHA
    89a7a1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e095411 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. chore: upgrade dev dependencies

    - run lint only on node@6
    dignifiedquire authored Feb 20, 2017
    Configuration menu
    Copy the full SHA
    153880f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b78aa5 View commit details
    Browse the repository at this point in the history
  3. chore: release v1.5.0

    dignifiedquire committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    cc6accd View commit details
    Browse the repository at this point in the history
Loading