summaryrefslogtreecommitdiff
path: root/src/mongo/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-263-5/+5
* SERVER-66482 Port Runtime Audit Configuration into a cluster server parameterGabriel Marks2023-02-212-30/+35
* Revert "SERVER-66482 Port Runtime Audit Configuration into a cluster server p...Gabriel Marks2023-02-212-35/+30
* SERVER-73872: Perform apiStrict checking for fields in inner structs in a com...Projjal Chanda2023-02-211-1/+4
* SERVER-66482 Port Runtime Audit Configuration into a cluster server parameterGabriel Marks2023-02-182-30/+35
* SERVER-71651 Support array of variants in IDLFrederic Vitzikam2023-02-142-0/+76
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-113-13/+14
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-082-31/+48
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-1/+0
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-032-5/+3
* SERVER-73138 Support IDL Variants of Multiple Structsseanzimm2023-02-032-0/+35
* SERVER-73258 Fix expected error message on windowsSara Golemon2023-02-021-8/+18
* SERVER-73258 Add Duration based IDL typesSara Golemon2023-01-312-6/+81
* SERVER-73280 Pass CPP variable name into condition.feature_flagGabriel Marks2023-01-311-1/+1
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-01-271-0/+4
* SERVER-71767 Pull all cluster parameters upon refreshGabriel Marks2023-01-232-32/+12
* SERVER-69977 Extend RemoteCommandRunner API to allow for Generic Passthrough ...Jason Chan2023-01-203-0/+304
* SERVER-72083 Pass in tenant information when parsing ns in struct items of ID...Sophia Tan2023-01-154-9/+125
* SERVER-72698 Fix nan/inf handling in epoch valuesSara Golemon2023-01-131-0/+14
* SERVER-72698 Fix unittest on macOSSara Golemon2023-01-131-2/+2
* SERVER-72698 Introduce unixEpoch and millisEpoch IDL typesSara Golemon2023-01-122-0/+44
* SERVER-72220 Separate set from validate for cluster parametersGabriel Marks2023-01-061-1/+0
* SERVER-72110: Use collection cursor directly instead of DBDirectClientChristopher Caplinger2022-12-192-7/+20
* Revert "SERVER-71767 In ClusterServerParameterRefresher, don't delete non-upd...auto-revert-processor2022-12-151-26/+42
* SERVER-71767 In ClusterServerParameterRefresher, don't delete non-updated par...Gabriel Marks2022-12-141-42/+26
* SERVER-72085 Add ReplicaSetAwareService method to observe setting replica set...Jack Mulrow2022-12-141-0/+2
* SERVER-72006 add OpObserver::onTransactionStart()Benety Goh2022-12-131-0/+2
* SERVER-71657 OpObserver::onUnpreparedTransactionCommit() does not modify Tran...Benety Goh2022-12-081-1/+1
* SERVER-71657 OpObserver::preTransactionPrepare() does not modify TransactionO...Benety Goh2022-12-081-2/+2
* SERVER-71657 OpObserver::onTransactionPrepare() accepts TransactionOperationsBenety Goh2022-12-081-1/+1
* SERVER-71409 Generate generic argument and reply fields as c++ structuresGeorge Wangensteen2022-11-302-28/+77
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-1/+4
* SERVER-65809 Add min_fcv IDL option for server parametersGabriel Marks2022-11-171-24/+41
* SERVER-71210 OpObserver::onTransactionPrepare() accepts const statements and ...Benety Goh2022-11-151-2/+2
* SERVER-70978 Remove TODOGabriel Marks2022-11-071-1/+0
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-043-13/+9
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-282-3/+4
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-272-12/+19
* SERVER-70751 Add tenantId to cluster parameter auditsGabriel Marks2022-10-272-3/+4
* SERVER-68315 Update addShard to handle tenant-aware cluster parametersGabriel Marks2022-10-263-24/+86
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-0/+2
* SERVER-68877 Update ServerClusterParameterInitializer to work multitenantlyGabriel Marks2022-10-256-172/+380
* SERVER-68313 Update ClusterServerParameterRefresher to be tenant-awareGabriel Marks2022-10-247-83/+331
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-1/+4
* SERVER-67464 Add base64url encode/decodeSara Golemon2022-10-182-0/+60
* SERVER-69749 OpObserver::preTransactionPrepare() accepts TransactionOperationsBenety Goh2022-10-121-1/+1
* SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionO...Benety Goh2022-10-121-2/+1
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-103-3/+34
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-301-0/+1
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-301-1/+2