summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-098-14/+24
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-084-18/+12
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-064-12/+18
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-064-18/+12
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-051-2/+2
* SERVER-50141 Destroy OperationContext explicitly after sinkBen Caimano2021-02-051-143/+97
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-052-25/+78
* SERVER-53156 Convert collMod command implementation to inherit from IDL-gener...Moustafa Maher2021-02-045-53/+52
* SERVER-54230 Stop returning sorted shard IDs vector from ShardRegistryTommaso Tocci2021-02-043-11/+12
* SERVER-52781 force rename majority concern on mongos and target chunks by uuidPierlauro Sciarelli2021-02-041-4/+2
* SERVER-54167: Advance VectorClock on configOpTime advancementJordi Serra Torrens2021-02-041-0/+4
* SERVER-52781 Implement the new rename collection path in `_shardsvrRenameColl...Pierlauro Sciarelli2021-02-041-0/+34
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-032-7/+3
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-0310-27/+289
* SERVER-46740 Add missing reference characterBen Caimano2021-02-031-2/+2
* SERVER-46740 establishCursors() must always drain the AsyncRequestsSender::_b...Ben Caimano2021-02-012-206/+243
* SERVER-51358: Indicate awaitable operations explicitlyTyler Seip2021-02-011-0/+15
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-014-10/+59
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-3015-38/+68
* SERVER-52555 Convert listIndexes command implementation to inherit from IDL-g...Shreyas Kalyan2021-01-291-67/+50
* SERVER-54015 Use catalog cache with a refresh to check if a collection was al...Marcos José Grillo Ramírez2021-01-292-11/+0
* SERVER-52811 Implement the new drop database path in _shardsvrDropDatabaseTommaso Tocci2021-01-293-1/+9
* SERVER-50584 Serialize resharding errors into a new abortReason fieldHaley Connelly2021-01-282-0/+13
* SERVER-54021 Optimize shouldBypassDocumentValidationForCommand for IDL typesBen Caimano2021-01-283-2/+7
* SERVER-47817 Remove resetError commandAlexandre Bique2021-01-282-77/+0
* SERVER-54099 Cleanup _shardsvrDropDatabase commandTommaso Tocci2021-01-282-10/+7
* SERVER-54071 Deduplicate `BatchedCommandRequest build*Op` methods in the code...Pierlauro Sciarelli2021-01-272-0/+94
* SERVER-53394 Make ShardingTaskExecutorPoolReplicaSetMatching default to disab...George Wangensteen2021-01-273-2/+30
* SERVER-53145 Specify input/output to collMod command in IDLMoustafa Maher2021-01-262-3/+12
* SERVER-52539 Convert createIndexes command to TypedCommandSara Golemon2021-01-253-16/+105
* SERVER-52920 Coverity analysis defect 116664: Uninitialized scalar fieldSergi Mateo Bellido2021-01-231-1/+1
* SERVER-53639 Add MongoS server status metrics to track how often a cursor has...Vishnu Kaushik2021-01-223-1/+17
* SERVER-53105: Amend tests that target config.chunks by ns to target by ns or ...Jordi Serra Torrens2021-01-222-9/+8
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-2213-0/+23
* SERVER-53118 Make the DistLockManager use the same processId/lockSessionId pe...Kaloian Manassiev2021-01-212-90/+39
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-211-102/+100
* SERVER-53687 Rename resharding CoordinatorStateEnum kCommitted to kDecisionPe...Haley Connelly2021-01-201-2/+1
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-202-3/+5
* SERVER-53868 Update the timestamp of docs in config.chunks when refining a sh...Sergi Mateo Bellido2021-01-202-0/+2
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-202-4/+15
* SERVER-52547 Avoid reparsing the command object multiple timesMoustafa Maher2021-01-202-11/+12
* SERVER-53772 Create feature flag for timestamp based collection/database UUIDSergi Mateo Bellido2021-01-191-0/+6
* SERVER-52587 Making collection and database instances comparable through clus...Sergi Mateo Bellido2021-01-183-159/+365
* SERVER-53403 Define IDL type for docs in admin.system.external_validation_keysCheahuychou Mao2021-01-151-2/+4
* SERVER-53781 Don't log Grid's configTime term resetsPierlauro Sciarelli2021-01-151-1/+3
* SERVER-52554 Convert ListDatabases to TypedCommandSara Golemon2021-01-141-137/+118
* SERVER-52547 Update Txn cmds to to inherit from IDL-generated base classesMoustafa Maher2021-01-142-4/+54
* SERVER-53691 Store and expose database info in DatabaseShardingStateTommaso Tocci2021-01-144-22/+31
* SERVER-53161 Convert killCursors to TypedCommandSara Golemon2021-01-131-33/+13
* SERVER-53680 Use IDL for KeysCollectionDocumentCheahuychou Mao2021-01-133-9/+11