summaryrefslogtreecommitdiff
path: root/jstests/core/json_schema
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-071-2/+0
* Revert "SERVER-65078 Report schema violations as errors when the validation l...Yuhong Zhang2022-11-171-15/+8
* SERVER-65078 Report schema violations as errors when the validation level is ...Yuhong Zhang2022-11-081-8/+15
* SERVER-67116 Remove support for 'preCondition' from applyOps commandDavid Storch2022-09-141-24/+0
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-1/+1
* SERVER-65070 Deduplicate list of incompatible mtm migrations testsMatt Broadstone2022-04-081-0/+2
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-301-41/+30
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-2/+2
* SERVER-56109 Replace repeated isSBEEnabled checks with helper functionNikita Lapkov2021-04-231-7/+2
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-1414-16/+12
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-7/+7
* SERVER-50651 Replace occurrences of isMaster command with hello in misc jstestsAli Mir2020-10-011-1/+1
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-1414-13/+52
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-142-50/+50
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2714-1867/+1877
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-07-021-20/+0
* SERVER-38900 Implement JSON Schema parsing for 'encrypt'vrachev2019-01-251-0/+67
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-13/+1
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-19/+26
* SERVER-34991 JS tests doing transaction operations must use majority writeCon...Dianna Hohensee2018-05-251-1/+3
* SERVER-34866 Blacklist/unblacklist tests in secondary_reads_passthroughXiangyu Yao2018-05-221-1/+3
* SERVER-33658 Disable transaction tests on storage engines without document-le...Matthew Russotto2018-03-051-2/+2
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-011-3/+8
* SERVER-33023 Disable transaction on MMAPv1.Siyuan Zhou2018-02-011-14/+18
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-01-301-2/+6
* SERVER-32162 Create a doTxn commandMatthew Russotto2017-12-201-0/+18
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-0713-2/+25
* SERVER-31168: Add integration testing for $jsonSchema in contexts other than ...Nick Zolnierz2017-10-061-0/+323
* SERVER-30695 uniqueItems must ignore field order when comparing documentsKyle Suarez2017-09-201-4/+4
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-61/+145
* SERVER-30178 extend JSON Schema parser to handle "items" and "additionalItems"Kyle Suarez2017-09-185-68/+251
* SERVER-31042 Fix MatchExpression parser bug which causes predicates to be dis...David Storch2017-09-121-0/+17
* SERVER-30742: Fail with a useful error message when given integer type keywor...Nick Zolnierz2017-09-112-2/+7
* SERVER-30178 extend JSON Schema parser to handle "uniqueItems"Kyle Suarez2017-09-111-0/+19
* SERVER-30177 Allow empty JSON Schema 'dependencies'.David Storch2017-09-081-0/+4
* SERVER-30177 Implement JSON Schema 'patternProperties' and 'additionalPropert...David Storch2017-09-082-0/+336
* SERVER-30868: Explicitly whitelist certain non-functional JSON Schema keywordsNick Zolnierz2017-09-071-0/+46
* SERVER-30868: Explicitly handle JSON Schema keywords that aren't supportedNick Zolnierz2017-09-061-0/+37
* SERVER-30177 Implement JSON Schema 'dependencies' keyword.David Storch2017-08-301-0/+119
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-0/+48
* SERVER-30177 Add support for JSON Schema 'minProperties' and 'maxProperties'.David Storch2017-08-241-0/+47
* SERVER-30741 Add 'bsonType' JSON Schema keyword.David Storch2017-08-243-31/+277
* SERVER-30177 Implement JSON Schema 'required' keyword.David Storch2017-08-221-0/+35
* SERVER-30178 extend JSON Schema parser to handle "minItems" and "maxItems"Kyle Suarez2017-08-211-0/+49
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-08-182-0/+382