Skip to content
Permalink

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: v5.2.0
Choose a base ref
...
head repository: karma-runner/karma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    beed255 View commit details
    Browse the repository at this point in the history
  2. chore(release): fix documentation update task (#3551)

    The task has never succeeded because there was a typo in the repository URL.
    See https://travis-ci.org/github/karma-runner/karma/jobs/722815882#L1324
    
    But build has never failed either, because "The exit code of after_success, after_failure, after_script, after_deploy and subsequent stages do not affect the build result." according to Travis [documentation](https://docs.travis-ci.com/user/job-lifecycle/#breaking-the-build) and this code was run in `after_success` stage. This should be fixed in a separate PR though.
    devoto13 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    4b3a469 View commit details
    Browse the repository at this point in the history
  3. fix: remove broken link from docs - 06-angularjs.md (#3555)

    The link [Full Spectrum Testing with AngularJS and Karma](http://www.yearofmoo.com/2013/01/full-spectrum-testing-with-angularjs-and-karma.html) is no longer working, http://www.yearofmoo.com cannot be reached.
    rmjoia authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    da2f307 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.2.1 [skip ci]

    ## [5.2.1](v5.2.0...v5.2.1) (2020-09-02)
    
    ### Bug Fixes
    
    * remove broken link from docs - 06-angularjs.md ([#3555](#3555)) ([da2f307](da2f307))
    * remove unused JSON utilities and flatted dependency ([#3550](#3550)) ([beed255](beed255))
    semantic-release-bot committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    2741d98 View commit details
    Browse the repository at this point in the history
Loading