-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: karma-runner/karma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 22 files changed
- 4 contributors
Commits on Jul 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 177e2ef - Browse repository at this point
Copy the full SHA 177e2efView commit details
Commits on Jul 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5614c04 - Browse repository at this point
Copy the full SHA 5614c04View commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 094bcc6 - Browse repository at this point
Copy the full SHA 094bcc6View commit details -
fix(test):
test:client
silently failing on Travis (#3343)* fix(test): ensure that grunt test:client exits with non-zero code Apparently it is not enough to check `code`, because when process crashes `code` is set to `null` and `err` is passed instead. Example of failing tests, which didn't fail build: https://travis-ci.org/karma-runner/karma/jobs/537027667#L1046 * fix(test): adjust assertions to work in latest Chrome
Configuration menu - View commit details
-
Copy full SHA for 1489e9a - Browse repository at this point
Copy the full SHA 1489e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 582a406 - Browse repository at this point
Copy the full SHA 582a406View commit details
Commits on Jul 30, 2019
-
* feat(runner): Return emitter that forwards server data Allow the consumer to decide whether to echo the runner progress or not. This might be the case when Karma.run() is called inside the same process/terminal as the server is running in (e.g. development servers). Fixes #2121, #2799 * feat(cli): Echo the runner progress event, don't echo in runner The CLI shall echo the progress, not the runner itself. Fixes #2121, #2799
Configuration menu - View commit details
-
Copy full SHA for 62d4c5a - Browse repository at this point
Copy the full SHA 62d4c5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c6c690 - Browse repository at this point
Copy the full SHA 1c6c690View commit details
Commits on Aug 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6c5add2 - Browse repository at this point
Copy the full SHA 6c5add2View commit details
Commits on Aug 21, 2019
-
feat(preprocessor): preprocessor_priority execution order. (#3303)
Between 3.x and 4.x we moved from combineLists to underscore.union in preprocessor. Apparently combineLists was incorrect: the order of preprocessing changed in some cases. Conceptually the order ought to depend upon the preprocessor, not the file. Implement config.preprocessor_priority['preprocessor-name'] = priority, higher means run earlier. Default priority is 0. Add back compat API for karma-browserify. Update docs.
Configuration menu - View commit details
-
Copy full SHA for c5f3560 - Browse repository at this point
Copy the full SHA c5f3560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817fbbd - Browse repository at this point
Copy the full SHA 817fbbdView commit details
Commits on Aug 26, 2019
-
fix(server): Simplify 'dom' inclusion. (#3356)
The karma preprocessor caches file content: no need to read it async in the server loop.
Configuration menu - View commit details
-
Copy full SHA for 5f13e11 - Browse repository at this point
Copy the full SHA 5f13e11View commit details
Commits on Aug 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0ed9eba - Browse repository at this point
Copy the full SHA 0ed9ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa6be15 - Browse repository at this point
Copy the full SHA fa6be15View commit details
Loading
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 v4.2.0...v4.3.0