summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_count_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69528 Link cluster count command into mongodCheahuychou Mao2022-09-151-312/+0
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-031-3/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-4/+4
* SERVER-67802 ensure mongos count can handle large values for limitBenety Goh2022-07-101-1/+1
* SERVER-67802 ensure mongos count can handle large values for skipBenety Goh2022-07-091-1/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-0/+2
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-051-15/+18
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-141-0/+4
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-141-4/+0
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-121-0/+4
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-4/+4
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-081-6/+3
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-061-3/+6
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-061-6/+3
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-4/+10
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-3/+7
* SERVER-51768 Update javascript tests to reflect count being removed from API ...samontea2020-12-111-4/+0
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-1/+1
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-48028: Ban commands not allowed in snapshot outside of transactionsLingzhi Deng2020-05-131-1/+4
* SERVER-47426 Remove ClusterExplain::downconvert and other now-unused functionsBlake Oler2020-04-161-5/+1
* SERVER-45253 Throw errors on invalid options for sharded cluster count commandKatherine Wu2020-01-171-63/+16
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-10/+10
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-2/+1
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-0/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+5
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-7/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-0/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-18/+10
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-1/+1
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-3/+5
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-15/+6
* SERVER-30375 Make 'renameCollection' attach databaseVersion and shardVersion=...Kaloian Manassiev2018-03-211-0/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-2/+3
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-2/+6
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+3
* 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-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-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-4/+2
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-57/+28