-
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: v1.0.0
head repository: karma-runner/karma
compare: v1.1.0
- 14 commits
- 34 files changed
- 4 contributors
Commits on Jun 23, 2016
-
feat: Allow frameworks to inject middleware
The Server#_start function was injected with `webServer` and `socketServer`. This prevents frameworks from being able to manipulate `config.middleware` before those servers are created. The solution is simply to defer injection until after all frameworks have loaded, and then fetch those values with `injector.get`. There were no e2e tests involving middleware. I have added two, including one that verifies the new capabilities.
Configuration menu - View commit details
-
Copy full SHA for d972f3d - Browse repository at this point
Copy the full SHA d972f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3edecb1 - Browse repository at this point
Copy the full SHA 3edecb1View commit details -
Merge pull request #2183 from jamestalmage/allow-frameworks-to-inject…
…-middleware Allow frameworks to inject middleware
Configuration menu - View commit details
-
Copy full SHA for 9079348 - Browse repository at this point
Copy the full SHA 9079348View commit details
Commits on Jun 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d1f924c - Browse repository at this point
Copy the full SHA d1f924cView commit details -
fix(deps): freeze socket.io version
[email protected] breaks IE <= 9 compat, this freezes the version until socketio/engine.io#407 is resolved.
Configuration menu - View commit details
-
Copy full SHA for 73e300d - Browse repository at this point
Copy the full SHA 73e300dView commit details -
Merge pull request #2193 from karma-runner/fix-log
fix(server): log browser messages to the terminal
Configuration menu - View commit details
-
Copy full SHA for 21315e8 - Browse repository at this point
Copy the full SHA 21315e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c19a9b4 - Browse repository at this point
Copy the full SHA c19a9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b56f63 - Browse repository at this point
Copy the full SHA 3b56f63View commit details -
refactor(client): Transferred lots of client logic to context, adding…
… Electron support via postMessage
Configuration menu - View commit details
-
Copy full SHA for 81b1f04 - Browse repository at this point
Copy the full SHA 81b1f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3c132f - Browse repository at this point
Copy the full SHA d3c132fView commit details -
Merge pull request #1984 from twolfson/dev/use.context.window.sqwished
Transition from contextWindow to postMessage
Configuration menu - View commit details
-
Copy full SHA for fc0421f - Browse repository at this point
Copy the full SHA fc0421fView commit details -
Merge pull request #2154 from maksimr/master
chore: resetup wallabyjs for babel
Configuration menu - View commit details
-
Copy full SHA for 48e8b71 - Browse repository at this point
Copy the full SHA 48e8b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for c27a6e3 - Browse repository at this point
Copy the full SHA c27a6e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 419b918 - Browse repository at this point
Copy the full SHA 419b918View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0...v1.1.0