summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/apply_ops_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-2/+10
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-22/+22
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-101-8/+4
* SERVER-68550 Change applyOps command path to use DatabaseNameDidier Nadeau2022-10-181-15/+8
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-2/+2
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-45033 Atomic applyOps logs the actual writes not the requestJosef Ahmad2022-04-191-75/+0
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-55260 Test multiple statement ids per oplog entry with applyOpsYuhong Zhang2021-05-111-2/+60
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+1
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-22/+22
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-4/+5
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-2/+6
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-2/+3
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-2/+2
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-4/+3
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-60/+23
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+1
* SERVER-40248 Return correct operation to apply for update oplog entriesJudah Schvimer2019-05-071-1/+1
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-1/+1
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-10/+8
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-3/+3
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-8/+10
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-32913 ApplyOps::extractOperations on applyOps with no ops returns empt...Benety Goh2018-02-201-5/+4
* SERVER-32913 added 'b' (upsert) field to ReplOperation IDLBenety Goh2018-02-161-4/+41
* SERVER-32205 Prohibit dropping the admin database at catalog levelMaria van Keulen2018-02-091-0/+24
* SERVER-32913 add ApplyOps::extractOperationsBenety Goh2018-02-061-0/+99
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-21/+13
* SERVER-32241 Make applyOps report failure when a nested applyOps fails.Matthew Russotto2018-01-301-4/+5
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-031-0/+47