summaryrefslogtreecommitdiff
path: root/src/mongo/db/fle_crud_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75683 Return error if encryptedFields contains eccCollectionShreyas Kalyan2023-05-121-52/+42
* SERVER-75615 Improve contention factor test coverage for QEShreyas Kalyan2023-04-261-0/+42
* SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compactionShreyas Kalyan2023-04-101-0/+4
* Revert "SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compa...auto-revert-processor2023-04-081-4/+0
* SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compactionShreyas Kalyan2023-04-071-0/+4
* SERVER-73303 Remove Queryable Encryption v1 CodeShreyas Kalyan2023-04-051-7/+3
* SERVER-69563 Enable feature flag for queryable encryption protocol version 2Erwin Pe2023-04-031-876/+5
* SERVER-74152 Implement read tags with storage engine APIMark Benvenuto2023-03-241-0/+23
* SERVER-74066 Remove checks that require the eccCollection namespace in Encryp...Shreyas Kalyan2023-03-231-20/+59
* SERVER-72933 Implement v2 changes to Queryable Encryption findAndModifyErwin Pe2023-03-061-5/+156
* SERVER-72932 Implement v2 changes to Queryable Encryption UpdatesErwin Pe2023-03-031-8/+219
* SERVER-74150 Create batch interface for reading tags for QE V2Mark Benvenuto2023-03-021-0/+1
* SERVER-74069 Validate QE state collections match naming rules in validateEncr...Adrian Gonzalez2023-03-011-21/+70
* SERVER-74139 Create v2 of FLE2UnindexedEncryptedValueErwin Pe2023-02-281-0/+52
* SERVER-72931 Implement v2 changes to Queryable Encryption deletesErwin Pe2023-02-241-7/+110
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-181-1/+1
* SERVER-72926 Implement v2 changes to Queryable Encryption findsErwin Pe2023-02-161-7/+165
* SERVER-72919 Implement v2 changes to QE insertsErwin Pe2023-02-141-2/+177
* SERVER-73643 Change query tags interface to FLEQueryInterfaceMark Benvenuto2023-02-131-3/+3
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-3/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-6/+8
* SERVER-71322 Change FLEClientCrypto::decryptDocument to use libmongocrypt for...Mark Benvenuto2022-12-091-2/+46
* SERVER-71149 Rename queryType range to rangePreviewMark Benvenuto2022-11-091-1/+1
* SERVER-70182 move encrypted field config validation to IDLDavis Haupt2022-10-191-2/+7
* SERVER-69013 attach mincover algorithms to external interfaceDavis Haupt2022-09-161-2/+2
* SERVER-67756 FLE2 Range Query: implement findAndModifyShreyas Kalyan2022-09-141-48/+151
* SERVER-67757 FLE2 Range Query: implement deleteShreyas Kalyan2022-09-091-13/+86
* SERVER-67263 Reject InsertUpdatePayload with mismatched IndexKeyIdSara Golemon2022-07-281-0/+42
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-5/+5
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-6/+5
* SERVER-67470 Fix incorrect fieldName values in ECOC entries following a modif...Erwin Pe2022-06-241-2/+22
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-171-11/+36
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-1/+2
* SERVER-66533 update FLE array tag size estimationsergey.galtsev2022-05-261-2/+62
* SERVER-64018: Fail if tag creation in FLE filter rewrite approaches 16 MB limitjoshua2022-04-121-3/+29
* SERVER-65357 Change partition allocation for FLE 2Mark Benvenuto2022-04-101-14/+14
* SERVER-64749 Test tags reader with non-trivial contention factorsjoshua2022-04-051-4/+82
* SERVER-64357 Rewrite filter over encrypted fields for findAndModify commandNicholas Zolnierz2022-04-051-1/+7
* SERVER-64143 Add retryable write support to FLE 2 CRUDMark Benvenuto2022-04-021-2/+2
* SERVER-63468 Add support for ESC compactionErwin Pe2022-04-011-153/+5
* SERVER-64358 Rewrite for delete and update commands on mongosDavis Haupt2022-03-301-13/+32
* SERVER-64101 Add support for transforming FLE2EncryptionPlaceholder to FLE2Fi...Shreyas Kalyan2022-03-251-5/+5
* SERVER-63717 Add support for FLE 2 delete in MongoDMark Benvenuto2022-03-221-8/+11
* SERVER-64399 Support replacement style update and upsertMark Benvenuto2022-03-221-13/+67
* SERVER-63716 Add support for FLE 2 insert in MongoDMark Benvenuto2022-03-211-7/+12
* SERVER-63293 Construct binary tags from payloadjoshua2022-03-211-6/+150
* SERVER-63714 Add support for FLE 2 findAndModify in MongoSMark Benvenuto2022-03-171-0/+149
* SERVER-63780 Switch FLE 2 crypto code to CTR and CTR-AEADsergey.galtsev2022-03-111-22/+16
* SERVER-64287 Create sharding variant of fle2 test suiteMark Benvenuto2022-03-111-13/+20
* SERVER-63645 shell - support FLE 2 client-side transformationsShreyas Kalyan2022-03-101-10/+16