Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.
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-mocha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e39c3232d0f6aa8395aedda1ad4a109cb3150db1
Choose a base ref
...
head repository: karma-runner/karma-mocha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5828416cbddfed92eea9fea6345da1265317c5d1
Choose a head ref
  • 18 commits
  • 8 files changed
  • 7 contributors

Commits on Nov 8, 2016

  1. feat: Expose 'pending' status

    closes #109
    maksimr committed Nov 8, 2016
    Copy the full SHA
    e847121 View commit details

Commits on Nov 10, 2016

  1. Merge pull request #122 from maksimr/karma-mocha-109

    feat: Expose 'pending' status
    maksimr authored Nov 10, 2016
    Copy the full SHA
    6c63662 View commit details

Commits on Jul 17, 2019

  1. Copy the full SHA
    2fb6c93 View commit details
  2. test(mock-fs): update mock-fs version

    failing on node 8 and up
    elpddev committed Jul 17, 2019
    Copy the full SHA
    ea076c0 View commit details
  3. Merge pull request #210 from elpddev/chore/align-node-support-same-as…

    …-karma
    
    Chore/align node support same as karma - fix current failing CI
    johnjbarton authored Jul 17, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c8feade View commit details

Commits on Apr 6, 2020

  1. Fix Travis builds

    mbaumgartl committed Apr 6, 2020
    Copy the full SHA
    6eb28de View commit details
  2. Update Node.js versions

    BREAKING CHANGE: drop support for node 8
    mbaumgartl committed Apr 6, 2020
    Copy the full SHA
    fd64f5b View commit details
  3. Merge pull request #213 from mbaumgartl/fix-travis-build

    Fix travis build
    johnjbarton authored Apr 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    844939c View commit details
  4. Merge pull request #215 from mbaumgartl/update-node-versions

    Update node versions
    johnjbarton authored Apr 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3dd7a56 View commit details
  5. Copy the full SHA
    a9bfdf9 View commit details
  6. Revert "updated minimum version of minimist dependency to ^1.2.3 inst…

    …ead of 1.2.0"
    
    This reverts commit a9bfdf9.
    franktopel committed Apr 6, 2020
    Copy the full SHA
    3f9e4b7 View commit details
  7. Copy the full SHA
    bab0416 View commit details
  8. Merge pull request #217 from franktopel/minimist-update

    updated minimum version of minimist dependency to ^1.2.3 instead of 1.2.0
    johnjbarton authored Apr 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    36404cf View commit details

Commits on Apr 7, 2020

  1. feat(ci): enable semanitic-release

    Lint commits by husky.
    Add package-lock.json
    johnjbarton committed Apr 7, 2020
    Copy the full SHA
    5a5b6d5 View commit details

Commits on Apr 14, 2020

  1. Merge pull request #218 from karma-runner/semanitic-release

    feat(ci): enable semantic-release
    johnjbarton authored Apr 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f7ec4e7 View commit details
  2. chore(deps-dev): bump eslint from 2.13.1 to 4.18.2 (#220)

    Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 4.18.2.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v2.13.1...v4.18.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    00b24b6 View commit details
  3. chore(ci): semantic-release on success (#221)

    With language node_js the semantic-release command should work
    johnjbarton authored Apr 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4e35a55 View commit details
  4. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.3.0...v2.0.0) (2020-04-14)
    
    ### Features
    
    * **ci:** enable semanitic-release ([5a5b6d5](5a5b6d5))
    * Expose 'pending' status ([e847121](e847121)), closes [#109](#109)
    
    * Update Node.js versions ([fd64f5b](fd64f5b))
    
    ### BREAKING CHANGES
    
    * drop support for node 8
    semantic-release-bot committed Apr 14, 2020
    Copy the full SHA
    5828416 View commit details
Showing with 13,523 additions and 13 deletions.
  1. +17 −5 .travis.yml
  2. +16 −3 CHANGELOG.md
  3. +1 −0 commitlint.config.js
  4. +13,449 −0 package-lock.json
  5. +16 −5 package.json
  6. +21 −0 release.config.js
  7. +1 −0 src/adapter.js
  8. +2 −0 test/src/adapter.spec.js
22 changes: 17 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
sudo: false
language: node_js
node_js:
- stable
- 4
- '0.10'
- 10
- 12

services:
- xvfb

before_install:
- npm install -g npm

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g grunt-cli
- echo "TRAVIS_COMMIT $TRAVIS_COMMIT"
- echo "TRAVIS_PULL_REQUEST_SHA $TRAVIS_PULL_REQUEST_SHA"
- COMMIT_TO_VALIDATE=${TRAVIS_PULL_REQUEST_SHA:-$TRAVIS_COMMIT}
- echo "COMMIT_TO_VALIDATE $COMMIT_TO_VALIDATE"
- 'if [ "$VALIDATE_COMMIT_MSG" == "true" ]; then ./scripts/validate-commit-msg.sh $COMMIT_TO_VALIDATE; fi'

script:
- npm run test:lib
- grunt

after_success:
# run automated release process with semantic-release
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, TRAVIS_EVENT_TYPE=$TRAVIS_EVENT_TYPE, TRAVIS_NODE_VERSION=$TRAVIS_NODE_VERSION"
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "12" ]]; then
semantic-release;
fi;
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/karma-runner/karma-mocha/compare/v1.3.0...v2.0.0) (2020-04-14)


### Features

* **ci:** enable semanitic-release ([5a5b6d5](https://github.com/karma-runner/karma-mocha/commit/5a5b6d52399eab9a20592e3536b3e2df1b3ce9ce))
* Expose 'pending' status ([e847121](https://github.com/karma-runner/karma-mocha/commit/e847121e35f59a498c3b09f87f138621b550629b)), closes [#109](https://github.com/karma-runner/karma-mocha/issues/109)


* Update Node.js versions ([fd64f5b](https://github.com/karma-runner/karma-mocha/commit/fd64f5bcacf2e0de6eeb24772384442bd6a37bed))


### BREAKING CHANGES

* drop support for node 8

<a name="1.3.0"></a>
# [1.3.0](https://github.com/karma-runner/karma-mocha/compare/v1.2.0...v1.3.0) (2016-11-09)

@@ -205,6 +221,3 @@
### Bug Fixes

* report time for skipped tests so that netTime is computed correctly ([4f5470d](https://github.com/karma-runner/karma-mocha/commit/4f5470d)), closes [#141](https://github.com/karma-runner/karma-mocha/issues/141)



1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}
Loading