summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-165-22/+34
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-013-8/+45
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-302-13/+14
* SERVER-54015 Use catalog cache with a refresh to check if a collection was al...Marcos José Grillo Ramírez2021-01-292-11/+0
* SERVER-52920 Coverity analysis defect 116664: Uninitialized scalar fieldSergi Mateo Bellido2021-01-231-1/+1
* SERVER-53105: Amend tests that target config.chunks by ns to target by ns or ...Jordi Serra Torrens2021-01-222-9/+8
* SERVER-53868 Update the timestamp of docs in config.chunks when refining a sh...Sergi Mateo Bellido2021-01-202-0/+2
* SERVER-53403 Define IDL type for docs in admin.system.external_validation_keysCheahuychou Mao2021-01-151-2/+4
* SERVER-53691 Store and expose database info in DatabaseShardingStateTommaso Tocci2021-01-141-1/+1
* SERVER-53680 Use IDL for KeysCollectionDocumentCheahuychou Mao2021-01-133-9/+11
* SERVER-53227 Move omitted LockPings/LockType files to MongoDKaloian Manassiev2021-01-096-830/+0
* SERVER-53468 Ensure config.chunks stability during upgrade/downgradeSergi Mateo Bellido2021-01-071-2/+2
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-072-60/+35
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-0324-6913/+10
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-102-23/+25
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-102-3/+8
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-045-36/+0
* SERVER-51070 Move the ConfigServer ShardId constant to be under ShardIdKaloian Manassiev2020-12-031-8/+4
* SERVER-51620 Convert findAndModify input to IDLArun Banala2020-12-023-27/+37
* SERVER-52588 Making the upgrade/downgrade process work for the Epoch to Clust...Jordi Serra Torrens2020-12-011-0/+1
* SERVER-52762 Always persist ChunkType with the proper `collectionUUID`Pierlauro Sciarelli2020-12-012-3/+30
* SERVER-52766: Support timestamp in the catalog cache loaderJordi Serra Torrens2020-11-252-0/+19
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-244-25/+21
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-1610-343/+231
* SERVER-52768: Add timestamp field to CollectionType and ShardServerCollection...Jordi Serra Torrens2020-11-131-0/+13
* SERVER-52761 Add collectionUUID field to ChunkTypePierlauro Sciarelli2020-11-122-0/+23
* SERVER-51900 Get rid of the 'distributionMode' field of config.collectionsKaloian Manassiev2020-11-114-266/+12
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-112-3/+11
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-036-70/+49
* SERVER-50027 Make CollectionType use IDL (Part 3)Kaloian Manassiev2020-11-026-246/+141
* SERVER-50027 Make CollectionType use IDL (Part 2)Kaloian Manassiev2020-10-304-269/+168
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-2214-822/+186
* SERVER-50948 Change databasePrefix and dbPrefix to tenantIdJudah Schvimer2020-10-141-10/+10
* SERVER-51109 Add resharding fields to ShardCollectionTypejannaerin2020-09-243-0/+47
* SERVER-50957 Move anonymous functions which run writes to config docs in txns...jannaerin2020-09-211-3/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-038-30/+33
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-022-4/+4
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-1/+0
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-272-7/+13
* SERVER-49561 Add resharding fields to config.collectionsBlake Oler2020-08-053-1/+57
* SERVER-48744 Convert ShardInfoMap to use unordered_map instead of mapAlex Taskov2020-07-131-7/+6
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-082-0/+9
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-026-90/+73
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-012-0/+30
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-216-8/+3
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-152-351/+356
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-265-5/+5
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-151-4/+0
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1