-
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: 333e7d4060865f32372bf4a3365a6e47a6aeefa1
head repository: karma-runner/karma
compare: 42933c96d011e2f87e01109aeb07121c6b30d97a
Commits on Jun 16, 2018
-
fix(launcher): Only markCaptured browsers that are launched. (#3047)
This is a regression in 2.0.3: if karma server is started and a users browser attached, the launch throws
Configuration menu - View commit details
-
Copy full SHA for f8f3ebc - Browse repository at this point
Copy the full SHA f8f3ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3c0e3 - Browse repository at this point
Copy the full SHA ab3c0e3View commit details
Commits on Jun 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b99f03f - Browse repository at this point
Copy the full SHA b99f03fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c88ebc6 - Browse repository at this point
Copy the full SHA c88ebc6View commit details -
fix(deps): remove babel-core and babel call in wallaby. (#3044)
This change was originally added by @dignifiedquire, but mixed with other changes.
Configuration menu - View commit details
-
Copy full SHA for 7da8ca0 - Browse repository at this point
Copy the full SHA 7da8ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 414b84c - Browse repository at this point
Copy the full SHA 414b84cView commit details
Commits on Jun 21, 2018
-
fix(server): actually call stert(). (#3062)
Warn that the function without a test will be removed
Configuration menu - View commit details
-
Copy full SHA for 40d836a - Browse repository at this point
Copy the full SHA 40d836aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f61c936 - Browse repository at this point
Copy the full SHA f61c936View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee3615 - Browse repository at this point
Copy the full SHA dee3615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b66e18 - Browse repository at this point
Copy the full SHA 7b66e18View commit details
Commits on Jun 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ad820a1 - Browse repository at this point
Copy the full SHA ad820a1View commit details
Commits on Jul 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 850a90b - Browse repository at this point
Copy the full SHA 850a90bView commit details -
fix: remove circular reference in Browser
After migrating the the `browser.js` file to ES2015, the `Browser` class has now fields with circular references (like `emitter`), which breaks the Karma JSON reporters available starting with Karma 2.0.1. This commit removes the circular dependencies by adding a `toJSON()` method to the `Browser` class, which produces a similar result to the browser object before the migration. Fixes #3075
Configuration menu - View commit details
-
Copy full SHA for 518cb11 - Browse repository at this point
Copy the full SHA 518cb11View commit details
Commits on Jul 12, 2018
-
fix(middleware): Obey the Promise API.
Rather than catching and discarding the error if no error handler is passed, let the promise package chain it. This allows use to have a .catch() follow the then().
Configuration menu - View commit details
-
Copy full SHA for 93ba05a - Browse repository at this point
Copy the full SHA 93ba05aView commit details
Commits on Jul 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a701732 - Browse repository at this point
Copy the full SHA a701732View commit details
Commits on Jul 17, 2018
-
refactor(filelist): rename promise -> lastCompletedRefresh and remove…
… unused promise (#3060)
Configuration menu - View commit details
-
Copy full SHA for 7617279 - Browse repository at this point
Copy the full SHA 7617279View commit details
Commits on Jul 23, 2018
-
fix(browser): ensure browser state is EXECUTING when tests start (#3074)
* fix(browser): ensure browser state is EXECUTING when tests start Browser state is EXECUTING when it actually started to execute tests. This state change is triggered by client on actual tests execution start. Introduced an additional browser state CONFIGURING The CONFIGURING state means that the browser is not just CONNECTED for tests, but someone has requested tests execution (and provided a config file). But the provided config file is not yet processed, configuration is not applied or the tests execution is not yet started and we have not received the first event from the remote browser, so the browser object is not yet at EXECUTING state. Refactored browser state names: renamed READY -> CONNECTED Fixes #1640
Configuration menu - View commit details
-
Copy full SHA for dc7265b - Browse repository at this point
Copy the full SHA dc7265bView commit details
Commits on Jul 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 02dc1f4 - Browse repository at this point
Copy the full SHA 02dc1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0018947 - Browse repository at this point
Copy the full SHA 0018947View commit details
Commits on Jul 25, 2018
-
docs: better clarity for API usage
extract config to a var to create better clarity for API usage
Configuration menu - View commit details
-
Copy full SHA for c5dc62d - Browse repository at this point
Copy the full SHA c5dc62dView commit details -
chore: remove support for node 4, update log4js (#3082)
This PR will start v3.0
Configuration menu - View commit details
-
Copy full SHA for 94a6728 - Browse repository at this point
Copy the full SHA 94a6728View commit details
Commits on Jul 26, 2018
-
fix(config): wait 20s for browser activity. (#3087)
On low-horsepower CI systems karma frequently times out waiting for phantomjs. We see this in our Travis-CI runs. Users also see it: karma-runner/karma-phantomjs-launcher#126.
Configuration menu - View commit details
-
Copy full SHA for 88b977f - Browse repository at this point
Copy the full SHA 88b977fView commit details
Commits on Jul 27, 2018
-
fix(travis): Validate TRAVIS_PULL_REQUEST_SHA rather than TRAVIS_COMM…
…IT. (#3093) Also add some debug messages for commits and remove an old node4 command.
Configuration menu - View commit details
-
Copy full SHA for a58fa45 - Browse repository at this point
Copy the full SHA a58fa45View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d2f0e - Browse repository at this point
Copy the full SHA f6d2f0eView commit details
Commits on Jul 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 56fda53 - Browse repository at this point
Copy the full SHA 56fda53View commit details -
fix(travis): validate TRAVIS_COMMIT if TRAVIS_PULL_REQUEST_SHA is not…
… set. (#3094) Looks like the pre-merge travis run sets TRAVIS_PULL_REQUEST_SHA but the post-merge run does not. In the post-merge the TRAVIS_COMMIT should be the PR, so validate it.
Configuration menu - View commit details
-
Copy full SHA for fba5d36 - Browse repository at this point
Copy the full SHA fba5d36View commit details
Commits on Aug 1, 2018
-
1
Configuration menu - View commit details
-
Copy full SHA for 90f5546 - Browse repository at this point
Copy the full SHA 90f5546View commit details
Commits on Aug 4, 2018
-
1
Configuration menu - View commit details
-
Copy full SHA for 0fdd8f9 - Browse repository at this point
Copy the full SHA 0fdd8f9View commit details -
fix(server): Exit clean on unhandledRejections. (#3092)
Add a handler for unhandledRejections, log error and disconnect all, then exit. Also remove broken, untested rejection handler in middleware. Prior to #3064, this block was probably unreachable; the arguments to serveStaticFile are incorrect.
Configuration menu - View commit details
-
Copy full SHA for 02f54c6 - Browse repository at this point
Copy the full SHA 02f54c6View commit details
Commits on Aug 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1002569 - Browse repository at this point
Copy the full SHA 1002569View commit details
Commits on Aug 7, 2018
-
1
Configuration menu - View commit details
-
Copy full SHA for 173848e - Browse repository at this point
Copy the full SHA 173848eView commit details -
fix(travis): Up the socket timeout 2->20s. (#3103)
Log something on all disconnect() calls. Up the timeout as suggested by ndcornelius@ on #3102
Configuration menu - View commit details
-
Copy full SHA for 732396a - Browse repository at this point
Copy the full SHA 732396aView commit details
Commits on Aug 9, 2018
-
chore(deps): update mime -> 2.3.1 (#3107)
This is the same as @dignifiedrequire #2997 first commit
Configuration menu - View commit details
-
Copy full SHA for eb3b1b4 - Browse repository at this point
Copy the full SHA eb3b1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db9399 - Browse repository at this point
Copy the full SHA 5db9399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f466d - Browse repository at this point
Copy the full SHA 75f466dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d5bdc - Browse repository at this point
Copy the full SHA a4d5bdcView commit details
Commits on Aug 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 33ed285 - Browse repository at this point
Copy the full SHA 33ed285View commit details
Commits on Aug 13, 2018
-
feat(config): Add config option for browser socket timeout (#3102)
Add a configuration option that allows modification of the default timeout value for the client socket connection. The previous hardcoded value of 2000 (ms) was insufficent for some environments. Closes #2927
Configuration menu - View commit details
-
Copy full SHA for 11e3a9d - Browse repository at this point
Copy the full SHA 11e3a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeadcf2 - Browse repository at this point
Copy the full SHA eeadcf2View commit details
Commits on Aug 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 74da748 - Browse repository at this point
Copy the full SHA 74da748View commit details
Commits on Sep 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8257375 - Browse repository at this point
Copy the full SHA 8257375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 301b2d6 - Browse repository at this point
Copy the full SHA 301b2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c91cb81 - Browse repository at this point
Copy the full SHA c91cb81View commit details
Commits on Sep 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 68b37d3 - Browse repository at this point
Copy the full SHA 68b37d3View commit details -
fix(middleware): simplify stripHost. (#3115)
The stripHost middleware only adds a modified url to the request. That modified url is only used one place. By converting the middleware to a module, the code is simpler and beforeMiddleware modules can reuse karma middleware. (One alternative considered was to move the stripHost in the chain before the beforeMiddleware, but this form seems better). Clean up regex per offline suggestion from zzo@
Configuration menu - View commit details
-
Copy full SHA for d65e911 - Browse repository at this point
Copy the full SHA d65e911View commit details
Commits on Sep 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6742ecf - Browse repository at this point
Copy the full SHA 6742ecfView commit details
Commits on Oct 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 20eab32 - Browse repository at this point
Copy the full SHA 20eab32View commit details
Commits on Oct 2, 2018
-
docs: Updated supported Node versions in the documentation (#3155)
* docs: update information on supported node versions * docs: update links to point to latest version on the website
Configuration menu - View commit details
-
Copy full SHA for f71da20 - Browse repository at this point
Copy the full SHA f71da20View commit details
Commits on Oct 3, 2018
-
2
Configuration menu - View commit details
-
Copy full SHA for c67b90a - Browse repository at this point
Copy the full SHA c67b90aView commit details -
refactor(launcher): use this directly instead assign to self variable…
… in base launcher (#3157)
Configuration menu - View commit details
-
Copy full SHA for f68087c - Browse repository at this point
Copy the full SHA f68087cView commit details
There are no files selected for viewing