-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: mochajs/mocha
base: 851ad29309b16878ad7c755158db263337cc4995
head repository: mochajs/mocha
compare: 5f96d511dbf913f135b92198aab721a27f6b44fe
Commits on Mar 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for aa592f4 - Browse repository at this point
Copy the full SHA aa592f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85cb5c1 - Browse repository at this point
Copy the full SHA 85cb5c1View commit details
Commits on Mar 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3d09381 - Browse repository at this point
Copy the full SHA 3d09381View commit details -
Configuration menu - View commit details
-
Copy full SHA for e19e879 - Browse repository at this point
Copy the full SHA e19e879View commit details -
fix my carelessness in e19e879
- ensure `lib/mocha.js` is linted but `mocha.js` is not
Configuration menu - View commit details
-
Copy full SHA for 86af6bb - Browse repository at this point
Copy the full SHA 86af6bbView commit details -
chore(ci): Remove PHANTOMJS_CDNURL, nit
Seems like PHANTOMJS_CDNURL is not needed anymore now that PhantomJS support is [depracated](https://github.com/mochajs/mocha/blob/6a796cbbcd6c9f805e482c424327c82ed0398dbf/CHANGELOG.md#compatibility). Please ignore if I am wrong.
Configuration menu - View commit details
-
Copy full SHA for d76f490 - Browse repository at this point
Copy the full SHA d76f490View commit details
Commits on Mar 18, 2018
-
fix(changelog): update links to some PRs
Replace /pulls/:id wtih /pull/:id
Configuration menu - View commit details
-
Copy full SHA for 27af2cf - Browse repository at this point
Copy the full SHA 27af2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39df783 - Browse repository at this point
Copy the full SHA 39df783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0060884 - Browse repository at this point
Copy the full SHA 0060884View commit details
Commits on Mar 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6383916 - Browse repository at this point
Copy the full SHA 6383916View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab84f02 - Browse repository at this point
Copy the full SHA ab84f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c19503 - Browse repository at this point
Copy the full SHA 2c19503View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b764d - Browse repository at this point
Copy the full SHA 19b764dView commit details
Commits on Mar 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f4275b6 - Browse repository at this point
Copy the full SHA f4275b6View commit details
Commits on Mar 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 19104e3 - Browse repository at this point
Copy the full SHA 19104e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424ef84 - Browse repository at this point
Copy the full SHA 424ef84View commit details -
append filepath to "timeout exceeded" exception; closes #627- all `Ru…
…nnable`s *should* now have a `file` property- filepath is appended to the `Error` message in parens- DRY-style refactors
Configuration menu - View commit details
-
Copy full SHA for 3633fa0 - Browse repository at this point
Copy the full SHA 3633fa0View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for c580294 - Browse repository at this point
Copy the full SHA c580294View commit details
Commits on Mar 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2b5d04a - Browse repository at this point
Copy the full SHA 2b5d04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd760e - Browse repository at this point
Copy the full SHA ffd760eView commit details
Commits on Apr 1, 2018
-
#1577 Add "--exclude" Option (#3210)
* Add --exclude as option. * Add tests for --exclude option. * Implement --exclude. * Update --exclude description. * Remove old exclude fixture. * Add new exclude fixture. * Fix tests for --exclude option. * Add name to package.contributors. * Filter new files before they're added. * Allow multiple --exclude flags rather than using a comma-delimited list. * Use .fixture extension for exclude fixtures. * Use runMochaJSON (run) instead of of directInvoke.
1Configuration menu - View commit details
-
Copy full SHA for 8e740c5 - Browse repository at this point
Copy the full SHA 8e740c5View commit details -
Refactor Reporter tests (#3272)
* Closes #3260 * refactor-better test harness for reporters tests' * refactor-better test harness for reporters tests' * refactor - some additional work * refactor - helper func * refactor - helper func * refactor - helper func * fix - improvements to helper functions
Configuration menu - View commit details
-
Copy full SHA for 9ba8eca - Browse repository at this point
Copy the full SHA 9ba8ecaView commit details
Commits on Apr 4, 2018
-
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for d8522b4 - Browse repository at this point
Copy the full SHA d8522b4View commit details -
use exact version of minimatch [ci skip]
it's a production dependency, so no wiggle room Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 1701335 - Browse repository at this point
Copy the full SHA 1701335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35dac3e - Browse repository at this point
Copy the full SHA 35dac3eView commit details -
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for cd1c835 - Browse repository at this point
Copy the full SHA cd1c835View commit details -
add update-contributors script; closes #3289 (#3290)
* add update-contributors script; closes #3289 * attempt to fix cache issue with npm@2.x Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for f2560e7 - Browse repository at this point
Copy the full SHA f2560e7View commit details -
update stages and build matrices (#3308)
* optimize build stages and jobs * attempt to avoid $TARGET * run smoke tests across multiple node versions * define addons per-job * disable caching for smoke tests; avoid alias * disable caching for older node versions entirely * combine bundle / browser tests; do not run extra node 9 job Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
1Configuration menu - View commit details
-
Copy full SHA for ff9f3cf - Browse repository at this point
Copy the full SHA ff9f3cfView commit details
Commits on Apr 5, 2018
-
improve caching performance in CI (#3310)
* add precache stage to warm cache for jobs based default Node.js version * re-enable caching for node tests of v6 and v4 Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 4ae26b2 - Browse repository at this point
Copy the full SHA 4ae26b2View commit details -
update package-lock.json for v5.0.5 [ci skip]
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 88b9882 - Browse repository at this point
Copy the full SHA 88b9882View commit details
Commits on Apr 7, 2018
-
further build improvements (#3315)
- cache npm itself - use `npm ci` - cache the npm cache - ignore scripts when installing unless necessary - cache `node_modules` for `npm install`-using smoke tests - prefer flags over env vars Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 7544bd3 - Browse repository at this point
Copy the full SHA 7544bd3View commit details -
PATH workaround for Travis CI bug
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for d71b80a - Browse repository at this point
Copy the full SHA d71b80aView commit details -
- optimize the output of `npm start` (help) by showing only interesting scripts - ensure "bundle" tests are running - remove "non-TTY" tests, which are not automated (and fail on Windows) - rearrange doc-related scripts - normalize the descriptions somewhat Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 8b6c957 - Browse repository at this point
Copy the full SHA 8b6c957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e7289 - Browse repository at this point
Copy the full SHA 94e7289View commit details -
fix wrong version in package.json! [ci skip]
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 8010501 - Browse repository at this point
Copy the full SHA 8010501View commit details
Commits on Apr 8, 2018
-
fix circular objects in json reporter; closes #2433 (#3318)
original work by @jeversmann; continuation of PR #2559 Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 741b0bd - Browse repository at this point
Copy the full SHA 741b0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1acea30 - Browse repository at this point
Copy the full SHA 1acea30View commit details
Commits on Apr 12, 2018
-
Implement API documentation using npm:documantation.
Fixes #3138 Replaces and closes #3239 basically working Suite and utils work Runner and Suite datatypes work Hook extends Runnable - at least link in description hook is child of mocha and has error first solid pass Remove attempted module link from Hook to Runnable because of documentationjs/documentation#820 Switch API documenation to html output, link to them, include in site build Update TOC Bring lock file in sync with package.json Linting Update package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 2f48a23 - Browse repository at this point
Copy the full SHA 2f48a23View commit details -
update CHANGELOG for v5.1.0 [ci skip]
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 56e8452 - Browse repository at this point
Copy the full SHA 56e8452View commit details -
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 3ac8e55 - Browse repository at this point
Copy the full SHA 3ac8e55View commit details -
update package-lock.json [ci skip]
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 58efe58 - Browse repository at this point
Copy the full SHA 58efe58View commit details
Commits on Apr 18, 2018
-
fix ESLint problems and consolidate configuration
- we weren't being strict enough about disallowing ES6. even though we had `es6: false` in the config, the `parserOptions` were set to use `ecmaVersion: 8`. oops - linted a couple files - deleted all `.eslintrc.yml` files except for the root one; use `overrides` instead Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 2d1b49c - Browse repository at this point
Copy the full SHA 2d1b49cView commit details -
update outdated info in docs/README.md [ci skip]
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 07e1ed2 - Browse repository at this point
Copy the full SHA 07e1ed2View commit details -
update CHANGELOG.md for v5.1.1 [ci skip]
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for d2f6a25 - Browse repository at this point
Copy the full SHA d2f6a25View commit details -
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 471ab31 - Browse repository at this point
Copy the full SHA 471ab31View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6115ac - Browse repository at this point
Copy the full SHA a6115acView commit details -
remove Node.js v7 from AppVeyor build; add Node.js v9
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for e288dbb - Browse repository at this point
Copy the full SHA e288dbbView commit details -
fixed redundant images folders
loged in commit for CLA (+1 squashed commit) Squashed commits: [0f603e3] fixed redundant images folders fixed path in bin/_mocha
2Configuration menu - View commit details
-
Copy full SHA for ad54763 - Browse repository at this point
Copy the full SHA ad54763View commit details -
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for d3d7799 - Browse repository at this point
Copy the full SHA d3d7799View commit details
Commits on Apr 21, 2018
-
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Configuration menu - View commit details
-
Copy full SHA for 8a909b5 - Browse repository at this point
Copy the full SHA 8a909b5View commit details
There are no files selected for viewing