summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-0/+9
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+1
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-5/+5
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-1/+1
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-3/+3
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-1/+1
* SERVER-29672 Make Config/ShardCatalogCacheLoader decorations on ServiceContextKaloian Manassiev2017-07-281-1/+6
* SERVER-18084 Give ServiceContext to ShardingEgressMetadataHookKaloian Manassiev2017-07-271-3/+4
* SERVER-28752 Get rid of usages of Batched Insert/Update/Delete Request in sha...Kaloian Manassiev2017-07-191-26/+22
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-2/+1
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-3/+3
* SERVER-29319 mongos write commands support document sequencesMathias Stearn2017-06-191-6/+6
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-1/+2
* SERVER-29017 Get rid of ShardingCatalogClient::updateCollectionKaloian Manassiev2017-05-121-2/+3
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28318 make sharded getLastError work with paths that go over ASIOEsha Maharishi2017-04-061-2/+12
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-041-14/+18
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-131-0/+7
* SERVER-27750 Always attach the configsvr metadata in ShardingEgress*HooksRandolph Tan2017-03-101-3/+2
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-2/+3
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-3/+2
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-2/+3
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-271-2/+0
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+8
* SERVER-26674 Remove uses of locks in TransportLayerLegacysamantharitter2016-11-081-2/+3
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-4/+3
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-141-2/+5
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-211-1/+1
* SERVER-24702 remove remnants of ShardingCatalogManagerImpl from ShardingTestF...Esha Maharishi2016-09-061-1/+1
* Revert "SERVER-25935 move ShardRegistry::init() out of Grid::init()"Max Hirschhorn2016-09-041-2/+1
* SERVER-25935 move ShardRegistry::init() out of Grid::init()Esha Maharishi2016-09-021-1/+2
* SERVER-25872 make DistLockCatalogFixture and ReplSetDistLockManagerFixture ex...Esha Maharishi2016-09-011-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-10/+12
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-17/+16
* SERVER-24999 Remove ShardingTextFixture's CatalogManager for libdepJess Fan2016-08-101-25/+2
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-0/+2
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-6/+13
* SERVER-24859 Use 'majority' write concern to create changelog and actionlog c...Kaloian Manassiev2016-07-011-1/+6
* SERVER-24734 Check for an invalid ConnectionString type when parsing an addSh...Esha Maharishi2016-06-241-7/+0
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-2/+13
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-12/+13
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-2/+2
* SERVER-23733 Remove the mongos chunkSize startup optionKaloian Manassiev2016-06-021-8/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+3
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-0/+2