summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-142-3/+10
* SERVER-40712 Ensure the dropDatabase() command accepts a write concern.Gregory Wlodarek2019-05-131-9/+8
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-103-14/+50
* SERVER-40408 Ban pipeline-style syntax in the shell's Bulk replaceOne functionBernard Gorman2019-05-101-0/+4
* SERVER-41067 Make the MongoRunner logical options include skipValidationKaloian Manassiev2019-05-091-1/+2
* Revert "SERVER-40567 benchRun support for pipeline updates"r4.1.11Siyuan Zhou2019-05-093-50/+14
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-083-14/+50
* SERVER-40408 Add pipeline versions of update helpers in the shellBernard Gorman2019-05-033-38/+53
* SERVER-39896 Write shell JS API for explicitly encrypting and decrypting dataShreyas Kalyan2019-05-031-1/+4
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-012-0/+2
* SERVER-40866 Use JSON.stringify() to serialize string in tojson()Siyuan Zhou2019-04-281-41/+2
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-261-7/+14
* SERVER-40186 Retry interrupted commits in auto_retry_transaction.jsJack Mulrow2019-04-251-13/+12
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-1/+0
* SERVER-40461 fix lintBenety Goh2019-04-241-1/+2
* SERVER-40461 implement WriteResult._id for upsertsGabriel Russell2019-04-241-0/+3
* Revert "SERVER-35638 Short timeout to autocomplete collection names"Justin Seyster2019-04-241-14/+7
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-241-7/+14
* SERVER-40365 add ReplSetTest.getDbPath()Benety Goh2019-04-231-0/+7
* SERVER-40732 recovery_preserves_active_txns.js should use awaitSecondaryNodesMatthew Russotto2019-04-221-0/+4
* SERVER-39894 Add support for AWS credentials in the shellShreyas Kalyan2019-04-151-6/+1
* SERVER-40335 Add waitForStepDownOnNonCommandShutdown parameterA. Jesse Jiryu Davis2019-04-151-0/+18
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-112-7/+7
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-112-44/+11
* SERVER-39213 remove mongosWaitsForKeys from shardingtestMisha Tyulenev2019-04-101-20/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-093-10/+7
* SERVER-39663 db.collection.dropIndex() should not accept multiple index namesGregory Wlodarek2019-04-051-0/+13
* SERVER-40175 Rebuild any missing _id indexes on startupLouis Williams2019-04-051-0/+1
* SERVER-38937 unify txn override and auto retry on network errorJudah Schvimer2019-04-045-84/+82
* SERVER-39895 Write shell JS API for interacting with key vaultShreyas Kalyan2019-04-022-0/+16
* SERVER-39852 show "empty" databases as "(empty)"Gabriel Russell2019-03-291-1/+4
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-282-0/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-282-6/+12
* SERVER-40307 Fix replSetInitiate retry logicA. Jesse Jiryu Davis2019-03-251-2/+2
* SERVER-40193 Do not propagate commit point through heartbeats when FCV=4.0Tess Avitabile2019-03-211-0/+5
* SERVER-39195 Make shell history file placement more correct.ADAM David Alan Martin2019-03-183-42/+90
* SERVER-40060 Add retry in ReplSetTest.initiateA. Jesse Jiryu Davis2019-03-171-36/+24
* Revert "SERVER-39195 Make shell history file placement more correct."Jason Carey2019-03-153-91/+42
* SERVER-39195 Make shell history file placement more correct.ADAM David Alan Martin2019-03-153-42/+91
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-131-5/+5
* SERVER-38625 When the shell fails to connect to an Atlas cluster, tell the us...Mathias Stearn2019-03-111-1/+10
* SERVER-7741 Cut off logging while shell is at prompt or editorMathias Stearn2019-03-111-2/+56
* SERVER-38503 Empty networkMessageCompressors is an errorAndrew Morrow2019-03-111-4/+2
* SERVER-39910 Fix race in rollback_drop_database.jsA. Jesse Jiryu Davis2019-03-081-6/+20
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-67/+76
* SERVER-39760 Add commitQuorum field to createIndex(es) shell helpersGregory Wlodarek2019-02-271-4/+9
* SERVER-36957 Fix Date.prototype.tojson()Gregory Wlodarek2019-02-211-0/+14
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1317-23/+0
* SERVER-35551 Avoid restarting mongobridge processes.Max Hirschhorn2019-02-112-6/+20