summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_list_collections_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-1/+1
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-5/+5
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-3/+2
* SERVER-67460 Change BasicCommandWithRequestParser to use DatabaseNameFernando Lisboa2022-07-111-12/+17
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-4/+2
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-1/+2
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-1/+1
* SERVER-56444 Grant read/write access on time-series buckets collections to ad...Mark Benvenuto2021-06-101-0/+18
* SERVER-54527 Add access_check: complex to existing commands that are not aggr...Mark Benvenuto2021-03-311-0/+3
* SERVER-52553 Convert listCollections command implementation to inherit from I...Samy Lanka2021-02-091-25/+42
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-4/+1
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-0/+227