-
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: dae189d4d4340095e7389ad911aac30b2c5442d5
head repository: karma-runner/karma
compare: 42933c96d011e2f87e01109aeb07121c6b30d97a
Commits on Mar 9, 2018
-
fix(common): Proxy function toString does not contain Proxy.
Recent change (https://www.chromestatus.com/feature/5666372071718912) means Proxied functions no longer throw TypeError. Change the test to conform to the new reality.
Configuration menu - View commit details
-
Copy full SHA for 4fb3484 - Browse repository at this point
Copy the full SHA 4fb3484View commit details
Commits on Apr 23, 2018
-
docs: Outline the basic workflow. (#2974)
This short narative also helps introduce 'client' and 'context' terminology.
Configuration menu - View commit details
-
Copy full SHA for 0b2c690 - Browse repository at this point
Copy the full SHA 0b2c690View commit details -
feat(grunt): run check_clean before starting release. (#2978)
* fix(package.json): sinon-chai 2.13 is not compatible with sinon 4.x * feat(grunt): run check_clean before starting release. By checking early we avoid pushing a new version to github that is not then published to npm.
Configuration menu - View commit details
-
Copy full SHA for a3ff6c8 - Browse repository at this point
Copy the full SHA a3ff6c8View commit details
Commits on Apr 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bc1453e - Browse repository at this point
Copy the full SHA bc1453eView commit details
Commits on May 2, 2018
-
Merge pull request #2951 from johnjbarton/fix-2942
fix(common): Proxy function toString does not contain Proxy.
Configuration menu - View commit details
-
Copy full SHA for a6577d9 - Browse repository at this point
Copy the full SHA a6577d9View commit details
Commits on May 3, 2018
-
fix(server): Remove Socket.IO listeners
Not removing Socket.IO listeners can cause memory issues in long running processes that spawn many Karma instance. Fixes #2980
Configuration menu - View commit details
-
Copy full SHA for c3f05ef - Browse repository at this point
Copy the full SHA c3f05efView commit details -
chore(appveyor): Remove npm upgrade step from AppVeyor script
Upgrading npm can cause build failures in older node.js versions see #2981 for details.
Configuration menu - View commit details
-
Copy full SHA for b4fddd2 - Browse repository at this point
Copy the full SHA b4fddd2View commit details -
fix(UTs): Correct proxy listeners expectation
Expectations added in #2596 didn't match `EventEmitter` API for `listeners`.
Configuration menu - View commit details
-
Copy full SHA for af9c84a - Browse repository at this point
Copy the full SHA af9c84aView commit details
Commits on May 4, 2018
-
Merge pull request #2981 from briandipalma/fix-memory-leak-issue-2673
fix(server): Remove Socket.IO listeners
Configuration menu - View commit details
-
Copy full SHA for c2bab1c - Browse repository at this point
Copy the full SHA c2bab1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f75c0 - Browse repository at this point
Copy the full SHA a5f75c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cf39c - Browse repository at this point
Copy the full SHA 80cf39cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3add635 - Browse repository at this point
Copy the full SHA 3add635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c355f1 - Browse repository at this point
Copy the full SHA 6c355f1View commit details -
Merge pull request #2987 from pietermees/patch-1
Update chokidar
Configuration menu - View commit details
-
Copy full SHA for a93e281 - Browse repository at this point
Copy the full SHA a93e281View commit details -
Configuration menu - View commit details
-
Copy full SHA for a328150 - Browse repository at this point
Copy the full SHA a328150View commit details
Commits on May 5, 2018
-
Merge pull request #2988 from karma-runner/upgrade-lockfile
chore(deps): update yarn.lock
Configuration menu - View commit details
-
Copy full SHA for c4beed0 - Browse repository at this point
Copy the full SHA c4beed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095fc7e - Browse repository at this point
Copy the full SHA 095fc7eView commit details
Commits on May 12, 2018
-
Merge pull request #2985 from lusarz/refactor-formatters
refactor(formatters): refactor formatters.js
Configuration menu - View commit details
-
Copy full SHA for 22a3388 - Browse repository at this point
Copy the full SHA 22a3388View commit details
Commits on May 15, 2018
-
docs(Files): Increase the discoverability of the custom middleware fe…
…ature. (#2999) Also minor content improvements.
Configuration menu - View commit details
-
Copy full SHA for 57b7938 - Browse repository at this point
Copy the full SHA 57b7938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb4e36 - Browse repository at this point
Copy the full SHA 2bb4e36View commit details
Commits on May 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e1fbdcb - Browse repository at this point
Copy the full SHA e1fbdcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 639cd27 - Browse repository at this point
Copy the full SHA 639cd27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582f96f - Browse repository at this point
Copy the full SHA 582f96fView commit details -
Configuration menu - View commit details
-
Copy full SHA for adaefd5 - Browse repository at this point
Copy the full SHA adaefd5View commit details
Commits on May 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for af8c6e4 - Browse repository at this point
Copy the full SHA af8c6e4View commit details
Commits on May 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6847ca0 - Browse repository at this point
Copy the full SHA 6847ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a053570 - Browse repository at this point
Copy the full SHA a053570View commit details -
fix(deps): Update log4js in package.json (#2996)
Repair for problem found through npm audit, see https://docs.npmjs.com/getting-started/running-a-security-audit.
Configuration menu - View commit details
-
Copy full SHA for 667b47e - Browse repository at this point
Copy the full SHA 667b47eView commit details
Commits on May 23, 2018
-
3
Configuration menu - View commit details
-
Copy full SHA for 8197408 - Browse repository at this point
Copy the full SHA 8197408View commit details
Commits on May 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a9c61c2 - Browse repository at this point
Copy the full SHA a9c61c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 685f988 - Browse repository at this point
Copy the full SHA 685f988View commit details -
Prepare BaseReporter for conversion to class (#3017)
* refactor: prepared BaseReporter for converstion to ES2015 class * refactor: import BaseReporter directly instead of using mocks
Configuration menu - View commit details
-
Copy full SHA for 8e54248 - Browse repository at this point
Copy the full SHA 8e54248View commit details
Commits on May 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c1526a1 - Browse repository at this point
Copy the full SHA c1526a1View commit details
Commits on May 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 65b658a - Browse repository at this point
Copy the full SHA 65b658aView commit details
Commits on May 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 538081c - Browse repository at this point
Copy the full SHA 538081cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b550f - Browse repository at this point
Copy the full SHA 36b550fView commit details
Commits on May 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0ca3a26 - Browse repository at this point
Copy the full SHA 0ca3a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5cda4d - Browse repository at this point
Copy the full SHA f5cda4dView commit details
Commits on Jun 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 642b177 - Browse repository at this point
Copy the full SHA 642b177View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9acd3 - Browse repository at this point
Copy the full SHA bc9acd3View commit details -
fix(flaky-test): Add time to beforeEach() to allow plugins to load on…
… first pass. (#3025) Loading plugins in beforeEach seems unwise: the it() blocks potentially run against different environments. In particular the first it() block runs with the timer already worn down by the plugin load and often the timeout hits on my mac air before the test passes.Until we can restructure this code a longer timeout avoids flaky tests.
Configuration menu - View commit details
-
Copy full SHA for 31d9a08 - Browse repository at this point
Copy the full SHA 31d9a08View commit details
Commits on Jun 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c1a9567 - Browse repository at this point
Copy the full SHA c1a9567View commit details
Commits on Jun 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 011a90c - Browse repository at this point
Copy the full SHA 011a90cView commit details
Commits on Jun 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e8ca4ec - Browse repository at this point
Copy the full SHA e8ca4ecView commit details
Commits on Jun 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 558e2f0 - Browse repository at this point
Copy the full SHA 558e2f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6060d4 - Browse repository at this point
Copy the full SHA d6060d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47d901 - Browse repository at this point
Copy the full SHA f47d901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5272aa3 - Browse repository at this point
Copy the full SHA 5272aa3View commit details
Commits on Jun 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0dc8ea4 - Browse repository at this point
Copy the full SHA 0dc8ea4View commit details -
fix(config): Log the final config just before use. (#3041)
Many problems in karma use can be resolved by reading the config, but plugins can mutate the config. Here debug logging will give the final result after any mutations.
Configuration menu - View commit details
-
Copy full SHA for 05dd09a - Browse repository at this point
Copy the full SHA 05dd09aView commit details
There are no files selected for viewing