-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: karma-runner/karma
base: fe8d4e25b61541cf0b6babcf5907099e0637a8be
head repository: karma-runner/karma
compare: 16010eb53d184dd88cbb8724b5ed566609310c0c
Commits on Feb 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 82cd0df - Browse repository at this point
Copy the full SHA 82cd0dfView commit details
Commits on Feb 16, 2016
-
Merge pull request #1874 from karol-f/wip/master/server_port
feat(server): add 'listening' event with port number
Configuration menu - View commit details
-
Copy full SHA for 47066ea - Browse repository at this point
Copy the full SHA 47066eaView commit details
Commits on Feb 18, 2016
-
fix(reporter): Disable source maps for URLs without line number
There is no way to resolve them in this case anyway. Fixes #1274.
Configuration menu - View commit details
-
Copy full SHA for 2080221 - Browse repository at this point
Copy the full SHA 2080221View commit details -
test(unit): Throw the expected exception
Before, the exception was thrown in MockSourceMapConsumer's constructor and not in its originalPositionFor() function, which however was the expected thing to happen.
Configuration menu - View commit details
-
Copy full SHA for 2d943cf - Browse repository at this point
Copy the full SHA 2d943cfView commit details -
Merge pull request #1915 from davidparsson/fix/no-line-number-no-sour…
…ce-map fix(reporter): Disable source maps for URLs without line number
Configuration menu - View commit details
-
Copy full SHA for c3f00c7 - Browse repository at this point
Copy the full SHA c3f00c7View commit details -
Merge pull request #1914 from davidparsson/fix/throw-expected-exception
fix(test): Throw the expected exception
Configuration menu - View commit details
-
Copy full SHA for e81c3c7 - Browse repository at this point
Copy the full SHA e81c3c7View commit details -
feat(file-list): Upgrade bluebird to v.3
Ruben Bridgewater committedFeb 18, 2016 Configuration menu - View commit details
-
Copy full SHA for f5c252f - Browse repository at this point
Copy the full SHA f5c252fView commit details -
test(unit): check file_list_modified emitted only once
Ruben Bridgewater committedFeb 18, 2016 Configuration menu - View commit details
-
Copy full SHA for af0bc5b - Browse repository at this point
Copy the full SHA af0bc5bView commit details -
Merge pull request #1904 from BridgeAR/master
chore(dependencies): update bluebird v.3
Configuration menu - View commit details
-
Copy full SHA for e4b640a - Browse repository at this point
Copy the full SHA e4b640aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d61a3 - Browse repository at this point
Copy the full SHA d9d61a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e301b - Browse repository at this point
Copy the full SHA 64e301bView commit details
Commits on Feb 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7377147 - Browse repository at this point
Copy the full SHA 7377147View commit details -
Configuration menu - View commit details
-
Copy full SHA for acd2146 - Browse repository at this point
Copy the full SHA acd2146View commit details -
Merge pull request #1919 from karma-runner/greenkeeper-eslint-2.2.0
eslint@2.2.0 breaks build
⚠️ Configuration menu - View commit details
-
Copy full SHA for fae721e - Browse repository at this point
Copy the full SHA fae721eView commit details -
Merge pull request #1918 from karma-runner/greenkeeper-eslint-plugin-…
…react-4.0.0 Update eslint-plugin-react to version 4.0.0 🚀
Configuration menu - View commit details
-
Copy full SHA for 0f1b1ec - Browse repository at this point
Copy the full SHA 0f1b1ecView commit details
Commits on Feb 20, 2016
-
feat(config): Allow custom context and debug files, with feature test…
… and some specs.
Configuration menu - View commit details
-
Copy full SHA for 225c0e5 - Browse repository at this point
Copy the full SHA 225c0e5View commit details
Commits on Feb 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 188d770 - Browse repository at this point
Copy the full SHA 188d770View commit details -
feat: Add possibility to stop a karma server
Add detached mode using the `karma start --detached` command. Add middleware for stopping a server (detached or not). Described the detached option.
Configuration menu - View commit details
-
Copy full SHA for 66ae80b - Browse repository at this point
Copy the full SHA 66ae80bView commit details -
feat: Add
stopper
to the public APIAdd the `stopper` as a command to the public API allowing for enabling users to programically terminate a running server.
Configuration menu - View commit details
-
Copy full SHA for 3d4fa00 - Browse repository at this point
Copy the full SHA 3d4fa00View commit details -
feat(stopper): Enable programically detached server
When setting `detached=true` in config, the server will start detached.
Configuration menu - View commit details
-
Copy full SHA for f10fd81 - Browse repository at this point
Copy the full SHA f10fd81View commit details -
fix: Setting default value for config in runner and stopper
Default config to empty Object if undefined.
Configuration menu - View commit details
-
Copy full SHA for 414db89 - Browse repository at this point
Copy the full SHA 414db89View commit details -
Merge pull request #1920 from mesaugat/docs-fix-json-format
docs(config): Use double quotes for json
Configuration menu - View commit details
-
Copy full SHA for eddd9de - Browse repository at this point
Copy the full SHA eddd9deView commit details -
feat(logging): Add logging-setup function
Add a setup-function for setting up the log-level and colors from config.
Configuration menu - View commit details
-
Copy full SHA for d14bd62 - Browse repository at this point
Copy the full SHA d14bd62View commit details -
Change the timing on tests, allowing Node 0.10 to catch-up.
Configuration menu - View commit details
-
Copy full SHA for 0cb6204 - Browse repository at this point
Copy the full SHA 0cb6204View commit details
Commits on Feb 22, 2016
-
Merge pull request #1854 from budde377/feature-stop-karma-server
Add possibility to stop a karma server
Configuration menu - View commit details
-
Copy full SHA for 6fe5a77 - Browse repository at this point
Copy the full SHA 6fe5a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for d22c0c3 - Browse repository at this point
Copy the full SHA d22c0c3View commit details -
Merge pull request #1825 from ernsheong/custom-html-setup
feat(config): Allow custom context and debug files
Configuration menu - View commit details
-
Copy full SHA for 9defd92 - Browse repository at this point
Copy the full SHA 9defd92View commit details -
Merge pull request #1921 from karma-runner/greenkeeper-supertest-as-p…
…romised-3.0.0 Update supertest-as-promised to version 3.0.0 🚀
Configuration menu - View commit details
-
Copy full SHA for db4ada5 - Browse repository at this point
Copy the full SHA db4ada5View commit details -
feat(preprocessors): if a file matches multiple preprocessor patterns…
…, intelligently merge the list of preprocessors, deduping and trying to preserve the order This could be a breaking change, some users might rely on the old order, or on some preprocessors being run multiple times
Configuration menu - View commit details
-
Copy full SHA for 59642a6 - Browse repository at this point
Copy the full SHA 59642a6View commit details -
feat(logging): Add colors and log-level options to run-command
Add colors and log-level arguments to run argument. Refactor log-setup functions for server and init. Correct bug in server where log-level was ignored before `parseConfig` Closing #1067
Configuration menu - View commit details
-
Copy full SHA for 9d4e234 - Browse repository at this point
Copy the full SHA 9d4e234View commit details -
feat(logging): Send color option to server
Delay the decision on color/no-color reporter to write. This is done by letting the individual adapter decide the color and providing a default color to the base adapter. Closing #1067
Configuration menu - View commit details
-
Copy full SHA for 287d0db - Browse repository at this point
Copy the full SHA 287d0dbView commit details -
fix(reporters): Fix results not being reported
Fix problems: * Not relying on Reporter.USE_COLORS property * Construct factory with right configuration
Configuration menu - View commit details
-
Copy full SHA for 6303566 - Browse repository at this point
Copy the full SHA 6303566View commit details -
feat(reporters): Look for color-reporter
When loading a reporter, look for a color-version of this.
5Configuration menu - View commit details
-
Copy full SHA for fd9262d - Browse repository at this point
Copy the full SHA fd9262dView commit details -
test(reporter): Add mocha test
Add a test of the karma-mocha-reporter. Testing that it outputs correctly.
Configuration menu - View commit details
-
Copy full SHA for 76cdd60 - Browse repository at this point
Copy the full SHA 76cdd60View commit details -
Merge pull request #1902 from budde377/feature-fix-no-colors-to-run-c…
…ommand Feature fix no colors to run command
Configuration menu - View commit details
-
Copy full SHA for d3bec1e - Browse repository at this point
Copy the full SHA d3bec1eView commit details
Commits on Feb 24, 2016
-
Merge pull request #1899 from sjelin/preprocessorOrder
feat(config): Add `preprocessorOrder` option to config for when prepr…
Configuration menu - View commit details
-
Copy full SHA for a751293 - Browse repository at this point
Copy the full SHA a751293View commit details
Commits on Feb 26, 2016
-
docs: Including reference to Windows port of nvm
Change information on how to use node.js on Windows
Configuration menu - View commit details
-
Copy full SHA for dff76d1 - Browse repository at this point
Copy the full SHA dff76d1View commit details -
Merge pull request #1933 from aaronpowell/patch-1
docs: Including reference to Windows port of nvm
Configuration menu - View commit details
-
Copy full SHA for 8d5d441 - Browse repository at this point
Copy the full SHA 8d5d441View commit details
Commits on Feb 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f39dd04 - Browse repository at this point
Copy the full SHA f39dd04View commit details -
Merge pull request #1940 from delftswa2016/fix-time-unit-reconnecting
fix(updater): Fix time unit on screen display from 'ms' to 'seconds'.
Configuration menu - View commit details
-
Copy full SHA for 9dbfac8 - Browse repository at this point
Copy the full SHA 9dbfac8View commit details -
fix(karma): Escape quotes for file names. This fixes issue #1876.
fix(karma): Escape quotes for file names. This fixes issue #1876.
Configuration menu - View commit details
-
Copy full SHA for 9dff3f3 - Browse repository at this point
Copy the full SHA 9dff3f3View commit details
Commits on Feb 29, 2016
-
Merge pull request #1938 from delftswa2016/fix-issue-escape-single-qu…
…otes fix(karma): Fix issue regarding escape quotes
Configuration menu - View commit details
-
Copy full SHA for c507821 - Browse repository at this point
Copy the full SHA c507821View commit details
Commits on Mar 1, 2016
-
feat: Fail on launcher-, reporter-, plugin-, or preprocessor-load err…
…ors. Stop karma if a launcher, reporter, plugin, or preprocessor fails to load, after attempting to load each of them, and reporting errors for each load error. Closes #855
Configuration menu - View commit details
-
Copy full SHA for fca930e - Browse repository at this point
Copy the full SHA fca930eView commit details
Commits on Mar 2, 2016
-
docs(config): docs(dev): Fix broken links in documentation.
Fix broken links found in `dev\contributing.md` and `config\preprocessors.md`.
Configuration menu - View commit details
-
Copy full SHA for f7e81cc - Browse repository at this point
Copy the full SHA f7e81ccView commit details -
docs: Fix grammar in the documentation files.
Fix gramma in multiple documentation files, as they contained some grammar mistakes. It looks more professional with correct grammar.
Configuration menu - View commit details
-
Copy full SHA for bb9ec1d - Browse repository at this point
Copy the full SHA bb9ec1dView commit details
Commits on Mar 3, 2016
-
Merge pull request #1945 from delftswa2016/fix-broken-links-docs
fix(docs): Fix broken links in documentation
Configuration menu - View commit details
-
Copy full SHA for 63ae748 - Browse repository at this point
Copy the full SHA 63ae748View commit details -
Merge pull request #1943 from delftswa2016/fix-grammar-overall
fix(docs): Fix grammar overall
Configuration menu - View commit details
-
Copy full SHA for b48ed44 - Browse repository at this point
Copy the full SHA b48ed44View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad87290 - Browse repository at this point
Copy the full SHA ad87290View commit details
Commits on Mar 4, 2016
-
Merge pull request #1960 from karma-runner/greenkeeper-karma-script-l…
…auncher-0.2.0 Update karma-script-launcher to version 0.2.0 🚀
Configuration menu - View commit details
-
Copy full SHA for c99aa4e - Browse repository at this point
Copy the full SHA c99aa4eView commit details -
Merge pull request #1931 from budde377/issue-855-fail-on-load-errors
feat: Fail on load-errors.
Configuration menu - View commit details
-
Copy full SHA for e83bfd7 - Browse repository at this point
Copy the full SHA e83bfd7View commit details
There are no files selected for viewing
This file was deleted.