summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.cpp
AgeCommit message (Expand)Author
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2024-04-05SERVER-87411: Add PIT Restore Support to Magic Restore Hooks (#20616)seanzimm
2023-11-09SERVER-82961 Use atomic bool for shellGlobalParams::nokillop to avoid data raceYoonsoo Kim
2023-10-16SERVER-77907 Add Azure OIDC machine flow testsAdam Rayner
2023-10-06Revert "SERVER-77907 Add Azure OIDC machine flow tests"Liubov Molchanova
2023-10-05SERVER-77907 Add Azure OIDC machine flow testsAdam Rayner
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
2023-08-25SERVER-80320 Thread DatabaseName into DBClientBase::auth() and buildAuthParams()Sara Golemon
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-04-17SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb
2023-01-23SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan
2023-01-20SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody
2022-12-23SERVER-70957: Refactor ProgramRunner to support launching programs from C++ codeVarun Ravichandran
2022-12-13SERVER-72059 Named Pipes _writeTestPipeBsonFileSync() test shell funcKevin Cherkauer
2022-11-30SERVER-71564 Named Pipes _writeTestPipeBsonFile() test shell functionKevin Cherkauer
2022-11-29SERVER-70011 Restrict named pipe path using start-up parameterYoonsoo Kim
2022-11-17SERVER-70392 Named Pipes _writeTestPipe shell functionKevin Cherkauer
2022-08-17SERVER-67415 Create golden-data JS suitesDavid Percy
2022-08-11SERVER-68715 Fixed shell NaN PID possibilityAlexander Neben
2022-07-07SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-04-28SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue
2022-02-02SERVER-63022 unregisterProgram shouldn't fail if called multiple times on the...Richard Samuels
2022-01-13SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser
2021-11-23SERVER-61423 Be able to use mongoq from jstestsSophia Tan
2021-11-08SERVER-60887 Retry delete and create directory in resetDBPathMark Benvenuto
2021-10-29SERVER-61096 ResetDbPath sometimes errors while recreating dbpath on WindowsRichard Samuels
2021-08-18SERVER-59013: Rewrite shell and JS tests to use generated FCV constantsXueruiFa
2021-01-25SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang
2020-10-13SERVER-51514 ProgramRunner::launchProcess() should escape backslashes on WindowsGregory Wlodarek
2020-10-13SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue
2020-08-18SERVER-50267 Set output limit for rawMongoProgramOutput()Ruoxin Xu
2020-07-08SERVER-49347 Fix locking in shell's ProgramRegistryMark Benvenuto
2020-06-26SERVER-48068 Fix handling of program registry and wait_for_pid in mongo shellRichard Samuels
2020-06-16SERVER-48782: On request, backup datafiles when restarting test mongod instan...Daniel Gottlieb
2020-06-10SERVER-48352 logv2 cleanup for scripting/mozjs, shell/Gabriel Russell
2020-06-09SERVER-44553 Make the shell ResetDbpath helper resilient to files being open ...Gregory Noma
2020-05-20SERVER-46932 shell to output ProgramRunner outputGabriel Russell
2020-05-18SERVER-46932 supress more logging in the shellGabriel Russell
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-21SERVER-45260 replace verify with uassert in shell_utils_launcherBilly Donahue
2020-03-20SERVER-45222 Fix so the ProgramMultiplexer can output while the shell is wait...Henrik Edin
2020-02-24SERVER-46333 Disable log truncation in the shell ProgramMultiplexerHenrik Edin
2020-02-23SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2019-12-04SERVER-43998 ProgramOutputMultiplexer::appendLine should write to the loggerGabriel Russell
2019-11-04SERVER-39172 Shut down and validate nodes in parallel in ReplSetTest.stopSetWilliam Schultz