summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31335 cmd assertions check write errorsKevin Albertson2018-01-113-133/+246
* SERVER-32243 Add an option to have the validate hook skip some collectionsJonathan Abrahams2018-01-081-0/+1
* SERVER-32473 don't output an error on shell startup if no history fileKevin Pulo2018-01-071-0/+5
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-2/+2
* SERVER-31198 Run the concurrency suite with shard stepdownsJack Mulrow2018-01-032-14/+5
* SERVER-32279 Remove support for authenticating via MONGODB-CRSara Golemon2017-12-182-6/+1
* SERVER-31916 wait for clusterTime on mongo connectionMisha Tyulenev2017-12-151-0/+21
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-1/+1
* SERVER-32164 Fix handling of `authSource` in URIs.ADAM David Alan Martin2017-12-142-15/+82
* SERVER-32276 Remove support for MONGODB-CR in copydbSara Golemon2017-12-121-1/+1
* SERVER-32275 Remove MONGODB-CR client support from monogd/mongosSara Golemon2017-12-121-0/+153
* SERVER-32216 Remove UNIX sockets on clean shutdownJonathan Reams2017-12-121-0/+8
* SERVER-31194 Add a version of retryable_writes_jscore_passthrough.yml with st...Jack Mulrow2017-12-072-4/+81
* SERVER-31375: pathExists, resetDbpath, copyDbpath should not print stacktrace...Fiona Rowan2017-11-281-4/+12
* SERVER-31553 Update multiversion tests on 3.6Xiangyu Yao2017-11-281-1/+1
* SERVER-30062 remove storageDetails wrappers from shellBilly Donahue2017-11-271-166/+0
* SERVER-31925 Remove QueryPlan shell objectjannaerin2017-11-271-64/+0
* SERVER-31934 set orphanCleanupDelaySecs=1 for all testsMisha Tyulenev2017-11-211-1/+1
* SERVER-31808 don't boost::split an empty bind_ip stringBilly Donahue2017-11-201-1/+1
* SERVER-31394 Create passthrough of existing $changeStream tests to run agains...Bernard Gorman2017-11-201-4/+2
* SERVER-31751 checkReplicatedDataHashes improvements in dumpCollectionDiffJonathan Abrahams2017-11-181-1/+20
* SERVER-31354 Support driver API for changeStreams in the shell.Siyuan Zhou2017-11-163-3/+58
* Revert "SERVER-31808 Query vector<SockAddr> from TransportLayer"Billy Donahue2017-11-151-1/+1
* SERVER-31808 Query vector<SockAddr> from TransportLayerBilly Donahue2017-11-151-1/+1
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-132-5/+3
* SERVER-31641 stop gossiping between shell clientsJason Carey2017-11-131-0/+23
* SERVER-31777 deactivate logical sessions for fcv34Jason Carey2017-11-091-0/+1
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-086-139/+245
* SERVER-29653 Drop admin.system.keys on CSRS downgrade from 3.6 fcv to 3.4 fcvDianna Hohensee2017-11-071-6/+0
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-022-21/+19
* SERVER-31390 Use a templating language to generate error_codes.{h,cpp,js}Mathias Stearn2017-11-022-2/+66
* SERVER-31568 Fix Windows Version detectionMark Benvenuto2017-11-022-0/+37
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-313-4/+7
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-31165 added mismatched oplog entries to assert messagePavithra Vetriselvan2017-10-231-3/+5
* SERVER-31413 Clean up structure of rollbackViaRefetchNoUUID test suiteWilliam Schultz2017-10-182-7/+6
* SERVER-31413 Add test suite that runs the rollbackViaRefetchNoUUID algorithmWilliam Schultz2017-10-171-0/+19
* SERVER-31277 Cancel all user operations on heartbeat stepdown pathSpencer T Brody2017-10-161-1/+8
* SERVER-29452 Handle missing featureCompatibilityVersion documentMaria van Keulen2017-10-161-1/+1
* SERVER-8417 Increase default max history length to 1000Mike Zraly2017-10-161-1/+1
* SERVER-31084 ReplSetTest dumpOplog function should print entire oplog at once...Judah Schvimer2017-10-161-3/+6
* SERVER-31456 Set initial{Cluster,Operation}Time in concurrency suite.Max Hirschhorn2017-10-142-0/+69
* SERVER-31451 fix causallyConsistent flag in ShardingTestMisha Tyulenev2017-10-131-1/+1
* SERVER-24174: Inconsistent rule for storing dotted field namesNick Zolnierz2017-10-122-95/+3
* SERVER-31213 Retry retryable writes at least once in retryable_writes_jscore_...Jack Mulrow2017-10-112-0/+9
* SERVER-31465 Shell should log if it fails because of a bad exit code for a childJonathan Reams2017-10-112-4/+7
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+14
* SERVER-30161 Remove enableUUIDs server parameterLouis Williams2017-10-091-5/+10
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-31437 Fix parsing of host/db connect stringSara Golemon2017-10-061-3/+3