summaryrefslogtreecommitdiff
path: root/src/mongo/shell/session.js
AgeCommit message (Expand)Author
2024-04-01SERVER-88511: Create replica set started with --configsvr jscore passthrough ...Wenqin
2023-06-16SERVER-77119 fle2_crud.js should use the same session to read from encrypted/...Shreyas Kalyan
2023-04-13SERVER-72988: Support retryable writes for bulkWrite on mongodseanzimm
2023-03-02SERVER-70703: Implement OIDC refresh flow in legacy shellVarun Ravichandran
2022-11-17SERVER-59302 Remove support in client code for commands wrapped with $queryDavid Storch
2022-04-22SERVER-64986 Add concurrency workloads that test internal transactions using ...Cheahuychou Mao
2021-12-21SERVER-58035 Remove db.runCommandWithMetadata from mongo shellBlake Oler
2021-11-20SERVER-61664 Fix test log formattingA. Jesse Jiryu Davis
2021-08-12SERVER-56943 add cmdObj to runClientFunctionWithRetries() log message for testsSiran Wang
2021-06-30SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim
2021-05-14SERVER-55964 Replace "blacklist" in all code and commentsShreyas Kalyan
2021-05-12SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran
2021-05-12SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis
2021-03-29SERVER-51431 Transaction read concerns are not honored by mongo shellRaiden Worley
2020-11-03SERVER-47081 Delete geoSearch command and related testsMihai Andrei
2020-09-08SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan
2019-11-14SERVER-43463 remove outdated TODO noteMisha Tyulenev
2019-11-01SERVER-40372 Track transaction sizeTess Avitabile
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-10SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton
2019-04-04SERVER-38937 unify txn override and auto retry on network errorJudah Schvimer
2019-01-24SERVER-38631 Let DriverSession own SessionAwareClient.Siyuan Zhou
2019-01-15SERVER-38717 Shell prohibits w: 0 in sessionA. Jesse Jiryu Davis
2019-01-03SERVER-36902 Abort transaction on shell exit, try 2A. Jesse Jiryu Davis
2018-12-20Revert "SERVER-36902 Abort transaction on shell exit"Benety Goh
2018-12-20Revert "SERVER-36902 Update jsTests for new shell transaction API"Daniel Gottlieb
2018-12-20SERVER-36902 Update jsTests for new shell transaction APIA. Jesse Jiryu Davis
2018-12-20SERVER-36902 Abort transaction on shell exitA. Jesse Jiryu Davis
2018-12-14SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka
2018-11-29SERVER-37801 Add prepared transaction metrics tracking to concurrency test suiteJason Chan
2018-11-15SERVER-36311 Add stepdowns, crashes, and shutdowns to replica_sets_multi_stmt...jannaerin
2018-09-03SERVER-33606 fail to create logical session in shell connected to old serversKevin Pulo
2018-08-28SERVER-36306 Add FSM workloads that run transactions workloads with all threa...jannaerin
2018-08-02SERVER-36372 Add a testing-only function to DriverSession to get the current ...Blake Oler
2018-07-12SERVER-33998 Remove the parallelCollectionScan commandSean Tao
2018-06-13SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow
2018-06-07SERVER-35094 add new txn states and allow retrying commitTransaction cmdPavi Vetriselvan
2018-05-31SERVER-34170 Ensure transactions fail when run against a 3.6 node through the...Matthew Russotto
2018-05-30SERVER-34348 Ensure shell sends afterClusterTime in transactionsTess Avitabile
2018-05-18SERVER-34441 error when aborting or commiting a nonexistent txn and starting ...Pavi Vetriselvan
2018-05-18Revert "SERVER-34441 error when aborting or commiting a nonexistent txn and s...Pavi Vetriselvan
2018-05-17SERVER-34441 error when aborting or commiting a nonexistent txn and starting ...Pavi Vetriselvan
2018-04-27SERVER-34665 Update definition of retryable error in the mongo shell.Max Hirschhorn
2018-04-20SERVER-34288 Allow abortTransaction and commitTransaction as the first statementPavi Vetriselvan
2018-04-18SERVER-34434 Shell should ignore errors in abortTransaction() helperTess Avitabile
2018-04-13SERVER-34366 Shell api supports causal consistency.Siyuan Zhou
2018-04-13SERVER-34321 Require stmtId for multi-statement transactions in the shell.Siyuan Zhou
2018-04-12SERVER-34183 abort existing transaction on startTransactionPavi Vetriselvan
2018-04-04SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz
2018-04-04SERVER-34287 only add writeConcern on abort and commitPavi Vetriselvan