summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18594 Fix RS Catalog drop coll unit testRandolph Tan2015-07-164-16/+198
* SERVER-19414 Set up global tick sourceSpencer T Brody2015-07-161-0/+2
* SERVER-19414 Unify global sharding state initialization between mongos and mo...Spencer T Brody2015-07-164-19/+126
* SERVER-19414 Don't store a pointer to the RemoteCommandTargeter in the DistLo...Spencer T Brody2015-07-163-22/+21
* SERVER-19414 Clean up ShardRegistry initializationSpencer T Brody2015-07-165-51/+65
* SERVER-18594 RS Catalog Manager implementation for drop collectionRandolph Tan2015-07-1512-118/+690
* SERVER-18594 Set up dist lock behavior before launching thread to run catalog...Spencer T Brody2015-07-151-28/+29
* SERVER-19272 SERVER-19329 VersionType should do validation properly and store...Daniel Alabi2015-07-1512-628/+376
* SERVER-19272 LockpingsType should handle validation properlyDaniel Alabi2015-07-155-178/+83
* SERVER-18084 Modularize chunk migration state machineKaloian Manassiev2015-07-142-1702/+92
* SERVER-18594 RS Catalog Manager implementation of shardCollectionSpencer T Brody2015-07-1420-141/+1075
* SERVER-19272 LocksType should handle validation properly and return better er...Daniel Alabi2015-07-147-473/+332
* SERVER-19272 Remove parseBSON declaration from MongosTypeDaniel Alabi2015-07-141-6/+0
* SERVER-18084 Fix lint formatting violationKaloian Manassiev2015-07-141-6/+4
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-144-63/+78
* SERVER-19329 RS Catalog Manager Implementation for config upgradeRandolph Tan2015-07-1316-112/+627
* SERVER-18796: sh.status() show 'dropped:false' colls againKevin Pulo2015-07-131-4/+1
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-1115-3942/+542
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-115-1130/+52
* SERVER-19272 MongosType should handle validation properlyDaniel Alabi2015-07-105-404/+229
* SERVER-19111 Fix signed/unsigned mismatch error with clangKaloian Manassiev2015-07-091-3/+3
* SERVER-19111 addShard for the replica set catalog managerKaloian Manassiev2015-07-0912-334/+778
* SERVER-19111 Move change log checking methods to the common fixtureKaloian Manassiev2015-07-097-220/+186
* SERVER-19111 Add insert op checking to catalog manager test fixtureKaloian Manassiev2015-07-092-0/+36
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+2
* SERVER-18770 SERVER-18768 implement ClusterFindCmd::run()David Storch2015-07-098-29/+272
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-094-7/+9
* SERVER-18593 RS Catalog Manager implementation of enableShardingRandolph Tan2015-07-0811-67/+357
* SERVER-19297 Make shardCollection take distributed lockSpencer T Brody2015-07-081-0/+7
* SERVER-18592 CatalogMangerReplicaSet implementation of removeShard methodSpencer T Brody2015-07-078-41/+528
* SERVER-19272 ChangeLogType should handle validation properly and check mandat...Daniel Alabi2015-07-076-467/+290
* SERVER-19272 ActionLogType should do its validation and handle setting balanc...Daniel Alabi2015-07-064-276/+155
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-069-43/+42
* SERVER-18384 process term parameter to find/getMore commandsEric Milkie2015-07-061-1/+2
* Revert "Revert "SERVER-19111 Move common addShard functionality to CatalogMan...Kaloian Manassiev2015-07-0313-244/+303
* SERVER-18436 Make sure that failed assertions in futures cause the test to failSpencer T Brody2015-07-024-108/+109
* SERVER-18765 improve test coverage for AsyncClusterClientCursorDavid Storch2015-07-023-9/+119
* SERVER-18436 In unit tests, set up targeter for config servers before initial...Spencer T Brody2015-07-025-162/+77
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-0234-298/+371
* SERVER-19111 Add ability to predeclare mock targetersKaloian Manassiev2015-07-022-6/+20
* SERVER-19254 Create MessagingPortMock and wire it into the CatalogManagerRepl...Spencer T Brody2015-07-023-1/+11
* SERVER-18765 ClusterClientCursor and AsyncClusterClientCursorDavid Storch2015-07-028-0/+1496
* SERVER-19252 Move all mongos catalog types to s/catalogDaniel Alabi2015-07-0232-72/+46
* SERVER-19241 cleanup pinger after every run of _testDistLockWithSkewRandolph Tan2015-07-022-5/+14
* SERVER-18593 Fix unit test compileSpencer T Brody2015-07-013-6/+11
* SERVER-18593 Implement createDatabase in replica set catalog managerSpencer T Brody2015-07-017-79/+514
* Revert "SERVER-19111 Move common addShard functionality to CatalogManager"Kaloian Manassiev2015-07-0113-289/+240
* SERVER-19111 Add OperationContext to catalog manager replica set test fixtureKaloian Manassiev2015-07-012-0/+24
* SERVER-18932 LiteParsedQuery::_ns use const NamespaceString rather than std::...Qingyang Chen2015-06-301-1/+1
* SERVER-19111 Move common addShard functionality to CatalogManagerKaloian Manassiev2015-06-3013-240/+289