summaryrefslogtreecommitdiff
path: root/src/mongo/shell/bench.cpp
AgeCommit message (Collapse)Author
2024-06-03SERVER-85791 Automatically chain generic argument structs to all ↵Patrick Freed
IDL-generated commands (#21983) GitOrigin-RevId: 5b4bf18413fe0f8d3c1dafc09c1f8584fecbbf05
2024-05-10SERVER-85791 Allow omitting the passthrough arguments in IDL-generated ↵Patrick Freed
serialization methods (#22034) GitOrigin-RevId: 9f664d34a8f917658af1f10802e21f582be260e1
2024-03-28SERVER-88303 Add uassert to crud commands in bench runner (#20450)Joseph Prince
GitOrigin-RevId: 63eaf0f975b2e94e9b2316a4fb9a3670d35ae33d
2024-03-01SERVER-85993 Make db client create OpMsgRequest with validated tenancy scope ↵Sophia Tan
(#19103) GitOrigin-RevId: 987e09f32c9acd86df9d01cc987c45862b991b5b
2024-01-29SERVER-82339 Convert _alwaysAppendDollarTenant to _alwaysAttachSecurityToken ↵Joseph Prince
(#18312) GitOrigin-RevId: 143c4f4b62487366ece19e9931f22e16ccf3835b
2023-11-26SERVER-81512 Removed using namespace fmt::literals from global namespaceVinod Kumar
2023-11-21Revert "SERVER-81512 Removed using namespace fmt::literals from global ↵auto-revert-processor
namespace" This reverts commit 3f63faa6c3787857f3c0eeeecc286e96265ca758.
2023-11-21SERVER-81512 Removed using namespace fmt::literals from global namespaceVinod Kumar
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
SERVER-80602 codebase-wide changes remove selection test apply clang-format remove mistake files remove format message remove blank line artifacts apply clang-format remove blanks SERVER-81602 logging.md update manual fixup windows fix windows fix mac fix mac fix add note to logging.md about legacy fmt strings
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-14SERVER-80505 Split generic DBClientConnection functionality into superclass ↵Patrick Freed
(DBClientSession)
2023-08-25SERVER-80320 Thread DatabaseName into DBClientBase::auth() and buildAuthParams()Sara Golemon
2023-07-04SERVER-77506 Require OperationSessionInfoFromClient to be constructed with ↵Kaloian Manassiev
min required arguments
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-23SERVER-77348 Add accessors for querying state of NamespaceStringOrUUIDMatt Broadstone
2023-05-23SERVER-77327: replace verify() with MONGO_verify()Colin Stolley
2023-04-26SERVER-74493 Make DatabaseName constructors privatemathisbessamdb
2023-03-29SERVER-73112 Make NamespaceString constructors privatejannaerin
2023-02-28SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName ↵Sophia Tan
object
2023-02-26SERVER-73112 Avoid constructing global namespaces directlyjannaerin
2023-02-23Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a ↵Uladzimir Makouski
DatabaseName object" This reverts commit 26ab9caac209c31ab6b51a71e241699e12875833.
2023-02-23SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName ↵Sophia Tan
object
2023-02-03SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan
2023-01-23SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan
2023-01-06SERVER-72418 benchRunOnce() set config->parallel to pass assertsKevin Cherkauer
2023-01-04SERVER-72418 Add new benchRun() variant to mongo shell for PERF-3672Kevin Cherkauer
2022-10-26SERVER-70567 Introduce multitenancy to BenchRun.Rishab Joshi
2022-08-29SERVER-68826 Move logical_time into server_baseKaloian Manassiev
2022-07-26SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong
2022-07-19SERVER-68123 Handle unused-but-set-variable warningsBilly Donahue
2022-06-27SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-02-22SERVER-63428 Robustify oplog applying code for update operationRui Liu
2021-11-16SERVER-61296 Remove obsolete TODOsZituo Jin
2021-09-16SERVER-58578 Timeseries bucket compressionHenrik Edin
All fields under data will be compressed using BSON Binary Subtype 7. Measurements are sorted by time field. Buckets are compressed in a separate update operation when the BucketCatalog is closing the bucket and no further writes to it will be performed. Compression operation are transparant for the user, if it fails for any reason the bucket will be left uncompressed.
2021-07-26SERVER-58309 Delete benchRun's safe, hideResults, and showResult options.Jennifer Peshansky
2021-07-03SERVER-57389 Remove GLE helpers from the shell and dbclientIrina Yatsenko
2021-06-24SERVER-57897 Add readPrefMode option to benchRun find/findOne opsYoonsoo Kim
2021-06-17SERVER-57514 Have shell's benchRun() use OP_MSG protocol and not use ↵Yoonsoo Kim
getLastError
2021-06-15Revert "SERVER-57514 Have shell's benchRun() use OP_MSG protocol and not use ↵Yoonsoo Kim
getLastError" This reverts commit c5f2f0a4e334adec55a2d5aa110903ac1892afd7.
2021-06-12SERVER-57514 Have shell's benchRun() use OP_MSG protocol and not use ↵Yoonsoo Kim
getLastError
2021-05-24SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu
2021-04-02SERVER-54975 Rename IDL parser classes to use CommandRequest and ↵Bernard Gorman
CommandReply suffixes
2021-03-08SERVER-5722 Support 'sort' in benchrunIan Boros
2021-02-17SERVER-53060 Remove QueryRequest classRuoxin Xu
2021-01-07SERVER-51619 Convert find command input to IDLArun Banala
2020-07-09SERVER-47726 Log delta-style oplog entries from pipeline based updatesIan Boros
2020-06-10SERVER-48352 logv2 cleanup for scripting/mozjs, shell/Gabriel Russell
o also, deduplicated the example log id's in src/mongo/logv2/README.md even though they were just examples, it was funny that there werre not unique
2020-05-18SERVER-46932 supress more logging in the shellGabriel Russell
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
- Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::