summaryrefslogtreecommitdiff
path: root/jstests/core/doc_validation.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-41/+41
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-259/+256
* SERVER-33287 tag jstests that use commands which return inaccurate results af...Samy Lanka2018-04-061-2/+6
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-071-1/+2
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-301-0/+86
* SERVER-31167 add document validation tests for $jsonSchemaKyle Suarez2017-10-111-83/+159
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-0/+18
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+4
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-4/+0
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+4
* SERVER-23687 make a collection's validator use the collection default collationDavid Storch2016-05-171-0/+12
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-7/+3
* SERVER-18227 Document validation testsMike Grundy2015-05-281-0/+89