summaryrefslogtreecommitdiff
path: root/jstests/core/doc_validation.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58354 Re-enable query tests disabled_due_to_server_58295Mickey. J Winters2021-09-071-1/+0
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-58295 Temporarily disable multiversion tests that fail due to SERVER-5...Vishnu Kaushik2021-07-141-0/+1
* SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell c...Yoonsoo Kim2021-07-011-26/+18
* SERVER-53575 Include default validation action/level in catalog entryA. Jesse Jiryu Davis2021-01-061-0/+9
* SERVER-51839 Add error context when document validator with $expr fails by th...Mihai Andrei2020-12-031-1/+9
* SERVER-49234 Add '_id' field to generated errors for updatesMindaugas Malinauskas2020-08-241-0/+59
* SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47Lingzhi Deng2020-08-051-1/+1
* SERVER-49206 Updated document validation integration tests for $out/$merge/ma...Jenny Peshansky2020-07-211-44/+36
* SERVER-49420 Tag jstests/core/doc_validation.js and jstests/core/bypass_doc_v...Mihai Andrei2020-07-141-0/+1
* SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support f...Mihai Andrei2020-07-071-9/+14
* Revert "SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell s...Mihai Andrei2020-07-021-14/+9
* SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support f...Mihai Andrei2020-07-011-9/+14
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-0/+9
* 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