summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33616 Do not propagate StaleShardVersion errors from _configsvrDropCol...Kaloian Manassiev2018-04-201-13/+21
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-132-2/+2
* SERVER-34435 Change Versioning class to databaseVersion namespace and related...Esha Maharishi2018-04-132-3/+3
* SERVER-33781 upgrade/downgrade config.chunks metadata with a new history field.Martin Neupauer2018-04-133-55/+306
* SERVER-34194 applyOps update for control chunk should include history arrayJack Mulrow2018-04-092-1/+10
* SERVER-34328 Fix lintWilliam Schultz2018-04-091-15/+14
* SERVER-34328 Remove unused lambda captures.A. Jesse Jiryu Davis2018-04-091-1/+1
* SERVER-34067 Make the new movePrimary protocol FCV 4.0 compliantBlake Oler2018-04-052-30/+61
* SERVER-34323 Add DatabaseVersion field to unsharded databases when adding sha...Blake Oler2018-04-051-0/+10
* SERVER-33769 Implement a commitMovePrimary command on the config serverBlake Oler2018-04-024-29/+124
* SERVER-33797: Reload ShardRegistry on shard collection commandMatthew Saltz2018-03-294-17/+10
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-277-7/+7
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-273-6/+10
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33332 mongos create command should preserve wtimeout option given by userRandolph Tan2018-03-211-1/+4
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-1/+0
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-2/+1
* SERVER-33586 Move getAllShardedCollectionsForDb to the CatalogClientBlake Oler2018-03-144-37/+4
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-148-22/+323
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-148-323/+22
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-148-22/+323
* SERVER-33795 remove backwards compatible distlock from sharding catalog commandsEsha Maharishi2018-03-124-32/+6
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-32615 Make most outgoing mongos user commands that can write set impli...Randolph Tan2018-03-071-1/+2
* SERVER-33232 _configCreateCollection should properly wait for write concernRandolph Tan2018-03-061-0/+7
* SERVER-33516 Make _configsvrCreateCollection take the db distlock to prevent ...jannaerin2018-03-061-1/+13
* SERVER-29908 Move ChunkSplitter to the `sharding_runtime_d` libraryKaloian Manassiev2018-03-051-12/+11
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-022-6/+6
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-023-3/+3
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-1/+1
* SERVER-32320 Make sharding doTxn back into applyOps temporarily.Matthew Russotto2018-03-011-15/+15
* SERVER-33045 Remove fcvLock from shardCollectionDianna Hohensee2018-02-261-5/+0
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make _config...Blake Oler2018-02-261-8/+30
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-232-16/+5
* SERVER-33465 forward-port handling upgrade/downgrade states when sending setF...Esha Maharishi2018-02-231-11/+22
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-232-2/+6
* SERVER-33195 create a movePrimary command for shards and _configsvrCommitMove...Blake Oler2018-02-211-0/+97
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-2/+2
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-1417-17/+17
* SERVER-33043 Only setFCV should take the fcvLock (ResourceMutex) in exclusive...Dianna Hohensee2018-02-132-2/+4
* SERVER-30219 Make addShard use local read concern when generating the new sha...Kaloian Manassiev2018-02-121-1/+1
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-9/+4
* SERVER-32291 Fix SConscript due to file directory changesRandolph Tan2018-02-061-0/+186
* SERVER-32291 Implement _configsvrCreateCollection commandRandolph Tan2018-02-061-0/+122
* SERVER-32291 Implement collection creation on config serverRandolph Tan2018-02-062-0/+89
* Revert "Revert "SERVER-32983 persist a version field in new config.databases ...Esha Maharishi2018-02-061-4/+26
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-0616-16/+16
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-0634-14/+9280
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-023-10/+3
* SERVER-18137: Fix lintDaniel Gottlieb2018-02-011-2/+2