summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-181-26/+4
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-133-11/+8
* SERVER-14394 Create initial hashed shard key chunks directly on shardsCheahuychou Mao2018-08-212-5/+16
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-08-061-4/+4
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutr4.0.1-rc1r4.0.1James Wahlin2018-07-271-2/+3
* SERVER-35961 Remove unitialized count variable in MapReduce commandBen Caimano2018-07-191-4/+6
* SERVER-36082 Don't link getShardMap into embeddedAndrew Morrow2018-07-111-5/+15
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-07-013-6/+6
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-06-291-68/+133
* SERVER-35255: whole-cluster $changeStreams send listCollections to the config...Nick Zolnierz2018-06-151-0/+7
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-112-2/+2
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-0/+1
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-06-055-3/+11
* SERVER-34338 Find explain in legacy query path on mongos does not retry on St...Esha Maharishi2018-06-011-23/+68
* SERVER-33538 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-231-17/+64
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-0/+1
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-8/+93
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-162-13/+2
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-0/+1
* SERVER-34843 Compute operationTime before $clusterTimeJack Mulrow2018-05-141-8/+9
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-4/+6
* SERVER-34695: Fix retry logic in strategy.cpp for SnapshotErrorNick Zolnierz2018-05-092-92/+99
* SERVER-34653 mark some commands as requiresAuth==falseBilly Donahue2018-05-091-0/+3
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-0815-84/+44
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-087-18/+18
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-077-66/+68
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-054-4/+4
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-052-0/+73
* SERVER-34214 convert some simple commands to TypedCommandBilly Donahue2018-05-042-6/+6
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-013-184/+135
* SERVER-34520 Forbid multi-document transactions run through mongoSWilliam Schultz2018-05-011-0/+5
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-013-9/+18
* SERVER-34688 strategy.cpp fix infinite loop on StaleDbVersionBilly Donahue2018-04-301-75/+84
* SERVER-34736 Make ClusterFind::explain directly call scatterGather() rather t...Esha Maharishi2018-04-301-8/+40
* SERVER-34138 Allow change stream to be opened against non-existent DB and col...Bernard Gorman2018-04-291-227/+287
* SERVER-33297 mongos create will make a capped collection with size 0 if not s...Randolph Tan2018-04-241-0/+5
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-232-8/+0
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-236-21/+15
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+2
* SERVER-28261 Make MongoS send epoch as part of the `mergeChunks` commandKaloian Manassiev2018-04-191-15/+12
* SERVER-34014 add unit test for cluster aggregateMisha Tyulenev2018-04-192-0/+263
* SERVER-34230 Add ActionType and Commands for Free MonitoringSara Golemon2018-04-182-0/+75
* SERVER-34475 Get rid of unused sharding codeKaloian Manassiev2018-04-181-39/+0
* SERVER-34363: move reload shard registry in addShard command from ON_BLOCK_EXITMisha Tyulenev2018-04-171-9/+8
* SERVER-34216 single-parse write_commandsDaniel Gottlieb2018-04-171-158/+179
* SERVER-33989 Add support for afterClusterTime for snapshot reads through mongosJack Mulrow2018-04-133-13/+186
* SERVER-34326 use highest cluserTime for global snapshot readsMisha Tyulenev2018-04-122-3/+13
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-3/+2
* SERVER-34197 Only allow global snapshot reads when test commands are enabledJack Mulrow2018-04-091-0/+5