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-chrome-launcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: karma-runner/karma-chrome-launcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.3
Choose a head ref
  • 16 commits
  • 4 files changed
  • 4 contributors

Commits on Dec 1, 2015

  1. Configuration menu
    Copy the full SHA
    426e7c3 View commit details
    Browse the repository at this point in the history
  2. chore: release v0.2.2

    zzo committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    ed24321 View commit details
    Browse the repository at this point in the history
  3. Revert "chore: release v0.2.2"

    This reverts commit ed24321.
    zzo committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    c4b08b9 View commit details
    Browse the repository at this point in the history
  4. chore: release v0.2.2

    zzo committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    8b7dbf5 View commit details
    Browse the repository at this point in the history
  5. Revert "chore: release v0.2.2"

    This reverts commit 8b7dbf5.
    zzo committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    b217497 View commit details
    Browse the repository at this point in the history
  6. chore: release v0.2.2

    zzo committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    b11effd View commit details
    Browse the repository at this point in the history
  7. update changelong

    zzo committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    153ba3f View commit details
    Browse the repository at this point in the history
  8. chore: release v0.2.2

    zzo committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    b30c40c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1bcf4b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. feat(config): Allow --user-data-dir to be set in launcher properties

    Introduce a new parameter to custom launder properties: `chromeUserDir`
    which allows to set the `--user-data-dir` command line option to point
    to a specific place. Rationale:
    Sometimes it is useful to run Chrome under Karma with certain plugins
    loaded. One use-case is to have the **JetBrains IDE Support** plugin to
    attach the IntelliJ debugger. We can do it with `--load-extension` but
    this can also be prohibited by corporate policy. So one way to solve it
    is to have the `--user-data-dir` point to a project subdirectory and to
    install the plugin manually on the first run. It is preserved of course
    on subsequent runs.
    Andrey Taranov committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    2c0b7f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d8de4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. chore: update which

    Florian-R committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    600e1b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from Florian-R/fix-group-permission

    chore: update which
    dignifiedquire committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    c8f1a64 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Merge pull request #65 from antigremlin/release/0.2

    Allow --user-data-dir to be set in launcher properties
    dignifiedquire committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    e3cc448 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Configuration menu
    Copy the full SHA
    f08fa14 View commit details
    Browse the repository at this point in the history
  2. chore: release v0.2.3

    dignifiedquire committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    7a3d127 View commit details
    Browse the repository at this point in the history
Loading