summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_collection_mod_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+2
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-28/+19
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-19/+28
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-28/+19
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-301-3/+8
* SERVER-57570 Disable updating granularity on sharded time-series collectionRui Liu2021-09-221-3/+4
* SERVER-54436 Refactor validateResult method from cluster_create_indexes to us...Moustafa Maher2021-04-011-16/+26
* SERVER-54527 Add access_check: complex to existing commands that are not aggr...Mark Benvenuto2021-03-311-0/+3
* SERVER-54418 mongos collMod command does not validate its replyMoustafa Maher2021-02-101-5/+7
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-1/+2
* SERVER-53156 Convert collMod command implementation to inherit from IDL-gener...Moustafa Maher2021-02-041-13/+47
* SERVER-53145 Specify input/output to collMod command in IDLMoustafa Maher2021-01-261-3/+11
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46040 Maintain retry state across stale config retries for sharded dro...Blake Oler2020-04-021-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideCheahuychou Mao2020-03-251-3/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+6
* SERVER-45103 Sharded index commands shouldn't target primary shard if it does...Cheahuychou Mao2019-12-131-1/+1
* SERVER-44720 Send createIndexes, dropIndexes, and collMod with shard versionsCheahuychou Mao2019-12-041-4/+10
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-1/+2
* 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-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-1/+0
* SERVER-29908 Move some cluster commands to separate filesKaloian Manassiev2018-02-261-0/+86