summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/apply_ops_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-57081 Enable collection creation through applyOpsKaloian Manassiev2021-05-211-0/+4
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-1/+1
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-1/+1
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-2/+0
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-1/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-13/+7
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+0
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+0
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-7/+0
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32913 move applyOps() into repl namespaceBenety Goh2018-02-021-6/+8
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-3/+3
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-5/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-10/+10
* SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.Matthew Russotto2018-01-081-2/+1
* SERVER-32162 Create a doTxn commandMatthew Russotto2017-12-201-243/+32
* SERVER-31864 applyOps command with UUID containing op must require granular p...Xiangyu Yao2017-12-041-22/+63
* SERVER-31810: Make applyOps require privileges for UUIDsSpencer Jackson2017-11-151-19/+50
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-141-1/+33
* SERVER-31895 applyOps should reject commands with UUIDs when in a fully-downg...Xiangyu Yao2017-11-141-0/+38
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-1/+0
* SERVER-27067 Remove unnecessary references to setLastOpToSystemLastOpTimeJudah Schvimer2017-07-261-14/+9
* SERVER-30275 Get rid of the apply_ops_cmd_common libraryKaloian Manassiev2017-07-241-18/+191
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-7/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* Revert "Revert "SERVER-29224 Unify apply_ops and oplog libraries""Andrew Morrow2017-05-171-1/+0
* Revert "SERVER-29224 Unify apply_ops and oplog libraries"Spencer Jackson2017-05-171-0/+1
* SERVER-29224 Unify apply_ops and oplog librariesAndrew Morrow2017-05-171-1/+0
* SERVER-29224 Move apply_ops from catalog to replAndrew Morrow2017-05-151-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+7
* SERVER-25994: Make applyOps work without universal privilegesSpencer Jackson2016-09-301-0/+2
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-7/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+8
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-17/+4
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-0/+205