summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-152-40/+22
* SERVER-50543 Log the application client starting or stopping the balancerJosef Ahmad2020-10-141-5/+22
* SERVER-50375 Ensure mongos forwards API parameters to shards, try 3A. Jesse Jiryu Davis2020-10-052-4/+9
* Revert "SERVER-50375 Ensure mongos forwards API parameters to shards"A. Jesse Jiryu Davis2020-10-022-9/+4
* SERVER-50375 Ensure mongos forwards API parameters to shardsA. Jesse Jiryu Davis2020-10-022-4/+9
* Revert "SERVER-50375 Thoroughly test that mongos forwards API parameters"Tommaso Tocci2020-10-012-9/+4
* SERVER-50375 Thoroughly test that mongos forwards API parametersA. Jesse Jiryu Davis2020-10-012-4/+9
* SERVER-50418-2 Rename IsMasterMetrics to HelloMetrics and InExhaustIsMaster t...Huayu Ouyang2020-09-302-4/+3
* SERVER-50415 rename waitInIsMaster failpoint to waitInHelloPavi Vetriselvan2020-09-291-3/+3
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-4/+1
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-09-242-4/+5
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-09-232-11/+24
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-173-9/+4
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-0/+1
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-097-22/+27
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-081-1/+0
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-12/+30
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-3/+8
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+2
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-021-1/+1
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-0113-155/+134
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-10/+10
* SERVER-43902 Apply scaling for collection statistics after summing statistics...Gregory Wlodarek2020-08-271-11/+62
* Revert "SERVER-49858 Don't forward API params from drop/dropDatabase to confi...A. Jesse Jiryu Davis2020-08-252-3/+3
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-1/+1
* SERVER-49965: Add apiVersion metrics to serverStatus and remove stale metricsXueruiFa2020-08-201-11/+13
* SERVER-49756 Add downgradeOnDiskChanges parameter to setFeatureCompatibilityV...Jason Chan2020-08-182-47/+53
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-2/+2
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-141-2/+4
* Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson2020-08-131-4/+2
* SERVER-49963: Store API parameters for serverStatus metricsXueruiFa2020-08-131-1/+1
* SERVER-49858 Don't forward API params from drop/dropDatabase to config serversA. Jesse Jiryu Davis2020-08-132-3/+3
* SERVER-49963: Store API parameters for serverStatus metricsXueruiFa2020-08-132-4/+15
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-08-121-1/+6
* SERVER-50223 Temporarily make reshardCollection command testing-only.Max Hirschhorn2020-08-101-1/+2
* SERVER-48991 Make DatabaseCache causally consistent through the usage of Comp...Tommaso Tocci2020-08-061-2/+2
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-08-052-4/+13
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-051-2/+4
* SERVER-50097 isMaster aliases should correctly populate exhaustIsMasterMetricsPavi Vetriselvan2020-08-051-11/+12
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-1/+0
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-022-5/+5
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-2/+3
* SERVER-49065 Mark API Version 1 commandsPV992020-07-2821-1/+91
* SERVER-48677: Add reshardCollection cmd to configsvr.Kshitij Gupta2020-07-231-36/+19
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-222-3/+3
* SERVER-44586 add metrics to serverStatus to track type of update commandMindaugas Malinauskas2020-07-212-6/+33
* SERVER-48877 Create an APIParameters classPV992020-07-171-1/+2
* SERVER-48866 Parse Versioned API parametersPV992020-07-151-0/+3
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-4/+5
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-1/+2