summaryrefslogtreecommitdiff
path: root/jstests/fle2
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76086 Allow unsharded QE compact to run simultaneously on different en...Shreyas Kalyan2023-05-101-3/+9
* SERVER-76628 Add test to ensure cleanupStructuredEncryptionData command retur...Erwin Pe2023-05-091-0/+88
* SERVER-76188 Integrate cleanup implementation with unsharded command invocationErwin Pe2023-05-042-3/+182
* SERVER-65267 Remove Feature Flag for PM-2719Shreyas Kalyan2023-04-271-8/+0
* SERVER-75227 Cleanup remnants of QE version 1 in the integration testsErwin Pe2023-04-101-7/+4
* SERVER-69563 Enable feature flag for queryable encryption protocol version 2Erwin Pe2023-04-038-72/+14
* SERVER-74070 Fix isFLE2RangeEnabled to evaluate to trueErwin Pe2023-03-271-4/+3
* SERVER-72936 Implement v2 changes to Queryable Encryption CompactErwin Pe2023-03-241-2/+6
* SERVER-74152 Implement read tags with storage engine APIMark Benvenuto2023-03-241-1/+1
* SERVER-74066 Remove checks that require the eccCollection namespace in Encryp...Shreyas Kalyan2023-03-232-2/+10
* SERVER-74461 Filter QE collections form CollStatsAdrian Gonzalez2023-03-161-0/+10
* SERVER-74139 Create v2 of FLE2UnindexedEncryptedValueErwin Pe2023-02-281-1/+7
* SERVER-72931 Implement v2 changes to Queryable Encryption deletesErwin Pe2023-02-241-1/+4
* SERVER-72926 Implement v2 changes to Queryable Encryption findsErwin Pe2023-02-161-0/+9
* SERVER-72919 Implement v2 changes to QE insertsErwin Pe2023-02-141-11/+45
* SERVER-72809 Add FLE test coverage for NTDImathisbessamdb2023-02-031-26/+81
* SERVER-71405 QE compact coordinator must create the ECOC after renaming to tempErwin Pe2023-01-041-2/+21
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-201-1/+1
* SERVER-67760 FLE2 Range Query: disable feature flag for PM-2719Shreyas Kalyan2022-11-111-1/+1
* SERVER-71149 Rename queryType range to rangePreviewMark Benvenuto2022-11-091-1/+2
* SERVER-70182 move encrypted field config validation to IDLDavis Haupt2022-10-191-1/+1
* SERVER-68301 Enable fle2/query tests in passthrough suitesMilena Ivanova2022-09-221-7/+0
* SERVER-69527 add gating logic to fle2 range testsSergey Galtsev2022-09-091-0/+9
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-071-1/+26
* SERVER-67752 Add range support to create collectionMark Benvenuto2022-08-051-0/+28
* SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0Mark Benvenuto2022-07-156-6/+0
* SERVER-67462 Support renaming encrypted collections if client has correct pri...Mark Benvenuto2022-07-071-70/+0
* SERVER-66940 Create an FSM test for FLE2 compactErwin Pe2022-06-291-3/+3
* SERVER-67430 Fix tags in fle2 tests and improve tag parserMark Benvenuto2022-06-241-1/+1
* SERVER-66901 Make contention factor accept all valid positive integer typesMark Benvenuto2022-06-021-0/+22
* SERVER-66120 Use consistent way to refer to FLE 2 encryption in user-facing m...Mark Benvenuto2022-05-171-3/+3
* SERVER-65503 Migrate FLE2 tests to core passthrough suitesMark Benvenuto2022-05-028-17/+91
* SERVER-65431 Disallow renaming to/from a collection with encrypted fieldsErwin Pe2022-04-211-0/+69
* SERVER-65483 Add tests for compact contention with concurrent FLE2 inserts an...Erwin Pe2022-04-201-1/+2
* SERVER-65170 Fix compact_structured_encryption_data_coordinator.jsMark Benvenuto2022-04-131-1/+2
* SERVER-65170 Integrate FLE compact into CompactStructuredEncryptionDataCoordi...Erwin Pe2022-04-121-14/+18
* SERVER-64798 Rename FLE 2 state collection prefix to enxcoll_Mark Benvenuto2022-04-103-10/+10
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-097-37/+6
* SERVER-64626 Validation errors should indicate implicit validation of encrypt...Erwin Pe2022-04-061-24/+134
* SERVER-64357 Rewrite filter over encrypted fields for findAndModify commandNicholas Zolnierz2022-04-051-13/+4
* SERVER-64383 Add restrictions to collMod for FLE2Erwin Pe2022-04-013-11/+61
* SERVER-64644 Prohibit sharding of FLE 2 state collectionsMark Benvenuto2022-04-011-0/+41
* SERVER-63468 Add support for ESC compactionErwin Pe2022-04-012-44/+26
* SERVER-63791 support unindexed fle2 encrypted fieldssergey.galtsev2022-03-311-0/+12
* SERVER-64356 Server-side rewrite for find command on mongosDavis Haupt2022-03-251-0/+16
* SERVER-64100 Prohibit encrypted fields and json schema with encrypted fields ...Shreyas Kalyan2022-03-251-3/+5
* SERVER-63950 Disallow creation of b-tree index on encrypted field or prefix o...Nicholas Zolnierz2022-03-241-5/+16
* SERVER-63716 Add support for FLE 2 insert in MongoDMark Benvenuto2022-03-212-1/+14
* SERVER-63643 Generate implicit schema for create collection with encrypted fi...Erwin Pe2022-03-181-0/+380
* SERVER-63714 Add support for FLE 2 findAndModify in MongoSMark Benvenuto2022-03-171-2/+70