summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/sharding_catalog_manager_zone_operations.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-031-4/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61459 Use local read concern to get CollectionType when running assign...Yuhong Zhang2021-11-181-1/+2
* SERVER-60161 Make _kChunkOpLock and _kZoneOpLock acquisitions interruptableJordi Serra Torrens2021-10-011-4/+4
* SERVER-57566 Implement sharding admin commands for time-series collectionsRui Liu2021-09-021-0/+37
* SERVER-51881 Remove dropped field from CollectionTypeMarcos José Grillo Ramirez2021-08-101-4/+0
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-137/+87
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-44865 Restrict hashed field values to NumberLong on updateZoneKeyRangeGregory Noma2020-04-211-2/+38
* SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/d...Jack Mulrow2020-03-271-6/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44283 Change removeKeyRangeFromZone to use the bounds found from the f...Haley Connelly2019-12-051-2/+4
* SERVER-44695 Make removeShard throw an error if the shard is the only shard t...Cheahuychou Mao2019-11-221-49/+9
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-151-0/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+2
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-221-5/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35720 Allow zones to be created on non-existent collectionCheahuychou Mao2018-06-281-3/+15
* SERVER-34644 Only explicitly do $-prefix check when writing sharded metadataKaloian Manassiev2018-04-301-0/+11
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-0/+397