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: v0.13.17
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: v0.13.18
Choose a head ref
  • 18 commits
  • 21 files changed
  • 8 contributors

Commits on Dec 2, 2015

  1. feat(config): mime config option support

    Allows to setup required mime-type to extensions mapping
    (for ex. fix default *.ts to video/mp2t mapping)
    
    Closes #1735
    comdiv committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    d562383 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

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

Commits on Jan 4, 2016

  1. feat(cli): Add .config/karma.conf.js to the default lookup path

    Add `.config/karma.config.js` and `.config/karma.config.coffee` to the default
    look-up path.
    
    Closes #1387
    budde377 committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    49bf1aa View commit details
    Browse the repository at this point in the history
  2. docs(config): Document default configuration files

    Update the documentation to contain the default configuration files:
    `./karma.conf.js`, `./karma.conf.coffee`, `./.config/karma.conf.js` and
    `./.config/karma.conf.js`
    budde377 committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    1617996 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1775 from budde377/feature-add-to-default-lookup-…

    …path
    
    Feature add .config/karma.config.js to default lookup path
    dignifiedquire committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    f176109 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f83ad6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb29871 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1736 from comdiv/1735

    Mime config option support #1735 Fixed
    dignifiedquire committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    2010d8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c51b13f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a731968 View commit details
    Browse the repository at this point in the history
  9. feat(config): Add a clearContext config to prevent clearing of context.

    Enable a clearContext config which when set to false:
    - prevents clearing of context window upon completion of running of the tests.
    - always (re)sets up context regardless of errors
    This configuration is useful when embedding the Jasmine html reporter
    within the context window.
    Cagdas Bayram committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    5fc8ee7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1356 from cbayram/feature-clearContextConfig

    feat(config): Add a clearContext config to prevent clearing of context
    dignifiedquire committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    e509f84 View commit details
    Browse the repository at this point in the history
  11. test(e2e): Reenable cucumber tests

    Closes #1767
    dignifiedquire committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    0fd70b8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1778 from Dignifiedquire/cu

    test(e2e): Reenable cucumber tests
    dignifiedquire committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    6de4610 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e726d1c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1777 from Dignifiedquire/fix-1521

    fix(preprocessor): Improve handling of failed preprocessors
    dignifiedquire committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    ab84a46 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Configuration menu
    Copy the full SHA
    857b7dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d0ca5 View commit details
    Browse the repository at this point in the history
Loading