summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/apply_ops_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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