summaryrefslogtreecommitdiff
path: root/src/mongo/idl/cluster_server_parameter_op_observer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-3/+5
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-281-2/+6
* SERVER-72250 Update cluster parameter cache transactionallyGabriel Marks2023-03-131-109/+67
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-6/+6
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-1/+4
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-3/+3
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-1/+2
* SERVER-68877 Update ServerClusterParameterInitializer to work multitenantlyGabriel Marks2022-10-251-112/+242
* SERVER-68017 Constrain cluster-wide with-storage parameters to be tenant ID a...Gabriel Marks2022-09-131-27/+13
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-24/+24
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-1/+17
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-6/+1
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-1/+1
* SERVER-66082: Propagate cluster server parameters to new nodes during file-co...Varun Ravichandran2022-05-131-145/+16
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-121-0/+4
* SERVER-62253: Generate specialized and storage cluster server parameters from...Varun Ravichandran2022-03-181-12/+0
* SERVER-63630: Extend IDLServerParameterWithStorage to support cluster server ...Varun Ravichandran2022-03-111-151/+124
* SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue2022-03-101-1/+1
* SERVER-62263 Add ClusterServerParameterOpObserverSara Golemon2022-02-181-0/+580