summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-0145-526/+477
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-292-2/+2
* SERVER-32607 Implement a DatabaseVersion type class and add it to the Databas...Kaitlin Mahar2018-01-284-4/+41
* SERVER-32846 NamespaceString: add and remove relational operatorsBilly Donahue2018-01-241-3/+3
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-242-4/+15
* SERVER-32288 Add isAssignedShardKey field to CollectionTypeRandolph Tan2018-01-193-1/+62
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-176-112/+53
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-174-28/+17
* SERVER-30744 Move dropCollection logic from ShardingCatalogClient into Shardi...Kaitlin Mahar2018-01-168-197/+196
* SERVER-32317 Make sharding chunk manipulation operations use doTxn instead of...Siyuan Zhou2018-01-163-33/+33
* SERVER-32646 CommandHelpersBilly Donahue2018-01-164-25/+26
* SERVER-32365 Move the logic of the dropDatabase command into the new _configs...Kaitlin Mahar2018-01-159-245/+99
* SERVER-32519 clean up WireVersion enum uses in the code to use LATEST_WIRE_VE...Dianna Hohensee2018-01-122-54/+29
* SERVER-30504 Move the logic of the dropCollection command into the new _confi...Kaitlin Mahar2018-01-085-14/+30
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-1/+1
* SERVER-18138 catalog manager listing methods now return vectorsKevin Pulo2017-12-188-188/+142
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-164-5/+4
* SERVER-32149 Make ShardingCatalogManager::getDatabasesForShard check if query...Kaloian Manassiev2017-12-081-0/+3
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-061-2/+2
* SERVER-31860 setFCV on config server should load shards directly from config....Jack Mulrow2017-11-301-4/+9
* SERVER-31865 setFCV on config server should only generate UUIDs for non-dropp...Esha Maharishi2017-11-301-9/+10
* SERVER-27724 Minimize split chunk command routing table refreshesDianna Hohensee2017-11-282-22/+30
* SERVER-29397 Ensure user inserted invalid config.tags documents cause the aut...Dianna Hohensee2017-11-282-19/+13
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-1/+4
* SERVER-31866 setFCV should always wait for majority writeConcernJack Mulrow2017-11-214-5/+22
* SERVER-31872 log how many sharded collections the config server is generating...Esha Maharishi2017-11-131-1/+2
* SERVER-31275 Ensure causal consistency guarantees on secondaries during chunk...Dianna Hohensee2017-11-082-2/+7
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-021-1/+1
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-2/+4
* SERVER-31644 Rename the per-shard filtering information cache collections to ...Kaloian Manassiev2017-10-201-1/+1
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-174-183/+91
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-173-70/+90
* SERVER-30733 make distlocks hierarchical for metadata commands on databases a...Esha Maharishi2017-10-125-84/+0
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-113-0/+66
* SERVER-30793 merge setFeatureCompatibilityVersion and _configsvrSetFeatureCom...Esha Maharishi2017-10-092-0/+40
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-5/+3
* SERVER-25623 fix config_server_catalog_test unit testEsha Maharishi2017-10-032-7/+10
* SERVER-25623 addShard should fail if shard's binary version < the cluster's f...Esha Maharishi2017-10-021-32/+15
* Revert "SERVER-25623 addShard should fail if shard's binary version < the clu...Ian Whalen2017-10-021-15/+32
* SERVER-25623 addShard should fail if shard's binary version < the cluster's f...Esha Maharishi2017-10-021-32/+15
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-2811-306/+43
* SERVER-30615 Fix duplicate key error in shardCollection by using local read c...Dianna Hohensee2017-09-149-32/+82
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-12/+12
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-08-221-9/+9
* SERVER-29203 Remove batch size limit for config server writessamantharitter2017-08-181-10/+0
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-1511-471/+461
* SERVER-29637 make shards obtain UUID for sharded collections from config serv...Esha Maharishi2017-08-092-38/+31
* Revert "SERVER-30219 Make metadata commands use kLocalReadConcern"Esha Maharishi2017-08-086-111/+47
* Revert "SERVER-30324 Move cluster_remove_shard_cmd to mongod"Mathias Stearn2017-08-0711-461/+471