summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_find_and_modify_image_lookup_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-37/+40
* SERVER-69948: Strip needsRetryImage from findAndModify oplog entriesChristopher Caplinger2022-10-181-30/+117
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-6/+6
* SERVER-67076 Add missing early return in DocumentSourceFindAndModifyImageLookupJack Mulrow2022-06-091-3/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-65344 findAndModify pre/post image noop oplog entry forged by the stag...Cheahuychou Mao2022-04-201-5/+25
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-091-17/+28
* SERVER-63878 Make resharding aggregation pipeline emit applyOps documents for...Cheahuychou Mao2022-03-071-9/+19
* SERVER-63879 Make findAndModify image lookup aggregation stage handle applyOp...Cheahuychou Mao2022-02-281-4/+101
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-171-2/+3
* SERVER-58815 Have internal findAndModifyImageLookup set the synthetic oplog e...Jason Chan2021-07-261-1/+1
* SERVER-58060 Add new internal FindAndModifyImageLookup aggregation stageJason Chan2021-07-231-0/+301